/* ==========================================================================
   1. RESET & BASE STYLES (UNTOUCHED / EXACT DESKTOP ORIGINAL)
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #faf7f2;
  color: #3b423c;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  color: #1e2822;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   2. BACKGROUND FLOATING ORBS (UNTOUCHED)
   ========================================================================== */
.orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(100px);
  z-index: -1;
  opacity: 0.3;
  pointer-events: none;
}

.orb-1 {
  width: 420px;
  height: 420px;
  background-color: #d6be9c;
  top: -60px;
  left: -60px;
  animation: floatOrb 16s infinite alternate ease-in-out;
}

.orb-2 {
  width: 480px;
  height: 480px;
  background-color: #9cb1a2;
  bottom: 8%;
  right: -100px;
  animation: floatOrb 20s infinite alternate-reverse ease-in-out;
}

@keyframes floatOrb {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(50px, 70px) scale(1.08); }
  100% { transform: translate(-30px, 30px) scale(0.95); }
}

/* ==========================================================================
   3. TOP BAR (UNTOUCHED)
   ========================================================================== */
.top-bar {
  background-color: #1b2820;
  color: #e5dac9;
  padding: 9px 24px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.5px;
}

.top-bar i {
  color: #c9a66b;
  margin-right: 6px;
}

.top-bar-link {
  color: #f3ebd8;
  font-weight: 600;
}

.top-bar-link:hover {
  color: #ffffff;
}

/* ==========================================================================
   4. HEADER NAVIGATION & HEADER SOCIAL MEDIA FORCE FIX (UNTOUCHED DESKTOP)
   ========================================================================== */
.navbar,
.site-header {
  position: sticky;
  top: 0;
  height: 100px;
  background-color: rgba(250, 247, 242, 0.94);
  backdrop-filter: blur(12px);
  z-index: 1000;
  border-bottom: 1px solid #e8e2d5;
  display: flex !important;
  align-items: center !important;
}

.nav-container,
.header-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  position: relative;
  height: 100%;
}

.logo-img {
  height: 140px; 
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.1));
}

.logo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1;
}

.logo-text h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 600;
  color: #1b2820;
  letter-spacing: 0.5px;
}

.logo-text span {
  margin-top: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  color: #666666;
  text-transform: uppercase;
}

/* Desktop Nav Items */
.desktop-nav,
.nav-menu {
  display: flex !important;
  align-items: center !important;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-nav a,
.nav-menu a {
  font-size: 14px;
  font-weight: 500;
  color: #3b423c;
}

.desktop-nav a:hover,
.nav-menu a:hover {
  color: #4a6352;
}

/* Right Action Area Wrapper (Book Now + Social Icons) */
.header-right-action {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important; /* Space between Book Now & Icons */
}

.btn-primary-sm,
.btn-book-now {
  background-color: #4a6352 !important;
  color: #ffffff !important;
  padding: 10px 24px !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  font-size: 13.5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
}

.btn-primary-sm:hover,
.btn-book-now:hover {
  background-color: #2e3e33 !important;
  box-shadow: 0 4px 15px rgba(74, 99, 82, 0.25) !important;
}

/* WILDCARD FORCE TARGET: Any social class in Header */
.header-social-icons,
.elementor-widget-social-icons,
[class*="social"] {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important; /* Forces Gap between Icons */
  margin-left: 15px !important; /* Forces Gap after Book Now Button */
  padding: 0 !important;
  list-style: none !important;
}

/* ==========================================================================
   HEADER SOCIAL ICONS WITH CIRCULAR BACKGROUND
   ========================================================================== */

.header-socials {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-left: 12px !important;
}

/* Override Global [class*="social"] a styling */
.header-socials a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;                             /* Fixed Circular Size */
  height: 36px !important;                            /* Fixed Circular Size */
  background-color: rgba(201, 166, 107, 0.15) !important; /* Soft Gold Background */
  border: 1px solid rgba(201, 166, 107, 0.35) !important; /* Gold Border */
  border-radius: 50% !important;                     /* Perfect Circle */
  color: #1b2820 !important;                         /* Icon Color */
  fill: #1b2820 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

/* Ensure inner icon inherits size correctly */
.header-socials a i,
.header-socials a svg {
  font-size: 15px !important;
  color: inherit !important;
  fill: inherit !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
}

/* Hover State for Header Icons */
.header-socials a:hover {
  background-color: #c9a66b !important;             /* Gold Fill on Hover */
  border-color: #c9a66b !important;
  color: #1b2820 !important;                         /* Dark Icon on Hover */
  fill: #1b2820 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(201, 166, 107, 0.3) !important;
}

.header-socials a:hover i,
.header-socials a:hover svg {
  color: #1b2820 !important;
  fill: #1b2820 !important;
}

/* Hamburger Menu Button */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  z-index: 1002;
}

