/* Horizon Brand Fonts - Commented out due to missing font files */
/*
@font-face {
  font-family: 'Futura Md BT';
  src: url('../fonts/FuturaMdBT.woff2') format('woff2'),
       url('../fonts/FuturaMdBT.woff') format('woff'),
       url('../fonts/FuturaMdBT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Md BT';
  src: url('../fonts/FuturaMdBT-Bold.woff2') format('woff2'),
       url('../fonts/FuturaMdBT-Bold.woff') format('woff'),
       url('../fonts/FuturaMdBT-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*/

/* Horizon Brand Colors Override */
:root {
  /* Brand Colors */
  --brand-red: #D62124;
  --brand-blue: #00225A;
  --brand-blue-light: #003380;
  --brand-blue-dark: #001742;

  /* Override Theme Colors with Brand Colors */
  --theme-color1: #00225A;           /* Primary Blue */
  --theme-color1-rgb: 0, 34, 90;
  --theme-color2: #D62124;           /* Primary Red */
  --theme-color2-rgb: 214, 33, 36;
  --theme-color3: #9DAAA4;           /* Keep original gray */
  --theme-color4: #003380;           /* Lighter Blue */
  --theme-color5: #001742;           /* Darker Blue */
  --theme-color6: #00225A;           /* Primary Blue */
  --theme-color7: #D62124;           /* Primary Red */

  /* Background Colors */
  --theme-bg-color1: #F0F5FF;        /* Light blue tint */

  /* Heading and Link Colors */
  --heading-color: #00225A;
  --link-color: #00225A;
  --link-hover-color: #D62124;

  /* Gradients with Brand Colors */
  --gradient-3: linear-gradient(180deg, rgba(0, 34, 90, 0) 40%, #00225A 100%);
  --gradient-4: linear-gradient(180deg, rgba(0, 34, 90, 0) 60%, #00225A 100%);
  --gradient-5: linear-gradient(270deg, rgba(0, 34, 90, 0) 41.35%, #00225A 90%);
  --gradient-6: linear-gradient(180deg, rgba(0, 34, 90, 0) 30%, #00225A 95%);
}

/* Additional brand color applications */
.theme-btn,
.btn-style-one {
  background-color: var(--brand-red) !important;
  border-color: var(--brand-red) !important;
  border-radius: 4px !important;
  padding: 8px 18px !important;
  font-size: 12px !important;
}

.theme-btn:hover,
.btn-style-one:hover {
  background-color: var(--brand-blue) !important;
  border-color: var(--brand-blue) !important;
}

/* Header background override - see Hexagon style section below */
.main-header {
  background-color: transparent;
}

/* Service icons and accents */
.service-icon svg path,
.about-arrow svg path,
.choose-icon svg path {
  fill: var(--brand-blue) !important;
}

/* Section backgrounds */
.why-choose-section-one,
.work-process-section-one,
.testimonial-section-one {
  background-color: var(--brand-blue);
}

/* Active states and highlights */
.navigation > li.current > a,
.navigation > li:hover > a,
.choose-icon.active {
  color: var(--brand-red) !important;
}

/* Footer */
.main-footer-one {
  background-color: var(--brand-blue);
}

/* Buttons and CTAs */
.banner-btn a,
.loginet-button a,
.project-btn a,
.blog-btn a,
.theme-btn,
.btn-style-one {
  background-color: var(--brand-red);
  border-color: var(--brand-red);
  border-radius: 4px !important;
}

.banner-btn a:hover,
.loginet-button a:hover,
.project-btn a:hover,
.blog-btn a:hover,
.theme-btn:hover,
.btn-style-one:hover {
  background-color: var(--brand-blue);
  border-color: var(--brand-blue);
}

/* Counter and statistics */
.counter,
.about-counter h2 {
  color: var(--brand-red);
}

/* Icons and check marks */
.fa-circle-check,
.fa-badge-check {
  color: var(--brand-red) !important;
}

/* Service box hover effects */
.single-service-box:hover {
  border-color: var(--brand-red);
}

/* Team social links */
.team-social li a:hover,
.footer-social li a:hover,
.social-links li a:hover {
  background-color: var(--brand-red);
  border-color: var(--brand-red);
}

/* Testimonial ratings */
.fa-star {
  color: var(--brand-red) !important;
}

/* Blog meta */
.blog-meta a {
  background-color: var(--brand-red);
  color: white;
}

/* Scroll to top button */
.scroll-to-top {
  background-color: var(--brand-red);
}

.scroll-to-top:hover {
  background-color: var(--brand-blue);
}

/* Mobile menu toggle */
.mobile-nav-toggler,
.menubars {
  color: var(--brand-blue);
}

/* Sidebar */
.sidebar-area {
  background-color: var(--brand-blue);
}

.sidebar__btns a {
  border-color: var(--brand-red);
  color: var(--brand-red);
}

.sidebar__btns a:hover,
.sidebar__btns a.sign-in {
  background-color: var(--brand-red);
  color: white;
}

/* Footer links hover */
.footer-menu li a:hover,
.footer-bottom-menu a:hover {
  color: var(--brand-red);
}

/* Banner call info */
.call-number {
  color: var(--brand-red);
}

/* Project icons */
.project-icon {
  background-color: var(--brand-red);
}

/* Process icons */
.process-icon {
  border-color: var(--brand-red);
}

/* Marquee section */
.marquee-section-one {
  background-color: var(--brand-red);
}

/* ==========================================
   FONT FAMILY OVERRIDE - Futura Md BT
   ========================================== */

/* Apply system fonts to all text */
body,
html {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
}

/* All headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.title,
.heading,
.section-title,
.banner-title,
.service-title,
.blog-title,
.team-title,
.footer-title,
.sub-title {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
}

/* Buttons and CTAs */
.btn,
.button,
.theme-btn,
.banner-btn a,
.loginet-button a,
.project-btn a,
.blog-btn a,
.team-btn a {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
}

/* Navigation */
.navigation,
.navigation li,
.navigation li a,
.main-menu,
.footer-menu,
.footer-menu li a {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
}

/* Content areas */
p,
.desc,
.description,
.section-desc,
.banner-desc,
.footer-desc,
.service-content,
.blog-content,
.testi-desc {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
}

/* Override root variables for fonts */
:root {
  --text-font: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
  --title-font: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
}

/* Inputs and forms */
input,
textarea,
select,
button {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
}

/* ==========================================
   HEXAGON-STYLE HEADER - Clean & Simple
   ========================================== */

/* Header background - clean white/light */
.main-header.header-style-one {
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Logo box padding */
.main-header .header-lower .logo-box {
  padding: 9px 0 9px 40px;
}

/* Logo sizing */
.logo-box .logo img {
  max-height: 50px !important;
  width: auto;
}

/* Navigation menu - Hexagon style */
.main-menu .navigation {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
}

.main-menu .navigation > li {
  position: relative;
  margin: 0;
  padding: 0 20px;
  list-style: none;
  border-right: 1px solid #d0d0d0;
}

.main-menu .navigation > li:first-child {
  padding-left: 0;
}

.main-menu .navigation > li:last-child {
  border-right: none;
  padding-right: 0;
}

/* Menu links - reduced size and weight */
.main-menu .navigation > li > a {
  font-size: 12px !important;
  color: #333333 !important;
  text-transform: none !important;
  letter-spacing: 0;
  padding: 8px 0 !important;
  display: inline-block;
  transition: color 0.3s ease;
  line-height: 1.4;
}

/* Hover state */
.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.current > a {
  color: var(--brand-red) !important;
  background: transparent !important;
}

/* Remove dropdown arrows and menus */
.main-menu .navigation > li.dropdown:before,
.main-menu .navigation > li.dropdown:after {
  display: none !important;
}

.main-menu .navigation > li > ul {
  display: none !important;
}

/* Clean button style */
.outer-box .menu-btn {
  margin-left: 30px;
}

.outer-box .menu-btn .theme-btn {
  font-size: 11px !important;
  padding: 7px 16px !important;
  border-radius: 4px !important;
  text-transform: none !important;
}

/* Sticky header adjustments */
.sticky-header .navigation > li > a {
  font-size: 11px !important;
  padding: 6px 0 !important;
}

.sticky-header .logo img {
  max-height: 45px !important;
}

/* Mobile menu adjustments */
@media (max-width: 991px) {
  .mobile-menu .navigation li a {
    font-size: 13px !important;
  }
}

/* Remove mega menu and dropdown styles */
.mega-sub-menu,
.mega-menu,
.mega-site-menu {
  display: none !important;
}

/* Main box layout */
.header-lower .main-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-lower .nav-outer {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}

.main-menu {
  margin-right: auto;
  margin-left: 60px;
}

/* Remove menu bars for cleaner look */
.menubars,
.menubars-text {
  display: none !important;
}

@media (min-width: 992px) {
  .mobile-nav-toggler {
    display: none !important;
  }
}

/* ==========================================
   HERO SECTION - 3D ANIMATED BANNER
   ========================================== */

/* Hero Section */
.hero {
  position: relative;
  height: 120vh; /* Reduced to prevent excessive blank space */
  width: 100%;
  background: #ffffff;
}

.hero-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background: none;
}

#hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #2a2a2a;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 32px;
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  color: #ffffff;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 32px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.eyebrow .dot {
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.9); }
}

.hero-title {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: clamp(48px, 11vw, 110px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3), 0 4px 40px rgba(0, 0, 0, 0.2);
}

.hero-title .line {
  display: block;
  overflow: hidden;
}

.hero-title .line span {
  display: inline-block;
}

.hero-sub {
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.6;
  color: #f0f4f8;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

/* Hero meta */
.hero-meta {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d0d8e0;
  font-weight: 500;
}

.hero-meta-block small {
  display: block;
  color: var(--brand-red);
  margin-bottom: 6px;
  font-size: 9px;
  font-weight: 600;
}

.hero-meta-block strong {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0;
}

.scroll-cue {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #d0d8e0;
  font-weight: 500;
  font-size: 9px;
}

.scroll-cue::after {
  content: '';
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, var(--brand-red) 0%, transparent 100%);
  animation: scrollCue 2.5s ease-in-out infinite;
  border-radius: 2px;
}

@keyframes scrollCue {
  0%, 100% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0.3);
    transform-origin: top;
  }
}

