
/* ===== GLOBAL ===== */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* ================= HERO BASE ================= */
.hero-3 {
  position: relative;
  overflow: hidden;
}

/* ================= SLIDE ================= */
.hero-3 .swiper-slide {
  height: 90vh;
}

/* ================= HERO INNER ================= */
.hero-3 .hero-inner {
  position: relative;
  height: 100%;
}

/* ================= BACKGROUND ================= */
.hero-3 .bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.hero-3 .bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    89deg,
    rgba(2,5,36,0.85),
    rgba(2,5,36,0.2)
  );
}
.info-value a{ text-decoration: none; color: var(--af-dark); }
/* ================= CONTENT ================= */
.hero-3 .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-3 .hero-content {
  color: #fff;
  max-width: 650px;

  opacity: 0;
  transform: translateY(-80px);
  transition: 1s;
}

.hero-3 .swiper-slide-active .hero-content {
  opacity: 1;
  transform: translateY(0);
}

/* ================= TEXT ================= */
.hero-3 .hero-content h1 {
  font-size: 80px;
  font-weight: 800;
  /* margin-bottom: 20px; */
  text-transform: uppercase;
}

.hero-3 .hero-content p {
font-size: 20px;
    /* opacity: 0.8; */
    margin-bottom: 30px;
    color: #fff;
}

/* ================= BUTTON ================= */
.hero-3 .theme-btn {
  padding: 12px 28px;
  background: linear-gradient(90deg,#05f,#0af);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

/* ================= DOTS ================= */
.hero-3 .swiper-pagination {
  bottom: 25px !important;
}

.hero-3 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.4);
  opacity: 1;
}

.hero-3 .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 20px;
  background: #fff;
}

