/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

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

:root {
  --font-heading: 'Montserrat', sans-serif;
  --font-body: Calibri, 'Trebuchet MS', sans-serif;

  --c-navy: #0F2D56;
  --c-navy-dark: #050E2A;
  --c-blue: #1A3A6B;
  --c-orange: #F07800;
  --c-orange-hover: #E05500;
  --c-purple: #5F6AFF;
  --c-gray: #5A6472;
  --c-gray-light: #E5E7EB;
  --c-light-bg: #F4F7FC;

  /* World-Class Animation Tokens */
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --reveal-duration: 1.2s;
  --stagger-delay: 0.1s;

  /* Sticky Offsets */
  --va-header-height: 80px;
  --va-header-shrunk: 64px;
}

html,
body {
  font-family: var(--font-body);
  color: var(--c-gray);
  overflow-x: clip;
  width: 100%;
  position: relative;
  /* Lenis smooth scroll recommended settings */
  scroll-behavior: auto !important;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

#page {
  overflow-x: clip;
  width: 100%;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--c-navy);
}

.max-w-7xl {
  max-width: 1280px;
}

.max-w-3xl {
  max-width: 768px;
}

.max-w-lg {
  max-width: 512px;
}

.light-bg {
  background-color: var(--c-light-bg);
}

.section-pad {
  padding: 96px 0;
}

/* --- GLOBAL STICKY SYSTEM --- */
.custom-header {
  height: var(--va-header-height);
  transition: height 0.4s var(--ease-out-expo), background 0.3s, box-shadow 0.3s;
  align-items: center;
}

.custom-header.va-shrunk {

  box-shadow: 0 10px 30px rgba(5, 14, 42, 0.1);
}



.va-sticky-nav {
  position: sticky !important;
  top: var(--va-header-height) !important;
  z-index: 1010;
  transition: top 0.4s var(--ease-out-expo), background 0.3s, box-shadow 0.3s;
}

body.va-header-shrunk .va-sticky-nav {
  top: var(--va-header-shrunk) !important;
}

/* Handle WordPress Admin Bar offset */
body.admin-bar .va-sticky-nav {
  top: calc(var(--va-header-height) + 32px) !important;
}

body.admin-bar.va-header-shrunk .va-sticky-nav {
  top: calc(var(--va-header-shrunk) + 32px) !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .va-sticky-nav {
    top: calc(var(--va-header-height) + 46px) !important;
  }

  body.admin-bar.va-header-shrunk .va-sticky-nav {
    top: calc(var(--va-header-shrunk) + 46px) !important;
  }
}

.section-label {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--c-orange);
}

/* --- SECTION 1: HERO --- */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(5, 18, 50, 0.97) 0%, rgba(5, 18, 50, 0.93) 30%, rgba(5, 18, 50, 0.55) 48%, rgba(5, 18, 50, 0.10) 58%, rgba(5, 18, 50, 0.00) 68%);
}

.hero-bg-vignette {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(5, 18, 50, 0.55) 0%, transparent 100%);
}

.hero-content-wrapper {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  width: 100%;
}

.hero-content {
  width: 50%;
  min-width: 340px;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .hero-content {
    width: 100%;
    background: rgba(5, 18, 50, 0.85);
    backdrop-filter: blur(4px);
  }

  .hero-bg-gradient {
    background: rgba(5, 18, 50, 0.7);
  }
}

.hero-inner {
  max-width: 640px;
  margin-left: auto;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-spacer {
  flex: 1;
}

.hero-badge {
  margin-bottom: 22px;
  display: inline-flex;
  align-self: flex-start;
}

.hero-badge .badge-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #fff;
  background: rgba(8, 22, 58, 0.82);
  border: 1.5px solid rgba(91, 141, 239, 0.55);
  border-radius: 100px;
  padding: 8px 18px 8px 12px;
  backdrop-filter: blur(8px);
}

.hero-badge i {
  color: #5B8DEF;
  font-size: 16px;
}

.hero-h1 {
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 10px;
}

.hero-h1-bold {
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 700;
}

.hero-subheadline {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(15px, 1.6vw, 20px);
  color: var(--c-purple);
  margin-bottom: 14px;
}

