

    body{ font-family: "Inter", sans-serif; }

    .o2b-hero{
      background: #EEF0FF; 
      padding: 44px 0 46px;
      position: relative;
      overflow: hidden;
    }
.service-hero-badge{
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;

    font-size: 14px;
    font-weight: 500;
    color: #2563eb;
    background: #dbe3ff;
    border: 1px solid #c7d2fe;

    margin-bottom: 14px;
}

    /* TEXT */
    .sevice-hero-title{
      font-size: 3.2rem;          
      line-height: 1.02;
      font-weight: 800;
      color: #0F172A;
      margin-bottom: 14px;
      font-family: "Manrope", sans-serif;
    }

    .service-hero-text{
      font-size: 16px;
      line-height: 1.7;
      color: #475569;
      max-width: 620px;
      margin-bottom: 10px;
    }

    .service-hero-media{
      width: 100%;
      max-width: 460px;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
      margin-left: auto;          
      background: #fff;
    }

    .service-hero-media img{
      width: 100%;
      height: 300px;              
      object-fit: cover;
      display: block;
    }

    /* RESPONSIVE */
    @media (max-width: 991px){
      .sevice-hero-title{ font-size: 42px; }
      .service-hero-media{ max-width: 100%; margin-top: 26px; }
      .service-hero-media img{ height: 260px; }
      .o2b-hero:before{ left: 24px; }  /* keep notch visible on mobile */
    }

    @media (max-width: 576px){
      .sevice-hero-title{ font-size: 34px; }
      .service-hero-text{ font-size: 15px; }
    }
 



    /* ============================================================ */


.erp-section{
  font-family: "Inter", sans-serif;
}