/* Responsive Hero */
@media (max-width: 991px) {
  .hero {
    height: 110vh;
  }

  .hero-content {
    padding: 0 28px;
  }

  .hero-title {
    font-size: clamp(40px, 9vw, 75px);
  }

  .hero-sub {
    font-size: 16px;
    max-width: 520px;
    margin-top: 20px;
  }

  .eyebrow {
    font-size: 9px;
    padding: 8px 14px;
    margin-bottom: 28px;
  }

  .hero-meta {
    left: 28px;
    right: 28px;
    bottom: 32px;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .scroll-cue {
    align-self: flex-end;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 105vh;
  }

  .hero-content {
    padding: 0 24px;
  }

  .hero-title {
    font-size: clamp(32px, 8vw, 58px);
    line-height: 1.15;
  }

  .hero-sub {
    font-size: 15px;
    max-width: 100%;
    margin-top: 18px;
  }

  .eyebrow {
    font-size: 8px;
    padding: 7px 12px;
    margin-bottom: 24px;
  }

  .hero-meta {
    left: 24px;
    right: 24px;
    bottom: 28px;
    gap: 16px;
  }

  .hero-meta-block small {
    font-size: 8px;
  }

  .hero-meta-block strong {
    font-size: 13px;
  }

  .scroll-cue {
    font-size: 8px;
  }

  .scroll-cue::after {
    height: 32px;
  }
}

/* ==========================================
   "WE STARTED WITH A QUESTION" - HORIZONTAL SCROLL SECTION
   ========================================== */

.question-horizontal {
  position: relative;
  background: #ffffff;
}

.question-track {
  display: flex;
  height: 100vh;
  will-change: transform;
}

.question-eyebrow-bar {
  position: absolute;
  top: 110px;
  left: 40px;
  right: 40px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9ca3af;
  font-weight: 500;
}

.question-thread {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  z-index: 1;
  pointer-events: none;
}

.question-thread svg {
  width: 100%;
  height: 1px;
  display: block;
}

.question-thread .line {
  stroke: var(--brand-red);
  stroke-width: 1;
  fill: none;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.question-panel {
  flex: 0 0 100vw;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 80px;
  gap: 80px;
  position: relative;
}

.question-panel .pnum {
  position: absolute;
  top: 200px;
  left: 80px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 11px;
  color: var(--brand-red);
  letter-spacing: 0.2em;
  font-weight: 500;
}

.question-panel .head {
  font-size: clamp(48px, 7vw, 116px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 0.9;
  color: var(--brand-blue);
}

.question-panel .head .red {
  color: var(--brand-red);
}

.question-panel .right {
  padding-top: 60px;
}

.question-panel .body {
  font-size: 17px;
  line-height: 1.7;
  color: var(--brand-blue);
  max-width: 48ch;
}

.question-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
  max-width: 400px;
}

.stat-block {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-left: 2px solid var(--brand-red);
  background: #f8f9fa;
}

.stat-block strong {
  font-size: 36px;
  font-weight: 700;
  color: var(--brand-red);
  line-height: 1;
  margin-bottom: 8px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
}

.stat-block span {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.reveal-line {
  overflow: hidden;
  display: block;
}

.reveal-line > .inner {
  display: inline-block;
  will-change: transform;
}

/* Responsive */
@media (max-width: 980px) {
  .question-panel {
    grid-template-columns: 1fr;
    padding: 100px 22px 40px;
    gap: 32px;
    align-content: center;
  }

  .question-panel .pnum {
    top: 90px;
    left: 22px;
  }

  .question-panel .right {
    padding-top: 0;
  }

  .question-eyebrow-bar {
    left: 22px;
    right: 22px;
    top: 90px;
  }

  .question-stats-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================
   GLOBAL BUTTON STYLES - Rectangle with Small Border Radius
   ========================================== */

/* All buttons - rectangular with small radius */
.theme-btn,
.btn-style-one,
.loginet-button a,
.banner-btn a,
.project-btn a,
.blog-btn a,
.team-btn a,
button,
.button,
a.btn {
  border-radius: 4px !important;
  padding: 8px 18px !important;
  font-size: 12px !important;
  transition: all 0.3s ease !important;
}

/* Smaller buttons */
.btn-sm,
.outer-box .menu-btn .theme-btn {
  padding: 7px 16px !important;
  font-size: 11px !important;
}

/* About section button */
.loginet-button a {
  background-color: var(--brand-red);
  color: #ffffff;
  padding: 8px 20px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.loginet-button a:hover {
  background-color: var(--brand-blue);
  color: #ffffff;
}

/* Section title size reductions */
.section-title .title,
.sec-title .title,
h1.title,
h2.title {
  font-size: 32px !important;
}

@media (max-width: 991px) {
  .section-title .title,
  .sec-title .title,
  h1.title,
  h2.title {
    font-size: 28px !important;
  }
}

@media (max-width: 767px) {
  .section-title .title,
  .sec-title .title,
  h1.title,
  h2.title {
    font-size: 24px !important;
  }
}


/* ==========================================
   CTA SECTION - Let's Move Your Business Forward
   ========================================== */

.cta-section-one {
  background: linear-gradient(135deg, #001742 0%, #00225A 50%, #001742 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

/* Animated lines background */
.cta-lines-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.cta-lines-svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1440px;
}

/* Animated line effect */
.cta-line-animated {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawLine 4s ease-in-out infinite;
  opacity: 0.7;
}

.cta-line-animated.delay-1 {
  animation-delay: 1.3s;
}

.cta-line-animated.delay-2 {
  animation-delay: 2.6s;
}

@keyframes drawLine {
  0% {
    stroke-dashoffset: 1000;
    opacity: 0;
  }
  20% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}

/* Gradient overlays for fade effect */
.cta-gradient-overlay {
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.cta-gradient-overlay.left {
  left: 0;
  background: linear-gradient(90deg, #001742 0%, rgba(0, 23, 66, 0) 100%);
}

.cta-gradient-overlay.right {
  right: 0;
  background: linear-gradient(270deg, #001742 0%, rgba(0, 23, 66, 0) 100%);
}

/* Content */
.cta-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.cta-title {
  margin-bottom: 20px;
}

.cta-title h2 {
  font-size: 42px !important;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}

.cta-description {
  margin-bottom: 40px;
}

.cta-description p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}

.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-buttons .btn-style-one {
  background-color: #ffffff;
  color: var(--brand-blue);
  border-color: #ffffff;
}

.cta-buttons .btn-style-one:hover {
  background-color: var(--brand-red);
  color: #ffffff;
  border-color: var(--brand-red);
}

.cta-buttons .btn-style-two {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.cta-buttons .btn-style-two:hover {
  background-color: #ffffff;
  color: var(--brand-blue);
  border-color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
  .cta-section-one {
    padding: 70px 0;
  }

  .cta-title h2 {
    font-size: 36px !important;
  }

  .cta-description p {
    font-size: 15px;
  }

  .cta-lines-svg {
    width: 150%;
  }
}

@media (max-width: 767px) {
  .cta-section-one {
    padding: 60px 20px;
  }

  .cta-title h2 {
    font-size: 28px !important;
  }

  .cta-description p {
    font-size: 14px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .cta-buttons a {
    width: 100%;
    max-width: 300px;
  }

  .cta-lines-svg {
    width: 200%;
  }
}

/* CTA Section - Additional styles for partner content */
.cta-description .cta-sub-text {
  margin-top: 20px;
  font-size: 15px;
}

.cta-description .cta-email {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease;
}

.cta-description .cta-email:hover {
  color: var(--brand-red);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .cta-description .cta-sub-text {
    font-size: 13px;
  }
}


/* ───────── MODERN FOOTER ───────── */
.footer {
  background: var(--brand-blue);
  color: #F5F2EC;
  padding: 100px 0 36px;
}
.footer .container { max-width: 1440px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 64px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(245,242,236,0.15);
}
.footer-mark {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 24px;
}
.footer-mark .knock { width: 32px; height: 32px; }
.footer-mark .knock rect { fill: #F5F2EC; }
.footer-mark .knock .notch { fill: var(--brand-blue); }
.footer-mark .word {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-tag {
  font-size: 14px; line-height: 1.6;
  color: rgba(245,242,236,0.7);
  max-width: 32ch;
  margin-bottom: 24px;
}
.footer h4 {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(245,242,236,0.55);
  margin-bottom: 20px;
}
.footer .col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer .col a { 
  font-size: 14px; 
  letter-spacing: 0.04em; 
  transition: color .3s;
  color: #F5F2EC;
  text-decoration: none;
}
.footer .col a:hover { color: var(--brand-red); }

.footer .contact-line {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245,242,236,0.85);
}
.footer .contact-line a { 
  color: rgba(245,242,236,0.85);
  border-bottom: 1px solid transparent; 
  transition: border-color .3s;
  text-decoration: none;
}
.footer .contact-line a:hover { border-bottom-color: var(--brand-red); }

.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 24px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245,242,236,0.55);
}
.footer-bottom .socials { display: flex; gap: 14px; }
.footer-bottom .socials a {
  width: 28px; height: 28px;
  border: 1px solid rgba(245,242,236,0.25);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  transition: border-color .3s, color .3s;
  color: rgba(245,242,236,0.55);
}
.footer-bottom .socials a:hover { border-color: var(--brand-red); color: var(--brand-red); }

@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; gap: 16px; }
}

/* ───────── PAGE BANNER ───────── */
.page-banner {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 34, 90, 0.85) 0%, rgba(214, 33, 36, 0.75) 100%);
}

.page-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}

.breadcrumb-nav {
  margin-bottom: 20px;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumb-item {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #ffffff;
}

.breadcrumb-item.active {
  color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '/';
  padding-right: 8px;
  color: rgba(255, 255, 255, 0.5);
}

.page-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.page-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.04em;
  max-width: 600px;
  margin: 0 auto;
}

/* ───────── ABOUT CONTENT SECTION ───────── */
.about-content-section {
  padding: 120px 0;
  background: #ffffff;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-red);
  margin-bottom: 20px;
}

.tag-dot {
  width: 8px;
  height: 8px;
  background: var(--brand-red);
  border-radius: 50%;
}

.section-heading {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.text-highlight {
  color: var(--brand-red);
}

.lead-text {
  font-size: 18px;
  line-height: 1.7;
  color: #2a2a2a;
  margin-bottom: 20px;
  font-weight: 500;
}

.about-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 16px;
}

.about-image-grid {
  position: relative;
  padding-left: 40px;
}

.about-img-main {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* ───────── VALUES — STICKY STACKED CARDS ───────── */
.values {
  background: #F5F2EC;
  position: relative;
}
.values-intro {
  padding: 80px 40px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  border-bottom: 1px solid rgba(0, 34, 90, 0.15);
  margin-bottom: 0;
}
.values-intro .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-red);
  margin-bottom: 0;
}
.values-intro h2,
.values-intro-heading {
  font-size: clamp(40px, 5.4vw, 92px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 0.9;
  color: var(--brand-blue);
  margin-top: 24px;
  margin-bottom: 0;
}
.values-intro .meta {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 34, 90, 0.6);
  line-height: 1.8;
}
.values-intro .meta b {
  color: var(--brand-blue);
  font-weight: 500;
}

.values-stage {
  position: relative;
  height: 500vh; /* 5 cards × 100vh sticky */
}
.values-pin {
  position: relative;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.value-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 80px;
  gap: 80px;
  background: #F5F2EC;
  will-change: transform, opacity;
}
.value-card .num {
  font-size: clamp(140px, 22vw, 320px);
  font-weight: 700;
  color: var(--brand-red);
  line-height: 0.85;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  position: relative;
}
.value-card .num::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  height: 2px;
  width: 0;
  background: var(--brand-red);
  transition: width 1.4s cubic-bezier(.7,0,.2,1);
}
.value-card.is-active .num::after {
  width: 240px;
}

.value-card .right {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 520px;
}
.value-card h3 {
  font-size: clamp(36px, 4.4vw, 72px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.95;
  color: var(--brand-blue);
}
.value-card .essence {
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 500;
  font-style: italic;
  color: var(--brand-blue);
  border-left: 2px solid var(--brand-red);
  padding-left: 18px;
  line-height: 1.4;
}
.value-card .support {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(0,34,90,.82);
}

.value-card .icon {
  width: 60px;
  height: 60px;
  margin-top: 8px;
}
.value-card .icon path,
.value-card .icon line,
.value-card .icon circle,
.value-card .icon rect,
.value-card .icon ellipse {
  stroke: var(--brand-red);
  stroke-width: 1.4;
  fill: none;
}

.value-card .corner-mark {
  position: absolute;
  top: 60px;
  right: 80px;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(0, 34, 90, 0.6);
  text-transform: uppercase;
}

/* ───────── STATS SECTION ───────── */
.stats-section {
  padding: 30px 0;
  background: var(--brand-blue);
  color: #ffffff;
}

.stat-item {
  text-align: center;
  padding: 5px 10px;
}

.stat-number {
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.2;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.stat-number .counter {
  display: inline-block;
  min-width: 1ch;
}

.stat-label {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

/* ───────── RESPONSIVE ───────── */
@media (max-width: 991px) {
  .page-banner {
    height: 320px;
  }
  
  .about-content-section {
    padding: 80px 0;
  }
  
  .about-image-grid {
    padding-left: 0;
    margin-top: 40px;
  }
  
  .values-intro {
    grid-template-columns: 1fr;
    padding: 100px 22px 40px;
    gap: 24px;
  }

  .value-card {
    grid-template-columns: 1fr;
    padding: 0 22px;
    gap: 24px;
    align-content: center;
    padding-top: 100px;
  }

  .value-card .num {
    font-size: 120px;
  }

  .value-card .corner-mark {
    right: 22px;
  }
  
  .stats-section {
    padding: 25px 0;
  }
}

@media (max-width: 767px) {
  .page-banner {
    height: 280px;
  }
  
  .page-title {
    font-size: 36px;
  }
  
  .about-content-section {
    padding: 60px 0;
  }
  
  .section-heading {
    font-size: 32px;
  }
  
  .lead-text {
    font-size: 16px;
  }
  
  .stat-item {
    margin-bottom: 20px;
  }
}

/* ───────── USP PAGE ───────── */
.usp-content-section {
  padding: 120px 0 80px;
  background: #ffffff;
}

.section-lead {
  font-size: 16px;
  color: #5a5a5a;
  margin-top: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.usp-item {
  display: flex;
  gap: 24px;
  padding: 32px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.usp-item:hover {
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-left-color: var(--brand-red);
  transform: translateY(-4px);
}

.usp-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--brand-red);
  line-height: 1;
  opacity: 0.3;
  min-width: 60px;
}

.usp-item:hover .usp-number {
  opacity: 1;
}

.usp-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.3;
}

.usp-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0;
}

/* USP CTA Section */
.usp-cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-red) 100%);
  color: #ffffff;
  text-align: center;
}

