@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Outfit:wght@100..900&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: "Outfit", sans-serif;
  background: #fff;
  color: #1a1d2e;
  overflow-x: hidden;
}

/* ── TOKENS ────────────────────────────────────────────────────────── */
:root {
  --navy:    #0d1b4b;
  --blue:    #1a3fd4;
  --blue-lt: #2952f5;
  --accent:  #ff4d6d;
  --grad:    linear-gradient(135deg, #1a3fd4 0%, #0f234e 100%);
  --grad-b:  linear-gradient(135deg, #1a3fd4 0%, #0d1b4b 100%);
  --white:   #ffffff;
  --off:     #f7f8fc;
  --slate:   #64748b;
  --border:  #e2e8f0;
  --green:   #059669;
  --shadow:  0 20px 60px rgba(13,27,75,.12);
  --shadow-sm: 0 4px 16px rgba(13,27,75,.08);
  --r:       14px;
  --r-sm:    8px;
}

:root{
  --navy:#05112A;
  --blue:#1440C4;
  --blue2:#1a4fd8;
  --green:#12B76A;
  --gold:#F59E0B;
  --red:#EF4444;
  --gray:#64748B;
  --light:#F7F9FF;
  --border:#E2E8F0;
}
a
 {
    color: #0d6efd;
    text-decoration: none;
}
/* ── NAV ───────────────────────────────────────────────────────────── */
.nav {display: flex; align-items: center; justify-content: space-between;    padding: 20px 0px;

}

.box_nav{ 
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #ffffff14;  position: relative; top: 0; left: 0; right: 0; z-index: 100;
  }
.nav-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.nav-logo-text {  sans-serif; font-weight: 800; font-size: 20px; color: var(--navy); letter-spacing: -0.5px; }
.nav-logo-text img{    filter: brightness(0) invert(1);}
.nav-logo-text span { color: var(--blue); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a {    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: color .2s;}
.nav-links a:hover { color:#2f7eed; }
.nav-cta {
  background:#1a3fd4;
  color: #fff; border: none; border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600; font-size: 14px; cursor: pointer;
  white-space: nowrap;
  /*box-shadow: 0 4px 16px rgba(255,77,109,.3);*/
  transition: transform .2s, box-shadow .2s;
  text-decoration: none; display: inline-block;
}
.nav-cta:hover { transform: translateY(-1px);   background:#0d1b4b; color:#fff }

/* ── HERO SECTION ──────────────────────────────────────────────────── */
.hero {
padding: 150px 0px 100px;
 background: #002159;
  position: relative;
  overflow: hidden;
     background-image: url(../../assets/images/testi-bg-shape.png);
    position: relative;
    background-repeat: repeat;
   padding: 185px 0px 100px;
    margin-top: -126px;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 70% 50%, rgba(26,63,212,.05) 0%, transparent 70%);
  pointer-events: none;
}

/* LEFT — copy side */
.hero-copy {
  position: relative; z-index: 2;
}
.hero-badge {
display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgb(47 126 237);
    border: 1px solid rgba(26, 63, 212, .15);
    border-radius: 100px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.hero-badge::before { content: '●'; color: var(--green); font-size: 8px; }
.hero-h1 {
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--navy);
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.hero-h1 em { font-style: normal; color: var(--blue); }
.hero-sub {
  font-size: 17px; line-height: 1.65; color:#f5f5f5;
  max-width: 90%; margin-bottom: 32px;text-align: left;
}
.hero-trust-row {
  display: flex; align-items: center; gap: 40px;
  margin-bottom: 40px; flex-wrap: wrap;
}
.hero-stat {
  display: flex; flex-direction: column;
}
.hero-stat-num {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 25px;
}
.hero-stat-label {     font-size: 14px;
    color: #dbdbdb;
    margin-top: 2px;}
.hero-divider { width: 1px; height: 36px; background: var(--border); }

/* trust pills */
.trust-pills { display: block;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 36px;
    margin-top: 50px; }


.pill  {
display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.78);
    font-size: 12.5px;
    font-weight: 500;
    padding: 6px 13px;
    border-radius: 100px;
}
.pill-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10B981;
    flex-shrink: 0;
}

.hero-cta {

    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #f7f8fd;
    color: #0B1D3A;

    font-weight: 800;
    font-size: 15px;
    padding: 15px 30px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 24px rgb(26 79 216 / 39%);
    transition: all 0.18s; margin-top: 50px;

}
.hero-nocc {
    margin-top: 13px;
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.4);
}
.hero-nocc span {
    color: rgba(255, 255, 255, 0.6);
}
.hero-cta:hover{background: #2f80ed;color:#fff}
.h-list{display:flex;flex-direction:column;gap:10px;margin-bottom:28px;}
.h-li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:rgba(255,255,255,.8);}
.h-li-check{
  width:20px;height:20px;border-radius:50%;flex-shrink:0;
  background:rgba(18,183,106,.18);border:1px solid rgba(18,183,106,.35);
  display:flex;align-items:center;justify-content:center;
}
.h-li-check svg{color:#12B76A;}
.pill p { 
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(18, 183, 106, .18);
    border: 1px solid rgba(18, 183, 106, .35);
}
.f-access {
    background: #F0FDF8;
    border: 1px solid #A7F3D0;
    border-radius: 7px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #065F46;
    text-align: center;
    margin-bottom: 9px;
}

.radhe_t{
    display: inline-block;
    font-size: 11px !important;
    color: #35404E;
    font-weight: 500;
}

.fc-head {
    background: #05112a;
    padding: 15px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 25px;
}
form{padding: 0px 30px;}
.fc-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(18, 183, 106, .15);
    border: 1px solid rgba(18, 183, 106, .3);
    border-radius: 100px;
    padding: 4px 11px;
    font-size: 10px;
    font-weight: 700;
    color: #12B76A;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.fc-head-r {
    font-size: 11px;
    color: rgba(255, 255, 255, .3);
}
/* RIGHT — form side */
.hero-form-wrap {
  background: var(--white);
  position: relative; z-index: 2;
  
}
.form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px 36px 32px;
  box-shadow: var(--shadow);
  width: 100%; max-width: 420px;
  position: relative;
}
.form-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--grad); border-radius: 20px 20px 0 0;
}
.form-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 8px;
}
.form-title {
  font-family: 'Outfit', sans-serif; font-size: 22px;
  font-weight: 700; color: var(--navy); margin-bottom: 4px;
}
.form-sub { font-size: 13px; color: var(--slate); margin-bottom: 24px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { margin-bottom: 14px; }
.form-group.full { grid-column: 1/-1; }
.form-group label {
  display: block; font-size: 12px; font-weight: 600;
  color: var(--navy); margin-bottom: 6px;
}
.form-group input, .form-group select {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--border); border-radius: var(--r-sm);
  font-family: 'Outfit', sans-serif; font-size: 14px;
  color: var(--navy); background: var(--off);
  transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none; appearance: none;
  outline: none;
}
.form-group input:focus, .form-group select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(26,63,212,.1);
  background: var(--white);
}
.form-group input::placeholder { color: #aab4c4; }

.btn-primary {
  width: 100%; padding: 15px;
  background: var(--grad); color: #fff; border: none;
  border-radius: var(--r-sm); font-family: 'Outfit', sans-serif;
  font-size: 16px; font-weight: 700; cursor: pointer;
  margin-top: 4px; margin-bottom: 12px;
  
  transition: transform .2s, box-shadow .2s;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255,77,109,.45); }
