:root{
  --navy:#061c3f;
  --blue:#0a4b93;
  --sky:#e9f3ff;
  --gold:#f4b62f;
  --gold-dark:#cc891b;
  --white:#ffffff;
  --text:#1d2a3a;
  --muted:#617188;
  --soft:#f5f8fc;
  --line:rgba(9,35,75,.12);
  --shadow:0 24px 80px rgba(0,23,62,.15);
  --radius:28px;
  --container:1200px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#000;line-height:1.65;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select{font:inherit}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;left:16px;top:-80px;background:#fff;color:#000;padding:12px 16px;border-radius:10px;z-index:9999;transition:.25s}
.skip-link:focus{top:16px}

.top-strip{background:var(--navy);color:#d9e8ff;font-size:14px}
.top-strip__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:9px 0}
.top-strip p{margin:0;display:flex;align-items:center;gap:8px}
.top-strip a{color:#fff;font-weight:800}

.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.4);transition:box-shadow .3s ease, background .3s ease}
.site-header.is-sticky{box-shadow:0 16px 45px rgba(0,25,68,.12);background:rgba(255,255,255,.96)}
.nav-wrap{height:88px;display:flex;align-items:center;gap:24px}
.brand img{width:196px;height:auto}
.primary-nav{display:flex;align-items:center;justify-content:center;gap:4px;margin-left:auto}
.primary-nav a{padding:12px 13px;border-radius:999px;font-size:15px;font-weight:800;color:#20334d;transition:.25s ease}
.primary-nav a:hover,.primary-nav a:focus{background:#eef5ff;color:var(--blue)}
.nav-cta{margin-left:8px;background:var(--gold);color:var(--navy);font-weight:900;padding:13px 22px;border-radius:999px;box-shadow:0 10px 26px rgba(244,182,47,.32);transition:.25s ease;white-space:nowrap}
.nav-cta:hover{transform:translateY(-2px);background:#ffd15d}
.nav-toggle{display:none;width:46px;height:46px;border:0;background:var(--navy);border-radius:14px;align-items:center;justify-content:center;gap:5px;flex-direction:column;cursor:pointer}
.nav-toggle span{width:20px;height:2px;background:#fff;border-radius:99px;transition:.25s ease}
.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.active span:nth-child(2){opacity:0}
.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.hero{position:relative;min-height:820px;display:grid;align-items:center;isolation:isolate;color:#fff;padding:96px 0 110px;overflow:hidden;background:var(--navy)}
.hero-bg{position:absolute;inset:0;z-index:-3}
.hero-bg img{width:100%;height:100%;object-fit:cover;filter:saturate(1.05) contrast(1.04)}
.hero-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(105deg,rgba(3,15,35,.92) 0%,rgba(3,28,70,.76) 44%,rgba(6,32,75,.40) 100%)}
.hero:after{content:"";position:absolute;inset:auto 0 0;height:160px;z-index:-1;background:linear-gradient(to top,#fff 0%,rgba(255,255,255,0) 100%)}
.hero__grid{display:grid;grid-template-columns:minmax(0,1.08fr) 430px;gap:56px;align-items:center}
.label{display:inline-flex;align-items:center;gap:9px;color:var(--gold);text-transform:uppercase;font-size:13px;letter-spacing:.16em;font-weight:900;margin-bottom:14px}
.label:before{content:"";width:34px;height:2px;background:currentColor;border-radius:10px}
.hero h1{font-size:clamp(42px,7vw,76px);line-height:1.02;margin:0 0 24px;letter-spacing:-.06em;max-width:850px}
.hero p{font-size:18px;color:#d7e8ff;max-width:720px;margin:0 0 32px}
.hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:34px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 24px;border-radius:999px;font-weight:900;border:0;cursor:pointer;transition:.25s ease;text-align:center}
.btn-primary{background:linear-gradient(135deg,var(--gold),#ffd76b);color:var(--navy);box-shadow:0 18px 38px rgba(244,182,47,.28)}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 22px 48px rgba(244,182,47,.38)}
.btn-ghost{border:1px solid rgba(255,255,255,.44);color:#fff;background:rgba(255,255,255,.09)}
.btn-ghost:hover{background:#fff;color:var(--navy);transform:translateY(-3px)}
.btn-outline-dark{background:#fff;border:1px solid var(--line);color:var(--navy)}
.btn-outline-dark:hover{background:var(--navy);color:#fff;transform:translateY(-3px)}
.hero__mini-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:620px}
.hero__mini-stats div{padding:18px 20px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);backdrop-filter:blur(18px);border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1)}
.hero__mini-stats strong{display:block;font-size:30px;line-height:1;color:#fff;margin-bottom:6px}
.hero__mini-stats span{color:#bdd5f4;font-size:14px;font-weight:800}

.reservation-card{background:rgba(255,255,255,.94);color:var(--text);border-radius:32px;padding:28px;box-shadow:var(--shadow);position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.55)}
.reservation-card:before{content:"";position:absolute;inset:0 0 auto;height:7px;background:linear-gradient(90deg,var(--gold),var(--blue));}
.reservation-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:12px 0 22px}
.reservation-card__head span{color:var(--muted);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.reservation-card__head strong{font-size:18px;color:var(--navy);text-align:right}
.reservation-card form{display:grid;gap:14px}
.reservation-card label{display:grid;gap:7px;font-weight:900;color:var(--navy)}
.reservation-card label span{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#60728e}
.reservation-card input,.reservation-card select{width:100%;height:52px;border:1px solid #d8e2ee;border-radius:16px;padding:0 14px;background:#f8fbff;color:#263a54;outline:0}
.reservation-card input:focus,.reservation-card select:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(10,75,147,.12)}
.form-split{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.reservation-card .btn{width:100%;margin-top:4px}
.reservation-note{margin-top:18px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-weight:700;font-size:14px;text-align:center}
.reservation-note a{color:var(--blue);font-weight:900}

.orb{position:absolute;border-radius:999px;filter:blur(1px);opacity:.55;animation:float 7s ease-in-out infinite;z-index:-1}
.orb-one{width:210px;height:210px;background:rgba(244,182,47,.28);right:9%;top:16%}
.orb-two{width:130px;height:130px;background:rgba(255,255,255,.16);left:7%;bottom:18%;animation-delay:1.2s}
.orb-three{width:90px;height:90px;background:rgba(52,144,255,.24);right:34%;bottom:12%;animation-delay:2s}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-18px)}}

.quick-panel{margin-top:-72px;position:relative;z-index:4}
.quick-panel__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;background:#fff;border-radius:30px;padding:18px;box-shadow:var(--shadow);border:1px solid rgba(10,75,147,.08)}
.quick-item{padding:24px;border-radius:24px;background:linear-gradient(180deg,#fbfdff,#f2f7ff);border:1px solid rgba(10,75,147,.08);transition:.25s ease}
.quick-item:hover{transform:translateY(-6px);box-shadow:0 18px 45px rgba(10,75,147,.12)}
.quick-item span{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:#e9f3ff;font-size:24px;margin-bottom:18px}
.quick-item h2{font-size:19px;margin:0 0 8px;color:var(--navy)}
.quick-item p{margin:0;color:var(--muted);font-size:15px}

.section{padding:74px 0}
.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.image-collage{position:relative;min-height:560px}
.image-collage img{object-fit:cover;box-shadow:var(--shadow)}
.collage-main{width:78%;height:500px;border-radius:34px}
.collage-small{position:absolute;right:0;bottom:0;width:48%;height:255px;border-radius:28px;border:10px solid #fff}
.floating-card{position:absolute;left:8%;bottom:42px;background:#fff;border-radius:24px;padding:20px 24px;box-shadow:0 25px 60px rgba(0,23,62,.18);max-width:250px}
.floating-card strong{display:block;color:var(--navy);font-size:20px}.floating-card span{color:var(--muted);font-weight:700;font-size:14px}
.section-copy h2,.center-heading h2,.section-top h2{font-size:clamp(34px,4.2vw,54px);line-height:1.08;letter-spacing:-.045em;color:var(--navy);margin:0 0 20px}
.section-copy p,.center-heading p,.section-top p{color:var(--muted);font-size:16px;margin:0 0 18px}
.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:28px 0}
.check-grid span{background:var(--soft);border:1px solid var(--line);border-radius:16px;padding:13px 16px;font-weight:900;color:var(--navy)}
.check-grid span:before{content:"✓";color:var(--gold-dark);margin-right:9px}
.text-link{font-weight:900;color:var(--blue);font-size:17px}

.amenities{background:var(--soft);position:relative;overflow:hidden}
.amenities:before{content:"";position:absolute;inset:0;background:url('../images/pattern.svg') center/450px repeat;opacity:.035;pointer-events:none}
.center-heading{text-align:center;max-width:820px;margin:0 auto 52px;position:relative}.center-heading .label{justify-content:center}.center-heading .label:before,.center-heading .label:after{content:"";width:34px;height:2px;background:currentColor;border-radius:10px}.center-heading .label:before{display:block}.center-heading .label:after{display:block}

.amenity-showcase{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    position:relative;
}



.amenity-card{

    background:#fff;
    border-radius:28px;
    padding:30px;

    display:flex;
    gap:18px;
    align-items:flex-start;

    border:1px solid var(--line);

    box-shadow:
    0 15px 45px rgba(10,75,147,.07);

    transition:.35s ease;

    position:relative;
    overflow:hidden;
}



.amenity-card:before{

    content:"";

    position:absolute;

    width:100px;
    height:100px;

    right:-30px;
    top:-30px;

    background:#e9f3ff;

    border-radius:50%;

    opacity:.5;

}



.amenity-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 25px 70px rgba(10,75,147,.15);

}



.amenity-icon{

    min-width:60px;
    height:60px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:
    linear-gradient(
    135deg,
    #e9f3ff,
    #ffffff
    );

    color:var(--blue);

    border-radius:20px;

    font-size:24px;

}



.amenity-card h3{

    margin:0 0 8px;

    color:var(--navy);

    font-size:21px;

}



.amenity-card p{

    margin:0;

    color:var(--muted);

    font-size:15px;

    line-height:1.6;

}



@media(max-width:1024px){

.amenity-showcase{

grid-template-columns:repeat(2,1fr);

}

}



@media(max-width:680px){

.amenity-showcase{

grid-template-columns:1fr;

}


.amenity-card{

padding:24px;

}

}

.section-top{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:42px}
.rooms{background:#fff}
.room-slider{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.room-tile{background:#fff;border-radius:30px;overflow:hidden;border:1px solid var(--line);box-shadow:0 18px 60px rgba(5,30,70,.08);transition:.25s ease}
.room-tile:hover{transform:translateY(-8px)}
.room-tile img{height:245px;width:100%;object-fit:cover}
.room-tile div{padding:26px}.room-tile h3{margin:0 0 10px;font-size:24px;color:var(--navy)}.room-tile p{margin:0 0 16px;color:var(--muted)}
.room-tile ul{padding:0;margin:0;list-style:none;display:flex;gap:8px;flex-wrap:wrap}.room-tile li{background:#eef5ff;color:var(--blue);font-weight:900;font-size:12px;border-radius:999px;padding:7px 11px}

.experience-band {
    background: linear-gradient(135deg, var(--navy), #0b3f81);
    color: #fff;
    padding: 72px 0;
    position: relative;
    overflow: hidden;
}
.experience-band:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/pattern.svg) center / 520px repeat;
    opacity: .18;
}

.experience-band:before{content:"";position:absolute;inset:0;background:url('../images/pattern.svg') center/520px repeat;opacity:.18}
.experience-grid{position:relative;display:grid;grid-template-columns:1.35fr .9fr auto;gap:34px;align-items:center}.experience-grid h2{font-size:clamp(30px,4vw,48px);line-height:1.12;margin:0}.experience-grid p{color:#d6e8ff;margin:0;font-size:17px}

.attractions{background:#fff; position: relative;  overflow: hidden;} 



 .attraction-card h3{margin:8px 0 10px;font-size:24px;color:var(--navy)}.attraction-card p{margin:0;color:var(--muted)}

.gallery{background:var(--soft)}.gallery-grid{display:grid;grid-template-columns:1.3fr .9fr .9fr;grid-auto-rows:250px;gap:18px}.gallery-grid figure{margin:0;position:relative;border-radius:30px;overflow:hidden;box-shadow:0 18px 60px rgba(5,30,70,.08)}.gallery-grid figure:first-child{grid-row:span 2}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.gallery-grid figure:hover img{transform:scale(1.07)}.gallery-grid figcaption{position:absolute;left:18px;bottom:18px;background:rgba(255,255,255,.92);color:var(--navy);font-weight:900;padding:9px 14px;border-radius:999px}

.contact{background:#fff}.contact-card{background:linear-gradient(135deg,#fff,#eef6ff);border:1px solid var(--line);border-radius:34px;padding:44px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:var(--shadow)}.contact-card h2{font-size:36px;margin:0 0 10px;color:var(--navy)}.contact-card p{margin:0;color:var(--muted);font-weight:800}.contact-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}

.footer{background:#04142f;color:#d7e7ff;padding:70px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .9fr;gap:48px}.footer img{width:210px;/*background:#fff;border-radius:18px;*/margin-bottom:18px}.footer h2{font-size:18px;color:#fff;margin:0 0 16px}.footer a{display:block;color:#d7e7ff;margin:8px 0;font-weight:700}.footer p{margin:0;color:#adc3df}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:48px;padding:22px;color:#9eb6d7;font-size:14px}

.back-top{position:fixed;right:22px;bottom:22px;width:52px;height:52px;border:0;border-radius:18px;background:var(--gold);color:var(--navy);font-size:22px;font-weight:1000;cursor:pointer;box-shadow:0 18px 42px rgba(0,20,56,.22);opacity:0;visibility:hidden;transform:translateY(16px);transition:.25s ease;z-index:999}.back-top.show{opacity:1;visibility:visible;transform:translateY(0)}

.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s ease, transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}

/* SINGLE IMAGE HERO */

.amenities-hero{
    position:relative;
    height:591px;
    overflow:visible;
    display:flex;
    align-items:center;
    justify-content:center;
}


.amenities-hero-image{

    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;

}


.amenities-hero-overlay{

    position:absolute;
    inset:0;

    background:
    linear-gradient(
    90deg,
    rgba(0,25,25,.75),
    rgba(0,0,0,.35)
    );

}



.amenities-hero-content{

    position:relative;
    z-index:2;

    text-align:center;

    color:white;

    max-width:900px;

}

.amenities-hero-content span {
    display: inline-block;
    margin-bottom: 20px;
    color: #f4b62f;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.amenities-hero-content h1{

    font-size:64px;

    line-height:1.05;

    font-weight:900;

    margin:20px 0;

}



.amenities-hero-content p, .attractions-hero-content p, .contact-hero-content p, .location-hero-content p, .contact-hero-content p, .sitemap-hero-content p, .faq-hero-content p {
    font-size: 17px;
    line-height: 1.3;
    color: white;
}

.amenities-hero, .attractions-hero, .contact-hero, .location-hero, .contact-hero, .sitemap-hero, .faq-hero{
    height: 591px; 
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}

@media (max-width:1024px){
  .hero__grid,.split-layout{grid-template-columns:1fr}.hero{padding-top:74px}.reservation-card{max-width:540px}.quick-panel__grid,.amenity-showcase{grid-template-columns:repeat(2,1fr)}.room-slider,.attraction-grid{grid-template-columns:1fr 1fr}.experience-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid figure:first-child{grid-row:auto}.footer-grid{grid-template-columns:1fr 1fr}.primary-nav{position:absolute;right:20px;left:20px;top:88px;background:#fff;box-shadow:var(--shadow);border:1px solid var(--line);border-radius:24px;padding:16px;display:none;flex-direction:column;align-items:stretch}.primary-nav.open{display:flex}.primary-nav a{border-radius:14px}.nav-toggle{display:flex;margin-left:auto}.nav-cta{display:none}.nav-wrap{position:relative}.brand img{width:178px}
}



@media(max-width:680px){

.gallery-masonry{
    grid-template-columns:1fr;
    width:100%;
}

.gallery-masonry figure{
    width:100%;
}

}






@media (max-width:720px){
  .container{width:min(100% - 28px,var(--container))}.top-strip__inner{display:grid;gap:4px}.hero{min-height:auto;padding:66px 0 96px}.hero h1{font-size:42px}.hero p{font-size:16px}.hero__mini-stats,.quick-panel__grid,.amenity-showcase,.room-slider,.attraction-grid,.gallery-grid,.footer-grid{grid-template-columns:1fr}.form-split,.check-grid{grid-template-columns:1fr}.section{padding:76px 0}.quick-panel{margin-top:-44px}.collage-main{width:100%;height:360px}.collage-small{position:relative;width:72%;height:210px;margin:-60px 0 0 auto}.floating-card{left:16px;bottom:96px}.section-top,.contact-card{display:grid}.contact-actions{justify-content:flex-start}.contact-card{padding:30px}.gallery-grid{grid-auto-rows:230px}.footer{padding-top:52px}
}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}.reveal{opacity:1;transform:none}}


/* =========================================================
   Top Bar + Header + Hero Swiper Layout Update
   Inspired by the requested hotel reference, written as original CSS.
   ========================================================= */
.top-bar{
  background:#09224d;
  color:#fff;
  font-size:14px;
  line-height:1;
  position:relative;
  z-index:1200;
}
.top-bar-inner{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.top-bar-info{
  display:flex;
  align-items:center;
  gap:24px;
  padding:0;
  margin:0;
  list-style:none;
  color:#dfeaff;
  font-weight: 800;
}
.top-bar-info li,
.top-bar-right{
  display:flex;
  align-items:center;
  gap:8px;
}
.top-bar-info a{color:#dfeaff;font-weight:800;}
.top-bar-right{gap:18px;font-weight:800;}
.top-bar-right span{color:#dfeaff;}
.top-bar-right a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:7px 16px;
  background:#f4b62f;
  color:#071b3c;
  border-radius:999px;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.08em;
  transition:.25s ease;
}

.top-bar-info i {
    color: #f4b62f;
    font-size: 14px;
    width: 16px;
    min-width: 16px;
    text-align: center;
    line-height: 1;
}

.top-bar-right a:hover{background:#fff;transform:translateY(-1px);}

.main-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1150;
    background: #fff;
    box-shadow: 0 10px 34px rgba(5, 28, 68, .10);
    transition: all .3s ease;
}
.main-header.is-sticky {
    box-shadow: 0 18px 48px rgba(5, 28, 68, .16);
}
.header-inner{
  min-height:92px;
  display:flex;
  align-items:center;
  gap:24px;
}
.site-logo{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}
.site-logo img{
  width:100px;
  max-height:64px;
  object-fit:contain;
}
.main-header .primary-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:2px;
}
.main-header .primary-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 35px 18px 30px;
    color: #102d56;
    text-decoration: none;
}
.main-header .primary-nav a:after{
    content: "";
    position: absolute;
    bottom: 22px;
    left: 18px;
    right: 18px;
    height: 4px;
    background: #fdbb30;
    opacity: 0;
    transition: all 0.3s ease;
}
.main-header .primary-nav a:hover,
.main-header .primary-nav a:focus{color:#0a4b93;background:transparent;}


.main-header .primary-nav a:hover:after,
.main-header .primary-nav a:focus:after{opacity: 100;
}

.primary-nav a.active {
    color: #004b8d;
    position: relative;
    font-weight: 700;
}

.primary-nav a.active::after {
    content: "";
    position: absolute;
    left: 17px;
    bottom: 23px;
    transform: translateX(-1%);
    height: 4px;
    background: #f4b41a;
    opacity: 1;
}

.header-book-btn{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:14px 24px;
  border-radius:2px;
  background:#f4b62f;
  color:#071b3c;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.06em;
  box-shadow:0 10px 24px rgba(244,182,47,.35);
  transition:.25s ease;
}
.header-book-btn:hover{background:#09224d;color:#fff;transform:translateY(-2px);}

.hero-swiper-section{
  position:relative;
  background:#000;
  min-height:calc(100vh - 138px);
  color:#fff;
  overflow:hidden;
}
.heroSwiper,
.heroSwiper .swiper-wrapper,
.heroSwiper .swiper-slide{
  width:100%;
  height:calc(100vh - 138px);
  min-height:680px;
}
.hero-slide{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
}
.hero-slide img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.08);
  transition:transform 6.5s ease;
}
.heroSwiper .swiper-slide-active img{transform:scale(1);}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 17, 42, .90) 0%, rgba(7, 27, 60, .72) 43%, rgba(7, 27, 60, .26) 100%), linear-gradient(0deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .10));
    z-index: 1;
    left: 0;
    right: 0;
}
.hero-slide-content{
  position:relative;
  z-index:2;
  padding-bottom:112px;
}
.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#f4b62f;
  text-transform:uppercase;
  font-size:14px;
  letter-spacing:.18em;
  font-weight:1000;
  margin-bottom:18px;
  opacity:0;
  transform:translateY(24px);
}
.hero-kicker:before{
  content:"";
  width:52px;
  height:2px;
  background:#f4b62f;
}
.hero-slide-content h1{
  max-width:850px;
  margin:0 0 22px;
  font-size:clamp(46px,7.4vw,66px);
  line-height:.98;
  letter-spacing:0.1px;
  font-weight:1000;
  text-shadow:0 16px 44px rgba(0,0,0,.35);
  opacity:0;
  transform:translateY(32px);
}
.hero-slide-content p{
  max-width:680px;
  margin:0 0 34px;
  color:#e6efff;
  font-size:19px;
  font-weight:600;
  line-height:1.7;
  opacity:0;
  transform:translateY(34px);
}
.swiper-slide-active .hero-slide-content h2

 {
    animation-delay: .16s;
}
.hero-slide-content h2{
  max-width:850px;
  margin:0 0 22px;
  font-size:clamp(46px,7.4vw,66px);
  line-height:.98;
  letter-spacing:0.1px;
  font-weight:1000;
  text-shadow:0 16px 44px rgba(0,0,0,.35);
  opacity:0;
  transform:translateY(32px);
}
.hero-action-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  opacity:0;
  transform:translateY(36px);
}
.swiper-slide-active .hero-kicker,
.swiper-slide-active .hero-slide-content h1,
.swiper-slide-active .hero-slide-content h2,
.swiper-slide-active .hero-slide-content p,
.swiper-slide-active .hero-action-row{
  animation:heroFadeUp .85s ease forwards;
}
.swiper-slide-active .hero-slide-content h1{animation-delay:.16s;}
.swiper-slide-active .hero-slide-content p{animation-delay:.28s;}
.swiper-slide-active .hero-action-row{animation-delay:.40s;}
@keyframes heroFadeUp{
  to{opacity:1;transform:translateY(0);}
}
.hero-primary-btn,
.hero-outline-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:15px 30px;
  font-size:14px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
  transition:.25s ease;
}
.hero-primary-btn{background:#f4b62f;color:#071b3c;box-shadow:0 18px 34px rgba(244,182,47,.32);}
.hero-primary-btn:hover{background:#fff;transform:translateY(-3px);}
.hero-outline-btn{border:2px solid rgba(255,255,255,.78);color:#fff;background:rgba(255,255,255,.08);}
.hero-outline-btn:hover{background:#fff;color:#071b3c;transform:translateY(-3px);}
.hero-swiper-arrow{
  width:56px !important;
  height:56px !important;
  border:1px solid rgba(255,255,255,.5);
  background:rgba(255,255,255,.14);
  color:#fff !important;
  backdrop-filter:blur(14px);
  transition:.25s ease;
  z-index:5;
}
.hero-swiper-arrow:after{font-size:18px !important;font-weight:900;}
.hero-swiper-arrow:hover{background:#f4b62f;color:#071b3c !important;border-color:#f4b62f;}
.hero-pagination{
  bottom:160px !important;
  left:max(20px,calc((100vw - var(--container)) / 2)) !important;
  right:auto !important;
  width:auto !important;
  text-align:left !important;
}
.hero-pagination .swiper-pagination-bullet{
  width:34px;
  height:4px;
  border-radius:999px;
  background:#fff;
  opacity:.55;
  transition:.25s ease;
}
.hero-pagination .swiper-pagination-bullet-active{background:#f4b62f;opacity:1;width:54px;}
.hero-booking-strip{
  position:absolute;
  left:50%;
  bottom:0px;
  width:min(var(--container),calc(100% - 40px));
  transform:translateX(-50%);
  z-index:10;
  background:#fff;
  color:#102b52;
  box-shadow:0 26px 70px rgba(0,0,0,.28);
  border-radius:0;
  border-top:5px solid #f4b62f;
}
.hero-booking-strip form {

    display:grid;

    grid-template-columns:1.55fr 1.55fr 0.95fr 0.95fr 220px;

    align-items:stretch;

}
.booking-field{
  min-height:96px;
  display:grid;
  gap:8px;
  padding:25px 18px;
  border-right:1px solid #dde6f2;
}
.booking-field label{
  color:#6b7890;
  font-size:12px;
  font-weight:1000;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.booking-field input,
.booking-field select{
  width:100%;
  height:38px;
  border:0;
  outline:0;
  background:transparent;
  color:#102b52;
  font-size:16px;
  font-weight:900;
  padding:0;
}
.hero-booking-strip button{
  height:115.4px;
  border:0;
  background:#f4b62f;
  color:#071b3c;
  font-size:14px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
  cursor:pointer;
  transition:.25s ease;
}
.hero-booking-strip button:hover{background:#09224d;color:#fff;}

.flatpickr-calendar{

    border-radius:18px;

    box-shadow:0 15px 40px rgba(0,0,0,.25);

}


.flatpickr-months{

    background:#00816b;

    color:#fff;

}


.flatpickr-current-month{

    color:#fff;

}


.flatpickr-day.selected,
.flatpickr-day.selected:hover{

    background:#f4b62f;

    border-color:#f4b62f;

    color:#071b3c;

}


.flatpickr-day:hover{

    background:#00816b;

    color:#fff;

}

@media (max-width:1080px){
  .top-bar-inner{display:grid;justify-content:stretch;padding:10px 0;gap:8px;}
  .top-bar-info{flex-wrap:wrap;gap:10px 18px;}
  .top-bar-right{justify-content:space-between;display: none;}
  .header-inner{min-height:84px;position:relative;}
  .site-logo img{width:178px;}
  .main-header .primary-nav{
    position:absolute;
    top:84px;
    left:20px;
    right:20px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:14px;
    background:#fff;
    border:1px solid rgba(9,34,77,.12);
    border-radius:20px;
    box-shadow:0 22px 70px rgba(5,28,68,.18);
  }
  .main-header .primary-nav.open{display:flex;}
  .main-header .primary-nav a{padding:14px 16px;border-radius:12px;}
  .main-header .primary-nav a:after{display:none;}
  .nav-toggle{display:flex;margin-left:auto;}
  .header-book-btn{display:none;}
  .heroSwiper,
  .heroSwiper .swiper-wrapper,
  .heroSwiper .swiper-slide{height:760px;min-height:760px;}
  .hero-booking-strip form{grid-template-columns:repeat(2,1fr);}
  .hero-booking-strip button{grid-column:span 2;height:70px;}
  .hero-pagination{bottom:290px !important;}
}
@media (max-width:680px){
  .top-bar{font-size:13px;}
  .top-bar-info{display:grid;}
  .top-bar-right{display:none;}
  .header-inner{min-height:76px;}
  .site-logo img{width:152px;}
  .main-header .primary-nav{top:76px;left:14px;right:14px;}
  .hero-swiper-section{min-height:auto;}
  .heroSwiper,
  .heroSwiper .swiper-wrapper,
  .heroSwiper .swiper-slide{height:780px;min-height:780px;}
    .hero-slide-content {
        padding-bottom: 0px;
        padding-top: 0;
    }
  .hero-slide-content h1{font-size:40px;}
  .hero-slide-content p{font-size:16px;}
  .hero-action-row{gap:10px;}
  .hero-primary-btn,.hero-outline-btn{width:100%;min-height:50px;}
  .hero-swiper-arrow{display:none !important;}
  .hero-pagination{bottom:69px !important;left:20px !important;}


  .amenities-hero-content h1 {
    font-size: 38px;
    line-height: 1.05;
    font-weight: 900;
    margin: 20px 0;
}



  .hero-booking-strip{bottom:22px;width:calc(100% - 28px);}
  .hero-booking-strip form{grid-template-columns:1fr;}
  .booking-field{min-height:auto;padding:14px 16px;border-right:0;border-bottom:1px solid #dde6f2;}
  .hero-booking-strip button{grid-column:auto;height:60px;}

  .hero-booking-strip {
    position: relative;
    left: 50%;
    bottom: 0px;
    width: min(var(--container), calc(100% - 40px));
    transform: translateX(-50%);
    z-index: 10;
    background: #fff;
    color: #102b52;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
    border-radius: 0;
    border-top: 5px solid #f4b62f;
    margin: 0 auto;
}
}

/* FOR ALL INNER PAGES */

.hero-booking-strip1 {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: min(var(--container), calc(100% - 40px));
    transform: translateX(-50%);
    z-index: 10;
    background: #fff;
    color: #102b52;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
    border-radius: 0;
    border-top: 5px solid #f4b62f;
}
.hero-booking-strip1 form {
    display: grid;
    grid-template-columns: 1.55fr 1.55fr 0.95fr 0.95fr 220px;
    align-items: stretch;
}
.hero-booking-strip1 button{
  height:115.4px;
  border:0;
  background:#f4b62f;
  color:#071b3c;
  font-size:14px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
  cursor:pointer;
  transition:.25s ease;
}
.hero-booking-strip1 button:hover{background:#09224d;color:#fff;}


@media (max-width: 680px) {

    .hero-booking-strip1 {
    left: 0;
    right: 0;
    width: auto !important;
    transform: none !important;
    }

    .hero-booking-strip1 {
    position: relative;
    left: 0;
    bottom: 0px;
    width: min(var(--container), calc(100% - 40px));
    transform: translateX(-50%);
    z-index: 10;
    background: #fff;
    color: #102b52;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
    border-radius: 0;
    border-top: 5px solid #f4b62f;
    margin: 0 auto;
    top: 0;
    }

    .hero-booking-strip1 button {
        grid-column: auto;
        height: 60px;
    }
    .hero-booking-strip1 form {
        grid-template-columns: 1fr !important;
    }
}




.about{
    position:relative;
    z-index:10;
    box-shadow:0 -20px 50px rgba(5,30,70,.12);
    background: var(--white);
}



.creative-amenities{
    padding:110px 0;
    background:#f5f8fc;
}


.amenities-heading{
    text-align:center;
    max-width:800px;
    margin:auto;
}


.amenities-heading span{
    color:#f4b62f;
    font-size:14px;
    font-weight:900;
    letter-spacing:3px;
    text-transform:uppercase;
}


.amenities-heading h2{
    font-size:48px;
    line-height:1.1;
    color:#061c3f;
    margin:15px 0;
}


.amenities-heading p{
    color:#617188;
    font-size:17px;
}



.amenities-modern-grid{
    margin-top:60px;
    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    gap:45px;
    align-items:center;
}



.amenities-image{
    position:relative;
}


.amenities-image img{
    width:100%;
    height:620px;
    object-fit:cover;
    border-radius:35px;
}


.amenities-badge{
    position:absolute;
    bottom:30px;
    left:30px;
    background:white;
    padding:25px 35px;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}


.amenities-badge strong{
    display:block;
    color:#061c3f;
    font-size:26px;
}


.amenities-badge span{
    color:#617188;
}



.amenities-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}


.amenity-box{
    background:white;
    padding:25px;
    border-radius:25px;
    display:flex;
    gap:18px;
    border:1px solid rgba(10,75,147,.12);
    transition:.3s ease;
}


.amenity-box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.10);
}


.amenity-box i{
    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#e9f3ff;
    color:#0a4b93;
    border-radius:18px;
    font-size:22px;
}


.amenity-box h3{
    margin:0 0 8px;
    color:#061c3f;
    font-size:20px;
}


.amenity-box p{
    margin:0;
    color:#617188;
    font-size:14px;
}



@media(max-width:900px){

.amenities-modern-grid{
    grid-template-columns:1fr;
}

.amenities-list{
    grid-template-columns:1fr;
}

.amenities-image img{
    height:400px;
}

.amenities-heading h2{
    font-size:36px;
}

}


.rooms{
background:#fff;
}



.rooms-showcase{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;

}



.room-feature-card{

background:#fff;

border-radius:32px;

overflow:hidden;

border:1px solid var(--line);

box-shadow:
0 18px 60px rgba(5,30,70,.08);

transition:.35s ease;

}



.room-feature-card:hover{

transform:translateY(-12px);

box-shadow:
0 30px 80px rgba(5,30,70,.16);

}




.room-image{

height:280px;

position:relative;

overflow:hidden;

}



.room-image img{

width:100%;
height:100%;

object-fit:cover;

transition:.6s ease;

}



.room-feature-card:hover img{

transform:scale(1.08);

}



.room-overlay{

position:absolute;

top:20px;
left:20px;

}



.room-overlay span{

background:#f4b62f;

color:#061c3f;

padding:8px 18px;

border-radius:50px;

font-size:12px;

font-weight:900;

text-transform:uppercase;

}




.room-content{

padding:28px;

}



.room-content h3{

font-size:26px;

color:var(--navy);

margin:0 0 12px;

}



.room-content p{

color:var(--muted);

font-size:15px;

margin-bottom:22px;

}




.room-features{

display:flex;

gap:10px;

flex-wrap:wrap;

margin-bottom:25px;

}



.room-features div{

display:flex;

align-items:center;

gap:7px;

background:#f5f8fc;

padding:8px 12px;

border-radius:50px;

font-size:13px;

font-weight:800;

color:var(--blue);

}



.room-features i{

font-size:14px;

}




.room-btn{

display:inline-flex;

align-items:center;

justify-content:center;

width:100%;

padding:14px;

background:var(--navy);

color:white;

font-weight:900;

border-radius:50px;

transition:.3s ease;

}



.room-btn:hover{

background:var(--gold);

color:var(--navy);

}




@media(max-width:1024px){

.rooms-showcase{

grid-template-columns:repeat(2,1fr);

}

}



@media(max-width:680px){

.rooms-showcase{

grid-template-columns:1fr;

}

.room-image{

height:240px;

}

}

.experience-modern{

position:relative;

min-height:583px;

display:flex;

align-items:center;

overflow:hidden;

}



.experience-bg{

position:absolute;

inset:0;

}



.experience-bg img{

width:100%;
height:100%;

object-fit:cover;

}



.experience-overlay{

position:absolute;

inset:0;

background:
linear-gradient(
90deg,
rgba(4,18,45,.92),
rgba(4,18,45,.65),
rgba(4,18,45,.35)
);

}



.experience-wrapper{

position:relative;

z-index:2;

}



.experience-card{

max-width:760px;

background:
rgba(255,255,255,.12);

backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.25);

padding:22px;

border-radius:35px;

color:white;

box-shadow:
0 30px 80px rgba(0,0,0,.25);

margin: 0 auto;

}



.experience-card .label{

color:#f4b62f;

}



.experience-card h2{

font-size:clamp(34px,5vw,56px);

line-height:1.08;

margin:0 0 20px;

color:white;

letter-spacing:-.04em;

}



.experience-card p{

font-size:17px;

line-height:1.7;

color:#e3edff;

margin-bottom:35px;

}



.experience-highlights{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:18px;

margin-bottom:35px;

}



.experience-highlights div{

background:
rgba(255,255,255,.12);

border-radius:20px;

padding:18px;

display:flex;

align-items:center;

gap:12px;

}



.experience-highlights i{

font-size:22px;

color:#f4b62f;

}



.experience-highlights span{

font-weight:800;

font-size:14px;

}



.experience-actions{

display:flex;

gap:15px;

flex-wrap:wrap;

}



@media(max-width:900px){

.experience-card{

padding:35px;

}


.experience-highlights{

grid-template-columns:1fr;

}

}



@media(max-width:600px){

.experience-modern{

min-height:auto;

padding:80px 0;

}


.experience-card h2{

font-size:34px;

}

}



* =========================================================
   Creative Attraction Grid Update
   Keeps the old .center-heading reveal area unchanged.
   Uses temporary real images from the provided photo ZIP.
   ========================================================= */
.attractions{
  background:#fff;
  position:relative;
  overflow:hidden;
}
.attractions:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    top: 120px;
    /* background: radial-gradient(circle, rgba(244, 182, 47, .18), rgba(244, 182, 47, 0) 70%); */
    pointer-events: none;
}
.attraction-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:250px;
  gap:24px;
}
.attraction-card{
  position:relative;
  grid-column:span 6;
  min-height:250px;
  border-radius:34px;
  overflow:hidden;
  background:#061c3f;
  border:1px solid rgba(255,255,255,.5);
  box-shadow:0 22px 70px rgba(5,30,70,.12);
  transition:transform .35s ease, box-shadow .35s ease;
  isolation:isolate;
}
.attraction-card-large{
  grid-column:span 7;
  grid-row:span 2;
}
.attraction-card-wide{
  grid-column:span 5;
}
.attraction-card:hover{
  transform:translateY(-10px);
  box-shadow:0 34px 90px rgba(5,30,70,.22);
}
.attraction-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s ease, filter .7s ease;
  filter:saturate(1.04) contrast(1.04);
}
.attraction-card:hover img{
  transform:scale(1.08);
  filter:saturate(1.12) contrast(1.08);
}
.attraction-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(3,13,33,.08) 0%,rgba(3,13,33,.58) 48%,rgba(3,13,33,.92) 100%),
    linear-gradient(90deg,rgba(6,28,63,.76),rgba(6,28,63,.08));
}
.attraction-content{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:30px;
  color:#fff;
}
.attraction-card-large .attraction-content{
  padding:42px;
}
.attraction-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#fff;
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.24);
  font-size:12px;
  font-weight:1000;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.attraction-tag i{
  color:#f4b62f;
  font-size:13px;
}
.attraction-content h3{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(24px,3.2vw,42px);
  line-height:1.08;
  letter-spacing:-.035em;
  text-shadow:0 14px 36px rgba(0,0,0,.35);
}
.attraction-card:not(.attraction-card-large) .attraction-content h3{
  font-size:28px;
}
.attraction-content p{
  max-width:610px;
  margin:0 0 20px;
  color:#e6efff;
  font-size:15px;
  line-height:1.65;
}
.attraction-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.attraction-meta span,
.attraction-meta a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:9px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
}
.attraction-meta span{
  background:rgba(255,255,255,.12);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
}
.attraction-meta a{
  background:#f4b62f;
  color:#071b3c;
}
.attraction-meta a:hover{
  background:#fff;
  transform:translateY(-2px);
}

@media(max-width:1024px){
  .attraction-grid{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:300px;
  }
  .attraction-card,
  .attraction-card-large,
  .attraction-card-wide{
    grid-column:span 1;
    grid-row:span 1;
  }
}
@media(max-width:680px){
  .attraction-grid{
    grid-template-columns:1fr;
    grid-auto-rows:auto;
  }
  .attraction-card,
  .attraction-card-large,
  .attraction-card-wide{
    min-height:430px;
  }
  .attraction-content,
  .attraction-card-large .attraction-content{
    padding:24px;
  }
  .attraction-card:not(.attraction-card-large) .attraction-content h3,
  .attraction-content h3{
    font-size:28px;
  }
}


/* =========================================================
   Attraction Section Final Fix + Distance Badges
   Prevents the old broad .attraction-card div rule from creating
   the large white/blank panel inside attraction cards.
   ========================================================= */
.attractions .attraction-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-auto-rows:250px;
  gap:28px;
}
.attractions .attraction-card{
  position:relative;
  grid-column:span 6 !important;
  min-height:250px;
  border-radius:34px;
  overflow:hidden;
  background:#061c3f;
  border:1px solid rgba(255,255,255,.5);
  box-shadow:0 22px 70px rgba(5,30,70,.12);
  transition:transform .35s ease, box-shadow .35s ease;
  isolation:isolate;
}
.attractions .attraction-card-large{
  grid-column:span 6 !important;
  grid-row:span 2 !important;
}
.attractions .attraction-card-wide{
  grid-column:span 12 !important;
  grid-row:span 1 !important;
}
.attractions .attraction-card:hover{
  transform:translateY(-10px);
  box-shadow:0 34px 90px rgba(5,30,70,.22);
}
.attractions .attraction-card > img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  transition:transform .7s ease, filter .7s ease;
  filter:saturate(1.05) contrast(1.06);
}
.attractions .attraction-card:hover > img{
  transform:scale(1.08);
  filter:saturate(1.12) contrast(1.09);
}
.attractions .attraction-card > .attraction-shade{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  padding:0 !important;
  background:
    linear-gradient(180deg,rgba(3,13,33,.04) 0%,rgba(3,13,33,.56) 48%,rgba(3,13,33,.94) 100%),
    linear-gradient(90deg,rgba(6,28,63,.76),rgba(6,28,63,.08)) !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.attractions .attraction-card > .distance-badge{
  position:absolute !important;
  top:22px !important;
  right:22px !important;
  left:auto !important;
  bottom:auto !important;
  z-index:4 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  width:auto !important;
  max-width:max-content !important;
  height:auto !important;
  min-height:34px !important;
  padding:9px 15px !important;
  margin:0 !important;
  background:rgba(255,255,255,.94) !important;
  color:#061c3f !important;
  border:1px solid rgba(255,255,255,.65) !important;
  border-radius:999px !important;
  box-shadow:0 12px 28px rgba(0,0,0,.18) !important;
  backdrop-filter:blur(12px);
  font-size:12px !important;
  line-height:1 !important;
  font-weight:1000 !important;
  letter-spacing:.02em !important;
  text-transform:none !important;
}
.attractions .distance-badge i{
  color:#f4b62f !important;
  font-size:13px !important;
}
.attractions .attraction-card > .attraction-content{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  top:auto !important;
  z-index:2 !important;
  padding:30px !important;
  color:#fff !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  width:auto !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
}
.attractions .attraction-card-large > .attraction-content{
  padding:42px !important;
}
.attractions .attraction-tag{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  margin:0 0 14px !important;
  padding:8px 14px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.16) !important;
  color:#fff !important;
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.24) !important;
  font-size:12px !important;
  font-weight:1000 !important;
  letter-spacing:.1em !important;
  text-transform:uppercase !important;
}
.attractions .attraction-tag i{
  color:#f4b62f !important;
}
.attractions .attraction-content h3{
  margin:0 0 10px !important;
  color:#fff !important;
  font-size:clamp(26px,3.2vw,42px) !important;
  line-height:1.08 !important;
  letter-spacing:-.035em !important;
  text-shadow:0 14px 36px rgba(0,0,0,.35) !important;
}
.attractions .attraction-card:not(.attraction-card-large) .attraction-content h3{
  font-size:30px !important;
}
.attractions .attraction-content p{
  max-width:650px !important;
  margin:0 0 20px !important;
  color:#e6efff !important;
  font-size:15px !important;
  line-height:1.65 !important;
}
.attractions .attraction-meta{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  flex-wrap:wrap !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  width:auto !important;
  height:auto !important;
}
.attractions .attraction-meta span,
.attractions .attraction-meta a{
  position:static !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:38px !important;
  padding:9px 14px !important;
  border-radius:999px !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.03em !important;
  text-transform:none !important;
}
.attractions .attraction-meta span{
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.18) !important;
}
.attractions .attraction-meta a{
  background:#f4b62f !important;
  color:#071b3c !important;
}
.attractions .attraction-meta a:hover{
  background:#fff !important;
  transform:translateY(-2px);
}

@media(max-width:1024px){
  .attractions .attraction-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:330px;
  }
  .attractions .attraction-card,
  .attractions .attraction-card-large,
  .attractions .attraction-card-wide{
    grid-column:span 1 !important;
    grid-row:span 1 !important;
    min-height:330px;
  }
}
@media(max-width:680px){
  .attractions .attraction-grid{
    grid-template-columns:1fr;
    grid-auto-rows:auto;
    gap:20px;
  }
  .attractions .attraction-card,
  .attractions .attraction-card-large,
  .attractions .attraction-card-wide{
    min-height:430px;
  }
  .attractions .attraction-card > .distance-badge{
    top:18px !important;
    right:18px !important;
    font-size:11px !important;
    padding:8px 12px !important;
  }
  .attractions .attraction-card > .attraction-content,
  .attractions .attraction-card-large > .attraction-content{
    padding:24px !important;
  }
  .attractions .attraction-card:not(.attraction-card-large) .attraction-content h3,
  .attractions .attraction-content h3{
    font-size:28px !important;
  }
}



.luxury-gallery{
background:var(--soft);
}



.gallery-masonry{

display:grid;

grid-template-columns:
repeat(4,1fr);

grid-auto-rows:260px;

gap:22px;

}



.gallery-masonry figure{

margin:0;

position:relative;

overflow:hidden;

border-radius:30px;

box-shadow:
0 20px 60px rgba(5,30,70,.12);

}



.gallery-masonry figure:first-child{

grid-column:span 2;

grid-row:span 2;

}



.gallery-masonry img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s ease;

}



.gallery-masonry figure:hover img{

transform:scale(1.08);

}



.gallery-masonry figure:after{

content:"";

position:absolute;

inset:0;

background:
linear-gradient(
0deg,
rgba(3,17,42,.75),
transparent
);

}



.gallery-caption{

position:absolute;

left:22px;

bottom:20px;

z-index:2;

color:white;

font-weight:900;

font-size:16px;

display:flex;

align-items:center;

gap:10px;

}



.gallery-caption i{

color:#f4b62f;

}



@media(max-width:1024px){

.gallery-masonry{

grid-template-columns:repeat(2,1fr);

}

}



@media(max-width:600px){

.gallery-masonry{

grid-template-columns:1fr;

grid-auto-rows:260px;

}


.gallery-masonry figure:first-child{

grid-column:auto;

grid-row:auto;

}

}

.hidden-gallery{
display:none;
}


.gallery-button-wrap{
margin-top:25px;
}


.gallery-button-wrap i{
margin-right:8px;
}


.glightbox-trigger{
gap:8px;
}

.contact-modern{

padding:110px 0;

background:#fff;

}



.contact-grid{

display:grid;

grid-template-columns:1.1fr .9fr;

gap:45px;

align-items:center;

}



.map-wrapper{

position:relative;

height:661px;

border-radius:35px;

overflow:hidden;

box-shadow:
0 25px 70px rgba(5,30,70,.18);

}



.map-wrapper iframe{

width:100%;

height:100%;

border:0;

}



.map-badge{

position:absolute;

bottom:25px;

left:25px;

background:white;

padding:16px 22px;

border-radius:50px;

display:flex;

align-items:center;

gap:12px;

font-weight:900;

color:var(--navy);

box-shadow:
0 15px 40px rgba(0,0,0,.15);

}



.map-badge i{

color:#f4b62f;

}

.map-wrapper{
    max-width:100%;
    overflow:hidden;
}

.map-wrapper iframe{
    max-width:100%;
}





.contact-info h2{

font-size:52px;

line-height:1.1;

color:var(--navy);

margin:0 0 20px;

}



.contact-info p{

color:var(--muted);

font-size:17px;

margin-bottom:35px;

}



.contact-details{

display:grid;

gap:18px;

margin-bottom:35px;

}



.contact-details > div{

background:white;

padding:20px;

border-radius:22px;

display:flex;

gap:18px;

align-items:center;

border:1px solid var(--line);

}



.contact-details i{

width:55px;

height:55px;

display:flex;

align-items:center;

justify-content:center;

background:#e9f3ff;

border-radius:18px;

color:var(--blue);

font-size:22px;

}



.contact-details strong{

display:block;

color:var(--navy);

}



.contact-details span,
.contact-details a{

color:var(--muted);

font-weight:700;

}



.contact-buttons{

display:flex;

gap:15px;

flex-wrap:wrap;

}



.contact-buttons i{

margin-right:8px;

}



@media(max-width:900px){

.contact-grid{

grid-template-columns:1fr;

}


.map-wrapper{

height:400px;

}


.contact-info h2{

font-size:38px;

}

}

/* =========================================================
   Premium Footer Redesign
   Inspired by the supplied reference footer layout.
   ========================================================= */
.footer-modern{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  padding:90px 0 0;
  background:#061225;
  color:#eaf3ff;
}
.footer-modern .footer-bg{
  position:absolute;
  inset:0;
  z-index:-3;
}
.footer-modern .footer-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  margin:0;
  opacity:.28;
  filter:saturate(.9) contrast(1.08);
}
.footer-modern .footer-overlay{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 50% 14%, rgba(244, 182, 47, .18), transparent 26%), linear-gradient(180deg, rgba(4, 13, 29, .90) 0%, rgb(4 13 29 / 63%) 52%, rgba(4, 13, 29, .98) 100%);
}
.footer-modern-inner{
  text-align:center;
  position:relative;
}
.footer-modern .footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    padding: 18px 22px;
    /* background: #fff; */
    border-radius: 24px;
    /* box-shadow: 0 20px 55px rgba(0, 0, 0, .22); */
}
.footer-modern .footer-logo img{
  width:160px;
  height:auto;
  margin:0;
}
.footer-intro{
  max-width:780px;
  margin:0 auto;
}
.footer-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#f4b62f;
  font-size:13px;
  font-weight:1000;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.footer-kicker:before,