.hamburger .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1b2820;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger.active .bar-1 {
  transform: translateY(9px) rotate(45deg);
}

.hamburger.active .bar-2 {
  opacity: 0;
  transform: translateX(-10px);
}

.hamburger.active .bar-3 {
  transform: translateY(-9px) rotate(-45deg);
}

/* Mobile Overlay */
.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #1b2820;
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

.overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}

.mobile-link {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: #e5dac9;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.mobile-overlay.active .mobile-link {
  opacity: 1;
  transform: translateY(0);
}

.btn-mobile-cta {
  background-color: #c9a66b;
  color: #1b2820 !important;
  padding: 12px 34px;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
}

/* ==========================================================================
   MOBILE OVERLAY SOCIAL ICONS WITH CIRCULAR BACKGROUND
   ========================================================================== */

.mobile-socials {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: 25px !important;
}

.mobile-socials a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;            /* Circular size */
  height: 44px !important;
  background-color: rgba(201, 166, 107, 0.15) !important; /* Soft Gold Background */
  border: 1px solid rgba(201, 166, 107, 0.3) !important;  /* Subtle border */
  border-radius: 50% !important;     /* Perfect Circle */
  color: #c9a66b !important;         /* Gold icon color */
  font-size: 18px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

/* Hover / Active state for touch feedback */
.mobile-socials a:hover,
.mobile-socials a:active {
  background-color: #e6e3df !important; /* Full Gold Background */
  color: #1b2820 !important;             /* Dark icon color on hover */
  transform: translateY(-3px) scale(1.05) !important;
  box-shadow: 0 6px 15px rgba(201, 166, 107, 0.3) !important;
}

.mobile-socials a i,
.mobile-socials a svg {
  color: inherit !important;
  fill: inherit !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

/* ==========================================================================
   5. ONLY MOBILE RESPONSIVE FIXES (ADDITION ONLY - NO DESKTOP CHANGES)
   ========================================================================== */

@media screen and (max-width: 992px) {
  /* Hide Desktop Menu Items on Mobile/Tablet */
  .desktop-nav,
  .nav-menu,
  .header-right-action {
    display: none !important;
  }

  /* Show Hamburger Icon on Mobile/Tablet */
  .hamburger {
    display: flex !important;
  }

  /* Adjust Logo for Tablet/Mobile */
  .logo-img {
    height: 90px !important;
  }

  .logo-text h2 {
    font-size: 22px !important;
  }

  /* Hamburger Active Bar Color for Dark Mobile Overlay */
  .hamburger.active .bar {
    background-color: #ffffff !important;
  }
}

@media screen and (max-width: 600px) {
  .top-bar {
    flex-direction: column;
    gap: 4px;
    text-align: center;
    padding: 6px 12px;
  }

  .navbar,
  .site-header {
    height: 65px;
  }

  .logo-img {
    height: 100px !important;
  }

  .logo-text h2 {
    font-size: 20px !important;
  }

  .logo-text span {
    font-size: 8px !important;
    letter-spacing: 1.5px !important;
  }

  .mobile-link {
    font-size: 24px;
  }
}






/* ==========================================================================
   MOBILE MENU OVERLAY & BUTTON FIXES
   ========================================================================== */

/* Close (X) Icon styling on top right */
.mobile-close-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: #e5dac9;
  font-size: 38px;
  font-weight: 300;
  cursor: pointer;
  line-height: 1;
  z-index: 1005;
  padding: 5px 10px;
  transition: color 0.3s ease;
}

.mobile-close-btn:hover {
  color: #c9a66b;
}