.btn-primary svg { width: 18px; height: 18px; }

.btn-wa {
  width: 100%; padding: 13px;
  background: #fff; color: #25D366; border: 1.5px solid #25D366;
  border-radius: var(--r-sm); font-family: 'Outfit', sans-serif;
  font-size: 14px; font-weight: 600; cursor: pointer;
  transition: background .2s; text-decoration: none;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.btn-wa:hover { background: #f0fdf4; }
.btn-wa svg { width: 18px; height: 18px; }

.form-privacy {
  text-align: center; font-size: 11px; color: #aab4c4;
  margin-top: 14px; line-height: 1.5;
}

/* ── TRUST BAR ─────────────────────────────────────────────────────── */
.trust-bar {
 
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
.trust-bar-item:hover{    transform: translateY(-3px);}
.trust_bar_m{ background: #f8fafc;padding: 20px 0px; }
.trust-bar-item {
display: block;
    /* background: #fff; */
    /* border: 1px solid var(--border); */
    border-radius: 0px;
    padding: 25px 0px;
    transition: transform .25s;
    text-align: center;
}
.trust-bar-item h3{
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;    margin-bottom: 5px;color: #002057;
}

.trust-bar-item p{
    font-size: 14px;
    font-weight: 400;margin: 0px;
    color: #898989;
}
.trust-bar-item svg { color: #60a5fa; width: 20px; height: 20px; flex-shrink: 0; }
.trust-bar-item strong {
    font-size: 16px;
    font-weight: 700;
    color: #0F172A;
}

.trust-bar-item span {
    font-size: 12px;
}


.trust-strip {
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    border-top: 1px solid #f1f5f9;
    padding: 18px 48px;
}
.trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 500;
    color: #475569;
}
.trust-tick {
    color: #10B981;
    font-weight: 700;
    font-size: 14px;
}
/* ── SOCIAL PROOF / LOGOS ──────────────────────────────────────────── */
.logos-section {
  background: var(--off);
  padding: 48px 72px;
  text-align: center;
}
.logos-label {
  font-size: 13px; font-weight: 600; color: var(--slate);
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: 28px;
}
.logos-row {
  display: flex; align-items: center; justify-content: center;
  gap: 40px; flex-wrap: wrap;
}
.logo-chip {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 10px; padding: 12px 24px;
  font-family: 'Outfit', sans-serif; font-size: 14px;
  font-weight: 700; color: #94a3b8; letter-spacing: -.3px;
}

/* ── FEATURES SECTION ──────────────────────────────────────────────── */
.features-section {
  padding: 100px 0px;
  background: #fff;
}

.sec-sub {
    font-size: 16px;
    color: #475569;
    max-width: 560px;
    line-height: 1.75;
    margin-bottom: 48px;
    text-align: center;
    margin: auto;

}

.wa {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 9px;
    background: #25D366;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    padding: 13px 20px;
    border-radius: 100px;
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.5);
    transition: all 0.18s;
    animation: waPulse 2.5s ease-in-out 3s infinite;
}
.section-label {
  font-size: 12px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--blue); margin-bottom: 12px;text-align: center;
}
.section-title {
  font-family: 'Outfit', sans-serif; font-size: clamp(28px,3vw,40px);text-align: center;
  font-weight: 800; color: var(--navy); 
  margin-bottom: 16px; line-height: 1.15;
}
.section-sub {
    font-size: 17px;
    color: var(--slate);
    line-height: 1.6;
    max-width: 80%;
    margin-bottom: 56px;
}
.features-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.feat-card {
    background: #ffffff;
    border: 1px solid #3f56db40;
    border-radius: var(--r);
    padding: 28px 24px;
    transition: transform .25s, box-shadow .25s, border-color .25s;
    position: relative;
    overflow: hidden;
}
.feat-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: var(--grad); opacity: 0;
  transition: opacity .25s;
}
.feat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.feat-card:hover::before { opacity: 1; }
.feat-icon {

  margin-bottom: 16px;
}
.prob-bridge {
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    color: #1A56DB;
    padding: 16px 0 0;
}

.features_section_md{background: #f8fafc;}
.feat-icon svg { width: 24px; height: 24px; color: var(--blue); }
.feat-title {
  font-family: 'Outfit', sans-serif; font-size: 17px;
  font-weight: 700; color: var(--navy); margin-bottom: 8px;
}
.feat-desc { font-size: 14px; color: var(--slate); line-height: 1.6; }

/* ── HOW IT WORKS ──────────────────────────────────────────────────── */
.hiw-section {
  padding: 96px 0px;
  background: linear-gradient(180deg, #f0f4ff 0%, #f7f8fc 100%);
}
.hiw-steps {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 0; margin-top: 56px; position: relative;
}
.hiw-steps::before {
  content: '';
  position: absolute; top: 32px; left: 12.5%; right: 12.5%;
  height: 2px; background: var(--border); z-index: 0;
}
.hiw-step { text-align: center; position: relative; z-index: 1; padding: 0 16px; }
.hiw-num {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--navy); color: #fff;
  font-family: 'Outfit', sans-serif; font-size: 22px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; border: 4px solid var(--off);
  box-shadow: 0 0 0 2px var(--navy);
}
.hiw-step-title {
  font-family: 'Outfit', sans-serif; font-size: 16px;
  font-weight: 700; color: var(--navy); margin-bottom: 8px;
}
.hiw-step-desc { font-size: 14px; color: var(--slate); line-height: 1.6; }

/* ── TESTIMONIALS ──────────────────────────────────────────────────── */
.testimonials-section {
  padding: 96px 72px;
  background: var(--white);
}
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 24px; margin-top: 56px;
}
.testi-card {
  background: var(--off); border: 1px solid var(--border);
  border-radius: var(--r); padding: 28px 24px;
}
.testi-stars { color: #f59e0b; font-size: 16px; margin-bottom: 14px; }
.testi-quote {
  font-size: 15px; line-height: 1.7; color: #374151;
  margin-bottom: 20px; font-style: italic;
}
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--grad); display: flex; align-items: center;
  justify-content: center; font-family: 'Outfit', sans-serif;
  font-weight: 700; font-size: 16px; color: #fff; flex-shrink: 0;
}
.testi-name {
  font-family: 'Outfit', sans-serif; font-size: 14px;
  font-weight: 700; color: var(--navy);
}
.testi-role { font-size: 12px; color: var(--slate); margin-top: 2px; }

