/* ==========================================================================
   SUCHI VILLA FACTORY (E9) - LIGHT THEME LANDING PAGE STYLES
   Primary Accent: #00c2f3 (Electric Cyan), Secondary Accent: #69469c (Royal Purple)
   Background: #f8fafc (Clean Light Slate), Cards: #ffffff (Crisp White)
   ========================================================================== */

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

/* Local Font Face: Playfair Display for Headings */
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/playfair-display.regular.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-cyan: #00c2f3;
  --secondary-purple: #69469c;
  --light-bg: #ffffff;
  --card-bg: #ffffff;
  --card-bg-hover: #ffffff;
  --glass-bg: rgba(255, 255, 255, 0.9);
  --glass-border: rgba(0, 194, 243, 0.25);
  --glass-border-purple: rgba(105, 70, 156, 0.2);
  --text-main: #0f172a;
  --text-muted: #64748b;
  --accent-glow: rgba(0, 194, 243, 0.2);
  --purple-glow: rgba(105, 70, 156, 0.15);
  --font-heading: 'Inter', sans-serif;
}

body {
  background-color: #ffffff !important;
}

#amenities,
#financing {
  background-color: #ffffff !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
  --font-body: 'Inter', sans-serif;
}

body {
  background-color: var(--light-bg);
  color: var(--text-main);
  font-family: var(--font-body);
  overflow-x: hidden;
  line-height: 1.65;
}

/* Disable Uppercase Text Globally */
*,
*::before,
*::after,
h1,
h2,
h3,
h4,
h5,
h6,
.nav-link,
.btn,
.badge,
.hero-badge,
.location-badge,
.text-uppercase,
.price-badge,
.nav-pill-btn,
th,
td {
  text-transform: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5 {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

/* Gradient Text Utilities */
.text-gradient-cyan {
  background: linear-gradient(135deg, #0099cc 0%, #00c2f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-purple {
  background: linear-gradient(135deg, #69469c 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-brand {
  background: linear-gradient(135deg, #00c2f3 0%, #69469c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Buttons */
.btn-brand-primary {
  background: linear-gradient(135deg, #00c2f3 0%, #69469c 100%);
  color: #ffffff !important;
  border: none;
  font-weight: 700;
  padding: 0.8rem 1.8rem;
  border-radius: 50rem;
  box-shadow: 0 6px 20px rgba(0, 194, 243, 0.35);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-brand-primary:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(105, 70, 156, 0.4);
}

.btn-brand-primary:hover::before {
  opacity: 1;
}

.btn-brand-outline {
  background: #ffffff;
  color: #69469c;
  border: 2px solid #69469c;
  font-weight: 600;
  padding: 0.75rem 1.8rem;
  border-radius: 50rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(105, 70, 156, 0.1);
}

.btn-brand-outline:hover {
  background: #69469c;
  color: #ffffff;
  border-color: #69469c;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(105, 70, 156, 0.3);
}

/* Glassmorphism Cards (Light) */
.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 194, 243, 0.2);
  border-radius: 1.25rem;
  padding: 1.75rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.glass-card:hover {
  transform: translateY(-5px);
  border-color: #00c2f3;
  box-shadow: 0 15px 35px rgba(0, 194, 243, 0.18), 0 5px 15px rgba(105, 70, 156, 0.1);
}

/* Header & Navbar (Full-Width Floating Pill Design with Reverse Scroll Reveal) */
.navbar-custom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  padding: 1.25rem 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
  transform: translateY(0);
  z-index: 1050;
}

.navbar-custom.navbar-hidden {
  transform: translateY(-115%) !important;
}

.navbar-custom.scrolled {
  padding: 0.5rem 0;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}

.navbar-logo-badge {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0.5rem 0;
  transition: all 0.35s ease;
}

.navbar-custom.scrolled .navbar-logo-badge {
  background: #ffffff !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  border-top: none !important;
  padding: 0.6rem 1.25rem 0.75rem 1.25rem !important;
  border-bottom-left-radius: 1.25rem !important;
  border-bottom-right-radius: 1.25rem !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15) !important;
  margin-top: -0.5rem !important;
}

.brand-logo-img {
  height: 68px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
  transition: transform 0.3s ease, height 0.3s ease;
}

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

@media (max-width: 991.98px) {
  .brand-logo-img {
    height: 50px;
    max-width: 195px;
  }
}

@media (max-width: 575.98px) {
  .brand-logo-img {
    height: 44px;
    max-width: 170px;
  }

  .navbar-custom.scrolled .navbar-logo-badge {
    padding: 0.35rem 0.8rem 0.45rem 0.8rem !important;
  }
}

.footer-logo-img {
  height: 56px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
}

.navbar-brand .logo-text {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #0f172a;
}

.navbar-custom>.container,
.navbar-custom>.container-fluid {
  align-items: flex-start !important;
}

/* Floating Pill Container */
.nav-pill-container {
  background: #111827;
  border: 1px solid rgba(0, 194, 243, 0.25);
  border-radius: 50rem;
  padding: 0.35rem 0.4rem 0.35rem 1.5rem;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.25), 0 0 20px rgba(0, 194, 243, 0.15);
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.header-nav-compact {
  display: flex;
  align-items: center;
  width: 100%;
}

.header-nav-compact .navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
}

.header-nav-compact .nav-link {
  color: #e2e8f0 !important;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.45rem 1rem !important;
  border-radius: 50rem;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.header-nav-compact .nav-link:hover {
  color: #00c2f3 !important;
  background: rgba(0, 194, 243, 0.1);
}

.header-nav-compact .nav-link.active {
  color: #00c2f3 !important;
  background: rgba(0, 194, 243, 0.15);
}

.nav-pill-btn {
  background: linear-gradient(135deg, #00c2f3 0%, #69469c 100%);
  color: #ffffff !important;
  border: none;
  border-radius: 50rem;
  padding: 0.55rem 1.4rem;
  font-size: 0.92rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: 0.75rem;
  box-shadow: 0 4px 15px rgba(0, 194, 243, 0.3);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.nav-pill-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 194, 243, 0.5);
  color: #ffffff !important;
}

/* Mobile Alignment (< 992px) */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: #0f172a !important;
    border: 1px solid rgba(0, 194, 243, 0.3) !important;
    border-radius: 1.25rem !important;
    padding: 1.25rem !important;
    margin-top: 0.75rem !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 194, 243, 0.15) !important;
  }

  .nav-pill-container {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
  }

  .header-nav-compact {
    width: 100% !important;
  }

  .header-nav-compact .navbar-nav {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 0.5rem !important;
    padding: 0 !important;
    align-items: stretch !important;
  }

  .header-nav-compact .nav-item {
    width: 100% !important;
    display: block !important;
  }

  .header-nav-compact .nav-link {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0.75rem 1rem !important;
    border-radius: 0.75rem !important;
    font-size: 1.05rem !important;
    color: #f1f5f9 !important;
  }

  .header-nav-compact .nav-link:hover,
  .header-nav-compact .nav-link.active {
    background: rgba(0, 194, 243, 0.18) !important;
    color: #00c2f3 !important;
  }

  .nav-pill-btn {
    display: none !important;
  }
}

.header-nav-expanded {
  display: none;
  flex-direction: column;
  width: 100%;
}

.nav-pill-container.form-open {
  border-radius: 1.5rem !important;
  padding: 1.25rem 1.5rem !important;
  background: #0f172a !important;
  border-color: #00c2f3 !important;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.65), 0 0 30px rgba(0, 194, 243, 0.3) !important;
  width: 580px !important;
  max-width: 90vw !important;
}

.nav-pill-container.form-open .header-nav-compact {
  display: none !important;
}

.nav-pill-container.form-open .header-nav-expanded {
  display: flex !important;
}

.header-form-input {
  background-color: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
  font-size: 0.9rem !important;
  border-radius: 0.5rem !important;
  padding: 0.6rem 0.85rem !important;
}

.header-form-input:focus {
  background-color: rgba(255, 255, 255, 0.18) !important;
  border-color: #00c2f3 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 194, 243, 0.3) !important;
  color: #ffffff !important;
}

.header-form-input::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
  opacity: 1 !important;
}

