/* ==========================================================================
   Shree Ram Film City - Light White & Light Grey Pure Bright Theme
   NO BLACK THEME - Pure White, Light Grey (#F4F6F9) with Saffron (#FF5500) & Navy (#0F2C59)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Noto+Sans+Devanagari:wght@300;400;500;600;700;800&display=swap');

:root {
  --font-primary: 'Noto Sans Devanagari', 'Inter', sans-serif;
  --font-heading: 'Noto Sans Devanagari', 'Inter', sans-serif;

  /* Official Logo Colors */
  --color-saffron: #FF5500;
  --color-saffron-dark: #D84300;
  --color-saffron-light: rgba(255, 85, 0, 0.08);
  --color-navy: #0F2C59;
  --color-navy-dark: #081B38;
  --color-navy-light: rgba(15, 44, 89, 0.08);

  /* Light Theme Color Tokens */
  --bg-white: #FFFFFF;
  --bg-light-grey: #fef2f2;
  --bg-card: #FFFFFF;
  --bg-elevated: #fef2f2;

  --text-primary: #0F172A;
  --text-secondary: #334155;
  --text-muted: #64748B;
  --text-saffron: #FF5500;
  --text-navy: #0F2C59;

  --border-light: #E2E8F0;
  --border-saffron: rgba(255, 85, 0, 0.3);

  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 10px 30px rgba(15, 44, 89, 0.08);
  --shadow-saffron: 0 8px 25px rgba(255, 85, 0, 0.25);

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 50px;

  --transition-fast: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --- Base Setup --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Restore FontAwesome Icons font-family */
.fa,
.fas,
.far,
.fal,
.fad,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-duotone,
.fa-brands,
[class*="fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "FontAwesome" !important;
}

html {
  scroll-behavior: smooth;
  font-size: 15px;
}

body {
  font-family: 'Noto Sans Devanagari', 'Inter', sans-serif;
  background-color: var(--bg-light-grey);
  color: var(--text-primary);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font-family: 'Noto Sans Devanagari', 'Inter', sans-serif;
}

