/* SIRCAA Premium Theme */
:root {
  --electric-blue: #0066ff;
  --deep-navy: #0a1628;
  --dark-charcoal: #1a2332;
  --neon-cyan: #00e5ff;
  --orange-glow: #ff6b35;
  --purple-light: #7c3aed;
  --white: #ffffff;
  --gray-100: #f4f7fb;
  --gray-200: #e2e8f0;
  --gray-400: #94a3b8;
  --glass: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.15);
  --shadow-glow: 0 0 40px rgba(0, 102, 255, 0.25);
  --font-heading: 'Sora', 'Outfit', sans-serif;
  --font-body: 'Poppins', sans-serif;
  --radius: 16px;
  --radius-lg: 24px;
  --transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --topbar-h: 34px;
  --navbar-h: 48px;
  --header-h: 64px;
  --header-full-h: calc(var(--topbar-h) + var(--navbar-h));
  --bottom-nav-gap: 14px;
  --bottom-nav-bar-h: 62px;
  --bottom-nav-h: calc(var(--bottom-nav-bar-h) + var(--bottom-nav-gap) + env(safe-area-inset-bottom, 0px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--dark-charcoal);
  background: var(--white);
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  padding-bottom: 0;
}
body.has-bottom-nav { padding-bottom: var(--bottom-nav-h); }

.site-main {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  padding-top: 0;
}
@media (min-width: 992px) {
  body.has-topbar .site-main { padding-top: 0; }
  body.page-home .site-main { padding-top: 0; }
}
@media (max-width: 991.98px) {
  body.page-home .site-main,
  body.inner-page .site-main,
  body:not(.page-home) .site-main {
    padding-top: 0 !important;
  }
}
body.page-home .hp-hero-block,
body.page-home .hp-hero-slider-wrap {
  border-radius: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}
body.page-home .hero-swiper,
body.page-home .hp-hero-swiper {
  height: auto !important;
  min-height: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Cursor */
.cursor-dot, .cursor-ring {
  position: fixed;
  pointer-events: none;
  z-index: 99998;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
@media (min-width: 992px) {
  .cursor-dot, .cursor-ring { display: block; }
}
.cursor-dot { width: 8px; height: 8px; background: var(--neon-cyan); }
.cursor-ring {
  width: 40px; height: 40px;
  border: 1px solid rgba(0, 229, 255, 0.5);
  transition: width 0.3s, height 0.3s;
}
.cursor-ring.hover { width: 60px; height: 60px; border-color: var(--orange-glow); }

/* Top bar scrolls; main nav bar stays sticky */
.top-bar-pf-scroll {
  position: relative;
  z-index: 999;
}
.site-header-wrap {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: visible;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}
.site-header-wrap--sticky {
  width: 100%;
}
body.header-scrolled .site-header-wrap {
  background: rgba(10, 22, 40, 0.97);
  backdrop-filter: blur(16px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  body.inner-page .site-header-wrap {
    background: rgba(10, 22, 40, 0.97);
    backdrop-filter: blur(16px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  }
}
body.page-home:not(.header-scrolled) .site-header-wrap {
  background: linear-gradient(to bottom, rgba(10, 22, 40, 0.85), transparent);
}

.top-bar {
  background: #050d18;
  color: var(--white);
  font-size: 0.75rem;
  padding: 0.4rem 0;
  min-height: var(--topbar-h);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.top-bar-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; }
.top-bar-list a { color: var(--white); text-decoration: none; }
.top-bar-list i { color: var(--orange-glow); margin-right: 0.3rem; }
.top-bar-address { max-width: 420px; }
.top-bar-address span { opacity: 0.9; }
.top-bar-actions { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.social-icons-inline a {
  color: var(--white);
  margin-left: 0.35rem;
  opacity: 0.85;
  font-size: 0.9rem;
  transition: var(--transition);
}
.social-icons-inline a:hover { color: var(--neon-cyan); }

.site-header {
  position: relative;
  width: 100%;
}
.site-header .navbar {
  padding: 0.5rem 0;
  min-height: var(--navbar-h);
}
body.inner-page .site-header .navbar {
  background: transparent;
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--white);
}
.logo-mark {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--electric-blue), var(--purple-light));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--white);
  box-shadow: var(--shadow-glow);
}
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text strong { font-family: var(--font-heading); font-size: 1.25rem; color: var(--white); }
.logo-text small { font-size: 0.65rem; color: var(--neon-cyan); letter-spacing: 0.15em; text-transform: uppercase; }

.nav-link {
  color: rgba(255,255,255,0.85) !important;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.5rem 1rem !important;
  position: relative;
  transition: var(--transition);
}
.nav-link:hover, .nav-link.active { color: var(--neon-cyan) !important; }
.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background: linear-gradient(90deg, var(--electric-blue), var(--orange-glow));
  border-radius: 2px;
}