.hero-body {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 460px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.hero-btn {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 15px;
  height: 48px;
  border-radius: 6px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
  border: none;
}

.primary-btn {
  color: #fff;
  background: linear-gradient(135deg, #F07800 0%, #E05500 100%);
}

.primary-btn:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
  color: #fff;
}

.ghost-btn {
  color: #fff;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
}

.ghost-btn:hover {
  background: #fff;
  color: var(--c-navy);
}

.hero-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .hero-trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.trust-card {
  background: rgba(8, 22, 58, 0.78);
  border: 1px solid rgba(50, 90, 170, 0.30);
  border-radius: 12px;
  padding: 13px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(10px);
  transition: all 0.2s;
}

.trust-card:hover {
  border-color: rgba(91, 141, 239, 0.55);
  background: rgba(14, 34, 85, 0.88);
}

.trust-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: rgba(40, 80, 175, 0.20);
  border: 1px solid rgba(65, 115, 210, 0.30);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.trust-icon i {
  color: #5B8DEF;
  font-size: 16px;
}

.trust-text {
  display: flex;
  flex-direction: column;
  leading-trim: both;
  text-edge: cap;
  line-height: 1.15;
}

.trust-val {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.trust-lbl {
  font-size: 11px;
  color: rgba(160, 195, 245, 0.80);
  line-height: 1.35;
  margin-top: 2px;
}

.hero-tagline-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 52px;
  background: rgba(3, 10, 32, 0.88);
  border-top: 1px solid rgba(91, 141, 239, 0.18);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.tagline-rule-left {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, rgba(91, 141, 239, 0.45) 100%);
  max-width: 340px;
  margin-right: 28px;
}

.tagline-rule-right {
  flex: 1;
  height: 1px;
  background: linear-gradient(to left, transparent 0%, rgba(91, 141, 239, 0.45) 100%);
  max-width: 340px;
  margin-left: 28px;
}

.tagline-text {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 11.5px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: rgba(200, 215, 245, 0.80);
  margin: 0;
  white-space: nowrap;
  user-select: none;
}

.tagline-text span {
  color: #5B8DEF;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .tagline-text {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .tagline-rule-left {
    margin-right: 8px;
  }

  .tagline-rule-right {
    margin-left: 8px;
  }
}

/* --- SECTION 2: ABOUT --- */
.label-line {
  width: 40px;
  height: 2px;
  background: var(--c-orange);
  margin-top: 8px;
  border-radius: 2px;
}

.section-title {
  font-weight: 700;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.25;
  margin: 0;
}

.about-paragraphs p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 16px;
}

.text-cta-link {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 16px;
  color: var(--c-purple);
  text-decoration: none;
  transition: 0.2s;
}

.text-cta-link:hover {
  color: var(--c-orange);
}

.text-cta-link:hover span {
  text-decoration: underline;
}

.gradient-dark-card {
  background: linear-gradient(135deg, #0F2D56 0%, #1A4A8C 100%);
  border-radius: 16px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 767.98px) {
  .gradient-dark-card {
    padding: 32px 24px;
  }
}

.feat-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.feat-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--c-orange);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 20px;
}

.feat-text h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin: 0 0 4px;
}

.feat-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.70);
  line-height: 1.6;
  margin: 0;
}

.about-hero-btn {
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  padding: 12px 24px;
  font-size: 15px;
  text-align: center;
}

/* --- SECTION 3: WHY US --- */
.why-left-panel {
  flex: 1;
  background: linear-gradient(135deg, #0F2D56 0%, #5F6AFF 100%);
  padding: 96px 64px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-right-panel {
  flex: 1;
  padding: 96px 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {

  .why-left-panel,
  .why-right-panel {
    padding: 64px 24px;
  }
}

.quote-mark {
  position: absolute;
  right: 32px;
  top: 48px;
  color: var(--c-orange);
  opacity: 0.20;
  font-size: 200px;
  line-height: 1;
  font-family: Georgia, serif;
  user-select: none;
  pointer-events: none;
}

.why-title {
  font-size: clamp(26px, 3.5vw, 40px);
  line-height: 1.25;
}

.why-paragraphs p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 20px;
}

.why-reason-card {
  background: #fff;
  border: 1px solid var(--c-gray-light);
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-reason-card:hover {
  border-color: var(--c-orange);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
  transform: translateY(-4px);
}

.rsn-icon {
  width: 56px;
  height: 56px;
  background: rgba(240, 120, 0, 0.08);
  border: 1px solid rgba(240, 120, 0, 0.2);
  color: var(--c-orange);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 24px;
}

.why-reason-card h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 18px;
  color: var(--c-navy);
  margin: 0;
}

.why-reason-card p {
  font-size: 14px;
  color: var(--c-gray);
  line-height: 1.65;
  margin: 0;
}

/* --- SECTION 4: USP --- */
.usp-card {
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  border-top: 4px solid var(--c-orange);
  box-shadow: inset 0 0 0 1px var(--c-gray-light), 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.usp-card:hover {
  box-shadow: inset 0 0 0 1px var(--c-purple), 0 8px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.usp-icon {
  width: 64px;
  height: 64px;
  background: rgba(240, 120, 0, 0.08);
  border: 1px solid rgba(240, 120, 0, 0.2);
  color: var(--c-orange);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.usp-card h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  line-height: 1.3;
}

.usp-card p {
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  flex-grow: 1;
}

/* --- SECTION 5: PRODUCTS --- */
.section-subtitle {
  font-size: 17px;
  max-width: 600px;
  line-height: 1.65;
}

.prod-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--c-gray-light);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.prod-card:hover {
  border-color: var(--c-orange);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.13);
  transform: translateY(-4px);
}

.prod-img-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.prod-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #ffffff;
  padding: 0;
  transition: 0.3s;
}

.prod-card:hover .prod-img {
  transform: scale(1.04);
}

.prod-icon {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 52px;
  height: 52px;
  background: rgba(15, 45, 86, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 12px;
  color: var(--c-orange);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.prod-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  background: var(--c-orange);
  border-radius: 20px;
  padding: 4px 12px;
  letter-spacing: 0.5px;
}

.prod-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.prod-content h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  line-height: 1.3;
}

.prod-content p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  flex-grow: 1;
}