.footer-kicker:after{
  content:"";
  width:34px;
  height:2px;
  background:currentColor;
  border-radius:99px;
}
.footer-intro h2{
  max-width:900px;
  margin:0 auto 18px;
  color:#fff;
  font-size:clamp(36px,5vw,48px);
  line-height:1.08;
  letter-spacing:-.045em;
}
.footer-intro p{
  max-width:760px;
  margin:0 auto;
  color:#dbe8f7;
  font-size:18px;
  line-height:1.75;
}
.footer-social{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:16px;
  margin:34px 0 58px;
}
.footer-modern .footer-social a{
  display:inline-grid;
  place-items:center;
  width:58px;
  height:58px;
  margin:0;
  color:#fff;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.20);
  box-shadow:0 16px 40px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
  font-size:20px;
  transition:.28s ease;
}
.footer-modern .footer-social a:hover{
  background:#f4b62f;
  color:#071b3c;
  transform:translateY(-5px);
}
.footer-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  margin:0 auto 64px;
}
.footer-feature-card {
    position: relative;
    min-height: 310px;
    padding: 42px 34px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    /* background: rgba(255, 255, 255, .10); */
    border: 1px solid rgba(255, 255, 255, .18);
    /* box-shadow: 0 22px 70px rgba(0, 0, 0, .22); */
    /* backdrop-filter: blur(18px); */
    overflow: hidden;
    transition: .32s ease;
}
.footer-feature-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,0));
  opacity:.8;
  pointer-events:none;
}
.footer-feature-card:hover{
  transform:translateY(-10px);
  background:rgba(255,255,255,.14);
  border-color:rgba(244,182,47,.42);
}
.footer-card-icon{
  display:grid;
  place-items:center;
  width:82px;
  height:82px;
  margin:0 auto 24px;
  border-radius:999px;
  background:linear-gradient(135deg,#f4b62f,#ffd56a);
  color:#061c3f;
  font-size:30px;
  box-shadow:0 18px 35px rgba(244,182,47,.22);
}
.footer-feature-card h3{
  position:relative;
  z-index:1;
  color:#fff;
  font-size:28px;
  line-height:1.15;
  margin:0 0 14px;
}
.footer-feature-card p{
  position:relative;
  z-index:1;
  margin:0 auto 22px;
  max-width:300px;
  color:#d8e4f3;
  font-size:16px;
  line-height:1.65;
}
.footer-modern .footer-feature-card a{
  position:relative;
  z-index:1;
  display:inline-flex;
  margin:0;
  color:#f4b62f;
  font-weight:1000;
  font-size:15px;
  transition:.25s ease;
}
.footer-modern .footer-feature-card a:hover{
  color:#fff;
  transform:translateX(4px);
}
.footer-menu{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:0;
  padding:30px 0;
  border-top:1px solid rgba(255,255,255,.14);
}
.footer-modern .footer-menu a{
  display:inline-flex;
  margin:0 14px;
  color:#eaf3ff;
  font-weight:600;
  font-size:15px;
  transition:.25s ease;
}
.footer-modern .footer-menu a:hover{
  color:#f4b62f;
  transform:translateY(-2px);
}
.footer-bottom-modern{
  border-top:1px solid rgba(255,255,255,.10);
  background:rgba(2,9,22,.52);
}
.footer-bottom-inner{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  flex-wrap:wrap;
  text-align:center;
  color:#b7c9df;
  font-size:14px;
}
.footer-bottom-inner p{
  margin:0;
  color:#b7c9df;
}
.footer-modern .footer-bottom-inner a{
  display:inline-flex;
  margin:0;
  color:#cdddf0;
  font-weight:700;
}
.footer-modern .footer-bottom-inner a:hover{color:#f4b62f;}
.footer-bottom-inner span{color:rgba(255,255,255,.35);}

@media(max-width:1024px){
  .footer-feature-grid{grid-template-columns:1fr 1fr;}
  .footer-feature-card:last-child{grid-column:1 / -1;}
}
@media(max-width:680px){
  .footer-modern{padding-top:70px;}
  .footer-modern .footer-logo img{width:138px;}
  .footer-intro h2{font-size:34px;}
  .footer-intro p{font-size:16px;}
  .footer-social{margin-bottom:42px;}
  .footer-feature-grid{grid-template-columns:1fr;gap:18px;margin-bottom:42px;}
  .footer-feature-card{min-height:auto;padding:32px 24px;}
  .footer-feature-card:last-child{grid-column:auto;}
  .footer-menu{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;}
  .footer-modern .footer-menu a{margin:0;justify-content:center;}
  .footer-bottom-inner{display:grid;gap:10px;padding:24px 0;}
  .footer-bottom-inner span{display:none;}
}



/* FOOTER BOTTOM */


.chm-footer-bottom {


    background:#070b14;

    border-top:

    1px solid rgba(255,255,255,.08);

}



.chm-footer-bottom-container {


    max-width:1200px;

    margin:auto;


    padding:22px 20px;


    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

}



.chm-footer-bottom p {


    color:rgba(255,255,255,.55);

    font-size:13px;

}



.chm-footer-bottom-links {


    display:flex;

    gap:20px;

}



.chm-footer-bottom-links a {


    color:rgba(255,255,255,.55);

    font-size:13px;

}



.chm-footer-bottom-links a:hover {

    color:#f7c65b;

}

@media(max-width:575px){

.chm-footer-bottom-links{

    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;

}


.chm-footer-bottom-links p{

    text-align:center;
    width:100%;

}

}

/* RESPONSIVE */


@media(max-width:991px){


.chm-footer-container {

    grid-template-columns:repeat(2,1fr);

}


.chm-footer-cta {

    margin:-100px 20px 60px;

    flex-direction:column;

    text-align:center;

}





}



@media(max-width:575px){


.chm-footer-container {

    grid-template-columns:1fr;

}


.chm-footer-cta {

    padding:35px 25px;

}


.chm-footer-cta h2 {

    font-size:26px;

}


.chm-footer-bottom-links {

    flex-wrap:wrap;

    justify-content:center;

}


}



/* Footer Bottom */

.chm-footer-bottom {

    background:#0b1220;
    border-top:0px solid rgba(255,255,255,.1);

}



.chm-footer-bottom-container {

    max-width:1200px;
    margin:auto;
    padding:22px 12px;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:6px;

}



.chm-footer-bottom p {

    margin:0;
    color:rgba(255,255,255,.65);
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;

}



.chm-footer-bottom-links {

    gap:52px;
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;

    display: grid;
    grid-template-columns: 3.1fr 0.5fr 0.3fr;

}


.chm-footer-bottom-links a {

    color:rgba(255,255,255,.65);
    text-decoration:none;
    font-size:13px;
    font-family: 'Montserrat', sans-serif;

}


.chm-footer-bottom-links a:hover {

    color:#f7c65b;

}



@media(max-width:991px){

    .chm-footer-cta {

        margin:-80px 20px 50px;
        flex-direction:column;
        text-align:center;

    }
}


    .chm-footer-container {

        grid-template-columns:repeat(2,1fr);

    }


    .chm-footer-bottom-container {

        flex-direction:column;
        text-align:left;

    }

}



@media(max-width:575px){

    .chm-footer-container {

        grid-template-columns:1fr;

    }


    .chm-footer-cta h2 {

        font-size:25px;

    }


    .chm-footer-bottom-links {

        flex-wrap:wrap;
        justify-content:center;

    }

}


/* Animated Light Background */
.footer-modern::before{

    content:"";

    position:absolute;

    width:600px;
    height:600px;

    top:-250px;
    left:-150px;

    background:
    radial-gradient(
        circle,
        rgba(244,182,47,.25),
        transparent 65%
    );

    filter:blur(20px);

    animation:footerLightMove 12s ease-in-out infinite;

}



.footer-modern::after{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    bottom:-200px;
    right:-100px;

    background:
    radial-gradient(
        circle,
        rgba(255,255,255,.12),
        transparent 70%
    );

    filter:blur(30px);

    animation:footerLightMoveReverse 15s ease-in-out infinite;

}



.footer-modern > *{

    position:relative;
    z-index:2;

}



@keyframes footerLightMove{

    0%,100%{

        transform:translate(0,0);

    }


    50%{

        transform:translate(180px,80px);

    }

}



@keyframes footerLightMoveReverse{

    0%,100%{

        transform:translate(0,0);

    }


    50%{

        transform:translate(-150px,-80px);

    }

}


.footer-modern:before{

content:"";

position:absolute;

inset:0;

background-image:
radial-gradient(
rgba(244,182,47,.35) 1px,
transparent 1px
);

background-size:45px 45px;


animation:
particleMove 25s linear infinite;

}



@keyframes particleMove{

from{
background-position:0 0;
}

to{
background-position:200px 300px;
}

}

img{
    max-width:100%;
}



@media(max-width:680px){

    .attractions .attraction-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        grid-auto-rows:auto !important;
        width:100% !important;
        gap:20px !important;
    }


    .attractions .attraction-card,
    .attractions .attraction-card-large,
    .attractions .attraction-card-wide{

        grid-column:1 / -1 !important;
        grid-row:auto !important;

        width:100% !important;
        min-width:0 !important;

        min-height:430px !important;

    }


    .attractions .attraction-card img{

        width:100% !important;
        max-width:100% !important;

    }


    .attractions .attraction-content{

        width:100% !important;
        max-width:100% !important;

    }


    .attractions .attraction-meta{

        width:100% !important;

    }


    .attractions .attraction-meta a,
    .attractions .attraction-meta span{

        max-width:100% !important;

    }

}



