:root{
  --navy:#061f39;
  --navy-2:#0b3153;
  --gold:#bf8d2f;
  --gold-dark:#9f7120;
  --ink:#14283e;
  --muted:#596777;
  --line:#dfe5eb;
  --soft:#f4f7fa;
  --white:#fff;
  --shadow:0 8px 25px rgba(9,31,52,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff; font-family: 'Open Sans', sans-serif; font-size:16px;line-height:1.55}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Header/menu modeled after the Royal Coach homepage structure */
#header{background:#fff;border-top:4px solid var(--navy);position:relative;z-index:40}
.header-inner{width:min(1180px,calc(100% - 40px));height:102px;margin:auto;display:grid;grid-template-columns:240px 1fr 1fr;align-items:center;gap:24px}
.brand{display:inline-flex;align-items:center;width:195px;height:91px;overflow:hidden}
.brand img{width:180px;height:auto;object-fit:contain}
.header-contact{display:flex;flex-direction:column;align-items:flex-end;color:var(--navy);text-align:right}
.header-contact-left{justify-self:end}
.header-contact-right{justify-self:end}
.header-contact strong{ font-family: 'Open Sans', sans-serif; font-size:20px;letter-spacing:.02em;font-weight:normal}
.header-contact span{font-size:12px;color:#747d86;text-transform:uppercase;letter-spacing:.12em;margin-top:2px}
.menu-toggle{display:none;background:none;border:0;padding:8px;cursor:pointer}
.menu-toggle span:not(.sr-only){display:block;width:28px;height:2px;background:var(--navy);margin:5px}

#menu{background:var(--navy);position:relative;z-index:35;box-shadow:0 2px 8px rgba(0,0,0,.16)}
.menu-inner{width:min(1180px,calc(100% - 40px));margin:auto}
#menu-list{list-style:none;display:flex;justify-content:center;align-items:stretch;margin:0;padding:0}
#menu-list>li{position:relative}
#menu-list>li>a,#menu-list>li>button{height:52px;display:flex;align-items:center;padding:0 25px;border:0;background:transparent;color:#fff;font-size:14px;font-weight:bold;letter-spacing:.06em;cursor:pointer}
#menu-list>li>a:hover,#menu-list>li>button:hover,#menu-list>li>a.active{background:var(--gold)}
.submenu{display:none;position:absolute;top:100%;left:0;min-width:235px;padding:7px 0;margin:0;list-style:none;background:#fff;border-top:3px solid var(--gold);box-shadow:0 12px 30px rgba(0,0,0,.2)}
.submenu-right{left:auto;right:0}
.has-submenu:hover>.submenu,.has-submenu:focus-within>.submenu,.has-submenu.open>.submenu{display:block}
.submenu a{display:block;padding:11px 18px;font-size:14px;color:var(--navy);border-bottom:1px solid #edf0f3}
.submenu a:hover,.submenu a.active{color:#fff;background:var(--navy)}

.hero{position:relative;min-height:500px;background:url("../images/hero-resource-center.jpg") center 54%/cover no-repeat;display:flex;align-items:center;color:#fff}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,22,39,.94) 0%,rgba(2,22,39,.74) 42%,rgba(2,22,39,.12) 76%)}
.hero-content{position:relative;padding:65px 0}
.eyebrow{font-size:14px;font-weight:bold;letter-spacing:.19em;text-transform:uppercase;color:#58aa01;margin:0 0 10px}
h1,h2,h3{ font-family: 'Open Sans', sans-serif; line-height:1.16;margin-top:0;color:var(--navy)}
.hero h1{font-size:clamp(38px,5vw,65px);text-transform:uppercase;letter-spacing:-.025em;color:#fff;margin-bottom:18px;max-width:720px}
.hero-copy{max-width:600px;font-size:18px;margin:0 0 30px;color:#f2f6f8}
.search-shell{position:relative;width:min(690px,100%);background:#fff;border-radius:6px;display:flex;align-items:center;box-shadow:0 12px 35px rgba(0,0,0,.24)}
.search-shell>svg{width:23px;height:23px;margin-left:18px;fill:none;stroke:#6d7884;stroke-width:2}
.search-shell input{width:100%;height:46px;padding:0 48px 0 14px;border:0;outline:0;border-radius:6px;color:#172b3f;font-size:17px}
#search-clear{position:absolute;right:11px;border:0;background:none;color:#687583;font-size:28px;line-height:1;cursor:pointer;display:none}
.search-results{position:absolute;z-index:20;left:0;right:0;top:calc(100% + 8px);background:#fff;border-radius:6px;box-shadow:0 15px 40px rgba(0,0,0,.28);max-height:390px;overflow:auto;color:var(--ink)}
.search-result{display:block;padding:14px 18px;border-bottom:1px solid #e7ebef}
.search-result:hover,.search-result.active{background:#f1f5f8}
.search-result strong{display:block;color:var(--navy);font-size:15px}
.search-result span{display:block;color:#66717c;font-size:13px;margin-top:2px}
.search-empty{padding:18px;color:#66717c}
.popular-searches{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:18px;font-size:12px}
.popular-searches span{font-weight:bold;margin-right:4px}
.popular-searches button{border:1px solid rgba(255,255,255,.45);color:#fff;background:rgba(4,28,49,.55);border-radius:3px;padding:6px 10px;cursor:pointer}
.popular-searches button:hover{background:var(--gold);border-color:var(--gold)}

.section{padding:58px 0}
.section-title{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:30px}
.section-title span{height:1px;width:125px;background:var(--gold)}
.section-title h2{margin:0;text-transform:uppercase;font-size:25px;letter-spacing:.02em}
.featured{background:#fff}
.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.featured-card{display:grid;grid-template-columns:42% 1fr;min-height:190px;background:#fff;border:1px solid var(--line);border-radius:7px;overflow:hidden;box-shadow:var(--shadow)}
.featured-card img{width:100%;height:100%;object-fit:cover}
.featured-card>div{padding:20px 18px;align-self:center}
.card-kicker{margin:0 0 5px;color:var(--gold-dark);font-size:11px;font-weight:bold;letter-spacing:.13em}
.featured-card h3{font-size:18px;margin-bottom:9px;text-transform:uppercase}
.featured-card p{font-size:14px;color:var(--muted);margin:0 0 13px}
.featured-card a,.all-link{font-size:13px;color:var(--navy);font-weight:bold}
.featured-card a:hover,.all-link:hover{color:var(--gold-dark)}

.categories{background:#f8fafc}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:7px;overflow:hidden;box-shadow:0 5px 18px rgba(10,35,55,.06);transition:transform .2s ease,box-shadow .2s ease}
.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.category-card>img{width:100%;height:140px;object-fit:cover}
.category-body{padding:18px 18px 20px}
.category-body h3{text-transform:uppercase;font-size:16px;margin-bottom:7px}
.category-body p{color:var(--muted);font-size:14px;min-height:43px;margin:0 0 10px}
.category-body ul{margin:0 0 13px;padding-left:18px;font-size:13px}
.category-body li{margin:4px 0}
.category-body li a:hover{text-decoration:underline;color:var(--gold-dark)}

.trust-strip{padding:24px 0;background:linear-gradient(90deg,#edf5fc,#f8fbfd);border-top:1px solid #dfe8ef;border-bottom:1px solid #dfe8ef}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid>div{padding:6px 26px;border-right:1px solid #d6e0e8}
.trust-grid>div:last-child{border-right:0}
.trust-grid strong{display:block;color:var(--navy);font-size:13px}
.trust-grid span{font-size:12px;color:#64717d}

.lower{background:#fff}
.lower-grid{display:grid;grid-template-columns:1.05fr 1.05fr 1fr .95fr;gap:16px;align-items:stretch}
.info-panel,.help-panel{border:1px solid var(--line);border-radius:7px;padding:22px;background:#fff}
.info-panel h2,.help-panel h2{font-size:19px;text-transform:uppercase;margin-bottom:16px}
details{border:1px solid #e1e6eb;border-radius:4px;margin-bottom:7px}
summary{cursor:pointer;padding:10px 12px;font-size:13px;font-weight:bold;color:var(--navy)}
details p{padding:0 12px 12px;font-size:13px;color:var(--muted);margin:0}
.city-panel img{height:115px;width:100%;object-fit:cover;border-radius:4px;margin-bottom:12px}
.city-panel p{font-size:13px;color:var(--muted)}
.city-links{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}
.city-links a{font-size:12px;border:1px solid #d6dde4;border-radius:3px;padding:5px 8px}
.city-links a:hover{background:var(--navy);color:#fff}
.latest-panel>a{display:flex;justify-content:space-between;border-bottom:1px solid #e8ebef;padding:11px 0;font-size:13px;color:var(--navy)}
.latest-panel>a:hover{color:var(--gold-dark)}
.help-panel{background:linear-gradient(145deg,var(--navy),#0a3b61);color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center}
.help-panel h2{color:#fff;font-size:27px}
.help-panel>p:not(.eyebrow){font-size:14px;color:#e1e9ef}
.gold-button{display:inline-block;background:var(--gold);color:#fff;font-weight:bold;font-size:13px;padding:13px 22px;border-radius:3px;margin:10px auto 15px}
.gold-button:hover{background:var(--gold-dark)}
.phone-link{font-family: 'Open Sans', sans-serif;font-size:20px}
.help-panel small{color:#cbd8e2}

footer{background:var(--navy);color:#fff;padding:24px 0;font-size:13px}
.footer-inner{display:flex;gap:25px;justify-content:center;align-items:center;flex-wrap:wrap}
.footer-inner a:hover{color:#58aa01}

@media (max-width:980px){
  .header-inner{grid-template-columns:220px 1fr 1fr}
  #menu-list>li>a,#menu-list>li>button{padding-inline:15px}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .lower-grid{grid-template-columns:repeat(2,1fr)}
  .featured-grid{grid-template-columns:1fr}
  .featured-card{grid-template-columns:250px 1fr}
}
@media (max-width:760px){
  .wrap,.header-inner,.menu-inner{width:min(100% - 28px,1180px)}
  .header-inner{height:82px;grid-template-columns:1fr auto}
  .brand{width:160px;height:75px}
  .brand img{width:150px}
  .header-contact{display:none}
  .menu-toggle{display:block}
  #menu-list{display:none;flex-direction:column;padding:7px 0}
  #menu-list.open{display:flex}
  #menu-list>li>a,#menu-list>li>button{width:100%;height:45px;justify-content:space-between;padding:0 14px}
  .submenu,.submenu-right{position:static;box-shadow:none;border-top:0;background:#0a2c49;padding:0 0 4px}
  .submenu a{color:#fff;border-bottom-color:rgba(255,255,255,.08);padding-left:28px}
  .has-submenu:hover>.submenu{display:none}
  .has-submenu.open>.submenu{display:block}
  .hero{min-height:570px;background-position:62% center}
  .hero-overlay{background:linear-gradient(90deg,rgba(2,22,39,.94),rgba(2,22,39,.72))}
  .hero-content{padding:48px 0}
  .hero h1{font-size:39px}
  .section{padding:43px 0}
  .section-title span{width:55px}
  .section-title h2{font-size:21px;text-align:center}
  .featured-card{grid-template-columns:1fr}
  .featured-card img{height:185px}
  .category-grid,.lower-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr 1fr;gap:15px}
  .trust-grid>div{border-right:0}
}
@media (max-width:480px){
  .hero h1{font-size:32px}
  .hero-copy{font-size:16px}
  .search-shell input{font-size:14px}
  .popular-searches span{width:100%}
  .category-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr}
  .featured-card img{height:165px}
}

/* ===== Royal Coach header/menu refinements ===== */
:root{
  --gold:#58aa01 !important;
  --gold-dark:#4d9302 !important;
}
html body,
html body *{
  font-family:'Open Sans',sans-serif !important;
}
body{margin:0 !important}

#header{
  width:100% !important;
  position:relative !important;
  z-index:1000 !important;
  background:#fff !important;
  border-top:1px solid #e4d2bf !important;
  box-shadow:none !important;
}
#header .header-inner{
  width:100% !important;
  max-width:none !important;
  height:86px !important;
  margin:0 !important;
  padding:0 20px !important;
  display:grid !important;
  grid-template-columns:1fr auto 1fr !important;
  align-items:center !important;
  background:#fff !important;
}
#header .brand{
  grid-column:2 !important;
  justify-self:center !important;
  width:330px !important;
  height:68px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}
#header .brand img{
  width:330px !important;
  max-height:62px !important;
  object-fit:contain !important;
}
#header .header-phone{
  display:flex !important;
  flex-direction:column !important;
  line-height:1.05 !important;
}
#header .header-phone-left{
  grid-column:1 !important;
  justify-self:start !important;
  text-align:left !important;
}
#header .header-phone-right{
  grid-column:3 !important;
  justify-self:end !important;
  text-align:right !important;
}
#header .header-phone a{
  color:#999 !important;
  font-size:24px !important;
  font-weight:500 !important;
  letter-spacing:-.02em !important;
}
#header .header-phone span{
  color:#777 !important;
  font-size:15px !important;
  margin-top:3px !important;
}
#header .mobile-phone,
#header .menu-toggle{
  display:none !important;
}

/* Main menu */
#header #menu{
  width:100% !important;
  background:#fff !important;
  border-top:1px solid #f1f1f1 !important;
  border-bottom:1px solid #d8d8d8 !important;
  box-shadow:none !important;
}
#header .menu-inner{
  width:min(760px,calc(100% - 40px)) !important;
  margin:0 auto !important;
}
#header #menu-list{
  display:flex !important;
  justify-content:center !important;
  align-items:stretch !important;
  gap:0 !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}
#header #menu-list>li{
  position:relative !important;
  margin:0 !important;
  padding:0 !important;
}
#header #menu-list>li>a,
#header #menu-list>li>button{
  height:39px !important;
  padding:0 16px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:5px !important;
  border:0 !important;
  background:#fff !important;
  color:#777 !important;
  font-size:17px !important;
  font-weight:400 !important;
  letter-spacing:.04em !important;
  white-space:nowrap !important;
  cursor:pointer !important;
}
#header #menu-list>li>a:hover,
#header #menu-list>li>button:hover{
  color:#58aa01 !important;
  background:#fff !important;
}

/* Standard dropdowns */
#header .standard-submenu{
  display:none !important;
  position:absolute !important;
  z-index:1200 !important;
  top:100% !important;
  left:0 !important;
  min-width:235px !important;
  margin:0 !important;
  padding:5px 0 !important;
  list-style:none !important;
  background:#08223a !important;
  border-top:3px solid #58aa01 !important;
  box-shadow:0 12px 28px rgba(0,0,0,.18) !important;
}
#header .submenu-right{
  left:auto !important;
  right:0 !important;
}
#header .has-submenu:hover>.standard-submenu,
#header .has-submenu:focus-within>.standard-submenu,
#header .has-submenu.open>.standard-submenu{
  display:block !important;
}
#header .standard-submenu a{
  display:block !important;
  padding:11px 18px !important;
  color:#fff !important;
  background:#08223a !important;
  border-bottom:1px dotted rgba(255,255,255,.26) !important;
  font-size:13px !important;
  font-weight:500 !important;
}
#header .standard-submenu a:hover,
#header .standard-submenu a.active{
  color:#58aa01 !important;
  background:#08223a !important;
}

/* Services mega menu matching supplied hover screenshot */
#header .services-menu{
  position:static !important;
}
#header .mega-submenu{
  display:none !important;
  position:absolute !important;
  z-index:1250 !important;
  left:0 !important;
  right:0 !important;
  top:100% !important;
  width:100vw !important;
  min-height:56px !important;
  margin-left:calc(50% - 50vw) !important;
  padding:0 34px !important;
  background:#08223a !important;
  border-top:0 !important;
  box-shadow:0 8px 18px rgba(0,0,0,.18) !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:0 !important;
}
#header .services-menu:hover>.mega-submenu,
#header .services-menu:focus-within>.mega-submenu,
#header .services-menu.open>.mega-submenu{
  display:flex !important;
}
#header .mega-submenu a{
  display:flex !important;
  align-items:center !important;
  min-height:56px !important;
  padding:0 16px !important;
  color:#fff !important;
  background:#08223a !important;
  border-right:1px dotted rgba(255,255,255,.32) !important;
  font-size:15px !important;
  font-weight:600 !important;
  white-space:nowrap !important;
}
#header .mega-submenu a:first-child{
  border-left:1px dotted rgba(255,255,255,.32) !important;
}
#header .mega-submenu a:hover,
#header .mega-submenu a.active{
  color:#58aa01 !important;
  background:#08223a !important;
}

/* Hero left alignment */
@media (min-width:761px){
  .hero .hero-content{
    width:min(1180px,calc(100% - 40px)) !important;
    margin:0 auto !important;
    padding-left:0 !important;
    transform:none !important;
  }
  .hero h1,
  .hero-copy,
  .hero .search-shell,
  .hero .popular-searches{
    margin-left:0 !important;
  }
  .hero h1{max-width:720px !important}
  .hero-copy{max-width:610px !important}
  .hero .search-shell{width:min(690px,100%) !important}
}

/* Green replacement */
.eyebrow,
.card-kicker,
.featured-card a:hover,
.all-link:hover,
.category-body li a:hover,
.latest-panel>a:hover,
.footer-inner a:hover{
  color:#58aa01 !important;
}
.section-title span,
.gold-button,
.popular-searches button:hover,
.city-links a:hover{
  background:#58aa01 !important;
  border-color:#58aa01 !important;
}
.gold-button:hover{
  background:#777 !important;
}

/* Mobile header */
@media (max-width:760px){
  #header .header-inner{
    height:62px !important;
    padding:0 14px !important;
    grid-template-columns:46px 1fr 46px !important;
  }
  #header .header-phone{
    display:none !important;
  }
  #header .mobile-phone{
    grid-column:1 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    color:#73767a !important;
    font-size:29px !important;
    line-height:1 !important;
  }
  #header .brand{
    grid-column:2 !important;
    width:205px !important;
    height:52px !important;
  }
  #header .brand img{
    width:205px !important;
    max-height:43px !important;
  }
  #header .menu-toggle{
    grid-column:3 !important;
    justify-self:end !important;
    display:block !important;
    width:38px !important;
    height:38px !important;
    padding:5px !important;
    border:0 !important;
    background:transparent !important;
  }
  #header .menu-toggle span:not(.sr-only){
    display:block !important;
    width:29px !important;
    height:2px !important;
    margin:6px 0 !important;
    background:#999 !important;
  }
  #header #menu{
    position:absolute !important;
    top:62px !important;
    left:0 !important;
    right:0 !important;
    border-top:1px solid #eee !important;
    border-bottom:0 !important;
  }
  #header .menu-inner{
    width:100% !important;
  }
  #header #menu-list{
    display:none !important;
    flex-direction:column !important;
    width:100% !important;
    padding:7px 0 !important;
    background:#fff !important;
    box-shadow:0 12px 25px rgba(0,0,0,.18) !important;
  }
  #header #menu-list.open{
    display:flex !important;
  }
  #header #menu-list>li>a,
  #header #menu-list>li>button{
    width:100% !important;
    height:44px !important;
    justify-content:space-between !important;
    padding:0 20px !important;
    color:#666 !important;
    font-size:14px !important;
    border-bottom:1px solid #eee !important;
  }
  #header .services-menu{
    position:relative !important;
  }
  #header .mega-submenu,
  #header .standard-submenu,
  #header .submenu-right{
    position:static !important;
    display:none !important;
    width:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    background:#08223a !important;
    box-shadow:none !important;
    flex-direction:column !important;
    align-items:stretch !important;
  }
  #header .has-submenu:hover>.mega-submenu,
  #header .has-submenu:hover>.standard-submenu{
    display:none !important;
  }
  #header .has-submenu.open>.mega-submenu,
  #header .has-submenu.open>.standard-submenu{
    display:flex !important;
  }
  #header .mega-submenu a,
  #header .standard-submenu a{
    min-height:42px !important;
    padding:10px 32px !important;
    color:#fff !important;
    background:#08223a !important;
    border-left:0 !important;
    border-right:0 !important;
    border-bottom:1px dotted rgba(255,255,255,.25) !important;
  }
  #header .mega-submenu a:hover,
  #header .mega-submenu a.active,
  #header .standard-submenu a:hover,
  #header .standard-submenu a.active{
    color:#58aa01 !important;
  }
}