.usp-cta-content h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}

.usp-cta-content p {
  font-size: 18px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.btn-primary {
  display: inline-block;
  padding: 16px 40px;
  background: #ffffff;
  color: var(--brand-blue);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-primary:hover {
  background: #F5F2EC;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  color: var(--brand-red);
}

/* Responsive */
@media (max-width: 991px) {
  .usp-content-section {
    padding: 80px 0 60px;
  }

  .usp-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .usp-cta-section {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .usp-content-section {
    padding: 60px 0 40px;
  }

  .usp-item {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }

  .usp-number {
    font-size: 36px;
  }

  .usp-cta-section {
    padding: 60px 0;
  }

  .usp-cta-content h2 {
    font-size: 28px;
  }

  .usp-cta-content p {
    font-size: 16px;
  }
}

/* USP About Section */
.usp-about-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.usp-about-image {
  position: relative;
  padding-right: 40px;
}

.usp-about-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.usp-about-content {
  padding-left: 40px;
}

.usp-about-content h2 {
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.2;
}

.usp-about-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.usp-about-content .highlight-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--brand-blue);
  border-left: 4px solid var(--brand-red);
  padding-left: 20px;
  margin-top: 30px;
  font-style: italic;
}

@media (max-width: 991px) {
  .usp-about-section {
    padding: 80px 0;
  }

  .usp-about-image {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .usp-about-content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .usp-about-section {
    padding: 60px 0;
  }

  .usp-about-content h2 {
    font-size: 28px;
  }
}

/* ───────── PRODUCTS PAGE ───────── */
.products-section {
  padding: 100px 0;
  background: #ffffff;
}

/* Modern Tab Navigation */
.products-tabs {
  margin-top: 60px;
}

.tab-nav-wrapper {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}

.tab-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  background: #f8f9fa;
  border-radius: 50px;
  padding: 8px;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.tab-btn {
  flex: 1;
  padding: 16px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #5a5a5a;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 40px;
}

.tab-btn:hover {
  color: var(--brand-blue);
}

.tab-btn.active {
  color: #ffffff;
}

.tab-icon {
  font-size: 20px;
  line-height: 1;
}

.tab-label {
  white-space: nowrap;
}

.tab-indicator {
  position: absolute;
  top: 8px;
  left: 8px;
  height: calc(100% - 16px);
  background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-red) 100%);
  border-radius: 40px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  box-shadow: 0 4px 12px rgba(0, 34, 90, 0.3);
}