/* ── COMPARISON ────────────────────────────────────────────────────── */
.comparison-section {
  padding: 100px 0px 100px;
  background: #0B1D3A;
    position: relative;
    overflow: hidden;
    background-image: url(../../assets/images/clinet/contact-shape.png);
    position: relative;
    background-repeat: repeat;
    padding: 100px 0px 100px;
}
.comparison-section .section-title{color: #fff;}
.comparison-section .sec-sub{color: #fff;}
.ps-day {
    display: inline-block;
    background: #EFF6FF;
    color: var(--blue2);
    border: 1px solid #BFDBFE;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 9px;
    margin-bottom: 8px;
}
.compare-table {
  width: 100%; border-collapse: collapse;
  margin-top: 56px; border-radius: var(--r);
  overflow: hidden; box-shadow: var(--shadow-sm);
}
.compare-table th {
  padding: 20px 24px; text-align: center;
  font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 700;
}
.compare-table th:first-child { text-align: left;     background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.6); }
.compare-table th.dataoxy-col {
    background: #1A56DB;
    color: #fff;
}
.compare-table th.other-col { background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.6);}
.compare-table td {
  padding: 16px 24px; font-size: 14px;    border-bottom: 1px solid rgba(255, 255, 255, 0.06);;
  background: rgba(255, 255, 255, 0.02); text-align: center; color: var(--slate);
}
.compare-table td:first-child { text-align: left; color: #fff; font-weight: 500; }
.compare-table td.dataoxy-col {background: rgba(26, 86, 219, 0.22); color: var(--navy); font-weight: 600; text-align: center; }
.tick { color: var(--green); font-size: 18px;    }
.dataoxy-col .tick { color:#fff; font-size: 18px;  }
.cross { color: #e2e8f0; font-size: 18px; }
.tick_d{    color: rgba(255, 255, 255, 0.68);}
.tick_c{
    color: #F59E0B;
}
.dataoxy-col .tick img{margin-right: 5px;}

/* ── MODULES SECTION ───────────────────────────────────────────────── */
.modules-section {
  padding: 80px 0px;
  background: #F7F9FF;
}
.modules-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 20px; margin-top: 56px;
}
.module-card {
      background: #fff;
    border: 1px solid var(--border);    border-radius: 12px;
  padding: 50px 30px; color: #fff; position: relative; overflow: hidden;text-align: center;
  transition: transform .25s;
}

.module-card.hot::after {
    content: 'POPULAR';
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--gold);
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .06em;
    padding: 2px 6px;
    border-radius: 100px;
}

.module-card.new::after {
    content: 'NEW';
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--green);
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 100px;
}
.module-card:hover {     border-color: var(--blue2);
    box-shadow: 0 6px 20px rgba(26, 79, 216, .1);
    transform: translateY(-3px); }