/* Project Overview Section Background Image */
.overview-section {
  background: url('../assets/images/background/prj-overview.webp') center center / cover no-repeat;
  color: #0f172a;
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 6rem;
  border: none;
}

.overview-content-col {
  width: 100% !important;
  max-width: 100% !important;
}

@media (min-width: 992px) {
  .overview-content-col {
    max-width: 68% !important;
    flex: 0 0 68% !important;
  }
}

.overview-card {
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 194, 243, 0.3);
  border-radius: 1rem;
  padding: 1.25rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.overview-card:hover {
  transform: translateY(-4px);
  border-color: #00c2f3;
  box-shadow: 0 15px 35px rgba(0, 194, 243, 0.25);
}

/* Key USPs Section Clean White */
.usps-section {
  background: #ffffff;
  color: #0f172a;
  padding-top: 5rem;
  padding-bottom: 6rem;
  position: relative;
  border-bottom: none !important;
}

.usps-section .usp-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  padding: 1.75rem;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
}

.usps-section .usp-card:hover {
  transform: translateY(-5px);
  border-color: #00c2f3;
  box-shadow: 0 15px 30px rgba(0, 194, 243, 0.2);
  background: #ffffff;
}

.usps-section .usp-card h5 {
  color: #0f172a !important;
}

.usps-section .usp-card p {
  color: #475569 !important;
}

.nav-pill-container .nav-link {
  color: #e2e8f0 !important;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: none !important;
  padding: 0.55rem 1.15rem !important;
  border-radius: 50rem;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.nav-pill-container .nav-link:hover,
.nav-pill-container .nav-link.active {
  color: #00c2f3 !important;
  background: rgba(0, 194, 243, 0.15);
}

.nav-pill-btn {
  background: linear-gradient(135deg, #00c2f3 0%, #69469c 100%);
  color: #ffffff !important;
  border: none;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: none !important;
  padding: 0.55rem 1.5rem;
  border-radius: 50rem;
  box-shadow: 0 4px 15px rgba(0, 194, 243, 0.4);
  transition: all 0.3s ease;
  white-space: nowrap;
  margin-left: 0.5rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-pill-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(105, 70, 156, 0.5);
  color: #ffffff !important;
}

@media (max-width: 991.98px) {
  .nav-pill-container {
    border-radius: 1.25rem;
    padding: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
  }

  .nav-pill-container .nav-link {
    text-align: center;
    padding: 0.6rem 1rem !important;
  }

  .nav-pill-btn {
    margin-left: 0;
    margin-top: 0.5rem;
    justify-content: center;
  }
}

/* Hero Banner Section (Clean Full-Width Banner Overlay) */
.hero-banner-section {
  position: relative;
  padding-top: 0;
  margin-top: 0;
  background-color: #f5f5f5;
  width: 100%;
  overflow: hidden;
}

.hero-banner-wrapper {
  position: relative;
  width: 100%;
}

.hero-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hero-glow-1 {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 194, 243, 0.15) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
}

.hero-glow-2 {
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(105, 70, 156, 0.15) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 1.1rem;
  border-radius: 50rem;
  background: rgba(105, 70, 156, 0.08);
  border: 1px solid rgba(105, 70, 156, 0.25);
  color: #69469c;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.hero-image-wrapper {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 2px solid rgba(0, 194, 243, 0.3);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12), 0 0 30px rgba(0, 194, 243, 0.15);
}

.hero-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hero-image-wrapper:hover img {
  transform: scale(1.03);
}

.hero-floating-tag {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 194, 243, 0.3);
  padding: 0.75rem 1.25rem;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
  animation: floatAnim 4s ease-in-out infinite;
}

.hero-floating-tag.tag-top {
  top: 1.5rem;
  left: 1.5rem;
}

.hero-floating-tag.tag-bottom {
  bottom: 1.5rem;
  right: 1.5rem;
  animation-delay: 2s;
}

@keyframes floatAnim {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* Feature Counters (Light) */
.counter-box {
  background: #ffffff;
  border: 1px solid rgba(0, 194, 243, 0.2);
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: center;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.04);
}

.counter-number {
  font-size: 2rem;
  font-weight: 800;
  color: #0099cc;
}