/* Tab Content */
.tab-content-wrapper {
  position: relative;
  min-height: 500px;
}

.tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Products Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}

.product-item {
  opacity: 0;
  animation: productFadeIn 0.6s ease forwards;
}

.product-item:nth-child(1) { animation-delay: 0.1s; }
.product-item:nth-child(2) { animation-delay: 0.2s; }
.product-item:nth-child(3) { animation-delay: 0.3s; }
.product-item:nth-child(4) { animation-delay: 0.4s; }
.product-item:nth-child(5) { animation-delay: 0.5s; }
.product-item:nth-child(6) { animation-delay: 0.6s; }

@keyframes productFadeIn {
  to {
    opacity: 1;
  }
}

.product-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #f0f0f0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.product-card:hover {
  border-color: var(--brand-red);
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.product-image {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  background: #f8f9fa;
}

.product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  padding: 20px;
  margin: 0;
  text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
  .products-section {
    padding: 80px 0;
  }

  .tab-nav {
    flex-wrap: wrap;
    border-radius: 16px;
    gap: 8px;
  }

  .tab-btn {
    flex: 1 1 calc(50% - 4px);
    padding: 14px 16px;
    font-size: 14px;
  }

  .tab-icon {
    font-size: 18px;
  }

  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .products-section {
    padding: 60px 0;
  }

  .tab-btn {
    flex: 1 1 100%;
  }

  .tab-label {
    font-size: 13px;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .product-card h3 {
    font-size: 14px;
    padding: 15px;
  }
}

