*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
    /* Logo palette */
    :root{
      --om-yellow: #f6f6c6; /* pale circle */
      --om-accent: #222;     /* black/charcoal from logo */
      --om-muted: #f3f3e1;
      --accent-dark: #111;
      --cta-green: #2fa85b;
      --cta-yellow: #ffd54a;
      --glass: rgba(255,255,255,0.65);
    }
    
    html,body { height:100%; }
    body {
        font-family: 'Playfair Display', serif;
      color: var(--om-accent);
      background: linear-gradient(180deg, #fff 0%, var(--om-muted) 100%);
      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;
      line-height:1.45;
    }
    
    @media (min-width: 1400px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            max-width: 1520px;
        }
    }
    @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1360px;
    }
}
.section-title {
  font-family: 'Playfair Display', serif;
  color: #2e2e2e;
}
/* ====================navbar===================== */
.nav8 a {
  position: relative;
  color: #ff9900 !important;
  font-weight: 700;
  transition: color .3s ease;
}

.nav8 a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 80%;
  height: 2px;
  background: #e18701;
  transition: transform .3s;
}

.nav8 a:hover::before {
  transform: translateX(-50%) scaleX(1);
}

/* Logo text responsive style */
.navbar-brand span {
  font-size: 1.1rem;
  font-weight: 700;
}

/* Adjust navbar-toggler icon color */
.navbar-toggler {
  border-color: #e18701;
}


/* Mobile adjustments */
@media (max-width: 992px) {
  .navbar-brand span {
    font-size: 1rem;
  }
  .nav8 .nav-link {
    text-align: center;
    padding: 10px;
  }
}


    /* ==================== about /banquet/roo===================== */
    section{padding:4rem 0}
    .about{background:linear-gradient(180deg, rgba(250,245,240,1), rgba(255,255,255,0.9));}
    .banquet{background:linear-gradient(180deg, rgba(250,245,240,1), rgba(255,255,255,0.9));}
    .gallery{background:linear-gradient(180deg, rgba(255,248,236,1), rgba(255,255,255,0.97))}
    /* Room card look different */
    .room-card{border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 28px rgba(10,46,115,0.06);transition:transform .28s}
    .room-card:hover{transform:translateY(-6px)}

    /* Gallery grid */
    .gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}
    .gallery-grid img{width:100%;height:120px;object-fit:cover;border-radius:10px}
    
    /* 🛏 Room Cards */
    .room-card {
      border: none;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .room-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }
    .room-card img { height: 250px; object-fit: cover; }

    
    /* 🧱 Facility-Box (Reusable) */
.facility-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 25px 15px;
  transition: all 0.3s ease;
  height: 100%;
}
.facility-box i {
  font-size: 2.2rem;
  color: var(--orange);
  margin-bottom: 10px;
}
.facility-box p {
  font-weight: 500;
  margin: 0;
}
.facility-box:hover {
  transform: translateY(-6px);
  background: linear-gradient(135deg, #FFF3CD, #FFE8A1);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
/* 📞    Contact Box */
.contact-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
}
.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
footer{background:#07102a;color:#fff;padding:2.5rem 0}

.fancy-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 600;
  position: relative;
}
.fancy-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ffd900, #ffbb00, #fff7a3);
  margin: 10px auto 0;
  border-radius: 3px;
  animation: shimmer 3s linear infinite;
}

/* ======== BACKGROUND ANIMATION ======== */
.testimonial-card:hover {
  transform: translateY(-5px);
  transition: 0.4s;
}
.bg-gradient-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, #ffcb66, #ffd86b, #fff3a3, #fff8dc);
  background-size: 300% 300%;
  animation: moveGradient 10s ease infinite;
  z-index: 0;
  filter: blur(80px);
  opacity: 0.5;
}

@keyframes moveGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.moving-bg {
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  background: radial-gradient(circle at center, #ffdf80, #ffd147, #fff2b5, #fff);
  filter: blur(120px);
  animation: move 10s infinite alternate ease-in-out;
  z-index: 0;
}
@keyframes move {
  0% { transform: translate(0,0) scale(1); }
  100% { transform: translate(20px, 40px) scale(1.1); }
}
/* === MOVING BORDER EFFECT FOR BANQUET === */
.moving-border {
  position: absolute;
  width: 150%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffb800, transparent);
  top: 0;
  left: -25%;
  animation: borderMove 4s linear infinite;
}