p,
.section-description,
.text-muted,
.lead {
  font-family: 'Noto Sans Devanagari', 'Inter', sans-serif;
  font-size: 0.90rem !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: var(--text-secondary) !important;
  letter-spacing: 0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.hero-title,
.display-4 {
  font-family: 'Noto Sans Devanagari', 'Inter', sans-serif;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
  color: var(--color-navy);
  line-height: 1.25;
}

h1,
.display-4 {
  font-size: 2.2rem !important;
}

h2,
.section-title {
  font-size: 1.95rem !important;
}

h3 {
  font-size: 1.55rem !important;
}

h4 {
  font-size: 1.3rem !important;
}

a {
  text-decoration: none;
  transition: var(--transition-fast);
}

/* --- Typography & Badges --- */
.inquiry-form button[type="submit"],
.btn-modal-submit {
  width: 100% !important;
  height: 52px !important;
  background: linear-gradient(135deg, #FF6A00 0%, #FF5500 50%, #D84300 100%) !important;
  color: #FFFFFF !important;
  font-family: 'Poppins', 'Inter', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  border-radius: 50px !important;
  border: none !important;
  box-shadow: 0 8px 25px rgba(255, 85, 0, 0.4) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-top: 1.25rem !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  padding: 0 20px !important;
}

.inquiry-form button[type="submit"]:hover,
.btn-modal-submit:hover {
  background: linear-gradient(135deg, #FF7B1A 0%, #FF6611 50%, #C43C00 100%) !important;
  box-shadow: 0 12px 30px rgba(255, 85, 0, 0.55) !important;
  transform: translateY(-2px) !important;
  color: #FFFFFF !important;
}

.inquiry-form button[type="submit"] i,
.btn-modal-submit i {
  font-size: 1.1rem !important;
}

/* ==========================================
   GOOGLE TRANSLATE TOOLBAR & OVERLAY FIXES
   ========================================== */

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  opacity: 0 !important;
}

body {
  top: 0px !important;
  position: static !important;
}

#google_translate_element {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

.goog-te-spinner-pos {
  display: none !important;
}

.goog-tooltip,
.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}


.gradient-text-saffron {
  background: linear-gradient(135deg, #FF6A1A 0%, #FF5500 50%, #D84300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-navy {
  background: linear-gradient(135deg, #163B72 0%, #0F2C59 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.badge-saffron {
  background: var(--color-saffron-light);
  color: var(--color-saffron);
  border: 1px solid var(--border-saffron);
  padding: 5px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.badge-navy {
  background: var(--color-navy-light);
  color: var(--color-navy);
  border: 1px solid rgba(15, 44, 89, 0.2);
  padding: 5px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* --- Custom Buttons --- */
.btn-saffron {
  background: linear-gradient(135deg, #FF6B1A 0%, #FF5500 100%);
  color: #FFFFFF !important;
  font-weight: 500;
  font-family: var(--font-heading);
  padding: 12px 30px;
  border-radius: var(--radius-pill);
  border: none;
  box-shadow: var(--shadow-saffron);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-saffron:hover {
  background: linear-gradient(135deg, #FF8038 0%, #D84300 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 85, 0, 0.4);
}

.btn-outline-navy {
  background: transparent;
  color: var(--color-navy) !important;
  font-weight: 500;
  font-family: var(--font-heading);
  padding: 11px 28px;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--color-navy);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-outline-navy:hover {
  background: var(--color-navy);
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* --- Top Header Bar --- */
.top-bar {
  background-color: #3c3c3c !important;
  color: #FFFFFF;
  font-size: 0.85rem;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar span {
  color: #FFFFFF;
}

.top-bar a {
  color: #FFFFFF;
  font-weight: 500;
}

.top-bar a:hover {
  color: var(--color-saffron);
}

.top-bar-icon {
  color: var(--color-saffron);
  margin-right: 6px;
}

.top-bar-social {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: var(--transition-fast);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.top-bar-social:hover {
  background: var(--color-saffron);
  color: #FFFFFF !important;
  transform: translateY(-2px);
}

/* --- Main Navigation Navbar --- */
.navbar-main {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 44, 89, 0.08);
  padding: 12px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: var(--transition-smooth);
}

.navbar-main.scrolled {
  padding: 8px 0;
  box-shadow: 0 10px 30px rgba(15, 44, 89, 0.1);
  background: #FFFFFF;
}

.navbar-brand-logo {
  display: inline-flex;
  align-items: center;
}

.brand-logo-img {
  height: 54px !important;
  width: auto !important;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.brand-logo-img:hover {
  transform: scale(1.04);
}

.nav-link-custom {
  color: #0F2C59 !important;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 6px 12px !important;
  border-radius: var(--radius-pill);
  position: relative;
  transition: all 0.25s ease-in-out;
  white-space: nowrap !important;
}

.nav-link-custom::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 20px;
  height: 2.5px;
  background-color: var(--color-saffron);
  border-radius: 2px;
  transition: transform 0.25s ease;
}

.nav-link-custom:hover {
  color: var(--color-saffron) !important;
  /* background: rgba(255, 85, 0, 0.06); */
}

.nav-link-custom:hover::after,
.nav-link-custom.active::after {
  transform: translateX(-50%) scaleX(1);
}

.nav-link-custom.active {
  color: #FF5500 !important;
  /* background: rgba(255, 85, 0, 0.08); */
  font-weight: 700;
}

/* Unique Language Selector Pill */
.lang-switcher-btn {
  background: #F4F6F9;
  border: 1.5px solid rgba(15, 44, 89, 0.15);
  color: #0F2C59;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 7px 15px;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-fast);
  white-space: nowrap !important;
}

.lang-switcher-btn:hover {
  background: #FFFFFF;
  border-color: var(--color-saffron);
  color: var(--color-saffron);
  box-shadow: 0 4px 14px rgba(255, 85, 0, 0.15);
}

/* Navbar Enquire Button matched to exact size of Language Switcher */
.navbar-main .btn-saffron {
  padding: 9px 16px !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* --- Luxury Dropdown Styling & Hover Activation --- */
@media (min-width: 992px) {
  .dropdown:hover>.dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }
}

.dropdown.show>.dropdown-menu,
.dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.navbar-main .dropdown-menu {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(15, 44, 89, 0.08) !important;
  border-radius: 14px !important;
  padding: 8px !important;
  box-shadow: 0 14px 35px rgba(15, 44, 89, 0.12) !important;
  background: #FFFFFF !important;
  min-width: 170px;
  margin-top: 4px !important;
  z-index: 1050 !important;
}

.navbar-main .dropdown-item {
  color: #0F2C59;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px 14px;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.navbar-main .dropdown-item:hover,
.navbar-main .dropdown-item.active {
  background: rgba(255, 85, 0, 0.08) !important;
  color: #FF5500 !important;
  transform: translateX(4px);
}

.navbar-main .dropdown-item i {
  transition: transform 0.2s ease;
}

.navbar-main .dropdown-item:hover i {
  transform: translateX(3px);
}

/* Completely Hide Google Translate Top Banner & Tooltip Bars */
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
iframe.skiptranslate,
.goog-te-banner,
#goog-gt-tt,
.goog-te-balloon-frame,
.VIpgJd-yDtfNm-owXEXe-FN215d,
.VIpgJd-ZACd1-a96Scb-i51Standard {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  pointer-events: none !important;
}

body {
  top: 0px !important;
  position: static !important;
}

#google_translate_element {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* ==========================================================================
   MOBILE SIDEBAR DRAWER  (only active below lg = 992px)
   ========================================================================== */

/* Overlay backdrop */
.mobile-sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 44, 89, 0.55);
  backdrop-filter: blur(3px);
  z-index: 1099;
  opacity: 0;
  transition: opacity 0.32s ease;
}

.mobile-sidebar-overlay.active {
  display: block;
  opacity: 1;
}

/* Sidebar panel */
.mobile-sidebar {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  max-width: 85vw;
  height: 100dvh;
  background: #FFFFFF;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 40px rgba(15, 44, 89, 0.18);
  transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.mobile-sidebar.open {
  right: 0;
}

/* Sidebar header */
.mobile-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 14px;
  border-bottom: 1.5px solid rgba(15, 44, 89, 0.08);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}

.mobile-sidebar-logo {
  height: 46px;
  width: auto;
  object-fit: contain;
}

.mobile-sidebar-close {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(15, 44, 89, 0.15);
  background: #f4f6f9;
  color: #0F2C59;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.mobile-sidebar-close:hover {
  background: #FF5500;
  color: #fff;
  border-color: #FF5500;
}

/* Nav links inside sidebar */
.mobile-sidebar-nav {
  padding: 12px 0;
  flex: 1;
}

.mobile-sidebar-nav .msb-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 22px;
  color: #0F2C59;
  font-weight: 600;
  font-size: 0.97rem;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}

.mobile-sidebar-nav .msb-link:hover,
.mobile-sidebar-nav .msb-link.active {
  background: rgba(255, 85, 0, 0.06);
  color: #FF5500;
  border-left-color: #FF5500;
}

.mobile-sidebar-nav .msb-link i {
  width: 20px;
  text-align: center;
  font-size: 0.95rem;
  color: #FF5500;
  flex-shrink: 0;
}

/* Sub-links (About dropdown) */
.mobile-sidebar-nav .msb-sub-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 22px;
  color: #0F2C59;
  font-weight: 600;
  font-size: 0.97rem;
  cursor: pointer;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
  user-select: none;
}

.mobile-sidebar-nav .msb-sub-toggle:hover {
  background: rgba(255, 85, 0, 0.06);
  color: #FF5500;
  border-left-color: #FF5500;
}

.mobile-sidebar-nav .msb-sub-toggle i.msb-icon {
  width: 20px;
  text-align: center;
  font-size: 0.95rem;
  color: #FF5500;
}

.mobile-sidebar-nav .msb-sub-toggle .msb-chevron {
  margin-left: auto;
  font-size: 0.75rem;
  transition: transform 0.25s ease;
}

.mobile-sidebar-nav .msb-sub-toggle.expanded .msb-chevron {
  transform: rotate(180deg);
}

.msb-sub-links {
  display: none;
  background: rgba(15, 44, 89, 0.03);
  border-left: 3px solid rgba(255, 85, 0, 0.25);
  margin-left: 0;
}

.msb-sub-links.open {
  display: block;
}

.msb-sub-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px 10px 42px;
  color: #334155;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.msb-sub-links a:hover {
  color: #FF5500;
  background: rgba(255, 85, 0, 0.05);
}

.msb-sub-links a i {
  color: #FF5500;
  font-size: 0.75rem;
}

/* Sidebar footer - lang + enquire */
.mobile-sidebar-footer {
  padding: 16px 20px 24px;
  border-top: 1.5px solid rgba(15, 44, 89, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile-sidebar-footer .lang-switcher-btn {
  width: 100%;
  justify-content: center;
}

.mobile-sidebar-footer .btn-saffron {
  width: 100%;
  justify-content: center;
  padding: 12px 20px !important;
  font-size: 0.9rem !important;
}

/* On desktop: hide sidebar elements entirely */
@media (min-width: 992px) {

  .mobile-sidebar,
  .mobile-sidebar-overlay,
  .navbar-toggler-mobile-custom {
    display: none !important;
  }
}

/* On mobile: hide Bootstrap's collapse menu, show custom toggler */
@media (max-width: 991.98px) {

  /* Hide the Bootstrap navbar collapse on mobile */
  .navbar-main .navbar-collapse {
    display: none !important;
  }

  /* Hide default Bootstrap toggler */
  .navbar-toggler {
    display: none !important;
  }

  /* Show our custom hamburger */
  .navbar-toggler-mobile-custom {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1.5px solid rgba(15, 44, 89, 0.15);
    background: #f4f6f9;
    color: #0F2C59;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
  }

  .navbar-toggler-mobile-custom:hover {
    background: rgba(255, 85, 0, 0.08);
    border-color: #FF5500;
    color: #FF5500;
  }
}


/* --- Alternating Section Backgrounds (Clean, subtle solid tones without repeating images) --- */
.bg-rose-tint {
  background-color: #FFF8F4 !important;
  background-image: none !important;
}

.bg-light-grey {
  background-color: #F8FAFC !important;
  background-image: none !important;
}

.bg-white {
  background-color: #FFFFFF !important;
  background-image: none !important;
}

/* --- Clean Light Card Element --- */
.light-card {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 30px;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden !important;
}

.light-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-navy), var(--color-saffron));
  opacity: 0.9;
}

.light-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--color-saffron);
}

/* --- FULL WIDTH CLEAN VIDEO BANNER (NO OVERLAY CLUTTER) --- */
.video-hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.fullwidth-video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.32);
  transform-origin: center center;
}

/* Mobile: auto height video */
@media (max-width: 767.98px) {
  .video-hero-banner {
    height: auto;
  }

  .fullwidth-video-player {
    height: auto;
    /* transform: none; */
  }
}


.video-audio-badge {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 10;
  background: rgba(15, 44, 89, 0.85);
  color: #FFFFFF;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: var(--transition-fast);
}

.video-audio-badge:hover {
  background: var(--color-saffron);
}

.video-floating-badge {
  position: absolute;
  bottom: 20px;
  left: 24px;
  z-index: 10;
}

.hero-showcase-section {
  position: relative;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.82) 100%), url('../images/ram_temple_ayodhya.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  color: #FFFFFF !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}

.hero-title {
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFFFFF !important;
  letter-spacing: -0.01em;
}

.hero-subtitle {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: rgba(255, 255, 255, 0.85);
  max-width: 680px;
  margin-bottom: 32px;
  font-weight: 400;
}

.hero-stats-box {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: var(--radius-md);
  padding: 20px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25) !important;
  transition: all 0.3s ease;
}