.glass-panel {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.mega-menu {
  padding: 1.5rem !important;
  min-width: 280px;
  border: none !important;
  margin-top: 0.5rem !important;
}
.mega-menu-grid { display: grid; gap: 0.25rem; }
.mega-menu-link {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--dark-charcoal);
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.9rem;
  transition: var(--transition);
}
.mega-menu-link:hover {
  background: var(--gray-100);
  color: var(--electric-blue);
  padding-left: 1.25rem;
}

.btn-accent {
  background: linear-gradient(135deg, var(--orange-glow), #ff8c42);
  color: var(--white);
  border: none;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.5rem 1.25rem;
  transition: var(--transition);
}
.btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
  color: var(--white);
}
.btn-primary-glow {
  background: linear-gradient(135deg, var(--electric-blue), var(--purple-light));
  color: var(--white);
  border: none;
  border-radius: 50px;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.btn-primary-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 102, 255, 0.45);
  color: var(--white);
}
.btn-outline-glow {
  border: 2px solid var(--neon-cyan);
  color: var(--neon-cyan);
  background: transparent;
  border-radius: 50px;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  transition: var(--transition);
}
.btn-outline-glow:hover {
  background: var(--neon-cyan);
  color: var(--deep-navy);
  box-shadow: 0 0 30px rgba(0, 229, 255, 0.4);
}

/* Hero */
.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--deep-navy);
}
.hero-swiper { height: 100vh; min-height: 600px; }
.hero-slide {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  transition: transform 8s ease;
}
.swiper-slide-active .hero-slide-bg { transform: scale(1); }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(10,22,40,0.95) 0%, rgba(10,22,40,0.7) 45%, rgba(0,102,255,0.2) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: calc(var(--navbar-h) + 3rem) 0 4rem;
  max-width: 700px;
}
@media (min-width: 992px) {
  body.page-home .hero-content {
    padding-top: 2.5rem;
  }
}
.hero-eyebrow {
  display: inline-block;
  color: var(--neon-cyan);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.hero-title .highlight {
  background: linear-gradient(135deg, #ffd700, var(--orange-glow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-desc {
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem;
  margin-bottom: 2rem;
  max-width: 520px;
}
.hero-btns { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.hero-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255,255,255,0.9);
  font-size: 0.85rem;
}
.hero-feature i {
  font-size: 1.5rem;
  color: var(--neon-cyan);
}
.hero-particles-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
}
.hero-swiper .swiper-pagination-bullet {
  background: var(--white);
  opacity: 0.4;
  width: 10px;
  height: 10px;
}
.hero-swiper .swiper-pagination-bullet-active {
  background: var(--neon-cyan);
  opacity: 1;
  width: 30px;
  border-radius: 5px;
}

/* Trust strip (Paraflex-style) */
.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  padding: 0.85rem 0;
  margin-top: -1px;
  position: relative;
  z-index: 5;
}
.trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--dark-charcoal);
}
.trust-item i {
  color: var(--electric-blue);
  font-size: 1.15rem;
}