.prod-cta {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  color: var(--c-orange);
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: 0.2s;
  align-self: flex-start;
}

.prod-cta:hover {
  color: var(--c-orange-hover);
}

/* --- SECTION 6: INDIA PRESENCE --- */
.presence-section {
  background: var(--c-navy-dark);
}

.presence-sub {
  font-size: 17px;
  line-height: 1.75;
}

.stat-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  padding: 22px 18px;
}

.stat-box .val {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(28px, 3vw, 38px);
  color: var(--c-orange);
  margin: 0;
  line-height: 1;
}

.stat-box .sub {
  font-size: 13px;
  color: rgba(200, 215, 245, 0.65);
  margin: 6px 0 0;
}

.city-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 24px;
}

.city-title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1.4px;
  color: rgba(200, 215, 245, 0.50);
  margin: 0 0 16px;
}

.city-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(220, 232, 255, 0.85);
  font-size: 15px;
}

.city-item .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-orange);
  flex-shrink: 0;
}

.hq-badge {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 10px;
  color: var(--c-orange);
  margin-left: 8px;
  background: rgba(240, 120, 0, 0.15);
  border: 1px solid rgba(240, 120, 0, 0.30);
  border-radius: 4px;
  padding: 2px 7px;
}

.map-card {
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
}

.map-legend {
  border-top-color: #E0E8F0 !important;
  font-family: var(--font-heading);
}

.map-legend .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--c-orange);
}

.map-legend .rect {
  width: 14px;
  height: 10px;
  border-radius: 3px;
  background: var(--c-orange);
  opacity: 0.75;
}

.legend-text {
  font-weight: 500;
  font-size: 12px;
  color: var(--c-gray);
}

.legend-source {
  font-size: 11px;
  color: #9BA8BB;
}

/* --- SECTION 7: APPLICATION AREAS --- */
.applications-section {
  background: #0A1E3D;
}

.app-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  transition: 0.2s;
  height: 100%;
}

.app-card:hover {
  background: rgba(240, 120, 0, 0.10);
  border-color: var(--c-orange);
  transform: translateY(-4px);
}

.app-icon {
  color: var(--c-orange);
  font-size: 32px;
  transition: 0.2s;
}

.app-card:hover .app-icon {
  color: #FFB347;
}

.app-card span {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
}

.app-scroll {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.app-scroll::-webkit-scrollbar {
  display: none;
}

.app-scroll .app-card {
  width: 160px;
  scroll-snap-align: start;
  padding: 24px 16px;
}

.app-scroll .app-card span {
  font-size: 13px;
}

.scroll-hint {
  width: 36px;
  height: 36px;
  background: rgba(240, 120, 0, 0.2);
  color: var(--c-orange);
  right: 0;
}

/* --- SECTION 8: INDUSTRIES --- */
.ind-card {
  background: #fff;
  border: 1px solid var(--c-gray-light);
  border-radius: 10px;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  transition: 0.2s;
  height: 100%;
}

.ind-card:hover {
  background: linear-gradient(135deg, #0F2D56 0%, #5F6AFF 100%);
  border-color: var(--c-orange);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.ind-icon {
  width: 64px;
  height: 64px;
  background: var(--c-navy);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  transition: 0.2s;
}

.ind-card:hover .ind-icon {
  background: var(--c-orange);
}

.ind-card span {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 15px;
  color: var(--c-navy);
  line-height: 1.35;
  transition: 0.2s;
}

.ind-card:hover span {
  color: #fff;
}

/* --- SECTION 9: CTA --- */
.cta-section {
  background: linear-gradient(135deg, #F07800 0%, #C45000 100%);
}

.cta-title {
  font-weight: 700;
  font-size: clamp(28px, 5vw, 48px);
  color: #fff;
  line-height: 1.2;
}

.cta-body {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.90);
  line-height: 1.7;
}

.cta-btn {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 18px;
  border-radius: 6px;
  padding: 0 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  text-decoration: none;
  transition: 0.2s;
  border: none;
}

.primary-cta {
  background: var(--c-navy);
  color: #fff;
}

.primary-cta:hover {
  filter: brightness(1.15);
  transform: scale(1.02);
  color: #fff;
}

.cta-link span {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 16px;
}

.cta-link:hover span {
  text-decoration: underline;
}

.cta-trust-strip a:hover {
  opacity: 0.9;
  color: #fff !important;
}

/* --- FOOTER OVERRIDES (If needed) --- */
/* --- HEADER / NAVBAR --- */
.custom-header {
  height: 76px;
  border-bottom: 1px solid var(--c-gray-light);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) !important;
  z-index: 100;
  transition: box-shadow 0.3s ease;
  width: 100%;
  max-width: 100vw;
  left: 0;
  right: 0;
}

.custom-header.scrolled {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10) !important;
}

.custom-header .navbar-nav .nav-link {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  color: var(--c-blue) !important;
  transition: 0.2s;
  position: relative;
  padding: 8px 12px;
}

.custom-header .navbar-nav .nav-link:hover,
.custom-header .navbar-nav .nav-link.active {
  color: var(--c-orange) !important;
}

.custom-header .navbar-nav .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 2px;
  background: var(--c-orange);
  border-radius: 2px;
}