.hero-stats-box:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: var(--color-saffron) !important;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-saffron) !important;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(255, 85, 0, 0.3);
}

.stat-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500;
  margin-top: 6px;
}

/* --- Section Formatting --- */
.section-padding {
  padding: 90px 0;
}

.section-header {
  margin-bottom: 50px;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 16px;
  color: var(--color-navy);
  letter-spacing: -0.01em;
}

.section-description {
  color: var(--text-secondary);
  font-size: 1.05rem;
  max-width: 720px;
  font-weight: 400;
}

/* --- Ayodhya Journey Timeline --- */
.timeline-container {
  position: relative;
  padding-left: 30px;
  border-left: 3px solid var(--color-saffron);
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -39px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-saffron);
  box-shadow: 0 0 10px var(--color-saffron);
}

.timeline-year {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--color-navy);
  font-size: 1.1rem;
}

/* --- Interactive Plot Availability Finder --- */
.filter-btn {
  background: #FFFFFF;
  color: var(--text-secondary);
  border: 1px solid var(--border-light);
  padding: 8px 22px;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition-fast);
  box-shadow: var(--shadow-sm);
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--color-saffron);
  color: #FFFFFF;
  border-color: var(--color-saffron);
  box-shadow: var(--shadow-saffron);
}

.plot-card {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 26px;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-sm);
}

.plot-card:hover {
  border-color: var(--color-saffron);
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.plot-status-available {
  background: rgba(34, 197, 94, 0.12);
  color: #15803D;
  border: 1px solid rgba(34, 197, 94, 0.3);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
}

.plot-status-reserved {
  background: rgba(245, 158, 11, 0.12);
  color: #B45309;
  border: 1px solid rgba(245, 158, 11, 0.3);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
}

/* --- EMI Calculator Styling --- */
.calculator-box {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-md);
}

.form-range::-webkit-slider-thumb {
  background: var(--color-saffron);
  box-shadow: 0 0 10px rgba(255, 85, 0, 0.5);
}

.calc-display-value {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-saffron);
}

/* --- Floating Quick Action Bar --- */
.floating-actions {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.float-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.3rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: var(--transition-smooth);
}

.float-btn:hover {
  transform: scale(1.1);
}

.float-whatsapp {
  background: #25D366;
}

.float-call {
  background: #0284C7;
}

.float-inquire {
  background: var(--color-saffron);
  color: #FFF;
}

/* --- Clean Header / Footer #3c3c3c --- */
footer {
  background-color: #3c3c3c !important;
  border-top: 3px solid var(--color-saffron);
  color: #FFFFFF !important;
  font-size: 0.92rem;
  padding-top: 70px;
  padding-bottom: 30px;
}

footer h5,
footer h4,
footer h6 {
  color: #FF8038 !important;
  font-weight: 600;
}

footer p,
footer span,
footer div {
  color: #E2E8F0 !important;
}

footer .text-muted {
  color: #CBD5E1 !important;
}

.footer-links-list {
  list-style: none;
  padding: 0;
}

.footer-links-list li {
  margin-bottom: 12px;
}

.footer-links-list a {
  color: #E2E8F0 !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition-fast);
}

.footer-links-list a:hover {
  color: var(--color-saffron) !important;
  transform: translateX(4px);
}

footer hr,
footer .border-secondary,
footer .border-top {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

footer a.footer-credit-link {
  color: #FF8038 !important;
  font-weight: 600;
  text-decoration: underline;
  transition: var(--transition-fast);
}

footer a.footer-credit-link:hover {
  color: #FFA066 !important;
}

/* ============================================================
   PREMIUM SPLIT MODAL — LEFT IMAGE + RIGHT FORM
   ============================================================ */
.inquiry-split-modal .modal-dialog {
  max-width: 900px;
  margin: 1rem auto;
}

.inquiry-split-modal .modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: row;
  min-height: 580px;
}

/* ---- LEFT IMAGE PANEL ---- */
.inquiry-modal-image-panel {
  width: 42%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
}

.inquiry-modal-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  display: block;
  transition: transform 0.6s ease;
}

.inquiry-split-modal .modal-content:hover .inquiry-modal-image-panel img {
  transform: scale(1.04);
}

.inquiry-modal-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.25) 0%, rgba(183, 73, 0, 0.65) 45%, rgba(5, 5, 5, 0.90) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 26px;
}