/* Fixed Sleek Mobile CTA Button */
.btn-mobile-cta {
  background-color: #c9a66b !important;
  color: #1b2820 !important;
  padding: 10px 28px !important; /* Compact Padding */
  border-radius: 25px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important; /* Proper Font Size */
  font-weight: 600 !important;
  margin-top: 15px !important;
  display: inline-block !important;
  text-decoration: none !important;
  width: auto !important; /* Prevents button from becoming huge */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.btn-mobile-cta:hover {
  background-color: #f3ebd8 !important;
}

/* Reduced Link Gaps to prevent scrolling on small mobile screens */
.overlay-content {
  gap: 18px !important;
  width: 100%;
  padding: 0 20px;
}

.mobile-link {
  font-size: 22px !important;
}


/* ==========================================================================
   5. HERO SECTION
   ========================================================================== */
.hero {
  padding: 50px 0 100px;
  position: relative;
  overflow: hidden;
}

.floating-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

.circle-1 {
  width: 320px;
  height: 320px;
  background: rgba(201, 166, 107, 0.22);
  top: -40px;
  left: -60px;
  animation: floatCircle 14s infinite alternate ease-in-out;
}

.circle-2 {
  width: 400px;
  height: 400px;
  background: rgba(74, 99, 82, 0.18);
  bottom: 0px;
  right: -80px;
  animation: floatCircle 18s infinite alternate-reverse ease-in-out;
}

.circle-3 {
  width: 180px;
  height: 180px;
  background: rgba(214, 190, 156, 0.3);
  top: 40%;
  left: 45%;
  animation: floatCircle 10s infinite alternate ease-in-out;
}

@keyframes floatCircle {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -40px) scale(1.1); }
  100% { transform: translate(-20px, 30px) scale(0.95); }
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.curved-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232, 226, 213, 0.8);
  color: #4a6352;
  padding: 8px 22px;
  border-radius: 30px 10px 30px 10px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid rgba(201, 166, 107, 0.3);
  backdrop-filter: blur(6px);
  animation: gentleFloat 5s ease-in-out infinite;
}

.hero-content h1 {
  font-size: 56px;
  line-height: 1.12;
  margin-bottom: 20px;
  color: #1b2820;
}

.hero-content p {
  font-size: 16px;
  color: #555e56;
  margin-bottom: 32px;
  max-width: 520px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 40px;
}

.btn-main {
  background-color: #4a6352;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 35px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-main:hover {
  background-color: #2e3e33;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(74, 99, 82, 0.25);
}

.btn-outline {
  border: 1px solid #4a6352;
  color: #4a6352;
  padding: 14px 30px;
  border-radius: 35px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background-color: #4a6352;
  color: #ffffff;
  transform: translateY(-3px);
}

.hero-trust-badges {
  display: flex;
  gap: 30px;
  border-top: 1px solid #e0d9ca;
  padding-top: 24px;
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555e56;
  font-size: 14px;
  font-weight: 500;
}

.badge-item i {
  color: #c9a66b;
  font-size: 18px;
}

.hero-arch-wrapper {
  position: relative;
}

.organic-blob-shape {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(201, 166, 107, 0.3), rgba(74, 99, 82, 0.2));
  border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
  z-index: 0;
  animation: blobMorph 10s infinite alternate ease-in-out;
}

@keyframes blobMorph {
  0% { border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%; }
  50% { border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%; }
  100% { border-radius: 50% 50% 60% 40% / 40% 60% 50% 50%; }
}

.accent-circle-badge {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 50px;
  height: 50px;
  background-color: #c9a66b;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 3;
  box-shadow: 0 8px 20px rgba(201, 166, 107, 0.35);
  animation: gentleFloat 6s ease-in-out infinite;
}

.hero-arch-card {
  position: relative;
  border-radius: 180px 180px 40px 40px;
  padding: 12px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  border: 1px solid #e8e2d5;
  z-index: 1;
}

.arch-image-box {
  border-radius: 170px 170px 32px 32px;
  overflow: hidden;
  height: 480px;
}

.arch-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hero-arch-card:hover .arch-image-box img {
  transform: scale(1.03);
}

.arch-floating-badge {
  position: absolute;
  bottom: 24px;
  left: -20px;
  background-color: #1b2820;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 30px 12px 30px 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  z-index: 2;
  border: 1px solid rgba(201, 166, 107, 0.25);
}

.float-motion {
  animation: gentleFloat 5s ease-in-out infinite;
}

@keyframes gentleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.arch-floating-badge i {
  font-size: 24px;
  color: #c9a66b;
}

.arch-floating-badge strong {
  display: block;
  font-size: 14px;
}