.built-sec{background:#F7F9FF;}
.built-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start; margin-top:100px;}
.built-left h2{font-size:40px;font-weight:800;color:#0F172A;margin-bottom:8px;line-height:1.15;}
.built-left p{font-size:14px;line-height:1.72;color:var(--gray);margin-bottom:20px;}
.built-checks{display:flex;flex-direction:column;gap:10px;}
.bc{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#374151;}
.bc-ic{width:20px;height:20px;border-radius:50%;background:rgba(18,183,106,.14);border:1px solid rgba(18,183,106,.3);flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px;}
.bc-ic svg{color:#12B76A;}
.built-right{display:flex;flex-direction:column;gap:10px;}
.br-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:14px 16px;display:flex;align-items:center;gap:12px;transition:all .2s;}
.br-card:hover{border-color:#BFDBFE;transform:translateX(4px);}
.br-icon{font-size:22px;flex-shrink:0;}
.br-title{font-size:14px;font-weight:700;color:#0F172A;}
.br-icon img{width:40px;}
.br-sub{font-size:12px;color:var(--gray);margin-top:2px;}
.module-card::before {
  content: ''; position: absolute;
  top: -40px; right: -40px;
  width: 100px; height: 100px; border-radius: 50%;
  background: rgba(255,255,255,.04);
}
.module-icon {
  font-size: 28px; margin-bottom: 14px; display: block; 
}
.module-name {
  font-family: 'Outfit', sans-serif; font-size: 18px;
  font-weight: 700; margin-bottom: 8px;    color: #0f234e;
}
.module-desc { font-size: 15px;     color: rgb(131 131 131); line-height: 1.6; }

/* ── CTA BAND ──────────────────────────────────────────────────────── */
.cta-band {
  background: var(--grad-b);
  padding: 80px 72px;
  text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(255,77,109,.15) 0%, transparent 70%);
}
.cta-band-title {
  font-family: 'Outfit', sans-serif; font-size: clamp(28px,3.5vw,48px);
  font-weight: 800; color: #fff; 
  margin-bottom: 16px; position: relative;
}
.cta-band-sub {
  font-size: 18px; color: rgba(255,255,255,.7);
  margin-bottom: 40px; position: relative;
}
.cta-band-btns {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap; position: relative;
}
.cta-band-btns .btn-primary {
  width: auto; padding: 16px 36px; font-size: 17px;
 background: #fff; color: #1a3fd4;
}
.btn-outline-white {
  padding: 15px 32px; background: transparent;
  border: 2px solid rgba(255,255,255,.4); border-radius: var(--r-sm);
  color: #fff; font-family: 'Outfit', sans-serif;
  font-size: 16px; font-weight: 600; cursor: pointer;
  transition: border-color .2s, background .2s; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-outline-white:hover { border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.08); }

/* ── FAQ ───────────────────────────────────────────────────────────── */
.faq-section {
  padding: 96px 72px;
  background: var(--off);
}
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 56px; }
.faq-item {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r); padding: 24px;
}
.faq-q {
  font-family: 'Outfit', sans-serif; font-size: 15px;
  font-weight: 700; color: var(--navy); margin-bottom: 10px;
  display: flex; align-items: flex-start; gap: 10px;
}
.faq-q::before { content: 'Q'; color: var(--blue); flex-shrink: 0; }
.faq-a { font-size: 14px; color: var(--slate); line-height: 1.7; }

/* ── FOOTER ────────────────────────────────────────────────────────── */
/*footer {
  background: var(--navy);
  padding: 48px 72px 32px;
}
.footer-top {
  display: flex; justify-content: space-between;
  align-items: flex-start; gap: 48px;
  padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand-text {
  font-family: 'Outfit', sans-serif; font-size: 22px;
  font-weight: 800; color: #fff; margin-bottom: 12px;
}
.footer-brand-sub { font-size: 14px; color: rgba(255,255,255,.5); max-width: 280px; line-height: 1.6; }
.footer-contact { margin-top: 20px; }
.footer-contact a {
  display: block; font-size: 14px; color: rgba(255,255,255,.7);
  text-decoration: none; margin-bottom: 6px;
}
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px; flex-wrap: wrap; gap: 12px;
}
.footer-copy { font-size: 13px; color: rgba(255,255,255,.4); }*/


cta-footer-section{
  background:#0f2b57;
  color:#fff;
  padding:100px 0 0;
}

.cta-contact a{color: inherit;
    outline: none;
    border: none;
    background: transparent;}


.cta-footer-section {
    padding: 100px 0px 0px;
    text-align: center;
    background-image: url(../../assets/images/bg_f.jpg);
    position: relative;
    background-repeat: repeat;
}


.cta-title{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 35px;
    color: #fff;
}

.cta-sub{
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 20px;
}

.cta-btns .btn-demo:hover{background: #0D94FB}

.cta-contact span{
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
}
.cta-contact span img{padding-right: 10px;    width: 20%;}
.cta-btns{
  display:flex;
  justify-content:center;
  gap:15px;
  flex-wrap:wrap;
  margin-bottom:50px;margin-top: 50px;
}

.btn-demo{
  background:#fff;
  color:#000;
  border-radius:8px;
  padding:10px 20px;
}

.btn-whatsapp{
  background:#25D366;
  color:#fff;
  border-radius:8px;
  padding:10px 20px;
}

.cta-contact{
  display:flex;
  justify-content:center;
  gap:50px;
  flex-wrap:wrap;
  margin-bottom:80px;
  color:#e2e8f0;
}


.cta-divider{
  border-color:rgba(255,255,255,0.2);
  margin:30px 0;
}

.cta-logos{
    font-size: 14px;
    color: #fff;
}
.cta-logos img{
  height:50px;
  margin-right:15px;
  background:#fff;
  padding:8px;
  border-radius:10px;
}


.cta-links a{
  color:#e2e8f0;
  margin-left:20px;
  text-decoration:none;
}

.cta-links a:hover{
  color:#fff;
}


.cta-bottom{
  background:#1e88e5;
  text-align:center;
  padding:12px;
  font-size:14px;margin-top: 25px;
}


@media(max-width:768px){
  .cta-contact{
    flex-direction:column;
    gap:10px;
  }
}


/* ── STICKY MOBILE BAR ─────────────────────────────────────────────── */
.sticky-mobile-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: #fff; border-top: 1px solid var(--border);
  padding: 12px 16px;
  box-shadow: 0 -8px 32px rgba(0,0,0,.1);
  gap: 10px;
}
.sticky-mobile-bar .btn-primary { margin: 0; flex: 1; font-size: 15px; padding: 13px 16px; }
.sticky-mobile-bar .btn-wa { flex: 1; font-size: 14px; padding: 12px 16px; }

/* ══════════════════════════════════════════════════════════════════
   MOBILE STYLES
═══════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Nav */
  .nav { padding: 0 16px; }


  /* Hero — COPY FIRST, FORM SECOND */
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 64px;
  }
  .hero-copy {
    order: 1; /* ← hero text shows FIRST */
    padding: 36px 20px 28px;
    text-align: center;
  }
  .hero-h1 { font-size: 32px; letter-spacing: -1px; }
  .hero-badge { margin: 0 auto 20px; }
  .hero-sub { font-size: 15px; max-width: 100%; margin-bottom: 24px; }
  .hero-trust-row { justify-content: center; }
  .trust-pills { justify-content: center; }
  .hero-form-wrap {
    order: 2; /* ← form shows SECOND */
    padding: 0 16px 40px;
  }
  .form-card { padding: 28px 20px 24px; border-radius: 16px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-title { font-size: 19px; }

  /* Trust bar */
  .trust-bar { padding: 0px 0px; flex-direction: column; gap: 16px; align-items: flex-start; }

  /* Logos */
  .logos-section { padding: 40px 20px; }
  .logos-row { gap: 12px; }
  .logo-chip { padding: 10px 16px; font-size: 13px; }

  /* Features */
  .features-section { padding: 64px 20px; }
  .features-grid {     grid-template-columns: repeat(2, 1fr); gap: 16px; }
  

  /* How it works */
  .hiw-section { padding: 64px 20px; }
  .hiw-steps { grid-template-columns: 1fr; gap: 32px; }
  .hiw-steps::before { display: none; }

  /* Testimonials */
  .testimonials-section { padding: 64px 20px; }
  .testimonials-grid { grid-template-columns: 1fr; gap: 16px; }

  /* Comparison */
  .comparison-section { padding: 64px 20px; overflow-x: auto; }
  .compare-table { min-width: 600px; }

  /* Modules */
  .modules-section { padding: 64px 20px; }
  .modules-grid { grid-template-columns: 1fr 1fr; gap: 14px; }

  /* CTA band */
  .cta-band { padding: 64px 20px; }
  .cta-band-btns { flex-direction: column; width: 100%; }
  .cta-band-btns .btn-primary { width: 100%; }
  .btn-outline-white { width: 100%; justify-content: center; }

  /* FAQ */
  .faq-section { padding: 64px 20px; }
  .faq-grid { grid-template-columns: 1fr; }

  /* Footer */
  footer { padding: 48px 20px 100px; } /* bottom pad for sticky bar */
  .footer-top { flex-direction: column; }
  .footer-bottom { flex-direction: column; text-align: center; }

  /* Show sticky mobile bar */
  .sticky-mobile-bar { display: flex; }

  /* Section padding */
  .section-title { font-size: 26px; }
  .section-sub { font-size: 15px; }
}