.inquiry-modal-image-overlay .img-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 0.73rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 50px;
  width: fit-content;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.inquiry-modal-image-overlay h3 {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 10px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.inquiry-modal-image-overlay p {
  color: #ffffff !important;
  font-size: 0.86rem;
  line-height: 1.65;
  margin-bottom: 18px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9) !important;
  font-weight: 500;
}

.inquiry-modal-trust-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.inquiry-modal-trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 6px 10px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
}

.inquiry-modal-trust-item i {
  color: #FFD166;
  font-size: 0.8rem;
}

/* ---- RIGHT FORM PANEL ---- */
.inquiry-modal-form-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  overflow-y: auto;
  max-height: 88vh;
}

.inquiry-modal-form-header {
  padding: 26px 30px 18px;
  border-bottom: 1px solid #F0F0F0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}

.inquiry-modal-form-header .header-text h5 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 3px;
  line-height: 1.3;
}

.inquiry-modal-form-header .header-text p {
  font-size: 0.78rem;
  color: #888;
  margin: 0;
}

.inquiry-modal-form-header .btn-close-custom {
  background: #F5F5F5;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555;
  font-size: 1rem;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}

.inquiry-modal-form-header .btn-close-custom:hover {
  background: #FF5500;
  color: #fff;
}

.inquiry-modal-form-body {
  padding: 22px 30px 26px;
  flex: 1;
}

/* Step pills */
.inquiry-steps-row {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}

.inquiry-step-pill {
  flex: 1;
  height: 4px;
  border-radius: 4px;
  background: #EDEDED;
}

.inquiry-step-pill.active {
  background: linear-gradient(90deg, #FF5500, #FF8C42);
}

/* Form labels & inputs */
.inquiry-label {
  display: block;
  font-size: 0.77rem;
  font-weight: 700;
  color: #555;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.inquiry-input {
  width: 100%;
  background: #F8FAFC;
  border: 1.5px solid #E8ECF0;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 0.88rem;
  color: #1a1a2e;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  font-family: inherit;
}

.inquiry-input:focus {
  border-color: #FF5500;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 85, 0, 0.10);
}

.inquiry-input::placeholder {
  color: #B0B8C4;
  font-size: 0.85rem;
}

.inquiry-input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.inquiry-input-group {
  margin-bottom: 14px;
}

.inquiry-readonly-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(90deg, rgba(255, 85, 0, 0.08), rgba(255, 140, 66, 0.07));
  border: 1.5px solid rgba(255, 85, 0, 0.18);
  border-radius: 8px;
  padding: 9px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #FF5500;
  width: 100%;
}

.inquiry-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #FF5500 0%, #FF8C42 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 20px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 20px rgba(255, 85, 0, 0.30);
  letter-spacing: 0.3px;
}

.inquiry-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(255, 85, 0, 0.40);
}

.inquiry-whatsapp-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 0.8rem;
  color: #888;
}

.inquiry-whatsapp-alt a {
  color: #25D366;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.inquiry-whatsapp-alt a:hover {
  text-decoration: underline;
}

/* Responsive: stack on mobile */
@media (max-width: 700px) {
  .inquiry-split-modal .modal-dialog {
    max-width: 98vw;
    margin: 0.5rem;
  }

  .inquiry-split-modal .modal-content {
    flex-direction: column;
    min-height: unset;
    border-radius: 16px;
  }

  .inquiry-modal-image-panel {
    width: 100%;
    height: 180px;
  }

  .inquiry-modal-image-overlay h3 {
    font-size: 1.1rem;
  }

  .inquiry-modal-form-header {
    padding: 18px 18px 14px;
  }

  .inquiry-modal-form-body {
    padding: 16px 18px 20px;
  }

  .inquiry-input-row {
    grid-template-columns: 1fr;
  }
}

/* Old compatibility */
.modal-content-light {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  color: var(--text-primary);
  border-radius: var(--radius-lg);
}

.form-control-light {
  background: #F8FAFC;
  border: 1px solid var(--border-light);
  color: #0F172A;
  border-radius: var(--radius-sm);
  padding: 12px 16px;
}

.form-control-light:focus {
  background: #FFFFFF;
  border-color: var(--color-saffron);
  color: #0F172A;
  box-shadow: 0 0 10px rgba(255, 85, 0, 0.2);
}

/* --- Media Queries --- */
@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 100px;
    min-height: auto;
  }

  .navbar-collapse {
    background: #FFFFFF;
    padding: 20px;
    border-radius: var(--radius-md);
    margin-top: 12px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-md);
  }
}

/* ==========================================
   AMENITY HALF-HALF SPLIT SLIDER
   ========================================== */
.amenity-split-section {
  display: flex;
  min-height: 580px;
  background: #fff;
}

/* LEFT PANEL */
.amenity-left-panel {
  width: 45%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  background: #fff;
  border-right: 1px solid var(--border-light);
}

.amenity-left-inner {
  padding: 56px 48px;
  width: 100%;
}

/* Amenity List Items */
.amenity-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.amenity-list-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  border-left: 3px solid transparent;
}

.amenity-list-item:hover {
  background: var(--bg-light-grey);
  border-left-color: var(--color-saffron);
}

.amenity-list-item.active {
  background: rgba(255, 85, 0, 0.07);
  border-left-color: var(--color-saffron);
}

.amenity-list-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--color-saffron-light);
  color: var(--color-saffron);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.amenity-list-item.active .amenity-list-icon {
  background: var(--color-saffron);
  color: #fff;
}

.amenity-list-text h5 {
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  color: var(--color-navy) !important;
  margin-bottom: 2px;
  line-height: 1.3;
}

.amenity-list-text p {
  font-size: 0.76rem !important;
  color: var(--text-muted) !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

.amenity-list-item.active .amenity-list-text h5 {
  color: var(--color-saffron) !important;
}

/* RIGHT PANEL */
.amenity-right-panel {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.amenity-fullslider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 580px;
  overflow: hidden;
}

.amenity-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.amenity-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

/* Nav Buttons */
.amenity-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amenity-nav-btn:hover {
  background: var(--color-saffron);
  border-color: var(--color-saffron);
  transform: translateY(-50%) scale(1.08);
}

.amenity-prev {
  left: 16px;
}

.amenity-next {
  right: 16px;
}

/* Dot Indicators */
.amenity-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 7px;
}

.amenity-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
}

.amenity-dot.active {
  background: var(--color-saffron);
  width: 22px;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .amenity-split-section {
    flex-direction: column;
  }

  .amenity-left-panel {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--border-light);
  }

  .amenity-left-inner {
    padding: 36px 24px;
  }

  .amenity-fullslider {
    min-height: 360px;
  }

  .amenity-nav-btn {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }
}

/* ==========================================
   STRATEGIC LOCATION ADVANTAGES CAROUSEL
   ========================================== */
/* ==========================================
   STRATEGIC LOCATION ADVANTAGES INFINITE CAROUSEL
   ========================================== */