/* ================= SHAPES ================= */
.hero-3 .shape {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.af-service-info a{text-decoration: none;}
.footer-pro a{ text-decoration: none; color: #a5acab;} 
.footer-pro a:hover{  color: #1da1d2;} 

.hero-3 .shape img {
  position: absolute;
  opacity: 0.6;
  transform: scale(0.8);
  transition: 1s;
}

.hero-3 .swiper-slide-active .shape img {
  opacity: 1;
  transform: scale(1);
}

/* positions */
/* .hero-3 .shape-1 { top:10%; right:16%; } */

.hero-3 .shape-1 {
    z-index: 1;
    opacity: 0.08 !important;
    transform: translateX(-150px);
}


.hero-3 .shape-2 { left:-10%; top:50%; }
.hero-3 .shape-3 { bottom:-10%; right:0; }
.hero-3 .shape-4 {right:0%; }
.hero-3 .shape-5 { bottom:-18%; right:40%; }

/* ================= REMOVE ARROWS ================= */
.hero-3 .array-button {
  display: none !important;
}

/* control shape-5 */
.hero-3 .shape .shape-5 {
  right: 25%;
  top: 6%;
  opacity: 0.05; /* reduce visibility */
  z-index: 0;
  rotate: 90deg;
}

/* keep content above */
.hero-3 .hero-content {
  position: relative;
  z-index: 2;
}

/* Hide all shapes on tablets & mobile */
@media (max-width: 991px) {
  .hero-3 .shape {
    display: none;
  }
  .hero-3 .hero-content h1{
    font-size: 45px !important;
  }

  .hero-3 .hero-content p {
    font-size: 15px;
}
}


.af-top{background:#0B3D6E;padding:5px 0}
    .af-top-inner { display: flex; justify-content: space-between; align-items: center; font-size: 11.5px; color: rgba(255,255,255,.68); }
    .af-top a { color: rgba(255,255,255,.68); text-decoration: none; transition: color .14s; }
    .af-top a:hover { color: #fff; }
    .af-top .pipe { margin: 0 10px; opacity: .28; }

    /* ── NAV ── */
    .af-nav {
      background: rgb(255 255 255 / 86%);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(0,155,219,0.2);
      box-shadow: 0 8px 30px rgba(0,155,219,0.15);
      position: sticky; top: 0; z-index: 1040;
    }
    .af-nav::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, rgba(0,155,219,0.12), transparent);
      pointer-events: none;
    }
    .af-nav-inner { display: flex; align-items: center; padding: 11px 0; }
    .af-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; flex-shrink: 0; margin-right: 32px; }
    .af-mark { width: 320px; height: 60px; display: flex; align-items: center; }
    .af-mark img { width: 100%; height: 100%; object-fit: contain; }
    .af-logo-text { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 900; color: #0B3D6E; letter-spacing: -0.5px; }
    .af-logo-text span { color: #009bdb; }

    /* DESKTOP MENU */
    .af-menu { display: flex; align-items: center; gap: 0; list-style: none; margin: 0 auto; padding: 0; }
    .af-menu > li { position: relative; padding-bottom: 10px; }
    .af-menu > li > a { display: flex; align-items: center; gap: 4px; padding: 8px 13px; font-size: 15px; font-weight: 500; color: #2d4059; text-decoration: none; border-radius: 8px; white-space: nowrap; transition: color .15s, background .15s; cursor: pointer; user-select: none; }
    .af-menu > li > a:hover { color: #0B3D6E; background: #eaf1fb; }
    .af-menu > li > a .chev { font-size: 9.5px; margin-left: 2px; transition: transform .22s; }

    /* DROPDOWN */
    .af-dd {
      position: absolute; top: 100%; left: 50%;
      transform: translateX(-50%);
      background: #fff;
      box-shadow: 0 15px 40px rgba(0,0,0,.12);
      opacity: 0; visibility: hidden;
      transition: opacity .2s ease;
      z-index: 999; border-radius: 12px; padding: 10px;
    }
    .dd-parent:hover > .af-dd { opacity: 1; 
      visibility: visible; 
      /* transform: translateX(-40%);  */
    }
    .af-dd.open { opacity: 1; 
      /* transform: translateX(-40%) translateY(0);  */
      pointer-events: auto; }

    /* MEGA */
    .af-mega { min-width: 990px; }
    .af-res-di { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; text-decoration: none; color: #2d4059; font-size: 13px; font-weight: 500; transition: background .14s, color .14s, padding-left .14s; cursor: pointer; }
    .af-res-di i { font-size: 16px; width: 20px; flex-shrink: 0; color: #aab8cc; transition: color .14s; }
    .af-res-di:hover { background: #eaf1fb; color: #0B3D6E; padding-left: 18px; }
    .af-res-di:hover i { color: #0B3D6E; }
    .af-dd-res { min-width: 230px; padding: 10px 8px; }


      .menu-tab-link {
      color: inherit;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px;
      flex: 1;
    }
    @media (max-width: 1199px) {
      .menu-tab-link {
        pointer-events: none;
        cursor: default;
      }
    }


    .af-right { display: flex; align-items: center; gap: 10px; margin-left: auto; flex-shrink: 0; }
    .af-cta { display: inline-flex; align-items: center; gap: 8px; background: #009bdb; color: #fff; font-size: 13px; font-weight: 700; padding: 12px; border-radius: 10px; text-decoration: none; white-space: nowrap; letter-spacing: .01em; transition: background .16s, transform .14s, box-shadow .15s; box-shadow: 0 4px 18px rgba(11,61,110,.25); }
    .af-cta:hover { background: #3aa8d7; transform: translateY(-1.5px); box-shadow: 0 8px 26px rgba(11,61,110,.32); color: #fff; }
    .af-cta .ic { width: 24px; height: 24px; background: rgba(255,255,255,.18); border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; }

    .af-ham { border: 1.5px solid #cdd8e8; border-radius: 9px; background: #f5f8fd; color: #2d4059; padding: 7px 11px; font-size: 18px; line-height: 1; transition: background .14s; flex-shrink: 0; }
    .af-ham:hover { background: #e2ecf7; border-color: #0B3D6E; }

    /* MEGA NEW STYLE */
    .new-mega-v2 { min-width: 740px; padding: 0; overflow: hidden; }
    .menu-left { 
      /* background: #f4f7fb;  */
      padding: 20px; 
      /* border-right: 1px solid #e2ecf5;  */
    }
    .menu-tab { padding: 12px 14px; border-radius: 10px; font-size: 14px; font-weight: 600; color: #2d4059; cursor: pointer; margin-bottom: 8px; transition: 0.25s; display: flex; align-items: center; gap: 8px; }
    .menu-tab:hover { background: #eaf1fb; }
    .menu-tab.active { background: #009bdb; color: #fff; }
    .menu-tab i { font-size: 15px; }
    .menu-right { padding: 20px 25px; }
    .menu-content { display: none; flex-direction: column; }
    .menu-content.active { display: flex; }
    .menu-content a { padding: 8px 10px; border-radius: 8px; color: #2d4059; text-decoration: none; font-size: 14px; transition: 0.2s; display: flex; align-items: center; gap: 10px; }
    .menu-content a:hover { background: #eaf1fb; color: #0B3D6E; }
    .menu-content a i { font-size: 18px; color: #009bdb; min-width: 18px; }

    /* MOBILE TAB SUBMENU */
    .mob-tab-submenu { 
      display: none; 
      flex-direction: column; 
      background: #fff; 
      border-radius: 8px; 
      margin: 0 0 6px 0; 
      /* padding: 4px 0; 
      border-left: 3px solid #009bdb;  */
    }
    .mob-tab-submenu.open { display: flex; }
    .mob-tab-submenu a { display: flex; align-items: center; gap: 10px; padding: 9px 14px; font-size: 13.5px; color: #2d4059; text-decoration: none; border-radius: 8px; transition: background 0.15s, color 0.15s; }
    .mob-tab-submenu a:hover { background: #eaf1fb; color: #0B3D6E; }
    .mob-tab-submenu a i { font-size: 15px; color: #009bdb; min-width: 18px; }

    @media (min-width: 1200px) { .mob-tab-submenu { display: none !important; } }

    /* ── HERO ── */
    .af-hero {
      min-height: calc(100vh - 110px);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 5rem 1.5rem;
      position: relative;
      overflow: hidden;
      background: #f2f5fb;
    }

    /* animated background blobs */
    .af-hero::before {
      content: '';
      position: absolute;
      width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(0,155,219,0.18) 0%, transparent 70%);
      top: -150px; left: -200px;
      border-radius: 50%;
      animation: blobFloat 8s ease-in-out infinite alternate;
    }
    .af-hero::after {
      content: '';
      position: absolute;
      width: 500px; height: 500px;
      background: radial-gradient(circle, rgba(11,61,110,0.12) 0%, transparent 70%);
      bottom: -100px; right: -150px;
      border-radius: 50%;
      animation: blobFloat 10s ease-in-out infinite alternate-reverse;
    }
    @keyframes blobFloat {
      0% { transform: translate(0, 0) scale(1); }
      100% { transform: translate(40px, 30px) scale(1.08); }
    }

    .af-hero-inner { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; }

    .af-hero-tag {
      display: inline-flex; align-items: center; gap: 6px;
      background: #E6F1FB; color: #0C447C;
      font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
      border-radius: 20px; padding: 5px 15px; margin-bottom: 1.6rem;
      border: 1px solid #B5D4F4;
      animation: fadeUp 0.6s ease both;
    }

    .af-hero h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.4rem, 5.5vw, 4rem);
      font-weight: 900;
      color: #0B2340;
      letter-spacing: -1.5px;
      line-height: 1.1;
      margin-bottom: 1.2rem;
      animation: fadeUp 0.7s ease 0.1s both;
    }
    .af-hero h1 span { color: #009bdb; position: relative; }
    .af-hero h1 span::after {
      content: '';
      position: absolute;
      left: 0; bottom: -4px;
      width: 100%; height: 3px;
      background: linear-gradient(90deg, #009bdb, #0B3D6E);
      border-radius: 2px;
    }

    .af-hero p {
      color: #5a7490;
      font-size: 1.08rem;
      max-width: 560px;
      margin: 0 auto 2.4rem;
      line-height: 1.78;
      animation: fadeUp 0.7s ease 0.2s both;
    }

    .af-hero-acts {
      display: flex; gap: 14px; flex-wrap: wrap; justify-content: center;
      animation: fadeUp 0.7s ease 0.3s both;
    }

    .af-btn-primary {
      display: inline-flex; align-items: center; gap: 8px;
      background: linear-gradient(135deg, #009bdb, #0B3D6E);
      color: #fff; font-size: 14px; font-weight: 700;
      padding: 14px 28px; border-radius: 12px; text-decoration: none;
      box-shadow: 0 6px 24px rgba(0,155,219,0.35);
      transition: transform .18s, box-shadow .18s;
    }
    .af-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(0,155,219,0.45); color: #fff; }

    .af-ghost {
      display: inline-flex; align-items: center; gap: 8px;
      font-size: 14px; font-weight: 600; color: #0B3D6E;
      background: transparent; border: 1.5px solid #bccfdf;
      border-radius: 12px; padding: 14px 28px; text-decoration: none;
      transition: border-color .15s, background .15s;
    }
    .af-ghost:hover { border-color: #0B3D6E; background: #eaf1fb; }

    /* STATS */
    .af-hero-stats {
      display: flex; gap: 40px; justify-content: center; flex-wrap: wrap;
      margin-top: 4rem;
      padding-top: 3rem;
      border-top: 1.5px solid #dde6f2;
      animation: fadeUp 0.7s ease 0.4s both;
      position: relative; z-index: 1;
    }
    .af-stat { text-align: center; }
    .af-stat .n { display: block; font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 900; color: #0B3D6E; letter-spacing: -1px; line-height: 1; }
    .af-stat .l { display: block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; color: #7a99bb; margin-top: 5px; }

    /* TRUSTED LOGOS STRIP */
    .af-trust {
      background: #fff;
      border-top: 1px solid #e4edf8;
      border-bottom: 1px solid #e4edf8;
      padding: 20px 0;
      overflow: hidden;
    }
    .af-trust-inner { display: flex; align-items: center; gap: 10px; }
    .af-trust-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #aab8cc; white-space: nowrap; flex-shrink: 0; padding: 0 20px; }
    .af-trust-logos { display: flex; gap: 32px; align-items: center; flex-wrap: wrap; }
    .af-trust-logo { font-size: 13px; font-weight: 700; color: #bccfdf; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(22px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .af-new { font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; background: #E6F1FB; color: #0C447C; border-radius: 20px; padding: 1.5px 7px; margin-left: 5px; vertical-align: middle; border: 1px solid #B5D4F4; }

    /* ── RESPONSIVE ── */
    @media (max-width: 575px) {
      .af-mark { width: 200px; }
      .af-hero-stats { gap: 24px; }
    }

    @media (max-width: 1199px) {
      .af-menu {
        position: fixed; top: 70px; left: 0; right: 0;
        background: #fff; flex-direction: column;
        display: none; padding: 15px;
        max-height: 90vh; overflow-y: auto;
        gap: 0; z-index: 1050;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      }
      .af-menu.open { display: flex; }
      .af-menu li { width: 100%; }
      .af-menu > li > a { width: 100%; justify-content: space-between; padding: 12px 10px; }

      .af-dd {
        position: relative; width: 100%;
        min-width: 100% !important; box-shadow: none;
        border-radius: 10px; display: none;
        padding: 5px 0; opacity: 1; visibility: visible;
        transform: none; left: 0;
      }
      .af-dd.open { display: block; }
      .af-dd a { display: flex; align-items: center; gap: 10px; width: 100%; }

      .af-mega { min-width: 100% !important; }
      .new-mega-v2 .row { flex-direction: column; }

      .menu-left { width: 100%; display: flex; flex-direction: column; padding: 0; }
      .menu-right { display: none !important; }

      .menu-tab {
        display: flex; align-items: center; gap: 8px;
        padding: 8px; border-radius: 8px;
        background: #f4f7fb; font-size: 14px;
        margin-bottom: 4px; cursor: pointer;
      }
      .menu-tab.active { background: #f4f7fb; color: #32455d; }
      .menu-tab.mob-active { background: #009bdb; color: #fff; }
      .menu-tab.mob-active i { color: #fff; }

      .af-right { margin-left: auto; }
    }
    .mob-chev {
      font-size: 8px !important;
      transition: transform 0.25s;
      flex-shrink: 0;
    }
    .menu-tab.mob-active .mob-chev {
      transform: rotate(180deg);
    }
    @media (min-width: 1200px) {
      .mob-chev { display: none !important; }
    }







/* SECTION */
.ff-sec{
  background:linear-gradient(180deg,#f7fbff,#eef5fc);
}

/* LEFT ITEMS */
/* UNIQUE SERVICE BLOCK */
.ff-item{
  position: relative;
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:20px 22px;
  border-radius:16px;

  background: linear-gradient(135deg,#ffffff,#f3f8ff);
  border:1px solid rgba(0,155,219,0.15);

  transition:all .35s ease;
  overflow:hidden;
}

/* LEFT GLOW LINE */
.ff-item::before{
  content:'';
  position:absolute;
  left:0;
  top:20%;
  height:60%;
  width:4px;
  border-radius:4px;

  background:linear-gradient(to bottom,#009bdb,#60cfff);
  box-shadow:0 0 12px rgba(0,155,219,0.5);

  transition:.3s;
  pointer-events: none;
}

/* LIGHT GLOW BG */
.ff-item::after{
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 20% 50%, rgba(0,155,219,0.15), transparent 70%);
  opacity:0;
  transition:.3s;
  pointer-events: none;
}

/* HOVER EFFECT */
.ff-item:hover{
  transform:translateX(10px) scale(1.02);
  box-shadow:0 15px 40px rgba(0,155,219,0.15);
}

.ff-item:hover::after{
  opacity:1;
}

.ff-item:hover::before{
  height:80%;
  top:10%;
}

/* ICON UPGRADE */
.ff-ic{
  width:48px;
  height:48px;
  border-radius:14px;

  background:linear-gradient(135deg,#009bdb,#0B3D6E);
  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;

  box-shadow:0 6px 18px rgba(0,155,219,0.35);
}

/* TEXT */
.ff-item h6{
  font-weight:700;
  margin-bottom:5px;
  color:#0B2340;
}

.ff-item p{
  font-size:13px;
  color:#6b85a6;
  margin:0;
}

/* RIGHT SIDE */
.ff-right h2{
  font-size:32px;
  font-weight:800;
  color:#0B2340;
  margin-bottom:12px;
}

.ff-link{
  font-size:16px;
  font-weight:600;
  color:#009bdb;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:6px;
  transition:all .2s ease;
}

/* hover effect */
.ff-link:hover{
  color:#0B3D6E;
  gap:10px;
}

.ff-right img{
  width:100%;
  border-radius:14px;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.ff-main-title{
  font-size:34px;
  font-weight:800;
  color:#354249;
  margin-bottom:30px;
  line-height:1.2;
}

/* Blue highlight */
.ff-main-title span{
  color:#009bdb;
}


.service-text{
  text-decoration: none;
}




    :root {
      --ink:    #0c1524;
      --blue:   #1455c0;
      --bright: #2171f5;
      --slate:  #5a6a85;
      --line:   rgba(33, 113, 245, 0.15);
    }

    /* ── SECTION ── */
    .wwa {
      width: 100%;
      padding: 40px 0 45px;
      position: relative;
      overflow: hidden;
    }

    /* subtle grid pattern */
    .wwa::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(var(--line) 1px, transparent 1px),
        linear-gradient(90deg, var(--line) 1px, transparent 1px);
      background-size: 52px 52px;
      pointer-events: none;
    }

    /* ── LEFT PANEL ── */
    .left-col {
      position: relative;
      z-index: 1;
      padding-right: clamp(24px, 4vw, 64px);
    }

    /* vertical separator */
    .left-col::after {
      content: '';
      position: absolute;
      top: 0; bottom: 0; right: 0;
      width: 1px;
      background: linear-gradient(to bottom,
        transparent 0%,
        var(--bright) 30%,
        var(--bright) 70%,
        transparent 100%);
      opacity: 0.2;
    }

    /* eyebrow label */
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 0.7rem;
      font-weight: 500;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #2dace1;
      margin-bottom: 22px;
    }
/*    .eyebrow::before {
      content: '';
      display: block;
      width: 28px;
      height: 2px;
      background: #009bdb;
      border-radius: 2px;
    }
*/

/* WE ARE */
/* =========================
   PREMIUM HEADING STYLE
========================= */
/* =========================
   MODERN TEXT TRANSITION
========================= */

.wwa-heading{
  margin:0;
  font-family: 'Poppins', sans-serif;
  text-transform:uppercase;
  line-height:.88;
  letter-spacing:-3px;
}

/* WHO */
.wwa-heading .stroke{
  display:block;

  font-size:65px;
  font-weight:800;

  color:#009bdb;

  opacity:0;

  animation:
    textReveal .9s cubic-bezier(.16,1,.3,1) forwards,
    blueFlow 4s ease-in-out infinite;
}

/* WE ARE */
.wwa-heading .underlined{
  display:block;

  margin-top:-8px;

  font-size:65px;
  font-weight:800;

  background:linear-gradient(
    90deg,
    #009bdb 0%,
    #42cfff 45%,
    #ff71c5 100%
  );

  background-size:200% auto;

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;

  opacity:0;

  animation:
    textReveal .9s .25s cubic-bezier(.16,1,.3,1) forwards,
    gradientFlow 5s linear infinite;
}

/* TEXT ENTRY */
@keyframes textReveal{

  0%{
    opacity:0;
    transform:translateY(70px);
    filter:blur(10px);
  }

  100%{
    opacity:1;
    transform:translateY(0);
    filter:blur(0);
  }
}

/* BLUE GLOW FLOW */
@keyframes blueFlow{

  0%{
    color:#009bdb;
    text-shadow:0 0 0 rgba(0,155,219,0);
  }

  50%{
    color:#58d2ff;
    text-shadow:
      0 0 18px rgba(0,155,219,.45);
  }

  100%{
    color:#009bdb;
    text-shadow:0 0 0 rgba(0,155,219,0);
  }
}

/* GRADIENT MOVE */
@keyframes gradientFlow{

  0%{
    background-position:0% center;
  }

  100%{
    background-position:200% center;
  }
}

/* MOBILE */

@media(max-width:768px){

  .wwa-heading{
    line-height:.94;
    letter-spacing:-1.5px;
  }

  .wwa-heading .stroke,
  .wwa-heading .underlined{
    font-size:3rem;
  }

  .wwa-heading .underlined{
    margin-top:-2px;
  }
}
.apple-card p{
  font-size: 18px;
}






.wwa {
  position: relative;
  overflow: hidden;
}

/* animated gradient layer */
.wwa::before {
  content: "";
  position: absolute;
  inset: -50%;
  z-index: 0;

  background: linear-gradient(
    120deg,
    rgba(33, 113, 245, 0.10),
    rgba(255, 255, 255, 0),
    rgba(33, 113, 245, 0.06),
    rgba(20, 85, 192, 0.08)
  );

  /* background-size: 300% 300%; */
  animation: moveGradient 12s ease-in-out infinite;
}

/* keep content above background */
.wwa > * {
  position: relative;
  z-index: 1;
}

/* animation */
@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

    /* ── RIGHT PANEL ── */
    .right-col {
      position: relative;
      z-index: 1;
      /* padding-left: clamp(24px, 4vw, 60px); */
      display: flex;
      flex-direction: column;
    }

    /* ── CTA BUTTON ── */
    .wwa-btn {
      margin-top: 10px;
      align-self: flex-start;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 13px 30px;
      background: #009bdb;
      color: #fff;
      font-size: 0.88rem;
      font-weight: 500;
      letter-spacing: 0.04em;
      text-decoration: none;
      border-radius: 100px;
      box-shadow: 0 6px 22px rgba(33, 113, 245, 0.3);
      transition: transform 0.28s ease, box-shadow 0.28s ease;
    }
    .wwa-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 34px rgba(33, 113, 245, 0.44);
      color: #fff;
    }
    .wwa-btn svg { transition: transform 0.28s ease; }
    .wwa-btn:hover svg { transform: translate(2px, -2px); }

    /* ── STAGGER REVEAL ── */
    .reveal { opacity: 0; transform: translateY(22px); animation: up 0.7s ease forwards; }
    .d1 { animation-delay: 0.05s; }
    .d2 { animation-delay: 0.2s; }
    .d3 { animation-delay: 0.35s; }
    .d4 { animation-delay: 0.5s; }
    @keyframes up { to { opacity: 1; transform: translateY(0); } }

    /* ── RESPONSIVE ── */
    @media (max-width: 991px) {
      .left-col { text-align: center; }
      .left-col::after { display: none; }
      .right-col {margin-top: 44px; }
    }





  


/* =========================
   SECTION
========================= */
.gallery-section {
  padding: 4rem 0;
  background: #f4f6fa;
}


/* .section-header {
  text-align: center;
  margin-bottom: 3rem;
}


.section-subtitle {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #009bdb;
  margin-bottom: 8px;
}


.section-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #0a0c1c;
  line-height: 1.2;
}


.section-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #009bdb;
  margin: 14px auto 0;
}


@media (max-width: 767px) {
  .section-title {
    font-size: 2rem;
  }
} */



    /* Hide all radio inputs */
    .slide-radio { display: none; }

    /* ── Section ── */
    .ind-section { background: #0D1B2A; padding: 80px 0 90px; overflow: hidden; }

    /* ── Header ── */
    .ind-label {
      font-size: 11px; font-weight: 600; letter-spacing: 0.22em;
      text-transform: uppercase; color: #009bdb;
      display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
    }
    .ind-label::before {
      content: ''; display: inline-block;
      width: 32px; height: 1.5px; background: #009bdb;
    }
    .ind-heading {
      font-size: 55px; font-weight: 800;
      color: #009bdb; 
    }
    .ind-heading span { color: #354249; font-style: italic; }
    .ind-sub { font-size: 14px; color: rgba(255,255,255,0.4); margin-top: 10px; }

    /* ── Slider viewport ── */
    .slider-viewport {
      overflow: hidden;
      margin-top: 20px;
    }

    /* ── Track: 14 cards × (calc width) ── */
    .slider-track {
      display: flex;
      gap: 24px;
      transition: transform 0.55s cubic-bezier(0.65,0,0.35,1);
      /* Each card is 32% of viewport (~3 visible). 14 cards total. */
    }


    .nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgb(0 155 219);
    background: transparent;
    color: #009bdb;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
    line-height: 1;
}


    /* ── Cards ── */
    .ind-card {
      flex: 0 0 calc(25% - 18px);
      border-radius: 16px;
      overflow: hidden;
      background: #162030;
      min-width: 0;
      transition: transform 0.3s;
    }
    .ind-card:hover { transform: translateY(-5px); }

    .card-img-wrap {
      position: relative;
      height: 240px;
      overflow: hidden;
    }
    .card-img-wrap img {
      width: 100%; height: 100%;
      object-fit: cover;
      display: block;
      filter: brightness(0.72);
      transition: transform 0.5s ease;
    }
    .ind-card:hover .card-img-wrap img { transform: scale(1.07); }
    .card-img-wrap::after {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(to bottom, transparent 35%, rgba(13,27,42,0.88) 100%);
    }
    .card-num {
      position: absolute; top: 18px; left: 18px; z-index: 2;
     
      font-size: 12px; font-weight: 700; color: #C8A84B;
      background: rgba(13,27,42,0.65);
      border: 1px solid rgba(200,168,75,0.35);
      padding: 3px 9px; border-radius: 4px; letter-spacing: 0.08em;
    }
    .card-img-title {
      position: absolute; bottom: 16px; left: 20px; right: 20px; z-index: 2;
     
      font-size: 1.15rem; font-weight: 700; color: #fff; line-height: 1.25;
    }
    .card-body-inner {
      padding: 20px 20px 22px;
      background: #162030;
      border-top: 2px solid #C8A84B;
    }
    .card-desc {
      font-size: 13.5px; color: rgba(255,255,255,0.5);
      line-height: 1.65; margin-bottom: 14px;   
    }
    .card-link {
      font-size: 11px; font-weight: 600;
      letter-spacing: 0.1em; text-transform: uppercase;
      color: #C8A84B; text-decoration: none;
      display: inline-flex; align-items: center; gap: 6px;
      transition: gap 0.2s;
    }
    .card-link:hover { gap: 10px; }

    /* ── Dots nav ── */
    .dots-nav {
      display: flex; justify-content: center;
      gap: 8px; margin-top: 36px;
    }
    .dots-nav label {
      width: 9px; height: 9px;
      border-radius: 50%;
      background: rgba(255,255,255,0.2);
      cursor: pointer;
      display: block;
      transition: background 0.25s, transform 0.25s;
    }
    /* ── Arrow nav labels ── */
    .arrow-nav { display: flex; gap: 10px; }
    .arrow-nav label {
      width: 48px; height: 48px; border-radius: 50%;
      border: 1.5px solid rgba(200,168,75,0.4);
      color: #C8A84B; font-size: 20px;
      cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      transition: background 0.2s, border-color 0.2s;
      user-select: none;
    } 
    .arrow-nav label:hover {
      background: #C8A84B;
      border-color: #C8A84B;
      color: #0D1B2A;
    }


@media (max-width: 991px) {
    .ind-card {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 576px) {
    .ind-card {
        flex: 0 0 100%;
    }
}





/* =========================
   CARD
========================= */
.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 280px;
  cursor: pointer;
}

/* IMAGE */
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* faded image default */
  filter: brightness(0.6);
  transition: all 0.5s ease;
}

/* =========================
   OVERLAY + TITLE
========================= */
.gallery-overlay {
position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    transition: all 0.4s ease;
    /* margin-bottom: 5px; */
}

/* TITLE STYLE */
.overlay-title {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  padding: 10px 20px;
  /* border-radius: 30px; */
  /* background: rgba(0, 155, 219, 0.85); */
  backdrop-filter: blur(6px);
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  border-radius: 0 0 16px 16px;
}

/* =========================
   HOVER EFFECT
========================= */

/* image becomes clear */
.gallery-card:hover img {
  filter: brightness(1);
  transform: scale(1.08);
}

/* title disappears */
.gallery-card:hover .overlay-title {
  opacity: 0;
  transform: translateY(20px);
}

/* =========================
   SWIPER
========================= */

/* remove arrows */
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}

/* spacing */
/* .swiper-slide {
  padding: 10px;
} */

/* =========================
   DOTS
========================= */
.swiper-pagination {
  margin-top: 20px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #009bdb;
  opacity: 0.4;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.3);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {
  .gallery-card {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .gallery-card {
    height: 260px;
  }
}







.cta-banner {
  padding: 70px 0;
}

/* BACKGROUND APPLIED HERE */
.cta-box {
  position: relative;
  padding: 60px;
  border-radius: 16px;
  overflow: hidden;

  background: url("assets/images/cta-bg.jpg") no-repeat center/cover;
}

/* overlay (optional but matches design) */
.cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 60, 0.6);
}

/* content above overlay */
.cta-box .row {
  position: relative;
  z-index: 2;
}

/* LEFT */
.cta-left {
  display: flex;
  gap: 20px;
}

.cta-left .line {
  width: 4px;
  height: 90px;
  background: #3FB5FD;
}

/* IMPORTANT: white text */
.cta-left h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

/* RIGHT */
.cta-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-right img {
  width: 40px;
}

/* BUTTON */
.cta-btn {
  background: #fff;
  color: #0B3D6E;
  border-radius: 30px;
  padding: 10px 22px;
  text-decoration: none;
}

.cta-btn:hover {
  background: #009bdb;
  color: #fff !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-box {
    padding: 40px 20px;
  }

  .cta-left { 

    align-items: center;
    text-align: center;
  }

  .cta-left .line {
    display: none;
  }

  .cta-left h2 {
    font-size: 24px;
  }

  .cta-right {
    margin-top: 30px;
  }
}













.footer-pro {
  background: #151a20;
  color: #cfd8e3;
  font-size: 14px;
}

/* Logo */
.footer-logo {
  color: #1da1d2;
  font-weight: 700;
}

/* Tagline */
.footer-tagline {
  color: #9fb3c8;
  max-width: 400px;
}

/* Titles */
.footer-title {
  color: #ffffff;
margin-bottom: 12px;
    font-weight: 800;
    font-size: 18px;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #a5acab;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #1da1d2;
  /* padding-left: 4px; */
}

/* Social */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;
  margin-right: 8px;

  border-radius: 6px;
  background: #16263d;
  color: #cfd8e3;

  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background: #1da1d2;
  color: #ffffff;
  transform: translateY(-3px);
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #9fb3c8;
}

.privacy-link {
  color: #cfd8e3;
  text-decoration: none;
}

.privacy-link:hover {
  color: #1da1d2;
}

.footer-logo-img {
  max-width: 550px;
  height: auto;
}

/* Optional: adjust for smaller screens */
@media (max-width: 576px) {
  .footer-logo-img {
    max-width: 140px;
  }
}




.about-creative {
  background: linear-gradient(135deg, #0b1220, #0f1f3d);
  position: relative;
  overflow: hidden;
}

/* LEFT SIDE */
.about-visual {
  position: relative;
  width: 400px;
  height: 400px;
  margin: auto;
}

/* glowing blur background */
.glow-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(63,181,253,0.3), transparent);
  filter: blur(60px);
}

/* rotating ring */
.ring {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spinner 60s linear infinite;
}

.ring img {
  width: 100%;
}

/* main image */
.main-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid rgba(255,255,255,0.1);
}

.main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT SIDE GLASS CARD */
.about-card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(15px);
  padding: 40px;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.about-card h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.about-card p {
  opacity: 0.8;
  margin-bottom: 15px;
}

/* modern button */
.btn-modern {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  border-radius: 50px;
  background: linear-gradient(84deg, #3FB5FD, #0B6EDA);
  color: #fff;
  text-decoration: none;
}

/* animation */
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}








/* =========================
   ABOUT SECTION
========================= */
.corpix-about-section {
  padding-top: 90px;
  padding-bottom: 70px;
}

.corpix-about-section .about-img-wrap {
  position: relative;
  padding-right: 30px;
}

/* background shape */
.corpix-about-section .about-img-wrap .shape-1 {
  position: absolute;
  top: -55px;
  left: -85px;
  z-index: -1;
}

/* image wrapper */
.corpix-about-section .about-img-wrap .about-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* IMAGE SIZE CONTROL (reduced height) */
.corpix-about-section .about-img-wrap .about-img .image {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

/* overlay */
.corpix-about-section .about-img-wrap .about-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 56, 100, 0.5);
}

/* circle shape inside image */
.corpix-about-section .about-img-wrap .about-img.image-1 .shape-2 {
  position: absolute;
  left: -50px;
  bottom: -190px;
  width: 330px;
  height: 330px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}

.corpix-about-section .about-img-wrap .about-img.image-1 .shape-2::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid #ffffff;
  border-radius: 50%;
  transform: scale(0.85);
}

/* right image section */
.corpix-about-section .about-img-wrap .about-img-right {
  margin-top: 35px;
}

/* BLUE BORDER (replaced yellow) */
.corpix-about-section .about-img-wrap .about-img-right .shape-2 {
  border: 12px solid #009bdb;
  margin-bottom: 20px;
}

/* =========================
   CONTENT
========================= */
.corpix-about-section .about-content {
  padding-left: 85px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1199px) {
  .corpix-about-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .corpix-about-section .about-img-wrap {
    padding-right: 0;
  }

  .corpix-about-section .about-content {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  .corpix-about-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .corpix-about-section .about-content {
    padding-left: 0;
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  /* .corpix-about-section .about-img-wrap .about-img .image {
    height: 200px;
  } */
  .apple-card{
    margin-top: 20px;
  }
}







/* =========================
   ABOUT SECTION (CUSTOM)
========================= */
.about-section-custom {
  padding: 80px 0;
}

/* =========================
   LEFT SIDE IMAGES
========================= */
.about-images {
  display: flex;
  position: relative;
}

.about-images .shape-img {
  position: absolute;
  right: 50px;
  bottom: -30px;
  z-index: -1;
}

.img-box img {
  border-radius: 10px;
}

.img-box:first-child {
  padding-right: 15px;
}

.img-box-2 {
  padding-left: 15px;
  margin-top: 75px;
}

/* =========================
   RIGHT SIDE CONTENT
========================= */

.about-tag {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #3FB5FD;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

/* .about-title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  color: #0b1220;
  margin-bottom: 15px;
} */

.about-text {
  font-size: 20px;
  line-height: 28px;
  color: #5f6b7a;
  margin-bottom: 12px;
}

/* =========================
   RESPONSIVE
========================= */
/* Tablet */
@media (max-width: 991px) {
  .about-content {
    text-align: center;
    margin-top: 30px;
  }

  .about-images {
    justify-content: center;
    margin-bottom: 20px;
  }

  .about-title {
    font-size: 26px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .about-images {
    flex-direction: column;
    align-items: center;
  }

  .img-box-2 {
    margin-top: 20px;
  }

  .about-title {
    font-size: 22px;
  }

  .about-text {
    font-size: 14px;
  }
}






.services-section {
  background: linear-gradient(180deg, #f7fbff, #a6d8f4);
}

/* CARD */
.service-card {
  position: relative;
  background: #fff;
  padding: 35px 30px;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  transition: 0.4s ease;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* BACKGROUND ANIMATION */
.service-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background: linear-gradient(135deg, #0B3D6E, #009bdb);
  border-top-right-radius: 160px;
  transition: 0.5s ease;
  z-index: -1;
}

.service-card:hover::before {
  width: 200%;
  height: 200%;
}

/* ICON WRAPPER */
.icon-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 65px;
  height: 65px;
}

/* OVAL IMAGE */
.icon-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.4s ease;
}

/* ICONS */
.icon-default,
.icon-hover {
  position: absolute;
  width: 32px;
  top: 55%;
  left: 55%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

/* HIDE HOVER ICON */
.icon-hover {
  opacity: 0;
}

/* CONTENT ALIGNMENT */
.service-card .content {
  padding-right: 70px;
}

/* TEXT */
.service-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0b1220;
  transition: 0.3s;
}

.service-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  transition: 0.3s;
  margin-top: 25px;
}

/* =========================
   HOVER EFFECT
========================= */

/* TEXT WHITE */
.service-card:hover h4,
.service-card:hover p {
  color: #fff;
}

/* OVAL EFFECT */
.service-card:hover .icon-bg {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}

/* ICON SWAP */
.service-card:hover .icon-default {
  opacity: 0;
}

.service-card:hover .icon-hover {
  opacity: 1;
}

/* LIFT */
.service-card:hover {
  transform: translateY(-6px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .service-card {
    padding: 25px 20px;
  }

  .service-card .content {
    padding-right: 0;
  }

  .icon-wrapper {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 15px;
  }
}



.cta-box-1 {
  position: relative;
  padding: 60px;
  border-radius: 16px;
  overflow: hidden;

  background: url("assets/images/cta-bg5.jpg") no-repeat center/cover;
}

.cta-box-1::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(10, 20, 60, 0.6); */
}

.just-text{
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 500;

}











/* Section */
.services-section1 {
  padding: 10px 0 100px;
}

/* Title */
.section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  text-align: center;
  margin-bottom: 50px;
}

/* Card */
.svc-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,.08);
  position: relative;
  overflow: visible; /* IMPORTANT */
  height: 100%;
}

/* Image */
.card-img-wrap {
  height: 220px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  position: relative;
}

.card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Image overlay */
.card-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,155,219,.2), rgba(0,0,0,.3));
}

/* ICON FIXED POSITION */
.icon-badge {
  position: absolute;
  top: 190px; /* KEY FIX */
  left: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #009bdb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,.15);
  transition: all 0.3s ease;
  z-index: 5;
}

/* ICON HOVER ONLY */
.svc-card:hover .icon-badge {
  background: #35434b;
  transform: scale(1.1);
}

/* Card body */
.card-body-inner {
  padding: 45px 24px 28px;
}

.card-body-inner h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.card-body-inner p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
}

/* Read more */
.read-more {
  font-size: 0.85rem;
  font-weight: 600;
  color: #ff6b00;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}

.read-more:hover {
  gap: 10px;
  color: #cc5500;
}

/* ── Commitment banner ── */
    .commitment-banner {
      margin-top: 60px;
      background: #fff;
      border-left: 5px solid #009bdb;
      border-radius: 14px;
      padding: 32px 40px;
      box-shadow: 0 6px 24px rgb(104 104 105 / 21%);
      position: relative;
      overflow: hidden;
    }

    .commitment-banner::before {
      content: '';
      position: absolute;
      bottom: -30px; right: -30px;
      width: 130px; height: 130px;
      border-radius: 50%;
      background: rgb(0 155 219 / 11%);
      pointer-events: none;
    }

    .commitment-banner p {
      font-size: 0.975rem;
      color: #334155;
      line-height: 1.8;
      margin: 0;
    }

    @media (max-width: 768px) {
      .commitment-banner { padding: 24px 22px; }
    }

/* Responsive */
@media (max-width: 768px) {
  .icon-badge {
    top: 180px;
  }
}








.ins-sec {
    background: #f5f7fa;
    padding: 50px 0 60px;
}

/* Card */
.ins-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

/* Image Wrapper (IMPORTANT for clean zoom) */
.ins-img {
    overflow: hidden;
    border-radius: 20px;
}

/* Image */
.ins-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.6s ease;
    transform: scale(1);
    will-change: transform;
}

/* Zoom Effect */
.ins-card:hover .ins-img img {
    transform: scale(1.12);
}

/* Gradient Corners */
.ins-card::before,
.ins-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #009bdb, #0B3D6E);
    z-index: 1; 
    opacity: 0;
    transition: all 0.4s ease;
}

.ins-card::before {
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: translate(-30px, -30px);
}

.ins-card::after {
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
    transform: translate(30px, 30px);
}

/* Show corners on hover */
.ins-card:hover::before,
.ins-card:hover::after {
    opacity: 0.6;
    transform: translate(0, 0);
}

/* Content Box */
.ins-content {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    width: 85%;
    margin: -60px auto 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 2;
    transition: transform 0.3s ease;
}

/* Slight lift */
.ins-card:hover .ins-content {
    transform: translateY(-8px);
}

/* Gradient Icon */
.ins-icon {
    font-size: 26px;
    background: linear-gradient(135deg, #009bdb, #0B3D6E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Title */
.ins-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #222;
}









 :root {
  --primary: #009bdb;
  --text-dark: #1a2b3c;
  --text-muted: #6b7a8d;
}

.forensics-section { padding: 40px 20px 5px; background: #fff; }

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 70px;
}

.hub-wrapper {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}

#connector-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  overflow: visible;
}

.hub-grid {
  display: grid;
  grid-template-columns: 1fr 260px 1fr;
  grid-template-rows: repeat(4, auto); /* ✅ ADD THIS */
  row-gap: 30px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ── ROW/COLUMN PLACEMENTS ── */

/* Row 1 — always present */
.cell-tl  { grid-column:1; grid-row:1; display:flex; justify-content:flex-end;  padding: 0 30px 40px 0; }
.cell-tc  { grid-column:2; grid-row:1; }
.cell-tr  { grid-column:3; grid-row:1; display:flex; justify-content:flex-start; padding: 0 0 40px 30px; }

/* Row 2 — always present */
.cell-ml  { grid-column:1; grid-row:2; display:flex; justify-content:flex-end;  padding: 0 30px 40px 0; }
.cell-mr  { grid-column:3; grid-row:2; display:flex; justify-content:flex-start; padding: 0 0 40px 30px; }

/* Row 3 — used for 5+ cells */
.cell-bl  { grid-column:1; grid-row:3; display:flex; justify-content:flex-end;  padding: 0 30px 40px 0; }
.cell-bc  { grid-column:2; grid-row:3; }
.cell-br  { grid-column:3; grid-row:3; display:flex; justify-content:flex-start; padding: 0 0 40px 30px; }

/* Row 4 — used for 7+ cells */
.cell-bl2 { grid-column:1; grid-row:4; display:flex; justify-content:flex-end;  padding: 20px 30px 0 0; }
.cell-bc2 { grid-column:2; grid-row:4; }
.cell-br2 { grid-column:3; grid-row:4; display:flex; justify-content:flex-start; 
  padding: 20px 0 0 30px; /* added top space */ }

/* ── HUB ──
   Spans all rows depending on item count:
   5-6 items = rows 1-3, 7-8 items = rows 1-4        */
.cell-hub { grid-column:2; position:relative; }

/* 5–6 items: hub spans 3 rows */
.hub-grid.rows-3 .cell-hub { grid-row:1/4; min-height: 320px; }

/* 7–8 items: hub spans 4 rows */
.hub-grid.rows-4 .cell-hub { grid-row:1/5; min-height: 480px; }

/* ── 5-cell: bottom-centre single spoke ── */
.cell-bottom-center {
  grid-column: 1 / 4;
  grid-row: 3;
  display: flex;
  justify-content: center;
  padding: 0 30px 0;
}
.cell-bottom-center .spoke-card {
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 340px;
}
.cell-bottom-center .spoke-card .card-text { margin-top: 10px; }

/* ── 7-cell: bottom-centre single spoke (row 4) ── */
.cell-bottom-center-4 {
  grid-column: 1 / 4;
  grid-row: 4;
  display: flex;
  justify-content: center;
  padding: 0; /* ↓ reduced from large value */
}
.cell-bottom-center-4 .spoke-card {
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 340px;
}
.cell-bottom-center-4 .spoke-card .card-text { margin-top: 10px; }

/* ── HUB CIRCLE ── */
.hub-center {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 3px solid var(--primary);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  box-shadow: 0 8px 32px rgba(0,155,219,.22);
}
.hub-center img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

/* ── SPOKE CARDS ── */
.spoke-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.spoke-card.left  { flex-direction: row-reverse; text-align: right; } 
.spoke-card.right { flex-direction: row;         text-align: left;  }

.spoke-icon {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(0,155,219,.3);
  position: relative; z-index: 6;
}

.card-text h5 {
  font-size: 18px; font-weight: 700;
  color: var(--text-dark); margin-bottom: 5px;
}
.card-text p {
  font-size: 14px; color: var(--text-muted);
  margin: 0; line-height: 1.55;
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .hub-grid { display:flex; flex-direction:column; gap:22px; }
  .cell-hub { order:-1; position:static; display:none; min-height:unset; }
  .hub-center { position:static; transform:none; width:160px; height:160px; } 
  #connector-svg { display:none; }
  .spoke-card.left,
  .spoke-card.right { flex-direction:row; text-align:left; max-width:100%; }
  .cell-tl,.cell-tr,.cell-ml,.cell-mr,
  .cell-bl,.cell-br,.cell-bl2,.cell-br2 { justify-content:flex-start; padding:0 16px; }
  .cell-bottom-center,
  .cell-bottom-center-4 { justify-content:flex-start; padding:0 16px; }
  .cell-bottom-center .spoke-card,
  .cell-bottom-center-4 .spoke-card { flex-direction:row; text-align:left; align-items:flex-start; }
  .cell-bottom-center .spoke-card .card-text,
  .cell-bottom-center-4 .spoke-card .card-text { margin-top:0; }
  .section-title { margin-bottom: 40px; }
  .forensics-section{ padding: 40px 0px;}
  .five-cell{ padding-top: 0px !important;}
}

.five-cell{
  padding-top: 120px;
}




.contact-cta-section {
  padding: 50px 20px 60px;
  background: #fff;
}

.contact-cta-box {
  background: linear-gradient(135deg, #009bdb, #0B3D6E);
  border-radius: 16px;
  padding: 25px 48px 25px 60px;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 110px;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

/* Decorative circles */
.contact-cta-box::before,
.contact-cta-box::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.15);
  pointer-events: none;
}
.contact-cta-box::before {
  width: 120px;
  height: 120px;
  bottom: -30px;
  right: 38%;
}
.contact-cta-box::after {
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: calc(38% + 70px);
}

/* Icon */
.contact-cta-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  box-shadow: 0 4px 20px rgb(0 0 0 / 23%);
  z-index: 2;
}
.contact-cta-icon i {
  font-size: 1.7rem;
  color: #009bdb;
}

/* Text */
.contact-cta-content {
  flex: 1;
  padding: 24px 0;
}
.contact-cta-content h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.3;
}
.contact-cta-content p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

/* Button */
.contact-cta-button {
  flex-shrink: 0;
  background: #fff;
  color: #1a2b3c;
  font-size: 0.92rem;
  font-weight: 700;
  border-radius: 6px;
  padding: 14px 30px;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  display: inline-block;
}
.contact-cta-button:hover {
  background: #009bdb;
  color: #fff;
  box-shadow: 0 4px 18px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 680px) {
  .contact-cta-box {
    flex-direction: column;
    padding: 90px 24px 24px;
    text-align: center;
    border-radius: 12px;
  }

  .contact-cta-icon {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
  }

  .contact-cta-icon i {
    font-size: 1.4rem;
  }

  .contact-cta-content {
    padding-top: 10px;
  }

  .contact-cta-button {
    width: 100%;
    text-align: center;
  }
}










.landing-hero {
  background: linear-gradient(135deg, #ffffff 0%, #e6f6fd0a 50%, #ffffff 100%);
  padding: 60px 20px 5px 20px;
  position: relative;
  overflow: hidden;
}

/* subtle background accent */
.landing-hero::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: #009bdb;
  opacity: 0.08;
  border-radius: 50%;
  top: -120px;
  right: -120px;
}

.landing-title {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.2;
  color: #1a2b3c;
}

.landing-title span {
  color: #009bdb;
}

.landing-text {
  font-size: 1.05rem;
  color: #6b7a8d;
  line-height: 1.9;
  max-width: 800px;
  margin: 0 auto;
}

.landing-btn {
  background: #009bdb;
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 600;
  transition: 0.3s ease;
}

.landing-btn:hover {
  background: #007bb0;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,155,219,0.3);
}










 /* ═══════════════════════════════════════
       HERO — Business Interruption
    ═══════════════════════════════════════ */
    .bi-hero {
      position: relative;
      background: linear-gradient(135deg, #03111f 0%, #0B3D6E 100%);
      padding: 80px 0;
      overflow: hidden;
    }

    /* Decorative shape — absolutely placed on right side */
    .bi-hero-shape {
      position: absolute;
      top: 0; right: 0;
      width: 45%;
      height: 100%;
      pointer-events: none;
      z-index: 0;
    }

    /* text sits above shape */
    .bi-hero .container { position: relative; z-index: 1; }

    .bi-left-inner { max-width: 840px; }

    .bi-title {
      font-size: clamp(1.7rem, 3vw, 2.5rem);
      font-weight: 900; color: #fff; line-height: 1.2;
      margin-bottom: 18px;
    }
    .bi-title .hi { color: #009bdb; }

    .bi-divider {
      width: 52px; height: 3px;
      background: linear-gradient(90deg, #009bdb, transparent);
      border-radius: 2px; margin-bottom: 20px;
    }

    .bi-body {
      font-size: .97rem; line-height: 1.85;
      color: rgba(255,255,255,.72);
      font-weight: 300; margin: 0;
    }

    /* Entrance animations */
    .bif { opacity:0; transform:translateY(22px); animation: bifIn .65s forwards; }
    .bif:nth-child(1){animation-delay:.1s}
    .bif:nth-child(2){animation-delay:.25s}
    .bif:nth-child(3){animation-delay:.4s}
    @keyframes bifIn { to { opacity:1; transform:translateY(0); } }

    @media (max-width: 768px) {
      .bi-hero { padding: 60px 0; }
      .bi-hero-shape { width: 70%; opacity: .4; }
    }
    /* ══════════════════════════════════════ */






    :root {
      --af-blue:   #009bdb;
      --af-dark:   #0B3D6E;
      --af-grad:   linear-gradient(135deg, #009bdb, #0B3D6E);
      --af-light:  #f0f5fa;
      --af-muted:  #5f7a94;
      --af-text:   #1a2e42;
    }



    /* ── BANNER ── */
    /* .banner-wrap { position: relative; line-height: 0; overflow: hidden; }
    .banner-wrap svg { display: block; width: 100%; }
    .banner-text-overlay {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      display: flex;
      align-items: center;
      padding-bottom: 48px;
      pointer-events: none;
    }
    .banner-text-overlay .container { pointer-events: auto; }
    .banner-title {
      font-size: clamp(2.8rem, 7vw, 5.5rem);
      font-weight: 900;
      color: white;
      letter-spacing: 6px;
      line-height: 1;
      margin-bottom: 14px;
      text-shadow: none;
    }
    .banner-subtitle {
      font-size: clamp(0.85rem, 1.4vw, 1.05rem);
      color: rgba(255,255,255,0.82);
      letter-spacing: 0.3px;
      line-height: 1.5;
    } */

    /* ── SECTION ── */
    .contact-section { padding: 56px 0 72px; }

    /* ── INFO CARDS ── */
    .info-heading {
      font-size: 1.7rem;
      font-weight: 800;
      color: var(--af-dark);
      line-height: 1.25;
      margin-bottom: 20px;
    }
    .info-subtext {
      font-size: 0.88rem;
      color: var(--af-muted);
      line-height: 1.75;
    }
    .af-info-card {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      background: white;
      border-radius: 14px;
      padding: 18px 20px;
      border-left: 4px solid var(--af-blue);
      box-shadow: 0 2px 14px rgb(0 154 219 / 24%);
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .af-info-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 22px rgb(0 154 219 / 15%);
    }
    .af-icon-circle {
      width: 46px; height: 46px;
      border-radius: 50%;
      background: var(--af-grad);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      color: white;
      font-size: 1.1rem;
    }
    .info-label {
      font-size: 0.98rem;
      font-weight: 500;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      color: var(--af-blue);
      margin-bottom: 3px;
    }
    .info-value {
      font-size: 0.9rem;
      font-weight: 700;
      color: var(--af-dark);
      line-height: 1.4;
    }
    .info-value-sm {
      font-size: 0.82rem;
      font-weight: 400;
      color: #3a5a74;
      line-height: 1.6;
      margin-top: 2px;
    }

    /* ── FORM CARD ── */
    .af-form-card {
      background: white;
      border-radius: 18px;
      padding: 38px 36px;
      box-shadow: 0 6px 32px rgba(11,61,110,0.10);
    }
    .af-form-card h3 {
      font-size: 1.2rem;
      font-weight: 800;
      color: var(--af-dark);
    }
    .af-form-card .form-sub {
      font-size: 0.84rem;
      color: var(--af-muted);
      line-height: 1.6;
    }
    .form-label {
      font-size: 0.68rem !important;
      font-weight: 700 !important;
      color: #7a9ab5 !important;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      margin-bottom: 6px !important;
    }
    .form-control, .form-select {
      border: 1.5px solid #d5e5f2 !important;
      border-radius: 9px !important;
      font-size: 0.875rem !important;
      /* background: #f7fbfd !important; */
      color: var(--af-text) !important;
      padding: 10px 14px !important;
      transition: border-color 0.2s, box-shadow 0.2s !important;
    }
    .form-control:focus, .form-select:focus {
      border-color: var(--af-blue) !important;
      background: white !important;
      box-shadow: 0 0 0 3px rgba(0,155,219,0.10) !important;
    }

    .form-control::placeholder { color: #b0c8da !important; }
    textarea.form-control { min-height: 115px; resize: vertical; }
    .btn-submit {
      width: 100%;
      padding: 14px;
      background: var(--af-grad);
      color: white;
      border: none;
      border-radius: 9px;
      font-size: 0.8rem;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
      transition: opacity 0.2s, transform 0.15s;
    }
    .btn-submit:hover { opacity: 0.91; transform: translateY(-1px); color: white; }

    /* ── OFFICES DIVIDER ── */
    .section-divider {
      display: flex;
      align-items: center;
      gap: 14px;
      margin: 52px 0 32px;
    }
    .section-divider .div-line { flex: 1; height: 1px; background: #d0e3ef; }
    .section-divider h2 {
      font-size: 1.2rem;
      font-weight: 800;
      color: var(--af-dark);
      white-space: nowrap;
      margin: 0;
    }
    .section-divider .div-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: var(--af-grad);
      flex-shrink: 0;
    }

    /* ── LOCATION CARDS ── */
    .loc-card {
      background: white;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 3px 16px rgb(11 61 110 / 30%);
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .loc-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 28px rgba(0,154,219,0.16);
    }
    .loc-header {
      background: linear-gradient(135deg, #35434a, #5f6f77);
      padding: 16px 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .loc-header i { color: white; font-size: 20px; }
    .loc-header span {
      font-size: 20px;
      font-weight: 500;
      color: white;
      letter-spacing: 0.4px;
    }
    .loc-body { padding: 18px 20px; }
    /* .loc-country {
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      color: var(--af-blue);
      margin-bottom: 6px;
    } */
    .loc-addr {     font-size: 15px;
    color: #1f2224;
    line-height: 1.7; }

    /* ── FOOTER ── */
    .af-footer {
      background: var(--af-dark);
      padding: 22px 32px;
      text-align: center;
      font-size: 0.8rem;
      color: rgba(255,255,255,0.6);
    }
    .af-footer span { color: var(--af-blue); }

    @media (max-width: 768px) {
      .af-form-card { padding: 26px 20px; }
      .contact-section { padding: 32px 0 52px; }
    }
  
    
.banner-wrap {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.banner-bg {
  display: block;
  width: 100%;
}

.banner-bg svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 180px;
}

.banner-text-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  line-height: normal;
}

.banner-title {
  font-size: clamp(2rem, 6.5vw, 5.5rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 6px;
  line-height: 1;
  margin-bottom: 12px;
}

.banner-subtitle {
  font-size: clamp(0.78rem, 1.3vw, 1rem);
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.3px;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .banner-title {
    letter-spacing: 3px;
  }
  .banner-text-overlay {
    padding-bottom: 30px;
  }
}


.otp-input {
  width: 42px !important;
  min-width: 0;
  text-align: center;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  padding: 10px 4px !important;
  border-radius: 8px !important;
  border: 1.5px solid #d5e5f2 !important;
  background: #f7fbfd !important;
  color: #0B3D6E !important;
  flex: 1;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}

.otp-input:focus {
  border-color: #009bdb !important;
  background: white !important;
  box-shadow: 0 0 0 3px rgba(0,155,219,0.10) !important;
  outline: none;
}

.btn-send-otp {
  padding: 11px 18px;
  background: transparent;
  color: #009bdb;
  border: 1.5px solid #009bdb;
  border-radius: 9px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.btn-send-otp:hover {
  background: linear-gradient(135deg, #009bdb, #0B3D6E);
  color: white;
  border-color: transparent;
}







    :root {
      --af-blue:        #1d6fbb;
      --af-blue-dark:   #155a99;
      --af-blue-light:  #e8f2fb;
      --af-blue-mid:    #2678c4;
      --af-white:       #ffffff;
      --af-grey-bg:     #f4f6f9;
      --af-grey-light:  #eef1f5;
      --af-grey-border: #cfd8e3;
      --af-text:        #2c3e50;
      --af-text-light:  #5f7285;
      --af-red:         #d9534f;
    }




 /* ── Page layout ── */
    .request-page-container {
      max-width: 960px;
      margin: 0 auto;
      padding: 2rem 1.25rem 3.5rem;
    }

    /* ── Form card ── */
    .request-form-card {
      background: var(--af-white);
      border-radius: 8px;
      border: 1px solid var(--af-grey-border);
      box-shadow: 0 2px 16px rgba(29,111,187,.08);
      overflow: hidden;
    }

    /* ── Section header ── */
    .request-group-header {
      background: var(--af-blue-light);
      border-bottom: 2px solid var(--af-blue);
      padding: .7rem 1.6rem;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .request-group-body + .request-group-header {
      border-top: 1px solid var(--af-grey-border);
    }
    .request-group-icon {
      width: 30px; height: 30px;
      background: var(--af-blue);
      color: #fff;
      border-radius: 5px;
      display: flex; align-items: center; justify-content: center;
      font-size: .9rem;
      flex-shrink: 0;
    }
    .request-group-title {
      font-size: .82rem;
      font-weight: 700;
      color: var(--af-blue-dark);
      letter-spacing: .08em;
      text-transform: uppercase;
      margin: 0;
    }

    /* ── Section body ── */
    .request-group-body {
      padding: 1.4rem 1.6rem 1.6rem;
    }

    /* ── Field label ── */
    .request-field-label {
      font-size: .8rem;
      font-weight: 600;
      color: var(--af-text);
      margin-bottom: .32rem;
      display: block;
    }
    .request-field-label .request-required { color: var(--af-red); margin-left: 2px; }

    /* ── Text / email / tel / date inputs ── */
    .request-text-input,
    .request-dropdown {
      width: 100%;
      font-family: 'Poppins', sans-serif;
      font-size: .855rem;
      color: var(--af-text);
      background: var(--af-grey-light);
      border: 1px solid var(--af-grey-border);
      border-radius: 5px;
      padding: .55rem .85rem;
      transition: border-color .18s, box-shadow .18s, background .18s;
      display: block;
    }
    .request-text-input:focus,
    .request-dropdown:focus {
      background: var(--af-white);
      border-color: var(--af-blue);
      box-shadow: 0 0 0 3px rgba(29,111,187,.12);
      outline: none;
    }
    .request-text-input::placeholder { color: #aab4c0; }

    /* ── Textarea ── */
    .request-memo-box {
      width: 100%;
      font-family: 'Poppins', sans-serif;
      font-size: .855rem;
      color: var(--af-text);
      background: var(--af-grey-light);
      border: 1px solid var(--af-grey-border);
      border-radius: 5px;
      padding: .55rem .85rem;
      resize: vertical;
      min-height: 120px;
      transition: border-color .18s, box-shadow .18s, background .18s;
      display: block;
    }
    .request-memo-box:focus {
      background: var(--af-white);
      border-color: var(--af-blue);
      box-shadow: 0 0 0 3px rgba(29,111,187,.12);
      outline: none;
    }
    .request-memo-box::placeholder { color: #aab4c0; }

    /* ── OTP inline row ── */
    .request-otp-wrapper { display: flex; gap: 8px; }
    .request-otp-wrapper .request-text-input { flex: 1; }
    .request-otp-trigger {
      flex-shrink: 0;
      background: var(--af-blue);
      color: var(--af-white);
      border: none;
      border-radius: 5px;
      padding: .55rem 1.1rem;
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: .03em;
      white-space: nowrap;
      cursor: pointer;
      transition: background .18s;
    }
    .request-otp-trigger:hover { background: var(--af-blue-dark); }

    /* ── File upload ── */
    .request-file-upload {
      display: flex;
      align-items: center;
      gap: 10px;
      background: var(--af-grey-light);
      border: 1px solid var(--af-grey-border);
      border-radius: 5px;
      padding: .55rem .85rem;
      cursor: pointer;
      font-size: .83rem;
      color: var(--af-text-light);
      transition: border-color .18s;
    }
    .request-file-upload:hover { border-color: var(--af-blue); }
    .request-file-upload input[type="file"] { display: none; }
    .request-file-upload .bi { color: var(--af-blue); font-size: 1.05rem; }

    /* ── Submit footer ── */
    .request-form-footer {
      background: var(--af-grey-bg);
      border-top: 1px solid var(--af-grey-border);
      padding: 1.2rem 1.6rem;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 12px;
    }
    .request-submit-btn {
      background: var(--af-blue);
      color: var(--af-white);
      border: none;
      border-radius: 5px;
      padding: .65rem 2rem;
      font-size: .88rem;
      font-weight: 700;
      letter-spacing: .03em;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
      transition: background .18s, box-shadow .18s;
    }
    .request-submit-btn:hover {
      background: var(--af-blue-dark);
      box-shadow: 0 4px 14px rgba(29,111,187,.28);
    }
    .request-reset-btn {
      background: var(--af-white);
      color: var(--af-text-light);
      border: 1px solid var(--af-grey-border);
      border-radius: 5px;
      padding: .65rem 1.4rem;
      font-size: .85rem;
      font-weight: 600;
      cursor: pointer;
      transition: border-color .18s, color .18s;
    }
    .request-reset-btn:hover { border-color: var(--af-blue); color: var(--af-blue); }

    /* ── Footer ── */
    .request-page-footer {
      background: #1a2535;
      color: rgba(255,255,255,.55);
      text-align: center;
      padding: 1.2rem 1rem;
      font-size: .78rem;
    }
    .request-page-footer a { color: rgba(255,255,255,.75); text-decoration: none; }

    /* ── Responsive ── */
    @media (max-width: 576px) {
      .request-topbar { padding: 0 1rem; }
      .request-group-body { padding: 1rem 1rem 1.2rem; }
      .request-form-footer { flex-direction: column-reverse; }
      .request-submit-btn, .request-reset-btn { width: 100%; justify-content: center; }
      .request-otp-wrapper { flex-direction: column; }
    }

.request-captcha-box {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #cfd8e3;
  border-radius: 5px;
  background: #f4f6f9;
}

.request-captcha-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
}

.request-captcha-label input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}





/* SECTION */
.wp-section{
  padding:60px 0;
}

/* ITEM */
.wp-item{
  display:flex;
  align-items:center;
  gap:0;
  margin-bottom:50px;
}

/* IMAGE */
.wp-img{
  width:340px;
  flex-shrink:0;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgb(75 75 75 / 42%);
}

.wp-img img{
  width:100%;
  /* height:180px;  */
  object-fit:cover;
  border-radius:12px;
}

/* CONTENT BOX */
.wp-content {
    background: #fff;
    padding: 22px;
    margin-left: -25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* max-width: 480px; */
}

/* TAG */
.wp-tag{
  font-size:10px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#2b7b70;
  font-weight:700;
  margin-bottom:6px;
}

/* TITLE */
.wp-title{
  font-size:20px;
  font-weight:500;
  /* margin-bottom:8px; */
  color:#1b2537;
}

/* TEXT */
.wp-content p{
  font-size:15px;
  /* line-height:1.6; */
  color:#6b7788;
  margin-bottom:6px;
}

/* BUTTON */
.wp-btn{
display: inline-block;
    /* margin-top: 8px; */
    font-size: 15px;
    /* font-weight: 700; */
    margin-top: 10px;
  background-color: #009bdb;
  color: #fff;
  padding: 5px 15px;
    text-decoration: none;
    border-radius: 12px;
}

.wp-btn:hover{
  background-color: #007bb0;
  color: #fff;
}

/* REVERSE */
/* .wp-item.reverse{
  flex-direction:row-reverse;
}

.wp-item.reverse .wp-content{
  margin-left:0;
  margin-right:-40px;
} */

/* MOBILE */
@media(max-width:768px){
  .wp-item{
    flex-direction:column;
  }

  .wp-content{
    margin:15px 0 0;
    max-width:100%;
  }

  .wp-img{
    width:100%;
  }
}





.hero-section{
    position:relative;
    padding: 40px 0 40px;
    overflow:hidden;
    background:linear-gradient(180deg, #0dcaf0 0%, rgb(9 91 229) 45%, rgb(10 114 232) 100%);
}

/* CONTENT */

.hero-content{
text-align: center;
    margin-bottom: 5px;
    position: relative;
    z-index: 10;
}

.hero-content h1{
font-size: 55px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
}

.hero-content h1 span{
    color:#ff71c5;
}

.hero-content p{
max-width: 720px;
    margin: auto;
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
}

/* MAIN */

.banner-main{
    position: relative;
    height: 630px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* CENTER IMAGE */

.center-image{
position: relative;
    width: 45%;
    height: 585px;
    overflow: hidden;
    border-radius: 32px;
    z-index: 5;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.center-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.center-buttons{
    position:absolute;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:16px;
    opacity:0;
    pointer-events:none;
    transition:opacity 0.3s ease;
    background:rgba(0,0,0,0.25);
}

.center-buttons a{
    padding:14px 24px;
    border-radius:999px;
    text-decoration:none;
    color:#fff;
    font-weight:600;
    background:rgba(0,0,0,0.55);
    transition:transform 0.2s ease, background 0.2s ease;
}

.center-buttons a:hover{
    transform:translateY(-2px);
    background:rgba(255,255,255,0.15);
}

.center-image:hover .center-buttons{
    opacity:1;
    pointer-events:auto;
}

/* SIDE MARQUEE */

.side-marquee{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:38vw;
    height:540px;
   /* overflow:hidden;*/
}

.left-marquee{
    left:-120px;
}

.right-marquee{
    right:-120px;
}

/* TRACK */

.marquee-track{
    display:flex;
    width:max-content;
    gap:20px;
}

/* CONTINUOUS ANIMATION */

.left-track{
    animation:rightLoop 22s linear infinite;
}

.right-track{
    animation:leftLoop 22s linear infinite;
}

/* IMAGE */

.marquee-card{
    /* width:320px; */
    height:540px;
    overflow:hidden;
    border-radius:28px;
    flex-shrink:0;
}

.marquee-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* EXACT CONTINUOUS FLOW */

@keyframes leftLoop{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(calc(-340px * 3));
    }

}

@keyframes rightLoop{

    0%{
        transform:translateX(calc(-340px * 3));
    }

    100%{
        transform:translateX(0);
    }

}

/* RESPONSIVE */

@media(max-width:991px){

    .side-marquee{
        display:none;
    }

    .banner-main{
        height:auto;
    }

    .center-image{
        width:100%;
        height:auto;
    }

    .center-image img{
        height:auto;
    }

    .hero-content h1{
        font-size:42px;
    }

}

@media(max-width:575px){

    .hero-content h1{
        font-size:32px;
    }

}


.left-marquee .marquee-card,
.right-marquee .marquee-card{
    opacity:0.75;
	 opacity:1.95;
    transition:0.3s;
}

/* OPTIONAL HOVER EFFECT */

.left-marquee .marquee-card:hover,
.right-marquee .marquee-card:hover{
    opacity:0.75;
}

















/* SECTION */

.af-services-wrap{
    padding:80px 0;
    background:
    linear-gradient(
    135deg,
    #062a45 0%,
    #0a3d62 45%,
    #009bdb 100%);

    position:relative;
    overflow:hidden;
}

/* BACKGROUND SHAPES */

.af-services-wrap::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,255,255,0.04);
    border-radius:50%;
    top:-250px;
    right:-180px;
}

.af-services-wrap::after{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,0.03);
    border-radius:50%;
    bottom:-180px;
    left:-120px;
}

/* TOP CONTENT */

.af-services-head{
    text-align:center;
    margin-bottom:50px;
    position:relative;
    z-index:2;
}

.af-service-label{
    display:inline-block;
    padding:8px 20px;

    background:rgba(255,255,255,0.12);

    border:1px solid rgba(255,255,255,0.14);

    border-radius:50px;

    color:#ffffff;

    font-size:13px;
    font-weight:700;
    letter-spacing:1px;

    backdrop-filter:blur(10px);
}

.af-service-main-title{
    font-size:48px;
    font-weight:800;
    color:#ffffff;
    margin-top:20px;
    line-height:1.1;
}

.af-service-main-title span{
    color:#8edbff;
}

/* CARD */

.af-service-box{
    background:#ffffff;

    border-radius:26px;

    padding:20px;

    display:flex;
    align-items:center;
    gap:18px;

    height:100%;

    position:relative;
    z-index:2;
    overflow:hidden;

    border:1px solid rgba(0,155,219,0.08);

    transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.06);
}

/* LEFT ACCENT */

.af-service-box::before{
    content:'';

    position:absolute;

    left:0;
    top:0;

    width:6px;
    height:100%;

    background:
    linear-gradient(
    180deg,
    #009bdb,
    #7ad8ff);

    transition:0.4s ease;
}

/* LIGHT EFFECT */

.af-service-box::after{
    content:'';

    position:absolute;
    inset:0;

    background:
    radial-gradient(
    circle at top right,
    rgba(0,155,219,0.08),
    transparent 45%);

    opacity:0;

    transition:0.4s ease;
}

/* HOVER */

.af-service-box:hover{
    transform:translateY(-8px);

    border-color:rgba(0,155,219,0.18);

    box-shadow:
    0 22px 50px rgba(0,0,0,0.12);
}

.af-service-box:hover::after{
    opacity:1;
}

.af-service-box:hover::before{
    width:100%;
    opacity:0.04;
}

/* IMAGE */

.af-service-image{
    width:120px;
    min-width:120px;
    height:120px;

    border-radius:22px;

    background: linear-gradient(135deg, #f5fbff, #8ec1df);

    display:flex;
    align-items:center;
    justify-content:center;

    position:relative;
    overflow:hidden;

    transition:0.4s ease;
}

.af-service-image img{
    width:120px;

    position:relative;
    z-index:2;

    transition:0.4s ease;
}

.af-service-box:hover .af-service-image{
    transform:scale(1.04);
}

.af-service-box:hover .af-service-image img{
    transform:scale(1.06);
}

/* CONTENT */

.af-service-info{
    width:100%;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:15px;

    position:relative;
    z-index:2;
}

.af-service-name{
    font-size:22px;
    font-weight:800;

    color:#062a45;

    margin-bottom:0;
    line-height:1.3;

    transition:0.3s ease;
}

.af-service-box:hover .af-service-name{
    color:#009bdb;
}

/* ARROW */

.af-service-icon{
    width:46px;
    height:46px;

    border-radius:14px;

    background:#eef8ff;
    color:#009bdb;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:20px;

    flex-shrink:0;

    transition:0.35s ease;
}

.af-service-box:hover .af-service-icon{
    background:#009bdb;
    color:#fff;

    transform:
    rotate(45deg)
    scale(1.05);
}

/* RESPONSIVE */

@media(max-width:991px){

    .af-service-main-title{
        font-size:40px;
    }

}

@media(max-width:767px){

    .af-services-wrap{
        padding:65px 0;
    }

    .af-service-main-title{
        font-size:32px;
    }

    .af-service-box{
        padding:16px;
        gap:14px;
        border-radius:22px;
    }

    .af-service-image{
        width:95px;
        min-width:95px;
        height:95px;
    }

    .af-service-image img{
        width:72px;
    }

    .af-service-name{
        font-size:19px;
    }

    .af-service-icon{
        width:42px;
        height:42px;
        font-size:18px;
    }

}





















:root{
  --navy:#071633;
  --blue:#009BDB;
  --blue-dark:#0077B6;
  --pink:#ff71c5;
  --tile:#101B38;
  --white:#ffffff;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  background:transparent;
  font-family: 'Poppins', sans-serif;
  overflow-x:hidden;
}

/* ───────────────── LEFT COLUMN ───────────────── */




/* .left-col{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-right:3rem;
  position:relative;
  z-index:2;
}


.left-col::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle,
  rgba(255,113,197,.16) 0%,
  rgba(0,155,219,.08) 45%,
  transparent 75%);
  top:-40px;
  left:-60px;
  filter:blur(14px);
  z-index:-1;
}


.eyebrow{
  font-size:.72rem;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:var(--pink);
  margin-bottom:1rem;
  font-weight:700;
  position:relative;
  padding-left:18px;
  animation:fadeUp .6s ease both;
}

.eyebrow::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:10px;
  height:2px;
  background:var(--pink);
  border-radius:10px;
}


.divider-line{
  width:58px;
  height:3px;
  background:linear-gradient(
    90deg,
    var(--pink),
    var(--blue)
  );
  border-radius:30px;
  margin-bottom:1.8rem;
  box-shadow:0 0 12px rgba(255,113,197,.45);
  animation:fadeUp .6s .08s ease both;
}


.lead-para{
  font-size:1.05rem;
  line-height:2;
  color:rgba(255,255,255,.92);
  max-width:540px;
  font-weight:400;
  letter-spacing:.01em;
  position:relative;
  padding-left:1.4rem;
  border-left:2px solid rgba(255,255,255,.18);
  margin-bottom:2rem;
  animation:fadeUp .6s .16s ease both;
}


.lead-para strong{
  color:var(--pink);
  font-size:1.12rem;
  font-weight:700;
  background:none;
  -webkit-text-fill-color:unset;
}



.learn-btn{
  display:inline-flex;
  align-items:center;
  gap:.65rem;
  background:linear-gradient(
    135deg,
    #0077B6,
    #009BDB
  );
  color:#fff;
  border:none;
  border-radius:50px;
  padding:.88rem 1.6rem;
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-family: 'Poppins', sans-serif;
  cursor:pointer;
  transition:.35s ease;
  text-decoration:none;
  align-self:flex-start;
  box-shadow:0 12px 30px rgba(0,155,219,.24);
  animation:fadeUp .6s .24s ease both;
}

.learn-btn:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(0,155,219,.35);
  color:#fff;
}

.learn-btn svg{
  transition:transform .35s ease;
}

.learn-btn:hover svg{
  transform:translateX(4px);
} */

/* ───────────────── RIGHT COLUMN ───────────────── */

.right-col{
  display:flex;
  align-items:center;
  justify-content:center;
}

/* grid */

.grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  grid-template-rows:100px 100px 100px 100px 58px;
  gap:8px;
  width:100%;
  max-width:500px;
}

/* ───────────────── TILES ───────────────── */

.tile{
  background:rgba(16,27,56,.92);
  border:1px solid rgba(255,255,255,.06);
  backdrop-filter:blur(8px);
  border-radius:12px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  /* cursor:pointer; */
  transition:
    transform .3s cubic-bezier(.22,1,.36,1),
    box-shadow .3s,
    border-color .3s;
  opacity:0;
  animation:tileIn .5s ease forwards;
}

.tile:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 35px rgba(0,0,0,.35);
  border-color:rgba(255,113,197,.35);
  z-index:2;
}

.tile.blue{
  background:linear-gradient(
    135deg,
    #0D2D63 0%,
    #009BDB 100%
  );
}

.tile.white{
  background:#eaf1fb;
}

.tile.tall{
  grid-row:span 2;
}

.tile.wide{
  grid-column:span 2;
}

/* animation delay */

.tile:nth-child(1){animation-delay:.12s;}
.tile:nth-child(2){animation-delay:.18s;}
.tile:nth-child(3){animation-delay:.24s;}
.tile:nth-child(4){animation-delay:.30s;}
.tile:nth-child(5){animation-delay:.36s;}
.tile:nth-child(6){animation-delay:.42s;}
.tile:nth-child(7){animation-delay:.48s;}
.tile:nth-child(8){animation-delay:.54s;}
.tile:nth-child(9){animation-delay:.60s;}

/* ───────────────── ICONS ───────────────── */

.icon-wrap{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:filter .3s ease;
}

.icon-wrap svg{
  width:40px;
  height:40px;
}

.tile:hover .icon-wrap{
  filter:drop-shadow(0 0 10px rgba(255,113,197,.5));
}

.tile.blue:hover .icon-wrap{
  filter:drop-shadow(0 0 12px rgba(255,255,255,.35));
}

/* dots */

.dots{
  display:flex;
  gap:5px;
  position:absolute;
  top:9px;
  left:9px;
}

.dot{
  width:6px;
  height:6px;
  border-radius:50%;
}

.d-r{background:#ff5f57;}
.d-y{background:#febc2e;}
.d-g{background:#28c840;}

/* tile name */

.tile-name{
position: absolute;
    bottom: 7px;
    left: 6px;
    right: 6px;
    text-align: center;
    font-size: 13px;
    letter-spacing: .12em;
    /* text-transform: uppercase; */
    /* font-weight: 500; */
    /* line-height: 1.3; */
    color: rgb(237, 233, 233);
    transition: .25s;
}

.tile:hover .tile-name{
  color:rgba(255,255,255,.88);
}

.tile.white .tile-name{
  color:rgba(7,22,51,.55);
}

.tile.white:hover .tile-name{
  color:rgba(7,22,51,.9);
}

/* ───────────────── CTA ───────────────── */

.cta-tile{
  grid-column:1/-1;
  background:#fff;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 1rem;
  cursor:pointer;
  transition:.3s;
  opacity:0;
  animation:tileIn .5s .68s ease forwards;
}

.cta-tile:hover{
  background:#f4f8ff;
}

.cta-label{
  font-size:.72rem;
  font-weight:700;
  color:var(--navy);
}

.cta-sub{
  font-size:.58rem;
  color:#7283a7;
  margin-top:1px;
}

.cta-btn{
  border:none;
  background:linear-gradient(
    135deg,
    var(--blue),
    var(--pink)
  );
  color:#fff;
  border-radius:6px;
  padding:.45rem .95rem;
  font-size:.62rem;
  font-weight:700;
  font-family: 'Poppins', sans-serif;
  cursor:pointer;
  transition:.3s;
  white-space:nowrap;
}

.cta-btn:hover{
  transform:translateY(-1px);
}

/* ───────────────── ICON ANIMATIONS ───────────────── */

@keyframes meridian{
  0%,100%{stroke-dashoffset:0}
  50%{stroke-dashoffset:40}
}

.globe-h{
  stroke-dasharray:10 4;
  animation:meridian 2.4s ease-in-out infinite;
}

.globe-v{
  stroke-dasharray:10 4;
  animation:meridian 3s .8s ease-in-out infinite;
}

/* shield */

@keyframes shieldPulse{
  0%,100%{
    opacity:1;
    transform:scale(1)
  }
  50%{
    opacity:.45;
    transform:scale(.88)
  }
}

.shield-inner{
  transform-origin:50% 50%;
  transform-box:fill-box;
  animation:shieldPulse 2s ease-in-out infinite;
}

/* scan */

@keyframes scan{
  0%{
    transform:translateY(-8px);
    opacity:0
  }
  20%,80%{
    opacity:1
  }
  100%{
    transform:translateY(8px);
    opacity:0
  }
}

.scan-line{
  animation:scan 2s ease-in-out infinite;
}

/* litigation */

@keyframes typeLoop{
  0%{
    stroke-dashoffset:30;
    opacity:0;
  }
  8%{
    opacity:1;
  }
  35%,85%{
    stroke-dashoffset:0;
    opacity:1;
  }
  95%,100%{
    stroke-dashoffset:30;
    opacity:0;
  }
}

@keyframes cursorBlink{
  0%,49%{opacity:1}
  50%,100%{opacity:0}
}

.doc-line1{
  stroke-dasharray:30;
  animation:typeLoop 3.6s 0s ease-in-out infinite;
}

.doc-line2{
  stroke-dasharray:30;
  animation:typeLoop 3.6s .35s ease-in-out infinite;
}

.doc-line3{
  stroke-dasharray:30;
  animation:typeLoop 3.6s .7s ease-in-out infinite;
}

.doc-cursor{
  animation:cursorBlink .55s ease-in-out infinite;
}

/* toggle */

@keyframes trackColor{
  0%,45%{fill:#214174}
  55%,100%{fill:var(--pink)}
}

@keyframes thumbSlide{
  0%,45%{transform:translateX(0)}
  55%,100%{transform:translateX(14px)}
}

.toggle-track{
  animation:trackColor 3s ease-in-out infinite;
}

.toggle-thumb{
  transform-origin:0 0;
  transform-box:fill-box;
  animation:thumbSlide 3s ease-in-out infinite;
}

/* analytics */

@keyframes barLoop{
  0%{
    transform:scaleY(.05);
    opacity:.4
  }
  25%,60%{
    transform:scaleY(1);
    opacity:1
  }
  85%,100%{
    transform:scaleY(.05);
    opacity:.4
  }
}

.bar{
  transform-origin:bottom center;
  transform-box:fill-box;
}

.bar1{
  animation:barLoop 2.4s 0s ease-in-out infinite;
}

.bar2{
  animation:barLoop 2.4s .3s ease-in-out infinite;
}

.bar3{
  animation:barLoop 2.4s .6s ease-in-out infinite;
}

/* check */

@keyframes checkDraw{
  from{stroke-dashoffset:60}
  to{stroke-dashoffset:0}
}

.check-path{
  stroke-dasharray:60;
  stroke-dashoffset:60;
  animation:checkDraw .75s 1s cubic-bezier(.22,1,.36,1) forwards;
}

/* wave */

@keyframes waveAnim{
  0%,100%{
    d:path("M4 24 Q10 10 16 24 Q22 38 28 24 Q34 10 40 24 Q43 31 46 24");
  }
  50%{
    d:path("M4 24 Q10 38 16 24 Q22 10 28 24 Q34 38 40 24 Q43 17 46 24");
  }
}

.wave-path{
  animation:waveAnim 1.8s ease-in-out infinite;
}

/* gear */

@keyframes gearSpin{
  to{
    transform:rotate(360deg)
  }
}

.gear-main{
  transform-origin:50% 50%;
  transform-box:fill-box;
  animation:gearSpin 7s linear infinite;
}

/* general */

@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(14px)
  }
  to{
    opacity:1;
    transform:translateY(0)
  }
}

@keyframes tileIn{
  from{
    opacity:0;
    transform:scale(.94) translateY(8px)
  }
  to{
    opacity:1;
    transform:scale(1) translateY(0)
  }
}

/* ───────────────── RESPONSIVE ───────────────── */

@media(max-width:768px){



  /* .left-col{
    padding-right:0;
    text-align:center;
    align-items:center;
    margin-bottom:3rem;
  } */

  /* .eyebrow{
    padding-left:0;
  }

  .eyebrow::before{
    display:none;
  }

  .divider-line{
    margin-inline:auto;
  }

  .lead-para{
    padding-left:0;
    border-left:none;
    max-width:100%;
  } */

  .grid{
    max-width:100%;
  }
}