/* Sections */
.section { padding: var(--section-py, 2.35rem) 0; position: relative; }
.section-dark { background: var(--deep-navy); color: var(--white); }
.section-light { background: var(--gray-100); }
.section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 0.75rem;
}
.section-subtitle {
  color: var(--electric-blue);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.section-dark .section-subtitle { color: var(--neon-cyan); }

/* Cards */
.glow-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid var(--gray-200);
  transition: var(--transition);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.glow-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--electric-blue), var(--neon-cyan));
  transform: scaleX(0);
  transition: var(--transition);
}
.glow-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 102, 255, 0.15);
  border-color: transparent;
}
.glow-card:hover::before { transform: scaleX(1); }
.glow-card-dark {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
}
.glow-card-dark:hover {
  background: rgba(255,255,255,0.08);
  box-shadow: 0 25px 50px rgba(0, 229, 255, 0.1);
}
.card-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0,102,255,0.15), rgba(0,229,255,0.15));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--electric-blue);
  margin-bottom: 1.25rem;
}
.section-dark .card-icon { color: var(--neon-cyan); }

/* Product grid */
.product-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 1;
  display: block;
  text-decoration: none;
}
.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.product-card:hover img { transform: scale(1.1); }
.product-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,22,40,0.95), transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  color: var(--white);
}
.product-card-overlay h3 { font-size: 1.1rem; margin: 0; }
.product-card-overlay span { font-size: 0.8rem; color: var(--neon-cyan); }

/* Stats */
.stats-section {
  background: linear-gradient(135deg, var(--electric-blue), var(--purple-light));
  padding: var(--section-py, 2.35rem) 0;
  position: relative;
  overflow: hidden;
}
.stat-item { text-align: center; color: var(--white); }
.stat-number {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1;
}
.stat-label { font-size: 0.9rem; opacity: 0.9; margin-top: 0.5rem; }

/* Process steps */
.process-step {
  text-align: center;
  position: relative;
}
.process-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--electric-blue), var(--neon-cyan));
  color: var(--white);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-family: var(--font-heading);
}

/* Certifications */
.cert-logo {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.5rem;
  text-align: center;
  font-weight: 700;
  color: var(--deep-navy);
  border: 1px solid var(--gray-200);
  transition: var(--transition);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
.cert-logo:hover {
  border-color: var(--electric-blue);
  box-shadow: var(--shadow-glow);
}

/* Testimonial */
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid var(--gray-200);
  height: 100%;
}
.testimonial-stars { color: #ffc107; margin-bottom: 1rem; }
.testimonial-text { font-style: italic; margin-bottom: 1.5rem; color: var(--dark-charcoal); }
.testimonial-author strong { display: block; }
.testimonial-author small { color: var(--gray-400); }

/* FAQ */
.faq-item {
  background: var(--white);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  border: 1px solid var(--gray-200);
  overflow: hidden;
}
.faq-question {
  width: 100%;
  text-align: left;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  font-weight: 600;
  font-family: var(--font-heading);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
}
.faq-question:hover { color: var(--electric-blue); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-answer-inner { padding: 0 1.5rem 1.25rem; color: var(--gray-400); }
.faq-item.active .faq-answer { max-height: 300px; }
.faq-item.active .faq-question i { transform: rotate(180deg); }

/* CTA Section */
.cta-section-wrap {
  background: var(--gray-100);
  padding: var(--section-py, 2.35rem) 0;
}
.cta-banner-premium {
  background: linear-gradient(125deg, #0044cc 0%, #0066ff 45%, #5b21b6 100%);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  color: var(--white);
  box-shadow: 0 20px 60px rgba(0, 102, 255, 0.35);
  position: relative;
  overflow: hidden;
}
.cta-banner-premium::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -15%;
  width: 50%;
  height: 180%;
  background: radial-gradient(circle, rgba(0, 229, 255, 0.25), transparent 65%);
  pointer-events: none;
}
.cta-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--neon-cyan);
  margin-bottom: 0.75rem;
}
.cta-title {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 1rem;
  line-height: 1.2;
}
.cta-desc {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
.btn-cta-orange {
  background: var(--orange-glow);
  color: var(--white);
  border: none;
  border-radius: 50px;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
}
.btn-cta-orange:hover {
  background: #ff8555;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 107, 53, 0.45);
}
.btn-cta-outline {
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: var(--white);
  border-radius: 50px;
  font-weight: 600;
  background: transparent;
}
.btn-cta-outline:hover {
  background: var(--white);
  color: var(--deep-navy);
}
.cta-form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
.cta-form-header {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--gray-200);
}
.cta-form-header i {
  font-size: 1.5rem;
  color: var(--electric-blue);
  margin-bottom: 0.5rem;
  display: block;
}
.cta-form-header h3 {
  color: var(--deep-navy);
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
}
.cta-form-header p {
  color: var(--gray-400);
  font-size: 0.85rem;
  margin: 0;
}
.btn-cta-submit {
  background: linear-gradient(135deg, var(--electric-blue), var(--purple-light));
  color: var(--white);
  border: none;
  border-radius: 50px;
  font-weight: 600;
  padding: 0.85rem;
}
.btn-cta-submit:hover {
  color: var(--white);
  box-shadow: 0 8px 28px rgba(0, 102, 255, 0.4);
  transform: translateY(-1px);
}