.arch-floating-badge span {
  font-size: 11px;
  color: #b0bba2;
}

/* ==========================================================================
   6. MARQUEE BANNER
   ========================================================================== */
.marquee-section {
  background-color: #1b2820;
  color: #e5dac9;
  padding: 18px 0;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-track {
  display: inline-block;
  animation: marqueeScroll 25s linear infinite;
}

.marquee-track span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  letter-spacing: 2px;
  margin-right: 40px;
}

.marquee-track i {
  font-size: 10px;
  margin-left: 30px;
  color: #c9a66b;
  vertical-align: middle;
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ==========================================================================
   3. ULTRA-LUXURY ORGANIC ABOUT SECTION
   ========================================================================== */
.about-section {
  padding: 80px 0;
  position: relative;
  background-color: #faf7f2;
  overflow: hidden;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  align-items: center;
}

/* Image Stack Container */
.about-image-stack {
  position: relative;
  padding: 20px 20px 50px 10px;
  min-height: 620px;
  display: flex;
  align-items: center;
}

.fluid-background-shape {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 98%;
  height: 98%;
  background: linear-gradient(135deg, rgba(201, 166, 107, 0.2) 0%, rgba(74, 99, 82, 0.12) 100%);
  border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
  z-index: 0;
  animation: organicMorph 12s infinite alternate ease-in-out;
}

@keyframes organicMorph {
  0% { border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%; }
  50% { border-radius: 30% 60% 40% 70% / 60% 30% 60% 40%; }
  100% { border-radius: 50% 30% 60% 40% / 40% 60% 30% 50%; }
}

/* Main Image Box - Increased Height & Arc Design */
.main-image-wrapper {
  position: relative;
  width: 92%;
  height: 580px;
  border-radius: 220px 220px 45px 45px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(27, 40, 32, 0.12);
  border: 7px solid #ffffff;
  z-index: 1;
  background-color: #e8e2d5;
}

.main-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.main-image-wrapper:hover img {
  transform: scale(1.04);
}

/* Secondary Top-Right Round Frame */
.accent-circle-frame {
  position: absolute;
  top: 10px;
  right: -5px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  z-index: 2;
  animation: floatGentle 8s ease-in-out infinite alternate;
}

.accent-circle-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Glassmorphism Floating Badge */
.luxury-floating-card {
  position: absolute;
  bottom: 10px;
  right: 0px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  padding: 16px 26px;
  border-radius: 40px 18px 40px 40px;
  border: 1px solid rgba(201, 166, 107, 0.35);
  box-shadow: 0 20px 40px rgba(27, 40, 32, 0.09);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 3;
  animation: floatGentle 6s ease-in-out infinite alternate-reverse;
}

@keyframes floatGentle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.card-gold-icon {
  width: 44px;
  height: 44px;
  background-color: #1b2820;
  color: #c9a66b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.exp-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 700;
  color: #1b2820;
  line-height: 1;
  display: block;
}

.exp-text {
  font-size: 10px;
  color: #555e56;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* Right Side Content Styling */
.luxury-badge-wrapper {
  margin-bottom: 16px;
}

.luxury-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(201, 166, 107, 0.15);
  color: #c9a66b;
  padding: 7px 20px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  border: 1px solid rgba(201, 166, 107, 0.35);
}

.about-text-content h2 {
  font-size: 42px;
  line-height: 1.18;
  color: #1b2820;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.text-highlight {
  color: #4a6352;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
}

.lead-p {
  font-size: 16px;
  color: #2c352e;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 14px;
}

.about-text-content p {
  color: #5e6660;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.about-checklist {
  margin: 22px 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.about-checklist li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: #1b2820;
  font-weight: 600;
}

.custom-check-bullet {
  width: 30px;
  height: 30px;
  background-color: rgba(74, 99, 82, 0.12);
  color: #4a6352;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.about-checklist li:hover .custom-check-bullet {
  background-color: #4a6352;
  color: #ffffff;
  transform: scale(1.1);
}

.closing-p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  color: #4a6352;
  margin: 24px 0 28px 0;
  line-height: 1.5;
  font-weight: 600;
  font-style: italic;
  padding-left: 18px;
  border-left: 3px solid #c9a66b;
}

.about-cta-row {
  margin-top: 10px;
}

/* ==========================================================================
   8. OFFERINGS SECTION
   ========================================================================== */