/* Key USPs (Light) */
.usp-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(0, 194, 243, 0.18);
  border-radius: 1.25rem;
  padding: 1.8rem;
  transition: all 0.35s ease;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.04);
}

.usp-card:hover {
  background: #ffffff;
  border-color: #00c2f3;
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 194, 243, 0.2), 0 5px 15px rgba(105, 70, 156, 0.1);
}

.usp-icon {
  width: 54px;
  height: 54px;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(0, 194, 243, 0.12), rgba(105, 70, 156, 0.15));
  border: 1px solid rgba(0, 194, 243, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #69469c;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.usp-card:hover .usp-icon {
  background: linear-gradient(135deg, #00c2f3, #69469c);
  color: #ffffff;
  transform: scale(1.1) rotate(4deg);
}

/* Option A: Floor Switch & Hero Showcase Banner */
.floor-switch-wrapper {
  display: inline-flex;
  background: #f1efe7;
  padding: 0.35rem;
  border-radius: 50rem;
  gap: 0.35rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  margin-bottom: 1.75rem;
}

.floor-switch-btn {
  padding: 0.65rem 1.6rem;
  border-radius: 50rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #475569;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.floor-switch-btn.active {
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2);
}

.price-hero-banner {
  background: #f1efe7;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.5rem;
  padding: 2.25rem 2.5rem;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.price-hero-area {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 0.35rem;
}

.price-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase !important;
  color: #ffffff;
  background: #0f172a;
  padding: 0.4rem 0.95rem;
  border-radius: 50rem;
  margin-bottom: 1.25rem;
}

.price-hero-specs-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.45rem;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: 1.25rem;
}

.price-hero-specs-wrapper::-webkit-scrollbar {
  display: none;
}

.price-hero-spec-pill {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 0.35rem 0.75rem 0.35rem 0.45rem;
  border-radius: 50rem;
  font-size: 0.78rem;
  color: #334155;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

.spec-pill-icon-pin {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  font-size: 0.7rem;
  flex-shrink: 0;
  margin-right: 0.45rem;
  background: rgba(15, 23, 42, 0.04);
}

.btn-price-hero {
  background: linear-gradient(135deg, #00c2f3 0%, #69469c 100%);
  color: #ffffff !important;
  border: none;
  font-weight: 700;
  padding: 0.75rem 1.8rem;
  border-radius: 50rem;
  box-shadow: 0 6px 20px rgba(0, 194, 243, 0.35);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.btn-price-hero:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(105, 70, 156, 0.4);
}

/* Unit Plan Image Box */
.price-hero-img-box {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  transition: all 0.3s ease;
  max-height: 240px;
}

.price-hero-img-box:hover {
  transform: scale(1.02);
  border-color: #0284c7;
  box-shadow: 0 14px 32px rgba(2, 132, 199, 0.18);
}

.price-hero-img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  background: #ffffff;
  padding: 0.5rem;
  transition: transform 0.4s ease;
}

.price-hero-img-box:hover .price-hero-img {
  transform: scale(1.05);
}

.price-hero-img-overlay {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: 50rem;
  transition: all 0.3s ease;
}

.price-hero-img-box:hover .price-hero-img-overlay {
  background: #0284c7;
}

/* Swiper Navigation Circular Buttons */
.swiper-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.15);
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.swiper-nav-btn:hover {
  background: #0f172a;
  color: #00c2f3;
  border-color: #0f172a;
}

.swiper-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  background: #f8fafc;
  color: #94a3b8;
  border-color: #e2e8f0;
}

/* 4 Category Carousel Cards Amenities Structure (Matching User Reference Image) */
/* 4 Category Carousel Cards Amenities Structure (Matching User Reference Image) */
.amenities-category-card {
  position: relative;
  height: 560px;
  border-radius: 1rem;
  padding: 2.75rem 2rem 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
}

.amenities-category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
}

/* Card 1: Logistics */
.amenities-card-logistics {
  background: #f1efe7;
}

/* Card 2: Safety */
.amenities-card-safety {
  background: #fbf5ee;
}

/* Card 3: Power */
.amenities-card-power {
  background: #eef8f8;
}

/* Card 4: Infrastructure */
.amenities-card-infra {
  background: #f2f0fa;
}