/* ───────── ESG PAGE ───────── */
.esg-intro-section {
  padding: 80px 0 60px;
  background: #f8f9fa;
}

.esg-intro-content h2 {
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.esg-intro-content .lead {
  font-size: 18px;
  line-height: 1.8;
  color: #4a4a4a;
  max-width: 800px;
  margin: 0 auto;
}

.esg-pillars-section {
  padding: 100px 0;
  background: #ffffff;
}

.esg-pillar {
  text-align: center;
  padding: 40px 30px;
  height: 100%;
}

.pillar-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-blue);
}

.esg-pillar h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.esg-pillar p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 24px;
}

.pillar-points {
  list-style: none;
  padding: 0;
  text-align: left;
}

.pillar-points li {
  font-size: 14px;
  color: #5a5a5a;
  padding: 8px 0 8px 28px;
  position: relative;
}

.pillar-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--brand-red);
  font-weight: 700;
}

.esg-impact-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.esg-impact-section .section-header h2 {
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.esg-impact-section .section-header p {
  font-size: 16px;
  color: #5a5a5a;
  margin-bottom: 60px;
}

.impact-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  margin-bottom: 30px;
  border-left: 4px solid var(--brand-red);
  transition: all 0.3s ease;
}

.impact-card:hover {
  transform: translateX(8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.impact-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--brand-red);
  opacity: 0.2;
  margin-bottom: 16px;
  line-height: 1;
}