.offerings-section {
  position: relative;
  background: linear-gradient(135deg, #f5efe1 0%, #eae1cc 50%, #f0e8d5 100%);
  padding: 60px 0;
  border-radius: 40px;
  margin: 0 20px;
  overflow: hidden;
  box-shadow: inset 0 0 80px rgba(180, 160, 130, 0.15);
}

.offering-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.5;
  z-index: 1;
}

.shape-1 {
  width: 320px;
  height: 320px;
  background-color: #d8c29d;
  top: -60px;
  left: -60px;
  animation: floatShapeOne 12s ease-in-out infinite alternate;
}

.shape-2 {
  width: 360px;
  height: 360px;
  background-color: #a3b8aa;
  bottom: -80px;
  right: -60px;
  animation: floatShapeTwo 15s ease-in-out infinite alternate;
}

@keyframes floatShapeOne {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(60px, 40px) scale(1.1); }
}

@keyframes floatShapeTwo {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-50px, -30px) scale(1.08); }
}

.offerings-section .section-container {
  position: relative;
  z-index: 2;
}

.text-center {
  text-align: center;
}

.section-header h2 {
  font-size: 38px;
  margin-bottom: 10px;
  color: #1b2820;
}

.section-header p {
  color: #5d665f;
  max-width: 620px;
  margin: 0 auto 35px;
  font-size: 15px;
}

.offerings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.curved-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(226, 217, 199, 0.8);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.curved-card:hover {
  transform: translateY(-6px);
  background: #ffffff;
  box-shadow: 0 18px 35px rgba(27, 40, 32, 0.1);
  border-color: #c9a66b;
}

.curved-card.featured {
  border: 2px solid #c9a66b;
  background: #ffffff;
}

.card-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #4a6352, #c9a66b);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.curved-card:hover .card-glow {
  opacity: 1;
}

.popular-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: linear-gradient(135deg, #c9a66b, #b38f53);
  color: #ffffff;
  font-size: 10px;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(201, 166, 107, 0.3);
  display: flex;
  align-items: center;
  gap: 5px;
}

.card-body {
  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-body h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #1b2820;
  font-weight: 600;
  transition: color 0.3s ease;
}

.curved-card:hover .card-body h3 {
  color: #4a6352;
}

.service-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
  font-size: 13px;
  color: #555e56;
}

.service-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-meta i {
  color: #c9a66b;
  width: 16px;
  font-size: 13px;
}

.price-tag {
  font-weight: 700;
  color: #1b2820 !important;
}

.price-tag.free {
  color: #4a6352 !important;
}

.video-tag {
  color: #4a6352;
  font-weight: 500;
  background-color: rgba(74, 99, 82, 0.08);
  padding: 3px 8px;
  border-radius: 10px;
  width: fit-content;
  margin-top: 2px;
  font-size: 12px;
}

.card-body p {
  font-size: 13.5px;
  color: #666666;
  margin-bottom: 18px;
  flex-grow: 1;
  line-height: 1.5;
}

.card-footer-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #f0ebd9;
  padding-top: 14px;
}

.btn-card-action {
  background-color: #1b2820;
  color: #ffffff;
  padding: 9px 20px;
  border-radius: 25px;
  font-size: 12.5px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.btn-card-action i {
  transition: transform 0.3s ease;
}

.btn-card-action:hover {
  background-color: #c9a66b;
  color: #1b2820;
  box-shadow: 0 5px 15px rgba(201, 166, 107, 0.3);
}

.btn-card-action:hover i {
  transform: translateX(4px);
}

/* ==========================================================================
   9. TESTIMONIALS SLIDER SECTION (MATCHED WITH MONTSERRAT & CORMORANT)
   ========================================================================== */
.testimonials-section {
  padding: 60px 0;
  background-color: #faf7f2;
  position: relative;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}

.testimonials-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(201, 166, 107, 0.15);
  color: #c9a66b;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  border: 1px solid rgba(201, 166, 107, 0.3);
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.section-header.text-center h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  line-height: 1.15;
  color: #1e2822;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-header.text-center p {
  font-family: 'Montserrat', sans-serif;
  color: #555e56;
  font-size: 15px;
  margin-bottom: 35px;
}

.testimonial-slider-container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 5px;
}

.testimonial-slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.testimonial-slide {
  min-width: 33.333%;
  padding: 0 12px;
  box-sizing: border-box;
}