.mega-menu-trigger .mega-menu-caret {
  display: inline-block;
  transition: transform 0.2s;
  position: relative;
  top: -1px;
}

.mega-menu-trigger:hover .mega-menu-caret {
  transform: rotate(180deg);
  color: var(--c-orange);
}

/* Header CTAs — pixel-matched to Figma Navbar.tsx */
.header-cta {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s, filter 0.15s, transform 0.15s;
  border: none;
}

/* "Talk to an Expert" — outlined navy */
.ghost-cta {
  color: #1A3A6B;
  border: 1.5px solid #1A3A6B;
  background: transparent;
}

.ghost-cta:hover {
  background: #1A3A6B;
  color: #fff;
  border-color: #1A3A6B;
}

/* "Request a Quote" in header — orange gradient (Figma exact match) */
.header-actions .primary-cta,
.d-none.d-lg-flex .primary-cta {
  background: linear-gradient(135deg, #F07800 0%, #E05500 100%);
  color: #fff;
  border: none;
}

.header-actions .primary-cta:hover,
.d-none.d-lg-flex .primary-cta:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
  color: #fff;
}

.mobile-nav-btn {
  display: none;
}

/* Legacy class — superseded */

/* Hamburger toggle button */
.va-hamburger {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1.5px solid var(--c-navy);
  border-radius: 8px;
  color: var(--c-navy);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-right: -4px;
  /* Slight nudge for pixel-perf alignment */
}

.va-hamburger:hover,
.va-hamburger:focus {
  background: var(--c-navy);
  color: #fff;
  outline: none;
}

@media (max-width: 991.98px) {
  .custom-header .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .navbar-brand img {
    height: 42px !important;
    width: auto;
  }

  .va-hamburger {
    margin-right: -4px;
    /* Optical adjustment for the icon borders */
    width: 44px;
    height: 44px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* ============================================================
   CRITICAL: Force-hide offcanvas on desktop (lg+)
   Bootstrap's offcanvas is display:none by default, but we
   add an explicit rule to prevent any possible desktop bleed.
============================================================ */
@media (min-width: 992px) {
  #offcanvas-navbar {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  /* Allow it to show if Bootstrap adds .show (for edge cases) */
  #offcanvas-navbar.show {
    display: flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

/* ============================================================
   MOBILE OFFCANVAS DRAWER — Figma-matched design
   Width 320px, navy background, accordion Products sub-menu
============================================================ */

/* Drawer wrapper */
#offcanvas-navbar.offcanvas {
  width: 320px !important;
  max-width: 90vw;
  background: #0F2D56 !important;
  border-left: none;
}

/* Drawer Header */
.va-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
  background: transparent;
}

.va-drawer-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
}

/* X close button */
.va-drawer-close {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  flex-shrink: 0;
}

.va-drawer-close:hover {
  background: rgba(240, 120, 0, 0.15);
  border-color: rgba(240, 120, 0, 0.4);
  color: var(--c-orange);
}

/* Drawer body */
.va-drawer-body {
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
  overflow-y: auto;
  background: #0F2D56;
  flex: 1;
}

/* Nav wrapper */
.va-mobile-nav {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
}

/* ============================================================
   MOBILE NAV — scoped to #offcanvas-navbar
   Uses same main-menu template as desktop (.navbar-nav output)
============================================================ */

/* The navbar-nav list */
#offcanvas-navbar .navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Each nav item */
#offcanvas-navbar .navbar-nav>.nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
}

/* Nav links */
#offcanvas-navbar .navbar-nav .nav-link {
  font-family: var(--font-heading) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none !important;
  padding: 14px 20px !important;
  min-height: 48px;
  display: flex !important;
  align-items: center;
  transition: color 0.15s, background 0.15s;
  border-bottom: none !important;
  background: transparent;
}

#offcanvas-navbar .navbar-nav .nav-link:hover,
#offcanvas-navbar .navbar-nav .nav-link:focus {
  color: var(--c-orange) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  text-decoration: none;
}

/* Active page */
#offcanvas-navbar .navbar-nav .current-menu-item>.nav-link,
#offcanvas-navbar .navbar-nav .active>.nav-link {
  color: var(--c-orange) !important;
}

