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

/* ══ CSS VARIABLES ══ */
:root {
  --navy: #142850;
  --red: #F44336;
  --white: #FFFFFF;
  --light-grey: #F5F7FB;
}

/* ══ BASE ══ */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Manrope', 'Segoe UI', Arial, sans-serif; color: #333; }

/* ══ NAVBAR ══ */
.site-header { background:#fff; box-shadow:0 2px 14px rgba(0,0,0,.09); position:sticky; top:0; z-index:999; }
.site-header .container { display:flex; align-items:center; height:72px; }
.nav-logo img { height:50px; width:auto; display:block; }
.nav-sep { width:1px; height:34px; background:#e0e0e0; margin:0 20px; flex-shrink:0; }
.nav-links { list-style:none; display:flex; align-items:center; gap:2px; flex:1; justify-content:center; }
.nav-links a { font-size:15px; font-weight:500; color:#333; text-decoration:none; padding:7px 15px; border-radius:50px; transition:color .2s; white-space:nowrap; }
.nav-links a:hover { color:#F44336; }
.nav-links .active a { background:#F44336; color:#fff; padding:7px 20px; }
.nav-cta { display:inline-flex; align-items:center; gap:9px; background:#F44336; color:#fff; font-size:15px; font-weight:600; text-decoration:none; padding:9px 22px; border-radius:50px; white-space:nowrap; transition:background .25s; flex-shrink:0; }
.nav-cta:hover { background:#c62828; color:#fff; }
.nav-cta.active { background:#142850; }
.nav-cta.active:hover { background:#0d1e38; color:#fff; }
.nav-cta .cta-icon { width:26px; height:26px; background:rgba(255,255,255,.22); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13px; }
.nav-toggle { display:none; background:none; border:none; cursor:pointer; flex-direction:column; gap:5px; padding:4px; }
.nav-toggle span { display:block; width:24px; height:2px; background:#F44336; border-radius:2px; }

/* ══ BUTTONS ══ */
.btn-solid {
  display:inline-flex; align-items:center; gap:9px;
  background:#F44336; color:#fff;
  font-size:14.5px; font-weight:700;
  padding:13px 28px; border-radius:8px;
  text-decoration:none; border:2px solid #F44336;
  transition:all .3s; box-shadow:0 6px 22px rgba(244,67,54,.28);
}
.btn-solid:hover { background:#c62828; border-color:#c62828; color:#fff; transform:translateY(-2px); box-shadow:0 10px 28px rgba(244,67,54,.4); }
.btn-outline {
  display:inline-flex; align-items:center; gap:9px;
  background:transparent; color:#142850;
  font-size:14.5px; font-weight:700;
  padding:13px 28px; border-radius:8px;
  text-decoration:none; border:2px solid rgba(20,40,80,.2);
  transition:all .3s;
}
.btn-outline:hover { background:#142850; color:#fff; border-color:#142850; transform:translateY(-2px); }

/* ══ HERO — old section (index) ══ */
.hero {
  min-height:100vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  position:relative;
}
.hero:before {
  content:"";
  position:absolute;
  width:600px;
  height:600px;
  right:-180px;
  top:-180px;
  background:#f3f7ff;
  border-radius:50%;
}
.badge-soft {
  color:#F04A23;
  background:#fff5f2;
  border:1px solid #ffd7cb;
  padding:12px 22px;
  border-radius:50px;
  font-weight:600;
}
.hero h1 { font-size:72px; font-weight:800; line-height:1; color:#102A5C; }
.hero h1 span { color:#F04A23; }
.hero p { color:#6b7280; font-size:20px; margin-top:25px; }
.btn-main { background:#F04A23; color:#fff; padding:15px 35px; border-radius:14px; }
.btn-main:hover { background:#d83d18; color:#fff; }
.btn-outline-custom { padding:15px 35px; border-radius:14px; border:2px solid #102A5C; color:#102A5C; }
.stats { margin-top:50px; }
.stats h3 { color:#102A5C; font-weight:700; }
.hero-image { position:relative; }
.hero-image img { width:100%; }
.mobile { position:absolute; right:-20px; bottom:-40px; width:180px; }
.glass-card { position:absolute; background:rgba(255,255,255,.8); backdrop-filter:blur(20px); padding:18px; border-radius:16px; box-shadow:0 15px 40px rgba(0,0,0,.1); }
.card1 { left:-30px; top:60px; }
.card2 { right:40px; top:-76px; }
.card3 { bottom:30px; left:-20px; }

/* ══ HERO SLIDER ══ */
.hero-section {
  position: relative; width: 100%;
  background: #ffffff;
  overflow: hidden;
  font-family: 'Manrope','Segoe UI',sans-serif;
}
.hero-section .carousel,
.hero-section .carousel-inner,
.hero-section .carousel-item { width: 100%; }

/* slide wrapper */
.slide-wrap {
  position: relative;
  width: 100%;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
}

/* decorative background layers */
.h-bg-circle {
  position: absolute; top: -120px; right: -100px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(20,40,80,.055) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none; z-index: 0;
}
.h-bg-red {
  position: absolute; bottom: -80px; left: -80px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(244,67,54,.09) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none; z-index: 0;
}
.h-bg-dots {
  position: absolute; top: 0; right: 0;
  width: 50%; height: 100%;
  background-image: radial-gradient(circle, rgba(20,40,80,.07) 1.2px, transparent 1.2px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(ellipse 70% 90% at 70% 50%, black 20%, transparent 100%);
  mask-image: radial-gradient(ellipse 70% 90% at 70% 50%, black 20%, transparent 100%);
  pointer-events: none; z-index: 0;
}
.h-top-rule {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #F44336 0%, #142850 50%, transparent 100%);
  z-index: 1;
}
.h-geo-line1 {
  position: absolute; top: 18%; left: -40px;
  width: 180px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244,67,54,.25));
  z-index: 0;
}
.h-geo-line2 {
  position: absolute; bottom: 22%; right: 52%;
  width: 120px; height: 1px;
  background: linear-gradient(90deg, rgba(20,40,80,.15), transparent);
  z-index: 0;
}
.h-glass-orb {
  position: absolute; top: 8%; right: 5%;
  width: 80px; height: 80px; border-radius: 50%;
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(20,40,80,.08);
  box-shadow: 0 8px 32px rgba(20,40,80,.06);
  pointer-events: none; z-index: 1;
}
.h-float-badge {
  position: absolute; bottom: 18%; left: 2%;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(20,40,80,.1);
  border-radius: 50px;
  padding: 7px 16px;
  font-size: 11.5px; font-weight: 700; color: #142850;
  display: flex; align-items: center; gap: 7px;
  box-shadow: 0 6px 20px rgba(20,40,80,.1);
  pointer-events: none; z-index: 3;
}
.h-float-badge i { color: #F44336; font-size: 13px; }

/* slide content */
.slide-body {
  position: relative; z-index: 2;
  flex: 1; display: flex; align-items: center;
  padding: 80px 20px 60px;
}

/* tagline chip */
.s-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(244,67,54,.08);
  border: 1px solid rgba(244,67,54,.2);
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 11.5px; font-weight: 700;
  color: #F44336; letter-spacing: .5px;
  margin-bottom: 20px;
}
.s-chip i { font-size: 12px; }

/* main title */
.s-title-line1 {
  font-size: clamp(38px, 5.5vw, 66px);
  font-weight: 900; line-height: 1;
  color: #142850;
  letter-spacing: -2px; text-transform: uppercase;
}
.s-title-line2 {
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 900; line-height: 1;
  color: #F44336;
  letter-spacing: -2px; text-transform: uppercase;
  margin-bottom: 18px;
}

/* sub-badge */
.s-sub {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 800;
  letter-spacing: 3px; text-transform: uppercase;
  color: #142850; opacity: .55;
  position: relative; padding-bottom: 14px; margin-bottom: 18px;
}
.s-sub::after {
  content: '';
  position: absolute; bottom: 0; left: 0;
  width: 36px; height: 2.5px;
  background: #F44336; border-radius: 2px;
}

.s-desc {
  font-size: 15.5px; line-height: 1.8;
  color: #5a6278; margin-bottom: 32px; max-width: 480px;
}

/* CTA buttons */
.s-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* mockup image */
.s-mockup {
  display: flex; align-items: center; justify-content: flex-end;
  padding-left: 20px; position: relative;
}
.s-mockup img {
  width: 100%; max-height: 72vh;
  object-fit: contain; display: block;
  filter: drop-shadow(0 30px 60px rgba(20,40,80,.15));
}
.s-mockup::before {
  content: '';
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 70%; height: 70%;
  background: radial-gradient(circle, rgba(244,67,54,.08) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}

/* FEATURE BAR */
.feat-bar {
  position: relative; z-index: 2;
  background: #fff;
  border-top: 1px solid rgba(20,40,80,.07);
  box-shadow: 0 4px 20px rgba(20,40,80,.05);
}
.feat-row { display: flex; align-items: stretch; }
.feat-col {
  flex: 1; display: flex; align-items: center; gap: 14px;
  padding: 18px 20px;
  border-right: 1px solid rgba(20,40,80,.07);
  transition: background .2s;
}
.feat-col:last-child { border-right: none; }
.feat-col:hover { background: #f8f9ff; }
.feat-ico {
  width: 48px; height: 48px; flex-shrink: 0;
  border: 1.5px solid rgba(244,67,54,.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(244,67,54,.06);
  transition: all .3s;
}
.feat-col:hover .feat-ico { background: rgba(244,67,54,.14); border-color: #F44336; }
.feat-ico i { font-size: 19px; color: #F44336; }
.feat-txt h6 { font-size: 13px; font-weight: 700; color: #142850; margin: 0 0 2px; }
.feat-txt p  { font-size: 11.5px; color: #8892a4; margin: 0; }

/* ARROWS */
.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
  position: absolute; top: 45%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid rgba(20,40,80,.15);
  background: #fff; opacity: 1; z-index: 30;
  display: flex; align-items: center; justify-content: center;
  transition: all .3s;
  box-shadow: 0 4px 16px rgba(20,40,80,.1);
}
.hero-section .carousel-control-prev { left: 16px; }
.hero-section .carousel-control-next { right: 16px; }
.hero-section .carousel-control-prev:hover,
.hero-section .carousel-control-next:hover {
  background: #F44336; border-color: #F44336;
  box-shadow: 0 6px 20px rgba(244,67,54,.35);
}
.hero-section .carousel-control-prev-icon,
.hero-section .carousel-control-next-icon { width: 16px; height: 16px; filter: invert(1) brightness(0); }
.hero-section .carousel-control-prev:hover .carousel-control-prev-icon,
.hero-section .carousel-control-next:hover .carousel-control-next-icon { filter: none; }
.hero-section .carousel-indicators { display: none; }

/* slide counter dots */
.h-dots-bar {
  position: absolute; bottom: 22px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 8px; align-items: center;
  z-index: 10;
}
.h-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(20,40,80,.2);
  border: none; cursor: pointer; padding: 0;
  transition: all .3s;
}
.h-dot.active { background: #F44336; width: 24px; border-radius: 4px; }

/* ══ SERVICES SECTION ══ */
.services-section {
  position: relative;
  background: #f8f9ff;
  padding: 80px 0 90px;
  overflow: hidden;
}
.services-section::before {
  content: '';
  position: absolute;
  bottom: -60px; left: -80px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(232,56,13,.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.services-section::after {
  content: '';
  position: absolute;
  top: -40px; right: -60px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(30,60,180,.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.srv-dots-bg {
  position: absolute;
  top: 0; right: 0;
  width: 35%; height: 50%;
  background-image: radial-gradient(circle, rgba(30,60,180,.12) 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  pointer-events: none;
}
.srv-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e8380d;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 16px;
}
.srv-label::before,
.srv-label::after {
  content: '';
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 40px; height: 1.5px;
  background: #e8380d;
}
.srv-label::before { left: -28px; }
.srv-label::after  { right: -28px; }
.srv-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  color: #111b3a;
  line-height: 1.15;
  margin-bottom: 6px;
}
.srv-title span { color: #e8380d; }
.srv-title-line {
  width: 50px; height: 3px;
  background: #e8380d;
  border-radius: 2px;
  margin: 14px auto 20px;
}
.srv-subtitle {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto;
}
.srv-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 28px 28px;
  height: 100%;
  position: relative;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
  transition: transform .3s, box-shadow .3s;
  border-top: 4px solid transparent;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.srv-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  border-radius: 16px 16px 0 0;
}
.srv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}
.srv-card.red::before   { background: #e8380d; }
.srv-card.blue::before  { background: #1e3cb4; }
.srv-card.navy::before  { background: #111b3a; }
.srv-card.orange::before{ background: #f97316; }
.srv-icon-wrap {
  width: 80px; height: 80px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
}
.srv-card.red   .srv-icon-wrap { background: rgba(232,56,13,.1); }
.srv-card.blue  .srv-icon-wrap { background: rgba(30,60,180,.1); }
.srv-card.navy  .srv-icon-wrap { background: rgba(17,27,58,.1); }
.srv-card.orange .srv-icon-wrap{ background: rgba(249,115,22,.1); }
.srv-icon-wrap i { font-size: 36px; }
.srv-card.red    .srv-icon-wrap i { color: #e8380d; }
.srv-card.blue   .srv-icon-wrap i { color: #1e3cb4; }
.srv-card.navy   .srv-icon-wrap i { color: #111b3a; }
.srv-card.orange .srv-icon-wrap i { color: #f97316; }
.srv-card h4 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #111b3a;
  margin-bottom: 8px;
}
.srv-card-line {
  width: 32px; height: 2.5px;
  border-radius: 2px;
  margin-bottom: 14px;
}
.srv-card.red    .srv-card-line { background: #e8380d; }
.srv-card.blue   .srv-card-line { background: #1e3cb4; }
.srv-card.navy   .srv-card-line { background: #111b3a; }
.srv-card.orange .srv-card-line { background: #f97316; }
.srv-card p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.7;
  flex: 1;
  margin-bottom: 28px;
}
.srv-learn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.srv-learn a {
  font-size: 14px;
  font-weight: 700;
  color: #111b3a;
  text-decoration: none;
  transition: color .2s;
}
.srv-learn a:hover { color: #e8380d; }
.srv-arrow {
  width: 38px; height: 38px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px;
  color: #fff;
  transition: transform .3s;
  flex-shrink: 0;
}
.srv-card:hover .srv-arrow { transform: translateX(4px); }
.srv-card.red    .srv-arrow { background: #e8380d; }
.srv-card.blue   .srv-arrow { background: #1e3cb4; }
.srv-card.navy   .srv-arrow { background: #111b3a; }
.srv-card.orange .srv-arrow { background: #f97316; }

/* ══ OUR PRODUCTS (OP) SECTION ══ */
.op-section {
  position: relative;
  background: #F5F7FB;
  padding: 100px 0 0;
  overflow: hidden;
  font-family: 'Manrope', 'Segoe UI', sans-serif;
}
.op-bg-ribbon-tl {
  position: absolute; top: -80px; left: -100px;
  width: 480px; height: 480px;
  background: conic-gradient(from 200deg at 30% 60%, rgba(20,40,80,.07), rgba(244,67,54,.06), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
  animation: opSpin 20s linear infinite;
}
.op-bg-ribbon-br {
  position: absolute; bottom: 80px; right: -120px;
  width: 420px; height: 420px;
  background: conic-gradient(from 40deg at 70% 40%, rgba(244,67,54,.07), rgba(20,40,80,.05), transparent 55%);
  border-radius: 50%;
  pointer-events: none;
  animation: opSpin 28s linear infinite reverse;
}
@keyframes opSpin { to { transform: rotate(360deg); } }
.op-bg-circle1 {
  position: absolute; top: -60px; right: 8%;
  width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(20,40,80,.06) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.op-bg-circle2 {
  position: absolute; bottom: 120px; left: 5%;
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(244,67,54,.07) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.op-bg-dots {
  position: absolute; top: 0; right: 0; left: 0; bottom: 0;
  background-image: radial-gradient(circle, rgba(20,40,80,.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  opacity: .5;
}
.op-bg-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(20,40,80,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,40,80,.03) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.op-glass-orb {
  position: absolute; top: 12%; right: 3%;
  width: 90px; height: 90px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 8px 32px rgba(20,40,80,.08);
  pointer-events: none;
}
.op-glass-orb2 {
  position: absolute; bottom: 160px; left: 2%;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: rgba(244,67,54,.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(244,67,54,.15);
  pointer-events: none;
}
.op-sup {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin-bottom: 10px;
}
.op-sup-line {
  display: inline-block; width: 44px; height: 1.5px;
  background: linear-gradient(90deg, transparent, #142850);
}
.op-sup-line.right { background: linear-gradient(90deg, #142850, transparent); }
.op-sup-text {
  font-size: 11.5px; font-weight: 700;
  letter-spacing: 3.5px; text-transform: uppercase;
  color: #142850; opacity: .6;
}
.op-sup-text em { color: #F44336; font-style: normal; font-weight: 800; }
.op-heading {
  font-size: clamp(44px, 6vw, 48px);
  font-weight: 900; line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.op-heading .our { color: #142850; }
.op-heading .products {
  background: linear-gradient(135deg, #F44336 0%, #c62828 50%, #ff7043 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.op-divider {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  margin: 16px 0 22px;
}
.op-divider-dot { width: 6px; height: 6px; border-radius: 50%; background: #F44336; }
.op-divider-line { width: 60px; height: 2px; background: linear-gradient(90deg,#F44336,#142850); border-radius: 2px; }
.op-divider-dot2 { width: 4px; height: 4px; border-radius: 50%; background: #142850; }
.op-desc {
  font-size: 15.5px; line-height: 1.85;
  color: #5a6278; max-width: 640px; margin: 0 auto;
  font-weight: 400;
}
.op-body {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 52px;
  position: relative;
  z-index: 2;
}
.op-left-icons {
  flex-shrink: 0;
  width: 120px;
  display: flex; flex-direction: column;
  align-items: center;
  gap: 0;
  padding-bottom: 40px;
}
.op-feat-item {
  display: flex; flex-direction: column; align-items: center;
  position: relative;
}
.op-feat-item:not(:last-child)::after {
  content: '';
  display: block;
  width: 1.5px; height: 40px;
  background: linear-gradient(to bottom, rgba(20,40,80,.2), rgba(244,67,54,.2));
  margin: 6px 0;
}
.op-feat-icon-wrap {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  transition: transform .3s;
}
.op-feat-icon-wrap:hover { transform: scale(1.1); }
.op-feat-icon-wrap.ic1 { background: linear-gradient(135deg, #142850, #1e3c72); box-shadow: 0 8px 24px rgba(20,40,80,.3); }
.op-feat-icon-wrap.ic2 { background: linear-gradient(135deg, #F44336, #c62828); box-shadow: 0 8px 24px rgba(244,67,54,.35); }
.op-feat-icon-wrap.ic3 { background: linear-gradient(135deg, #142850, #2d5d9f); box-shadow: 0 8px 24px rgba(20,40,80,.25); }
.op-feat-icon-wrap i { font-size: 22px; color: #fff; }
.op-feat-label {
  font-size: 10px; font-weight: 700; text-align: center;
  color: #142850; line-height: 1.3; margin-top: 6px;
  max-width: 80px;
}
.op-phones-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 460px;
}
.op-center-glow {
  position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(20,40,80,.07) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.op-phone {
  position: relative; flex-shrink: 0;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1);
  z-index: 2;
}
.op-phone:hover { transform: translateY(-12px) scale(1.02); }
.op-phone img {
  display: block; object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(20,40,80,.22));
  border-radius: 22px;
}
.op-phone::after {
  content: '';
  position: absolute; bottom: -18px; left: 10%; right: 10%;
  height: 18px;
  background: radial-gradient(ellipse, rgba(20,40,80,.18) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(6px);
}
.op-phone.c  { z-index: 5; }
.op-phone.c img  { width: clamp(200px, 22vw, 240px); }
.op-phone.ml, .op-phone.mr { z-index: 4; margin-bottom: 30px; }
.op-phone.ml { margin-right: -28px; }
.op-phone.mr { margin-left:  -28px; }
.op-phone.ml img, .op-phone.mr img { width: clamp(155px, 16vw, 210px); }
.op-phone.ll, .op-phone.lr { z-index: 3; margin-bottom: 56px; }
.op-phone.ll { margin-right: -22px; }
.op-phone.lr { margin-left:  -22px; }
.op-phone.ll img, .op-phone.lr img { width: clamp(115px, 11vw, 168px); }
.op-phone-tag {
  position: absolute; bottom: 22px; left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 9.5px; font-weight: 700;
  color: #142850; white-space: nowrap;
  box-shadow: 0 4px 16px rgba(20,40,80,.12);
  opacity: 0; transition: opacity .3s;
}
.op-phone:hover .op-phone-tag { opacity: 1; }
.op-right-space { flex-shrink: 0; width: 120px; }
.op-cards-bar {
  margin-top: 56px;
  background: #fff;
  border-top: 1px solid rgba(20,40,80,.07);
  padding: 0;
}
.op-cards-row { display: flex; align-items: stretch; }
.op-card {
  flex: 1;
  display: flex; flex-direction: column;
  padding: 28px 24px 26px;
  border-right: 1px solid rgba(20,40,80,.06);
  position: relative;
  overflow: hidden;
  transition: all .3s;
  cursor: default;
}
.op-card:last-child { border-right: none; }
.op-card::before {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 0; height: 2.5px;
  background: linear-gradient(90deg, #F44336, #142850);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.op-card:hover::before { transform: scaleX(1); }
.op-card:hover {
  background: linear-gradient(160deg, #fff 60%, #f7f9ff 100%);
  box-shadow: 0 -2px 0 0 #F44336, 0 12px 40px rgba(20,40,80,.08);
  transform: translateY(-3px);
}
.op-card-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  transition: transform .3s;
}
.op-card:hover .op-card-icon { transform: scale(1.1) rotate(-4deg); }
.op-card-icon.ci1 { background: linear-gradient(135deg,rgba(20,40,80,.1),rgba(20,40,80,.05)); }
.op-card-icon.ci2 { background: linear-gradient(135deg,rgba(244,67,54,.12),rgba(244,67,54,.05)); }
.op-card-icon.ci3 { background: linear-gradient(135deg,rgba(20,40,80,.1),rgba(30,60,180,.05)); }
.op-card-icon.ci4 { background: linear-gradient(135deg,rgba(244,67,54,.1),rgba(255,112,67,.05)); }
.op-card-icon.ci5 { background: linear-gradient(135deg,rgba(20,40,80,.1),rgba(45,93,159,.05)); }
.op-card-icon i { font-size: 22px; }
.op-card-icon.ci1 i, .op-card-icon.ci3 i, .op-card-icon.ci5 i { color: #142850; }
.op-card-icon.ci2 i, .op-card-icon.ci4 i { color: #F44336; }
.op-card h5 { font-size: 16px; font-weight: 800; color: #142850; margin-bottom: 7px; letter-spacing: .3px; }
.op-card p { font-size: 14.5px; color: #555; line-height: 1.65; margin: 0; flex: 1; }
.op-card-arrow {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11.5px; font-weight: 700;
  color: #F44336; margin-top: 14px;
  text-decoration: none; transition: gap .2s;
}
.op-card:hover .op-card-arrow { gap: 8px; }

/* ══ PRODUCT DETAILS (PD) SECTION ══ */
.pd-section {
  background: #F5F7FB;
  padding: 90px 0 80px;
  position: relative;
  overflow: hidden;
  font-family: 'Manrope', 'Segoe UI', sans-serif;
}
.pd-section::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #142850 0%, #F44336 50%, #142850 100%);
}
.pd-bg-dot {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(20,40,80,.05) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.pd-bg-glow-r {
  position: absolute; top: -100px; right: -120px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(244,67,54,.06) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}
.pd-bg-glow-l {
  position: absolute; bottom: -80px; left: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(20,40,80,.06) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}
.pd-section-head { text-align: center; margin-bottom: 60px; }
.pd-section-sup {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #F44336; margin-bottom: 10px;
}
.pd-section-sup::before,
.pd-section-sup::after {
  content: ''; display: inline-block;
  width: 32px; height: 1.5px; background: #F44336;
}
.pd-section-title {
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 900; color: #142850;
  letter-spacing: -.5px; margin-bottom: 10px;
}
.pd-section-title span { color: #F44336; }
.pd-section-bar {
  width: 48px; height: 3px;
  background: linear-gradient(90deg, #F44336, #142850);
  border-radius: 2px; margin: 0 auto;
}
.pd-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 28px rgba(20,40,80,.07);
  transition: transform .35s ease, box-shadow .35s ease;
  height: 100%;
  display: flex; flex-direction: column;
  position: relative;
}
.pd-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 52px rgba(20,40,80,.13);
}
.pd-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #F44336, #142850);
  border-radius: 20px 20px 0 0;
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s ease;
}
.pd-card:hover::before { transform: scaleX(1); }
.pd-card-img {
  position: relative;
  background: linear-gradient(135deg, #f0f4ff 0%, #e8ecf8 100%);
  display: flex; align-items: center; justify-content: center;
  padding: 0px;
  overflow: hidden;
}
.pd-card-img::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 40px;
  background: linear-gradient(to top, #fff, transparent);
}
.pd-card-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: top;
  border-radius: 14px 14px 0 0;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(20,40,80,.18));
}
.pd-card-num {
  position: absolute; top: 16px; left: 18px;
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, #F44336, #c62828);
  color: #fff; font-size: 12px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(244,67,54,.4); z-index: 1;
}
.pd-card-body {
  padding: 22px 24px 24px;
  display: flex; flex-direction: column;
  flex: 1;
}
.pd-card-title {
  font-size: 16px; font-weight: 800;
  color: #142850; margin-bottom: 8px;
  line-height: 1.3; text-transform: uppercase;
}
.pd-card-desc {
  font-size: 14.5px; color: #555;
  line-height: 1.7; margin-bottom: 16px;
}
.pd-features-label {
  font-size: 10px; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase;
  color: #F44336; margin-bottom: 10px;
}
.pd-features {
  list-style: none; padding: 0; margin: 0 0 20px;
  display: flex; flex-direction: column; gap: 7px;
  flex: 1;
}
.pd-features li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 14.5px; color: #555; line-height: 1.55;
}
.pd-features li::before {
  content: '';
  flex-shrink: 0;
  margin-top: 5px;
  width: 14px; height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23F44336' opacity='.12'/%3E%3Cpath d='M4.5 8l2.5 2.5 4.5-5' stroke='%23F44336' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center/contain no-repeat;
}
.pd-card-cta {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 700;
  color: #142850; text-decoration: none;
  padding: 9px 18px;
  border: 1.5px solid rgba(20,40,80,.18);
  border-radius: 50px;
  width: fit-content;
  transition: all .25s;
  margin-top: auto;
}
.pd-card-cta i { font-size: 12px; transition: transform .25px; }
.pd-card-cta:hover {
  background: #F44336; color: #fff;
  border-color: #F44336;
  box-shadow: 0 6px 20px rgba(244,67,54,.3);
}
.pd-card-cta:hover i { transform: translateX(4px); color: #fff; }

/* ══ CLIENTS SECTION ══ */
.cl-section {
  position: relative; overflow: hidden;
  font-family: 'Manrope','Segoe UI',sans-serif;
  background: #fff;
}
.cl-bg-wrap { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cl-bg-img {
  position: absolute; inset: 0;
  background: url('images/Clients-Banner.png') center/cover no-repeat;
  opacity: .08;
}
.cl-bg-overlay { position: absolute; inset: 0; background: rgba(255,255,255,.84); }
.cl-bg-blob-tl {
  position: absolute; top: -90px; left: -90px;
  width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(244,67,54,.14) 0%, transparent 65%);
  border-radius: 50%;
}
.cl-bg-blob-br {
  position: absolute; bottom: 0; right: -60px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(20,40,80,.07) 0%, transparent 65%);
  border-radius: 50%;
}
.cl-bg-dots {
  position: absolute; top: 0; right: 0; width: 240px; height: 200px;
  background-image: radial-gradient(circle, rgba(20,40,80,.08) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
}
.cl-deco { position: absolute; pointer-events: none; }
.cl-deco.tri {
  top: 10%; right: 10%; width: 0; height: 0;
  border-left: 10px solid transparent; border-right: 10px solid transparent;
  border-bottom: 16px solid #142850; opacity: .14;
}
.cl-deco.circ {
  top: 58%; left: 6%; width: 12px; height: 12px;
  border-radius: 50%; border: 2px solid #F44336; opacity: .22;
}
.cl-deco.sq {
  bottom: 20%; right: 5%; width: 11px; height: 11px;
  border: 2px solid #142850; opacity: .14;
}
.cl-deco.dot {
  top: 22%; left: 18%; width: 7px; height: 7px;
  border-radius: 50%; background: #F44336; opacity: .18;
}
.cl-inner { position: relative; z-index: 2; padding: 72px 0 0; text-align: center; }
.cl-icon-wrap {
  width: 60px; height: 60px; margin: 0 auto 14px;
  border-radius: 50%; background: rgba(244,67,54,.08);
  border: 1.5px solid rgba(244,67,54,.2);
  display: flex; align-items: center; justify-content: center;
}
.cl-icon-wrap i { font-size: 26px; color: #F44336; }
.cl-label {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; font-weight: 800; letter-spacing: 3.5px;
  text-transform: uppercase; color: #F44336; margin-bottom: 20px;
}
.cl-label::before, .cl-label::after {
  content: ''; display: inline-block; width: 40px; height: 1.5px; background: #F44336;
}
.cl-heading {
  font-size: clamp(24px, 3.2vw, 40px); font-weight: 900;
  color: #142850; line-height: 1.2; margin-bottom: 2px;
}
.cl-heading .red { color: #F44336; display: block; }
.cl-heading .sub { display: block; font-weight: 400; font-size: .62em; color: #3d4460; margin-top: 5px; }
.cl-head-bar {
  width: 40px; height: 3px;
  background: linear-gradient(90deg, #F44336, #142850);
  border-radius: 2px; margin: 16px auto 18px;
}
.cl-desc {
  font-size: 14px; color: #5a6278; line-height: 1.8;
  max-width: 580px; margin: 0 auto 50px;
}
.cl-carousel { position: relative; padding: 0 0 52px; }
.cl-arr {
  position: absolute; top: 42%; transform: translateY(-50%);
  z-index: 10; width: 44px; height: 44px; border-radius: 50%;
  background: #F44336; color: #fff; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; box-shadow: 0 6px 20px rgba(244,67,54,.35);
  transition: background .25s, box-shadow .25s;
}
.cl-arr:hover { background: #c62828; }
.cl-arr.left { left: 0; }
.cl-arr.right { right: 0; }
.cl-overflow { overflow: hidden; margin: 0 58px; }
.cl-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: stretch;
  transition: transform .45s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.cl-card {
  flex-shrink: 0; width: 156px;
  background: #fff; border-radius: 16px;
  border: 1.5px solid rgba(20,40,80,.08);
  box-shadow: 0 4px 18px rgba(20,40,80,.08);
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; padding: 22px 16px 18px;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  cursor: default;
}
.cl-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(20,40,80,.13);
  border-color: rgba(244,67,54,.25);
}
.cl-card img {
  width: 100%; max-width: 110px; height: 60px;
  object-fit: contain; display: block;
  filter: grayscale(20%); transition: filter .3s;
}
.cl-card:hover img { filter: grayscale(0%); }
.cl-card-dots { display: flex; gap: 5px; align-items: center; margin-top: 13px; }
.cl-card-dots span { width: 6px; height: 6px; border-radius: 50%; background: #F44336; }
.cl-card-dots span:first-child,
.cl-card-dots span:last-child { opacity: .28; }
.cl-card-dots span:nth-child(2) { opacity: .7; }
.cl-indicator { display: flex; justify-content: center; gap: 7px; margin-top: 28px; }
.cl-ind-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(20,40,80,.18); border: none; cursor: pointer; padding: 0;
  transition: all .3s;
}
.cl-ind-dot.active { background: #F44336; width: 24px; border-radius: 4px; }

/* ══ FOOTER — LIGHT THEME ══ */
.site-footer {
  background: #F5F7FB;
  font-family: 'Manrope','Segoe UI',sans-serif;
  color: #4a5568;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(20,40,80,.05) 1px, transparent 1px);
  background-size: 26px 26px; pointer-events: none;
}
.site-footer::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #F44336 0%, #142850 50%, #F44336 100%);
}
.ft-main { padding: 68px 0 44px; position: relative; z-index: 2; }
.ft-brand-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; text-decoration: none; }
.ft-brand-logo img { height: 46px; width: auto; }
.ft-brand-tagline { font-size: 14px; line-height: 1.75; color: #5a6278; margin-bottom: 18px; max-width: 230px; }
.ft-redbar { width: 36px; height: 3px; background: #F44336; border-radius: 2px; margin-bottom: 20px; }
.ft-socials { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.ft-soc { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid rgba(20,40,80,.15); display: flex; align-items: center; justify-content: center; color: #5a6278; font-size: 15px; text-decoration: none; background: #fff; transition: all .25s; box-shadow: 0 2px 8px rgba(20,40,80,.06); }
.ft-soc:hover { background: #F44336; border-color: #F44336; color: #fff; box-shadow: 0 6px 16px rgba(244,67,54,.3); transform: translateY(-2px); }
.ft-cta-card { background: linear-gradient(135deg, #142850 0%, #1e3c72 100%); border-radius: 14px; padding: 22px 22px 20px; position: relative; overflow: hidden; }
.ft-cta-card::before { content: ''; position: absolute; top: -30px; right: -30px; width: 100px; height: 100px; background: radial-gradient(circle, rgba(244,67,54,.2) 0%, transparent 70%); border-radius: 50%; }
.ft-cta-card h5 { font-size: 15px; font-weight: 800; color: #fff; margin-bottom: 5px; position: relative; z-index: 2; }
.ft-cta-card p { font-size: 13px; color: rgba(200,210,230,.8); margin-bottom: 14px; line-height: 1.6; position: relative; z-index: 2; }
.ft-cta-btn { display: inline-flex; align-items: center; gap: 8px; background: #F44336; color: #fff; font-size: 13px; font-weight: 700; padding: 10px 22px; border-radius: 50px; text-decoration: none; transition: all .25s; position: relative; z-index: 2; }
.ft-cta-btn:hover { background: #c62828; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(244,67,54,.4); }
.ft-col-title { font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #142850; margin-bottom: 18px; position: relative; padding-bottom: 12px; }
.ft-col-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 28px; height: 2.5px; background: #F44336; border-radius: 2px; }
.ft-nav { list-style: none; padding: 0; margin: 0; }
.ft-nav li { margin-bottom: 11px; }
.ft-nav a { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: #5a6278; text-decoration: none; transition: color .2s; line-height: 1.4; }
.ft-nav a:hover { color: #F44336; }
.ft-nav-ico { flex-shrink: 0; margin-top: 1px; width: 28px; height: 28px; border-radius: 7px; background: rgba(244,67,54,.08); display: flex; align-items: center; justify-content: center; font-size: 13px; color: #F44336; border: 1px solid rgba(244,67,54,.12); }
.ft-office-title { font-size: 12px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; color: #142850; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1.5px solid rgba(244,67,54,.3); }
.ft-office-sub { display: flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 700; color: #F44336; margin-bottom: 6px; margin-top: 14px; }
.ft-office-sub i { font-size: 13px; }
.ft-contact-text { font-size: 13px; color: #5a6278; line-height: 1.7; margin-bottom: 0; }
.ft-contact-link { display: block; font-size: 13px; color: #5a6278; text-decoration: none; transition: color .2s; line-height: 1.8; }
.ft-contact-link:hover { color: #F44336; }
.ft-strip { background: #fff; border-top: 1px solid rgba(20,40,80,.07); border-bottom: 1px solid rgba(20,40,80,.07); padding: 24px 0; position: relative; z-index: 2; }
.ft-strip-row { display: flex; align-items: stretch; flex-wrap: wrap; }
.ft-strip-item { flex: 1; min-width: 200px; display: flex; align-items: center; gap: 14px; padding: 12px 24px; border-right: 1px solid rgba(20,40,80,.07); transition: background .2s; }
.ft-strip-item:last-child { border-right: none; }
.ft-strip-item:hover { background: #F5F7FB; }
.ft-strip-ico { width: 46px; height: 46px; flex-shrink: 0; border-radius: 50%; border: 1.5px solid rgba(244,67,54,.3); display: flex; align-items: center; justify-content: center; font-size: 19px; color: #F44336; background: rgba(244,67,54,.07); transition: all .25s; }
.ft-strip-item:hover .ft-strip-ico { background: rgba(244,67,54,.15); border-color: #F44336; }
.ft-strip-txt h6 { font-size: 13.5px; font-weight: 700; color: #142850; margin: 0 0 2px; }
.ft-strip-txt p  { font-size: 12px; color: #8892a4; margin: 0; line-height: 1.5; }
.ft-bottom { background: #142850; padding: 16px 0; position: relative; z-index: 2; }
.ft-bottom-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.ft-copy { font-size: 12.5px; color: rgba(200,210,230,.7); margin: 0; }
.ft-policy-links { display: flex; align-items: center; flex-wrap: wrap; }
.ft-policy-links a { font-size: 12.5px; color: rgba(200,210,230,.65); text-decoration: none; padding: 0 14px; border-right: 1px solid rgba(255,255,255,.15); transition: color .2s; }
.ft-policy-links a:last-child { border-right: none; }
.ft-policy-links a:hover { color: #F44336; }
.ft-badges { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.ft-badge { display: flex; align-items: center; gap: 6px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 8px; padding: 5px 12px; font-size: 10.5px; font-weight: 700; color: rgba(200,210,230,.8); white-space: nowrap; }
.ft-badge i { font-size: 13px; color: #F44336; }

/* ══ ABOUT PAGE ══ */

/* Hero */
.ab-hero {
  position: relative;
  background: url('images/aboutus.png') no-repeat center #fff; background-position: right; background-size: 65%;
  overflow: hidden;
  padding: 80px 0 60px;
}
.ab-hero-bg-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(20,40,80,.07) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  pointer-events: none;
}
.ab-hero-blob-red {
  position: absolute; bottom: -80px; left: -80px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(244,67,54,.12) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}
.ab-hero-blob-navy {
  position: absolute; top: -60px; right: -60px;
  width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(20,40,80,.07) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}
.ab-hero-top-rule {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--red) 0%, var(--navy) 50%, transparent 100%);
}
.ab-hero-content { position: relative; z-index: 2; }
.ab-hero h1 {
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 16px;
}
.ab-hero h1 .word-about { color: var(--navy); }
.ab-hero h1 .word-us {
  background: linear-gradient(135deg, var(--red) 0%, #c62828 60%, #ff7043 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ab-breadcrumb { display:flex; align-items:center; gap:8px; font-size:14px; font-weight:600; color:#8892a4; margin-bottom:22px; }
.ab-breadcrumb a { color:#8892a4; text-decoration:none; transition:color .2s; }
.ab-breadcrumb a:hover { color:var(--red); }
.ab-breadcrumb .sep { color:var(--red); }
.ab-breadcrumb .current { color:var(--navy); }
.ab-hero-tagline { font-size:17px; color:#5a6278; line-height:1.7; max-width:520px; margin-bottom:44px; font-weight:500; }
.ab-stats-row { display:flex; gap:32px; flex-wrap:wrap; }
.ab-stat { display:flex; flex-direction:column; align-items:flex-start; }
.ab-stat-num {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -1px;
}
.ab-stat-num span { color: var(--red); }
.ab-stat-label { font-size:12px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:#8892a4; margin-top:4px; }
.ab-stat-divider { width:1px; height:50px; background:rgba(20,40,80,.12); align-self:center; }

/* Shared about section elements */
.ab-section-sup {
  display:inline-flex; align-items:center; gap:10px;
  font-size:11px; font-weight:800; letter-spacing:3px;
  text-transform:uppercase; color:var(--red); margin-bottom:12px;
}
.ab-section-sup::before, .ab-section-sup::after {
  content:''; display:inline-block; width:32px; height:1.5px; background:var(--red);
}
.ab-section-title {
  font-size:clamp(28px,3.5vw,42px); font-weight:900;
  color:var(--navy); line-height:1.15; letter-spacing:-.5px;
}
.ab-section-title span { color:var(--red); }
.ab-section-bar { width:44px; height:3px; background:linear-gradient(90deg,var(--red),var(--navy)); border-radius:2px; margin:14px auto 0; }

/* About Intro */
.ab-intro { background:#fff; padding:90px 0 80px; position:relative; overflow:hidden; }
.ab-intro::before {
  content:''; position:absolute; bottom:-60px; right:-60px;
  width:300px; height:300px;
  background:radial-gradient(circle,rgba(20,40,80,.05) 0%,transparent 65%);
  border-radius:50%; pointer-events:none;
}
.ab-intro-title {
  font-size:clamp(22px,3vw,34px); font-weight:900;
  color:var(--navy); line-height:1.25; letter-spacing:-.3px;
  margin-bottom:20px;
}
.ab-intro-title span { color:var(--red); }
.ab-intro-bar { width:44px; height:3px; background:linear-gradient(90deg,var(--red),var(--navy)); border-radius:2px; margin-bottom:22px; }
.ab-intro-body { font-size:15px; color:#5a6278; line-height:1.85; margin-bottom:14px; }

/* Tabs */
.ab-tabs { display:flex; gap:6px; flex-wrap:wrap; margin-top:28px; border-bottom:2px solid rgba(20,40,80,.08); padding-bottom:0; }
.ab-tab-btn {
  background:none; border:none; cursor:pointer;
  font-family:'Manrope',sans-serif;
  font-size:13.5px; font-weight:700;
  color:#8892a4; padding:10px 18px;
  border-bottom:2.5px solid transparent;
  margin-bottom:-2px; transition:all .25s;
}
.ab-tab-btn.active { color:var(--navy); border-bottom-color:var(--red); }
.ab-tab-btn:hover { color:var(--navy); }
.ab-tab-content { display:none; padding:22px 0 0; }
.ab-tab-content.active { display:block; }
.ab-tab-content p { font-size:15px; color:#5a6278; line-height:1.85; margin-bottom:12px; }
.ab-tab-content ul { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px; }
.ab-tab-content ul li { display:flex; align-items:flex-start; gap:10px; font-size:14.5px; color:#5a6278; line-height:1.6; }
.ab-tab-content ul li::before {
  content:''; flex-shrink:0; margin-top:5px;
  width:14px; height:14px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23F44336' opacity='.12'/%3E%3Cpath d='M4.5 8l2.5 2.5 4.5-5' stroke='%23F44336' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Info card (about page right) */
.ab-info-card {
  background:linear-gradient(160deg,var(--navy) 0%,#1e3c72 100%);
  border-radius:20px;
  padding:36px 32px;
  color:#fff;
  position:relative; overflow:hidden;
  height:100%;
}
.ab-info-card::before {
  content:''; position:absolute; top:-60px; right:-60px;
  width:200px; height:200px;
  background:radial-gradient(circle,rgba(244,67,54,.2) 0%,transparent 65%);
  border-radius:50%;
}
.ab-info-card::after {
  content:''; position:absolute;
  inset:0;
  background-image:radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:20px 20px;
  pointer-events:none;
}
.ab-info-card-inner { position:relative; z-index:2; }
.ab-info-card h4 { font-size:18px; font-weight:800; color:#fff; margin-bottom:6px; }
.ab-info-card .red-bar { width:36px; height:3px; background:var(--red); border-radius:2px; margin-bottom:22px; }
.ab-info-row { display:flex; align-items:flex-start; gap:14px; margin-bottom:20px; }
.ab-info-ico { width:44px; height:44px; flex-shrink:0; border-radius:12px; background:rgba(255,255,255,.1); display:flex; align-items:center; justify-content:center; font-size:20px; color:#F44336; border:1px solid rgba(255,255,255,.12); }
.ab-info-txt h6 { font-size:13px; font-weight:800; color:#fff; margin-bottom:3px; }
.ab-info-txt p { font-size:12.5px; color:rgba(200,210,230,.75); margin:0; line-height:1.55; }
.ab-info-divider { height:1px; background:rgba(255,255,255,.1); margin:4px 0 20px; }
.ab-info-cta {
  display:inline-flex; align-items:center; gap:9px;
  background:var(--red); color:#fff;
  font-size:14px; font-weight:700;
  padding:13px 26px; border-radius:8px;
  text-decoration:none; border:2px solid var(--red);
  transition:all .3s; margin-top:8px; width:100%; justify-content:center;
  box-shadow:0 6px 22px rgba(244,67,54,.35);
}
.ab-info-cta:hover { background:#c62828; border-color:#c62828; color:#fff; transform:translateY(-2px); }

/* MVP section */
.ab-mvp { background:var(--light-grey); padding:90px 0; position:relative; overflow:hidden; }
.ab-mvp::before {
  content:''; position:absolute; top:-60px; left:-60px;
  width:280px; height:280px;
  background:radial-gradient(circle,rgba(244,67,54,.08) 0%,transparent 65%);
  border-radius:50%; pointer-events:none;
}
.mv-card {
  background:#fff;
  border-radius:20px;
  padding:38px 30px 32px;
  height:100%;
  position:relative;
  box-shadow:0 4px 28px rgba(20,40,80,.07);
  transition:transform .35s, box-shadow .35s;
  overflow:hidden;
}
.mv-card:hover { transform:translateY(-7px); box-shadow:0 20px 52px rgba(20,40,80,.13); }
.mv-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:4px;
  border-radius:20px 20px 0 0;
  transform:scaleX(0); transform-origin:left; transition:transform .4s;
}
.mv-card:hover::before { transform:scaleX(1); }
.mv-card.c1::before { background:linear-gradient(90deg,var(--red),#ff5722); }
.mv-card.c2::before { background:linear-gradient(90deg,var(--navy),#1e3c72); }
.mv-card.c3::before { background:linear-gradient(90deg,#7c3aed,#4c1d95); }
.mv-icon {
  width:68px; height:68px; border-radius:18px;
  display:flex; align-items:center; justify-content:center;
  font-size:30px; margin-bottom:22px;
  transition:transform .3s;
}
.mv-card:hover .mv-icon { transform:scale(1.1) rotate(-4deg); }
.mv-card.c1 .mv-icon { background:linear-gradient(135deg,rgba(244,67,54,.12),rgba(244,67,54,.05)); color:var(--red); }
.mv-card.c2 .mv-icon { background:linear-gradient(135deg,rgba(20,40,80,.1),rgba(20,40,80,.05)); color:var(--navy); }
.mv-card.c3 .mv-icon { background:linear-gradient(135deg,rgba(124,58,237,.1),rgba(124,58,237,.04)); color:#7c3aed; }
.mv-card h4 { font-size:15px; font-weight:800; letter-spacing:1px; text-transform:uppercase; color:var(--navy); margin-bottom:8px; }
.mv-card-line { width:32px; height:2.5px; border-radius:2px; margin-bottom:14px; }
.mv-card.c1 .mv-card-line { background:var(--red); }
.mv-card.c2 .mv-card-line { background:var(--navy); }
.mv-card.c3 .mv-card-line { background:#7c3aed; }
.mv-card p { font-size:14.5px; color:#5a6278; line-height:1.75; margin:0; }

/* Timeline */
.ab-timeline { background:#fff; padding:90px 0 80px; position:relative; overflow:hidden; }
.ab-timeline::before {
  content:''; position:absolute; inset:0;
  background-image:radial-gradient(circle,rgba(20,40,80,.04) 1px,transparent 1px);
  background-size:26px 26px; pointer-events:none;
}
.tl-title {
  font-size:clamp(22px,3vw,34px); font-weight:900;
  color:var(--navy); line-height:1.2; letter-spacing:-.3px;
}
.tl-title span { color:var(--red); }
.tl-spine { position:relative; }
.tl-spine::before {
  content:''; position:absolute;
  left:50%; top:0; bottom:0;
  width:2px;
  background:linear-gradient(to bottom, var(--red), var(--navy));
  transform:translateX(-50%);
}
.tl-item {
  display:flex; align-items:flex-start;
  position:relative;
  margin-bottom:52px;
}
.tl-item:last-child { margin-bottom:0; }
.tl-item.left  { flex-direction:row; }
.tl-item.right { flex-direction:row-reverse; }
.tl-content-wrap { flex:1; max-width:calc(50% - 50px); }
.tl-item.left  .tl-content-wrap { text-align:right; padding-right:32px; }
.tl-item.right .tl-content-wrap { text-align:left;  padding-left:32px; }
.tl-card {
  background:#fff;
  border-radius:16px;
  padding:28px 26px;
  box-shadow:0 4px 24px rgba(20,40,80,.08);
  border:1.5px solid rgba(20,40,80,.06);
  transition:transform .3s, box-shadow .3s, border-color .3s;
  position:relative;
  display:inline-block;
  width:100%;
}
.tl-card:hover {
  transform:translateY(-4px);
  box-shadow:0 14px 40px rgba(20,40,80,.13);
  border-color:rgba(244,67,54,.2);
}
.tl-card-title { font-size:16px; font-weight:800; color:var(--navy); margin-bottom:8px; }
.tl-card-desc { font-size:14px; color:#5a6278; line-height:1.7; margin:0; }
.tl-center { width:100px; flex-shrink:0; display:flex; flex-direction:column; align-items:center; padding-top:6px; }
.tl-badge {
  background:linear-gradient(135deg,var(--red),#c62828);
  color:#fff; font-size:11px; font-weight:800;
  letter-spacing:.5px; padding:7px 14px; border-radius:50px;
  white-space:nowrap; box-shadow:0 4px 16px rgba(244,67,54,.4);
  z-index:2; position:relative;
}
.tl-connector { width:2px; height:24px; background:rgba(244,67,54,.3); }
.tl-dot {
  width:16px; height:16px; border-radius:50%;
  background:var(--red);
  border:3px solid #fff;
  box-shadow:0 0 0 2px var(--red);
  z-index:3; position:relative;
}

/* Management team */
.ab-mgmt { background:var(--light-grey); padding:90px 0; position:relative; overflow:hidden; }
.ab-mgmt::after {
  content:''; position:absolute; bottom:-80px; right:-80px;
  width:320px; height:320px;
  background:radial-gradient(circle,rgba(20,40,80,.06) 0%,transparent 65%);
  border-radius:50%; pointer-events:none;
}
.mgmt-card {
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 4px 28px rgba(20,40,80,.08);
  transition:transform .35s, box-shadow .35s;
  height:100%;
}
.mgmt-card:hover { transform:translateY(-7px); box-shadow:0 20px 52px rgba(20,40,80,.14); }
.mgmt-card-img {
  position:relative; overflow:hidden;
  height:260px;
  background:linear-gradient(160deg,var(--light-grey),#e8ecf5);
}
.mgmt-card-img img {
  width:100%; height:100%;
  object-fit:cover; object-position:top;
  display:block;
  transition:transform .4s;
}
.mgmt-card:hover .mgmt-card-img img { transform:scale(1.04); }
.mgmt-card-img::after {
  content:''; position:absolute; bottom:0; left:0; right:0;
  height:60px;
  background:linear-gradient(to top,rgba(255,255,255,.9),transparent);
}
.mgmt-badge {
  position:absolute; top:16px; left:16px;
  background:var(--red); color:#fff;
  font-size:10px; font-weight:800; letter-spacing:.5px;
  padding:5px 12px; border-radius:50px;
  box-shadow:0 4px 14px rgba(244,67,54,.4);
  z-index:2;
}
.mgmt-card-body { padding:22px 24px 26px; }
.mgmt-card-name { font-size:17px; font-weight:800; color:var(--navy); margin-bottom:3px; }
.mgmt-card-role { font-size:12px; font-weight:700; color:var(--red); letter-spacing:.5px; text-transform:uppercase; margin-bottom:12px; }
.mgmt-card-bar { width:28px; height:2.5px; background:linear-gradient(90deg,var(--red),var(--navy)); border-radius:2px; margin-bottom:12px; }
.mgmt-card-bio { font-size:13.5px; color:#5a6278; line-height:1.7; margin-bottom:16px; }
.mgmt-card-socials { display:flex; gap:8px; }
.mgmt-soc {
  width:34px; height:34px; border-radius:50%;
  border:1.5px solid rgba(20,40,80,.12);
  display:flex; align-items:center; justify-content:center;
  font-size:14px; color:#8892a4; text-decoration:none;
  transition:all .25s;
}
.mgmt-soc:hover { background:var(--red); border-color:var(--red); color:#fff; }

/* Team grid */
.ab-team { background:#fff; padding:90px 0 80px; }
.team-card {
  background:#fff;
  border-radius:16px;
  padding:28px 20px 24px;
  text-align:center;
  box-shadow:0 4px 20px rgba(20,40,80,.07);
  border:1.5px solid rgba(20,40,80,.06);
  transition:transform .3s, box-shadow .3s, border-color .3s;
  height:100%;
}
.team-card:hover {
  transform:translateY(-5px);
  box-shadow:0 14px 36px rgba(20,40,80,.12);
  border-color:rgba(244,67,54,.2);
}
.team-avatar {
  width:88px; height:88px;
  border-radius:50%;
  overflow:hidden;
  margin:0 auto 16px;
  border:3px solid rgba(20,40,80,.08);
  transition:border-color .3s;
  position:relative;
}
.team-card:hover .team-avatar { border-color:rgba(244,67,54,.35); }
.team-avatar img { width:100%; height:100%; object-fit:cover; object-position:top; display:block; }
.team-avatar-placeholder {
  width:100%; height:100%;
  background:linear-gradient(135deg,var(--light-grey),#dde3ef);
  display:flex; align-items:center; justify-content:center;
  font-size:36px; color:rgba(20,40,80,.25);
}
.team-name { font-size:15px; font-weight:800; color:var(--navy); margin-bottom:4px; }
.team-role { font-size:12px; font-weight:600; color:var(--red); letter-spacing:.3px; }

/* Why choose us */
.ab-why { background:var(--light-grey); padding:90px 0; position:relative; overflow:hidden; }
.ab-why::before {
  content:''; position:absolute; top:-80px; left:-80px;
  width:360px; height:360px;
  background:radial-gradient(circle,rgba(244,67,54,.07) 0%,transparent 65%);
  border-radius:50%; pointer-events:none;
}
.ab-why::after {
  content:''; position:absolute; bottom:-60px; right:-60px;
  width:280px; height:280px;
  background:radial-gradient(circle,rgba(20,40,80,.06) 0%,transparent 65%);
  border-radius:50%; pointer-events:none;
}
.why-quote {
  font-size:18px; font-style:italic; font-weight:600;
  color:var(--navy); opacity:.65;
  margin-top:8px; margin-bottom:0;
}
.why-card {
  background:#fff;
  border-radius:18px;
  padding:32px 26px;
  height:100%;
  position:relative;
  box-shadow:0 4px 24px rgba(20,40,80,.07);
  overflow:hidden;
  transition:transform .35s, box-shadow .35s;
}
.why-card:hover { transform:translateY(-6px); box-shadow:0 18px 48px rgba(20,40,80,.12); }
.why-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:4px;
  background:linear-gradient(90deg,var(--red),var(--navy));
  border-radius:18px 18px 0 0;
  transform:scaleX(0); transform-origin:left;
  transition:transform .4s;
}
.why-card:hover::before { transform:scaleX(1); }
.why-icon {
  width:60px; height:60px; border-radius:16px;
  display:flex; align-items:center; justify-content:center;
  font-size:26px; margin-bottom:18px;
  background:linear-gradient(135deg,rgba(244,67,54,.1),rgba(244,67,54,.04));
  color:var(--red);
  transition:transform .3s;
}
.why-card:hover .why-icon { transform:scale(1.1) rotate(-5deg); }
.why-card h5 { font-size:15px; font-weight:800; color:var(--navy); margin-bottom:6px; letter-spacing:.3px; }
.why-card-bar { width:28px; height:2px; background:linear-gradient(90deg,var(--red),var(--navy)); border-radius:2px; margin-bottom:12px; }
.why-card p { font-size:14px; color:#5a6278; line-height:1.75; margin:0; }

/* ══ CONTACT PAGE ══ */

/* Hero */
.ct-hero { position:relative; background: url('images/contact.png') no-repeat bottom right #fff; background-size: 60%; overflow:hidden; padding:80px 0 60px; }
.ct-hero-top-rule { position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,var(--navy) 0%,var(--red) 60%,transparent 100%); }
.ct-hero-bg-dots { position:absolute; inset:0; background-image:radial-gradient(circle,rgba(20,40,80,.07) 1.5px,transparent 1.5px); background-size:24px 24px; pointer-events:none; }
.ct-hero-blob-red { position:absolute; bottom:-80px; left:-80px; width:400px; height:400px; background:radial-gradient(circle,rgba(244,67,54,.11) 0%,transparent 65%); border-radius:50%; pointer-events:none; }
.ct-hero-blob-navy { position:absolute; top:-60px; right:-60px; width:360px; height:360px; background:radial-gradient(circle,rgba(20,40,80,.08) 0%,transparent 65%); border-radius:50%; pointer-events:none; }
.ct-hero-orb { position:absolute; top:30px; right:60px; width:160px; height:160px; background:rgba(255,255,255,.6); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); border:1.5px solid rgba(255,255,255,.7); border-radius:50%; pointer-events:none; box-shadow:0 8px 32px rgba(20,40,80,.08); }
.ct-hero-content { position:relative; z-index:2; }
.ct-breadcrumb { display:flex; align-items:center; gap:8px; font-size:14px; font-weight:600; color:#8892a4; margin-bottom:22px; }
.ct-breadcrumb a { color:#8892a4; text-decoration:none; transition:color .2s; }
.ct-breadcrumb a:hover { color:var(--red); }
.ct-breadcrumb .sep { color:var(--red); }
.ct-breadcrumb .current { color:var(--navy); }
.ct-hero h1 { font-size:clamp(44px,6vw,72px); font-weight:900; letter-spacing:-2px; line-height:1; margin-bottom:16px; }
.ct-hero h1 .word-contact { color:var(--navy); }
.ct-hero h1 .word-us { background:linear-gradient(135deg,var(--red) 0%,#c62828 60%,#ff7043 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.ct-hero-tagline { font-size:17px; color:#5a6278; line-height:1.7; max-width:520px; margin-bottom:40px; font-weight:500; }
.ct-chips { display:flex; gap:14px; flex-wrap:wrap; }
.ct-chip { display:inline-flex; align-items:center; gap:10px; background:#fff; border:1.5px solid rgba(20,40,80,.1); border-radius:50px; padding:10px 20px; font-size:13.5px; font-weight:600; color:var(--navy); box-shadow:0 2px 12px rgba(20,40,80,.06); text-decoration:none; transition:all .25s; }
.ct-chip:hover { border-color:var(--red); color:var(--red); box-shadow:0 6px 20px rgba(244,67,54,.12); transform:translateY(-2px); }
.ct-chip i { color:var(--red); font-size:15px; }

/* Contact Main */
.ct-main { background:#fff; padding:90px 0; }
.ct-section-sup { display:inline-flex; align-items:center; gap:10px; font-size:11px; font-weight:800; letter-spacing:3px; text-transform:uppercase; color:var(--red); margin-bottom:12px; }
.ct-section-sup::before,.ct-section-sup::after { content:''; display:inline-block; width:28px; height:1.5px; background:var(--red); }
.ct-form-title { font-size:clamp(22px,3vw,34px); font-weight:900; color:var(--navy); line-height:1.25; letter-spacing:-.3px; margin-bottom:14px; }
.ct-form-title span { color:var(--red); }
.ct-form-bar { width:44px; height:3px; background:linear-gradient(90deg,var(--red),var(--navy)); border-radius:2px; margin-bottom:20px; }
.ct-form-intro { font-size:14.5px; color:#5a6278; line-height:1.85; margin-bottom:32px; }

/* Form fields */
.ct-form .ct-field { position:relative; margin-bottom:20px; }
.ct-field .ct-field-icon { position:absolute; left:15px; top:50%; transform:translateY(-50%); font-size:16px; color:rgba(20,40,80,.4); pointer-events:none; z-index:3; transition:color .2s; }
.ct-field.textarea-field .ct-field-icon { top:20px; transform:none; }
.ct-field input, .ct-field select, .ct-field textarea {
  width:100%; background:#fff;
  border:1.5px solid rgba(20,40,80,.15);
  border-radius:10px; padding:14px 16px 14px 46px;
  font-family:'Manrope',sans-serif;
  font-size:14.5px; font-weight:500; color:#333;
  outline:none; transition:border-color .2s, box-shadow .2s;
  appearance:none; -webkit-appearance:none;
}
.ct-field select { 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 d='M1 1l5 5 5-5' stroke='%23142850' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 16px center; padding-right:38px; cursor:pointer; }
.ct-field textarea { resize:vertical; min-height:120px; padding-top:14px; }
.ct-field input:focus, .ct-field select:focus, .ct-field textarea:focus { border-color:var(--red); box-shadow:0 0 0 3px rgba(244,67,54,.12); }
.ct-field input:focus ~ .ct-field-icon, .ct-field select:focus ~ .ct-field-icon, .ct-field textarea:focus ~ .ct-field-icon { color:var(--red); }
.ct-field input.is-valid, .ct-field select.is-valid, .ct-field textarea.is-valid { border-color:#22c55e; }
.ct-field input.is-invalid, .ct-field select.is-invalid, .ct-field textarea.is-invalid { border-color:var(--red); box-shadow:0 0 0 3px rgba(244,67,54,.1); }
.ct-field .ct-error { display:none; font-size:12px; font-weight:600; color:var(--red); margin-top:5px; padding-left:4px; }
.ct-field.has-error .ct-error { display:block; }
.ct-field label { display:block; font-size:12px; font-weight:700; color:#8892a4; letter-spacing:.5px; text-transform:uppercase; margin-bottom:6px; padding-left:2px; }
.ct-submit-btn { width:100%; background:var(--red); color:#fff; border:none; border-radius:10px; padding:15px 28px; font-family:'Manrope',sans-serif; font-size:15.5px; font-weight:800; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:10px; transition:all .3s; box-shadow:0 6px 24px rgba(244,67,54,.3); letter-spacing:.3px; }
.ct-submit-btn:hover:not(:disabled) { background:#c62828; transform:translateY(-2px); box-shadow:0 12px 32px rgba(244,67,54,.4); }
.ct-submit-btn:disabled { opacity:.75; cursor:not-allowed; transform:none; }
.ct-submit-btn .btn-spinner { width:18px; height:18px; border:2.5px solid rgba(255,255,255,.4); border-top-color:#fff; border-radius:50%; animation:spin .7s linear infinite; display:none; }
.ct-submit-btn.loading .btn-spinner { display:block; }
.ct-submit-btn.loading .btn-txt { display:none; }
@keyframes spin { to { transform:rotate(360deg); } }
.ct-privacy-note { font-size:12px; color:#8892a4; text-align:center; margin-top:14px; display:flex; align-items:center; justify-content:center; gap:6px; }

/* Success card */
.ct-success-card { display:none; text-align:center; padding:52px 32px; }
.ct-success-card.show { display:block; }
.ct-success-ico { width:80px; height:80px; border-radius:50%; background:linear-gradient(135deg,rgba(34,197,94,.12),rgba(34,197,94,.06)); border:2px solid rgba(34,197,94,.3); display:flex; align-items:center; justify-content:center; font-size:38px; color:#22c55e; margin:0 auto 24px; }
.ct-success-card h3 { font-size:26px; font-weight:900; color:var(--navy); margin-bottom:12px; }
.ct-success-card p { font-size:15px; color:#5a6278; line-height:1.75; max-width:400px; margin:0 auto; }

/* Contact info card */
.ct-info-card { background:linear-gradient(160deg,var(--navy) 0%,#1e3c72 100%); border-radius:20px; padding:36px 32px; color:#fff; position:relative; overflow:hidden; }
.ct-info-card::before { content:''; position:absolute; top:-60px; right:-60px; width:200px; height:200px; background:radial-gradient(circle,rgba(244,67,54,.18) 0%,transparent 65%); border-radius:50%; }
.ct-info-card::after { content:''; position:absolute; inset:0; background-image:radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 1px); background-size:20px 20px; pointer-events:none; }
.ct-info-inner { position:relative; z-index:2; }
.ct-info-card h4 { font-size:12px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:rgba(200,210,230,.7); margin-bottom:8px; }
.ct-info-redbar { width:36px; height:3px; background:var(--red); border-radius:2px; margin-bottom:24px; }
.ct-office-title { font-size:14px; font-weight:800; color:#fff; margin-bottom:12px; }
.ct-contact-row { display:flex; align-items:flex-start; gap:12px; margin-bottom:12px; }
.ct-contact-ico { width:34px; height:34px; flex-shrink:0; border-radius:10px; background:rgba(255,255,255,.1); display:flex; align-items:center; justify-content:center; font-size:14px; color:var(--red); border:1px solid rgba(255,255,255,.1); }
.ct-contact-txt { font-size:12.5px; color:rgba(200,210,230,.8); line-height:1.65; }
.ct-contact-txt a { color:rgba(200,210,230,.8); text-decoration:none; transition:color .2s; display:block; }
.ct-contact-txt a:hover { color:var(--red); }
.ct-divider { height:1px; background:rgba(255,255,255,.1); margin:20px 0; }
.ct-hours-row { display:flex; justify-content:space-between; font-size:12.5px; color:rgba(200,210,230,.75); margin-bottom:7px; }
.ct-hours-row .day { font-weight:700; color:#fff; }
.ct-socials { display:flex; gap:10px; margin-top:22px; }
.ct-soc { width:36px; height:36px; border-radius:50%; border:1.5px solid rgba(255,255,255,.2); display:flex; align-items:center; justify-content:center; color:rgba(200,210,230,.8); font-size:15px; text-decoration:none; transition:all .25s; }
.ct-soc:hover { background:var(--red); border-color:var(--red); color:#fff; }

/* Quick tiles */
.ct-quick-tiles { display:flex; gap:10px; margin-top:16px; }
.ct-quick-tile { flex:1; background:#fff; border:1.5px solid rgba(20,40,80,.1); border-radius:14px; padding:16px 12px; text-align:center; text-decoration:none; transition:all .3s; box-shadow:0 2px 12px rgba(20,40,80,.06); }
.ct-quick-tile:hover { border-color:var(--red); transform:translateY(-3px); box-shadow:0 10px 28px rgba(244,67,54,.12); }
.ct-quick-tile i { font-size:22px; color:var(--red); display:block; margin-bottom:7px; }
.ct-quick-tile span { font-size:11.5px; font-weight:700; color:var(--navy); display:block; line-height:1.4; word-break:break-all; }

/* Map section */
.ct-map-section { background:var(--light-grey); padding:80px 0; }
.ct-map-heading { font-size:clamp(26px,3.5vw,40px); font-weight:900; color:var(--navy); letter-spacing:-.4px; }
.ct-map-sub { font-size:16px; color:#5a6278; margin-top:8px; }
.ct-map-wrap { border-radius:16px; overflow:hidden; box-shadow:0 8px 40px rgba(20,40,80,.1); }
.ct-addr-card { background:linear-gradient(160deg,var(--navy) 0%,#1e3c72 100%); border-radius:16px; padding:28px 26px; color:#fff; position:relative; overflow:hidden; margin-bottom:16px; transition:transform .3s,box-shadow .3s; }
.ct-addr-card:last-child { margin-bottom:0; }
.ct-addr-card:hover { transform:translateY(-4px); box-shadow:0 16px 40px rgba(20,40,80,.2); }
.ct-addr-card::after { content:''; position:absolute; inset:0; background-image:radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 1px); background-size:18px 18px; pointer-events:none; }
.ct-addr-card-inner { position:relative; z-index:2; }
.ct-addr-flag { font-size:22px; margin-bottom:10px; }
.ct-addr-title { font-size:14px; font-weight:800; color:#fff; margin-bottom:10px; }
.ct-addr-detail { font-size:12.5px; color:rgba(200,210,230,.8); line-height:1.7; margin-bottom:6px; display:flex; align-items:flex-start; gap:8px; }
.ct-addr-detail i { color:var(--red); flex-shrink:0; margin-top:2px; }
.ct-addr-detail a { color:rgba(200,210,230,.8); text-decoration:none; transition:color .2s; }
.ct-addr-detail a:hover { color:var(--red); }
.ct-dir-btn { display:inline-flex; align-items:center; gap:8px; border:1.5px solid rgba(255,255,255,.25); color:#fff; font-size:12.5px; font-weight:700; padding:9px 20px; border-radius:8px; text-decoration:none; margin-top:14px; transition:all .25s; }
.ct-dir-btn:hover { background:var(--red); border-color:var(--red); color:#fff; }

/* FAQ */
.ct-faq { background:#fff; padding:70px 0; }
.ct-faq-title { font-size:clamp(26px,3.5vw,40px); font-weight:900; color:var(--navy); letter-spacing:-.4px; }
.ct-faq .accordion-item { border:1.5px solid rgba(20,40,80,.1); border-radius:12px !important; margin-bottom:12px; overflow:hidden; transition:box-shadow .3s; }
.ct-faq .accordion-item:hover { box-shadow:0 6px 24px rgba(20,40,80,.08); }
.ct-faq .accordion-button { font-family:'Manrope',sans-serif; font-size:15px; font-weight:700; color:var(--navy); background:#fff; padding:18px 24px; border-radius:12px !important; box-shadow:none !important; }
.ct-faq .accordion-button:not(.collapsed) { background:linear-gradient(90deg,rgba(244,67,54,.06),rgba(20,40,80,.04)); color:var(--red); }
.ct-faq .accordion-button::after { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6' stroke='%23142850' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); }
.ct-faq .accordion-button:not(.collapsed)::after { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6' stroke='%23F44336' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); }
.ct-faq .accordion-body { font-size:14.5px; color:#5a6278; line-height:1.8; padding:4px 24px 22px; }

/* ══ RESPONSIVE / MEDIA QUERIES ══ */

/* Hero slider responsive */
@media(max-width: 991px) {
  .slide-wrap { min-height: auto; }
  .slide-body { padding: 56px 0 28px; }
  .s-mockup { justify-content: center; padding: 24px 0 0; }
  .feat-row { flex-wrap: wrap; }
  .feat-col { flex: 0 0 50%; border-bottom: 1px solid rgba(20,40,80,.07); }
  .feat-col:nth-child(2n) { border-right: none; }
  .h-glass-orb, .h-float-badge { display: none; }
}
@media(max-width: 575px) {
  .s-btns { flex-direction: column; }
  .btn-solid, .btn-outline { justify-content: center; }
  .feat-col { flex: 0 0 100%; border-right: none; }
  .s-title-line1 { letter-spacing: -1px; }
  .s-title-line2 { letter-spacing: -1px; }
}

/* OP section responsive */
@media(max-width: 1199px) {
  .op-phone.ll, .op-phone.lr { display: none; }
  .op-left-icons, .op-right-space { width: 80px; }
}
@media(max-width: 991px) {
  .op-left-icons, .op-right-space { display: none; }
  .op-phone.ll, .op-phone.lr { display: none; }
  .op-cards-row { flex-wrap: wrap; }
  .op-card { flex: 0 0 33.33%; border-bottom: 1px solid rgba(20,40,80,.06); }
  .op-card:nth-child(3) { border-right: none; }
}
@media(max-width: 767px) {
  .op-phone.ml, .op-phone.mr { display: none; }
  .op-card { flex: 0 0 50%; }
  .op-card:nth-child(3) { border-right: 1px solid rgba(20,40,80,.06); }
  .op-card:nth-child(2n) { border-right: none; }
  .op-section { padding: 70px 0 0; }
}
@media(max-width: 480px) {
  .op-card { flex: 0 0 100%; border-right: none; }
  .op-heading { letter-spacing: -1px; }
}

/* PD section responsive */
@media(max-width: 991px) {
  .pd-section { padding: 70px 0 60px; }
}
@media(max-width: 575px) {
  .pd-card-img { min-height: 160px; }
  .pd-card-img img { height: 140px; }
}

/* Clients section responsive */
@media(max-width:1199px) { .cl-card { width: 140px; } }
@media(max-width:991px)  { .cl-card { width: 128px; } }
@media(max-width:767px)  {
  .cl-overflow { margin: 0 50px; }
  .cl-card { width: 114px; padding: 18px 12px 14px; }
  .cl-inner { padding: 56px 0 0; }
}
@media(max-width:480px)  {
  .cl-card { width: 98px; }
  .cl-arr { width: 36px; height: 36px; font-size: 14px; }
  .cl-overflow { margin: 0 44px; }
}

/* Footer responsive */
@media(max-width:991px) {
  .ft-strip-item { flex: 0 0 50%; border-bottom: 1px solid rgba(20,40,80,.07); }
  .ft-strip-item:nth-child(2n) { border-right: none; }
}
@media(max-width:767px) {
  .ft-bottom-inner { flex-direction: column; text-align: center; }
  .ft-policy-links { justify-content: center; }
  .ft-badges { justify-content: center; }
}
@media(max-width:575px) {
  .ft-strip-item { flex: 0 0 100%; border-right: none; }
  .ft-main { padding: 48px 0 32px; }
}

/* Navbar responsive */
@media(max-width:991px) {
  .nav-links, .nav-sep { display:none; }
  .nav-toggle { display:flex; margin-left:auto; margin-right:12px; }
  .nav-links.open { display:flex; flex-direction:column; align-items:flex-start; position:absolute; top:72px; left:0; right:0; background:#fff; padding:16px 24px; z-index:999; box-shadow:0 8px 20px rgba(0,0,0,.1); gap:4px; }
}

/* About page responsive */
@media(max-width:767px) {
  .ab-hero { padding:56px 0 40px; }
  .ab-hero h1 { letter-spacing:-1px; }
  .ab-stats-row { gap:20px; }
  .ab-stat-divider { display:none; }
}
@media(max-width:991px) {
  .ab-info-card { margin-top:40px; }
}
@media(max-width:767px) {
  .tl-spine::before { left:20px; }
  .tl-item.left, .tl-item.right { flex-direction:column; padding-left:52px; }
  .tl-content-wrap { max-width:100%; text-align:left !important; padding:0 !important; }
  .tl-center { position:absolute; left:0; top:0; width:40px; padding-top:0; }
  .tl-badge { font-size:9px; padding:5px 8px; }
  .tl-connector { display:none; }
  .tl-item { position:relative; }
}

/* Contact page responsive */
@media(max-width:767px) {
  .ct-hero { padding:56px 0 40px; }
  .ct-hero h1 { letter-spacing:-1px; }
  .ct-chips { gap:10px; }
  .ct-chip { font-size:12.5px; padding:9px 16px; }
}
@media(max-width:991px) {
  .ct-quick-tiles { flex-wrap:wrap; }
  .ct-quick-tile { min-width:calc(33% - 7px); }
}
@media(max-width:767px) {
  .ct-main { padding:60px 0; }
  .ct-map-section { padding:56px 0; }
  .ct-faq { padding:52px 0; }
}
@media(max-width:575px) {
  .ct-quick-tile { min-width:100%; }
}
.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 10px); }
    to   { transform: translate(0, -0px); }    
}


/* ══════════════════════════════════════
   SERVICES PAGE
══════════════════════════════════════ */
.sv-hero { position:relative; background:#fff; overflow:hidden; padding:80px 0 60px; }
.sv-hero-top-rule { position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,#142850 0%,#F44336 50%,transparent 100%); }
.sv-hero-dots { position:absolute; inset:0; background-image:radial-gradient(circle,rgba(20,40,80,.07) 1.5px,transparent 1.5px); background-size:24px 24px; pointer-events:none; }
.sv-hero-blob-red { position:absolute; bottom:-80px; left:-80px; width:380px; height:380px; background:radial-gradient(circle,rgba(244,67,54,.1) 0%,transparent 65%); border-radius:50%; pointer-events:none; }
.sv-hero-blob-navy { position:absolute; top:-60px; right:-60px; width:340px; height:340px; background:radial-gradient(circle,rgba(20,40,80,.07) 0%,transparent 65%); border-radius:50%; pointer-events:none; }
.sv-breadcrumb { display:flex; align-items:center; gap:8px; font-size:14px; font-weight:600; color:#8892a4; margin-bottom:22px; }
.sv-breadcrumb a { color:#8892a4; text-decoration:none; transition:color .2s; }
.sv-breadcrumb a:hover { color:#F44336; }
.sv-breadcrumb .sep { color:#F44336; }
.sv-breadcrumb .current { color:#142850; }
.sv-hero h1 { font-size:clamp(44px,6vw,72px); font-weight:900; letter-spacing:-2px; line-height:1; margin-bottom:16px; }
.sv-hero h1 .word1 { color:#142850; }
.sv-hero h1 .word2 { background:linear-gradient(135deg,#F44336 0%,#c62828 60%,#ff7043 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.sv-hero-tagline { font-size:17px; color:#5a6278; line-height:1.75; max-width:680px; margin-bottom:36px; font-weight:500; }
.sv-hero-chips { display:flex; gap:12px; flex-wrap:wrap; }
.sv-chip { display:inline-flex; align-items:center; gap:8px; background:rgba(244,67,54,.07); border:1px solid rgba(244,67,54,.2); border-radius:50px; padding:8px 18px; font-size:13px; font-weight:700; color:#142850; }
.sv-chip i { color:#F44336; font-size:14px; }
.sv-intro { background:#F5F7FB; padding:56px 0; border-top:1px solid rgba(20,40,80,.07); }
.sv-intro-text { font-size:16.5px; color:#5a6278; line-height:1.85; max-width:820px; margin:0 auto; text-align:center; }
.sv-intro-text strong { color:#142850; }
.sv-grid { background:#fff; padding:90px 0 80px; }
.sv-section-sup { display:inline-flex; align-items:center; gap:10px; font-size:11px; font-weight:800; letter-spacing:3px; text-transform:uppercase; color:#F44336; margin-bottom:12px; }
.sv-section-sup::before, .sv-section-sup::after { content:''; display:inline-block; width:28px; height:1.5px; background:#F44336; }
.sv-section-title { font-size:clamp(28px,3.5vw,42px); font-weight:900; color:#142850; letter-spacing:-.5px; margin-bottom:10px; }
.sv-section-title span { color:#F44336; }
.sv-section-bar { width:48px; height:3px; background:linear-gradient(90deg,#F44336,#142850); border-radius:2px; margin:0 auto; }
.sv-card { background:#fff; border-radius:20px; padding:36px 28px 30px; height:100%; display:flex; flex-direction:column; position:relative; box-shadow:0 4px 28px rgba(20,40,80,.07); border:1.5px solid rgba(20,40,80,.06); overflow:hidden; transition:transform .35s,box-shadow .35s,border-color .35s; }
.sv-card:hover { transform:translateY(-7px); box-shadow:0 20px 52px rgba(20,40,80,.12); border-color:rgba(244,67,54,.2); }
.sv-card::before { content:''; position:absolute; top:0; left:0; right:0; height:4px; background:linear-gradient(90deg,#F44336,#142850); border-radius:20px 20px 0 0; transform:scaleX(0); transform-origin:left; transition:transform .4s; }
.sv-card:hover::before { transform:scaleX(1); }
.sv-card-ico { width:72px; height:72px; border-radius:18px; display:flex; align-items:center; justify-content:center; font-size:32px; margin-bottom:22px; transition:transform .3s; flex-shrink:0; }
.sv-card:hover .sv-card-ico { transform:scale(1.1) rotate(-5deg); }
.sv-card-ico.c1 { background:linear-gradient(135deg,rgba(244,67,54,.12),rgba(244,67,54,.05)); color:#F44336; }
.sv-card-ico.c2 { background:linear-gradient(135deg,rgba(20,40,80,.1),rgba(20,40,80,.04)); color:#142850; }
.sv-card-ico.c3 { background:linear-gradient(135deg,rgba(124,58,237,.1),rgba(124,58,237,.04)); color:#7c3aed; }
.sv-card-ico.c4 { background:linear-gradient(135deg,rgba(16,185,129,.1),rgba(16,185,129,.04)); color:#10b981; }
.sv-card-ico.c5 { background:linear-gradient(135deg,rgba(245,158,11,.1),rgba(245,158,11,.04)); color:#f59e0b; }
.sv-card-ico.c6 { background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(59,130,246,.04)); color:#3b82f6; }
.sv-card-ico.c7 { background:linear-gradient(135deg,rgba(236,72,153,.1),rgba(236,72,153,.04)); color:#ec4899; }
.sv-card-ico.c8 { background:linear-gradient(135deg,rgba(244,67,54,.12),rgba(20,40,80,.06)); color:#F44336; }
.sv-card-title { font-size:17px; font-weight:800; color:#142850; margin-bottom:8px; line-height:1.3; }
.sv-card-line { width:32px; height:2.5px; background:linear-gradient(90deg,#F44336,#142850); border-radius:2px; margin-bottom:14px; }
.sv-card p { font-size:14.5px; color:#5a6278; line-height:1.75; flex:1; margin-bottom:24px; }
.sv-card-cta { display:inline-flex; align-items:center; gap:7px; font-size:13px; font-weight:700; color:#142850; text-decoration:none; padding:9px 18px; border:1.5px solid rgba(20,40,80,.18); border-radius:50px; width:fit-content; transition:all .25s; margin-top:auto; }
.sv-card-cta i { font-size:11px; transition:transform .25s; }
.sv-card-cta:hover { background:#F44336; color:#fff; border-color:#F44336; box-shadow:0 6px 20px rgba(244,67,54,.3); }
.sv-card-cta:hover i { transform:translateX(4px); }
.sv-featured { background:linear-gradient(135deg,#142850 0%,#1e3c72 100%); border-radius:20px; padding:48px 44px; color:#fff; position:relative; overflow:hidden; display:flex; align-items:center; gap:40px; }
.sv-featured::before { content:''; position:absolute; inset:0; background-image:radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 1px); background-size:22px 22px; pointer-events:none; }
.sv-featured::after { content:''; position:absolute; top:-80px; right:-80px; width:300px; height:300px; background:radial-gradient(circle,rgba(244,67,54,.18) 0%,transparent 65%); border-radius:50%; pointer-events:none; }
.sv-featured-ico { width:100px; height:100px; flex-shrink:0; border-radius:24px; background:rgba(244,67,54,.2); display:flex; align-items:center; justify-content:center; font-size:48px; color:#fff; position:relative; z-index:2; border:1.5px solid rgba(244,67,54,.4); }
.sv-featured-body { position:relative; z-index:2; }
.sv-featured-label { font-size:11px; font-weight:800; letter-spacing:3px; text-transform:uppercase; color:rgba(244,67,54,.9); margin-bottom:10px; }
.sv-featured-title { font-size:clamp(22px,3vw,32px); font-weight:900; color:#fff; margin-bottom:12px; }
.sv-featured p { font-size:15px; color:rgba(200,210,230,.85); line-height:1.8; margin-bottom:24px; max-width:680px; }
.sv-featured-cta { display:inline-flex; align-items:center; gap:9px; background:#F44336; color:#fff; font-size:14px; font-weight:700; padding:12px 26px; border-radius:8px; text-decoration:none; transition:all .3s; box-shadow:0 6px 22px rgba(244,67,54,.35); }
.sv-featured-cta:hover { background:#c62828; color:#fff; transform:translateY(-2px); box-shadow:0 10px 30px rgba(244,67,54,.45); }
@media(max-width:767px) {
  .sv-featured { flex-direction:column; padding:32px 24px; gap:24px; }
  .sv-hero h1 { letter-spacing:-1px; }
  .sv-grid { padding:60px 0 50px; }
  .hero:before{display: none;}
  .hero{padding: 33px 0px;}
  .hero h1 {
    font-size: 44px;}
    .btn-main{padding: 15px 13px}
}
@media(max-width:575px) {
  .sv-hero { padding:56px 0 40px; }
  .sv-hero-chips { gap:8px; }
  .sv-chip { font-size:12px; padding:7px 14px; }
}
.w-90{width:90%}