.impact-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.impact-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0;
}

/* ───────── CAREERS PAGE ───────── */
.careers-intro-section {
  padding: 80px 0 60px;
  background: #f8f9fa;
}

.careers-intro-section h2 {
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.careers-intro-section .lead {
  font-size: 18px;
  line-height: 1.8;
  color: #4a4a4a;
}

.careers-form-section {
  padding: 80px 0 100px;
  background: #ffffff;
}

.careers-form-wrapper {
  position: relative;
  padding: 50px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #ffffff;
}

/* Gradient Animated Background */
.form-gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.06;
  background: linear-gradient(
    135deg,
    var(--brand-blue) 0%,
    var(--brand-red) 25%,
    #8b4789 50%,
    var(--brand-blue) 75%,
    var(--brand-red) 100%
  );
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.careers-form-wrapper h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 32px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.career-application-form {
  position: relative;
  z-index: 1;
}

.career-application-form .form-group {
  margin-bottom: 20px;
}

/* Floating Label Styles */
.career-application-form .floating-label {
  position: relative;
}

.career-application-form .floating-label label {
  position: absolute;
  left: 14px;
  top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #6a6a6a;
  transition: all 0.3s ease;
  pointer-events: none;
  background: transparent;
  padding: 0 4px;
  z-index: 2;
}

.career-application-form .floating-label .form-control {
  width: 100%;
  padding: 8px 14px;
  font-size: 14px;
  border: 1.5px solid #d0d0d0;
  border-radius: 6px;
  transition: all 0.3s ease;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

/* Floating label active state */
.career-application-form .floating-label .form-control:focus + label,
.career-application-form .floating-label .form-control:not(:placeholder-shown) + label,
.career-application-form .floating-label .form-control.has-value + label {
  top: -9px;
  left: 10px;
  font-size: 11px;
  font-weight: 600;
  color: var(--brand-blue);
  background: #ffffff;
  padding: 0 6px;
}

.career-application-form .floating-label .form-control:focus {
  outline: none;
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 2px rgba(0, 34, 90, 0.1);
}

.career-application-form .floating-label textarea.form-control {
  resize: vertical;
  min-height: 80px;
  padding: 10px 14px;
}

.career-application-form .floating-label select.form-control {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236a6a6a' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

/* International Phone Input Styling */
.career-application-form .iti {
  width: 100%;
}

.career-application-form .iti__flag-container {
  z-index: 3;
}

/* File Upload Styling */
.file-upload-group {
  margin-bottom: 24px;
}

.file-upload-label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #f5f7fa;
  border: 1.5px dashed #d0d0d0;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 6px;
}

.file-upload-label:hover {
  background: #eef1f6;
  border-color: var(--brand-blue);
}

.file-icon {
  font-size: 20px;
}

.file-text {
  font-size: 14px;
  font-weight: 600;
  color: #2a2a2a;
}

.file-name {
  font-size: 13px;
  color: #6a6a6a;
  margin-left: auto;
  font-style: italic;
}

.file-name.has-file {
  color: var(--brand-blue);
  font-weight: 600;
  font-style: normal;
}

.file-input {
  display: none !important;
}

.career-application-form .form-text {
  font-size: 11px;
  color: #6a6a6a;
  margin-top: 4px;
  display: block;
}

/* Submit Button with Gradient */
.btn-submit {
  width: 100%;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 16px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-red) 100%);
  transition: all 0.3s ease;
}

