
    :root{
      --bg-body:#050816;
      --bg-dark:#ffbf00;
      --bg-card:rgba(15,23,42,0.92);
      --accent:#f97316;
      --accent-soft:rgba(249,115,22,0.1);
      --accent-soft-strong:rgba(249,115,22,0.2);
      --text-main:#e5e7eb;
      --text-muted:#9ca3af;
      --border-soft:rgba(148,163,184,0.3);
      --radius-xl:22px;
      --shadow-soft:0 18px 45px rgba(15,23,42,0.75);
      --shadow-soft-small:0 10px 30px rgba(15,23,42,0.6);
       --gold: #d4af37;
    }

    *{box-sizing:border-box;}

/*  body{
 background: radial-gradient(circle at bottom, #f7d774 0%, #4a3b10 40%, #000 100%)
background: radial-gradient(
  circle at center,
  #ffe187 0%,
  #d4a437 20%,
  #7a5a00 40%,
  #1e1603 70%,
  #000 100%
);*/

body{
 background: radial-gradient(circle at top, #d4af37 0, #020617 40%, #000 100%);


      color:var(--text-main);
      font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      padding-top: 60px !important; 
    }


    body, html {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
    
    /* FAQ SECTION -------------------------------------------------- */

.faq {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  border-top: 1px solid rgba(255, 215, 0, 0.15);
  border-bottom: 1px solid rgba(255, 215, 0, 0.15);
}

.faq-list {
  max-width: 800px;
  margin: auto;
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.15);
  background: linear-gradient(135deg, rgba(15,23,42,0.7), rgba(0,0,0,0.8));
  transition: 0.3s ease;
}

.faq-item:hover {
  border-color: #ffbf00;
  box-shadow: 0 0 12px rgba(255, 191, 0, 0.25);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  color: #fff;
  padding: 18px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question .faq-icon {
  font-size: 22px;
  font-weight: bold;
  color: #ffbf00;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: #e5e7eb;
  padding: 0 20px;
  font-size: 0.95rem;
  transition: max-height 0.35s ease;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px 20px 20px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* -------------------------------------------------- */
/* GOLD PARTICLE ANIMATION LAYER */
/* -------------------------------------------------- */

.gold-particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}

.gold-particles::before,
.gold-particles::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-image:
    radial-gradient(circle, rgba(255,220,140,0.9) 2px, transparent 2px),
    radial-gradient(circle, rgba(255,195,80,0.8) 2px, transparent 2px),
    radial-gradient(circle, rgba(255,230,170,0.7) 3px, transparent 3px);

  background-size: 
    180px 180px,
    220px 220px,
    260px 260px;

  animation: goldFloat 18s linear infinite;
  opacity: 0.45;
  filter: blur(0.6px);
}

.gold-particles::after {
  animation-duration: 28s;
  opacity: 0.65;
  filter: blur(1.2px);
}

@keyframes goldFloat {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-6%) translateX(2%);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

    /* NAVBAR */
    /*.navbar{
      background:linear-gradient(to right,rgba(2,6,23,0.88),rgba(15,23,42,0.95))!important;
      backdrop-filter: blur(16px);
      border-bottom:1px solid rgba(148,163,184,0.2);
    }*/
.navbar {
  background: linear-gradient(
      to right,
      rgba(32, 24, 6, 0.92),   /* deep golden brown glass */
      rgba(78, 58, 12, 0.95),  /* rich gold brown */
      rgba(20, 20, 20, 0.90)   /* fade into dark glass */
  ) !important;

  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 4px 18px rgba(212,175,55,0.25);
  transition: background 0.3s ease;
}
   /* .navbar .nav-link{
      color:var(--text-muted)!important;
      font-size:0.9rem;
      letter-spacing:0.03em;
      text-transform:uppercase;
    }*/
   .navbar .nav-link {
  color: #f2e8c9 !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 14px !important;
  transition: color .3s, text-shadow .3s;
}
    /*.navbar .nav-link:hover,
    .navbar .nav-link.active{
      color:var(--text-main)!important;
    }*/
    .nav-link:hover,
.nav-link.active {
  color: #ffd875 !important;
  text-shadow: 0 0 10px rgba(255, 215, 80, 0.9);
}
.brand-logo {
  height: 80px;
  width: auto;
   filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.8));
}