/* Hide the caret icon that's inside the desktop nav-link for Products */
#offcanvas-navbar .navbar-nav .mega-menu-caret {
  display: none;
}

/* Products mega-menu trigger: flex row so link + button sit side by side */
#offcanvas-navbar .navbar-nav .mega-menu-trigger {
  display: flex !important;
  align-items: stretch;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

#offcanvas-navbar .navbar-nav .mega-menu-trigger>a.nav-link {
  flex: 1;
  border-bottom: none !important;
}

/* JS-injected accordion chevron button */
#offcanvas-navbar .navbar-nav .mega-menu-trigger .va-accordion-toggle {
  width: 52px;
  background: rgba(255, 255, 255, 0.04);
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}

#offcanvas-navbar .navbar-nav .mega-menu-trigger .va-accordion-toggle:hover,
#offcanvas-navbar .navbar-nav .mega-menu-trigger .va-accordion-toggle[aria-expanded="true"] {
  background: rgba(240, 120, 0, 0.12);
  color: var(--c-orange);
}

/* Mega menu wrapper inside mobile: hidden by default (accordion) */
#offcanvas-navbar .navbar-nav .mega-menu-trigger .custom-mega-menu-wrapper {
  position: static !important;
  transform: none !important;
  width: 100% !important;
  max-width: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: none;
  /* hidden, toggled by JS */
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.18) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  pointer-events: auto !important;
  z-index: auto !important;
}

/* Mobile mega menu inner */
#offcanvas-navbar .mega-menu-container {
  padding: 12px 8px !important;
}

/* Mobile mega menu title — hidden */
#offcanvas-navbar .mega-menu-title {
  display: none !important;
}

/* Mobile mega grid → single column stack */
#offcanvas-navbar .mega-menu-container .row {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  margin: 0 !important;
}

#offcanvas-navbar .mega-menu-container .row>[class*="col"] {
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Mobile mega item: horizontal (icon left + text right) */
#offcanvas-navbar .mega-menu-item {
  flex-direction: row !important;
  align-items: center !important;
  gap: 14px !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding: 12px 16px !important;
  background: transparent !important;
}

#offcanvas-navbar .mega-menu-item:last-child {
  border-bottom: none !important;
}

#offcanvas-navbar .mega-menu-item:hover {
  background: rgba(240, 120, 0, 0.10) !important;
  border-color: transparent !important;
}

/* Mobile icon box */
#offcanvas-navbar .mega-menu-item .mm-icon {
  width: 36px !important;
  height: 36px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  font-size: 15px !important;
  flex-shrink: 0;
}

#offcanvas-navbar .mega-menu-item:hover .mm-icon {
  background: rgba(240, 120, 0, 0.18) !important;
  border-color: rgba(240, 120, 0, 0.35) !important;
  color: var(--c-orange) !important;
}

/* Mobile label + description */
#offcanvas-navbar .mega-menu-item .mm-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#offcanvas-navbar .mega-menu-item h5 {
  color: rgba(255, 255, 255, 0.90) !important;
  font-size: 13px !important;
  margin: 0 !important;
}

#offcanvas-navbar .mega-menu-item:hover h5 {
  color: #fff !important;
}

#offcanvas-navbar .mega-menu-item p {
  color: rgba(255, 255, 255, 0.50) !important;
  font-size: 11px !important;
  margin: 0 !important;
}




/* Products row: link + toggle chevron button side by side */
.va-mobile-link-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.va-mobile-link-row {
  display: flex;
  align-items: stretch;
}

/* Remove border-bottom from parent link (group handles it) */
.va-mobile-link--parent {
  flex: 1;
  border-bottom: none;
  color: rgba(255, 255, 255, 0.85);
}

.va-mobile-link--parent:hover {
  color: var(--c-orange);
}

/* Accordion toggle chevron button */
.va-accordion-toggle {
  width: 52px;
  background: rgba(255, 255, 255, 0.04);
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}

.va-accordion-toggle:hover {
  background: rgba(240, 120, 0, 0.12);
  color: var(--c-orange);
}

.va-acc-chevron {
  font-size: 13px;
  transition: transform 0.3s ease;
}

.va-accordion-toggle[aria-expanded="true"] .va-acc-chevron {
  transform: rotate(180deg);
}

.va-accordion-toggle[aria-expanded="true"] {
  background: rgba(240, 120, 0, 0.12);
  color: var(--c-orange);
}

/* Accordion sub-panel */
.va-mobile-sub {
  display: none;
  /* hidden by default */
  flex-direction: column;
  background: rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.va-mobile-sub.va-sub-open {
  display: flex;
}

/* Each product category sub-item */
.va-mobile-sub-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
  transition: background 0.15s;
}

.va-mobile-sub-item:last-child {
  border-bottom: none;
}

.va-mobile-sub-item:hover {
  background: rgba(240, 120, 0, 0.10);
}

/* Sub-item icon */
.va-sub-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.va-mobile-sub-item:hover .va-sub-icon {
  background: rgba(240, 120, 0, 0.18);
  border-color: rgba(240, 120, 0, 0.35);
  color: var(--c-orange);
}