.amenity-card-cat-title {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #1e293b;
  letter-spacing: -0.03em;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

.amenity-card-cat-tagline {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.85rem;
}

.amenity-card-cat-desc {
  font-size: 1rem;
  color: #334155;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Arched Icon Window at Bottom (Matching Reference Image) */
.amenity-arch-window {
  width: 190px;
  height: 190px;
  border-radius: 120px 120px 0 0;
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s ease;
}

.amenity-arch-window i {
  font-size: 4rem;
  color: #0f172a;
  transition: all 0.4s ease;
}

.amenity-arch-window svg {
  width: 84px;
  height: 84px;
  color: #0f172a;
  stroke: #0f172a;
  transition: all 0.4s ease;
}

.amenities-category-card:hover .amenity-arch-window {
  background: rgba(15, 23, 42, 0.06);
  border-color: rgba(15, 23, 42, 0.1);
}

.amenities-category-card:hover .amenity-arch-window i {
  color: #0f172a;
  transform: none;
}

.amenities-category-card:hover .amenity-arch-window svg {
  color: #0f172a;
  stroke: #0f172a;
  transform: none;
}

/* Hover Amenities Content Overlay (Reveals Amenities List from Light Arch Background) */
.amenity-hover-overlay {
  position: absolute;
  inset: 0;
  background: #e3ded5;
  color: #0f172a;
  padding: 2.25rem 1.65rem 2rem 1.65rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 10;
  border-radius: 1rem;
}

/* Matching Arch Window Light Color Tones per Card */
.amenities-card-logistics .amenity-hover-overlay {
  background: #e3ded5;
}

.amenities-card-safety .amenity-hover-overlay {
  background: #ede3d7;
}

.amenities-card-power .amenity-hover-overlay {
  background: #daefef;
}

.amenities-card-infra .amenity-hover-overlay {
  background: #e1dde9;
}

.amenities-category-card:hover .amenity-hover-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.amenity-overlay-header {
  border-bottom: none !important;
  padding-bottom: 0;
  margin-bottom: 1.35rem;
  text-align: center;
}

.amenity-overlay-header .badge {
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.45rem 1.15rem;
  border-radius: 50px;
  background: #0f172a !important;
  color: #ffffff !important;
  letter-spacing: 0.03em;
}

.amenity-overlay-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.amenity-overlay-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 0.93rem;
  color: #334155;
  line-height: 1.45;
}

.amenity-overlay-list li strong {
  color: #0f172a;
  font-weight: 700;
  font-size: 0.96rem;
}

.amenity-overlay-list li .spec-pill-icon-pin {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 0.85rem;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.18);
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

@keyframes fadeInUpSmooth {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }

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

@media (max-width: 767.98px) {
  .price-hero-banner {
    padding: 1.5rem 1.25rem;
  }

  .price-hero-area {
    font-size: 2.5rem;
  }

  .floor-switch-btn {
    padding: 0.5rem 1.1rem;
    font-size: 0.82rem;
  }
}

.price-badge {
  background: rgba(0, 194, 243, 0.12);
  color: #0088b3;
  border: 1px solid rgba(0, 194, 243, 0.3);
  padding: 0.3rem 0.8rem;
  border-radius: 50rem;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.price-badge:hover {
  background: #00c2f3;
  color: #ffffff;
}

/* Financing & Schemes Full-Width Architectural Grid (No Background Color, Edge-to-Edge Line Grid) */
.finance-grid-container {
  display: flex;
  width: 100%;
  background: transparent;
  border-top: 1px solid rgba(15, 23, 42, 0.16);
  border-bottom: 1px solid rgba(15, 23, 42, 0.16);
  border-left: none;
  border-right: none;
  border-radius: 0;
  gap: 0;
}

.finance-grid-item {
  flex: 1;
  padding: 1.75rem 1rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid rgba(15, 23, 42, 0.12);
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.finance-grid-item:last-child {
  border-right: none;
}

.finance-grid-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.05);
  border: 1.5px solid rgba(15, 23, 42, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #0f172a;
  margin-bottom: 0.85rem;
}

.finance-grid-title {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: 0.01em;
  text-transform: none;
  margin-bottom: 0.25rem;
  line-height: 1.25;
}

.finance-grid-subtitle {
  font-size: 0.88rem;
  font-weight: 500;
  color: #475569;
  letter-spacing: 0.01em;
}

@media (max-width: 991.98px) {
  .finance-grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .finance-grid-item {
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid rgba(15, 23, 42, 0.12);
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
    padding: 1.5rem 0.75rem 1.25rem 0.75rem;
  }

  .finance-grid-item:nth-child(2n) {
    border-right: none;
  }

  .finance-grid-item:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    border-right: none !important;
    border-bottom: none !important;
  }
}

@media (max-width: 575.98px) {
  .finance-grid-container {
    justify-content: center !important;
  }

  .finance-grid-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 1.25rem 0.5rem 1.1rem 0.5rem;
  }

  .finance-grid-item:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    border-right: none !important;
    border-bottom: none !important;
  }

  .finance-grid-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    font-size: 1.15rem;
    margin-bottom: 0.65rem;
  }

  .finance-grid-title {
    font-size: 0.95rem;
    line-height: 1.2;
  }

  .finance-grid-subtitle {
    font-size: 0.8rem;
  }
}

/* Amenities Tab System (Light) */
.nav-pills-custom .nav-link {
  background: #ffffff;
  color: #475569;
  border: 1px solid #cbd5e1;
  border-radius: 50rem;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  margin: 0.3rem;
  transition: all 0.3s ease;
}

.nav-pills-custom .nav-link:hover {
  color: #69469c;
  border-color: #69469c;
  background: rgba(105, 70, 156, 0.05);
}

.nav-pills-custom .nav-link.active {
  background: linear-gradient(135deg, #00c2f3, #69469c);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 15px rgba(0, 194, 243, 0.35);
}

.amenity-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
}

.amenity-card:hover {
  border-color: #00c2f3;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 194, 243, 0.15);
}

.amenity-icon {
  width: 46px;
  height: 46px;
  border-radius: 0.75rem;
  background: rgba(0, 194, 243, 0.12);
  color: #0099cc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* Financing Section (Light) */
.finance-card {
  background: #ffffff;
  border: 1px solid rgba(105, 70, 156, 0.25);
  border-radius: 1.25rem;
  padding: 2rem;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.finance-card:hover {
  border-color: #00c2f3;
  box-shadow: 0 15px 35px rgba(105, 70, 156, 0.18);
  transform: translateY(-5px);
}

.calculator-card {
  background: #ffffff;
  border: 1px solid rgba(0, 194, 243, 0.3);
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
}

.form-range::-webkit-slider-thumb {
  background: #00c2f3;
  box-shadow: 0 0 10px rgba(0, 194, 243, 0.5);
}

/* Section 8: Ecosystem (Pure White Background) */
#ecosystem {
  background: #ffffff !important;
  color: #0f172a !important;
}

#ecosystem h2 {
  color: #0f172a !important;
}

#ecosystem p.text-muted {
  color: #64748b !important;
}

/* Section 9: Gallery (Dark Gradient) */
#gallery {
  background: linear-gradient(135deg, #031e33 0%, #0a2d4b 35%, #271447 75%, #120726 100%) !important;
  color: #e2e8f0;
}

#gallery h2 {
  color: #ffffff !important;
}

#gallery p.text-muted {
  color: #cbd5e1 !important;
}

/* Ecosystem Image Header Cards (Full-Card Image, Bottom-Stuck Flat Bottom, Large Heading) */
.eco-card-v2 {
  position: relative;
  background: #ffffff;
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 490px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-bottom: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.eco-card-v2:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16);
}

.eco-card-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.eco-card-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.eco-card-v2:hover .eco-card-bg-img img {
  transform: scale(1.06);
}