/* FINAL MOBILE OVERFLOW FIX */

@media(max-width:680px){

html,
body{
    width:100%;
    max-width:100%;
    overflow-x:hidden !important;
}


*{
    max-width:100vw;
}


.container{
    width:calc(100% - 28px) !important;
}


.header-inner,
.nav-wrap{
    width:100%;
    padding-left:14px;
    padding-right:14px;
    gap:10px;
}


.site-logo img{
    width:140px !important;
}


.hero-booking-strip{
    left:14px;
    right:14px;
    width:auto !important;
    transform:none !important;
}


.hero-booking-strip form{
    grid-template-columns:1fr !important;
}


.booking-field{
    width:100% !important;
}


.chm-footer-bottom-container,
.chm-footer-bottom-links{

    width:100% !important;
    max-width:100% !important;

}


.chm-footer-bottom-links{

    display:flex !important;
    flex-wrap:wrap !important;
    justify-content:center !important;
    gap:12px !important;

}

/* Close the mobile breakpoint opened above. */
}


/* FINAL MOBILE OVERFLOW FIX */

@media(max-width:680px){

    .room-feature-card1 {
    display: grid;
    grid-template-columns: 2fr !important;
    background: white;
    border-radius: 35px;
    overflow: hidden;
    margin-bottom: 45px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

html,
body{
    width:100%;
    max-width:100%;
    overflow-x:hidden !important;
}


*{
    max-width:100vw;
}


.container{
    width:calc(100% - 28px) !important;
}


.header-inner,
.nav-wrap{
    width:100%;
    padding-left:14px;
    padding-right:14px;
    gap:10px;
}


.site-logo img{
    width:140px !important;
}


.hero-booking-strip{
    left:0;
    right:0;
    width:auto !important;
    transform:none !important;
}


.hero-booking-strip form{
    grid-template-columns:1fr !important;
}


.booking-field{
    width:100% !important;
}


.chm-footer-bottom-container,
.chm-footer-bottom-links{

    width:100% !important;
    max-width:100% !important;

}


.chm-footer-bottom-links{

    display:flex !important;
    flex-wrap:wrap !important;
    justify-content:center !important;
    gap:12px !important;

}


img,
iframe,
video{
    max-width:100% !important;
}


}

/* =========================================================
   WCAG 2.2 AA / WAVE Accessibility Enhancements
   ========================================================= */

.sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

html{scroll-padding-top:150px;}
main:focus{outline:none;}
section[id]{scroll-margin-top:150px;}

:where(a,button,input,select,textarea,[tabindex]):focus-visible{
  outline:3px solid #ffcf4a !important;
  outline-offset:4px !important;
  box-shadow:0 0 0 2px #071b3c !important;
}

.skip-link{
  position:fixed;
  left:16px;
  top:-100px;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  background:#ffffff;
  color:#071b3c;
  border:3px solid #071b3c;
  font-weight:900;
  text-decoration:underline;
}
.skip-link:focus-visible{top:16px;}

/* Gold is decorative on light backgrounds; use a darker accessible text tone. */
.section .label,
.contact-modern .label,
.luxury-gallery .label{
  color:#875100;
}

.top-bar-info a, .contact-details a, .chm-footer-bottom-links a {
    /* text-decoration: underline; */
    text-underline-offset: 3px;
}

.main-header .primary-nav a[aria-current="page"], .footer-modern .footer-menu a[aria-current="page"] {
    font-weight: 1000;
    /* text-decoration: underline; */
    text-underline-offset: 6px;
}

.hero-autoplay-toggle{
  position:absolute;
  z-index:12;
  right:max(20px,calc((100vw - var(--container)) / 2));
  bottom:154px;
  min-width:148px;
  min-height:44px;
  padding:10px 16px;
  border:2px solid rgba(255,255,255,.92);
  background:rgba(4,17,42,.88);
  color:#ffffff;
  border-radius:999px;
  font:inherit;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  backdrop-filter:blur(10px);
}
.hero-autoplay-toggle:hover,
.hero-autoplay-toggle:focus-visible{
  background:#ffffff;
  color:#071b3c;
}

.swiper-pagination-bullet{
  min-width:34px;
  min-height:24px;
  border:0;
  padding:0;
  cursor:pointer;
}

.gallery-button-wrap button.btn{
  font:inherit;
  border:0;
}

.footer-modern .footer-social a,
.back-top,
.nav-toggle{
  min-width:44px;
  min-height:44px;
}

iframe{border:0;}

@media (max-width:1080px){
  .hero-autoplay-toggle{bottom:284px;right:24px;}
}

@media (max-width:680px){
  html{scroll-padding-top:122px;}
  section[id]{scroll-margin-top:122px;}
  .hero-autoplay-toggle{bottom:68px;right:20px;min-width:132px;font-size:13px;}
  .main-header .primary-nav a{min-height:44px;display:flex;align-items:center;}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto !important;}
  .hero-slide img{transform:none !important;}
  .hero-autoplay-toggle{display:none !important;}
}