/* Page header */
.page-hero {
  padding: calc(var(--navbar-h) + 2.5rem) 0 3rem;
  background: linear-gradient(135deg, var(--deep-navy), #0d2847);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  body.has-topbar .page-hero {
    padding-top: 2rem;
  }
}
.page-hero:not(.page-hero--banner)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, var(--sirca-cream, #F7F4EE), transparent);
}
.page-hero.page-hero--banner::after {
  display: none;
}
.breadcrumb-nav {
  display: flex;
  gap: 0.5rem;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.breadcrumb-nav a { color: var(--neon-cyan); text-decoration: none; }

/* Forms */
.form-control, .form-select {
  border-radius: 12px;
  border: 1px solid var(--gray-200);
  padding: 0.75rem 1rem;
  transition: var(--transition);
}
.form-control:focus {
  border-color: var(--electric-blue);
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.15);
}
.form-feedback { font-size: 0.85rem; }
.form-feedback.success { color: #22c55e; }
.form-feedback.error { color: #ef4444; }

/* Gallery */
.gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-bottom: 1.5rem;
}
.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-filter .btn {
  border-radius: 50px;
  margin: 0.25rem;
}
.gallery-filter .btn.active {
  background: var(--electric-blue);
  color: var(--white);
  border-color: var(--electric-blue);
}

/* Timeline */
.timeline { position: relative; padding-left: 2rem; }
.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--electric-blue), var(--neon-cyan));
}
.timeline-item {
  position: relative;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 0.25rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--neon-cyan);
  box-shadow: 0 0 15px var(--neon-cyan);
  transform: translateX(-6px);
}
.timeline-year {
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--electric-blue);
  font-size: 1.25rem;
}

/* Footer — Paraflex-style */
.paraflex-footer {
  background: #0b0f14;
  color: rgba(255, 255, 255, 0.75);
  padding: 0 0 1rem;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.footer-wave {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(0, 102, 255, 0.12), transparent),
    radial-gradient(ellipse 60% 40% at 80% 100%, rgba(124, 58, 237, 0.08), transparent);
  pointer-events: none;
}
.footer-logo-badge {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: -36px;
  padding-top: 2.5rem;
}
.footer-logo-circle {
  display: inline-flex;
  width: 116px;
  height: 56px;
  border-radius: 8px;
  background: var(--white);
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  padding: 0.2rem 0.45rem;
}
.footer-logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.footer-brand-logo {
  height: 56px;
  width: auto;
  max-width: 170px;
  display: block;
}
.footer-heading {
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.footer-heading span {
  display: inline-block;
  position: relative;
}
.footer-heading span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--orange-glow), #ff4444);
  border-radius: 2px;
}
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}
.footer-contact-list li {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
  font-size: 0.85rem;
  line-height: 1.5;
}
.footer-contact-list i {
  color: var(--orange-glow);
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.footer-contact-list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.footer-contact-list a:hover { color: var(--neon-cyan); }
.footer-social-row a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  margin-right: 0.4rem;
  font-size: 0.95rem;
  transition: var(--transition);
}
.footer-social-row a:hover {
  background: var(--electric-blue);
  transform: translateY(-2px);
}
.footer-links-chevron {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links-chevron li { margin-bottom: 0.5rem; }
.footer-links-chevron a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: var(--transition);
}
.footer-links-chevron a i {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
}
.footer-links-chevron a:hover {
  color: var(--neon-cyan);
  padding-left: 4px;
}
.footer-map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.08);
}
.footer-map-wrap iframe {
  width: 100%;
  height: 160px;
  border: 0;
  display: block;
}
.footer-separator {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 2rem 0 1.5rem;
}
.footer-copyright {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.75rem;
}
.footer-keywords {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.8;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 0.5rem;
}
.footer-keywords span { color: rgba(255, 255, 255, 0.45); }