.eco-card-top-fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(
    180deg,
    #f5f2ec 0%,
    rgba(245, 242, 236, 0.97) 40%,
    rgba(245, 242, 236, 0.7) 70%,
    rgba(245, 242, 236, 0) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.eco-card-content {
  position: relative;
  z-index: 3;
  padding: 1.75rem 1.5rem 1rem 1.5rem;
}

.eco-card-title {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.45rem;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.eco-card-desc {
  font-size: 1.02rem;
  font-weight: 500;
  color: #1e293b;
  line-height: 1.4;
  margin-bottom: 0;
}

.eco-card-accent {
  display: none !important;
}

.ecosystem-swiper {
  width: 100%;
  overflow: visible;
  padding: 10px 0 0 0;
  margin-bottom: 0;
}

.ecosystem-pillar {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  padding: 2rem;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.ecosystem-pillar:hover {
  border-color: #00c2f3;
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 194, 243, 0.25);
  background: rgba(255, 255, 255, 0.08);
}

.ecosystem-pillar h5 {
  color: #ffffff !important;
}

.ecosystem-pillar p {
  color: #cbd5e1 !important;
}

.ecosystem-pillar .pillar-number {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.12);
}

/* Gallery Showcase (Flush to Bottom) */
.gallerySwiper {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.gallerySwiper .swiper-pagination {
  bottom: 12px !important;
  z-index: 30;
}

.gallery-item {
  position: relative;
  border-radius: 1.5rem 1.5rem 0 0 !important;
  overflow: hidden;
  border: none !important;
  cursor: pointer;
  height: 420px;
  box-shadow: 0 -8px 25px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: flex-end;
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .gallery-item {
    height: 340px;
  }
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  border-radius: 1.5rem 1.5rem 0 0 !important;
  transition: transform 0.5s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.9), transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

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

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

/* Location Advantage (Light) */
.location-badge {
  background: rgba(105, 70, 156, 0.08);
  border: 1px solid rgba(105, 70, 156, 0.25);
  color: #69469c;
  padding: 0.4rem 1rem;
  border-radius: 50rem;
  font-size: 0.85rem;
  font-weight: 700;
}

.dist-badge {
  background: rgba(0, 194, 243, 0.12);
  color: #0088b3;
  font-weight: 700;
  padding: 0.3rem 0.8rem;
  border-radius: 0.5rem;
}

/* Footer (Vibrant Brand Gradient Design) */
footer {
  background: linear-gradient(135deg, #031e33 0%, #0a2d4b 35%, #271447 75%, #120726 100%) !important;
  color: #e2e8f0;
  position: relative;
  overflow: hidden;
  border-top: none !important;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.25);
}

footer::before {
  display: none !important;
}

.footer-logo-img {
  height: 100px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

footer p,
footer .text-muted {
  color: #cbd5e1 !important;
}

.footer-address-label {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00c2f3;
  margin-bottom: 0.5rem;
}

.border-end-dashed {
  border-right: 1px dashed rgba(255, 255, 255, 0.22);
}

.border-bottom-dashed {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.22);
}

@media (max-width: 767.98px) {
  .border-end-dashed {
    border-right: none !important;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.22);
    padding-bottom: 1.5rem !important;
    margin-bottom: 1rem !important;
    padding-right: 0 !important;
  }
}

.footer-disclaimer-text {
  font-size: 0.65rem !important;
  color: #94a3b8 !important;
  opacity: 0.75;
  line-height: 1.4;
  text-align: justify;
}

footer h5 {
  color: #ffffff;
}

footer a {
  color: #e2e8f0;
  text-decoration: none;
  transition: color 0.25s ease;
}

footer a:hover,
.hover-cyan:hover {
  color: #00c2f3 !important;
}

.footer-bottom-bar {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Modal Form Customization (Light) */
.modal-custom .modal-content {
  background: #ffffff;
  border: 1px solid rgba(0, 194, 243, 0.3);
  border-radius: 1.5rem;
  color: #0f172a;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.25);
}

.modal-custom .form-control,
.modal-custom .form-select {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #0f172a;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
}

.modal-custom .form-control:focus,
.modal-custom .form-select:focus {
  background: #ffffff;
  border-color: #00c2f3;
  box-shadow: 0 0 15px rgba(0, 194, 243, 0.25);
  color: #0f172a;
}

.modal-custom option {
  background: #ffffff;
  color: #0f172a;
}

/* Toast Notifications */
.toast-custom {
  background: #ffffff;
  border: 1px solid #00c2f3;
  color: #0f172a;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
}

/* Floating Sticky Interactive Widget Bar (Clean Display Toggles) */
.sticky-bar-widget {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1080;
  background: #111827;
  border: 1px solid rgba(0, 194, 243, 0.35);
  border-radius: 50rem;
  padding: 0.35rem 0.5rem;
  box-shadow: 0 15px 45px rgba(15, 23, 42, 0.4), 0 0 25px rgba(0, 194, 243, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  max-width: 95vw;
}

/* Compact Wrapper (Active by default) */
.sticky-compact-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sticky-bar-widget.expanded .sticky-compact-wrapper {
  display: none !important;
}

/* Expanded Wrapper (Active when expanded) */
.sticky-expanded-wrapper {
  display: none;
  flex-direction: column;
  width: 100%;
}

.sticky-bar-widget.expanded .sticky-expanded-wrapper {
  display: flex;
}

.sticky-bar-widget.expanded {
  border-radius: 50rem;
  padding: 0.65rem 1.25rem 0.45rem 1.25rem;
  background: #0f172a;
  border-color: #00c2f3;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.5), 0 0 30px rgba(0, 194, 243, 0.3);
}

.sticky-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  flex-shrink: 0;
}

.sticky-wa-btn {
  background: #25D366;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.sticky-wa-btn:hover {
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.sticky-call-btn {
  background: linear-gradient(135deg, #00c2f3, #0284c7);
  box-shadow: 0 4px 15px rgba(0, 194, 243, 0.4);
}

.sticky-call-btn:hover {
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 194, 243, 0.6);
}

.btn-sticky-enquire {
  background: linear-gradient(135deg, #00c2f3 0%, #69469c 100%);
  color: #ffffff;
  border: none;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.65rem 1.5rem;
  border-radius: 50rem;
  box-shadow: 0 4px 20px rgba(0, 194, 243, 0.4);
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
  height: 40px;
}

.btn-sticky-enquire:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(105, 70, 156, 0.5);
  color: #ffffff;
}

/* Expanded Form Styling */
.sticky-form-content {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
}

.sticky-form-content .form-control,
.sticky-form-content .form-select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 0.6rem;
  font-size: 0.82rem;
  padding: 0.45rem 0.8rem;
  height: 40px;
}

.sticky-form-content input[name="name"],
.sticky-form-content input[name="phone"] {
  width: 140px;
  min-width: 130px;
  flex-shrink: 0;
}

.sticky-form-content .form-select[name="unit"] {
  width: 180px;
  min-width: 170px;
  flex-shrink: 0;
}

.sticky-form-content .form-control:focus,
.sticky-form-content .form-select:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #00c2f3;
  box-shadow: 0 0 10px rgba(0, 194, 243, 0.3);
  color: #ffffff;
}

.sticky-form-content .form-control::placeholder {
  color: #94a3b8;
}

.sticky-form-content option {
  background: #0f172a;
  color: #ffffff;
}

.sticky-privacy.footer-disclaimer-text {
  font-size: 0.62rem;
  color: #94a3b8;
  opacity: 0.75;
  line-height: 1.45;
  text-align: justify;
}

.sticky-privacy-assurance {
  font-size: 0.72rem;
  color: #94a3b8;
  text-align: center;
  width: 100%;
  padding-top: 0.35rem;
}

.btn-sticky-close {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #e2e8f0;
  width: 32px;
  height: 32px;
  border-radius: 50rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.25s ease;
  flex-shrink: 0;
  margin-left: 0.2rem;
}

.btn-sticky-close:hover {
  background: rgba(239, 68, 68, 0.2);
  color: #f87171;
  border-color: #f87171;
}

@media (max-width: 767.98px) {
  .sticky-bar-widget {
    bottom: 0.85rem;
  }

  .sticky-bar-widget.expanded {
    width: 92vw !important;
    border-radius: 1.5rem !important;
    padding: 1rem !important;
  }

  .sticky-form-content {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.6rem;
  }

  .sticky-form-content input[name="name"],
  .sticky-form-content input[name="phone"],
  .sticky-form-content .form-select[name="unit"] {
    width: 100% !important;
    min-width: 100% !important;
  }

  .sticky-form-content .btn-sticky-enquire {
    width: 100% !important;
  }
}

/* ==========================================
   SEAMLESS SLIDER FOR KEY HIGHLIGHTS
   ========================================== */
.slider-marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 1.5rem 0;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
}

