.grad-style-cd, .pricing-block:hover .icon-container::after, .pricing-block:hover .custom-btn, .small-agency-case-study::before, .small-agency-case-study::after, .featured-item::before, .body-bg-style-2.inner-page::before, .banner::before, .banner::after, .navbar-toggler span, .icon-container.grad-style-cd-light::after {
    background-image: linear-gradient(45deg, #f1edea, #ede4e7);
    background-repeat: repeat-x;
}

section {
  background-color: #0F172A;
}
.navbar-brand {
  width: 250px;
}
.navbar {
  background-color: #081126;
}
.navbar.scrolled {
  background-color: #081126;
}
.navbar.scrolled .navbar-brand img {
  width: 250px;
}

.navbar-nav .nav-item .nav-link:not(.custom-btn):hover, .navbar-nav .nav-item .nav-link:not(.custom-btn).active {
    color: #ffffff;
}
/* ═══════════════════════════
     HERO SECTION
  ═══════════════════════════ */
  .hero-section {
    height: 100vh;
    display: flex;
  }
  .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    /* padding: 40px 80px; */
    /* background: #FFFFFF; */
    /* min-height: calc(100vh - -80px); */
    width: 100%;
    margin-top: 10%;
  }

  .badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: #eff6ff; color: #1d4ed8;
    font-size: 11px; font-weight: 700;
    padding: 5px 14px; border-radius: 999px;
    letter-spacing: .07em; text-transform: uppercase;
    margin-bottom: 20px;
  }
  .badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #2563EB; }

  h1 {
    font-size: 60px; font-weight: 800;
    color: #fff; line-height: 1.15; margin-bottom: 16px;
  }
  h1 span { color: #2563EB; }

  .sub {
    font-size: 18px; color: #64748B;
    line-height: 1.75; margin-bottom: 20px; max-width: 560px;
  }

  .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
  .tag {
    font-size: 14px; 
    color: #8898af;
    background: #122246;
    border: 1px solid #11327b;
    padding: 5px 14px; border-radius: 999px;
  }

  .benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 36px; }
  .benefit { display: flex; align-items: center; gap: 10px; font-size: 16px; color: #64748B; }
  .bcheck {
    width: 30px; height: 30px; border-radius: 50%;
    background: #c2d4ec; color: #2563EB;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; font-weight: 700; flex-shrink: 0;
  }

  .btns { display: flex; gap: 14px; align-items: center; }
  .btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: #2563EB; color: #FFFFFF;
    font-size: 15px; font-weight: 600;
    padding: 14px 30px; border-radius: 999px;
    text-decoration: none; border: none; cursor: pointer;
    transition: background .2s;
  }
  .btn-primary:hover { background: #1d4ed8; }

  .btn-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(37, 99, 235, .15);
    border: 1px solid rgba(37, 99, 235, .3);
    color: #fff;
    font-size: 15px; font-weight: 600;
    background: none; border: 1.5px solid #cbd5e1;
    padding: 14px 24px; border-radius: 999px;
    text-decoration: none; cursor: pointer;
    transition: border-color .2s;
  }
  .btn-secondary:hover {
    color: #fff;
    background-color: #122246;
    border: 1px solid #2563eb;
  }

  /* ── Right illustration ── */
  /* .right::before {
    content: '';
  position: absolute; top: -120px; right: -120px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.18), transparent 70%);
  pointer-events: none;
  } */
  .right {
    /* background: #5f708208; */
    border-radius: 24px;
    padding: 40px 28px;
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(37,99,235,.18), transparent 70%);
  }

  .phone {
    width: 250px; height: 500px; background: #0F172A;
    border-radius: 30px; border: 4px solid #1e293b;
    padding: 12px 10px; position: relative; z-index: 2;
  }
  .phone-notch { width: 44px; height: 9px; background: #020617; border-radius: 999px; margin: 0 auto 12px; }
  .phone-screen { background: #1e293b; border-radius: 14px; overflow: hidden; padding: 9px; }

  .tg-header {
    background: #2563EB; border-radius: 10px 10px 0 0;
    padding: 7px 9px; display: flex; align-items: center; gap: 6px;
    margin: -9px -9px 7px;
  }
  .tg-av { width: 24px; height: 24px; border-radius: 50%; background: #1d4ed8; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #fff; }
  .tg-name { font-size: 11px; font-weight: 600; color: #fff; }
  .tg-sub { font-size: 8px; color: rgba(255,255,255,.7); }

  .msg { background: #0F172A; border-radius: 7px; padding: 6px 8px; margin-bottom: 5px; }
  .msg-text { font-size: 9px; color: #94a3b8; line-height: 1.4; }
  .msg-time { font-size: 7px; color: #475569; text-align: right; margin-top: 2px; }
  .msg-in { background: #2563EB; border-radius: 7px; padding: 6px 8px; margin-bottom: 5px; }
  .msg-in .msg-text { color: #eff6ff; }
  .phone-home { width: 34px; height: 4px; background: #334155; border-radius: 999px; margin: 10px auto 0; }

  .notif {
    position: absolute; top: 120px; right: 8px;
    background: #FFFFFF; border: 1px solid #e2e8f0;
    border-radius: 14px; padding: 12px 14px; width: 168px; z-index: 5;
  }
  .notif-row { display: flex; align-items: center; gap: 8px; }
  .notif-icon { width: 28px; height: 28px; border-radius: 8px; background: #fef3c7; color: #F59E0B; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
  .notif-title { font-size: 12px; font-weight: 600; color: #0F172A; }
  .notif-desc { font-size: 10px; color: #64748b; margin-top: 2px; }

  .stat-card {
    position: absolute; bottom: 94px; left: 7px;
    background: #0F172A; border-radius: 14px;
    padding: 14px 18px; z-index: 5; width: 148px;
  }
  .stat-label { font-size: 11px; color: #64748b; margin-bottom: 3px; }
  .stat-val { font-size: 26px; font-weight: 700; color: #FFFFFF; }
  .stat-sub { font-size: 11px; color: #F59E0B; margin-top: 4px; }

  .dash {
    position: absolute; top: 36px; left: -4px;
    background: #FFFFFF; border: 1px solid #e2e8f0;
    border-radius: 14px; padding: 12px 14px; z-index: 3; width: 150px;
  }
  .dash-title { font-size: 11px; font-weight: 600; color: #0F172A; margin-bottom: 8px; }
  .dash-bars { display: flex; align-items: flex-end; gap: 4px; height: 25px; }
  .bar { border-radius: 4px 4px 0 0; background: #bfdbfe; flex: 1; }
  .bar.hi { background: #2563EB; }
  .bar.gold { background: #F59E0B; }
  .dash-sub { font-size: 10px; color: #94a3b8; margin-top: 5px; }

  .gold-accent {
    position: absolute; bottom: 130px; left: 50%; transform: translateX(-50%);
    background: #F59E0B; color: #78350f;
    font-size: 11px; font-weight: 700;
    padding: 5px 16px; border-radius: 999px;
    white-space: nowrap; z-index: 6;
  }

  .team-pill {
    position: absolute; bottom: 78px; right: 65px;
    background: #FFFFFF; border: 1px solid #e2e8f0;
    border-radius: 999px; padding: 6px 14px 6px 6px;
    display: flex; align-items: center; gap: 7px; z-index: 4;
  }
  .avatars { display: flex; }
  .av { width: 22px; height: 22px; border-radius: 50%; border: 2px solid #fff; margin-left: -7px; font-size: 9px; font-weight: 700; display: flex; align-items: center; justify-content: center; color: #fff; }
  .av:first-child { margin-left: 0; }
  .team-text { font-size: 11px; color: #475569; font-weight: 500; }

  /* Customize travel distance per element */
.dash        { animation: floatA 4s ease-in-out infinite; }
.notif       { animation: floatB 3s ease-in-out 0.5s infinite; }
.stat-card   { animation: floatC 3.5s ease-in-out 1s infinite; }
.team-pill   { animation: floatA 5s ease-in-out 0.3s infinite; }
.gold-accent { animation: floatB 4.5s ease-in-out 0.8s infinite; }
.phone       { animation: floatC 6s ease-in-out 0.2s infinite; }

@keyframes floatA {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-10px); }
}

@keyframes floatB {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-14px); }
}

@keyframes floatC {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-7px); }
}

  /* =============== Statitics ============== */
  .trust-bar {
  padding: 50px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  /* font-size: 64px; */
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  /* margin: 15px 0; */
}

.section-header p {
  color: #64748B;
  font-size: 20px;
}

.stats-wrapper {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 30px;
  box-shadow: 0 15px 50px rgba(15, 23, 42, 0.08);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.statt-card {
  padding: 50px 35px;
  text-align: center;
  position: relative;
}

.statt-card:not(:last-child) {
  border-right: 1px solid #E2E8F0;
}

.icon-circle {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}
.icon-circle svg {
    height: 40px;
    width: 40px; 
    color: #2563EB;
}

.icon-circle.gold {
  background: rgba(245, 158, 11, 0.1);
}

.icon-circle.gold svg{
    color: #F59E0B !important;
}
.statt-card h3 {
  font-size: 35px;
  font-weight: 800;
  color: #2563EB;
  margin-bottom: 10px;
}

.gold-text {
  color: #F59E0B !important;
}

.statt-card h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}

.statt-card p {
  color: #64748B;
  line-height: 1.7;
  font-size: 16px;
}

@media (max-width: 991px) {
  .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .statt-card:nth-child(2) {
    border-right: none;
  }

  .statt-card:nth-child(-n+2) {
    border-bottom: 1px solid #E2E8F0;
  }

  .section-header h2 {
    /* font-size: 48px; */
  }
}

@media (max-width: 576px) {
  .stats-wrapper {
    grid-template-columns: 1fr;
  }

  .statt-card {
    border-right: none !important;
    border-bottom: 1px solid #E2E8F0;
  }

  .statt-card:last-child {
    border-bottom: none;
  }

  .section-header h2 {
    /* font-size: 36px; */
  }

  .statt-card h3 {
    /* font-size: 36px; */
  }

  .statt-card h4 {
    /* font-size: 22px; */
  }
}

/* =========== Service Section ============= */
.services {
    padding: 50px 0;
}
.grad-style-cd-light {
    background-image: linear-gradient(45deg, #edebff, #d3d5ff);
    background-repeat: repeat-x;
}
.icon-container.grad-style-cd-light::after {
    background-image: linear-gradient(45deg, #346fef, #6896fd);
    background-repeat: repeat-x;
}
.content-block:hover .join-team-card-icon svg{
    color: #fff;
}
.join-team-card-icon svg {
    height: 50px;
    width: 50px;
    rotate: 210deg;
    color: #2563EB;
}
.content-block::after {
    background-image: linear-gradient(100deg, #6493fc, #316cee);
}
.content-block h5 {
  color: #fff;
}
.content-block::before {
    background: #0f172a;
    border-radius: 10px;
    box-shadow: 0 10px 50px rgb(166 209 237 / 8%);
}

/* ========= Bank Slider ========= */
/* Proof Card */
.proof-card {
  flex-shrink: 0;
  width: 330px;
  background: #FFFFFF;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
}

.proof-header {
  background: #0F172A; padding: 12px 16px;
  display: flex; align-items: center; justify-content: space-between;
}
.proof-header-left { display: flex; align-items: center; gap: 8px; }
.bank-icon {
  width: 28px; height: 28px; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: #fff; flex-shrink: 0;
}
.bank-name { font-size: 12px; font-weight: 600; color: #fff; margin-bottom: -15px; }
.bank-type { font-size: 10px; color: #64748b; }
.success-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; }

.proof-body { padding: 14px 16px; }
.amount-box {
  background: #f0fdf4; border: 1px solid #bbf7d0;
  border-radius: 8px; padding: 10px 12px;
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 10px;
}
.amount-label { font-size: 10px; color: #16a34a; }
.amount-val { font-size: 18px; font-weight: 700; color: #15803d; }

.proof-row { display: flex; justify-content: space-between; margin-bottom: 8px; }
.p-label { font-size: 11px; color: #94a3b8; }
.p-val { font-size: 12px; font-weight: 500; color: #0F172A; }
.p-val.blur { filter: blur(4px); user-select: none; }

.ref-box { background: #F8FAFC; border-radius: 6px; padding: 6px 10px; margin-bottom: 12px; }
.ref-label { font-size: 10px; color: #94a3b8; margin-bottom: 2px; }
.ref-val { font-size: 11px; color: #475569; font-weight: 500; filter: blur(3px); }

.success-pill {
  display: inline-flex; align-items: center; gap: 5px;
  background: #dcfce7; color: #15803d;
  font-size: 11px; font-weight: 600;
  padding: 4px 10px; border-radius: 999px;
}
.s-dot { width: 5px; height: 5px; border-radius: 50%; background: #22c55e; }

.proof-footer {
  border-top: 1px solid #f1f5f9;
  padding: 10px 16px;
  display: flex; justify-content: space-between; align-items: center;
}
.f-date { font-size: 10px; color: #94a3b8; }
.f-badge {
  font-size: 10px; font-weight: 600;
  background: #eff6ff; color: #1d4ed8;
  padding: 2px 10px; border-radius: 999px;
}
.payment-scroll {
    background: #0f172afc;
}
.nav-tabs .nav-link.active {
    background-color: transparent;
}
.nav-tabs .nav-link::before {
    background-image: none;
}
.nav-tabs .nav-link span, .nav-tabs .nav-link:hover span, .nav-tabs .nav-link.active i, .nav-tabs .nav-link.active span, .common-list-items li i, .nav-tabs .visited .nav-link span {
    background: #fff;
    -webkit-background-clip: text;
    color: transparent;
}
/* ------------------- Process step --------------- */
.process-step svg {
    height: 50px;
    width: 50px;
    margin-bottom: 15px;
    color: #2563eb;
}

/* ── Who Can Apply — Modern Dark ── */
.wca-section {
  background: #0f172afc;
  padding: 50px 0px;
  font-family: sans-serif;
  position: relative;
  overflow: hidden;
}

/* Glow blobs */
/* .wca-section::before {
  content: '';
  position: absolute; top: -120px; right: -120px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.18), transparent 70%);
  pointer-events: none;
}
.wca-section::after {
  content: '';
  position: absolute; bottom: -100px; left: -100px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(245,158,11,.10), transparent 70%);
  pointer-events: none;
} */

/* Heading */
.wca-head { text-align: center; margin-bottom: 52px; position: relative; z-index: 1; }

.wca-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(245,158,11,.12);
  border: 1px solid rgba(245,158,11,.3);
  color: #F59E0B;
  font-size: 11px; font-weight: 700;
  padding: 4px 14px; border-radius: 999px;
  letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 14px;
}
.wca-dot { width: 5px; height: 5px; border-radius: 50%; background: #F59E0B; }

.wca-head h2 {
  font-weight: 800;
  color: #FFFFFF; line-height: 1.25;
  margin: 0 auto 10px;
}
.wca-head h2 span { color: #2563EB; }

.wca-sub { font-size: 18px; color: #64748b; max-width: 380px; margin: 0 auto; line-height: 1.7; }

/* Cards */
.wca-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  /* max-width: 860px; */
  margin: 0 auto 36px;
  position: relative; z-index: 1;
}

.wca-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
  position: relative; overflow: hidden;
  transition: background .25s, border-color .25s, transform .25s;
  cursor: default;
}
.wca-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(37,99,235,.08), transparent);
  opacity: 0; transition: opacity .25s; border-radius: 16px;
}
.wca-card:hover { background: rgba(255,255,255,.07); border-color: rgba(37,99,235,.5); transform: translateY(-5px); }
.wca-card:hover::before { opacity: 1; }

.wca-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(37,99,235,.15);
  border: 1px solid rgba(37,99,235,.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin: 0 auto 14px;
  transition: background .25s, border-color .25s;
}
.wca-icon svg {
    color: #fff;
}
.wca-card:hover .wca-icon { background: #2563EB; border-color: #2563EB; }

.wca-name { font-size: 24px; font-weight: 700; color: #e2e8f0; margin-bottom: 6px; }
.wca-desc { font-size: 18px;
    color: #8c95a2; line-height: 1.55; }

/* Dark banner */
.wca-banner {
  max-width: 860px; margin: 0 auto 24px;
  background: linear-gradient(135deg, #1e293b, #162032);
  border: 1px solid rgba(245,158,11,.25);
  border-radius: 16px; padding: 22px 28px;
  display: flex; align-items: center; gap: 16px;
  position: relative; z-index: 1; overflow: hidden;
}
.wca-banner::after {
  content: ''; position: absolute; top: -30px; right: -30px;
  width: 120px; height: 120px; border-radius: 50%;
  background: rgba(245,158,11,.06); pointer-events: none;
}
.wca-banner-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, #F59E0B, #d97706);
  display: flex; align-items: center; justify-content: center;
  color: #78350f; font-size: 22px; flex-shrink: 0;
}
.wca-banner-text strong { display: block; font-size: 15px; font-weight: 700; color: #FFFFFF; margin-bottom: 4px; }
.wca-banner-text p { font-size: 13px; color: #64748b; line-height: 1.6; }

/* Requirements */
.wca-reqs {
  max-width: 860px; margin: 0 auto 40px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  position: relative; z-index: 1;
}
.wca-req {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px; padding: 13px 16px;
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 600; color: #94a3b8;
}
.req-check {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(37,99,235,.2);
  border: 1px solid rgba(37,99,235,.4);
  color: #60a5fa;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; flex-shrink: 0;
}

/* CTA */
.wca-cta { text-align: center; position: relative; z-index: 1; }
.wca-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #2563EB, #1d4ed8);
  color: #FFFFFF; font-size: 15px; font-weight: 600;
  padding: 14px 36px; border-radius: 999px;
  text-decoration: none; border: none; cursor: pointer;
  box-shadow: 0 4px 20px rgba(37,99,235,.35);
  transition: opacity .2s;
}
.wca-btn:hover { opacity: .9; }
.wca-btn-sub { font-size: 12px; color: #475569; margin-top: 10px; }

/* Responsive */
@media (max-width: 768px) {
  .wca-section { padding: 48px 20px; }
  .wca-grid { grid-template-columns: repeat(2, 1fr); }
  .wca-reqs { grid-template-columns: 1fr; }
  .wca-head h2 { font-size: 26px; }
  .wca-banner { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .wca-grid { grid-template-columns: 1fr; }
  .wca-head h2 { font-size: 22px; }
}

/* ------- Eligibility --------- */
.el-list { display: grid;
    grid-template-columns: repeat(2, 1fr); gap: 10px; }

.el-item {
  display: flex;
    align-items: center;
    gap: 14px;
    background: #0F172A;
    border: 1px solid rgb(53 111 239);
    border-radius: 12px;
    padding: 10px 14px;
    transition: background .2s, border-color .2s;
    cursor: default;
}
/* .el-item:hover { background: rgba(37,99,235,.08); border-color: rgba(37,99,235,.3); } */

.el-check {
  width: 40px; height: 40px; border-radius: 9px;
  background: rgba(37,99,235,.15);
  border: 1px solid rgba(37,99,235,.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; flex-shrink: 0;
  transition: background .2s;
}
.el-check svg {
    color: #fff;
}
.el-item:hover .el-check { background: #2563EB; border-color: #2563EB; }

.el-item-title { font-size: 20px; font-weight: 600; color: #e2e8f0; }
.el-item-sub { font-size: 14px; color: #8594a8; margin-top: -5px; }

.desc-box {
  padding: 15px;
}
.desc-box h4 {
  text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 0px;
}
.desc-box p {
  margin-bottom: 10px;
    text-align: right;
    font-size: 14px;
}

.latest-news {
  background: #0f172afc;
}

/* --------- CTA Section -------- */
.final-cta {
  position: relative;
  overflow: hidden;
  background: #0F172A;
  padding: 80px 48px;
  font-family: sans-serif;
  text-align: center;
}

.blob1 {
  position: absolute; top: -80px; left: -80px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.35), transparent 70%);
  pointer-events: none;
}
.blob2 {
  position: absolute; bottom: -60px; right: -60px;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(245,158,11,.2), transparent 70%);
  pointer-events: none;
}
.grid-lines {
  position: absolute; inset: 0; opacity: .04; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px);
  background-size: 40px 40px;
}

.cta-inner {
  position: relative; z-index: 1;
  max-width: 560px; margin: 0 auto;
}

h2 {
  font-weight: 800;
  color: #FFFFFF; line-height: 1.25; margin-bottom: 16px;
}
h2 span { color: #2563EB; }

.cta-desc {
  font-size: 18px; color: #64748b;
  line-height: 1.75; margin-bottom: 36px;
}

.cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #2563EB; color: #FFFFFF;
  font-size: 15px; font-weight: 600;
  padding: 14px 36px; border-radius: 999px;
  text-decoration: none; border: none; cursor: pointer;
  box-shadow: 0 4px 24px rgba(37,99,235,.4);
  transition: opacity .2s;
}
.cta-btn:hover { opacity: .88; color: #fff; }

@media (max-width: 600px) {
  .final-cta { padding: 56px 24px; }
  h2 { font-size: 26px; }
}

/* ── Section 11: FAQ ── */
.faq-section {
  background: #0F172A;
  padding: 50px 0px;
  font-family: sans-serif;
  position: relative;
  overflow: hidden;
}

/* .faq-section::before {
  content: '';
  position: absolute; top: -100px; right: -100px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.12), transparent 70%);
  pointer-events: none;
} */

.faq-inner {
  margin: 0 auto;
  position: relative; z-index: 1;
}

.faq-head { text-align: center; margin-bottom: 40px; }

.faq-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(37,99,235,.12);
  border: 1px solid rgba(37,99,235,.3);
  color: #60a5fa; font-size: 10px; font-weight: 700;
  padding: 4px 12px; border-radius: 999px;
  letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 14px;
}
.faq-dot { width: 5px; height: 5px; border-radius: 50%; background: #2563EB; }
.faq-head h2 { font-weight: 800; color: #FFFFFF; }

.faq-list { display: flex; flex-direction: column; gap: 10px; width: 900px;
    margin: auto; }

.faq-item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .2s;
}
.faq-item.open { border-color: rgba(37,99,235,.4); }

.faq-q {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 18px 22px; cursor: pointer; gap: 12px;
}
.faq-q-text { font-size: 20px; font-weight: 600; color: #e2e8f0; }

.faq-icon {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 18px; color: #94a3b8;
  transition: background .2s, transform .3s, color .2s;
}
.faq-item.open .faq-icon {
  background: #2563EB; border-color: #2563EB;
  color: #FFFFFF; transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.faq-item.open .faq-a { max-height: 200px; }

.faq-a-inner {
  padding: 0 22px 18px;
  font-size: 16px; color: #64748b; line-height: 1.75;
  border-top: 1px solid rgba(255,255,255,.06);
}

@media (max-width: 600px) {
  .faq-section { padding: 48px 20px; }
  .faq-head h2 { font-size: 22px; }
  .faq-q-text { font-size: 13px; }
}

/* ---------- Footer ---------- */
.small-agency-footer .footer-nav-wrapper {
    position: relative;
    padding: 8.9rem 0 7.8rem;
    background-color: #081126cf;
}
.small-agency-footer .footer-bottom {
    background-color: #081126;
    padding: 30px 0;
}
.footer-logo img {
    /* max-width: 15rem; */
    width: 240px;
}
.small-agency-footer .footer-nav-wrapper .footer-menu li a:hover {
    color: #fdfcfc;
}
.small-agency-footer .footer-bottom p a:hover {
    color: #fdfcfc;
}

  /* ========= modal ======== */
  .modal-open {
    padding-right: 0px !important;
  }
  .modal {
    z-index: 99999999;
    background: #18204e73;
    padding: 60px 15px !important;
  }
  .modal-dialog {
    width: 100%;
    max-width: 800px;
  }
  .modal-header .btn-close {
    background-color: #1252fa;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    padding: 8px;
  }
  .modal .modal-content {
    padding: 30px;
    background-color: #1e293b;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    font-size: 20px;
  }
  .formbox {
    background-color: #020617;
    border: 1px solid #1c2340;
    padding: 15px;
    border-radius: 10px;
  }
  .sm-heading {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .sm-heading h5 {
    font-size: 16px;
    color: #3f51b5;
  }
  .sm-heading span {
    height: 1px;
    width: 300px;
    background-color: #3f51b5;
  }
  .field { margin-bottom: 5px; }
  .field label { display: block; font-size: 16px; font-weight: 600; color: #94a3b8; margin-bottom: 6px; }

  .field input,
  .field select {
    width: 100%;
    background: #0F172A;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    padding: 5px 14px;
    font-size: 14px; color: #e2e8f0;
    outline: none;
    transition: border-color .2s;
    font-family: sans-serif;
  }
  .field select {
    cursor: pointer;
    padding: 11px 14px;
}
  .field input::placeholder { color: #334155; }
  .field input:focus,
  .field select:focus { border-color: #2563EB; }
  .field select { cursor: pointer; }
  .field select option { background: #1e293b; color: #e2e8f0; }

  .main-btn button {
    margin-top: 15px;
    background-color: #3f51b5;
    color: #fff;
    font-size: 16px;
    padding: 5px 14px;
    border-radius: 7px;
    float: right;
  }
  /* ========= Buttons ======== */
  .head-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(245, 158, 11, .12);
    border: 1px solid rgba(245, 158, 11, .3);
    color: #F59E0B;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 999px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .head-badge .wca-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F59E0B;
  }
  .hl {
    color: #2563eb;
  }
  .nav-btn {
    background-image: linear-gradient(45deg, #719dff, #2563eb);
  }
  .btn-secondary:hover {
    color: #fff;
    background-color: #0F172A;
}
.next-btn {
  border: 1px solid #2563eb;
}

/* ====== Responssiveness ===== */
@media screen and (max-width: 1024px){
  /* ------- Navbar ---- */
  .navbar {
        padding: 0.5rem 1.5rem;
  }
  .navbar-brand, .navbar.scrolled .navbar-brand img {
    width: 200px;
  }

  /* ------- Hero ------ */
  .hero {
    margin-top: 7%;
  }
  .wca-eyebrow {
    font-size: 8px;
    padding: 2px 10px;
  }
  h1 {
    font-size: 45px;
  }
  .sub {
    font-size: 16px;
  }
  .tag {
    font-size: 12px;
    padding: 2px 10px;
  }
  .benefit {
    font-size: 14px;
  }
  .bcheck {
    width: 25px;
    height: 26px;
    font-size: 14px;
  }
  .btn-primary {
    font-size: 14px;
    padding: 8px 25px;
  }
  .btn-secondary {
    font-size: 14px;
    padding: 8px 25px;
  }
  /* ------- Trust Bar -------- */
  h2 {
    font-size: 35px;
  }
  p {
    font-size: 14px;
  }
  .section-header { 
    margin-bottom: 40px;
  }
  .section-header p {
    font-size: 14px;
  }
  .icon-circle {
    width: 60px;
    height: 60px;
  }
  .icon-circle svg {
    height: 30px;
    width: 30px;
  }
  .statt-card h3 {
    font-size: 30px;
  }
  .statt-card h4 {
    font-size: 18px;
  }
  .statt-card p {
    font-size: 14px;
  }
  /* ------- Join Our Team -------- */
  .content-block h5 {
    color: #fff;
    font-size: 18px;
  }
  .content-block p {
    font-size: 14px !important;
  }
  /* ------- Payment Scroll -------- */
  .news-slider .item {
    width: 360px !important;
  }
  /* ------- Process -------- */
  .service-process-tab, .location-process-tab {
    padding-top: 0rem;
  }
  .nav-tabs .nav-link {
    padding: 1rem 2rem;
  }
  .process-step svg {
    height: 40px;
    width: 40px;
  }
  .nav-tabs .nav-link span, .nav-tabs .nav-link:hover span, .nav-tabs .nav-link.active i, .nav-tabs .nav-link.active span, .common-list-items li i, .nav-tabs .visited .nav-link span {
    font-size: 16px;
  }
  /* -------- Join Our Team -------- */
  .wca-sub {
    font-size: 14px;
  }
  .wca-name {
    font-size: 18px;
  }
  .wca-desc {
    font-size: 14px;
  }
  .wca-banner-text strong {
    font-size: 14px;
  }
  /* -------- Eligibility --------- */
  .el-item-title {
    font-size: 18px;
  }
  /* --------- Faq ---------- */
  .faq-q-text {
    font-size: 18px;
  }
  .faq-a-inner {
    font-size: 14px;
  }
  /* -------- Footer --------- */
  .small-agency-footer .footer-nav-wrapper h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px){
  h2 {
    font-size: 26px;
  }
  .navbar-nav {
    padding: 30px 15px;
    background-color: #142140;
  }
  .navbar-nav .nav-item .nav-link:not(.custom-btn) {
    padding: 8px 0;
  }
  /* -------- Hero --------- */
  .hero-section {
    height: auto;
  }
  .hero {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 15%;
  }
  .hero .left {
    text-align: center;
  }
  .sub {
    font-size: 16px;
    margin: auto;
  }
  .tags {
    justify-content: center;
    margin-top: 20px;
  }
  .benefits {
    grid-template-columns: repeat(4, 1fr);
  }
  .btns {
    justify-content: center;
  }
  .phone {
    width: 300px;
    height: 530px;
  }
  .dash {
    left: 40px;
  }
  .stat-card {
    left: 59px;
  }
  /* -------- Trust Bar -------- */
  .section-header h2 {
    font-size: 26px;
  }
  /* -------- Eligibility --------- */
  .about-us .col-lg-5{
    display: flex;
    justify-content: center;
  }
  /* ---------- Faq ----------- */
  .faq-list {
    width: auto;
  }
}
@media screen and (max-width: 500px){
  .hero {
    margin-top: 27%;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  br {
    display: block;
  }
  .benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .phone {
    width: 225px;
    height: 425px;
  }
  .dash {
    left: 0px;
    padding: 4px 6px;
    width: 110px;
  }
  .dash-title {
    margin-bottom: 0px;
  }
  .dash-sub {
    margin-top: 0px;
  }
  .notif {
    right: 0px;
    padding: 4px 8px;
  }
  .notif-desc {
    margin-top: -12px;
  }
  .stat-card {
    left: 0px;
    padding: 4px 8px;
    width: 100px;
  }
  .stat-label {
    margin-bottom: -3px;
  }
  .stat-sub {
    margin-top: -1px;
  }
  .team-pill {
    right: 0px;
  }
  /* -------- Payment Card --------- */
  .news-slider .item {
    width: 426px !important;
    display: flex;
    justify-content: center;
  }
  /* ------- Process ------- */
  .nav-tabs {
    flex-direction: column;
    padding: 20px;
  }
  .nav-tabs .nav-item {
    background-color: #eeeeee0f;
    width: 300px;
  }
  .nav-tabs .nav-link span, .nav-tabs .nav-link:hover span, .nav-tabs .nav-link.active i, .nav-tabs .nav-link.active span, .common-list-items li i, .nav-tabs .visited .nav-link span, .nav-tabs:not(.location-tab-nav) .nav-link span {
    font-size: 16px;
  }
  /* --------- Eligibility ----------- */
  .el-list {
    grid-template-columns: 1fr;
  }
  .btn-primary {
    display: flex;
    justify-content: center;
  }
  /* -------- Faq ---------- */
  .faq-q-text {
    font-size: 16px;
  }
  /* -------- Footer --------- */
  .footer-logo img {
    width: 160px;
  }
  .small-agency-footer .footer-nav-wrapper h5 {
    font-size: 16px;
  }
  /* ------- Modal --------- */
  .sm-heading span {
    width: 120px;
  }
}
@media screen and (max-width: 376px){
  /* --------- Payment Scroll ---------- */
  .news-slider .item {
    width: 376px !important;
    display: flex;
    justify-content: center;
  }
  /* ---------- Team Member ---------- */
  .desc-box h4 {
    font-size: 20px;
  }
  /* ------ Modal ------- */
  .modal .modal-content {
    padding: 10px;
  }
}
@media screen and (max-width: 361px){
  /* --------- Payment Scroll ---------- */
  .news-slider .item {
    width: 360px !important;
    display: flex;
    justify-content: center;
  }
}