@media (forced-colors:active){
  :where(a,button,input,select,textarea,[tabindex]):focus-visible{
    outline:3px solid Highlight !important;
    box-shadow:none !important;
  }
  .hero-shade,.footer-overlay{background:CanvasText;opacity:.75;}
}

/* Keep secondary carousel headings visually identical while preserving one H1. */
.hero-slide-content h2{
  max-width:850px;
  margin:0 0 22px;
  font-size:clamp(46px,7.4vw,66px);
  line-height:.98;
  letter-spacing:.1px;
  font-weight:1000;
  color:#ffffff;
  text-shadow:0 16px 44px rgba(0,0,0,.35);
  opacity:0;
  transform:translateY(32px);
}
.swiper-slide-active .hero-slide-content h2{
  animation:heroFadeUp .85s ease .16s forwards;
}

@media (max-width:680px){
  .hero-slide-content h2{font-size:40px;}
  .hero-autoplay-toggle{top:20px;bottom:auto;right:20px;}
}

/* =========================================================
   Amenities Inner Page
   family-hotels-in-silver-spring-md-amenities.html
   ========================================================= */

.amenities-page{
  background:#ffffff;
  color:var(--text);
  overflow:hidden;
}

.amenities-page__breadcrumb{
  background:#f4f7fb;
  border-bottom:1px solid rgba(9,35,75,.10);
}

.amenities-page__breadcrumb ol{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  list-style:none;
  margin:0;
  padding:18px 0;
  color:#52657f;
  font-size:14px;
  font-weight:800;
}

.amenities-page__breadcrumb li{
  display:flex;
  align-items:center;
  gap:10px;
}

.amenities-page__breadcrumb li:not(:last-child)::after{
  content:"/";
  color:#8a99ad;
}

.amenities-page__breadcrumb a{
  color:#0a4b93;
  text-decoration:underline;
  text-underline-offset:3px;
}

/* ==========================================
   CREATIVE AMENITIES INTRO SECTION
   Luxury Hotel Style
========================================== */

