
    @media (max-width: 768px) {
  .whatsapp-enquiryyy {
    display: block;
    text-align: center;
  }
  .step{
      text-align:start;
      align-items:start;
  }
}
.hero-section{
  
        background-image: linear-gradient(180deg, #f4f7f3 25%, #dcfcec 106%);

}
.step{
    box-shadow:none; 
}
.step:hover {
    box-shadow:none; 
}
  .custom-faq-accordion { margin-top:30px; }

.faq-itemm {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;
}

.faq-questionn {
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-text {
    flex: 1;
    color: #333;
    font-size: 16px!important;
    margin-bottom:0px;
    font-weight:700;
}

.faq-arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000901;
    border-bottom: 2px solid #024815;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}
.faq-question.open .faq-arrow {
    transform: rotate(-135deg);
}

.faq-answerr {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
    background: #fff;
}
/*eyebrow css*/
.eyebrow::before {
    content: '';
    display: block;
    width: 16px;
    height: 1.5px;
    background: linear-gradient(90deg,#0E8F68,#6B63D4);
    border-radius: 1px;
    flex-shrink: 0;
}
.eyebrow {
    text-align:center;
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 8px;
    font-size: 9px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #0E8F68;
    margin-bottom: 14px;
}

/*step css*/
  .section-wrap {
      background-color: #f0f2f5;
      padding: 60px 0px;
    }
 
   

 
 
    .section-subtitle {
     
     text-align:center;
      line-height: 1.7;
    }
 
    .steps-card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
    }
 
    .step-item {
      flex: 1 1 0;
      min-width: 180px;
      padding: 32px 28px;
      border-right: 1px solid #e5e7eb;
      position: relative;
      transition: background 0.2s ease;
    }
 
    .step-item:last-child {
      border-right: none;
    }
 
    .step-item:hover {
      background: #f9fafb;
    }
 
    .step-num {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #1D9E75;
      margin-bottom: 18px;
          opacity: 0.5;
    }
    .icon-wrap{
        display:none!important;
    }
 
    .step-icon-wrap {
      width: 44px;
      height: 44px;
      border-radius: 10px;
      background: #E1F5EE;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
    }
 
    .step-icon-wrap svg {
      width: 20px;
      height: 20px;
    }
 
    .step-title {
      font-size: 20px;
      margin-bottom: 10px;
    }
 
    .step-desc {
      font-size: 14px!important;
      color: #6b7280;
      line-height: 1.65;
      margin: 0;
    }
 
    @media (max-width: 991px) {
      .step-item {
        flex: 1 1 45%;
        border-bottom: 1px solid #e5e7eb;
        border-right: none;
      }
 
      .step-item:nth-child(odd) {
        border-right: 1px solid #e5e7eb;
      }
 
      .step-item:last-child {
        border-right: none;
      }
    }
 
    @media (max-width: 575px) {
      .step-item {
        flex: 1 1 100%;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
      }
 
      .step-item:last-child {
        border-bottom: none;
      }
 
      .section-title {
        font-size: 26px;
      }
    }
    /*benefits*/
        .benefits-section {
      padding: 60px 0px;
      background-color: #f7fffe;
    }
 

 
 
 
    .section-subtitle {
    
      
      line-height: 1.7;
    }
 
    .benefits-list {
     
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
 
    .benefit-card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      padding: 28px 32px;
      display: flex;
      align-items: flex-start;
      gap: 24px;
      transition: box-shadow 0.25s ease, transform 0.2s ease;
      position: relative;
      overflow: hidden;
    }
 
    .benefit-card::left-bar {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 4px;
      height: 100%;
      background: #1D9E75;
      border-radius: 16px 0 0 16px;
      opacity: 0;
      transition: opacity 0.25s;
    }
 
    .benefit-card:hover {
      box-shadow: 0 8px 30px rgba(0,0,0,0.08);
      transform: translateY(-2px);
      border-color: #9FE1CB;
    }
 
    .icon-wrap {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      background: #E1F5EE;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
 
    .icon-wrap svg {
      width: 24px;
      height: 24px;
    }
 
    .card-body-content {
      flex: 1;
    }
 
    .benefit-badge {
      display: inline-flex;
      align-items: center;
      font-size: 10.5px;
      font-weight: 600;
      color: #0F6E56;
      background: #E1F5EE;
      border-radius: 20px;
      padding: 2px 10px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }
 
    .benefit-title {
     font-size:20px;
      margin-bottom: 8px;
    }
 
    .benefit-desc {
      font-size: 14px!important;
  
    }
 
    @media (max-width: 575px) {
      .section-title { font-size: 24px; }
      .benefit-card { flex-direction: column; gap: 16px; padding: 22px 20px; }
      .benefit-title { font-size: 15px; }
    }
      .usecases-section {
      padding: 60px 0px;
      background: #ffffff;
    }
 
    .eyebrow {
      display: block;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .13em;
      text-transform: uppercase;
      color: #1D9E75;
      text-align: center;
      margin-bottom: 12px;
    }
 
    .section-title {
     
      text-align: center;
      color: #111827;
    }
 
 
    .section-subtitle {
     
    
    }
 
    /* ── Tab Nav ── */
    .tab-nav {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 36px;
    }
 
    .tab-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 22px;
      border-radius: 50px;
      border: 1.5px solid #e5e7eb;
      background: #fff;
      font-family: 'DM Sans', sans-serif;
      font-size: 13.5px;
      font-weight: 500;
      color: #6b7280;
      cursor: pointer;
      transition: all .2s ease;
      white-space: nowrap;
    }
 
    .tab-btn svg {
      width: 15px;
      height: 15px;
      flex-shrink: 0;
      stroke: currentColor;
    }
 
    .tab-btn:hover {
      border-color: #1D9E75;
      color: #0F6E56;
    }
 
    .tab-btn.active {
      background: #1D9E75;
      border-color: #1D9E75;
      color: #fff;
      box-shadow: 0 4px 14px rgba(29,158,117,.28);
    }
 
    /* ── Card ── */
    .uc-card {
      border: 1px solid #e5e7eb;
      border-radius: 20px;
      overflow: hidden;
      background: #fff;
      display: flex;
      min-height: 260px;
      transition: box-shadow .2s ease;
    }
 
    .uc-card:hover {
      box-shadow: 0 8px 32px rgba(15,110,86,.10);
    }
 
    .card-bar {
      width: 6px;
      flex-shrink: 0;
      background: #1D9E75;
    }
 
    /* Icon column */
    .card-icon-col {
      width: 188px;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 18px;
      padding: 36px 20px;
      background: #f8fdfb;
      border-right: 1px solid #e5e7eb;
    }
 
    .icon-wrapp {
      width: 90px;
      height: 90px;
      border-radius: 22px;
      background: #E1F5EE;
      display: flex;
      align-items: center;
      justify-content: center;
    }
 
    .icon-wrapp svg {
      width: 54px;
      height: 54px;
    }
 
    .industry-pill {
      font-size: 10.5px;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: #085041;
      background: #E1F5EE;
      border-radius: 30px;
      padding: 5px 14px;
      
      text-align: center;
    }
 
    /* Content */
    .card-content {
      flex: 1;
      padding: 36px 40px;
    }
 
    .use-tag {
      font-size: 10.5px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #1D9E75;
      margin-bottom: 6px;
    }
 
    .use-title {
      font-size: 21px;
      font-weight: 600;
      color: #111827;
      line-height: 1.28;
      margin-bottom: 14px;
    }
 
    .use-desc {
      font-size: 14px!important;
      color: #6b7280;
      line-height: 1.8;
      margin-bottom: 24px;
    }
 
    .highlights {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
 
    .hi {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 12px;
      color: #374151;
      line-height: 1.5;
    }
 
    .hi-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #1D9E75;
      flex-shrink: 0;
      margin-top: 5px;
    }
 
    /* ── Panels ── */
    .tab-panel { display: none; }
    .tab-panel.active { display: block; }
 
    /* ── Responsive ── */
    @media (max-width: 767px) {
      .uc-card { flex-direction: column; min-height: unset; }
      .card-bar { width: 100%; height: 5px; }
      .card-icon-col {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        padding: 20px 22px;
        gap: 16px;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
      }
      .card-content { padding: 24px 22px; }
      .section-title { font-size: 24px; }
      .tab-btn { font-size: 12.5px; padding: 8px 16px; }
    }
    .eyebrow{
        display:none;
    }
   *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --brand: #0477a9;
    --brand-dark: #035c84;
    --brand-light: #e8f4fb;
    --brand-mid: #cce8f4;
    --green: #25D366;
    --green-light: #dcf7e3;
    --text: #0f2130;
    --muted: #64788a;
    --border: #dde8ef;
    --card-bg: #ffffff;
    --bg: #f0f7fb;
    --radius-card: 16px;
    --radius-img: 12px;
  }

  body {

   
    line-height: 1.6;
  }

  .section {
    padding: 60px 0px;
    
  }

  .section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--brand-light);
    color: var(--brand);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 100px;
    border: 1px solid var(--brand-mid);
    margin-bottom: 18px;
  }

 


  .section-desc {
   text-align:center;
    margin-bottom: 56px;
    line-height: 1.7;
  }

  /* Grid */
  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  @media (max-width: 900px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 560px) { .features-grid { grid-template-columns: 1fr; } }

  /* Card */
  .feat-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  .feat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(4,119,169,.12);
    border-color: var(--brand-mid);
  }

  .feat-img {
    width: 100%;

    border-radius: var(--radius-img);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .feat-img svg { width: 100%; height: 100%; display: block; }

  .feat-body {}

  .feat-title {
    
    font-size: 20px;
    margin-bottom: 6px;
  }

  .feat-desc {
    font-size: 14px!important;
    line-height: 1.65;
  }

  /* ─── Reusable SVG design tokens ──────────────────────────── */
  /* All SVGs use these brand colours inline:
     bg panels   → #e8f4fb  (brand-light)
     main accent → #0477a9  (brand)
     green       → #25D366  (WhatsApp green)
     white       → #ffffff
     text dark   → #0f2130
     text muted  → #64788a
  */
  .requirements-section{
  padding:60px 0;
  background:#f8fafc;
}

.req-item{
  display:flex;
  gap:16px;
  margin-bottom:24px;
}

.req-icon{
  min-width:42px;
  height:42px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
}

.icon-blue{background:#e7f0ff;color:#2563eb;}
.icon-purple{background:#f3e8ff;color:#7c3aed;}
.icon-green{background:#e6f4ea;color:#16a34a;}

.req-title{
  font-size:20px;
  margin-bottom:4px;
}

.req-text{
  font-size:14px!important;
}



.section-title h2{
  font-weight:700;
}

.section-title p{
  color:#6c757d;
  font-size:14px;
}
.section-wrap {
  padding: 60px 0;
  background: #ffffff;
}
.call-box {
  background: #fff;

}

/* --- Stat Grid --- */
.limit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.limit-item {
  border-radius: 10px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.limit-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.limit-badge {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
.c1 { background: #EEF2FF; } .c1 .limit-label { color: #6366F1; } .c1 .limit-badge { color: #3730A3; }
.c2 { background: #F0FDF4; } .c2 .limit-label { color: #22C55E; } .c2 .limit-badge { color: #15803D; }
.c3 { background: #FFF7ED; } .c3 .limit-label { color: #FB923C; } .c3 .limit-badge { color: #C2410C; }
.c4 { background: #FDF4FF; } .c4 .limit-label { color: #C026D3; } .c4 .limit-badge { color: #86198F; }
.c5 { background: #EFF6FF; } .c5 .limit-label { color: #60A5FA; } .c5 .limit-badge { color: #1D4ED8; }
.c6 { background: #F0FDFA; } .c6 .limit-label { color: #2DD4BF; } .c6 .limit-badge { color: #0F766E; }

/* --- Divider --- */
.divider {
  height: 1px;
  background: #e5e7eb;
  margin: 20px 0;
}

/* --- Note Title --- */
.note-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #111827;
}

/* --- Timeline Steps --- */
.note-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.note-step {
  display: flex;
  gap: 16px;
  align-items: stretch;
}
.step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-circle {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}
.step-line {
  width: 2px;
  flex: 1;
  min-height: 14px;
  margin: 4px 0;
}
.step-body {
  padding: 4px 0 20px;
}
.step-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.step-text {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
  line-height: 1.55;
}
.step-text b {
  color: #374151;
  font-weight: 600;
}

.s-orange { background: #FFF7ED; color: #EA580C; }
.l-orange { background: #FED7AA; }
.t-orange { color: #EA580C; }

.s-purple { background: #FDF4FF; color: #A21CAF; }
.l-purple { background: #F5D0FE; }
.t-purple { color: #A21CAF; }

.s-green  { background: #F0FDF4; color: #16A34A; }
.t-green  { color: #16A34A; }

/* --- Responsive --- */
@media (max-width: 768px) {
  .limit-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .limit-grid { grid-template-columns: 1fr; }
}
.whatsapp-section {
    background: #ffffff;
    padding: 60px 0;
    text-align: center;
  }

  .whatsapp-section h2 {
    font-size: 32px;
    font-weight: 700;
  }

  .whatsapp-feature-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
    text-align: left;
    height: 100px;
  }

  .whatsapp-feature-box i {
    font-size: 24px;
    color: #034737;
  }

  .whatsapp-btn {
    background: #034737;
    color: #fff;
    font-size: 15px;
    padding: 12px 26px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
  }

  .whatsapp-btn:hover {
    background: #026a3a;
    color: #fff;
  }

  .wa-result-card .wa-icon {
    line-height: 1;
  }

  .numera-p {
    color: #000000 !important;
    font-weight: 500 !important;
    font-size: 18px;
  }

  .numera-small {
    font-size: 16px;
    color: #5d6570 !important;
    line-height: 1.5;
  }

  .numera-number {
    color: #4b4949 !important;
    font-size: 18px;
    font-weight: 500;
  }


  .why-whatsapp-section {
    background: #fff7f2;
    /* soft peach background */
  }

  .stat-card {
    background: #fff;
    border: 1px solid #f0d8cd;
    transition: all 0.3s ease;
  }

  .stat-card:hover {
    background-color: #fff0e6;
    transform: translateY(-5px);
  }

  .stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: #f57c00;
    /* deep orange */
    margin-bottom: 0.3rem;
  }

  .stat-label {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
  }

  .card-box {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .card-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  /* Gradient background classes */
  .icon-ads {
    background: linear-gradient(45deg, #FF6B6B, #FF8E53);
  }

  .icon-broadcast {
    background: linear-gradient(45deg, #6a11cb, #2575fc);
  }

  .icon-drip {
    background: linear-gradient(45deg, #43e97b, #38f9d7);
  }

  .icon-flows {
    background: linear-gradient(45deg, #f7971e, #ffd200);
  }

  .icon-chatbot {
    background: linear-gradient(45deg, #e94057, #f27121);
  }

  .icon-inbox {
    background: linear-gradient(45deg, #30cfd0, #330867);
  }

  .icon-ai {
    background: linear-gradient(45deg, #667eea, #764ba2);
  }

  .icon-payments {
    background: linear-gradient(45deg, #00c6ff, #0072ff);
  }