.location-slider-container {
  position: relative;
  width: 100%;
  height: 530px;
  padding: 20px 0;
  overflow: hidden;
}

/* Symmetrical Left & Right Edge Fade Masks */
.location-slider-container::before,
.location-slider-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 15;
  pointer-events: none;
}

.location-slider-container::before {
  left: 0;
  /* background: linear-gradient(to right, #FFFFFF 20%, rgba(255, 255, 255, 0.65) 65%, transparent 100%); */
}

.location-slider-container::after {
  right: 0;
  /* background: linear-gradient(to left, #FFFFFF 20%, rgba(255, 255, 255, 0.65) 65%, transparent 100%); */
}

.location-slider-track {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loc-card-item {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 380px;
  margin-left: -190px;
  /* Center horizontally at 50% */
  margin-top: -225px;
  /* Center vertically */
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease, filter 0.6s ease;
  will-change: transform, opacity;
}

.loc-card-inner {
  position: relative;
  height: 450px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: none !important;
  transition: all 0.55s ease;
}

.loc-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.loc-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.25) 55%, transparent 100%);
  z-index: 2;
}

.loc-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.loc-badge {
  background: rgba(255, 255, 255, 0.96);
  color: #111111;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
}

.loc-distance {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(255, 85, 0, 0.92);
  padding: 5px 14px;
  border-radius: 20px;
}

/* ACTIVE CENTER CARD STYLING */
.loc-card-item.active-center-card {
  opacity: 1 !important;
  filter: none !important;
  z-index: 10 !important;
}

.loc-card-item.active-center-card .loc-card-inner {
  box-shadow: none !important;
}

/* Nav Buttons Positioned OUTSIDE Images on Section Edges */
.loc-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--border-light);
  background: #FFFFFF;
  color: var(--color-navy);
  font-size: 1.15rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loc-nav-btn:hover {
  background: var(--color-saffron);
  color: #FFFFFF;
  border-color: var(--color-saffron);
  transform: translateY(-50%) scale(1.1);
}

.loc-prev {
  left: 15px;
}

.loc-next {
  right: 15px;
}

@media (max-width: 767px) {
  .loc-card-item {
    width: 82vw;
    margin-left: -41vw;
  }

  .loc-card-inner {
    height: 370px;
  }

  .loc-prev {
    left: 10px;
  }

  .loc-next {
    right: 10px;
  }
}

.btn-outline-saffron {
  background-color: transparent;
  color: #b84000;
  border: 2px solid #b84000;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-outline-saffron:hover {
  background-color: var(--color-saffron);
  color: #ffffff;
  border-color: var(--color-saffron);
}

/* ==========================================
   THE STORY OF AYODHYA - UNIQUE CARD DESIGN
   ========================================== */
.story-card {
  border: 1px solid var(--border-light) !important;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
}

.story-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-saffron) 0%, #ff8c00 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.story-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(15, 44, 89, 0.12) !important;
  border-color: rgba(255, 85, 0, 0.25) !important;
}

.story-card:hover::before {
  opacity: 1;
}

.story-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 85, 0, 0.08);
  color: var(--color-saffron);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  transition: all 0.35s ease;
}

.story-card:hover .story-card-icon {
  background: var(--color-saffron);
  color: #FFFFFF;
  transform: scale(1.08) rotate(3deg);
}

/* ==========================================
   UNIQUE ANIMATED CONCEPT CARDS
   ========================================== */
.unique-concept-card {
  border: 1px solid rgba(15, 44, 89, 0.08) !important;
  box-shadow: 0 10px 30px rgba(15, 44, 89, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.unique-concept-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-saffron) 0%, #ff8c00 100%);
  transition: width 0.4s ease;
  border-radius: 4px;
}

.unique-concept-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 50px rgba(15, 44, 89, 0.14) !important;
  border-color: rgba(255, 85, 0, 0.3) !important;
}

.unique-concept-card:hover::before {
  width: 100%;
}

.concept-icon-box {
  width: 80px;
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.concept-circle-bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.concept-icon-symbol,
.concept-icon-box i {
  position: relative;
  z-index: 2;
  font-size: 1.65rem;
  color: var(--color-saffron);
  transition: all 0.4s ease;
}

.unique-concept-card:hover .concept-icon-box {
  transform: translateY(-3px);
}

.unique-concept-card:hover .concept-circle-bg {
  transform: scale(1.12) rotate(6deg);
  filter: drop-shadow(0 6px 16px rgba(255, 85, 0, 0.35));
}

.unique-concept-card:hover .concept-icon-symbol,
.unique-concept-card:hover .concept-icon-box i {
  color: var(--color-navy);
  transform: scale(1.08);
}

.concept-card-title {
  transition: color 0.3s ease;
}

.unique-concept-card:hover .concept-card-title {
  color: var(--color-saffron) !important;
}

/* ==========================================
   TESTIMONIAL CARDS & NAV BUTTONS
   ========================================== */
.testi-card {
  border: 1px solid var(--border-light) !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 6px 20px rgba(15, 44, 89, 0.05) !important;
}

.testi-card::before {
  display: none !important;
  /* REMOVE TOP PATTI BORDER ENTIRELY */
}

.testi-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(15, 44, 89, 0.12) !important;
  border-color: rgba(255, 85, 0, 0.25) !important;
}

.testi-quote-icon {
  color: rgba(255, 85, 0, 0.25);
  font-size: 1.35rem;
  transition: color 0.3s ease;
}

.testi-card:hover .testi-quote-icon {
  color: var(--color-saffron);
}

.testi-avatar-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-saffron);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.35s ease, border-color 0.3s ease;
}

.testi-card:hover .testi-avatar-img {
  transform: scale(1.1);
  border-color: #ff8c00;
  box-shadow: 0 6px 15px rgba(255, 85, 0, 0.3);
}

.testi-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--border-light);
  background: #FFFFFF;
  color: var(--color-navy);
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.testi-nav-btn:hover {
  background: var(--color-saffron);
  color: #FFFFFF;
  border-color: var(--color-saffron);
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 85, 0, 0.35);
}

/* ==========================================
   FULL-BLEED ZERO-GAP MARQUEE GALLERY WALL
   ========================================== */
.gallery-marquee-section {
  padding: 0 !important;
  margin: 0 !important;
  background: #000000;
}

.gallery-marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0;
}

.gallery-marquee-track-left {
  display: flex;
  gap: 0 !important;
  width: max-content;
  animation: marqueeScrollLeft 35s linear infinite;
}

.gallery-marquee-track-right {
  display: flex;
  gap: 0 !important;
  width: max-content;
  animation: marqueeScrollRight 35s linear infinite;
}

/* Mouse Hover Pauses Animation! */
.gallery-marquee-container:hover .gallery-marquee-track-left,
.gallery-marquee-container:hover .gallery-marquee-track-right {
  animation-play-state: paused !important;
}