.amenities-page__intro{

    position:relative;

    padding:110px 0 100px;

    background:
    linear-gradient(
        135deg,
        #ffffff 0%,
        #f7faf8 100%
    );

    overflow:hidden;

    text-align:center;

}


/* Floating Background Words */

.amenities-page__intro::before{

    content: "AMENITIES";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 150px;
    font-weight: 900;
    letter-spacing: 10px;
    color: rgba(0, 129, 107, .045);
    line-height: 1;
    white-space: nowrap;
}


/* Content */

.amenities-page__intro-grid{

    position:relative;

    z-index:2;

    display:block;

}


.amenities-page__image-stack{

    display:none;

}



.amenities-page__copy{

    max-width:1200px;

    margin:auto;

}



/* Eyebrow */

.amenities-page__eyebrow{

    display:inline-flex;

    align-items:center;

    gap:15px;

    color:#004986;

    font-size:14px;

    font-weight:900;

    letter-spacing:5px;

    text-transform:uppercase;

}


.amenities-page__eyebrow::before, .amenities-page__eyebrow::after{

    content:"";

    display:block;

    width:45px;

    height:2px;

    background:#f4b62f;

}

.attractions-intro-content span::before, .attractions-intro-content span::after {
    content: "";
    width: 35px;
    height: 2px;
    background: #f4b62f;
}



/* Heading */

.amenities-page__copy h2{

    margin:25px auto;

    max-width:1000px;

    color:#0b1f33;

    font-family:Georgia,serif;

    font-size:51px;

    line-height:1.15;

    font-weight:700;

    letter-spacing:-.045em;

}



/* Description */

.amenities-page__copy p {
    max-width: 1050px;
    margin: 0 auto 18px;
    color: #53657d;
    font-size: 18px;
    line-height: 1.85;
    text-align: justify;
}



/* Hide Tags */

.amenities-page__travel-tags{

    display:none;

}

/* ======================================
   PREMIUM AMENITIES CARDS
====================================== */

.amenities-highlight-bar{

    display:grid;

    grid-template-columns:repeat(3, minmax(372px, 1fr));

    gap:32px;

    width:100%;

    max-width:1200px;

    margin:60px auto 0;

}



.amenities-highlight-card {
    position: relative;
    min-height: 294px;
    padding: 34px 35px 30px 35px;
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid #e6edf2;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(7, 27, 60, .08);
    transition: .35s ease;
}



.amenities-highlight-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 35px 70px rgba(7,27,60,.15);

}



/* Gold top line */

.amenities-highlight-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:#f4b62f;

}



/* Icon */

.amenities-highlight-icon{

    position:relative;

    width:90px;

    height:90px;

    margin:0 auto 28px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#004986;

    color:#ffffff;

    font-size:34px;

    box-shadow:
    0 15px 35px rgba(0,129,107,.25);

}



.amenities-highlight-icon::after{

    content:"";

    position:absolute;

    inset:-8px;

    border-radius:50%;

    border:1px solid rgba(244,182,47,.6);

}



/* Text */

.amenities-highlight-content h3{

    margin:0 0 15px;

    color:#071b3c;

    font-family:Georgia,serif;

    font-size:26px;

    line-height:1.3;

}



.amenities-highlight-content p{

    max-width:280px;

    margin:auto;

    color:#607086;

    font-size:16px;

    line-height:1.7;

}




/* Tablet */

@media(max-width:992px){

    .amenities-highlight-bar{

        grid-template-columns:repeat(2,1fr);

    }

}



/* Mobile */

@media(max-width:600px){

    .amenities-highlight-bar{

        grid-template-columns:1fr;

    }

}

/* ==================================
   ROOMS EXPERIENCE SECTION
================================== */


.rooms-experience-section{

    padding:50px 0;

    background:#faf8f2;

}



.rooms-experience-heading{

    text-align:center;

    max-width:950px;

    margin:0 auto 70px;

}



.rooms-experience-heading span{

    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #00816b;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: uppercase;

}

.rooms-experience-heading span::before {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: #f4b62f;
}

.rooms-experience-heading h2{

    font-family:Georgia,serif;

    font-size:52px;

    color:#101820;

    margin:20px 0;

    line-height: 1.15;

}



.rooms-experience-heading p{

    font-size:18px;

    line-height:1.8;

    color:#53657d;

}





.room-feature-card1{

    display:grid;

    grid-template-columns:1fr 1fr;

    background:white;

    border-radius:35px;

    overflow:hidden;

    margin-bottom:45px;

    box-shadow:
    0 20px 50px rgba(0,0,0,.08);

}



.room-feature-card1.reverse{

    direction:rtl;

}


.room-feature-card1.reverse .room-feature-content{

    direction:ltr;

}



.room-feature-image img{

    width:100%;

    height:100%;

    min-height:430px;

    object-fit:cover;

}




.room-feature-content{

    padding:65px;

    display:flex;

    flex-direction:column;

    justify-content:center;

}



.room-feature-content span{

    color:#00816b;

    font-size:14px;

    letter-spacing:4px;

    font-weight:900;

}



.room-feature-content h3 {
    font-family: Georgia, serif;
    font-size: 40px;
    line-height: 1.05;
    color: #101820;
    margin: 10px 0;
}



.room-feature-content p{

    color:#53657d;

    font-size:18px;

    line-height:1.8;

}



.room-feature-content ul{

    list-style:none;

    padding:0;

    margin-top:25px;

}



.room-feature-content li{

    display:flex;

    gap:12px;

    margin-bottom:5px;

    font-size:16px;

    font-weight:700;

}



.room-feature-content i{

    color:#00816b;

}



@media(max-width:900px){

.room-feature-card,
.room-feature-card.reverse{

    grid-template-columns:1fr;

    direction:ltr;

}


.room-feature-content{

    padding:35px;

}


.room-feature-content h3{

    font-size:32px;

}

}

.amenities-page__travel-tags span{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:44px;
  padding:10px 15px;
  border:1px solid rgba(10,75,147,.12);
  border-radius:999px;
  background:#ffffff;
  color:#102b52;
  box-shadow:0 10px 28px rgba(5,30,70,.06);
  font-size:14px;
  font-weight:900;
}

.amenities-page__travel-tags i{
  color:#0a4b93;
}

.amenities-page__image-stack{
  position:relative;
  min-height:590px;
}

.amenities-page__image{
  position:absolute;
  display:block;
  overflow:hidden;
  border-radius:30px;
  background:#dfe8f4;
  box-shadow:0 30px 80px rgba(5,30,70,.18);
}

.amenities-page__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s ease;
}

.amenities-page__image:hover img,
.amenities-page__image:focus-visible img{
  transform:scale(1.045);
}

.amenities-page__image--primary{
  inset:0 70px 75px 0;
}

.amenities-page__image--secondary{
  right:0;
  bottom:0;
  width:48%;
  height:250px;
  border:9px solid #ffffff;
}

.amenities-page__image-note{
  position:absolute;
  left:-38px;
  bottom:42px;
  display:flex;
  align-items:center;
  gap:15px;
  max-width:285px;
  padding:20px 22px;
  border-left:5px solid #f4b62f;
  background:#071b3c;
  color:#ffffff;
  box-shadow:0 24px 55px rgba(5,30,70,.24);
}

.amenities-page__image-note i{
  display:grid;
  place-items:center;
  flex:0 0 50px;
  width:50px;
  height:50px;
  border-radius:50%;
  background:#f4b62f;
  color:#071b3c;
  font-size:20px;
}

.amenities-page__image-note strong{
  display:block;
  margin-bottom:4px;
  font-size:17px;
}

.amenities-page__image-note span{
  display:block;
  color:#c9d8ec;
  font-size:13px;
  line-height:1.5;
}

.amenities-page__features{
  position:relative;
  padding:112px 0;
  background:#071b3c;
  color:#ffffff;
}

.amenities-page__features::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg,rgba(255,255,255,.025) 25%,transparent 25%) 0 0/40px 40px,
    linear-gradient(315deg,rgba(255,255,255,.025) 25%,transparent 25%) 0 0/40px 40px;
  pointer-events:none;
}

.amenities-page__heading{
  position:relative;
  max-width:830px;
  margin:0 auto 54px;
  text-align:center;
}

.amenities-page__heading .amenities-page__eyebrow{
  justify-content:center;
  color:#f4b62f;
}

.amenities-page__heading h2{
  color:#ffffff;
}

.amenities-page__heading p{
  margin:0;
  color:#c7d7eb;
  font-size:17px;
}

.amenities-page__feature-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.amenities-page__feature-card{
  position:relative;
  min-height:265px;
  padding:32px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  background:linear-gradient(155deg,rgba(255,255,255,.105),rgba(255,255,255,.035));
  box-shadow:0 22px 60px rgba(0,0,0,.17);
  transition:transform .3s ease,border-color .3s ease,background .3s ease;
}

.amenities-page__feature-card::after{
  content:"";
  position:absolute;
  right:-42px;
  bottom:-55px;
  width:130px;
  height:130px;
  border-radius:50%;
  border:28px solid rgba(244,182,47,.10);
}

.amenities-page__feature-card:hover{
  transform:translateY(-8px);
  border-color:rgba(244,182,47,.62);
  background:linear-gradient(155deg,rgba(255,255,255,.15),rgba(255,255,255,.055));
}

.amenities-page__feature-icon{
  display:grid;
  place-items:center;
  width:62px;
  height:62px;
  margin-bottom:23px;
  border-radius:18px;
  background:#f4b62f;
  color:#071b3c;
  font-size:25px;
  box-shadow:0 14px 32px rgba(244,182,47,.20);
}

.amenities-page__feature-card h3{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  color:#ffffff;
  font-size:22px;
}

.amenities-page__feature-card p{
  position:relative;
  z-index:1;
  margin:0;
  color:#c7d7eb;
  font-size:15px;
  line-height:1.7;
}

.amenities-page__room-comfort{
  padding:118px 0;
  background:#ffffff;
}

.amenities-page__room-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(390px,.85fr);
  gap:78px;
  align-items:center;
}

.amenities-page__room-gallery{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:250px 250px;
  gap:18px;
}

.amenities-page__room-photo{
  display:block;
  overflow:hidden;
  border-radius:24px;
  box-shadow:0 20px 55px rgba(5,30,70,.12);
}

.amenities-page__room-photo--large{
  grid-row:1 / span 2;
}

.amenities-page__room-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease;
}

.amenities-page__room-photo:hover img,
.amenities-page__room-photo:focus-visible img{
  transform:scale(1.05);
}

.amenities-page__room-copy p{
  margin:0 0 26px;
  color:#5b6c83;
  font-size:16px;
  line-height:1.8;
}

.amenities-page__room-list{
  display:grid;
  gap:13px;
  margin:0 0 32px;
  padding:0;
  list-style:none;
}

.amenities-page__room-list li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 16px;
  border:1px solid rgba(9,35,75,.10);
  border-radius:14px;
  background:#f7faff;
  color:#243a57;
  font-weight:800;
  line-height:1.55;
}

.amenities-page__room-list i{
  flex:0 0 26px;
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  margin-top:1px;
  border-radius:50%;
  background:#e4efff;
  color:#0a4b93;
  font-size:12px;
}

.amenities-page__room-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:18px;
}

.amenities-page__call-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#0a4b93;
  font-weight:1000;
  text-decoration:underline;
  text-underline-offset:4px;
}

.amenities-page__gallery{
  padding:112px 0;
  background:
    linear-gradient(135deg,rgba(4,17,42,.94),rgba(7,40,88,.90)),
    url("../images/06309_guest_room_9.jpg") center/cover no-repeat;
}

.amenities-page__heading--light{
  max-width:900px;
}

.amenities-page__gallery-grid{
  display:grid;
  grid-template-columns:1.25fr .75fr .75fr;
  grid-auto-rows:230px;
  gap:18px;
}

.amenities-page__gallery-grid a{
  position:relative;
  display:block;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.22);
  border-radius:24px;
  box-shadow:0 22px 60px rgba(0,0,0,.22);
}

.amenities-page__gallery-grid a:first-child{
  grid-row:span 2;
}

.amenities-page__gallery-grid a:nth-child(4){
  grid-column:2 / span 2;
}

.amenities-page__gallery-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s ease;
}

.amenities-page__gallery-grid a::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.72),transparent 58%);
}

.amenities-page__gallery-grid a:hover img,
.amenities-page__gallery-grid a:focus-visible img{
  transform:scale(1.06);
}

.amenities-page__gallery-grid span{
  position:absolute;
  z-index:2;
  left:20px;
  bottom:18px;
  color:#ffffff;
  font-size:16px;
  font-weight:1000;
}

.amenities-page__cta{
  padding:90px 0;
  background:#f4f7fb;
}

.amenities-page__cta-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:50px;
  align-items:center;
  padding:54px 58px;
  border-top:6px solid #f4b62f;
  background:#ffffff;
  box-shadow:0 28px 80px rgba(5,30,70,.13);
}

.amenities-page__cta-card h2{
  max-width:760px;
  margin-bottom:14px;
  font-size:clamp(34px,4vw,52px);
  line-height: 1.15;
}

.amenities-page__cta-card p{
  max-width:780px;
  margin:0;
  color:#5a6c83;
  font-size:16px;
}

.amenities-page__cta-actions{
  display:grid;
  gap:12px;
  min-width:210px;
}

.amenities-page__direction-btn{
  border:2px solid #071b3c;
  background:#ffffff;
  color:#071b3c;
}

.amenities-page__direction-btn:hover{
  background:#071b3c;
  color:#ffffff;
  transform:translateY(-2px);
}

@media (max-width:1100px){
  .amenities-page__intro-grid,
  .amenities-page__room-grid{
    grid-template-columns:1fr;
  }

  .amenities-page__image-stack{
    width:min(100%,760px);
    min-height:560px;
    margin-inline:auto;
  }

  .amenities-page__feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .amenities-page__room-gallery{
    width:min(100%,820px);
    margin-inline:auto;
  }

  .amenities-page__cta-card{
    grid-template-columns:1fr;
  }

  .amenities-page__cta-actions{
    display:flex;
    flex-wrap:wrap;
  }
}

@media (max-width:760px){
  .amenities-page__intro,
  .amenities-page__features,
  .amenities-page__room-comfort,
  .amenities-page__gallery{
    padding:82px 0;
  }

  .amenities-page__intro-grid{
    gap:52px;
  }

  .amenities-page__image-stack{
    min-height:470px;
  }

  .amenities-page__image--primary{
    inset:0 34px 70px 0;
  }

  .amenities-page__image--secondary{
    width:54%;
    height:200px;
  }

  .amenities-page__image-note{
    left:12px;
    bottom:16px;
    max-width:270px;
  }

  .amenities-page__feature-grid{
    grid-template-columns:1fr;
  }

  .amenities-page__feature-card{
    min-height:auto;
  }

  .amenities-page__room-gallery{
    grid-template-columns:1fr 1fr;
    grid-template-rows:330px 190px;
  }

  .amenities-page__room-photo--large{
    grid-column:1 / span 2;
    grid-row:auto;
  }

  .amenities-page__gallery-grid{
    grid-template-columns:1fr 1fr;
    grid-auto-rows:220px;
  }

  .amenities-page__gallery-grid a:first-child{
    grid-column:1 / span 2;
    grid-row:auto;
  }

  .amenities-page__gallery-grid a:nth-child(4){
    grid-column:auto;
  }

  .amenities-page__gallery-grid a:last-child{
    grid-column:1 / span 2;
  }

  .amenities-page__cta-card{
    padding:42px 34px;
  }
}

@media (max-width:520px){
  .amenities-page__breadcrumb ol{
    padding:14px 0;
  }

  .amenities-page__copy h2,
  .amenities-page__heading h2,
  .amenities-page__room-copy h2{
    font-size:34px;
  }

  .amenities-page__travel-tags{
    display:grid;
  }

  .amenities-page__travel-tags span{
    width:100%;
  }

  .amenities-page__image-stack{
    min-height:405px;
  }

  .amenities-page__image--primary{
    inset:0 14px 74px 0;
  }

  .amenities-page__image--secondary{
    right:0;
    width:56%;
    height:165px;
    border-width:6px;
  }

  .amenities-page__image-note{
    left:0;
    bottom:8px;
    max-width:245px;
    padding:15px;
  }

  .amenities-page__image-note i{
    flex-basis:42px;
    width:42px;
    height:42px;
  }

  .amenities-page__room-gallery{
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:none;
  }

  .amenities-page__room-photo,
  .amenities-page__room-photo--large{
    grid-column:auto;
    grid-row:auto;
    height:240px;
  }

  .amenities-page__gallery-grid{
    grid-template-columns:1fr;
    grid-auto-rows:235px;
  }

  .amenities-page__gallery-grid a:first-child,
  .amenities-page__gallery-grid a:last-child{
    grid-column:auto;
  }

  .amenities-page__cta{
    padding:64px 0;
  }

  .amenities-page__cta-card{
    padding:34px 24px;
  }

  .amenities-page__cta-actions{
    display:grid;
    width:100%;
  }

  .amenities-page__cta-actions .btn{
    width:100%;
  }
}