/* FAB */
.fab-group,
.fab-group-desktop {
  position: fixed;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.fab-group {
  bottom: calc(var(--bottom-nav-h) + 12px);
  left: 14px;
}
.fab-group-desktop {
  bottom: 24px;
  left: 24px;
}
.fab {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.35rem;
  border: none;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  transition: var(--transition);
  text-decoration: none;
}
.fab:hover { transform: scale(1.1); color: var(--white); }
.fab-whatsapp { background: #25d366; }
.fab-call { background: var(--electric-blue); }
.fab-enquiry { background: var(--orange-glow); }

.back-to-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--deep-navy);
  color: var(--neon-cyan);
  border: 1px solid var(--glass-border);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  cursor: pointer;
}
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--electric-blue); color: var(--white); }

/* Sticky social */
.sticky-social {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 800;
  flex-direction: column;
}
.sticky-social a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.1rem;
  transition: var(--transition);
}
.ss-fb { background: #1877f2; }
.ss-ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.ss-yt { background: #ff0000; }
.ss-dl { background: var(--deep-navy); }
.sticky-social a:hover { padding-right: 8px; width: 52px; }

/* Mobile full menu — app-style bottom sheet */
.mobile-fullmenu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: var(--bottom-nav-h);
  top: 0;
  z-index: 1999;
  background: #f5f7fc;
  transform: translateY(100%);
  transition: transform 0.45s cubic-bezier(0.32, 0.72, 0, 1);
  overflow-y: auto;
  padding: 1.5rem 1.25rem 2rem;
  -webkit-overflow-scrolling: touch;
}
.mobile-fullmenu.open { transform: translateY(0); }
/* menu-open overlay removed — using Bootstrap offcanvas */
.mobile-fullmenu-header { position: relative; margin-bottom: 1.5rem; }
.mobile-fullmenu-header h2 {
  font-family: 'Georgia', serif;
  font-size: 2rem;
  color: var(--deep-navy);
  margin-bottom: 0.25rem;
}
.btn-close-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: var(--gray-200);
}
.menu-section-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gray-400);
  margin-bottom: 1rem;
}
.quick-menu-grid { display: grid; gap: 0.75rem; }
.quick-menu-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--white);
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--deep-navy);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: var(--transition);
}
.quick-menu-card:hover { transform: translateX(4px); box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
.qmc-icon {
  width: 48px;
  height: 48px;
  background: var(--gray-100);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--electric-blue);
}
.discover-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.discover-row a {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.25rem 0.5rem;
  text-align: center;
  text-decoration: none;
  color: var(--deep-navy);
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  font-size: 0.8rem;
}
.discover-row i { display: block; font-size: 1.5rem; color: var(--electric-blue); margin-bottom: 0.5rem; }
.fullmenu-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--deep-navy);
  color: var(--white);
  padding: 1.25rem;
  border-radius: 50px;
  margin-top: 2rem;
}
.fullmenu-cta-icon {
  width: 48px;
  height: 48px;
  background: var(--orange-glow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fullmenu-cta p { margin: 0; font-size: 0.85rem; flex: 1; }
.btn-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Mobile bottom nav — floating pill above screen edge */
.mobile-bottom-nav {
  position: fixed;
  bottom: calc(var(--bottom-nav-gap) + env(safe-area-inset-bottom, 0px));
  left: max(12px, env(safe-area-inset-left, 0px));
  right: max(12px, env(safe-area-inset-right, 0px));
  width: auto;
  min-height: var(--bottom-nav-bar-h);
  height: auto;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(2, 79, 174, 0.1);
  border-radius: 22px;
  box-shadow:
    0 4px 6px rgba(15, 39, 64, 0.04),
    0 16px 40px rgba(15, 39, 64, 0.14);
  display: none;
  align-items: center;
  justify-content: space-around;
  z-index: 2000;
  padding: 0.4rem 0.5rem;
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}
@media (max-width: 991.98px) {
  .mobile-bottom-nav.d-lg-none {
    display: grid;
    grid-template-columns: 1fr 1fr auto 1fr 1fr;
    align-items: center;
    justify-items: center;
    gap: 0.2rem;
  }
}
.mbn-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  text-decoration: none;
  color: #64748b;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: transparent;
  border: none;
  border-radius: 14px;
  padding: 0.4rem 0.35rem;
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  width: 100%;
  transition: color 0.25s ease, background 0.25s ease, transform 0.2s ease;
}
.mbn-item span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.1;
}
.mbn-item i {
  font-size: 1.22rem;
  line-height: 1;
  transition: transform 0.25s ease, color 0.25s ease;
}
.mbn-item.active {
  color: #024FAE;
  background: rgba(2, 79, 174, 0.1);
}
.mbn-item.active i {
  color: #024FAE;
  transform: scale(1.08);
}
.mbn-item:active {
  transform: scale(0.96);
}
.mbn-menu-btn {
  position: relative;
  flex: 0 0 auto;
  top: 0;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  justify-self: center;
}
.mbn-fab {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(145deg, #2B6591 0%, #024FAE 55%, #0F2740 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-top: 0;
  box-shadow:
    0 4px 14px rgba(2, 79, 174, 0.35),
    0 0 0 4px rgba(255, 255, 255, 0.9);
  border: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mbn-menu-btn:hover .mbn-fab,
.mbn-menu-btn:focus-visible .mbn-fab {
  transform: scale(1.06);
  box-shadow:
    0 8px 22px rgba(2, 79, 174, 0.45),
    0 0 0 4px rgba(255, 255, 255, 0.95);
}
.mbn-menu-btn:active .mbn-fab {
  transform: scale(0.95);
}
.mbn-menu-label { display: none; }

/* Video section */
.video-thumb {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--electric-blue);
  transition: var(--transition);
}
.video-thumb:hover .video-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 40px rgba(0, 229, 255, 0.5);
}