/* ===== Screenshot refinements: consistent dropdowns and desktop hero position ===== */
@media (min-width:761px){
  /* Logo approximately 10% larger */
  #header .brand{
    width:363px !important;
    height:75px !important;
  }
  #header .brand img{
    width:363px !important;
    max-height:68px !important;
  }

  /* Move the complete hero content block farther left on wide screens */
  .hero .hero-content{
    width:auto !important;
    max-width:760px !important;
    margin-left:clamp(24px,6.8vw,124px) !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .hero h1,
  .hero-copy,
  .hero .search-shell,
  .hero .popular-searches{
    margin-left:0 !important;
  }
  /* 67px shorter than the prior 690px setting */
  .hero .search-shell{
    width:623px !important;
    max-width:calc(100vw - 48px) !important;
  }
}

/* All desktop dropdowns use the same translucent style */
#header .standard-submenu,
#header .submenu{
  background:rgba(6,33,58,.70) !important;
  padding:0 !important;
  border-top:3px solid #58aa01 !important;
  overflow:hidden !important;
}
#header .standard-submenu li,
#header .submenu li{
  margin:0 !important;
  padding:0 !important;
}
#header .standard-submenu a,
#header .submenu a{
  background:transparent !important;
  color:#fff !important;
  padding:12px 18px !important;
  border-bottom:1px dotted rgba(255,255,255,.30) !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:1.25 !important;
}
#header .standard-submenu li:last-child a,
#header .submenu li:last-child a{
  border-bottom:0 !important;
}
#header .standard-submenu a:hover,
#header .standard-submenu a.active,
#header .submenu a:hover,
#header .submenu a.active{
  color:#96e047 !important;
  background:rgba(6,33,58,.16) !important;
}

@media (max-width:760px){
  /* Keep mobile menu fully opaque for readability */
  #header .standard-submenu,
  #header .submenu{
    background:#08223a !important;
  }
}