@media (prefers-reduced-motion:reduce){
  .amenities-page__image img,
  .amenities-page__room-photo img,
  .amenities-page__gallery-grid img{
    transition:none !important;
  }
}

/* ==========================================
   ATTRACTIONS HERO SECTION
========================================== */


/* Hero Image */

.attractions-hero img{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    object-fit:cover;

}



/* Dark Overlay */

.attractions-hero-overlay{

    position:absolute;

    inset:0;

    background:

    linear-gradient(
        90deg,
        rgba(5,25,45,.82),
        rgba(5,25,45,.45)
    );

}



/* Hero Content */

.attractions-hero-content{

    position:relative;

    z-index:2;

    max-width:950px;

    text-align:center;

    color:#ffffff;

}



.attractions-hero-content span{

    display:inline-block;

    margin-bottom:20px;

    color:#f4b62f;

    font-size:14px;

    font-weight:900;

    letter-spacing:5px;

    text-transform:uppercase;

}



.attractions-hero-content h1 {
    font-size: 64px;
    line-height: 1.05;
    font-weight: 900;
    margin: 20px 0;
}



/* ==========================================
   Booking Strip Overlap
========================================== */


.attractions-hero + .hero-booking-strip{

    position:relative;

    margin-top:-60px;

    z-index:10;

}




/* ==========================================
   Tablet
========================================== */


@media(max-width:992px){

    .attractions-hero{

        height:540px;

    }


    .attractions-hero-content h1{

        font-size:48px;

    }

}




/* ==========================================
   Mobile
========================================== */


@media(max-width:600px){


    .amenities-hero, .attractions-hero, .contact-hero, .location-hero, .contact-hero, .sitemap-hero, .faq-hero{

        height:480px;

    }


    .attractions-hero-content{

        padding:0 20px;

    }


    .attractions-hero-content h1{

        font-size:36px;

    }


    .attractions-hero-content p{

        font-size:16px;

    }


}

/* ==========================================
   ATTRACTIONS INTRO SECTION
========================================== */


.attractions-intro{

    position:relative;

    padding: 110px 0 60px;

    background:

    linear-gradient(
        135deg,
        #ffffff 0%,
        #f6faf8 100%
    );

    overflow:hidden;

    text-align:center;

}



/* Background Decorative Text */

.attractions-intro::before{

    content:"EXPLORE";

    position:absolute;

    top:20px;

    left:50%;

    transform:translateX(-50%);

    font-size:150px;

    font-weight:900;

    letter-spacing:10px;

    color:rgba(0,129,107,.045);

    line-height:1;

    white-space:nowrap;

}



/* Decorative Gold Line */





.attractions-intro-content{

    position:relative;

    z-index:2;

    max-width:1200px;

    margin:auto;

    padding-bottom: 38px;

}



/* Small Label */

.attractions-intro-content span{

    display:inline-flex;

    align-items:center;

    gap:15px;

    color:#004986;

    font-size:14px;

    font-weight:900;

    letter-spacing:5px;

    text-transform:uppercase;

}



.attractions-intro-content span::before,
.attractions-intro-content span::after{

    content:"";

    width:35px;

    height:2px;

    background:#f4b62f;

}




/* Heading */

.attractions-intro-content h2{

    margin:25px auto;

    max-width:950px;

    color:#101820;

    font-family:Georgia,serif;

    font-size:54px;

    line-height:1.15;

    font-weight:700;

    letter-spacing:-1px;

}



/* Paragraph */

.attractions-intro-content p{

    max-width:1200px;

    margin:0 auto 18px;

    color:#53657d;

    font-size:18px;

    line-height:1.85;

    text-align: justify;

}



.attractions-intro-content strong{

    color:#071b3c;

    font-weight:800;

}



/* Tablet */

@media(max-width:992px){


    .attractions-intro{

        padding:90px 0;

    }


    .attractions-intro::before{

        font-size:90px;

    }


    .attractions-intro-content h2{

        font-size:42px;

    }

}



/* Mobile */

@media(max-width:600px){


    .attractions-intro{

        padding:70px 0;

    }


    .attractions-intro::before{

        font-size:55px;

    }


    .attractions-intro-content h2{

        font-size:32px;

    }


    .attractions-intro-content p{

        font-size:16px;

    }


    .attractions-intro-content span{

        letter-spacing:3px;

        font-size:12px;

    }

}

.attraction-feature-section{

padding:100px 0;
background:#faf8f2;

}


.attraction-feature-card{

display:grid;
grid-template-columns:1fr 1fr;
background:#fff;
border-radius:0;
overflow:hidden;
margin-bottom:0;
box-shadow:0 20px 50px rgba(0,0,0,.08);

}


.attraction-feature-card.reverse{

direction:rtl;

}


.attraction-feature-card.reverse .attraction-feature-content{

direction:ltr;

}


.attraction-feature-image img{

width:100%;
height:100%;
min-height:430px;
object-fit:cover;

}


.attraction-feature-content{
padding:34px 34px 15px 50px;
display:flex;
flex-direction:column;
justify-content:center;
}


.attraction-feature-content span{

color:#004986;
letter-spacing:4px;
font-weight:900;
font-size:14px;
text-align: left;

}


.attraction-feature-content h3 {
    font-family: Georgia,serif;
    font-size: 39px;
    line-height: 1.2;
    color: #101820;
    margin: 20px 0 0px 0;
    font-weight: 900;
    text-align: left;
}


.attraction-feature-content p{

font-size:17px;
line-height:1.8;
color:#53657d;
text-align: left;

}


.attraction-feature-content ul{

padding:0;
list-style:none;

}


.attraction-feature-content li{

margin:15px 0;
font-weight:700;

}


.attraction-feature-content i{

color:#00816b;
margin-right:10px;

}



@media(max-width:900px){

.attraction-feature-card,
.attraction-feature-card.reverse{

grid-template-columns:1fr;
direction:ltr;

}


.attraction-feature-content{

padding:35px;

}

}

/* ======================================
   NEARBY RESTAURANTS SECTION
====================================== */


.nearby-restaurants-section{

    position: relative;
    padding: 110px 0 60px;
    background: linear-gradient(135deg, #ffffff 0%, #f6faf8 100%);
    overflow: hidden;
    text-align: center;

}



/* ======================================
   PREMIUM RESTAURANT HEADING
====================================== */


.restaurants-heading {
    /* position: relative; */
    /* max-width: 1100px; */
    margin: 0 auto 70px;
    /* text-align: center; */
    /* overflow: hidden; */
}



.restaurants-heading::before{

    content:"DINING";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 150px;
    font-weight: 900;
    letter-spacing: 10px;
    color: rgba(0, 129, 107, .045);
    line-height: 1;
    white-space: nowrap;

}



.restaurants-heading span{

    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #004986;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: uppercase;

}



.restaurants-heading span::before,
.restaurants-heading span::after{

    content:"";

    width:45px;

    height:2px;

    background:#f4b62f;

}



.restaurants-heading h2{

    position:relative;

    z-index:1;

    margin:25px auto 22px;

    color:#101820;

    font-family:Georgia,serif;

    font-size:56px;

    line-height:1.15;

    font-weight:700;

}



.restaurants-heading p{

    position:relative;

    z-index:1;

    max-width:900px;

    margin:auto;

    color:#53657d;

    font-size:18px;

    line-height:1.8;

}





/* ======================================
   RESTAURANT CARDS
====================================== */


.restaurant-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}



.restaurant-card{

    position:relative;

    background:#ffffff;

    padding:45px 35px;

    border-radius:30px;

    overflow:hidden;

    border:1px solid #e5ecea;

    box-shadow: 0 20px 50px rgba(7,27,60,.08);

    transition:.35s ease;

}



.restaurant-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:#f4b62f;

    border-radius:30px 30px 0 0;

}



.restaurant-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 35px 70px rgba(7,27,60,.15);

}

.restaurant-icon{

    width:85px;

    height:85px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 30px;

    border-radius:50%;

    background:#004986;

    color:#ffffff;

    font-size:32px;

    line-height:1;

    text-align:center;

    box-shadow:
    0 15px 35px rgba(0,129,107,.25);

}


.restaurant-icon i{

    display:flex;

    align-items:center;

    justify-content:center;

    width:100%;

    height:100%;

}



.restaurant-content h3{

    font-family:Georgia,serif;

    font-size:27px;

    color:#071b3c;

    margin-bottom:12px;

}



.restaurant-content span{

    color:#00816b;

    font-size:13px;

    font-weight:900;

    letter-spacing:1px;

}



.restaurant-content p{

    color:#607086;

    font-size:16px;

    line-height:1.7;

    margin:18px 0;

}


.restaurant-content a{

    display:inline-flex;

    align-items:center;

    gap:8px;

    color:#071b3c;

    font-weight:900;

    text-decoration:none;

    transition:.3s ease;

}



.restaurant-content a i{

    color:#f4b62f;

    transition:.3s ease;

}

.restaurant-content a:hover{

    color:#00816b;

}


.restaurant-content a:hover i{

    transform:translateX(5px);

}





/* ======================================
   CTA BANNER
====================================== */


.restaurants-bottom-banner{

    margin-top:50px;

    padding:35px 45px;

    background:#071b3c;

    border-radius:28px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:30px;

}



.restaurant-location-info{

    display:flex;

    align-items:center;

    gap:20px;

    color:white;

}



.restaurant-location-info > i{

    font-size:42px;

    color:#f4b62f;

}



.restaurant-location-info strong{

    font-size:22px;

}



.restaurant-location-info p{

    margin:8px 0 0;

    color:#d1dbe8;

}



.restaurant-map-btn{

    background:#f4b62f;

    color:#071b3c;

    padding:16px 30px;

    border-radius:50px;

    font-weight:900;

    text-decoration:none;

    white-space:nowrap;

}





/* Responsive */


@media(max-width:992px){


.restaurant-grid{

    grid-template-columns:repeat(2,1fr);

}


.restaurants-bottom-banner{

    flex-direction:column;

    align-items:flex-start;

}


}



@media(max-width:600px){


.restaurant-grid{

    grid-template-columns:1fr;

}


.restaurants-heading::before{

    font-size:70px;

}


.restaurants-heading h2{

    font-size:34px;

}


.restaurant-location-info{

    align-items:flex-start;

}


}

/* ======================================
   FINAL CTA SECTION
====================================== */


.hotel-final-cta{

    background:#0c6094;

    padding:75px 0;

    color:#ffffff;

}



.hotel-final-cta .container{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:40px;

}



/* Small Heading */

.cta-content span{

    display:block;

    color:#f4b62f;

    font-size:14px;

    font-weight:900;

    letter-spacing:5px;

    text-transform:uppercase;

    margin-bottom:22px;

}



/* Main Heading */


.cta-content h2{

    margin:0 0 20px;

    font-family:Georgia,serif;

    font-size:56px;

    line-height:1.15;

    color:#ffffff;

    font-weight:700;

}



/* Description */


.cta-content p{

    max-width:900px;

    margin:0;

    color:#e8f4f1;

    font-size:19px;

    line-height:1.7;

}



/* Button */


.cta-button a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:#f9b927;

    color:#071b3c;

    padding:22px 55px;

    border-radius:50px;

    font-size:18px;

    font-weight:900;

    text-decoration:none;

    white-space:nowrap;

    transition:.3s ease;

}



.cta-button a:hover{

    transform:translateY(-4px);

    background:#ffffff;

}





/* Tablet */

@media(max-width:992px){


.hotel-final-cta .container{

    flex-direction:column;

    align-items:flex-start;

}


.cta-content h2{

    font-size:42px;

}


}



/* Mobile */

@media(max-width:600px){


.hotel-final-cta{

    padding:55px 0;

}


.cta-content h2{

    font-size:34px;

}


.cta-content p{

    font-size:16px;

}


.cta-button a{

    padding:18px 35px;

}

}

/* ==================================================
   LOCATION PAGE CSS
   direction-to-hotels-near-dci-world-headquarters.html
================================================== */


/* ==============================
   LOCATION HERO
============================== */

.location-hero img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}


.location-hero-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(0,40,70,.85),
        rgba(0,40,70,.45)
    );
}


.location-hero-content{
    position:relative;
    z-index:2;
    max-width:1000px;
    text-align:center;
    color:#fff;
}


.location-hero-content span{
    display:block;
    color:#f5d125;
    font-size:14px;
    font-weight:900;
    letter-spacing:5px;
    margin-bottom:20px;
}


.location-hero-content h1{
    font-size: 64px;
    line-height: 1.05;
    font-weight: 900;
    margin: 20px 0;
}




/* ==============================
   LOCATION INTRO
============================== */


.location-intro{

    position: relative;
    padding: 110px 0 60px;
    background: linear-gradient(135deg, #ffffff 0%, #f6faf8 100%);
    overflow: hidden;
    text-align: center;
}

.location-intro::before {
    content: "LOCATION";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 150px;
    font-weight: 900;
    letter-spacing: 10px;
    color: rgba(0, 129, 107, .045);
    line-height: 1;
    white-space: nowrap;
}


.location-intro-content{

    max-width:1100px;

    margin:auto;

}


.location-intro-content span,
.travel-heading span,
.nearby-location-heading span,
.location-search-box span{

    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #004986;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: uppercase;

}

.location-intro-content span::before,
.travel-heading span::before,
.nearby-location-heading span::before,
.location-search-box span::before{

    content: "";
    width: 35px;
    height: 2px;
    background: #f4b62f;
}

.location-intro-content span::after,
.travel-heading span::after,
.nearby-location-heading span::after,
.location-search-box span::after{

    content: "";
    width: 35px;
    height: 2px;
    background: #f4b62f;
}




.location-intro-content h2,
.travel-heading h2,
.nearby-location-heading h2{

    font-family:Georgia,serif;

    color:#101820;

    font-size:48px;

    line-height:1.2;

    margin:25px 0;

}



.location-intro-content p{

    color:#333;

    font-size:18px;

    line-height:1.8;

    margin-bottom:20px;

    text-align: justify;

}


.location-intro-content strong{

    color:#023f78;

}







/* ==============================
   TRAVEL CONNECTIONS
============================== */


.travel-connections{

    padding:100px 0;

    background:#f7f7f7;

}



.travel-heading{

    text-align:center;

    max-width:900px;

    margin:0 auto 60px;

}


.travel-heading p{

    color:#555;

    font-size:18px;

    line-height:1.7;

}



.travel-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}



.travel-card{

    background:#fff;

    border-radius:25px;

    padding:40px 30px;

    text-align:center;

    border:1px solid #e8e8e8;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.3s ease;

}



.travel-card:hover{

    transform:translateY(-8px);

}



.travel-icon{

    width:85px;

    height:85px;

    border-radius:50%;

    background:#023f78;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 25px;

    font-size:30px;

}



.travel-card h3{

    color:#023f78;

    font-family:Georgia,serif;

    font-size:25px;

    margin-bottom:15px;

}



.travel-card p{

    color:#555;

    line-height:1.7;

}







/* ==============================
   NEARBY DESTINATIONS
============================== */


.nearby-location-section{

    padding:100px 0;

    background:#f7f7f7;

}



.nearby-location-heading{

    text-align:center;

    margin-bottom:60px;

}



.location-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}



.location-card{

    background:#fff;

    padding:35px;

    border-radius:25px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.3s ease;

}



.location-card:hover{

    transform:translateY(-8px);

}



.location-card h3{

    font-family:Georgia,serif;

    color:#023f78;

    font-size:24px;

}



.location-card p{

    color:#555;

    line-height:1.7;

}







/* ==============================
   MAP CTA
============================== */


.location-map-section{

    padding:80px 0;

}



.map-box{

    background:#023f78;

    padding:55px;

    border-radius:30px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:40px;

}



.map-box span{

    color:#f5d125;

    font-weight:900;

    letter-spacing:5px;

}



.map-box h2{

    font-family:Georgia,serif;

    font-size:42px;

    color:#fff;

    margin:20px 0;

}