/* Sub-item text */
.va-sub-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.va-sub-label {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.90);
  line-height: 1.3;
}

.va-mobile-sub-item:hover .va-sub-label {
  color: #fff;
}

.va-sub-desc {
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.50);
  line-height: 1.4;
}

/* Bottom CTA buttons */
.va-drawer-ctas {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.va-drawer-btn {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 6px;
  transition: filter 0.2s, transform 0.2s, background 0.2s, color 0.2s;
}

/* "Talk to an Expert" — ghost white */
.va-drawer-ghost {
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.60);
  background: transparent;
}

.va-drawer-ghost:hover {
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
}

/* "Request a Quote" — orange gradient */
.va-drawer-primary {
  color: #fff;
  background: linear-gradient(135deg, #F07800 0%, #E05500 100%);
  border: none;
}

.va-drawer-primary:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
  color: #fff;
}

/* Offcanvas overlay — dark backdrop matches Figma rgba(0,0,0,0.5) */
.offcanvas-backdrop {
  background: rgba(0, 0, 0, 0.5) !important;
}

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

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

.client-marquee-track {
  animation: marquee 30s linear infinite;
}

.client-marquee-container:hover .client-marquee-track {
  animation-play-state: paused;
}

.client-logo-box:hover {
  filter: none !important;
  border-color: var(--c-orange) !important;
}

/* --- MEGA MENU — Pixel-perfect Figma match --- */
.mega-menu-trigger {
  position: static !important;
}

#nav-main {
  position: relative;
}

/* Wrapper: 860px wide, centered, white card */
.custom-mega-menu-wrapper {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-40%);
  /* Matches Figma: translateX(-40%) */
  width: 860px;
  max-width: calc(100vw - 32px);
  background: #fff;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  pointer-events: none;
  z-index: 1000;
  display: none;
}

/* Invisible hover bridge (prevents menu closing on gap between trigger and menu) */
.custom-mega-menu-wrapper::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 30px;
}

@media (min-width: 992px) {
  .mega-menu-trigger:hover .custom-mega-menu-wrapper {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: auto;
    display: block;
  }
}

/* Inner padding: p-6 = 24px  matches Figma `<div className="p-6">` */
.mega-menu-container {
  padding: 24px !important;
}

/* Title: "Product Categories" — orange, 11px, uppercase, letter-spacing 1.5px */
.mega-menu-title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--c-orange);
  /* #F07800 */
  margin-bottom: 16px;
  /* mb-4 */
  border-bottom: 1px solid #F4F7FC;
  /* Figma: borderBottom: "1px solid #F4F7FC" */
  padding-bottom: 12px;
}

/* Grid: 4 columns, gap 16px — matches Figma `grid grid-cols-4 gap-4` */
.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Override Bootstrap row/col so the grid layout takes over */
.mega-menu-container .row {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  margin: 0 !important;
}

.mega-menu-container .row>[class*="col"] {
  padding: 0 !important;
  width: auto !important;
  max-width: none !important;
  flex: none !important;
}

/* Item: VERTICAL card — icon → label → desc (flex-column) */
.mega-menu-item {
  display: flex;
  flex-direction: column;
  /* Figma: flex flex-col */
  gap: 8px;
  /* Figma: gap-2 */
  padding: 12px;
  /* Figma: p-3 */
  border-radius: 8px;
  /* Figma: rounded-lg */
  border: 1px solid transparent;
  /* Figma: border: "1px solid transparent" */
  text-decoration: none;
  background: transparent;
  transition: background 0.15s, border-color 0.15s;
  cursor: pointer;
}

/* Hover: light blue bg + orange border — matches Figma onMouseEnter */
.mega-menu-item:hover {
  background: #F4F7FC;
  /* Figma: "#F4F7FC" */
  border-color: #F07800;
  /* Figma: "#F07800" */
}

/* Icon box: 48×48, navy-tinted bg */
.mega-menu-item .mm-icon {
  width: 48px;
  /* Figma: width: 48 */
  height: 48px;
  /* Figma: height: 48 */
  border-radius: 8px;
  /* Figma: rounded-lg */
  background: rgba(15, 45, 86, 0.06);
  /* Figma: "rgba(15,45,86,0.06)" */
  border: 1px solid rgba(15, 45, 86, 0.10);
  /* Figma: "rgba(15,45,86,0.1)" */
  color: #0F2D56;
  /* Figma: "#0F2D56" */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  /* FA icon size ~= Lucide size={32} */
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

/* Icon stays navy on hover (Figma has no icon color change on hover) */
.mega-menu-item:hover .mm-icon {
  background: rgba(15, 45, 86, 0.06);
  border-color: rgba(15, 45, 86, 0.10);
  color: #0F2D56;
}

/* Label: Montserrat 600 13px #0F2D56 */
.mega-menu-item h5 {
  font-family: var(--font-heading);
  /* Montserrat */
  font-weight: 600;
  /* Figma: fontWeight: 600 */
  font-size: 13px;
  /* Figma: fontSize: "13px" */
  color: #0F2D56;
  /* Figma: color: "#0F2D56" */
  margin: 0;
  line-height: 1.3;
  transition: color 0.15s;
}

.mega-menu-item:hover h5 {
  color: #0F2D56;
  /* Stays navy on hover (Figma doesn't change this) */
}

/* Description: Calibri 12px #5A6472 */
.mega-menu-item p {
  font-family: var(--font-body);
  /* Calibri, 'Trebuchet MS', sans-serif */
  font-size: 12px;
  /* Figma: fontSize: "12px" */
  color: #5A6472;
  /* Figma: color: "#5A6472" */
  margin: 0;
  line-height: 1.4;
  /* Figma: lineHeight: 1.4 */
}

/* Sub-text wrapper (mm-text) — no extra styling needed in vertical layout */
.mega-menu-item .mm-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  /* Figma: marginTop: 2 on desc */
}