@keyframes marqueeScrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marqueeScrollRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.gallery-marquee-item {
  width: 320px;
  height: 200px;
  border-radius: 0 !important;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: none !important;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 2.5px solid #FFFFFF !important;
  box-sizing: border-box;
}

.gallery-marquee-item:hover {
  border-color: var(--color-saffron) !important;
  z-index: 10;
}

.gallery-marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  display: block;
  transition: transform 0.5s ease, filter 0.3s ease;
}

.gallery-marquee-item:hover img {
  transform: scale(1.08);
  filter: brightness(1.1);
}

.gallery-hover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 44, 89, 0.75) 0%, rgba(15, 44, 89, 0.25) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gallery-marquee-item:hover .gallery-hover-overlay {
  opacity: 1;
}

.gallery-zoom-icon {
  width: 52px;
  height: 52px;
  background: var(--color-saffron);
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  transform: scale(0.8);
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-marquee-item:hover .gallery-zoom-icon {
  transform: scale(1.1);
}

/* ==========================================
   CUSTOM ULTRA-PREMIUM FULLSCREEN LIGHTBOX
   ========================================== */
.custom-lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInLightbox 0.3s ease forwards;
}

@keyframes fadeInLightbox {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.custom-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(14px);
}

.custom-lightbox-topbar {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.custom-lightbox-counter {
  background: var(--color-saffron);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 20px rgba(255, 85, 0, 0.4);
  pointer-events: auto;
}

.custom-lightbox-close {
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
  backdrop-filter: blur(8px);
}

.custom-lightbox-close:hover {
  background: var(--color-saffron);
  border-color: var(--color-saffron);
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 4px 18px rgba(255, 85, 0, 0.5);
}

.custom-lightbox-content {
  position: relative;
  z-index: 100000;
  max-width: 92vw;
  max-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.custom-lightbox-img {
  max-width: 92vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9);
  animation: zoomInImg 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

@keyframes zoomInImg {
  from {
    transform: scale(0.92);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.custom-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100001;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-lightbox-prev {
  left: 24px;
}

.custom-lightbox-next {
  right: 24px;
}

.custom-lightbox-nav:hover {
  background: var(--color-saffron);
  border-color: var(--color-saffron);
  transform: translateY(-50%) scale(1.12);
  box-shadow: 0 8px 25px rgba(255, 85, 0, 0.45);
}

/* --- Footer Styling & Background Image --- */
footer {
  position: relative;
  background-image: linear-gradient(180deg, rgb(15 44 89) 0%, rgb(8 27 56 / 47%) 100%), url(../images/footer-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff !important;
  padding: 60px 0 25px 0;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF5500, #FF8C42, #FF5500);
}

footer h5,
footer h1,
footer h2,
footer h3,
footer h4,
footer h6,
footer .text-navy {
  color: #ffffff !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
}

footer p,
footer .text-muted,
footer span {
  color: rgba(255, 255, 255, 0.85) !important;
}

footer a.text-muted {
  color: rgba(255, 255, 255, 0.85) !important;
  transition: color 0.3s ease;
  text-decoration: none;
}

footer a.text-muted:hover {
  color: var(--color-saffron) !important;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 10px;
}

.footer-links-list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.footer-links-list a:hover {
  color: var(--color-saffron);
  transform: translateX(4px);
}

.footer-credit-link {
  color: var(--color-saffron) !important;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-credit-link:hover {
  color: #FF8C42 !important;
  text-decoration: underline;
}

footer hr {
  border-color: rgba(255, 255, 255, 0.18) !important;
  margin: 30px 0 20px 0;
  opacity: 1;
}

/* --- Social Media Icons --- */
.footer-social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 1rem;
  transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.footer-social-icon:hover {
  transform: translateY(-3px) scale(1.08);
  filter: brightness(1.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.bg-facebook {
  background-color: #1877F2 !important;
}

.bg-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

.bg-linkedin {
  background-color: #0A66C2 !important;
}

.bg-youtube {
  background-color: #FF0000 !important;
}

/* Color & Background Utility Classes */
.bg-navy {
  background-color: var(--color-navy) !important;
  /* #0F2C59 */
}

/* .text-navy {
  color: var(--color-navy) !important;
} */

.bg-saffron {
  background-color: var(--color-saffron) !important;
  /* #FF5500 */
}

.text-saffron {
  color: var(--color-saffron) !important;
}

.cta-banner-section {
  background: linear-gradient(135deg, #0b2246 0%, #0F2C59 50%, #163a6f 100%) !important;
  color: #ffffff !important;
}


/* --- Inner Page Header Banners with Overlay & Background Images --- */
.page-header-banner {
  padding: 4.5rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  border-bottom: 3px solid var(--color-saffron);
  box-shadow: inset 0 -30px 40px rgba(0, 0, 0, 0.5);
}

.badge-saffron,
.page-header-banner .badge-saffron {
  display: inline-block;
  background: rgba(255, 85, 0, 0.22);
  border: 1px solid rgba(255, 85, 0, 0.55);
  color: #FF9D66 !important;
  backdrop-filter: blur(6px);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
}

.page-header-banner h1,
.page-header-banner .section-title {
  color: #ffffff !important;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.page-header-banner p {
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

/* --- Gallery Tab Buttons --- */
.gallery-tab-btn {
  background: #FFFFFF;
  color: #0F2C59;
  border: 2px solid #FF5500;
  padding: 10px 28px;
  font-weight: 700;
  border-radius: 50px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gallery-tab-btn:hover,
.gallery-tab-btn.active {
  background: linear-gradient(135deg, #FF5500 0%, #FF8C42 100%);
  color: #FFFFFF !important;
  border-color: #FF5500;
  box-shadow: 0 6px 18px rgba(255, 85, 0, 0.35);
  transform: translateY(-2px);
}

.heading-flower {
  max-width: 140px;
  height: auto;
  display: block;
  margin-top: 6px;
  margin-bottom: 12px;
}

.heading-flower-center {
  margin-left: auto;
  margin-right: auto;
}

/* --- Gallery Image Card Styles --- */
.gallery-img-wrap {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid #FFFFFF;
  aspect-ratio: 4 / 3;
  background: #F8FAFC;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gallery-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-img-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(255, 85, 0, 0.25);
  border-color: #FF5500;
}

.gallery-img-wrap:hover img {
  transform: scale(1.06);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 44, 89, 0) 0%, rgba(15, 44, 89, 0.65) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-img-wrap:hover .gallery-overlay {
  opacity: 1;
}

/* ==========================================================================
   CMD MESSAGE SECTION & J. D. VERMA PAGE LIGHT LUXURY THEME STYLES
   ========================================================================== */
.cmd-section-light {
  background: #fef2f2;
  background-image:
    radial-gradient(ellipse 70% 50% at 50% -10%, rgba(255, 85, 0, 0.06), transparent 70%),
    radial-gradient(circle at 90% 80%, rgba(15, 44, 89, 0.04), transparent 50%);
  color: var(--text-primary);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 85, 0, 0.15);
  border-bottom: 1px solid rgba(255, 85, 0, 0.15);
}

.cmd-badge-saffron {
  background: rgba(255, 85, 0, 0.08);
  color: var(--color-saffron);
  border: 1px solid rgba(255, 85, 0, 0.3);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

.cmd-title-navy {
  color: var(--color-navy);
  font-family: var(--font-heading);
}

.cmd-title-saffron {
  color: var(--color-saffron);
}

.cmd-ornament-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0 20px 0;
}

.cmd-ornament-line::before,
.cmd-ornament-line::after {
  content: '';
  height: 1.5px;
  flex: 1;
  background: linear-gradient(90deg, transparent, var(--color-saffron), transparent);
}

.cmd-ornament-icon {
  color: var(--color-saffron);
  font-size: 1.1rem;
}

.cmd-photo-frame {
  position: relative;
  border: 1px solid var(--border-light);
  padding: 10px;
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: none !important;
  transition: transform 0.4s ease, border-color 0.4s ease;
}

.cmd-photo-frame:hover {
  border-color: var(--color-saffron);
  transform: translateY(-4px);
  box-shadow: none !important;
}

.cmd-photo-frame img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
  display: block;
  box-shadow: none !important;
}

.cmd-director-badge {
  position: absolute;
  top: 24px;
  right: -10px;
  background: var(--color-saffron);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 6px 18px 6px 14px;
  border-radius: 20px 0 0 20px;
  box-shadow: none !important;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 6px;
}

.cmd-photo-caption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: var(--color-navy);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 12px 18px;
  border-radius: 10px;
  text-align: center;
  box-shadow: none !important;
}

.cmd-btn-saffron {
  background: linear-gradient(135deg, #FF6B1A 0%, #FF5500 100%);
  color: #ffffff !important;
  font-weight: 600;
  font-family: var(--font-heading);
  padding: 12px 28px;
  border-radius: 50px;
  border: none;
  box-shadow: var(--shadow-saffron);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cmd-btn-saffron:hover {
  background: linear-gradient(135deg, #FF8038 0%, #D84300 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 85, 0, 0.4);
  color: #ffffff !important;
}

.cmd-btn-outline-navy {
  background: transparent;
  color: var(--color-navy) !important;
  font-weight: 600;
  font-family: var(--font-heading);
  padding: 11px 26px;
  border-radius: 50px;
  border: 1.5px solid var(--color-navy);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cmd-btn-outline-navy:hover {
  background: var(--color-navy);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* Quote card in CMD page */
.cmd-quote-box {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-left: 4px solid var(--color-saffron);
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: var(--shadow-sm);
}

/* Pillar Card in J.D. Verma Page */
.cmd-pillar-card {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 28px 24px;
  transition: all 0.35s ease;
  height: 100%;
  box-shadow: var(--shadow-sm);
}

.cmd-pillar-card:hover {
  background: #FFFFFF;
  border-color: var(--color-saffron);
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(15, 44, 89, 0.1);
}

.cmd-pillar-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: var(--color-saffron-light);
  color: var(--color-saffron);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
  border: 1px solid var(--border-saffron);
}

/* --- Heading Flower Decor Image Styles --- */
.heading-flower {
  display: block;
  max-width: 140px;
  height: auto;
  margin-top: 6px;
  margin-bottom: 14px;
}

/* Alignment utilities for heading flower */
.text-center .heading-flower,
.heading-flower-center,
.heading-flower.center,
.heading-flower.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-start .heading-flower,
.heading-flower-left,
.heading-flower.left {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.text-end .heading-flower,
.heading-flower-right,
.heading-flower.right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* --- CMD Section Lotus Arch Metric Cards (Matching Reference Design) --- */
.lotus-metric-wrapper {
  position: relative;
  padding-top: 32px;
  text-align: center;
}

.lotus-metric-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  min-height: 200px;
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: 95px 95px 45px 45px / 80px 80px 45px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 14px 20px 14px;
  transition: all 0.35s ease;
  box-shadow: none !important;
  overflow: visible;
}

/* Subtle Lotus Outline Watermark */
.lotus-metric-card::before {
  content: '';
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 15 C35 32 30 52 50 82 C70 52 65 32 50 15 Z' fill='%23FFE5D0' opacity='0.7'/%3E%3Cpath d='M50 22 C25 38 20 58 45 78' fill='none' stroke='%23FF5500' stroke-width='2' opacity='0.3'/%3E%3Cpath d='M50 22 C75 38 80 58 55 78' fill='none' stroke='%23FF5500' stroke-width='2' opacity='0.3'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.lotus-metric-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-saffron);
  box-shadow: none !important;
}

.lotus-top-decor {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  filter: none;
}

.lotus-metric-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.lotus-metric-num {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.1;
  margin-bottom: 3px;
  letter-spacing: -0.01em;
}

.lotus-metric-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color-saffron);
  margin-bottom: 3px;
}

.lotus-metric-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  color: #4A5568;
  line-height: 1.35;
  margin-bottom: 0;
}

/* --- CMD Night Sky AI Portrait Showcase (Frameless Pure Image Design) --- */
.cmd-portrait-showcase {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.cmd-pure-portrait {
  border-radius: 20px;
  max-height: 520px;
  width: auto;
  max-width: 100%;
  border: none !important;
  box-shadow: 0 16px 45px rgba(10, 25, 60, 0.25) !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: inline-block;
}

.cmd-portrait-showcase:hover .cmd-pure-portrait,
.cmd-pure-portrait:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(10, 25, 60, 0.35) !important;
}

.cmd-sunrays-image-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.cmd-sunrays-image-box img {
  border-radius: 20px;
  max-height: 520px;
  width: auto;
  border: none !important;
  box-shadow: 0 16px 45px rgba(10, 25, 60, 0.25) !important;
  transition: transform 0.4s ease;
}

.cmd-sunrays-image-box:hover img {
  transform: translateY(-5px);
}

.cmd-nametag-badge {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  background: var(--color-navy);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 10px 24px;
  border-radius: 30px;
  color: #FFFFFF;
  box-shadow: none !important;
  backdrop-filter: blur(6px);
  text-align: center;
  white-space: nowrap;
}

.cmd-nametag-badge h6 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 2px;
  letter-spacing: 0.04em;
}

.cmd-nametag-badge small {
  font-size: 0.72rem;
  font-weight: 600;
  color: #FFFFFF;
  opacity: 0.9;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* --- Lotus Arch Stat Cards (Hero Showcase — Mandir Arch Style) --- */
.lotus-arch-card,
.lotus-arch-card-noshadow {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(170deg, #FFF6EC 0%, #FFE3C8 60%, #FDCB9E 100%);
  border-radius: 52% 52% 20px 20px / 40% 40% 20px 20px;
  padding: 16px 14px 18px 14px;
  border: 2px solid #FF8C42;
  box-shadow: none !important;
  text-align: center;
  transition: transform 0.35s ease, border-color 0.35s ease;
  position: relative;
}

.lotus-arch-card:hover,
.lotus-arch-card-noshadow:hover {
  transform: translateY(-4px);
  box-shadow: none !important;
  border-color: #FF5500;
}

.lotus-arch-flower {
  margin-top: 2px;
  margin-bottom: 6px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lotus-svg-emblem {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 38px;
  filter: drop-shadow(0 3px 6px rgba(230, 80, 0, 0.40));
  transition: transform 0.35s ease;
}

.lotus-arch-card:hover .lotus-svg-emblem,
.lotus-arch-card-noshadow:hover .lotus-svg-emblem {
  transform: scale(1.15);
}

.lotus-arch-num,
.lotus-arch-card .lotus-arch-num,
.lotus-arch-card-noshadow .lotus-arch-num,
div.lotus-arch-card-noshadow div.lotus-arch-num {
  font-family: 'Poppins', sans-serif;
  font-size: 1.65rem;
  font-weight: 800 !important;
  color: #000000 !important;
  line-height: 1.1;
  margin-bottom: 4px;
  text-shadow: none !important;
  filter: none !important;
}

.lotus-arch-label,
.lotus-arch-card p,
.lotus-arch-card .lotus-arch-label,
.lotus-arch-card-noshadow p,
.lotus-arch-card-noshadow .lotus-arch-label,
div.lotus-arch-card-noshadow p.lotus-arch-label {
  font-size: 0.78rem;
  font-weight: 800 !important;
  color: #000000 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  line-height: 1.3;
  opacity: 1 !important;
  text-shadow: none !important;
  filter: none !important;
}

.bg-s {
  background-color: #FAF7F2 !important;
  background-image: none !important;
}

/* --- Special Attraction Arch Frame Cards (Perfectly Centered & Shifted Down) --- */
.attraction-card-frame {
  position: relative;
  width: 100%;
  max-width: 325px;
  min-height: 560px;
  margin: 0 auto;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.attraction-card-frame:hover {
  transform: translateY(-6px);
  filter: drop-shadow(0 14px 28px rgba(255, 85, 0, 0.3));
}

.attraction-bg-frame {
  width: 100%;
  height: 560px;
  object-fit: fill;
  display: block;
}

.attraction-frame-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 168px 20px 25px 20px;
  box-sizing: border-box;
}

.attraction-sun-icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 8px auto;
  display: block;
  flex-shrink: 0;
}

.attraction-card-title {
  font-family: 'Noto Sans Devanagari', 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0F2C59;
  margin-bottom: 12px;
  line-height: 1.25;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attraction-img-circle-box {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #FF8C00;
  overflow: hidden;
  margin: 0 auto 12px auto;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.attraction-circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.attraction-card-frame:hover .attraction-circle-img {
  transform: scale(1.08);
}

.attraction-distance-badge {
  display: inline-block;
  background: rgba(255, 85, 0, 0.12);
  border: 1px solid rgba(255, 140, 0, 0.4);
  color: #D84300;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.attraction-card-desc {
  font-size: 0.8rem !important;
  line-height: 1.45 !important;
  color: #4A2B0F !important;
  margin-bottom: 0 !important;
  display: block !important;
  overflow: visible !important;
}

/* --- Global Circle Frame Checkmark for All Pages --- */
ul.check-list-custom li i.fa-check,
ul.list-unstyled li i.fa-check,
.feature-list li i.fa-check,
.spec-list li i.fa-check,
.amenity-list li i.fa-check {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  background-image: url('../images/circle.png') !important;
  background-size: cover !important;
  background-position: center !important;
  color: #FF5500 !important;
  font-size: 12px !important;
  margin-right: 8px !important;
  flex-shrink: 0 !important;
}

/* ==========================================================================
   HOMEPAGE CARD DESIGN SYSTEM FOR ALL INNER PAGES
   ========================================================================== */

/* --- Card Type 1: The Story of Ayodhya / Unique Concept Card (Screenshot 1) --- */
.unique-concept-card {
  background: #FFFFFF;
  border-radius: 22px;
  padding: 30px 22px 26px 22px;
  border: 1px solid rgba(255, 85, 0, 0.15);
  box-shadow: 0 10px 30px rgba(15, 44, 89, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.unique-concept-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(255, 85, 0, 0.18);
  border-color: var(--color-saffron);
}

.concept-icon-box {
  position: relative;
  width: 78px;
  height: 78px;
  margin: 0 auto 16px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.concept-circle-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s ease;
}

.unique-concept-card:hover .concept-circle-bg {
  transform: rotate(180deg);
}

.concept-icon-symbol {
  position: relative;
  z-index: 2;
  font-size: 1.65rem;
  color: #FF5500;
  transition: transform 0.35s ease;
}

.unique-concept-card:hover .concept-icon-symbol {
  transform: scale(1.15);
}

.concept-card-title {
  font-family: 'Noto Sans Devanagari', 'Inter', sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  color: #0F2C59;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
  line-height: 1.35;
}

.concept-card-desc {
  font-size: 0.85rem !important;
  line-height: 1.65 !important;
  color: #64748B !important;
  margin-bottom: 0 !important;
}

/* Clean Subtle Section Background (No heavy repeating wallpaper) */
.bg-lotus-pattern {
  background-color: #FBF8F5 !important;
  background-image: none !important;
}

/* --- Card Type 2: Temple Arch / Jharokha Dome Cards (Screenshot 2) --- */
.attraction-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  justify-items: center;
}

/* --- Card Type 3: Lotus Dome Stat Cards (Screenshot 3) --- */
.lotus-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

/* Horizontal Contact Cards for Contact Page */
.contact-concept-card {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 85, 0, 0.15);
  box-shadow: 0 6px 20px rgba(15, 44, 89, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}

.contact-concept-card:hover {
  transform: translateX(6px);
  box-shadow: 0 12px 30px rgba(255, 85, 0, 0.15);
  border-color: var(--color-saffron);
}

.contact-concept-card .concept-icon-box {
  width: 58px;
  height: 58px;
  margin: 0;
  flex-shrink: 0;
}

.contact-concept-card .concept-icon-symbol {
  font-size: 1.35rem;
}

.contact-concept-card:hover .concept-circle-bg {
  transform: rotate(180deg);
}

.contact-concept-card:hover .concept-icon-symbol {
  transform: scale(1.12);
}