.animated-testi-card {
  background-color: #ffffff;
  padding: 28px 24px;
  position: relative;
  border: 1px solid rgba(201, 166, 107, 0.25);
  box-shadow: 0 12px 30px rgba(27, 40, 32, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-shape-1 { border-radius: 30px 10px 30px 10px; }
.card-shape-2 { border-radius: 10px 30px 10px 30px; }
.card-shape-3 { border-radius: 30px 30px 10px 30px; }

.float-anim-1 { animation: floatCardOne 6s ease-in-out infinite; }
.float-anim-2 { animation: floatCardTwo 7s ease-in-out infinite 1s; }
.float-anim-3 { animation: floatCardOne 6.5s ease-in-out infinite 0.5s; }

@keyframes floatCardOne {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes floatCardTwo {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

.animated-testi-card:hover {
  animation-play-state: paused;
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(27, 40, 32, 0.1);
  border-color: #c9a66b;
}

.testi-quote-icon {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 24px;
  color: rgba(201, 166, 107, 0.25);
}

.animated-testi-card .stars {
  color: #c9a66b;
  font-size: 13px;
  margin-bottom: 12px;
}

.animated-testi-card .review-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  color: #1e2822;
  line-height: 1.5;
  margin-bottom: 20px;
}

.animated-testi-card .client-details {
  display: flex;
  align-items: center;
  gap: 12px;
}

.client-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #1e2822;
  color: #c9a66b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 166, 107, 0.4);
  flex-shrink: 0;
}

.animated-testi-card .client-details h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #1e2822;
  margin-bottom: 2px;
}

.animated-testi-card .client-details span {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #777777;
  font-weight: 500;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 25px;
}

.slider-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(74, 99, 82, 0.4);
  background-color: #ffffff;
  color: #4a6352;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.3s ease;
}

.slider-btn:hover {
  background-color: #1e2822;
  color: #c9a66b;
  border-color: #1e2822;
  box-shadow: 0 4px 12px rgba(27, 40, 32, 0.15);
}

.slider-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d1c8b8;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: #4a6352;
  width: 22px;
  border-radius: 10px;
}

/* ==========================================================================
   10. FAQ & CTA SPLIT SECTION
   ========================================================================== */
.faq-cta-split-section {
  padding: 65px 0;
  background: linear-gradient(135deg, #f3ebd8 0%, #e8dec8 50%, #f0e6d2 100%);
  position: relative;
  overflow: hidden;
}

.bg-curve-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.floating-wave {
  position: absolute;
  border-radius: 43%;
  opacity: 0.25;
  filter: blur(40px);
}

.wave-1 {
  width: 500px;
  height: 500px;
  background: #c9a66b;
  top: -150px;
  left: -100px;
  animation: rotateWave 18s linear infinite;
}

.wave-2 {
  width: 600px;
  height: 600px;
  background: #a3b8aa;
  bottom: -200px;
  right: -150px;
  animation: rotateWave 22s linear infinite reverse;
}

@keyframes rotateWave {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.faq-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(201, 166, 107, 0.2);
  color: #1b2820;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  border: 1px solid rgba(201, 166, 107, 0.4);
  margin-bottom: 12px;
}

.spin-icon {
  animation: spinSlow 8s linear infinite;
}

@keyframes spinSlow {
  100% { transform: rotate(360deg); }
}

.faq-header-small h2 {
  font-size: 38px;
  margin-bottom: 24px;
  color: #1b2820;
  font-weight: 600;
}

.faq-accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 18px;
  border: 1px solid rgba(201, 166, 107, 0.3);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
  position: relative;
}

.faq-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, #c9a66b, #1b2820);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq-item.active::before,
.faq-item:hover::before {
  opacity: 1;
}

.faq-item:hover {
  transform: translateX(6px);
  background: #ffffff;
  border-color: #c9a66b;
  box-shadow: 0 10px 25px rgba(27, 40, 32, 0.08);
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  background: none;
  border: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: #1b2820;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.icon-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(201, 166, 107, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.faq-icon {
  font-size: 12px;
  color: #1b2820;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq-item.active .icon-circle {
  background: #1b2820;
}

.faq-item.active .faq-icon {
  transform: rotate(135deg);
  color: #c9a66b;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1), padding 0.3s ease;
  padding: 0 20px;
  color: #555e56;
  font-size: 14px;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding-bottom: 18px;
}