.slider-marquee-wrapper:active,
.slider-marquee-wrapper.is-dragging {
  cursor: grabbing;
}

.slider-marquee-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  will-change: transform;
}

.slider-marquee-wrapper:hover .slider-marquee-track {
  animation-play-state: paused;
}

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

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

.highlight-card {
  width: 360px;
  min-height: 250px;
  background: #f1efe7;
  border-radius: 1.25rem;
  padding: 1.6rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.highlight-card:hover {
  transform: translateY(-6px);
  background: #e6e3da;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

.highlight-top {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.highlight-metric {
  font-family: 'Inter', sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 0.95;
  color: #0f172a;
  letter-spacing: -0.03em;
}

.highlight-unit {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase !important;
  color: #64748b;
  margin-top: 0.35rem;
  line-height: 1.25;
}

.highlight-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.85rem;
  margin-top: auto;
}

.highlight-bottom-text {
  flex: 1;
}

.highlight-title {
  font-family: 'Inter', sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 0.35rem;
}

.highlight-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.84rem;
  color: #475569;
  line-height: 1.45;
  margin: 0;
}

.highlight-icon-pin {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  font-size: 0.85rem;
  flex-shrink: 0;
  margin-bottom: 0.15rem;
  transition: all 0.3s ease;
}

.highlight-card:hover .highlight-icon-pin {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
}

@media (max-width: 767.98px) {
  .highlight-card {
    width: 290px;
    min-height: 230px;
    padding: 1.35rem 1.25rem;
  }

  .highlight-metric {
    font-size: 2.2rem;
  }

  .highlight-title {
    font-size: 1.05rem;
  }

  .highlight-desc {
    font-size: 0.8rem;
  }
}

/* =============================================
   SECTION 10: IQOSA WORLDWIDE LUXURY GLOBE LAYOUT
   ============================================= */
.iqosa-location-section {
  background: #ffffff !important;
  color: #0f172a !important;
  min-height: 670px;
  padding: 4.5rem 0 4.5rem 0;
  overflow: hidden !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  position: relative;
}

/* Location Card Pills Grid (Authentic Matching Upper Sections Design) */
.location-card-pill {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  transition: all 0.25s ease;
  cursor: pointer;
  width: 100%;
}

@media (max-width: 575.98px) {
  .location-card-pill {
    padding: 12px 14px;
  }
}

.location-card-pill:hover {
  transform: translateY(-3px);
  border-color: #0f172a !important;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
}

.location-card-title {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  line-height: 1.3;
}

.location-card-dist {
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  color: #64748b !important;
  margin-top: 2px;
}

.location-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid rgba(15, 23, 42, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  font-size: 1.15rem;
  transition: all 0.25s ease;
}

.location-card-pill:hover .location-icon-circle {
  background: #0f172a !important;
  border-color: #0f172a !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.25);
  transform: scale(1.05);
}

.location-card-pill:hover .location-icon-circle i {
  color: #ffffff !important;
}

/* Website-wide Section Category Badge (White Background & Black Text) */
.section-category-badge {
  display: inline-flex;
  align-self: flex-start !important;
  width: fit-content !important;
  align-items: center;
  gap: 0.55rem;
  background: #ffffff !important;
  color: #0f172a !important;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  padding: 0.45rem 1.15rem;
  border-radius: 50rem;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
  border: 1.5px solid rgba(15, 23, 42, 0.18);
  margin-bottom: 0.85rem;
}

.section-category-badge i {
  font-size: 0.85rem;
  color: #0f172a !important;
}

.location-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.bg-emerald-subtle {
  background-color: rgba(16, 185, 129, 0.12) !important;
}

.bg-danger-subtle {
  background-color: rgba(239, 68, 68, 0.12) !important;
}

.bg-indigo-subtle {
  background-color: rgba(99, 102, 241, 0.12) !important;
}

.bg-warning-subtle {
  background-color: rgba(245, 158, 11, 0.12) !important;
}

.bg-primary-subtle {
  background-color: rgba(59, 130, 246, 0.12) !important;
}

.bg-emerald {
  background-color: #10b981 !important;
}

.text-emerald {
  color: #10b981 !important;
}

.bg-indigo {
  background-color: #6366f1 !important;
}

.text-indigo {
  color: #6366f1 !important;
}

.fs-8 {
  font-size: 0.75rem !important;
}

.iqosa-badge {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #0284c7;
  text-transform: uppercase;
}

.iqosa-badge-dot {
  width: 8px;
  height: 8px;
  background: #0284c7;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(2, 132, 199, 0.4);
}

.iqosa-main-heading {
  font-family: 'Inter', -apple-system, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.15;
  font-size: 2.8rem;
  color: #0f172a !important;
}

.iqosa-main-desc {
  color: #475569 !important;
  max-width: 480px;
  line-height: 1.65;
}

/* Callout Hotspot Block Styles (Matching User Screenshot) */
.iqosa-hotspots-container {
  min-height: 420px;
  z-index: 20;
}

.iqosa-callout-block {
  position: absolute;
  z-index: 25;
  font-family: 'Inter', -apple-system, sans-serif;
  user-select: none !important;
  -webkit-user-select: none !important;
}

.iqosa-callout-1 {
  top: 10px;
  left: 42%;
}

.iqosa-callout-2 {
  top: 70px;
  right: 12%;
}

.iqosa-callout-3 {
  top: 240px;
  right: 22%;
}

.iqosa-callout-4 {
  bottom: 10px;
  left: 2%;
}

.callout-title {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #0f172a !important;
  margin-bottom: 12px;
  text-transform: uppercase;
}

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

.callout-list li {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #334155 !important;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
}

.callout-list li .dist-tag {
  color: #0284c7 !important;
  font-weight: 800;
  font-size: 0.78rem;
  background: rgba(2, 132, 199, 0.1) !important;
  padding: 2px 8px;
  border-radius: 20px;
  border: 1px solid rgba(2, 132, 199, 0.25);
}

/* Diagonal Pointer Lines & Double Ring Target Hotspots */
.callout-pointer-wrapper {
  position: relative;
}

.pointer-line {
  height: 1.5px;
  background: rgba(15, 23, 42, 0.35);
  position: absolute;
}

.pointer-line-1 {
  width: 140px;
  top: 25px;
  left: 100px;
  transform: rotate(42deg);
  transform-origin: top left;
}

.pointer-line-2 {
  width: 120px;
  top: 25px;
  left: -110px;
  transform: rotate(-135deg);
  transform-origin: top right;
}

.pointer-line-3 {
  width: 130px;
  top: 25px;
  left: -120px;
  transform: rotate(-140deg);
  transform-origin: top right;
}

.double-target-ring {
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ring-1 {
  top: 110px;
  left: 190px;
}

.ring-2 {
  top: -65px;
  left: -200px;
}

.ring-3 {
  top: -60px;
  left: -210px;
}

.ring-outer {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(2, 132, 199, 0.6);
  animation: ringPulse 3s infinite ease-in-out;
}

.ring-inner {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid #0284c7;
  box-shadow: 0 0 12px rgba(2, 132, 199, 0.4);
}

@keyframes ringPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.15);
    opacity: 0.9;
  }

  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

