@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: #f7f8fc;
  color: #1a1d2e;
  overflow-x: hidden;
}
a{text-decoration: none;}
/* ── 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;
}

/* ── 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: var(--white);
  position: relative;
  overflow: hidden;
     background-image: url(../../assets/images/home_bg.webp);
    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;
}
.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: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 36px;
    margin-top: 50px; }


.pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: #f0fdf4; border: 1px solid #bbf7d0;
  border-radius: 100px; padding: 6px 12px;
  font-size: 13px; font-weight: 500; color: var(--green);
}
.pill svg { width: 14px; height: 14px; flex-shrink: 0; }

/* 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 {
 
  
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 24px;
}

.trust_bar_m{ background: var(--navy);padding: 20px}
.trust-bar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    font-weight: 500;
}
.trust-bar-item svg { color: #60a5fa; width: 20px; height: 20px; flex-shrink: 0; }
.trust-bar-item strong { color: #fff; }

/* ── 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: var(--white);
}
.section-label {
  font-size: 12px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--blue); margin-bottom: 12px;
}
.section-title {
  font-family: 'Outfit', sans-serif; font-size: clamp(28px,3vw,40px);
  font-weight: 800; color: var(--navy); letter-spacing: -1px;
  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(3, 1fr);
  gap: 24px;
}
.feat-card {
  background: var(--off); border: 1px solid var(--border);
  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 {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(26,63,212,.08);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.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: 50px 0px 100px;
  background: var(--off);
}
.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: var(--white); color: var(--slate); }
.compare-table th.dataoxy-col {
  background: var(--navy); color: #fff;
}
.compare-table th.other-col { background: #f8fafc; color: var(--slate); }
.compare-table td {
  padding: 16px 24px; font-size: 14px; border-top: 1px solid var(--border);
  background: var(--white); text-align: left; color: var(--slate);
}
.compare-table td:first-child { text-align: left; color: var(--navy); font-weight: 500; }
.compare-table td.dataoxy-col { background: #f0f4ff; color: var(--navy); font-weight: 600; }
.tick { color: var(--green); font-size: 18px;    margin-right: 5px; }
.cross { color: #e2e8f0; font-size: 18px; }

/* ── MODULES SECTION ───────────────────────────────────────────────── */
.modules-section {
  padding: 96px 72px;
  background: var(--white);
}
.modules-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 20px; margin-top: 56px;
}
.module-card {
  background: #0d1b4b12; border-radius: var(--r);
  padding: 28px 22px; color: #fff; position: relative; overflow: hidden;
  transition: transform .25s;
}
.module-card:hover { transform: translateY(-4px); }
.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: 16px;
  font-weight: 700; margin-bottom: 8px;    color: #0f234e;
}
.module-desc { font-size: 13px;     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; letter-spacing: -1px;
  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; }
  .nav-links { display: none; }

  /* 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: 20px 20px; 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: 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: 30px;
    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: 48px 0px}

.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: -8%;
    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);
    }
}



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

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

    .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-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;
}

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


}

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

  .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: 15px;
}
  .section-label {
    text-align: center;
}

      .hiw-section {
        padding: 50px 0px;
    }
        .section-sub {
        font-size: 14px;
        max-width: 100%;
        text-align: center;
    }

  .section-title
 {
        font-size: 22px;
        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
 {
    background: var(--navy);
    padding: 0px;
}
    .trust-bar {
        padding: 20px 0px;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

        .features-section {
        padding: 50px 0px 50px 0px;
        margin: 0px 0px 0px;background: #fff;
    }

        .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: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 5px;
    margin-top: 25px;
}
.pill
 {
    gap: 5px;
    padding: 6px 6px;
    font-size: 10px;
}
    .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 10px;
    font-weight: 600;
    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;
    }
}