/* CTA Card */
.float-card-anim {
  animation: floatCard 6s ease-in-out infinite;
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.cta-curved-box.animated-shape-box {
  background: #18241c;
  color: #ffffff;
  padding: 48px 36px;
  border-radius: 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(27, 40, 32, 0.2);
  border: 1px solid rgba(201, 166, 107, 0.3);
  transition: all 0.4s ease;
}

.cta-curved-box:hover {
  box-shadow: 0 25px 55px rgba(27, 40, 32, 0.3);
  border-color: #c9a66b;
}

.cta-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
}

.cta-shape-1 {
  width: 220px;
  height: 220px;
  background-color: #c9a66b;
  top: -50px;
  left: -40px;
  animation: pulseGlow 6s ease-in-out infinite alternate;
}

.cta-shape-2 {
  width: 240px;
  height: 240px;
  background-color: #4a6352;
  bottom: -60px;
  right: -50px;
  animation: pulseGlow 8s ease-in-out infinite alternate-reverse;
}

@keyframes pulseGlow {
  0% { transform: scale(1) translate(0, 0); opacity: 0.2; }
  100% { transform: scale(1.2) translate(15px, -15px); opacity: 0.45; }
}

.cta-content-wrapper {
  position: relative;
  z-index: 2;
}

.badge-tag.light-gold {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: rgba(201, 166, 107, 0.15);
  color: #c9a66b;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid rgba(201, 166, 107, 0.3);
  margin-bottom: 18px;
}

.cta-curved-box h2 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 600;
}

.cta-curved-box p {
  color: #a3b0a6;
  font-size: 14.5px;
  margin-bottom: 26px;
  line-height: 1.6;
}

.btn-gold-cta {
  background-color: #c9a66b;
  color: #1b2820;
  padding: 13px 30px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 13.5px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 6px 18px rgba(201, 166, 107, 0.25);
}

.btn-gold-cta .cta-arrow {
  transition: transform 0.3s ease;
}

.btn-gold-cta:hover {
  background-color: #ffffff;
  color: #1b2820;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25);
}

.btn-gold-cta:hover .cta-arrow {
  transform: translateX(5px);
}

/* ==========================================================================
   ATMADARSHAN FOOTER - ORIGINAL BG + CLEAR TEXT & LOGO FIX
   ========================================================================== */

.footer {
  background-color: #141f17 !important; /* Original Dark Green/Black Background */
  color: #a3b0a6 !important;
  position: relative !important;
  padding-top: 40px !important;
  font-family: inherit !important;
  clear: both !important;
  width: 100% !important;
}

.footer-curved-top {
  position: absolute !important;
  top: -25px !important;
  left: 0 !important;
  width: 100% !important;
  height: 26px !important;
  background-color: #141f17 !important;
  border-radius: 40px 40px 0 0 !important;
}

/* --- GRID LAYOUT SETUP --- */
.footer-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 20px 24px 40px !important;
  display: grid !important;
  grid-template-columns: 1.6fr 0.9fr 1.3fr 1.2fr !important;
  gap: 32px !important;
  align-items: start !important;
}

/* --- COLUMN 1: BRAND & LOGO --- */
/* --- COLUMN 1: BRAND & LOGO (GAP FIX) --- */
.footer-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.footer-logo-wrap {
  display: inline-block !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important; /* Removed positive margin */
  line-height: 1 !important;
}

/* Image height intact (150px), vertical whitespace pulled up */
/* Clear Logo image without hiding it */
.footer-logo-img {
  height: 150px !important;
  width: auto !important;
  object-fit: contain !important;
  border-radius: 8px !important;
  display: block !important;
  box-shadow: none !important;
  margin-top: -38px !important;    /* Logo ko upar shift karne ke liye negative margin */
  margin-bottom: -35px !important; /* Bottom space ko text ke paas laane ke liye */
  margin-left: -10px !important;   /* Left alignment micro-adjust karne ke liye */
}

.footer-brand p {
  margin-top: 0 !important; /* Text ko direct logo ke paas attach karne ke liye */
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #a3b0a6 !important;
  max-width: 300px !important;
  position: relative !important;
  z-index: 2 !important;
}

.footer-badge-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 16px !important;
  padding: 8px 14px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(201, 166, 107, 0.4) !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  color: #c9a66b !important;
}