.btn-submit span {
  position: relative;
  z-index: 2;
}

.btn-submit .btn-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--brand-red) 0%, #8b4789 50%, var(--brand-blue) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 34, 90, 0.35);
}

.btn-submit:hover .btn-gradient {
  opacity: 1;
}

.btn-submit:active {
  transform: translateY(0);
}

.alternate-contact {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #e0e0e0;
  position: relative;
  z-index: 1;
}

.alternate-contact p {
  font-size: 15px;
  color: #5a5a5a;
  margin: 0;
}

.alternate-contact a {
  color: var(--brand-blue);
  font-weight: 600;
  text-decoration: none;
}

.alternate-contact a:hover {
  color: var(--brand-red);
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .esg-pillars-section,
  .esg-impact-section,
  .careers-form-section {
    padding: 60px 0;
  }

  .careers-form-wrapper {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .esg-intro-section,
  .careers-intro-section {
    padding: 60px 0 40px;
  }

  .careers-form-wrapper {
    padding: 30px 20px;
  }

  .careers-form-wrapper h3 {
    font-size: 24px;
  }
}

/* ───────── CONTACT PAGE ───────── */
.contact-info-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.contact-info-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.contact-info-card .info-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-red) 100%);
  border-radius: 50%;
  color: #ffffff;
}