.map-box p{

    color:#fff;

    font-size:18px;

    line-height:1.7;

}



.map-box a{

    background:#f5d125;

    color:#023f78;

    padding:18px 35px;

    border-radius:50px;

    font-weight:900;

    text-decoration:none;

    white-space:nowrap;

}







/* ==============================
   RESPONSIVE
============================== */


@media(max-width:992px){


.amenities-hero, .attractions-hero, .contact-hero, .location-hero, .contact-hero, .sitemap-hero, .faq-hero{

    height:520px;

}


.location-hero-content h1{

    font-size:45px;

}


.travel-grid{

    grid-template-columns:repeat(2,1fr);

}


.location-grid{

    grid-template-columns:repeat(2,1fr);

}


.map-box{

    flex-direction:column;

    align-items:flex-start;

}


}




@media(max-width:600px){


.location-hero-content{

    padding:0 20px;

}


.location-hero-content h1{

    font-size:34px;

}


.location-hero-content p{

    font-size:16px;

}



.location-intro-content h2,
.travel-heading h2,
.nearby-location-heading h2{

    font-size:32px;

}



.travel-grid,
.location-grid{

    grid-template-columns:1fr;

}



.map-box{

    padding:35px 25px;

}



.map-box h2{

    font-size:30px;

}

}

/* ===================================
   LOCATION SEARCH SECTION
=================================== */


.location-search-section{

    padding:90px 0;

    background:#fff;

}



.location-search-box {
    /* max-width: 970px; */
    margin: 0 auto 80px;
    padding: 45px 60px;
    background: #faf8f2;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
}



.location-search-box h2{

    font-family:Georgia,serif;

    font-size:42px;

    color:#102a43;

    margin-bottom:15px;

}



.location-search-box p{

    color:#52606d;

    font-size:16px;

    margin-bottom:35px;

}



.location-search-form{

    display:flex;

    justify-content:center;

    gap:15px;

}



.location-search-form input{

    width:75%;

    height:50px;

    border-radius:30px;

    border:1px solid #d6e2e2;

    padding:0 25px;

    font-size:15px;

    outline:none;

}



.location-search-form button{

    width:130px;

    border:0;

    border-radius:30px;

    background:#004986;

    color:#fff;

    font-weight:700;

    cursor:pointer;

}




/* ===================================
   MAP + ADDRESS
=================================== */


.location-map-wrapper {
    /* max-width: 970px; */
    margin: auto;
    display: grid;
    grid-template-columns: 1.25fr .85fr;
    gap: 30px;
    align-items: stretch;
}



.map-container{

    height:486px;

    border-radius:25px;

    overflow:hidden;

}



.map-container iframe{

    width:100%;

    height:100%;

    border:0;

}




.hotel-address-card{

    background:#004986;

    border-radius:25px;

    padding:45px 35px;

    color:#fff;

}



.hotel-address-card span{

    color:#47a1cf;

    font-size:12px;

    font-weight:900;

    letter-spacing:4px;

}



.hotel-address-card h3{

    font-family:Georgia,serif;

    font-size:43px;

    line-height:1.15;

    color:#fff;

    margin:25px 0;

}



.hotel-address-card p{

    color:#fff;

    line-height:1.9;

    font-size:15px;

    margin-bottom:30px;

}



.hotel-address-card a{

    display:inline-block;

    background:#f5b51b;

    color:#102a43;

    padding:15px 30px;

    border-radius:40px;

    font-weight:800;

    text-decoration:none;

}





/* ===================================
   RESPONSIVE
=================================== */


@media(max-width:900px){


.location-map-wrapper{

    grid-template-columns:1fr;

}


.location-search-box{

    padding:35px 25px;

}


.location-search-box h2{

    font-size:32px;

}


}



@media(max-width:600px){


.location-search-form{

    flex-direction:column;

}


.location-search-form input,
.location-search-form button{

    width:100%;

}


.location-map-wrapper{

    padding:0 20px;

}


.map-container{

    height:300px;

}


.hotel-address-card h3{

    font-size:28px;

}

}

/* ==========================================
   SILVER SPRING FINAL CTA SECTION
========================================== */


.silverspring-final-cta{

    padding:90px 0;

    background:#17699a;

}



.silverspring-cta-wrapper{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:40px;

}



.silverspring-cta-content span{

    display:block;

    color:#f8bb22;

    font-size:14px;

    font-weight:900;

    letter-spacing:5px;

    margin-bottom:25px;

}



.silverspring-cta-content h2{

    font-family:Georgia,serif;

    color:#ffffff;

    font-size:58px;

    line-height:1.15;

    margin:0 0 25px;

}



.silverspring-cta-content p{

    max-width:950px;

    color:#ffffff;

    font-size:20px;

    line-height:1.8;

    margin:0;

}




.silverspring-cta-button a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:270px;

    height:75px;

    padding:0 45px;

    background:#f8b923;

    color:#071b3c;

    border-radius:50px;

    font-size:18px;

    font-weight:900;

    text-decoration:none;

    transition:.3s ease;

}



.silverspring-cta-button a:hover{

    transform:translateY(-5px);

    background:#ffc943;

}





/* ==========================================
   RESPONSIVE
========================================== */


@media(max-width:992px){


.silverspring-cta-wrapper{

    flex-direction:column;

    align-items:flex-start;

}



.silverspring-cta-content h2{

    font-size:45px;

}


}




@media(max-width:600px){


.silverspring-final-cta{

    padding:60px 0;

}



.silverspring-cta-content h2{

    font-size:34px;

}



.silverspring-cta-content p{

    font-size:16px;

}



.silverspring-cta-button a{

    min-width:220px;

    height:60px;

}


}

/* ==========================================
CONTACT PAGE
========================================== */


.contact-intro-section{

padding:100px 0;
background:#faf8f2;
text-align:center;

}


.contact-intro-content{

max-width:1050px;
margin:auto;

}


.contact-intro-content span{

color:#00816b;
font-size:14px;
font-weight:900;
letter-spacing:5px;

}


.contact-intro-content h1{

font-family:Georgia,serif;
font-size:52px;
color:#023f78;
margin:25px 0;

}


.contact-intro-content p{

font-size:18px;
line-height:1.8;
color:#53657d;

}





.contact-details-section{

padding:90px 0;
background:#fff;

}



.contact-details-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}



.contact-detail-card{

background:#fff;
padding:40px 30px;
text-align:center;
border-radius:30px;
box-shadow:0 20px 45px rgba(0,0,0,.08);

}



.contact-detail-icon{

width:80px;
height:80px;
margin:0 auto 25px;
border-radius:50%;
background:#004986;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;

}



.contact-detail-card h3{

font-family:Georgia,serif;
font-size:26px;
color:#023f78;

}


.contact-detail-card p{

color:#53657d;
line-height:1.7;

}


.contact-detail-card a{

color:#ca8f0e;
font-weight:800;
text-decoration:none;

}





.contact-form-map-section{

padding:100px 0;
background:#f7faf8;

}



.contact-form-map-grid{

display:grid;
grid-template-columns:1fr 1fr;
gap:40px;

}



.contact-form-box{

background:#fff;
padding:45px;
border-radius:30px;

}



.contact-form-box span{

color:#00816b;
letter-spacing:4px;
font-weight:900;

}



.contact-form-box h2{

font-family:Georgia,serif;
font-size:40px;
color:#023f78;

}



.contact-form-row{

display:grid;
grid-template-columns:1fr 1fr;
gap:15px;
margin-bottom:15px;

}



.contact-form-box input,
.contact-form-box textarea{

width:100%;
padding:15px;
border-radius:10px;
border:1px solid #ddd;

}



.contact-form-box textarea{

height:130px;
margin-bottom:20px;

}



.contact-form-box button{

background:#023f78;
color:#fff;
padding:15px 35px;
border:none;
border-radius:30px;
font-weight:800;

}




.contact-map-box iframe{

width:100%;
height:100%;
min-height:500px;
border:0;
border-radius:30px;

}





.contact-location-cta{

padding:80px 0;
background:#17699a;
color:#fff;

}



.contact-cta-wrapper{

display:flex;
align-items:center;
justify-content:space-between;
gap:40px;

}



.contact-cta-wrapper span{

    display: block;
    color: #f8bb22;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 5px;
    margin-bottom: 25px;

}



.contact-cta-wrapper h2{

    font-family: Georgia, serif;
    color: #ffffff;
    font-size: 58px;
    line-height: 1.15;
    margin: 0 0 25px;

}



.contact-cta-wrapper p{

font-size:18px;
line-height:1.7;

}



.contact-cta-wrapper a{

background:#f5d125;
color:#023f78;
padding:18px 40px;
border-radius:50px;
font-weight:900;
text-decoration:none;
white-space:nowrap;

}




@media(max-width:992px){

.contact-details-grid,
.contact-form-map-grid{

grid-template-columns:1fr;

}


.contact-cta-wrapper{

flex-direction:column;
align-items:flex-start;

}


}



@media(max-width:600px){

.contact-intro-content h1,
.contact-cta-wrapper h2{

font-size:34px;

}


.contact-form-row{

grid-template-columns:1fr;

}

}

/* ==========================================
CONTACT PAGE FINAL
========================================== */


.contact-intro {
    position: relative;
    padding: 110px 0 60px;
    background: linear-gradient(135deg, #ffffff 0%, #f6faf8 100%);
    overflow: hidden;
    text-align: center;
}

.contact-intro-content {
    max-width: 1100px;
    margin: auto;
}

.contact-intro::before {
    content: "CONTACT";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 150px;
    font-weight: 900;
    letter-spacing: 10px;
    color: rgba(0, 129, 107, .045);
    line-height: 1;
    white-space: nowrap;
}

.contact-intro-content h2, .travel-heading h2, .nearby-location-heading h2 {
    font-family: Georgia, serif;
    color: #101820;
    font-size: 48px;
    line-height: 1.2;
    margin: 25px 0;
}

.contact-intro-content p {
    color: #333;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.contact-intro-content span, .travel-heading span, .nearby-location-heading span, .location-search-box span {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #004986;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.contact-intro-content span::before, .travel-heading span::before, .nearby-location-heading span::before, .location-search-box span::before {
    content: "";
    width: 35px;
    height: 2px;
    background: #f4b62f;
}

.contact-intro-content span::after, .travel-heading span::after, .nearby-location-heading span::after, .location-search-box span::after {
    content: "";
    width: 35px;
    height: 2px;
    background: #f4b62f;
}

.contact-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    text-align: center;
    color: #fff;
}

.contact-hero-content h1 {
    font-size: 64px;
    line-height: 1.05;
    font-weight: 900;
    margin: 20px 0;
    text-transform: uppercase;
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 40, 70, .85), rgba(0, 40, 70, .45));
}

.contact-hero-content span {
    display: block;
    color: #f5d125;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

@media (max-width: 680px) {

    .contact-hero-content h1 {
    font-size: 30px;
    line-height: 1.05;
    font-weight: 900;
    margin: 20px 0;
    text-transform: uppercase;
}
.amenities-hero-content p, .attractions-hero-content p, .contact-hero-content p, .location-hero-content p, .contact-hero-content p, .sitemap-hero-content p, .faq-hero-content p {
    font-size: 15px;
    line-height: 1.5;
    color: white;
}
}


/* ==========================================
   SITEMAP HERO SECTION
========================================== */

.sitemap-hero img{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    object-fit:cover;

}



.sitemap-hero-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        90deg,
        rgba(4,25,40,.85),
        rgba(4,25,40,.45)
    );

}



.sitemap-hero-content{

    position:relative;

    z-index:2;

    max-width:1000px;

    text-align:center;

    color:#fff;

}



.sitemap-hero-content span{

    display:block;

    color:#f5d125;

    font-size:14px;

    font-weight:900;

    letter-spacing:5px;

    margin-bottom:20px;

}



.sitemap-hero-content h1 {
    font-family: Inter, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 64px;
    line-height: 1.05;
    color: #ffffff;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 900;
}



/* Responsive */


@media(max-width:992px){


.sitemap-hero{

    height:520px;

}


.sitemap-hero-content h1{

    font-size:45px;

}


}



@media(max-width:600px){


.sitemap-hero{

    height:450px;

}


.sitemap-hero-content{

    padding:0 20px;

}


.sitemap-hero-content h1{

    font-size:34px;

}


.sitemap-hero-content p{

    font-size:16px;

}

}

/* ==========================================
   SITEMAP FINAL CTA
========================================== */


.sitemap-final-cta{

    padding:90px 0;

    background:#17699a;

}



.sitemap-cta-wrapper{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:50px;

}



.sitemap-cta-content span{

    display:block;

    color:#f5b51b;

    font-size:14px;

    font-weight:900;

    letter-spacing:5px;

    margin-bottom:25px;

}



.sitemap-cta-content h2{

    font-family:Georgia,serif;

    color:#ffffff;

    font-size:58px;

    line-height:1.15;

    margin:0 0 25px;

}



.sitemap-cta-content p{

    max-width:950px;

    color:#ffffff;

    font-size:20px;

    line-height:1.8;

    margin:0;

}



.sitemap-cta-button a{


    display:flex;

    align-items:center;

    justify-content:center;


    width:270px;

    height:75px;


    background:#f8b923;

    color:#06203b;


    border-radius:50px;


    font-size:18px;

    font-weight:900;


    text-decoration:none;


    transition:.3s ease;

}



.sitemap-cta-button a:hover{

    transform:translateY(-5px);

    background:#ffc943;

}





/* Responsive */


@media(max-width:992px){


.sitemap-cta-wrapper{

    flex-direction:column;

    align-items:flex-start;

}



.sitemap-cta-content h2{

    font-size:45px;

}


}




@media(max-width:600px){


.sitemap-final-cta{

    padding:60px 0;

}



.sitemap-cta-content h2{

    font-size:34px;

}



.sitemap-cta-content p{

    font-size:16px;

}



.sitemap-cta-button a{

    width:220px;

    height:60px;

}


}