/* ============================================================
   MEGA MENU FOOTER — Symmetry & Navigation
   ============================================================ */
.mega-menu-footer {
  border-top: 1px solid #EEF1F7;
  padding-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13.5px;
  color: #0F2D56;
  background: #F8FAFF;
  border: 1.5px solid #E2E8F0;
  padding: 10px 28px;
  border-radius: 8px;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.view-all-link i {
  transition: transform 0.2s ease;
  font-size: 12px;
}

.view-all-link:hover {
  background: #FFFFFF;
  border-color: #F07800;
  color: #F07800;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(240, 120, 0, 0.12);
}

.view-all-link:hover i {
  transform: translateX(6px);
}

/* Mobile Adjustments for Side Drawer */
.va-mobile-nav .mega-menu-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 16px 24px;
  justify-content: flex-start;
  margin-top: 0 !important;
  background: rgba(0, 0, 0, 0.05);
}

.va-mobile-nav .view-all-link {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  justify-content: center;
  font-size: 13px;
}

.va-mobile-nav .view-all-link:hover {
  background: rgba(240, 120, 0, 0.1);
  border-color: #F07800;
  color: #FFFFFF;
}

/* ---- MOBILE: Revert to horizontal list layout inside offcanvas ---- */
@media (max-width: 991.98px) {
  .custom-mega-menu-wrapper {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    border: none;
    padding: 0 !important;
    background: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    margin-top: 12px;
    margin-left: 12px;
  }

  /* Restore horizontal layout on mobile */
  .mega-menu-item {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    border-radius: 0;
    border: none;
    padding: 10px 12px;
  }

  .mega-menu-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: transparent;
  }

  .mega-menu-title {
    display: none;
  }

  /* Mobile grid → single column */
  .mega-menu-container .row {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .mega-menu-item h5 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
  }

  .mega-menu-item p {
    color: rgba(255, 255, 255, 0.55);
  }

  .mega-menu-item .mm-icon {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .mega-menu-item:hover .mm-icon {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
  }

  .mega-menu-item:hover h5 {
    color: var(--c-orange);
  }
}

/* --- FOOTER --- */
.custom-footer {
  background: #0A1E3D;
  border-top: 2px solid var(--c-orange);
  color: rgba(255, 255, 255, 0.70);
  padding-top: 32px;
}

.footer-logo img {
  height: 48px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-desc {
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 0;
}

.social-btn {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.70);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  text-decoration: none;
}

.social-btn:hover {
  color: var(--c-orange);
  border-color: var(--c-orange);
}

.footer-widget-title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--c-orange);
  margin-bottom: 4px;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-menu-list a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.70);
  text-decoration: none;
  padding: 2px 0;
  transition: 0.2s;
  display: inline-block;
}

.footer-menu-list a:hover {
  color: var(--c-orange);
}

.contact-item {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.70);
  text-decoration: none;
  transition: 0.2s;
  line-height: 1.5;
}

.contact-item:hover {
  color: var(--c-orange);
}

.contact-item i {
  color: var(--c-orange);
  font-size: 16px;
  margin-top: 2px;
}

.footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.10) !important;
  margin-top: 24px;
}

.footer-copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.footer-legal a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: 0.2s;
}

.footer-legal a:hover {
  color: var(--c-orange);
}

.footer-legal .sep {
  color: rgba(255, 255, 255, 0.25);
  font-size: 13px;
}

/* ================================================================
   WORLD-CLASS GSAP ANIMATION SYSTEM — V Automat
   Award-winning hover & scroll interactions
================================================================ */

/* ---- Custom Cursor — DISABLED (using default browser cursor) ---- */
.va-cursor-dot,
.va-cursor-ring {
  display: none !important;
}

/* ---- Scroll Progress Bar ---- */
.va-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--c-orange) 0%, #FFB347 50%, var(--c-purple) 100%);
  transform-origin: left center;
  transform: scaleX(0);
  z-index: 99999;
  pointer-events: none;
}