.resort-brand .brand-name {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  color: var(--gold);
  text-transform: uppercase;
  position: relative;
  text-shadow: 0 0 8px rgba(212,175,55,0.6);
  
  
}
.gold-text {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #d4af37, #f8e473, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  text-shadow: 
      0 0 8px rgba(255, 215, 0, 0.4),
      0 0 16px rgba(255, 215, 0, 0.2);
}

.resort-brand .brand-name::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 40%;
  height: 2px;
  background: linear-gradient(90deg, #00eaff, transparent);
  border-radius: 10px;
}

    .logo-pill{
      width:60px;
      height:60px;
      border-radius:999px;
      font-size:13px;
      
      box-shadow:0 0 25px rgba(248,113,22,0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      color:purple;
      text-shadow: 0 0 5px cyan, 0 0 12px cyan;
    }

    /* BUTTONS */
    .btn-primary-soft{
      background:linear-gradient(135deg,#f97316,#fb923c);
      color:#0b1120;
      border:none;
      border-radius:999px;
      padding:.6rem 1.6rem;
      font-weight:600;
      box-shadow:0 12px 28px rgba(248,113,22,0.4);
    }
    .btn-primary-soft:hover{
      filter:brightness(1.03);
      transform:translateY(-1px);
    }
    .btn-outline-ghost{
      border-radius:999px;
      border:1px solid rgba(148,163,184,0.6);
      color:var(--text-main);
      background:rgba(15,23,42,0.6);
    }
    .btn-outline-ghost:hover{
      background:rgba(15,23,42,0.9);
    }

    /* HERO */
    .hero{
      min-height: calc(100vh - 80px);
      display:flex;
      align-items:center;
      padding:3rem 0 4rem;
      position:relative;
      overflow:hidden;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:-10%;
      background:
        radial-gradient(circle at 15% 0%,rgba(248,113,22,0.25),transparent 55%),
        radial-gradient(circle at 85% 10%,rgba(56,189,248,0.25),transparent 55%);
      opacity:.9;
      pointer-events:none;
    }
    .hero-content{
      position:relative;
      z-index:2;
    }
    .hero-kicker{
      display:inline-flex;
      align-items:center;
      gap:.5rem;
      padding:.25rem .85rem;
      border-radius:999px;
      background:rgba(15,23,42,0.9);
      border:1px solid rgba(148,163,184,0.4);
      font-size:.75rem;
      text-transform:uppercase;
      letter-spacing:.16em;
      color:var(--text-muted);
    }
    .hero-kicker span.dot{
      width:7px;
      height:7px;
      border-radius:50%;
      background:#22c55e;
      box-shadow:0 0 12px rgba(34,197,94,0.7);
    }
    .hero-title{
      font-size:2.75rem;
      line-height:1.1;
    }
   .glow-btn1 {
    position: relative;
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff7d1;
    background: linear-gradient(135deg, #d4af37, #f7d774, #f0c14b, #d1a125);
    background-size: 200% 200%;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    transition: 0.4s ease-in-out;
    letter-spacing: 0.7px;
    box-shadow:
        0 0 10px rgba(255, 215, 0, 0.6),
        0 0 20px rgba(255, 223, 85, 0.5),
        inset 0 0 10px rgba(255, 255, 255, 0.3);
    animation: goldPulse 3s infinite ease-in-out;
}
.glow-btn2 {
    position: relative;
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff7d1;
    background: linear-gradient(135deg, #d4af37, #f7d774, #f0c14b, #d1a125);
    background-size: 200% 200%;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    transition: 0.4s ease-in-out;
    letter-spacing: 0.7px;
    box-shadow:
        0 0 10px rgba(255, 215, 0, 0.6),
        0 0 20px rgba(255, 223, 85, 0.5),
        inset 0 0 10px rgba(255, 255, 255, 0.3);
    animation: goldPulse 3s infinite ease-in-out;
}

    .glow-btn {
    position: relative;
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff7d1;
    background: linear-gradient(135deg, #d4af37, #f7d774, #f0c14b, #d1a125);
    background-size: 200% 200%;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    transition: 0.4s ease-in-out;
    letter-spacing: 0.7px;
    box-shadow:
        0 0 10px rgba(255, 215, 0, 0.6),
        0 0 20px rgba(255, 223, 85, 0.5),
        inset 0 0 10px rgba(255, 255, 255, 0.3);
    animation: goldPulse 3s infinite ease-in-out;
    overflow: hidden;
}

/* Hover - Glossy Shine + Stronger Glow */
.glow-btn:hover {
    transform: translateY(-3px) scale(1.04);
    background-position: 100% 0;
    box-shadow:
        0 0 15px rgba(255, 215, 0, 0.9),
        0 0 35px rgba(255, 223, 85, 0.8),
        0 0 55px rgba(255, 223, 85, 0.65);
}

/* Active - Press effect */
.glow-btn:active {
    transform: scale(0.96);
    box-shadow:
        0 0 8px rgba(255, 215, 0, 0.8),
        0 0 18px rgba(255, 223, 85, 0.7);
}

/* Smooth pulsing gold glow */
@keyframes goldPulse {
    0% { box-shadow: 0 0 12px #ffd700; }
    50% { box-shadow: 0 0 28px #ffea8a; }
    100% { box-shadow: 0 0 12px #ffd700; }
}

/* Shine sweep effect */
.glow-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.35) 50%,
        transparent 100%
    );
    transition: 0.5s;
    border-radius: 50px;
}

.glow-btn:hover::after {
    left: 100%;
}
/* =========================================== */
/* PERFECT MOBILE NAVBAR FIX */
/* =========================================== */



    @media (min-width:992px){
      .hero-title{font-size:3.25rem;}
    }
    .hero-title .accent-text{
      background:linear-gradient(135deg,#f97316,#facc15);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .hero-sub{
      max-width:470px;
      color:var(--text-muted);
      font-size:.98rem;
    }
    .hero-pills{
      display:flex;
      flex-wrap:wrap;
      gap:.55rem;
      margin-top:1.1rem;
    }
    .hero-pill{
      border-radius:999px;
      border:1px solid rgba(148,163,184,0.5);
      padding:.25rem .75rem;
      font-size:.75rem;
      color:var(--text-muted);
      background:rgba(15,23,42,0.7);
    }

    .hero-meta{
      display:flex;
      flex-wrap:wrap;
      gap:1.5rem;
      margin-top:1.4rem;
      font-size:.8rem;
      color:var(--text-muted);
    }
    .hero-meta strong{
      display:block;
      font-size:1.1rem;
      color:var(--text-main);
    }
    /* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

/* Show popup */
.popup-overlay.active {
  visibility: visible;
  opacity: 1;
}

/* Popup Box */
/*.popup-box {
  position: relative;
  max-width: 90%;
  animation: popupScale 0.35s ease;
}*/
.popup-box {
  width: 90%;
  max-width: 450px;
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  text-align: center;
  position: relative;

  /* ✨ SLIDE-UP ANIMATION */
  transform: translateY(40px);
  opacity: 0;
  animation: slideUp .5s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
}

@keyframes slideUp {
  from { transform: translateY(40px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}


.popup-img {
  width: 100%;
  max-width: 420px;
  border-radius: 10px;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 22px;
  color: #000;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  box-shadow: 0 0 10px #000;
}

@keyframes popupScale {
  from { transform: scale(0.8); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
@media (max-width: 480px) {
  .popup-box {
    padding: 5px;
    border-radius: 14px;
    width: 60%;
    margin-right:20%;
  }

  h2 {
    font-size: 1.25rem;
  }

  p {
    font-size: 0.9rem;
  }

  .newsletter button {
    font-size: 0.95rem;
  }
}

    /* HERO SIDE CARD */
    .hero-card{
      position:relative;
      background:linear-gradient(135deg,rgba(15,23,42,0.96),rgba(15,23,42,0.95));
      border-radius:var(--radius-xl);
      overflow:hidden;
      box-shadow:var(--shadow-soft);
      border:1px solid rgba(148,163,184,0.35);
      backdrop-filter:blur(22px);
    }
    .hero-card-img{
      position:relative;
      padding:1rem 1rem 0;
    }
    .hero-card-img-inner{
      position:relative;
      border-radius:18px;
      overflow:hidden;
      border:1px solid rgba(148,163,184,0.4);
    }
    .hero-card-img-inner img{
      width:100%;
      height:260px;
      object-fit:cover;
      display:block;
      filter:saturate(1.1);
    }
    @media (min-width:992px){
      .hero-card-img-inner img{height:310px;}
    }
    .hero-card-label{
      position:absolute;
      left:1rem;
      top:1rem;
      padding:.2rem .7rem;
      border-radius:999px;
      background:var(--accent-soft);
      color:#fed7aa;
      font-size:.7rem;
      text-transform:uppercase;
      letter-spacing:.12em;
    }
    .hero-card-price-tag{
      position:absolute;
      right:1rem;
      bottom:1rem;
      padding:.35rem .85rem;
      border-radius:999px;
      background:rgba(15,23,42,0.85);
      border:1px solid rgba(148,163,184,0.55);
      font-size:.8rem;
    }
    .hero-card-body{
      padding:1.25rem 1.25rem 1.1rem;
      display:flex;
      flex-direction:column;
      gap:.8rem;
    }
    .hero-card-body .title{
      font-size:1.1rem;
    }
    .hero-card-body .meta{
      display:flex;
      justify-content:space-between;
      font-size:.82rem;
      color:var(--text-muted);
    }
    .hero-card-quick{
      display:flex;
      gap:.75rem;
      flex-wrap:wrap;
      font-size:.75rem;
      color:var(--text-muted);
    }
    .hero-dot{
      width:6px;height:6px;border-radius:999px;background:#4ade80;
    }

    /* SECTIONS */
    .section-padding{
      padding:4.5rem 0;
    }
    .section-heading{
      margin-bottom:2.5rem;
    }
    .section-badge{
      font-size:.75rem;
      text-transform:uppercase;
      letter-spacing:.16em;
      color:var(--accent);
    }
    .section-title{
      font-size:1.8rem;
    }
    .section-sub{
      color:var(--text-muted);
      max-width:480px;
      margin:0 auto;
      font-size:.95rem;
    }

    /* WHY / FEATURES */
    .feature-card{
      background:var(--bg-card);
      border-radius:var(--radius-xl);
      padding:1.5rem 1.4rem;
      border:1px solid rgba(148,163,184,0.45);
      box-shadow:var(--shadow-soft-small);
      height:100%;
      position:relative;
      overflow:hidden;
    }
    .feature-card::before{
      content:"";
      position:absolute;
      inset:-40%;
      opacity:0;
      background:radial-gradient(circle at top,var(--accent-soft-strong),transparent 60%);
      transition:opacity .35s ease;
    }
    .feature-card:hover::before{opacity:.9;}
    .feature-icon{
      width:32px;height:32px;border-radius:999px;
      background:var(--accent-soft);
      display:flex;align-items:center;justify-content:center;
      margin-bottom:.9rem;
      font-size:.95rem;
    }
    .feature-card h5{font-size:1rem;margin-bottom:.4rem;}
    .feature-card p{font-size:.86rem;color:var(--text-muted);}

    /* ROOMS / CATEGORIES */

    /* PARALLAX for Rooms Section */
/*#rooms {
  background: url('gallery/img_1763792681_5346.jpg') center center / cover fixed no-repeat;
  position: relative;
  z-index: 1;
}

#rooms::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55); 
  backdrop-filter: blur(2px);
  z-index: -1;
}*/

#rooms .container,
#rooms .section-heading,
#rooms .rooms-wrap {
  position: relative;
  z-index: 2;
}

    .rooms-wrap{
      margin-top:1.5rem;
    }
    .category-card{
      background:var(--bg-card);
      border-radius:var(--radius-xl);
      border:1px solid rgba(148,163,184,0.4);
      overflow:hidden;
      box-shadow:var(--shadow-soft-small);
      display:flex;
      flex-direction:column;
      height:100%;
    }
    .category-img-wrap{
      position:relative;
      overflow:hidden;
    }
    .category-img-wrap img{
      width:100%;
      height:210px;
      object-fit:cover;
      transition:transform .7s ease;
    }
    .category-tag{
      position:absolute;
      left:1rem;
      top:1rem;
      padding:.25rem .7rem;
      border-radius:999px;
      background:rgba(15,23,42,0.88);
      border:1px solid rgba(148,163,184,0.6);
      font-size:.7rem;
      text-transform:uppercase;
      letter-spacing:.12em;
      color:var(--text-muted);
    }
    .category-card:hover .category-img-wrap img{
      transform:scale(1.06);
    }
    .category-body{
      padding:1.2rem 1.2rem 1.3rem;
      display:flex;
      flex-direction:column;
      gap:.5rem;
      flex:1;
    }
    .category-body p{
      font-size:.86rem;
      color:var(--text-muted);
      margin-bottom:.4rem;
    }
    .category-meta{
      display:flex;
      justify-content:space-between;
      align-items:center;
      font-size:.8rem;
      color:var(--text-muted);
    }

    /* GALLERY */
    .gallery-grid .gallery-item{
      border-radius:18px;
      background-position:center;
      background-size:cover;
      background-repeat:no-repeat;
      height:170px;
      cursor:pointer;
      border:1px solid rgba(148,163,184,0.35);
      box-shadow:var(--shadow-soft-small);
      position:relative;
      overflow:hidden;
    }
    .gallery-grid .gallery-item::after{
      content:"View";
      position:absolute;
      inset:auto 0 0 0;
      height:0;
      background:linear-gradient(to top,rgba(15,23,42,0.95),transparent);
      display:flex;
      align-items:flex-end;
      justify-content:center;
      color:#e5e7eb;
      font-size:.8rem;
      letter-spacing:.18em;
      text-transform:uppercase;
      padding-bottom:.5rem;
      opacity:0;
      transition:all .3s ease;
    }
    .gallery-grid .gallery-item:hover::after{
      height:100%;
      opacity:1;
    }

    /* CONTACT */
    .contact-card{
      background:var(--bg-card);
      border-radius:var(--radius-xl);
      padding:1.8rem 1.7rem;
      border:1px solid rgba(148,163,184,0.45);
      box-shadow:var(--shadow-soft-small);
    }
    .soft-input{
      background:rgba(15,23,42,0.8);
      border-radius:14px;
      border:1px solid rgba(148,163,184,0.5);
      color:var(--text-main);
      font-size:.9rem;
    }
    .soft-input:focus{
      border-color:var(--accent);
      box-shadow:0 0 0 1px rgba(249,115,22,0.6);
      background:rgba(15,23,42,0.95);
      color:var(--text-main);
    }
    .soft-input::placeholder{color:rgba(148,163,184,0.7);}

    .contact-fact{
      font-size:.9rem;
      color:var(--text-muted);
    }

    /* FOOTER */
/* =====================================
   PREMIUM GOLDEN FOOTER
===================================== */

footer {
  border-top: 1px solid rgba(148,163,184,0.3);
  background: linear-gradient(
      to right,
      rgba(32, 24, 6, 0.92),
      rgba(78, 58, 12, 0.95),
      rgba(20, 20, 20, 0.90)
  ) !important;
  color: #ddd;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 4px 18px rgba(212,175,55,0.25);
  transition: background 0.3s ease;
  padding: 15px 0;
}

/* Footer Links */
.footer-link {
  color: #c8c8c8;
  font-size: 0.88rem;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-link:hover {
  color: #ffd87a;
  text-shadow: 0 0 8px rgba(212,175,55,0.5);
}

/* Footer Logo + Resort Text */
.footer .logo-pill img {
  height: 80px;
  width: 80px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(212,175,55,0.4);
}

/* Footer small text */
.footer .small {
  color: #e3e3e3;
}

/* Center alignment helper on mobile */
.footer .footer-center {
  text-align: center;
}


/* =====================================
   RESPONSIVE FOOTER
===================================== */

/* Tablet (992px and below) */
@media (max-width: 992px) {
  .footer {
    text-align: center;
    padding: 40px 0;
  }

  .footer .row > div {
    margin-bottom: 20px;
  }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
  .footer-link {
    display: inline-block;
    margin: 5px 10px;
    font-size: 0.9rem;
  }

  .footer .logo-pill img {
    height: 50px;
    width: 50px;
  }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
  .footer {
    padding: 45px 15px;
  }

  .footer-link {
    font-size: 0.95rem;
    margin: 6px 8px;
  }

  .footer .small {
    font-size: 0.85rem;
  }

  .footer .row {
    gap: 10px;
  }
}

/* Ultra-small (390px and below) */
@media (max-width: 390px) {
  .footer-link {
    font-size: 1rem;
  }

  .footer .logo-pill img {
    height: 45px;
    width: 45px;
  }
}


    /* BOOKING MODAL */
    .booking-modal{
      background:radial-gradient(circle at top,#020617,#020617);
      border-radius:24px;
      border:1px solid rgba(148,163,184,0.4);
      color:var(--text-main);
      box-shadow:var(--shadow-soft);
    }
    .booking-modal .modal-header{
      border-bottom:none;
    }
    .steps-indicator{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:.45rem;
      margin-bottom:1.5rem;
    }
    .step-circle{
      width:26px;
      height:26px;
      border-radius:50%;
      border:1px solid rgba(148,163,184,0.5);
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:.8rem;
      color:var(--text-muted);
    }
    .step-circle.active{
      background:linear-gradient(135deg,#f97316,#fb923c);
      color:#0b1120;
      border:none;
    }
    .step-line{
      flex:1;
      height:1px;
      background:rgba(148,163,184,0.4);
    }
    .step-pane{display:none;}
    .step-pane.active{display:block;}

    #availabilityMsg.small{
      font-size:.8rem;
    }

    /* GALLERY VIEW MODAL */
    #galleryModal .modal-content{
      background:transparent;
      box-shadow:none;
    }

    /* UTIL */
    .badge-outline{
      border-radius:999px;
      border:1px solid rgba(148,163,184,0.5);
      padding:.2rem .7rem;
      font-size:.7rem;
      color:var(--text-muted);
      text-transform:uppercase;
      letter-spacing:.12em;
    }
    .neon-text {
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 3px;
  color: #00eaff;

  text-shadow:
    0 0 5px #00eaff,
    0 0 10px #00eaff,
    0 0 20px #00eaff,
    0 0 40px rgba(0, 234, 255, 0.8);
}
.modern-white {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;

  opacity: 0.95;               /* soft premium feel */
  transition: opacity 0.3s ease;
}

.modern-white:hover {
  opacity: 1;                  /* subtle hover refinement */
}
/* -------------------------------------------------- */
/* FULLSCREEN LUXURY SLIDER */
/* -------------------------------------------------- */


/* ======================================================== */
/* FINAL RESPONSIVE NAVBAR FIX (APPLY LAST - OVERRIDES ALL) */
/* ======================================================== */

@media (max-width: 600px) {
body{
     padding-top: 20px !important; 
}
  /* Reduce container padding so toggler fits */
  .navbar .container {
    padding-left: 6px !important;
    padding-right: 6px !important;
    max-width: 100% !important;
  }

  /* Logo smaller on mobile */
  .brand-logo {
    height: 50px !important;
    width: auto !important;
    
  }

  /* Brand name responsive */
  .resort-brand .brand-name {
    font-size: 0.7rem !important;
    letter-spacing: 1px !important;
    max-width: 200px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: inline-block !important;
    text-align: center;
  }

  /* Toggler perfect alignment */
  .navbar-toggler {
    padding: 4px 8px !important;
    margin-left: auto !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  /* Custom hamburger icon */
  .navbar-dark .navbar-toggler-icon,
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 28px !important;
    height: 28px !important;
  }

  /* Prevent horizontal scrolling inside navbar */
  nav.navbar,
  .navbar,
  .navbar .container,
  .navbar-brand {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  /* Collapse menu full width & centered */
  .navbar-collapse {
    background: rgba(10, 15, 28, 0.95);
    padding: 18px 14px;
    border-radius: 12px;
    margin-top: 10px;
  }

  /* Menu links spacing on mobile */
  .navbar-nav .nav-link {
    padding: 10px 5px !important;
    text-align: center;
    font-size: 0.9rem !important;
  }

  /* Book button full-width on mobile */
  .glow-btn1,
  .glow-btn {
    width: 40% !important;
    text-align: center;
    display: block;
    margin-top: 8px;
  }
  .glow-btn2{
      width: 100% !important; 
  }
  
}

/* Global prevent overflow */
html, body {
  overflow-x: hidden !important;
}