.sitemap-intro {
    position: relative;
    padding:110px 0 38px;
    background: linear-gradient(135deg, #ffffff 0%, #f6faf8 100%);
    overflow: hidden;
    text-align: center;
}

.sitemap-intro::before {
    content: "EXPLORE";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 150px;
    font-weight: 900;
    letter-spacing: 10px;
    color: rgba(0, 129, 107, .045);
    line-height: 1;
    white-space: nowrap;
}

.sitemap-intro-content {
    max-width: 1100px;
    margin: auto;
}

.sitemap-intro-content span, .travel-heading span, .nearby-location-heading span, .location-search-box span {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #004986;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.sitemap-intro-content span::before, .travel-heading span::before, .nearby-location-heading span::before, .location-search-box span::before {
    content: "";
    width: 35px;
    height: 2px;
    background: #f4b62f;
}

.sitemap-intro-content span::after, .travel-heading span::after, .nearby-location-heading span::after, .location-search-box span::after {
    content: "";
    width: 35px;
    height: 2px;
    background: #f4b62f;
}

.sitemap-intro-content h2, .travel-heading h2, .nearby-location-heading h2 {
    font-family: Georgia, serif;
    color: #101820;
    font-size: 48px;
    line-height: 1.2;
    margin: 25px 0;
}

.sitemap-intro-content p {
    color: #333;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

/* ==========================================
   QUICK LINKS SECTION
========================================== */


.sitemap-quick-links{

    position: relative;
    padding: 110px 0 60px;
    background: linear-gradient(135deg, #ffffff 0%, #f6faf8 100%);
    overflow: hidden;
    text-align: center;

}



.quick-links-heading{

    max-width: 1100px;
    margin: auto;

}



.quick-links-heading span{

    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #004986;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: uppercase;
}


.quick-links-heading span::before{
    content: "";
    width: 35px;
    height: 2px;
    background: #f4b62f;
}

.quick-links-heading span::after{
    content: "";
    width: 35px;
    height: 2px;
    background: #f4b62f;
}


.sitemap-quick-links::before{
    content: "ACCESS";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 150px;
    font-weight: 900;
    letter-spacing: 10px;
    color: rgba(0, 129, 107, .045);
    line-height: 1;
    white-space: nowrap;
}


.quick-links-heading h2{
    font-family: Georgia, serif;
    color: #101820;
    font-size: 48px;
    line-height: 1.2;
    margin: 25px 0;
}



.quick-links-heading p{

    color:#53657d;

    font-size:17px;

    line-height:1.8;

}





.quick-links-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}





.quick-link-card{

    padding:35px 25px;

    background:#faf8f2;

    border-radius:25px;

    text-align:center;

    text-decoration:none;

    transition:.3s ease;

    border:1px solid rgba(0,0,0,.05);

}



.quick-link-card:hover{

    transform:translateY(-8px);

    background:#ffffff;

    box-shadow:0 20px 40px rgba(0,0,0,.10);

}



.quick-link-icon{

    width:75px;

    height:75px;

    margin:0 auto 20px;

    border-radius:50%;

    background:#004986;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

}



.quick-link-card h3{

    font-family:Georgia,serif;

    font-size:24px;

    color:#efa80d;

    margin-bottom:10px;

}



.quick-link-card span{

    color:#53657d;

    font-size:15px;

}





@media(max-width:1100px){

.quick-links-grid{

    grid-template-columns:repeat(3,1fr);

}

}



@media(max-width:768px){

.quick-links-grid{

    grid-template-columns:repeat(2,1fr);

}


.quick-links-heading h2{

    font-size:34px;

}

}



@media(max-width:500px){

.quick-links-grid{

    grid-template-columns:1fr;

}

}

/* ==================================================
   FAQ PAGE CSS
   Days Inn by Wyndham Silver Spring
================================================== */


/* ==========================================
   FAQ HERO SECTION
========================================== */

.faq-hero{

    

}


.faq-hero img{

    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;

}


.faq-hero-overlay{

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        90deg,
        rgba(3,32,55,.88),
        rgba(3,32,55,.50)
    );

}



.faq-hero-content{

    position:relative;
    z-index:2;
    max-width:1000px;
    text-align:center;
    color:#fff;

}



.faq-hero-content span{

    display:block;

    color:#f5d125;

    font-size:14px;

    font-weight:900;

    letter-spacing:5px;

    margin-bottom:20px;

}



.faq-hero-content h1{

    font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;

    font-size:60px;

    line-height:1.15;

    color:#fff;

    margin-bottom:25px;

    text-transform: uppercase;

    font-weight: 900;

}


/* ==========================================
   FAQ INTRO SECTION
========================================== */


.faq-intro{

    position: relative;
    padding: 110px 0 60px;
    background: linear-gradient(135deg, #ffffff 0%, #f6faf8 100%);
    overflow: hidden;
    text-align: center;

}



.faq-intro::before{

    content: "FAQ";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 150px;
    font-weight: 900;
    letter-spacing: 10px;
    color: rgba(0, 129, 107, .045);
    line-height: 1;
    white-space: nowrap;

}



.faq-intro-content{

    position:relative;

    z-index:2;

    text-align:center;

}

.faq-intro-content {
    max-width: 1100px;
    margin: auto;
}


.faq-intro-content span{

    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #004986;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: uppercase;

}



.contact-intro-content span::before{
    content: "";
    width: 35px;
    height: 2px;
    background: #f4b62f;
}

.contact-intro-content span::after{
    content: "";
    width: 35px;
    height: 2px;
    background: #f4b62f;
}


.faq-intro-content h2{

    font-family: Georgia, serif;
    color: #101820;
    font-size: 48px;
    line-height: 1.2;
    margin: 25px 0;

}



.faq-intro-content p{

    font-size:17px;

    line-height:1.9;

    color:#555;

    margin-bottom:18px;

    text-align: justify;

}



/* ==========================================
   FAQ ACCORDION SECTION
========================================== */


.faq-section{

    padding:90px 0;

    background:#ffffff;

}


.faq-wrapper{

    max-width:1200px;

    margin:0 auto;

}



/* FAQ CARD */

.faq-item{

    background:#faf8f2;

    border:1px solid rgba(0,0,0,0.08);

    border-radius:22px;

    margin-bottom:18px;

    overflow:hidden;

    transition:.3s ease;

}


.faq-item:hover{

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}




/* QUESTION BUTTON */

.faq-item button{

    width:100%;

    padding:28px 38px;

    background:transparent;

    border:0;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    cursor:pointer;

    text-align:left;

    font-family:Georgia, serif;

    font-size:21px;

    line-height:1.4;

    font-weight:700;

    color:#023f78;

}



.faq-item button i{

    flex-shrink:0;

    width:42px;

    height:42px;

    border-radius:50%;

    background:#023f78;

    color:#ffffff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:16px;

    transition:.3s ease;

}



.faq-item.active button i{

    transform:rotate(45deg);

    background:#f5b51b;

    color:#023f78;

}




/* ANSWER AREA */

/* FAQ ANSWER DEFAULT HIDDEN */

.faq-answer{

    max-height:0;
    overflow:hidden;
    padding:0 38px;

    opacity:0;

    transition:
    max-height .4s ease,
    opacity .3s ease,
    padding .3s ease;

}



/* FAQ ANSWER ACTIVE */

.faq-item.active .faq-answer{

    max-height:500px;

    opacity:1;

    padding:0 38px 30px;

}



.faq-answer p{

    margin:0;

    color:#53657d;

    font-size:17px;

    line-height:1.9;

}



.faq-answer strong{

    color:#023f78;

}




/* LINKS */

.faq-link{

    color:#00816b;

    font-weight:700;

    text-decoration:none;

    margin-left:5px;

    position:relative;

    z-index:5;

}



.faq-link:hover{

    color:#f5b51b;

    text-decoration:underline;

}




/* PHONE LINK */

.faq-link[href^="tel"]{

    white-space:nowrap;

}




/* ==========================================
   ACTIVE FAQ STYLE
========================================== */


.faq-item.active{

    background:#ffffff;

    border-color:#00816b;

}



.faq-item.active .faq-answer{

    display:block;

}




/* ==========================================
   RESPONSIVE
========================================== */


@media(max-width:768px){


.faq-section{

    padding:60px 0;

}



.faq-item button{

    padding:22px;

    font-size:18px;

}



.faq-item button i{

    width:35px;

    height:35px;

}



.faq-answer{

    padding:0 22px 25px;

}



.faq-answer p{

    font-size:16px;

}


}



@media(max-width:480px){


.faq-item button{

    font-size:16px;

    align-items:flex-start;

}



.faq-item button i{

    margin-top:3px;

}


}





/* ==========================================
   FAQ CTA SECTION
========================================== */


.faq-final-cta{

    padding:90px 0;

    background:#17699a;

}



.faq-cta-wrapper{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:50px;

}



.faq-cta-content span{

    display:block;

    color:#f5d125;

    font-size:14px;

    font-weight:900;

    letter-spacing:5px;

    margin-bottom:20px;

}



.faq-cta-content h2{

    font-family:Georgia,serif;

    font-size:55px;

    line-height:1.15;

    color:#fff;

    margin-bottom:25px;

}



.faq-cta-content p{

    color:#fff;

    max-width:850px;

    font-size:18px;

    line-height:1.8;

}



.faq-cta-button a{

    display:flex;

    align-items:center;

    justify-content:center;

    width:270px;

    height:75px;

    background:#f5b51b;

    color:#023f78;

    border-radius:50px;

    font-weight:900;

    font-size:18px;

    text-decoration:none;

    transition:.3s ease;

}



.faq-cta-button a:hover{

    transform:translateY(-5px);

    background:#ffc943;

}





/* ==========================================
   RESPONSIVE
========================================== */


@media(max-width:992px){


.faq-hero{

    height:520px;

}


.faq-hero-content h1{

    font-size:45px;

}



.faq-intro-content h2{

    font-size:36px;

}



.faq-cta-wrapper{

    flex-direction:column;

    align-items:flex-start;

}



.faq-cta-content h2{

    font-size:42px;

}


}



@media(max-width:600px){


.faq-hero{

    height:450px;

}



.faq-hero-content{

    padding:0 20px;

}



.faq-hero-content h1{

    font-size:34px;

}



.faq-hero-content p{

    font-size:16px;

}



.faq-intro{

    padding:60px 0;

}



.faq-intro::before{

    font-size:100px;

}



.faq-intro-content h2{

    font-size:30px;

}



.faq-item button{

    padding:20px;

    font-size:17px;

}



.faq-answer{

    padding:0 20px 20px;

}



.faq-cta-content h2{

    font-size:34px;

}



.faq-cta-button a{

    width:220px;

    height:60px;

}


}



/* Hotel Gallery Section */


.hotel-gallery-section{
    padding:90px 0;
    overflow:hidden;
}


.gallery-section-header{
    position:relative;
    text-align:left;
    margin-bottom:0px;
}


.section-bg-title{

    position:absolute;
    top:-80px;
    left:50%;
    transform:translateX(-50%);

    font-size:170px;
    font-weight:800;

    letter-spacing:5px;

    color:#f2f7f6;

    z-index:0;

    pointer-events:none;

}


.section-eyebrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 8px;
  color: #004b8d;
  margin-bottom: 25px;
  TOP: 69PX;
}


.section-eyebrow::before,
.section-eyebrow::after{

    content:"";

    height:35px;

    flex:1;

    max-width:450px;

    background:
    repeating-linear-gradient(
        45deg,
        transparent,
        transparent 8px,
        rgba(244,180,26,0.25) 8px,
        rgba(244,180,26,0.25) 10px
    );

    border-top:1px solid #f4b41a;

    border-bottom:1px solid rgba(244,180,26,0.3);

}


.section-eyebrow span{
    display:none;
}


.gallery-section-header h2 {
  position: relative;
  z-index: 1;
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: 1.2;
  color: #111923;
  margin-bottom: 78px;
  font-weight: 700;
  TOP: 54PX;
}


.gallery-section-header p{

    position:relative;
    z-index:1;

    font-size:20px;

    line-height:1.8;

    color:#243447;

    max-width:1400px;

    margin-bottom:25px;

}


@media(max-width:768px){

    .section-bg-title{

        font-size:80px;

        top:-35px;

    }


    .gallery-section-header h2{

        font-size:34px;

    }


    .section-eyebrow{

        font-size:12px;

        letter-spacing:4px;

    }


    .gallery-section-header p{

        font-size:17px;

    }

}

.hotel-gallery-section {
    padding: 37px 20px 0px 20px;
    background: #ffffff;
}

.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
}


.gallery-heading {
    text-align: center;
    margin-bottom: 45px;
}

.gallery-subtitle {
    display: inline-block;
    color: #1d4f91;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.gallery-heading h2 {
    font-size: 38px;
    margin: 0 0 15px;
    color: #222;
}

.gallery-heading p {
    max-width: 700px;
    margin: auto;
    color: #666;
    font-size: 17px;
    line-height: 1.7;
}


/* Gallery Grid */

.hotel-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item h3{
    margin:15px 0 0;
    text-align:center;
    font-size:18px;
    font-weight:600;
    color:#023f78;
    font-family:Georgia, serif;
}


.gallery-item {
    overflow: hidden;
    border-radius: 12px;
    height: 260px;
    background: #f5f5f5;
}


.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}


.gallery-item:hover img {
    transform: scale(1.08);
}



/* Responsive */

@media(max-width:992px){

    .hotel-gallery-grid {
        grid-template-columns: repeat(3,1fr);
    }

}


@media(max-width:768px){

    .hotel-gallery-section {
        padding:60px 15px;
    }


    .gallery-heading h2 {
        font-size:30px;
    }


    .hotel-gallery-grid {
        grid-template-columns: repeat(2,1fr);
        gap:15px;
    }


    .gallery-item {
        height:220px;
    }

}


@media(max-width:480px){

    .hotel-gallery-grid {
        grid-template-columns:1fr;
    }


    .gallery-item {
        height:240px;
    }

}

/* Gallery Lightbox */

.gallery-lightbox {
    display:none;
    position:fixed;
    z-index:9999;
    inset:0;
    background:rgba(0,0,0,0.85);
    justify-content:center;
    align-items:center;
    padding:20px;
}


.gallery-lightbox img {
    max-width:90%;
    max-height:90vh;
    object-fit:contain;
    border-radius:10px;
}


.gallery-close {
    position:absolute;
    top:25px;
    right:40px;
    color:#fff;
    font-size:45px;
    font-weight:300;
    cursor:pointer;
    line-height:1;
}


.gallery-close:hover {
    opacity:.7;
}


@media(max-width:768px){

    .gallery-lightbox img {
        max-width:95%;
        max-height:80vh;
    }

    .gallery-close {
        top:15px;
        right:20px;
        font-size:38px;
    }

}

.gallery-popup-content{
    text-align:center;
    max-width:90%;
}

.gallery-popup-content img{
    max-width:90vw;
    max-height:80vh;
    object-fit:contain;
}

.gallery-popup-content h3{
    color:#ffffff;
    margin-top:20px;
    font-size:24px;
    font-weight:600;
}

.gallery-prev,
.gallery-next{

    position:absolute;
    top:50%;
    transform:translateY(-50%);

    width:55px;
    height:55px;

    border:none;
    border-radius:50%;

    background:rgba(255,255,255,0.9);

    color:#333;

    font-size:32px;

    cursor:pointer;

    z-index:10;

    display:flex;
    align-items:center;
    justify-content:center;

}


.gallery-prev{
    left:40px;
}


.gallery-next{
    right:40px;
}


.gallery-prev:hover,
.gallery-next:hover{

    background:#f5b51b;
    color:#fff;

}


@media(max-width:768px){

    .gallery-prev{
        left:15px;
    }


    .gallery-next{
        right:15px;
    }


    .gallery-prev,
    .gallery-next{

        width:45px;
        height:45px;
        font-size:25px;

    }

}

/* =========================================================
   FINAL WAVE / WCAG 2.0 AA ACCESSIBILITY PATCH
   Added after the existing design rules so layout is unchanged.
   ========================================================= */

/* Form labels: #6b7890 was just below 4.5:1 on white. */
.booking-field label{
  color:#5c667a !important;
}

/* Section eyebrow labels on light backgrounds. */
.section .label,
.contact-modern .label,
.luxury-gallery .label{
  color:#875100 !important;
}

/*
  Gallery captions were white text over an image/gradient that WAVE could not
  reliably evaluate. A compact opaque backing preserves the placement while
  guaranteeing AA contrast.
*/
.gallery-caption{
  color:#ffffff !important;
  background:#071b3c !important;
  padding:6px 10px !important;
  border-radius:8px !important;
  line-height:1.35 !important;
}
.gallery-caption > [class*="fa-"]{
  color:#ffd15d !important;
}

/* Preserve icon styling after semantic <i> to <span> replacement. */
.top-bar-info > li > [class*="fa-"],
.amenity-icon > [class*="fa-"],
.room-features [class*="fa-"],
.experience-highlights [class*="fa-"],
.attractions [class*="fa-"],
.contact-modern [class*="fa-"],
.footer-modern [class*="fa-"]{
  display:inline-block;
  line-height:1;
}

/* Ensure controls created as buttons retain the exact link-button appearance. */
button.room-btn,
button.booking-action{
  border:0;
  font:inherit;
  cursor:pointer;
}
.experience-actions button.btn{
  border:0;
}

/* Solid color fallbacks for controls whose original backgrounds use gradients. */
.experience-actions .btn-primary{
  background-color:#f4b62f;
  color:#071b3c;
}

/* The mostly white distance badge is made fully opaque for deterministic contrast. */
.attractions .attraction-card > .distance-badge{
  background:#ffffff !important;
  color:#061c3f !important;
}

/* Strong focus visibility without affecting the normal design state. */
:where(a,button,input,select,textarea,[tabindex]):focus-visible{
  outline:3px solid #ffcf4a !important;
  outline-offset:4px !important;
  box-shadow:0 0 0 2px #071b3c !important;
}

/* =========================================================
   FINAL WAVE EMPTY-LINK + CONTRAST CORRECTIONS
   Semantic and color fallbacks only; no layout changes.
   ========================================================= */

/* Four decorative checkmarks previously used #cc891b on #f5f8fc (below AA). */
.check-grid span::before{
  color:#704600 !important;
}

/*
  Preserve the existing gold gradient while providing an opaque fallback
  that automated contrast tools can evaluate behind the three footer icons.
*/
.footer-card-icon{
  background-color:#f4b62f !important;
  background-image:linear-gradient(135deg,#f4b62f,#ffd56a) !important;
  color:#061c3f !important;
}
.footer-card-icon > [class*="fa-"]{
  color:#061c3f !important;
}

/* Explicit opaque fallbacks behind icon-font glyphs on light cards. */
.amenity-icon{
  background-color:#e9f3ff !important;
}
.amenity-icon > [class*="fa-"]{
  color:#0a4b93 !important;
}

/* Improve gold text contrast on dark photographic sections without resizing. */
.hero-kicker,
.experience-card .label,
.footer-kicker{
  color:#ffd15d !important;
}