/* Giant Globe Background Element (Matching Screenshot) */
.iqosa-globe-bg {
  position: absolute;
  bottom: -220px;
  right: -150px;
  width: 920px;
  height: 920px;
  pointer-events: none;
  z-index: 5;
  opacity: 0.95;
}

.iqosa-globe-svg {
  width: 100%;
  height: 100%;
}

/* Vertical Map Container for Strategic Location Section */
.vertical-map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 560px;
  border-radius: 1.5rem !important;
  overflow: hidden !important;
  box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(15, 23, 42, 0.08) !important;
  background: #ffffff;
}

#connectivityMap,
.leaflet-container {
  width: 100% !important;
  height: 100% !important;
  min-height: 560px !important;
  border-radius: 1.5rem !important;
  overflow: hidden !important;
  background: #f8fafc !important;
}

.map-floating-bar {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 50rem;
  padding: 8px 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.map-live-badge {
  color: #0f172a;
  font-size: 0.85rem;
}

.map-live-dot {
  width: 9px;
  height: 9px;
  background-color: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.35);
  animation: pulseDot 2s infinite;
  display: inline-block;
}

@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.map-bar-actions .btn-map-control {
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #334155;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 50rem;
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.map-bar-actions .btn-map-control:hover {
  background: #6366f1;
  border-color: #6366f1;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

@media (max-width: 991.98px) {
  .vertical-map-wrapper {
    min-height: 440px !important;
    height: 440px !important;
    margin-top: 1.5rem !important;
  }
  
  #connectivityMap,
  .leaflet-container {
    min-height: 440px !important;
    height: 440px !important;
  }
}

/* 3D Wireframe Graticule Grid Overlay (Latitude & Longitude lines) */
.globe-3d-grid-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 400;
  border-radius: 50%;
  opacity: 0.75;
}

/* 3D Glass Sphere Curvature Lens Shader */
.globe-3d-lens-shader {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 450;
  background: radial-gradient(circle at 32% 28%,
      rgba(255, 255, 255, 0.32) 0%,
      rgba(255, 255, 255, 0.08) 25%,
      rgba(15, 23, 42, 0.15) 55%,
      rgba(15, 23, 42, 0.82) 100%);
  box-shadow:
    inset 0 0 60px 15px rgba(15, 23, 42, 0.75),
    inset -20px -20px 40px rgba(0, 0, 0, 0.8),
    inset 15px 15px 30px rgba(255, 255, 255, 0.35);
}

/* 3D Globe Pedestal Base Shadow */
.globe-pedestal-shadow {
  width: 70%;
  height: 24px;
  margin: -12px auto 0 auto;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 75%);
  filter: blur(6px);
  pointer-events: none;
}