/* Spec table */
.spec-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--radius);
  overflow: hidden;
}
.spec-table th, .spec-table td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--gray-200);
}
.spec-table th { background: var(--deep-navy); color: var(--white); font-weight: 600; width: 35%; }
.spec-table tr:hover td { background: var(--gray-100); }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 4.5rem;
}
.lightbox.open { display: flex; }
.lightbox-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
}
.lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 82vh;
  border-radius: var(--radius);
  object-fit: contain;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}
.lightbox-counter {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  font-weight: 600;
}
.lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--white);
  font-size: 1.35rem;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  z-index: 2;
}
.lightbox-close:hover { background: rgba(255, 255, 255, 0.22); }
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--white);
  font-size: 1.5rem;
  background: rgba(43, 101, 145, 0.85);
  border: 2px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  z-index: 2;
}
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }
.lightbox-prev:hover,
.lightbox-next:hover {
  background: #2b6591;
  transform: translateY(-50%) scale(1.06);
}
@media (max-width: 575.98px) {
  .lightbox { padding: 3rem 0.5rem; }
  .lightbox-prev { left: 8px; width: 40px; height: 40px; }
  .lightbox-next { right: 8px; width: 40px; height: 40px; }
}

/* Thank you */
.thank-you-page {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.thank-you-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: var(--white);
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}

/* Magnetic btn helper */
.magnetic-wrap { display: inline-block; }

/* Image lazy */
img[loading="lazy"] { background: var(--gray-100); }

body:not(.page-home) #heroParticles { display: none !important; }

.navbar-toggler {
  border: none;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.navbar-toggler span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: var(--transition);
}