/* ICON */
.icon-box {
  width: 80px;
  height: 80px;
  background: linear-gradient(to bottom, #2563eb, #4f46e5);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}

/* TITLE */
.erp-title{
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
font-family: "Manrope", sans-serif;
}

/* DESC */
.erp-desc{
  font-size: 15.5px;
  line-height: 1.7;
  color: #475569;
  max-width: 520px;
  margin-bottom: 22px;
}

/* BUTTON */
.erp-btn{
  background: #0b5cff;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 9px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.erp-btn:hover{
  background: #084bd6;
  color: #fff;
  text-decoration: none;
}

/* CARD (Common) */
.erp-gradient-card{
  border-radius: 20px;
  padding: 40px 30px;
  height: 370px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background-color: #f2f2f2;
}
.erp-gradient-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.209);
background: linear-gradient(135deg, #ffe7fd, #9fe9ff);
}

/* CARD TITLE */
.erp-card-title{
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
}

/* LIST */
.erp-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.erp-list li{
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 14.5px;
  color: #334155;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* NUMBER CIRCLE (Same for all cards) */
.erp-list .num{
  min-width: 20px;
  height: 20px;
  background: #0b5cff;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex: 0 0 20px;
}

@media (max-width: 991.98px) {
  .erp-title {
    font-size: 28px;
  }

  .erp-desc {
    max-width: 100%;
    font-size: 15px;
  }

  .erp-gradient-card {
    height: auto;          /* important: stop fixed height issues */
    padding: 32px 24px;
  }

  .erp-card-title {
    font-size: 20px;
  }

  .erp-list li {
    font-size: 14px;
  }
}

/* Tablets */
@media (max-width: 767.98px) {
  .erp-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .icon-box {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    font-size: 20px;
  }

  .erp-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .erp-desc {
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 18px;
  }

  .erp-btn {
    padding: 8px 12px;
    border-radius: 10px;
  }

  .erp-gradient-card {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .erp-card-title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .erp-list li {
    gap: 12px;
    margin-bottom: 12px;
  }

  .erp-list .num {
    min-width: 18px;
    height: 18px;
    font-size: 11px;
    flex: 0 0 18px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .erp-title {
    font-size: 22px;
  }

  .erp-desc {
    font-size: 14px;
  }

  .erp-gradient-card {
    padding: 22px 16px;
  }

  .erp-list li {
    font-size: 13.5px;
  }

  .erp-btn {
    width: 100%;
    justify-content: center;
    padding: 10px 14px;
  }
}

/* Very small phones */
@media (max-width: 360px) {
  .erp-title {
    font-size: 20px;
  }

  .erp-card-title {
    font-size: 17px;
  }

  .erp-list li {
    font-size: 13px;
  }
}

/* ========================================================= */

/* ===== Styles for the section ===== */
.ai-odoo-wrap{
  background:#f6f8fc;
  font-family:"Manrope", sans-serif;
}


.ai-hero{
  padding-top: 6px;
}

.ai-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 12px;
  font-size:12px;
  font-weight:700;
  color:#2563eb;
  background:#eef4ff;
  border:1px solid #dbe8ff;
  border-radius:999px;
}

.ai-pill-dot{
  width:8px;height:8px;border-radius:50%;
  background:#2563eb;
  box-shadow:0 0 0 3px rgba(37,99,235,.12);
}

.ai-title{
  max-width: 720px;
  margin-top:14px;
  font-size:2.5rem;
  font-weight:700;
  color:#0f172a;
  line-height:1.2;
  font-family:"Manrope", sans-serif;
}

.ai-text{
  max-width: 820px;
  margin-top:10px;
  font-size:16px;
  line-height:1.7;
  text-align: start;
  color:#6b7280;
font-family:"Inter", sans-serif;
}

.ai-divider{
  margin-top:18px;
  height:1px;
  background:#dfdfdf;
}

.ai-grid-title{
  margin: 26px 0 18px;
  font-size:1.7rem;
  font-weight:800;
  color:#0f172a;
}

/* Cards */
.ai-card{
  background:#ffffff;
  border:1px solid #eef2f7;
  border-radius:12px;
  padding:20px 20px 20px;
  box-shadow:0 10px 22px rgba(15,23,42,.06);
}

.ai-ic{
  width:50px;height:50px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:16px;
  margin-bottom:20px;
  
}

.ai-ic-blue{ background: linear-gradient(110deg,#4f7eff,#0043d2); }
.ai-ic-purple{ background: linear-gradient(135deg,#a73cfa,#6b03b5); }
.ai-ic-green{ background: linear-gradient(135deg,#00b4a1,#01857a); }
.ai-ic-orange{ background: linear-gradient(135deg,#f55f01,#d03b01); }
.ai-ic-indigo{ background: linear-gradient(135deg,#5b55f7,#4835de); }

.ai-card-title{
  font-size:18px;
  font-weight:800;
  color:#0f172a;
  margin-bottom:10px;
 
}

.ai-card-text{
  font-size:15px;
  color:#6b7280;
  margin:0;
   font-family:"Inter", sans-serif;
}

/* CTA gradient card */
.ai-cta{
  border:0;
  color:#fff;
  background: linear-gradient(135deg,#0b5cff 0%, #6d28d9 100%);
  box-shadow:0 18px 30px rgba(37,99,235,.22);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:22px 18px;
}

.ai-cta-ic{
  width:42px;height:42px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.25);
  margin-bottom:12px;
  font-size:16px;
}

.ai-cta-title{
  font-size:13px;
  font-weight:800;
  margin-bottom:6px;
}

.ai-cta-text{
  font-size:11.5px;
  color: rgba(255,255,255,.85);
  margin-bottom:14px;
}

.ai-cta-btn{
  background:#ffffff;
  color:#1d4ed8;
  font-weight:800;
  font-size:12px;
  padding:7px 14px;
  border-radius:10px;
  border:0;
}
.ai-cta-btn:hover{
  background:#f3f4f6;
  color:#1d4ed8;
}

/* Responsive tweaks */
@media (max-width: 991.98px){
  .ai-title{ font-size:30px; }
}
@media (max-width: 575.98px){
  .ai-title{ font-size:26px; }
  .ai-card{ padding:16px; }
}



/* ============================================================ */


/* ===== FAQ Styling (match image) ===== */
.faq-section{
  background:#f5f7fb;
  font-family:"Manrope", sans-serif;
}
.faq-container{
  max-width:900px;
}
/* pill */
.faq-pill{
  display:inline-block;
  padding:6px 14px;
  font-size:12px;
  font-weight:700;
  color:#2563eb;
  background:#eaf2ff;
  border:1px solid #b9d2ff;
  border-radius:999px;
}

/* heading */
.faq-title{
  font-size:2.5rem;
  font-weight:700;
  color:#0f172a;
  letter-spacing:-0.3px;
   font-family:"Manrope", sans-serif;
}

.faq-subtitle{
  font-size:16px;
  color:#6b7280;
  margin-bottom:28px;
  font-family:"Inter", sans-serif;
}

/* accordion item */
.faq-item{
  background:#ffffff;
  border:1px solid #eef2f7;
  border-radius:10px;
  box-shadow:0 8px 18px rgba(15,23,42,.06);
  overflow:hidden;
  margin-bottom:14px;
}

.faq-q{
  width:100%;
  border:0;
  background:transparent;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  text-align:left;
  font-size:15px;
  font-weight:600;
  color:#111827;
  outline:none;
  cursor:pointer;
  font-family:"Inter", sans-serif;
}

.faq-q:focus{
  outline:none;
}

/* plus/minus circle */
.faq-icon{
  width:26px;
  height:26px;
  border-radius:50%;
  background:#eaf0ff;
  border:1px solid #d7e3ff;
  position:relative;
  flex:0 0 26px;
}

/* horizontal line */
.faq-icon::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:12px;
  height:2px;
  background:#2563eb;
  transform:translate(-50%,-50%);
  border-radius:2px;
}

/* vertical line (only when collapsed => shows "+") */
.faq-q.collapsed .faq-icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:2px;
  height:12px;
  background:#2563eb;
  transform:translate(-50%,-50%);
  border-radius:2px;
}

/* when open, make icon solid blue like screenshot */
.faq-q:not(.collapsed) .faq-icon{
  background:#0b5cff;
  border-color:#0b5cff;
}
.faq-q:not(.collapsed) .faq-icon::before{
  background:#ffffff; /* minus sign in white */
}

/* answer */
.faq-a{
  padding:14px 18px 18px;
  border-top:1px solid #f1f5f9;
  font-size:15px;
  line-height:1.7;
  color:#6b7280;
  font-family:"Inter", sans-serif;
}

/* responsive */
@media (max-width: 575.98px){
  .faq-title{ font-size:28px; }
  .faq-q{ font-size:12.5px; padding:14px 14px; }
  .faq-a{ padding:12px 14px 16px; }
}
/* =============================================== */

/* ===== FAQ CTA Section ===== */
.faq-cta-section{
  background:#f5f7fb;
  font-family:"Manrope", sans-serif;
}

.faq-cta-box{
  background:#eef1fa;
  border-radius:12px;
  padding:40px 20px;
  max-width:880px;
  margin:0 auto;
  border:1px solid #e2e6f5;
}

.faq-cta-title{
  font-size:20px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:8px;
}

.faq-cta-text{
  font-size:14px;
  color:#6b7280;
  margin-bottom:20px;
  font-family:"Inter", sans-serif;
}

.faq-cta-btn{
  background:#0b5cff;
  color:#fff;
  font-size:14px;
  font-weight:600;
  padding:10px 20px;
  border-radius:8px;
  box-shadow:0 6px 14px rgba(11,92,255,.25);
}

.faq-cta-btn:hover{
  background:#084bd6;
  color:#fff;
  text-decoration:none;
}

/* Responsive */
@media (max-width: 575.98px){
  .faq-cta-box{
    padding:30px 16px;
  }
  .faq-cta-title{
    font-size:18px;
  }
}
/* ========================================= */

/* ===== Stats Bar (match image) ===== */
.statsbar-section{
  background:#f5f7fb;              /* same page background */
  font-family:"Manrope", sans-serif;
}

.statsbar-card{
  background: linear-gradient(180deg,#0b1526 0%, #0a1322 100%);
  border-radius: 12px;
  padding: 26px 18px;
  box-shadow: 0 22px 30px rgba(15,23,42,.18);
  border: 1px solid rgba(255,255,255,.06);
}

.stats-item{
  padding: 8px 10px;
}

.stats-value{
  color:#ffffff;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.2px;
  line-height: 1.05;
  margin-bottom: 6px;
}

.stats-label{
  color: rgba(255,255,255,.65);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2px;
}

/* small responsive tweaks */
@media (max-width: 575.98px){
  .statsbar-card{ padding: 18px 12px; }
  .stats-value{ font-size: 26px; }
  .stats-label{ font-size: 10.5px; }
}