.custom-leaflet-marker {
  background: transparent !important;
  border: none !important;
}

.mfc-site-pin {
  position: relative;
  width: 104px;
  height: 52px;
  background: #ffffff;
  border: 2.5px solid #6366f1;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.4), 0 0 0 4px rgba(99, 102, 241, 0.15);
  padding: 4px 8px;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2000;
}

.mfc-site-pin::after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid #6366f1;
}

.mfc-site-pin:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(99, 102, 241, 0.55), 0 0 0 6px rgba(99, 102, 241, 0.25);
}

.leaflet-container .mfc-site-pin img,
.leaflet-container img.mfc-pin-logo,
.mfc-pin-logo {
  width: 84px !important;
  max-width: 84px !important;
  height: 38px !important;
  max-height: 38px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  pointer-events: none;
}

.mfc-site-ripple {
  position: absolute;
  width: 130px;
  height: 130px;
  top: -39px;
  left: -13px;
  border-radius: 50%;
  border: 2px solid #6366f1;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.35) 0%, rgba(99, 102, 241, 0) 70%);
  animation: markerPulse 2s infinite cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}

@keyframes markerPulse {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* Custom Map Pin Container (Matching User Screenshot Design) */
.custom-leaflet-marker-wrapper {
  background: transparent !important;
  border: none !important;
}

.custom-map-pin-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  pointer-events: auto;
}

/* Top Dark Label Card (Hidden by Default, Shown ONLY on Hover/Active) */
.pin-tooltip-card {
  position: relative;
  background: #1e1e1e;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
  text-align: left;
  white-space: nowrap;
  margin-bottom: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.pin-tooltip-card .pin-title {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}

.pin-tooltip-card .pin-dist {
  font-size: 0.72rem;
  font-weight: 800;
  color: #d4af37;
  /* Golden / Amber text matching screenshot */
  letter-spacing: 0.06em;
  margin-top: 3px;
  text-transform: uppercase;
}

/* Downward Arrow Stem below dark label box */
.pin-tooltip-arrow {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1e1e1e;
}

/* Bottom Teardrop Pin (Matching Screenshot) */
.teardrop-pin {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), filter 0.25s ease;
  z-index: 1;
  border: 2px solid #ffffff;
}

/* Upright Icon inside rotated teardrop pin */
.teardrop-pin .teardrop-icon {
  transform: rotate(45deg);
  color: #ffffff;
  font-size: 0.95rem;
}

/* Hover & Active Pin State - Reveal Dark Card ON HOVER */
.custom-map-pin-wrapper:hover .teardrop-pin,
.custom-map-pin-wrapper.is-active .teardrop-pin {
  transform: rotate(-45deg) scale(1.2);
  filter: brightness(1.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.custom-map-pin-wrapper:hover .pin-tooltip-card,
.custom-map-pin-wrapper.is-active .pin-tooltip-card {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 255, 255, 0.25);
}

.leaflet-popup-content-wrapper {
  background: rgba(15, 23, 42, 0.94) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  border: 1px solid rgba(0, 194, 243, 0.4) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6) !important;
  padding: 4px !important;
}

.leaflet-popup-tip {
  background: #0f172a !important;
}

.custom-map-popup {
  padding: 6px 8px;
}

.custom-map-popup-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  color: #ffffff;
  margin-bottom: 4px;
}

.custom-map-popup-desc {
  font-size: 0.82rem;
  color: #94a3b8;
  margin-bottom: 6px;
}

.custom-map-popup-dist {
  display: inline-block;
  background: rgba(0, 194, 243, 0.15);
  color: #00c2f3;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
}

/* Position Floating Action Controls Centered at Top Arc */
.conn-map-overlay-controls {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.btn-map-control {
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 7px 14px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-map-control:hover,
.btn-map-control.is-highlight {
  background: #0f172a;
  border-color: #00c2f3;
  color: #00c2f3;
}

/* Position Floating Active Info Badge Centered at Bottom Arc */
.conn-map-active-badge {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  max-width: 480px;
  z-index: 800;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 194, 243, 0.35);
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.badge-dot.pulse-blue {
  width: 10px;
  height: 10px;
  background: #00c2f3;
  border-radius: 50%;
  box-shadow: 0 0 10px #00c2f3;
  display: inline-block;
  animation: dotPulse 1.5s infinite;
}

@keyframes dotPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.3);
    opacity: 1;
  }

  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}

@media (max-width: 767.98px) {
  .conn-map-wrapper {
    max-width: 90vw;
    height: 90vw;
    max-height: 460px;
  }

  .conn-map-overlay-controls {
    top: 14px;
    scale: 0.85;
  }

  .conn-map-active-badge {
    bottom: 14px;
    padding: 8px 12px;
    width: 92%;
  }
}

/* Hide Leaflet Floating Popup Overlay Box completely */
.leaflet-popup,
.leaflet-popup-pane {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* ==========================================================================
   GLOBAL RICH ANIMATIONS & MICRO-INTERACTIONS
   ========================================================================== */

/* 1. Subtle Shimmer Sweep on Badges & CTAs */
@keyframes badgeShimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.section-category-badge {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.section-category-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

/* 2. Floating Gentle Hover for Interactive Cards */
.pillar-card,
.eco-card-v2,
.finance-grid-item,
.location-item-interactive {
  will-change: transform;
}

/* 3. Smooth Breathing Pulse on Floating Call / Sticky Action Buttons */
@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 4px 20px rgba(0, 194, 243, 0.35);
  }
  50% {
    box-shadow: 0 8px 30px rgba(0, 194, 243, 0.65);
  }
}

.btn-gradient-cyan,
.btn-price-calc {
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-gradient-cyan:hover,
.btn-price-calc:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 28px rgba(0, 194, 243, 0.45) !important;
}

/* 4. Swiper Navigation Arrows Bounce Hover */
.swiper-nav-btn {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.swiper-nav-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15) !important;
}

/* 5. Smooth Text Gradient Shimmer on Major Hero / Highlights */
.text-gradient-cyan {
  background-size: 200% auto;
  transition: background-position 0.5s ease;
}

.text-gradient-cyan:hover {
  background-position: right center;
}