/* ── ANIMATIONS ────────────────────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity:0; transform: translateY(24px); }
  to   { opacity:1; transform: translateY(0); }
}
.animate-up { animation: fadeUp .6s ease both; }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .3s; }
.delay-4 { animation-delay: .4s; }




.fixed-text {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    display: block;
}

#typing-text {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    border-right: 3px solid #2f7eed;
    padding-right: 5px;
    white-space: nowrap;
    min-height: 55px;
    animation: blink .7s infinite;
}

@keyframes blink{
    50%{
        border-color: transparent;
    }
}

/* Mobile */
@media(max-width:768px){

    #typing-text,
    .fixed-text{
        font-size: 28px;
    }

    #typing-text{
        min-height: 40px;
    }
}
 .demo-box  {
    background: #fff;
    border-radius: 20px;
    padding: 0px 0px 30px 0px;
    max-width: 700px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-right: 8px solid #2f80ed;
    border-bottom: 8px solid #2f80ed;
    text-align: left;
    margin-left: 50px;
}
    .demo-title {
          text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 15px;
    }

    .form-control, .form-select {
     border-radius: 5px;
    height: 48px;
    width: 100%;
    }

   .demo-box .btn-demo
{
    background: #162447;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 18px;    transition: all 0.3s ease-in-out; width: 100%;
}

    .btn-demo:hover {
          transform: translateY(-5px); background: #162447;color: #fff;
    }

    .btn img{margin-right: 5px}

    .btn-whatsapp {
      background: #25D355;
      color: #fff;
      border-radius: 10px;
      padding: 10px 15px;
      font-weight: 500;    transition: all 0.3s ease-in-out;
    }
    .primary-header.fixed .primary-header-inner .header-menu-wrap ul li a{color: #000;padding: 25px 0;}

.logo-dark-d{display: none;}

.primary-header.fixed .logo-dark-d{display: block;}
.primary-header.fixed .logo-dark-w{display: none;}

 .btn-whatsapp:hover{transform: translateY(-5px); background: #25D355;color: #fff;}
    .feature-box {
     border: 1px solid #0d94fb45;
    border-radius: 25px;
    padding: 8px 10px;
    display: inline-block;
    margin: 5px 0px;
    font-size: 14px;
    background: #f9fbff;
    text-align: left;
    font-weight: 400;
    }

    .feature-box img {
      margin-right: 4px;
    }

    .demo-box label{
    display: inline-block;
    font-size: 16px;
    color: #35404E;
    font-weight: 500;
}
.nice-select:after{display: none;}

 .sponsor-item {
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    text-align: center;
    padding: 15px 0px;
    height: 120px;
    line-height: 85px;
        filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
 .sponsor-item:hover{ filter: none;}

.feature-section {
  padding: 0px 0;
}

.logos-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--slate);
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 28px; text-align: center;
}

.sponsor-section{padding: 50px 0px;     background: #f8fafc;}

.hero-counter_1 {
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
    padding: 15px 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    right: 10px;
    top: -18%;
    transform: translateY(-50%);
    animation: hero-anim 2s infinite linear alternate-reverse;
}

.hero-counter_2 {
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
    padding: 15px 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    right: 30px;
    bottom: -26%;
    transform: translateY(-50%);
    animation: hero-anim 2s infinite linear alternate-reverse;
}

@keyframes hero-anim{
    0% {
        transform:translateY(0);
    }
    100% {
         transform:translateY(15px);
    }
}



.features-section-fg-h .features-grid {
    grid-template-columns: repeat(5, 1fr);
}

.features-section-fg-h .feat-card {text-align: center;}

.sb{background:#1a4fd8;padding:48px 0%;}
.sb-g{display:grid;grid-template-columns:repeat(5,1fr);}
.s-n span{
    color: #F59E0B;
    font-style: normal;
}
.s-item{text-align:center;padding:0 12px;position:relative;}
.s-item+.s-item::before{content:'';position:absolute;left:0;top:10%;height:80%;width:1px;background:rgba(255,255,255,.2);}
.s-n{font-family:var(--fh);font-size:clamp(32px,4vw,50px);font-weight:800;color:#fff;line-height:1;margin-bottom:6px;}
.s-l{font-size:13px;color:rgba(255,255,255,.62);line-height:1.4;}

.probs{background:#fff;}
.prob-row{
  display:grid;grid-template-columns:1fr 1fr;
  gap:44px;align-items:center;
  padding:48px 0;border-bottom:1px solid var(--border);
}
.prob-row:last-child{border-bottom:none;}
.prob-row.flip .p-text{order:2;}
.prob-row.flip .p-vis{order:1;}
.p-tag{display:inline-flex;align-items:center;gap:6px;background:#FEF2F2;border:1px solid #FCA5A5;border-radius:100px;padding:4px 11px;font-size:10px;font-weight:700;color:#DC2626;letter-spacing:.05em;text-transform:uppercase;margin-bottom:12px;}
.p-tag-dot{width:5px;height:5px;border-radius:50%;background:#EF4444;}
.p-text h3{font-size:22px;font-weight:800;color:#0F172A;margin-bottom:10px;line-height:1.2;}
.p-text p{font-size:14px;line-height:1.75;color:var(--gray);}
.p-vis{
  background:linear-gradient(135deg,#F7F9FF,#EFF6FF);
  border:1px solid #DBEAFE;border-radius:14px;padding:22px;
  display:flex;flex-direction:column;gap:8px;
}
.pvi{
  display:flex;align-items:center;justify-content:space-between;
  background:#fff;border:1px solid var(--border);
  border-radius:8px;padding:10px 13px;
  font-size:12px;font-weight:500;color:#374151;
  transition:all .2s;
}
.pvi.bad{opacity:.45;text-decoration:line-through;background:#FFF5F5;border-color:#FCA5A5;color:#9CA3AF;}
.pvi.good{border-color:#A7F3D0;background:#F0FDF8;color:#065F46;font-weight:600;}
.pvi-l{display:flex;align-items:center;gap:8px;}
.pvi-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;}
.dot-r{background:#EF4444;}.dot-g{background:#12B76A;}



.feat-sec{background:#fff;}
.feat-rows{display:flex;flex-direction:column;gap:0;}
.feat-row{
  display:grid;grid-template-columns:1fr 1fr;
  gap:44px;align-items:center;
  padding:44px 0;border-bottom:1px solid var(--border);
}
.feat-row:last-child{border-bottom:none;}
.feat-row.flip .f-text{order:2;}
.feat-row.flip .f-visual{order:1;}
.f-text{}
.f-icon-wrap{
  width:72px;height:72px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  font-size:24px;margin-bottom:14px;
}
.f-text h3{font-size:22px;font-weight:800;color:#0F172A;margin-bottom:9px;}
.f-text p{font-size:14px;line-height:1.75;color:var(--gray);margin-bottom:14px;}
.f-bullets{display:flex;flex-direction:column;gap:7px;}
.fb{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#374151;}
.fb-dot{width:6px;height:6px;border-radius:50%;background:#1a3fd4;flex-shrink:0;margin-top:5px;}
.f-visual{
  background:linear-gradient(135deg,#F7F9FF,#EFF6FF);
  border:1px solid #DBEAFE;border-radius:14px;padding:24px;
  display:flex;flex-direction:column;gap:10px;
}
.fv-card{
  background:#fff;border:1px solid var(--border);
  border-radius:9px;padding:12px 14px;
  display:flex;align-items:center;gap:11px;
}
.fv-card-ic{width:34px;height:34px;border-radius:9px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:15px;}
.fv-card-title{font-size:14px;font-weight:700;color:#0F172A;}
.fv-card-sub{font-size:11px;color:var(--gray);margin-top:1px;}
.fv-stat{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#F7F9FF;border-radius:8px;}
.fv-stat-n{font-family:var(--fh);font-size:20px;font-weight:800;color:var(--blue2);line-height:1;}
.fv-stat-l{font-size:11px;color:var(--gray);}

.lbl {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--blue2);
    margin-bottom: 9px;
}
@media(max-width:768px){
  .cta-contact{
    flex-direction:column;
    gap:10px;
  }
}

@media only screen and (max-width: 768px) {

  .features-section-fg-h .features-grid {
    grid-template-columns: repeat(3, 1fr);
}

  .trust-bar {

    grid-template-columns: repeat(3, 1fr);
}

  .hero-counter_2
 {

    right: 0px;
    bottom: 4%;
}
      .prob-row, .feat-row {
        grid-template-columns: 1fr;
    }

  .col {
    flex: 1 0 50%;
}
    .proof .wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        text-align: center;
    }
  .cta-contact span img {
    padding-right: 10px;
    width: 6%;
} 

.cta-btns {
    justify-content: left;
}

.cta-title {
    text-align: left;
}

.cta-sub {
    text-align: left;
}
    .hero-sub {
    text-align: center;
    }
  .hero-counter_1
 {
    position: absolute;
    right: -100px;
    top: -6%;
}
.container, .container-sm

 {
        max-width: 100%;
    }

    .box_nav
 {
    padding: 15px 0px;
}

    .hero {
        padding: 130px 0px 100px;
        margin-top: -77px;
    }
.nav-logo-text img
 {
    filter: brightness(0) invert(1);
    width: 80%;
}
      .hero .col-md-7 {
        flex: 0 0 auto;
        width: 100%;
    }

       .hero .col-md-5 {
        flex: 0 0 auto;
        width: 100%;
    }

    .demo-box
 {
    margin-left: 00px;
        max-width: 100%;
}

    .hero-copy {
        order: 1;
        padding: 0px 0px 28px;
    }


}

@media only screen and (max-width: 500px) {

  .br-icon img {
    width: 35px;
}
.modules-section {
        padding: 50px 0px;
    }
.hiw-section .section-title {text-align: center !important;}
.hiw-section .section-label {text-align: center !important;}
.modules-section .section-title {text-align: center !important;}
.modules-section .section-label {text-align: center !important;}
  .f-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 5px;

}
.built-left h2 br{display: none;}
.feat-row {
    padding: 25px 0; gap: 15px;
}

.built-grid {
    margin-top: 50px;
}
      .features-section {
        padding: 30px 0px 20px 0px;
        margin: 0px 0px 0px;
        background: #fff;
    }
    .feat-row.flip .f-visual {
        order: 2;
    }
    .f-icon-wrap img{width: 35px;
    }
  .prob-row {
    padding: 20px 0; gap: 10px;
}

      .section-title {
        font-size: 22px;
        text-align: center;
    }
        .section-label {
        text-align: center;
    }

  .built-left h2 {
    font-family: var(--fh);
    font-size: 22px;
    font-weight: 800;
}

    .cta-band {
        padding: 40px 15px;
    }
.cta-band-sub
 {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 25px;
    position: relative;
}
.cta-band-title {

    font-size: clamp(22px, 3.5vw, 48px);

    /* letter-spacing: -1px; */
}

  .trust-bar-item strong {
    font-size: 12px;
  
}

.trust-bar-item {
    gap: 10px;

    padding: 10px 10px;
  
}
.sb
 {
    background: #1a4fd8;
    padding: 30px 0%;
}
.section-title br{display: none;}
    .prob-row.flip .p-vis {
        order: 2;
    }
  .hero-copy{text-align: center;}
  #typing-text, .fixed-text {
        font-size: 28px;text-align: center;
    }

    .hero-cta {
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 5px;
  
    margin-top: 25px;
}

  .form-control, .form-select {
    border-radius: 5px;
    height: 40px;
    width: 100%;
    font-size: 12px;
}

.demo-box label
 {
    display: inline-block;
    font-size: 14px;
    color: #35404E;
    font-weight: 500;
}
form
 {
    padding: 0px 15px 30px;
}
  .nav-cta {

    border-radius: 5px;
    padding: 10px 12px;
    font-size: 12px;

}

  .proof .wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    text-align: center;
}
.proof {
    background: var(--grad-b);
    padding: 30px 0 !important;
}
.pnum
 {
    font-size: 30px !important;
}

.plbl {
    font-size: 12px !important;
    color: rgba(255, 255, 255, .6);
    margin-top: 4px;
}

  .demo-box {
    padding: 0px;
}
.sec-sub {
    font-size: 14px;
    color: #475569;
    max-width: 100%;
    line-height: 1.3;
    margin-bottom: 25px;

}

#box_t .col {
        flex: 1 0 50%;
    }

.feat-card
 {
    padding: 25px 15px;
}
    .features-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        text-align: center;
    }
.wa{display: none;}
      .hiw-section {
        padding: 50px 0px;
    }

    .module-card {

    padding: 50px 15px;
  
}

.features-section-fg-h .features-grid
 {
        grid-template-columns: repeat(1, 1fr);
    }
        .section-sub {
        font-size: 14px;
        max-width: 100%;
        text-align: center;
    }


  .sticky-mobile-bar .btn-primary {
    margin: 0;
    flex: 1;
    font-size: 14px;
    padding: 13px 10px;
}

      .hero-sub {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 20px;margin-top: 10px;padding: 0px !important;
    }

    .hero-stat-num {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 5px;
}
.hero-counter_1{display: none;}
.hero-counter_2{display: none;}

.hero-trust-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px;
    flex-wrap: wrap;
}
.hero-stat-label {
    font-size: 10px;
    color: #dbdbdb;
    margin-top: 2px;
}

    .feature-box img {
        width: 20px;
        margin-bottom: 15px;
    }

    .trust_bar_m
 {
    padding:10px 0px;
}
    .trust-bar {
       
        grid-template-columns: 1fr 1fr;
    
    }
.built-grid{         grid-template-columns: 1fr;}

    .sb-g {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

  

        .modules-section {
        padding: 64px 0px;
    }
    .modules-grid {
    display: block;}

    .module-card {
    margin-bottom: 15px;
}

    .faq-section {
        padding: 64px 0px;
    }

    .cta-footer-section {
    padding: 50px 0px 0px;
}
.cta-title
 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;        text-align: left;
}
.cta-sub
 {
    color: #ffffff;
    margin-bottom: 29px;
    font-size: 16px;text-align: left;
}

.cta-contact span img
 {
    padding-right: 10px;
    width: 10%;
}
.cta-contact span {
    font-size: 20px;
}

.cta-contact {

    margin-bottom: 0px;
    color: #e2e8f0;
}
.cta-btns {
    justify-content: left;
}
.hero-counter_1 img{
    width: 55%;
}

.hero-counter_1 {
    right: -40px;
    top: 9%;
}
.trust-pills {
    display: block;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 5px;
    margin-top: 25px;
}
.pill
 {
        gap: 5px;
        padding: 6px 6px;
        font-size: 10px;
        margin-bottom: 5px;
}
.trust-strip {
    padding: 18px 0px;
}
.trust-inner {
    justify-content: start;
    gap: 15px;
}



.trust-item {
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
}
    .hero {
        padding: 100px 0px 25px;
        margin-top: -72px;
    }

    .nav-logo-text img
 {
    filter: brightness(0) invert(1);
    width: 55%;
}

.box_nav {
    padding: 15px 0px;
}
}


@media only screen and (max-width: 390px) {

  .nav
 {
        padding: 0 0px;
    }

        .hero {
        padding: 130px 0px 25px;
        margin-top: -101px;
    }

    .nav-cta {
    padding: 8px 6px;
    font-weight: 600;
    font-size: 10px;
}

.fc-head {
    background: #05112a;
    padding: 15px 5px;
}

.h-li {
    font-size: 12px;
}
#typing-text, .fixed-text {
        font-size: 24px;
    }
    .sticky-mobile-bar .btn-wa {
    flex: 1;
    font-size: 14px;
    padding: 12px 0px;
}
    .sticky-mobile-bar .btn-primary {
        margin: 0;
        flex: 1;
        font-size: 14px;
        padding: 13px 0px;
    }
}