/* ---- Back-to-Top Button ---- */
.va-btt {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F07800, #E05500);
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(240, 120, 0, 0.4);
  transition: box-shadow 0.3s;
}

.va-btt:hover {
  box-shadow: 0 8px 32px rgba(240, 120, 0, 0.6);
}

.va-btt i {
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .va-btt {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

/* ---- Nav Underline Slide ---- */
.va-nav-line {
  display: block;
  position: absolute;
  bottom: 4px;
  left: 12px;
  right: 12px;
  height: 2px;
  background: var(--c-orange);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}

/* ---- Header shrunk state ---- */
.custom-header.va-header-shrunk {
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s;
}

/* ---- Card 3D tilt — isolate transforms ---- */
.prod-card,
.usp-card,
.why-reason-card {
  transform-style: preserve-3d;
  will-change: transform;
}

/* ---- Radial glow on cards (CSS custom property hand-off from GSAP) ---- */
.prod-card::before,
.usp-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle 180px at var(--gx, 50%) var(--gy, 50%),
      rgba(240, 120, 0, 0.08) 0%,
      transparent 70%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 0;
}

.prod-card:hover::before,
.usp-card:hover::before {
  opacity: 1;
}

.prod-card,
.usp-card {
  position: relative;
  overflow: hidden;
}

.prod-content,
.usp-card>* {
  position: relative;
  z-index: 1;
}

/* ---- App card icon bounce ---- */
.app-card {
  will-change: transform;
}

.app-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ---- Industry card icon spin (via GSAP) ---- */
.ind-card {
  will-change: transform;
}

/* ---- Timeline dot pulse (About page) ---- */
@keyframes tl-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(240, 120, 0, 0.6);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(240, 120, 0, 0);
  }
}

.timeline-dot-active {
  animation: tl-pulse 2s ease-in-out infinite;
}

/* ---- Client logo hover ---- */
.client-logo-box {
  transition: filter 0.3s, border-color 0.3s, transform 0.3s !important;
}

.client-logo-box:hover {
  filter: none !important;
  border-color: var(--c-orange) !important;
  transform: scale(1.06) !important;
}

/* ---- CTA section — floating particles (pure CSS) ---- */
.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle 200px at 10% 80%, rgba(255, 255, 255, 0.07) 0%, transparent 70%),
    radial-gradient(circle 300px at 90% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

/* ---- Presence section stat box hover glow ---- */
.stat-box {
  transition: background 0.3s, border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.stat-box:hover {
  border-color: var(--c-orange) !important;
  box-shadow: 0 0 24px rgba(240, 120, 0, 0.18);
  transform: translateY(-3px);
}

/* ---- Vision section columns stagger init ---- */
#vision .col-lg-6 {
  will-change: transform, opacity;
}

/* ---- Section entrance defaults (prevents FOUC) ---- */
.gsap-fade-up,
.gsap-fade-right,
.gsap-fade-left {
  will-change: transform, opacity;
}

/* ---- Ghost btn ripple-ready ---- */
.ghost-btn,
.ghost-cta {
  position: relative;
  overflow: hidden;
}

/* ---- Mega menu item shimmer on hover ---- */
.mega-menu-item {
  position: relative;
  overflow: hidden;
}

.mega-menu-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(240, 120, 0, 0.06) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  pointer-events: none;
}

.mega-menu-item:hover::after {
  transform: translateX(100%);
}

/* ---- Smooth section transitions ---- */
section {
  transition: none;
  /* GSAP handles transitions */
}

/* ---- Drop shadow on hero badge ---- */
.hero-badge .badge-inner {
  transition: box-shadow 0.3s, transform 0.3s;
}

.hero-badge .badge-inner:hover {
  box-shadow: 0 4px 20px rgba(91, 141, 239, 0.35);
  transform: translateY(-2px);
}

/* ---- Tagline bar shimmer ---- */
@keyframes tagline-shimmer {
  0% {
    background-position: -400px 0;
  }

  100% {
    background-position: 400px 0;
  }
}

.tagline-text {
  background: linear-gradient(90deg,
      rgba(200, 215, 245, 0.80) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(200, 215, 245, 0.80) 100%);
  background-size: 400px 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: tagline-shimmer 4s linear infinite;
}

.tagline-text span {
  -webkit-text-fill-color: var(--c-purple);
  color: var(--c-purple);
  background: none;
}

/* ---- Typography: clip-path animation support ---- */
.hero-h1 {
  will-change: clip-path, transform, opacity;
}

/* ---- Scroll-progress GPU acceleration ---- */
.va-scroll-progress {
  will-change: transform;
}

.page-template-template-product-detail .wpcf7-form-control-wrap input {
  width: 100%;
  padding: 10px 14px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.07);
  color: #FFFFFF;
  font-family: Calibri, 'Trebuchet MS', sans-serif;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.page-template-template-product-detail .wpcf7-submit {
  width: 100%;
  background: #F07800;
  color: #FFFFFF;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 12px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}