@keyframes borderMove {
  0% { left: -25%; }
  50% { left: 25%; }
  100% { left: -25%; }
}

/* === CUSTOM LIST === */
.custom-list li {
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.6rem;
}
.custom-list li::before {
  content: "★";
  position: absolute;
  left: 0;
  color: #ffb800;
}


/* ======== TESTIMONIALS ======== */
.lux-card {
  position: relative;
  background: rgba(0,0,0,0.6);
  padding: 2rem;
  border-radius: 25px;
  overflow: hidden;
  transition: 0.5s;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.15);
}
.lux-card:hover {
  transform: translateY(-10px) scale(1.02);
}
.shine-border {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #ffdd00, #ffb700, #fff6b0);
  background-size: 400%;
  filter: blur(8px);
  opacity: 0.3;
  animation: shine 6s linear infinite;
  z-index: -1;
}
@keyframes shine {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ======== GOLDEN BOX ======== */
.golden-box {
  background: #fffef7;
  border: 2px solid transparent;
  border-image: linear-gradient(45deg, #ffd900, #ffb700) 1;
  position: relative;
  overflow: hidden;
}
.sparkle {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.2), transparent 60%);
  animation: rotateSparkle 12s linear infinite;
}
@keyframes rotateSparkle {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ======== LUXURY LIST ======== */
.lux-list {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.lux-list li {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}

/* ======== SILVER FRAME ======== */
.silver-frame {
  border: 3px double transparent;
  border-image: linear-gradient(90deg, #e0e0e0, #ffeb99, #e0e0e0) 1;
  background: #fffefb;
}

/* ======== BANQUET SECTION ======== */
.luxury-glow {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(120deg, rgba(255,221,90,0.15), rgba(255,255,255,0.1));
  animation: shimmer 6s infinite linear;
}
@keyframes shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
.shine-frame {
  border: 4px solid transparent;
  border-image: linear-gradient(45deg, #ffcc00, #fff6a0) 1;
  border-radius: 25px;
  padding: 5px;
  animation: borderPulse 2.5s infinite alternate;
}
@keyframes borderPulse {
  0% { transform: scale(1); box-shadow: 0 0 15px rgba(255, 200, 0, 0.4); }
  100% { transform: scale(1.02); box-shadow: 0 0 25px rgba(255, 220, 0, 0.6); }
}

/* === BANQUET FRAME === */
.banquet-frame {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 204, 0, 0.3);
}
.banquet-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-image: linear-gradient(45deg, #ffd700, #fff3b0) 1;
  animation: pulseBorder 2s infinite alternate;
  border-radius: 30px;
}
@keyframes pulseBorder {
  0% { opacity: 0.6; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.02); }
}

/* ======== BUTTON GLOW ======== */
.glow-btn {
  background: linear-gradient(90deg, #ffb700, #ffe680);
  font-weight: 600;
  border: none;
  box-shadow: 0 0 10px rgba(255, 200, 0, 0.5);
  transition: all 0.4s;
}
.glow-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255, 200, 0, 0.8);
   }
.carousel-caption {
  bottom: clamp(1.25rem, 7vh, 4rem);
  max-width: min(90%, 900px);
}



/* Decorative dots (indicators) */
.hero-carousel .custom-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
  margin: 0 6px;
  opacity: 1;
  transition: all 0.3s ease;
}

.hero-carousel .custom-indicators .active {
  background-color: #ffffff;
  transform: scale(1.3);
  box-shadow: 0 0 8px rgba(255,255,255,0.8);
}

/* Indicators position */
.hero-carousel .carousel-indicators {
  bottom: 10px;
}

/* Controls thoda clean */
.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.6));
}
/* ======= NAVIGATION MENU STYLE ======= */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  position: relative;
}

ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 10px 14px;
  transition: all 0.3s ease;
  border-radius: 6px;
  display: inline-block;
}

/* Hover Effect */
ul li a:hover {
  color: #f0ad27;
  transform: translateY(-2px);
}


/* Responsive */
@media (max-width: 768px) {
  ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
  }

  ul li a {
    width: 100%;
  }
}
