/* =========================
   BRAND / TOKENS
   ========================= */
:root{
  --navy:#0E1A33;
  --navy-2:#10203d;
  --cream:#E9ECDF;
  --gold:#A89D67;
  --silver:#C9CDD3;
  --white:#ffffff;
  --text:#1e2533;
  --muted:#4d566b;
}

/* =========================
   BASE
   ========================= */
*{box-sizing:border-box}
html,body{margin:0}
body{
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text); background:var(--white); line-height:1.6;
}
h1,h2,h3,.display,.brand-title,.site-nav a{
  font-family:"Cormorant Garamond",Georgia,serif;
}
.display{font-size:clamp(32px,5.2vw,56px); line-height:1.08; color:#101831}
h1,h2,h3{margin:.2rem 0 .6rem}
.lead{color:var(--muted)}
.container{width:min(1150px,92%); margin-inline:auto}
.narrow{width:min(900px,92%); margin-inline:auto}
.center{text-align:center}
.mt-24{margin-top:24px}

/* =========================
   TOPBAR & HEADER
   ========================= */
.topbar{background:var(--gold); color:#fff; font-weight:600; font-size:14px}
.topbar-inner{display:flex; gap:10px; align-items:center; padding:6px 0}
.topbar .tb-item{color:#fff; text-decoration:none}
.topbar .spacer{flex:1}

.site-header.light{position:sticky; top:0; z-index:1000; background:#fff; border-bottom:1px solid #e5e8f0}
.nav-wrap{display:flex; align-items:center; justify-content:space-between; padding:16px 0}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none}
.brand-logo{height:44px}
.brand-title{font-weight:700; font-size:26px; color:#0f1a33}
.site-nav ul{list-style:none; display:flex; gap:32px; margin:0; padding:0}
.site-nav a{color:#0f1a33; text-decoration:none; font-weight:700; font-size:22px}
.site-nav a.active,.site-nav a:hover{color:var(--navy)}
.nav-toggle{display:none}

/* =========================
   UTILS / BANDS
   ========================= */
.bg-cream{background:var(--cream)}
.navy{background:var(--navy-2); color:#e9eef8}
.section{padding:48px 0}
hr{border:none; height:1px; background:#e9edf5; margin:28px 0}

/* =========================
   SPLITS & MEDIA HELPERS
   ========================= */
.hero-split{padding:48px 0}
.split-2{display:grid; grid-template-columns:1.2fr .8fr; gap:24px; align-items:center}
.gutters{gap:28px}

/* Image frame (generic, one definition) */
.img-frame{
  background:none; position:relative; border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,.25); overflow:hidden;
}
.img-frame.wide{aspect-ratio:3/2}
.img-frame.tall{aspect-ratio:3/4}
.img-frame img{width:100%; height:100%; object-fit:cover; display:block}

/* HERO <picture> wrapper on home */
.hero-media .hero-picture{display:block; border-radius:12px; overflow:hidden; box-shadow:0 10px 30px rgba(0,0,0,.25)}
.hero-media .hero-img{width:100%; height:100%; max-height:520px; object-fit:cover; display:block}

/* =========================
   QUOTE
   ========================= */
.quote blockquote{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(28px,4vw,48px); line-height:1.15; margin:0 0 10px;
}
.byline{font-weight:700; letter-spacing:.8px}

/* =========================
   TEAM
   ========================= */
.team-teaser{padding:28px 0}
.team-grid{margin-top:20px; display:grid; grid-template-columns:repeat(4,1fr); gap:22px}
.portrait-card{background:#fff; border:1px solid #e5e8f0; border-radius:12px; overflow:hidden; box-shadow:0 8px 18px rgba(0,0,0,.08)}
.portrait-img{display:block; width:100%; height:320px; object-fit:cover}
.portrait-card figcaption{padding:10px 12px; display:flex; flex-direction:column; gap:2px}
.portrait-card figcaption strong{font-family:"Cormorant Garamond",Georgia,serif; font-size:20px}
.portrait-card figcaption span{color:var(--muted); font-size:14px}

/* =========================
   BAND (CTA)
   ========================= */
.band{padding:38px 0}
.band.navy .btn-accent{background:#C9CDD3; color:#10203d; border:2px solid #C9CDD3}
.band.navy h2{font-size:clamp(24px,3.6vw,36px)}

/* =========================
   WHY / VALUES
   ========================= */
.why-list{list-style:disc; padding-left:18px}
.why-split,.values-split{padding:36px 0}

/* =========================
   BUTTONS
   ========================= */
.btn{display:inline-block; padding:12px 20px; border-radius:10px; text-decoration:none; font-weight:700; border:2px solid #0f1a33}
.btn-dark{background:#10203d; color:#fff; border-color:#10203d}
.btn-dark:hover{filter:brightness(.96)}
.btn-outline{background:transparent; color:#10203d}
.btn-outline:hover{background:#e4e9f3}

/* Light/ghost (used on About welcome band) */
.btn-light{background:#fff; color:#10203d; border:2px solid #fff; border-radius:10px; font-weight:700; text-decoration:none; padding:12px 20px}
.btn-light:hover{filter:brightness(.97)}
.btn-ghost{background:transparent; color:#fff; border:2px solid #fff; border-radius:10px; font-weight:700; text-decoration:none; padding:12px 20px}
.btn-ghost:hover{background:rgba(255,255,255,.08)}

/* =========================
   CONTACT / FOOTER
   ========================= */
.contact .grid-3{display:grid; grid-template-columns:2fr 1fr 1fr; gap:24px}
.footer-brand img{height:54px}
.list-minimal{list-style:none; padding:0; margin:0}
.list-minimal li{margin:.35rem 0}
.footer-bottom{display:flex; justify-content:center; padding:14px 0; border-top:1px solid rgba(255,255,255,.2)}

/* Sticky call button (mobile) */
#sticky-call{
  position:fixed; right:16px; bottom:16px; padding:12px 16px;
  background:#1b2b4d; color:#fff; text-decoration:none; font-weight:700;
  border-radius:999px; box-shadow:0 10px 20px rgba(0,0,0,.25); border:2px solid #1b2b4d; z-index:1200; display:none;
}
#sticky-call::before{content:"📞 "}

/* =========================
   HOME: HERO WITH BG (if used)
   ========================= */
.hero-with-bg{
  display:flex; position:relative; padding:120px 0 100px;
  background:center/cover no-repeat var(--bg); color:#fff; text-align:left;
}
.hero-with-bg::after{content:""; position:absolute; inset:0; background:rgba(0,0,0,0.45)}
.hero-with-bg .container{position:relative; z-index:1}
.hero-with-bg h1{color:#fff; font-size:2.5rem; margin-bottom:12px}
.hero-with-bg .lead{color:#f1f1f1; font-size:1.2rem; max-width:700px}

/* =========================
   ABOUT PAGE: HERO SLIDER + WELCOME + VISION/MISSION
   ========================= */
.page-hero{padding:56px 0 28px; border-bottom:1px solid #e9edf5}

/* HERO slider (3 images, cross-fade). Grey backplate is the bg-cream. */
.page-hero.bg-cream{
  position:relative; padding:120px 0 96px; color:#fff; border-bottom:0;
  background:var(--cream); overflow:hidden;
  background-image:url("assets/images/businesspartners.jpg"); /* base slide */
  background-size:cover; background-position:center;
}
.page-hero.bg-cream::before,
.page-hero.bg-cream::after{
  content:""; position:absolute; inset:0; z-index:0; background:center/cover no-repeat; opacity:0;
  animation:heroFade 18s infinite ease-in-out;
}
.page-hero.bg-cream::before{ background-image:url("assets/images/meet_the_team.jpg"); animation-delay:0s }
.page-hero.bg-cream::after { background-image:url("assets/images/law_justice_statue.jpg"); animation-delay:6s }
.page-hero.bg-cream .container::before{ content:""; position:absolute; inset:0; z-index:0; background:rgba(0,0,0,.38) }
.page-hero.bg-cream .container{ position:relative; z-index:1; max-width:1100px }
.page-hero.bg-cream h1{ color:#fff; margin:0 0 8px; font-size:clamp(28px,4.2vw,44px) }
.page-hero.bg-cream .lead{ color:#eef2f6 }

@keyframes heroFade{
  0%,22%{opacity:1} 33%,88%{opacity:0} 100%{opacity:1}
}

/* Welcome band (first section after hero) */
.page-hero + .section{ background:var(--navy-2); color:#fff }
.page-hero + .section .container{ text-align:center; max-width:980px }
.page-hero + .section p,
.page-hero + .section h2,
.page-hero + .section h3{ color:#fff }
.cta-row{ margin-top:18px; display:flex; gap:12px; justify-content:center; flex-wrap:wrap }

/* Vision & Mission section centered */
.section.split-2 {
  background: #ffffff;
  display: flex;
  justify-content: center; /* center content horizontally */
}

.section.split-2 .container {
  max-width: 900px;           /* narrower width */
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 40px;
  text-align: center;
  margin: 0 auto;             /* center within parent */
}

/* Responsive for smaller screens */
@media (max-width: 900px) {
  .section.split-2 .container {
    grid-template-columns: 1fr; 
    text-align: center;
  }
}
/* =========================
   SERVICES: ALTERNATING BANDS
   ========================= */
.services-wrap{ padding:0 }                        /* wrapper reset */

.service-block{ width:100%; padding:56px 0 }
.service-block + .service-block{ border-top:1px solid rgba(16,32,61,.15) }

.service-block.with-img{
  display:grid; grid-template-columns:360px 1fr; gap:32px; align-items:center;
}
.service-media{ border-radius:14px; overflow:hidden; box-shadow:0 12px 28px rgba(0,0,0,.18) }
.service-thumb{ width:100%; height:240px; object-fit:cover; display:block }

.service-body{ text-align:left }
.service-body h2{ margin:0 0 10px; font-size:clamp(26px,3.2vw,34px); line-height:1.2 }
.service-body h3{ margin:16px 0 8px; font-size:clamp(18px,2.2vw,22px); line-height:1.3 }
.service-body .bullets{ padding-left:18px; margin:10px 0 0 }
.service-body .cta-inline{ margin-top:16px }

/* Dark (navy background, white text, white CTA) */
.service-block.dark{ background:var(--navy-2); color:#fff; border-top:none }
.service-block.dark h1,
.service-block.dark h2,
.service-block.dark h3,
.service-block.dark p,
.service-block.dark li,
.service-block.dark strong{ color:#fff }
.service-block.dark .btn-white{
  background:#fff; color:var(--navy-2); border:2px solid #fff; border-radius:10px; font-weight:700; text-decoration:none; padding:12px 20px;
}
.service-block.dark .btn-white:hover{ filter:brightness(.97) }

/* Light (white background, navy text, navy CTA) */
.service-block.light{ background:#fff; color:var(--navy-2) }
.service-block.light h1,
.service-block.light h2,
.service-block.light h3,
.service-block.light p,
.service-block.light li,
.service-block.light strong,
.service-block.light span{ color:var(--navy-2) }
.service-block.light .btn-navy{
  background:var(--navy-2); color:#fff; border:2px solid var(--navy-2); border-radius:10px; font-weight:700; text-decoration:none; padding:12px 20px;
}
.service-block.light .btn-navy:hover{ filter:brightness(.97) }

/* Optional: image on right */
.service-block.reverse{ grid-template-columns:1fr 360px }
.service-block.reverse .service-media{ order:2 }
.service-block.reverse .service-body{ order:1 }

/* =========================
   ACCORDION (FAQs)
   ========================= */
.accordion details{border:1px solid #e5e8f0; border-radius:12px; padding:10px 14px; background:#fff; margin:10px 0}
.accordion summary{cursor:pointer; font-weight:700}
.accordion .accordion-body{color:#4b566a; margin-top:8px}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width:1024px){
  .split-2{grid-template-columns:1fr}
  .team-grid{grid-template-columns:repeat(2,1fr)}
  .contact .grid-3{grid-template-columns:1fr}
}
@media (max-width:900px){
  .hero-with-bg{padding:84px 0 56px}
  .service-block.with-img{grid-template-columns:1fr}
  .service-thumb{height:220px}
  .page-hero.bg-cream{padding:96px 0 72px}
  .section.split-2 .container{grid-template-columns:1fr}
}
@media (max-width:768px){
  #sticky-call{display:inline-block}
}
@media (max-width:640px){
  .site-nav{display:none; position:absolute; right:4%; top:100%; background:#fff; border:1px solid #e5e8f0; border-radius:12px; padding:12px}
  .site-nav.open{display:block}
  .site-nav ul{flex-direction:column; gap:12px}
  .nav-toggle{display:block}
  .brand-title{font-size:22px}
  .display{font-size:clamp(28px,6.5vw,44px)}
}

/* ----- HERO SLIDER (explicit on sections with .hero-slider) ----- */
.page-hero.hero-slider{
  position: relative;
  padding: 120px 0 96px;
  color: #fff;
  background: var(--cream);     /* grey backplate */
  overflow: hidden;
  /* Base slide (A) */
  background-image: url("assets/images/businesspartners.jpg");
  background-size: cover;
  background-position: center;
}
.page-hero.hero-slider::before,
.page-hero.hero-slider::after{
  content:"";
  position:absolute; inset:0;
  background: center/cover no-repeat;
  opacity:0;
  animation: heroFade 18s infinite ease-in-out;
}
/* Slide B & C — file names match your repo */
.page-hero.hero-slider::before{ background-image:url("assets/images/meet_the_team.jpg"); animation-delay:0s; }
.page-hero.hero-slider::after { background-image:url("assets/images/law_justice_statue.jpg"); animation-delay:6s; }

/* readable text on top */
.page-hero.hero-slider > *{ position:relative; z-index:1; }
.page-hero.hero-slider::marker { content:none } /* noop, ensures no list bullets */

/* =============================
   HERO SLIDER WITH <img> TAGS
   ============================= */
.page-hero.hero-slider {
  position: relative;
  overflow: hidden;
  padding: 120px 0 96px;
  color: #fff;
  text-align: center;
}

/* Make all slider images cover the hero section */
.page-hero.hero-slider .slider-img {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: heroFadeCycle 18s infinite;
  z-index: 0; /* stay behind text */
}

/* Cycle through 3 images */
.page-hero.hero-slider .slider-img:nth-child(1) {
  animation-delay: 0s;
}
.page-hero.hero-slider .slider-img:nth-child(2) {
  animation-delay: 6s;
}
.page-hero.hero-slider .slider-img:nth-child(3) {
  animation-delay: 12s;
}

/* Fade animation */
@keyframes heroFadeCycle {
  0%, 20% { opacity: 1; }
  33%, 100% { opacity: 0; }
}

/* Overlay for readability */
.page-hero.hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

/* Text container sits above images + overlay */
.page-hero.hero-slider .container {
  color: #10203d;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-inline: auto;
}

.page-hero.hero-slider h1 {
  color: #ffffff;
  font-size: clamp(32px, 5vw, 56px);
  margin-bottom: 12px;
}
.page-hero.hero-slider .lead {
  color: #f1f1f1;
  font-size: 1.2rem;
}

/* =============================
   GLOBAL HEADING SIZES
   ============================= */

/* Main page titles */
h1 {
  font-size: clamp(40px, 5vw, 60px);   /* scales with screen size */
  line-height: 1.2;
  font-weight: 700;
}

/* Section titles */
h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.3;
  font-weight: 600;
}

/* Sub-headings */
h3 {
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.3;
  font-weight: 600;
}

/* Optional: center align big headings in sections */
.section h1,
.section h2 {
  text-align: center;
}
/* Resize quote-split section image container */
.quote-split .img-frame {
  max-width: 360px;        /* shrink container width */
  margin: 0 auto;          /* center it on smaller screens */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,.25);
}

/* Make sure the image fills the container correctly */
.quote-split .img-frame img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* Ensure text block aligns better */
.quote-split .quote {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive: stack vertically on mobile */
@media (max-width: 900px) {
  .quote-split .container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .quote-split .img-frame {
    max-width: 280px;
    margin-bottom: 20px;
  }

  .quote-split .quote {
    max-width: 100%;
  }
}

/* Center the container itself */
.service-body {
  margin: 0 auto;        /* centers the container */
  max-width: 800px;      /* keeps it from being too wide */
  text-align: left;      /* keeps inner text left-aligned */
}

/* Ensure bullets, paragraphs, and buttons respect alignment */
.service-body ul,
.service-body p,
.service-body h2,
.service-body h3 {
  text-align: left;
}

/* Center the call-to-action button under the text */
.service-body .cta-inline,
.service-body .btn {
  display: block;
  margin: 16px auto 0;   /* auto centers button inside container */
  text-align: center;
}
/* Service section: image + text side by side */
.service-block.with-img {
  display: grid;
  grid-template-columns: 1fr 1fr;  /* image left, text right */
  gap: 32px;                       /* space between */
  align-items: center;              /* vertically align */
  max-width: 1100px;               /* keep section centered */
  margin: 0 auto;
  padding: 60px 20px;
}

/* Image container */
.service-media {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

.service-thumb {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

/* Text container */
.service-body {
  text-align: left;
  margin: 0 auto;
}

/* Center button under text but aligned to left */
.service-body .btn {
  margin-top: 20px;
}
/* FAQ section text color fix */
#faqs {
  background: #10203d;             /* make sure FAQ section background is white */
  color: #000;                  /* default text black */
}

#faqs h2 {
  color: #ffffff !important;       /* force black main heading */
}
#faqs h3,
#faqs p,
#faqs summary,
#faqs li {
  color: #000 !important;       /* force black headings + text */
}

/* FAQ accordion tweaks */
#faqs .accordion details {
  background: #f9f9f9;          /* light grey for contrast */
  border: 1px solid #ddd;
  color: #000;                  /* text inside black */
}
#faqs .accordion summary {
  font-weight: 700;
  cursor: pointer;
}

/* QUOTE SPLIT SECTION */
.quote-split.navy {
  background: var(--navy-2);   /* Navy background */
  color: #fff;
  padding: 60px 40px;          /* Top/bottom spacing */
}

/* Grid layout for image + text */
.quote-split .container.split-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;         /* Vertical center */
}

/* Image styling */
.quote-split .img-frame {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  max-width: 420px;            /* Keeps image from being too large */
}
.quote-split .img-frame img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Quote body */
.quote-split .quote {
  text-align: left;
}
.quote-split blockquote {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 18px;
  color: #fff;
}
.quote-split .byline {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 20px;
  color: #fff;
}

/* Button */
.quote-split .btn-light {
  background: #fff;
  color: var(--navy-2);
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
.quote-split .btn-light:hover {
  filter: brightness(.96);
}

/* Responsive stacking */
@media (max-width: 900px) {
  .quote-split .container.split-2 {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .quote-split .quote {
    text-align: center;
    margin-top: 20px;
  }
}
/* ===============================
   CONTACT PAGE STYLES
   =============================== */

/* Map container (iframe inside img-frame already rounded) */
.img-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
  display: block;
}

/* Appointment form */
.appointment-form {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.appointment-form label {
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
  color: var(--text);
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccd2da;
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  color: var(--text);
  background: #fff;
  transition: border-color 0.2s ease;
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
  outline: none;
  border-color: var(--navy-2);
  box-shadow: 0 0 0 2px rgba(16,32,61,.15);
}

/* Consent checkbox */
.appointment-form .consent input[type="checkbox"] {
  width: auto;
  margin: 0;
}

/* Submit button */
.appointment-form button {
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 700;
  border: 2px solid var(--navy-2);
  background: var(--navy-2);
  color: #fff;
  cursor: pointer;
  transition: filter .2s ease;
}

.appointment-form button:hover {
  filter: brightness(.95);
}

/* Status message */
#form-status {
  font-size: 14px;
  color: var(--muted);
}

/* Responsive form grid */
.appointment-form .split-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 768px) {
  .appointment-form .split-2 {
    grid-template-columns: 1fr;
  }
}
/* Grid layout */
.contact-grid {
  display: flex;
  flex-direction: column; /* mobile: stacked */
  gap: 2rem;
}

/* Map box look */
.map-box {
  width: 100%;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0,0,0,.18);
  background: #0b1a2a;
}

/* Desktop: map left, details right */
@media (min-width: 900px) {
  .contact-grid {
    flex-direction: row;
    align-items: flex-start;
  }
  .map-box {
    flex: 1 1 50%;
    height: 420px;
    max-width: 640px; /* optional */
  }
  .contact-section {
    flex: 1 1 50%;
  }
}

/* Fix link colors */
.contact-section a {
  color: #fff;
  text-decoration: none;
}
.contact-section a:hover {
  color: #b5a268; /* gold hover effect */
}
  
/* Footer Grid */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 40px 0;
  align-items: start;
}

.footer-col h4 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #fff;
}

.contact-list,
.list-minimal {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li,
.list-minimal li {
  margin: 6px 0;
  color: #fff;
}

.list-minimal a {
  color: #fff;
  text-decoration: none;
}
.list-minimal a:hover {
  text-decoration: underline;
}

/* Responsive for mobile */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .footer-col iframe {
    max-width: 100%;
    margin: auto;
  }
}
/* Remove blue color and underline from links inside contact section */
.contact-section a {
  color: #fff;         /* White text */
  text-decoration: none;
}

.contact-section a:hover {
  color: #d4af37;      /* Optional hover effect (gold shade) */
}