/* --- COMMON COLUMN HEADINGS --- */
.footer-title {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  position: relative !important;
  padding-bottom: 8px !important;
  display: block !important;
  width: 100% !important;
}

.footer-title::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 28px !important;
  height: 2px !important;
  background-color: #c9a66b !important;
}

/* --- COLUMN 2: QUICK LINKS --- */
.footer-menu {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-menu li {
  margin-bottom: 10px !important;
}

.footer-menu a {
  color: #a3b0a6 !important;
  text-decoration: none !important;
  font-size: 13.5px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: all 0.3s ease !important;
}

.footer-menu a i {
  font-size: 9px !important;
  color: #c9a66b !important;
}

.footer-menu a:hover {
  color: #ffffff !important;
  transform: translateX(4px) !important;
}

/* --- COLUMN 3: CONTACT & BOOKING --- */
.booking-note {
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  color: #a3b0a6 !important;
  margin-bottom: 14px !important;
}

.footer-email-link {
  font-size: 13.5px !important;
  transition: color 0.3s ease !important;
}

.footer-email-link:hover {
  color: #c9a66b !important;
}

.footer-booking-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background-color: #c9a66b !important;
  color: #141f17 !important;
  padding: 10px 20px !important;
  border-radius: 25px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.footer-booking-btn:hover {
  background-color: #ffffff !important;
  color: #141f17 !important;
}

/* --- COLUMN 4: CONNECT WITH US --- */
.footer-socials {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.social-icons {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 16px !important;
  width: 100% !important;
  position: static !important;
  float: none !important;
}

.social-icons a {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(201, 166, 107, 0.4) !important;
  background-color: rgba(201, 166, 107, 0.08) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #c9a66b !important;
  text-decoration: none !important;
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: all 0.3s ease !important;
}

.social-icons a i {
  font-size: 15px !important;
  color: #c9a66b !important;
  line-height: 1 !important;
}

.social-icons a:hover {
  background-color: #c9a66b !important;
  border-color: #c9a66b !important;
  transform: translateY(-3px) !important;
}

.social-icons a:hover i {
  color: #141f17 !important;
}

/* Direct Booking Button ki tarah Exact Match CSS */
.website-url-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background-color: #c9a66b !important; /* Solid Gold Fill */
  color: #141f17 !important;            /* Solid Dark Text */
  padding: 10px 20px !important;
  border-radius: 25px !important;         /* Rounded Pill Shape */
  font-weight: 700 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  border: none !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
}

.website-url-pill i {
  color: #141f17 !important;            /* Dark Icon */
  font-size: 14px !important;
}

.website-url-pill:hover {
  background-color: #ffffff !important;   /* Hover पर White Background */
  color: #141f17 !important;
}

.website-url-pill:hover i {
  color: #141f17 !important;
}



/* --- FOOTER BOTTOM BAR --- */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  padding: 18px 0 !important;
  font-size: 12.5px !important;
  color: #6b7a6f !important;
  background-color: #0f1812 !important;
}

.footer-bottom-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.footer-legal-links {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.footer-legal-links a {
  color: #6b7a6f !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.footer-legal-links a:hover {
  color: #c9a66b !important;
}

/* --- RESPONSIVE FIX --- */
@media (max-width: 991px) {
  .footer-container {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
  }
}

@media (max-width: 576px) {
  .footer-container {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }
}

/* ==========================================================================
   12. RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 992px) {
  .hero-container,
  .about-grid,
  .split-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

  .testimonial-slide {
    min-width: 50%;
  }

  .offerings-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .desktop-nav {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .main-image-wrapper {
    width: 100%;
  }

  .logo-img {
    height: 85px;
  }
}

@media (max-width: 600px) {
  .faq-cta-split-section {
    padding: 45px 0;
  }

  .cta-curved-box.animated-shape-box {
    padding: 36px 20px;
    border-radius: 28px;
  }

  .testimonial-slide {
    min-width: 100%;
  }

  .offerings-grid {
    grid-template-columns: 1fr;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
  }

  .top-bar {
    font-size: 11px;
    text-align: center;
    justify-content: center;
  }

  .top-bar-link {
    display: none;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .cta-curved-box h2,
  .about-text-content h2,
  .section-header h2,
  .faq-header-small h2 {
    font-size: 30px;
  }
}