.contact-info-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.contact-info-card p {
  font-size: 15px;
  color: #4a4a4a;
  margin-bottom: 8px;
  line-height: 1.6;
}

.contact-info-card p:last-child {
  margin-bottom: 0;
}

.contact-info-card .small-text {
  font-size: 13px;
  color: #6a6a6a;
  font-style: italic;
}

.contact-info-card a {
  color: var(--brand-blue);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.contact-info-card a:hover {
  color: var(--brand-red);
}

/* Contact Form Section */
.contact-form-section {
  padding: 80px 0 100px;
  background: #ffffff;
}

.contact-form-wrapper {
  padding-right: 40px;
}

.contact-form-wrapper h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.contact-form-wrapper .form-intro {
  font-size: 15px;
  color: #5a5a5a;
  line-height: 1.7;
  margin-bottom: 32px;
}

.contact-form .form-group {
  margin-bottom: 24px;
}

.contact-form label {
  font-size: 14px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 8px;
  display: block;
}

.contact-form .form-control {
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.contact-form .form-control:focus {
  outline: none;
  border-color: var(--brand-blue);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 34, 90, 0.1);
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 140px;
}

.contact-form select.form-control {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%232a2a2a' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.contact-form .btn-submit {
  width: 100%;
  padding: 16px 32px;
  background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-red) 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 8px;
}

.contact-form .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 34, 90, 0.3);
}

/* Map Section */
.map-wrapper {
  padding-left: 40px;
}

.map-wrapper h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.map-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.map-container iframe {
  display: block;
  width: 100%;
}

.address-card {
  background: #f8f9fa;
  padding: 24px;
  border-radius: 12px;
  border-left: 4px solid var(--brand-blue);
}

.address-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.address-card p {
  font-size: 15px;
  color: #4a4a4a;
  margin-bottom: 6px;
  line-height: 1.6;
}

.address-card p:last-child {
  margin-bottom: 0;
  color: #6a6a6a;
  font-style: italic;
}

/* Contact CTA Section */
.contact-cta-section {
  padding: 60px 0;
  background: linear-gradient(135deg, var(--brand-blue) 0%, #003366 100%);
  color: #ffffff;
}

.contact-cta-section h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
}

.contact-cta-section p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.btn-cta {
  display: inline-block;
  padding: 14px 36px;
  background: #ffffff;
  color: var(--brand-blue);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-cta:hover {
  background: var(--brand-red);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Contact Page Responsive */
@media (max-width: 991px) {
  .contact-info-section,
  .contact-form-section {
    padding: 60px 0;
  }

  .contact-form-wrapper,
  .map-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .map-wrapper {
    margin-bottom: 0;
  }

  .contact-cta-section {
    padding: 50px 0;
    text-align: center;
  }

  .contact-cta-section h3 {
    font-size: 28px;
  }

  .contact-cta-section .text-lg-end {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .contact-info-section {
    padding: 50px 0 40px;
  }

  .contact-form-section {
    padding: 50px 0 60px;
  }

  .contact-info-card {
    padding: 30px 24px;
  }

  .contact-form-wrapper h3,
  .map-wrapper h3 {
    font-size: 24px;
  }

  .contact-cta-section h3 {
    font-size: 24px;
  }

  .contact-cta-section p {
    font-size: 14px;
  }
}

/* About Box with Background Image Styles */
.about-box-with-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  padding: 20px 25px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.about-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  transition: all 0.3s ease;
  z-index: 1;
}

.about-box-with-bg:hover .about-box-overlay {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
}

.about-box-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 10px;
}

.about-box-with-bg .about-title h1 {
  color: #ffffff !important;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s ease;
}

.about-box-with-bg:hover .about-title h1 {
  color: #ffffff !important;
}

.about-icon-hover {
  display: none;
}

/* Hide original icon on cards with background */
.about-box-with-bg .about-icon {
  display: none;
}

/* Remove old arrow styling for bg cards */
.about-box-with-bg .about-arrow {
  display: none;
}
