@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap");

.o2b-cust-hero-section {
  padding: 60px 0;
  background: #eef2ff;
  font-family: "Inter", sans-serif;
}

/* Badge */
.o2b-cust-hero-badge {
  display: inline-flex;
  align-items: center;
  background: #dce4ff;
  color: #2d55ff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.o2b-cust-hero-icon {
  margin-right: 8px;
  font-size: 10px;
}

/* Titles */
.o2b-cust-hero-title {
  font-size: 3rem;
  font-weight: 800;
  color: #0a1929;
  line-height: 1.1;
  margin-bottom: 14px;
}
.o2b-cust-hero-desc {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Buttons */
.o2b-cust-hero-btns {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.o2b-cust-hero-btn-primary {
  background: #2d55ff;
  color: #fff;
  padding: 8px 15px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  border: none;
}
.o2b-cust-hero-btn-primary:hover {
  background: #1a3ed8;
  color: #fff;
  text-decoration: none;
}
.o2b-cust-hero-btn-secondary {
  background: #fff;
  color: #2d55ff;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e2e8f0;
}
.o2b-cust-hero-btn-secondary:hover {
  background: #eef2ff;
  border-color: #2d55ff;
  color: #2d55ff;
  text-decoration: none;
}
/* Features List (Specific 2-column layout as requested) */
.o2b-cust-hero-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.o2b-cust-hero-feat {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  color: #1a202c;
}
.o2b-cust-hero-check {
  background: #eef2ff;
  color: #2d55ff;
  width: 20px;
  height: 20px;
  min-width: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-right: 10px;
}

/* Image */
.o2b-cust-hero-img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1199.98px) {
  .o2b-cust-hero-title {
    font-size: 2.7rem;
  }

  .o2b-cust-hero-desc {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .o2b-cust-hero-section {
    padding: 50px 0;
  }

  .o2b-cust-hero-title {
    font-size: 2.3rem;
  }

  .o2b-cust-hero-desc {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .o2b-cust-hero-btns {
    gap: 12px;
  }

  .o2b-cust-hero-features {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .o2b-cust-hero-img {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .o2b-cust-hero-section {
    padding: 40px 0;
    text-align: center;
  }

  .o2b-cust-hero-badge {
    margin-bottom: 16px;
  }

  .o2b-cust-hero-title {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  .o2b-cust-hero-desc {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 28px;
  }

  .o2b-cust-hero-btns {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
  }

  .o2b-cust-hero-btn-primary,
  .o2b-cust-hero-btn-secondary {
    width: 100%;
    max-width: 320px;
    padding: 13px 18px;
    text-align: center;
  }

  .o2b-cust-hero-features {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 16px;
    margin-top: 30px;
    padding: 0 10px;
  }

  .o2b-cust-hero-feat {
    font-size: 14px;
  }

  .o2b-cust-hero-img {
    margin-top: 35px;
    border-radius: 12px;
  }
}

@media (max-width: 575.98px) {
  .o2b-cust-hero-section {
    padding: 30px 0;
  }

  .o2b-cust-hero-badge {
    font-size: 11px;
    padding: 6px 14px;
    margin-bottom: 14px;
  }

  .o2b-cust-hero-title {
    font-size: 1.75rem;
    margin-bottom: 12px;
  }

  .o2b-cust-hero-desc {
    font-size: 13.5px;
    margin-bottom: 22px;
  }

  .o2b-cust-hero-btns {
    gap: 12px;
  }

  .o2b-cust-hero-btn-primary,
  .o2b-cust-hero-btn-secondary {
    font-size: 14px;
    padding: 12px 18px;
    max-width: 100%;
  }

  .o2b-cust-hero-features {
    gap: 14px;
    margin-top: 24px;
    padding: 0 4px;
  }

  .o2b-cust-hero-feat {
    font-size: 13px;
  }

  .o2b-cust-hero-check {
    width: 18px;
    height: 18px;
    min-width: 18px;
    font-size: 9px;
    margin-right: 8px;
  }

  .o2b-cust-hero-img {
    margin-top: 28px;
  }
}

@media (max-width: 399.98px) {
  .o2b-cust-hero-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .o2b-cust-hero-desc {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .o2b-cust-hero-btn-primary,
  .o2b-cust-hero-btn-secondary {
    font-size: 13px;
    padding: 11px 16px;
  }

  .o2b-cust-hero-features {
    gap: 12px;
    margin-top: 20px;
  }

  .o2b-cust-hero-feat {
    font-size: 12.5px;
  }
}
.odoo20-stats-section {
  background-color: transparent;
}

.odoo20-stat-card {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 34px 10px;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.175);
}

.odoo20-stat-icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.odoo20-stat-icon svg,
.odoo20-stat-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.odoo20-stat-content {
  display: flex;
  flex-direction: column;
}

.odoo20-stat-number {
  color: #1a202c;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 2px;
}

.odoo20-stat-text {
  color: #718096;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.3;
}

.odoo20-stat-card:hover {
  background: linear-gradient(135deg, #cdf6ff 0%, #d8dbff 100%);
  transform: translateY(-4px);
  box-shadow: 0 4px 8px rgba(0, 44, 92, 0.375) !important;
  border-color: rgba(0, 86, 179, 0.2);
}

@media (max-width: 991.98px) {
  .odoo20-stat-card {
    padding: 20px 16px;
  }

  .odoo20-stat-number {
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .odoo20-stats-section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .odoo20-stat-card {
    padding: 18px 16px;
    margin-bottom: 12px;
  }

  .odoo20-stat-icon {
    width: 40px;
    height: 40px;
    margin-right: 14px;
  }

  .odoo20-stat-number {
    font-size: 1.2rem;
  }

  .odoo20-stat-text {
    font-size: 0.75rem;
  }
}
.odoo20-customization-section {
  background-color: #f8fafc;
}

.odoo20-badge-custom {
  background-color: rgba(0, 86, 179, 0.1);
  color: #0056b3;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  border-radius: 50px;
}

.odoo20-custom-card {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.175);
  transition: all 0.4s ease;
}

.odoo20-custom-card:hover {
  background: linear-gradient(135deg, #ccd2ff 0%, #d3f4ff 100%);
  transform: translateY(-5px);
  box-shadow: 0 10px 10px rgba(0, 86, 179, 0.2) !important;
}

.odoo20-custom-card h4 {
  font-size: 1.25rem;
  color: #212529;
  transition: color 0.3s ease;
}

.odoo20-highlight-text {
  color: #0056b3;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.o2b-why-customize-section {
  padding: 40px 0;
  background: #ffffff;
}

/* Pill Badge Styling */
.o2b-why-pill {
  display: inline-block;
  background: #eef2ff;
  color: #2d55ff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

/* Typography Refinement - Weight and Size */
.o2b-why-title {
  font-size: 2.5rem; /* Pehle se thoda kam */
  font-weight: 700; /* Bold se semi-bold ki taraf */
  color: #0a1929;
  margin-bottom: 25px;
}
.o2b-why-desc {
  color: #4a5568;
  margin-bottom: 20px;
  line-height: 1.7;
  font-weight: 400;
  font-size: 15px;
}

/* List Style */
.o2b-why-list {
  list-style: none;
  padding: 0;
}
.o2b-why-list li {
  margin-bottom: 10px;
  color: #334155;
  font-weight: 600; /* Normal weight */
  display: flex;
  align-items: center;
  font-size: 14px;
}
.o2b-why-list li::before {
  content: "✔";
  color: #2d55ff;
  margin-right: 8px;
  font-weight: 700;
}

/* Limitation Box */
.o2b-limitation-box {
  background: linear-gradient(135deg, #e1e8ff 0%, #defbff 100%);
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.175);
}
.o2b-limitation-title {
  font-size: 1.4rem;
  color: #0a1929;
  margin-bottom: 25px;
  font-weight: 700;
}
.o2b-limitation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.o2b-limitation-item {
  background: #ffffff;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  font-weight: 500; /* Normal weight */
  font-size: 14px;
  color: #334155;
  transition: 0.3s;
}
.o2b-limitation-item:hover {
  border-color: #2d55ff;
  color: #2d55ff;
  box-shadow: 0 4px 10px rgba(45, 85, 255, 0.05);
}

@media (max-width: 1199.98px) {
  .o2b-limitation-grid {
    gap: 14px;
  }

  .o2b-limitation-item {
    padding: 14px;
    font-size: 14.5px;
  }
}

@media (max-width: 991.98px) {
  .o2b-limitation-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .o2b-limitation-item {
    padding: 15px;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .o2b-limitation-grid {
    gap: 12px;
  }

  .o2b-limitation-item {
    padding: 14px;
    font-size: 13.5px;
    border-radius: 8px;
    line-height: 1.6;
  }
}

@media (max-width: 575.98px) {
  .o2b-limitation-grid {
    gap: 10px;
  }

  .o2b-limitation-item {
    padding: 13px;
    font-size: 13px;
    border-radius: 8px;
  }
}

@media (max-width: 399.98px) {
  .o2b-limitation-item {
    padding: 12px;
    font-size: 12.5px;
    line-height: 1.5;
  }
}

.o2b-caps-section {
  padding: 40px 0;
  background: #ffffff;
  font-family: "Inter", sans-serif;
}
.o2b-caps-header {
  text-align: center;
  margin-bottom: 60px;
}
.o2b-caps-badge {
  display: inline-block;
  background: #eef2ff;
  color: #2d55ff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.o2b-caps-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a1929;
  margin: 15px 0;
}
.o2b-caps-desc {
  color: #4a5568;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.o2b-caps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.o2b-caps-card {
  padding: 40px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.175);
}
.o2b-caps-card:hover {
  background: linear-gradient(135deg, #e6fcff 0%, #e3e8ff 100%);
  border-color: #cad5ff;
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.281);
}
.o2b-caps-card:hover .o2b-card-num {
  color: #708aff;
}
.o2b-card-num {
  color: #e2e8f0;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1;
}
.o2b-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0a1929;
  margin-bottom: 16px;
}
.o2b-card-text {
  font-size: 0.95rem;
  color: #64748b;
  margin-bottom: 24px;
  line-height: 1.7;
}

.o2b-pill-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.o2b-pill {
  background: #f1f5f9;
  color: #334155;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  transition: 0.3s;
  cursor: default;
}
.o2b-caps-card:hover .o2b-pill {
  background: #fefeff;
  color: #2d55ff;
}

@media (max-width: 1199.98px) {
  .o2b-caps-section {
    padding: 35px 0;
  }

  .o2b-caps-header {
    margin-bottom: 50px;
  }

  .o2b-caps-title {
    font-size: 2.2rem;
  }

  .o2b-caps-card {
    padding: 32px;
  }

  .o2b-card-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .o2b-caps-section {
    padding: 30px 0;
  }

  .o2b-caps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .o2b-caps-title {
    font-size: 2rem;
  }

  .o2b-caps-desc {
    font-size: 15px;
  }

  .o2b-caps-card {
    padding: 28px;
    border-radius: 20px;
  }

  .o2b-card-num {
    font-size: 2.2rem;
  }

  .o2b-card-title {
    font-size: 1.2rem;
  }

  .o2b-card-text {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .o2b-caps-header {
    margin-bottom: 40px;
  }

  .o2b-caps-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .o2b-caps-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .o2b-caps-desc {
    font-size: 14px;
    line-height: 1.7;
  }

  .o2b-caps-card {
    padding: 24px;
    border-radius: 18px;
  }

  .o2b-card-num {
    font-size: 2rem;
  }

  .o2b-card-title {
    font-size: 1.15rem;
  }

  .o2b-card-text {
    font-size: 13.5px;
    margin-bottom: 18px;
  }

  .o2b-pill {
    font-size: 12px;
    padding: 6px 12px;
  }
}

@media (max-width: 575.98px) {
  .o2b-caps-section {
    padding: 25px 0;
  }

  .o2b-caps-badge {
    font-size: 10px;
    padding: 6px 14px;
  }

  .o2b-caps-title {
    font-size: 1.55rem;
  }

  .o2b-caps-desc {
    font-size: 13px;
  }

  .o2b-caps-card {
    padding: 20px;
    border-radius: 16px;
  }

  .o2b-card-num {
    font-size: 1.8rem;
  }

  .o2b-card-title {
    font-size: 1.05rem;
  }

  .o2b-card-text {
    font-size: 13px;
  }

  .o2b-pill {
    font-size: 11px;
    padding: 5px 10px;
  }
}

@media (max-width: 399.98px) {
  .o2b-caps-title {
    font-size: 1.35rem;
  }

  .o2b-caps-card {
    padding: 18px;
  }

  .o2b-card-num {
    font-size: 1.6rem;
  }

  .o2b-card-title {
    font-size: 1rem;
  }

  .o2b-card-text {
    font-size: 12.5px;
  }

  .o2b-pill {
    font-size: 10px;
    padding: 5px 9px;
  }
}

.o2b-modules-section {
  padding: 40px 0;
  background: #ffffff;
}
.o2b-modules-header {
  text-align: center;
  margin-bottom: 60px;
}
.o2b-modules-badge {
  display: inline-block;
  background: #eef2ff;
  color: #2d55ff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.o2b-modules-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a1929;
  margin: 15px 0;
}
.o2b-modules-desc {
  color: #64748b;
  font-size: 1.1rem;
}

.o2b-modules-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.o2b-mod-item {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #c6e3ff;
  border-radius: 12px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #00275d;
  transition: 0.3s ease;
  cursor: default;
  box-shadow: 0 3px 3px rgba(0, 51, 255, 0.175);
}
.o2b-mod-item:hover {
  background: linear-gradient(135deg, rgb(0, 149, 255), rgb(0, 52, 156));
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(45, 85, 255, 0.2);
}

@media (max-width: 1199.98px) {
  .o2b-modules-section {
    padding: 35px 0;
  }

  .o2b-modules-header {
    margin-bottom: 50px;
  }

  .o2b-modules-title {
    font-size: 2.2rem;
  }

  .o2b-modules-desc {
    font-size: 1rem;
  }

  .o2b-modules-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
  }
}

@media (max-width: 991.98px) {
  .o2b-modules-section {
    padding: 30px 0;
  }

  .o2b-modules-header {
    margin-bottom: 45px;
  }

  .o2b-modules-title {
    font-size: 2rem;
  }

  .o2b-modules-desc {
    font-size: 15px;
  }

  .o2b-modules-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }

  .o2b-mod-item {
    padding: 18px;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .o2b-modules-section {
    padding: 25px 0;
  }

  .o2b-modules-header {
    margin-bottom: 35px;
  }

  .o2b-modules-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .o2b-modules-desc {
    font-size: 14px;
    line-height: 1.7;
  }

  .o2b-modules-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .o2b-mod-item {
    padding: 16px;
    font-size: 13.5px;
    border-radius: 10px;
  }
}

@media (max-width: 575.98px) {
  .o2b-modules-section {
    padding: 20px 0;
  }

  .o2b-modules-badge {
    font-size: 10px;
    padding: 6px 14px;
  }

  .o2b-modules-title {
    font-size: 1.55rem;
  }

  .o2b-modules-desc {
    font-size: 13px;
  }

  .o2b-modules-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .o2b-mod-item {
    padding: 14px 10px;
    font-size: 13px;
  }
}

@media (max-width: 399.98px) {
  .o2b-modules-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .o2b-modules-title {
    font-size: 1.35rem;
  }

  .o2b-mod-item {
    padding: 14px;
    font-size: 12.5px;
  }
}

.o2b-industry-section {
  padding: 40px 0;
  background: #fafcff;
  font-family: "Inter", sans-serif;
}
.o2b-ind-header {
  text-align: center;
  margin-bottom: 60px;
}
.o2b-ind-badge {
  display: inline-block;
  background: #eef2ff;
  color: #2d55ff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.o2b-ind-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a1929;
  margin: 15px 0;
}
.o2b-ind-desc {
  color: #64748b;
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.o2b-ind-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.o2b-ind-card {
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #f1f5f9;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.175);
}

/* Background Circle Accent (Jaise image mein hai) */
.o2b-accent-circle {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background: #e3eeff;
  border-radius: 50%;
  z-index: 0;
}

.o2b-ind-card h3,
.o2b-ind-card p {
  position: relative;
  z-index: 1;
}
.o2b-ind-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a1929;
  margin-bottom: 15px;
}
.o2b-ind-card p {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.6;
}

.o2b-ind-card:hover {
  background: linear-gradient(135deg, #e6fcff 0%, #e3e8ff 100%);
  border-color: #b0d6ff;
  transform: translateY(-5px);
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.249);
}
.o2b-ind-card:hover .o2b-accent-circle {
  background: #007bff;
}

@media (max-width: 1199.98px) {
  .o2b-industry-section {
    padding: 35px 0;
  }

  .o2b-ind-header {
    margin-bottom: 50px;
  }

  .o2b-ind-title {
    font-size: 2.2rem;
  }

  .o2b-ind-desc {
    font-size: 1rem;
    max-width: 600px;
  }

  .o2b-ind-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .o2b-ind-card {
    padding: 28px;
  }
}

@media (max-width: 991.98px) {
  .o2b-industry-section {
    padding: 30px 0;
  }

  .o2b-ind-header {
    margin-bottom: 45px;
  }

  .o2b-ind-title {
    font-size: 2rem;
  }

  .o2b-ind-desc {
    font-size: 15px;
    line-height: 1.7;
  }

  .o2b-ind-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .o2b-ind-card {
    padding: 24px;
    border-radius: 14px;
  }

  .o2b-ind-card h3 {
    font-size: 1rem;
  }

  .o2b-ind-card p {
    font-size: 14px;
  }

  .o2b-accent-circle {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767.98px) {
  .o2b-industry-section {
    padding: 25px 0;
  }

  .o2b-ind-header {
    margin-bottom: 35px;
  }

  .o2b-ind-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .o2b-ind-desc {
    font-size: 14px;
  }

  .o2b-ind-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .o2b-ind-card {
    padding: 22px;
  }

  .o2b-ind-card h3 {
    font-size: 1rem;
  }

  .o2b-ind-card p {
    font-size: 13.5px;
    line-height: 1.6;
  }

  .o2b-accent-circle {
    width: 60px;
    height: 60px;
    right: -15px;
    bottom: -15px;
  }
}

@media (max-width: 575.98px) {
  .o2b-industry-section {
    padding: 20px 0;
  }

  .o2b-ind-badge {
    font-size: 10px;
    padding: 6px 14px;
  }

  .o2b-ind-title {
    font-size: 1.55rem;
  }

  .o2b-ind-desc {
    font-size: 13px;
  }

  .o2b-ind-card {
    padding: 20px;
    border-radius: 12px;
  }

  .o2b-ind-card h3 {
    font-size: 15px;
  }

  .o2b-ind-card p {
    font-size: 13px;
  }
}

@media (max-width: 399.98px) {
  .o2b-ind-title {
    font-size: 1.35rem;
  }

  .o2b-ind-card {
    padding: 18px;
  }

  .o2b-ind-card h3 {
    font-size: 14px;
  }

  .o2b-ind-card p {
    font-size: 12.5px;
  }

  .o2b-accent-circle {
    width: 50px;
    height: 50px;
  }
}
.o2b-scope-section {
  padding: 40px 0;
  background: #ffffff;
  font-family: "Inter", sans-serif;
}
.o2b-scope-header {
  text-align: center;
  margin-bottom: 60px;
}
.o2b-scope-badge {
  display: inline-block;
  background: #eef2ff;
  color: #2d55ff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.o2b-scope-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a1929;
  margin: 10px 0;
}
.o2b-scope-desc {
  color: #64748b;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.o2b-scope-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.o2b-scope-card {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  transition: 0.3s;
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.175);
}
.o2b-scope-card:hover {
  background: linear-gradient(135deg, #d8faff 0%, #d7deff 100%);
  border-color: #c6e3ff;
  transform: translateY(-5px);
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.233);
}
.o2b-scope-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0a1929;
  margin-bottom: 25px;
  line-height: 1.3;
}

.o2b-pill-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.o2b-pill-box span {
  background: #f1f5f9;
  color: #334155;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
}
.o2b-scope-card:hover .o2b-pill-box span {
  background: #ffffff;
  color: #2d55ff;
}
@media (max-width: 1199px) {
  .o2b-scope-header {
    margin-bottom: 50px;
  }

  .o2b-scope-title {
    font-size: 2.2rem;
  }

  .o2b-scope-desc {
    font-size: 1rem;
  }

  .o2b-scope-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .o2b-scope-section {
    padding: 35px 0;
  }

  .o2b-scope-header {
    margin-bottom: 40px;
  }

  .o2b-scope-title {
    font-size: 2rem;
  }

  .o2b-scope-desc {
    font-size: 0.95rem;
    max-width: 100%;
  }

  .o2b-scope-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .o2b-scope-card {
    padding: 24px;
  }

  .o2b-scope-card h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .o2b-pill-box {
    gap: 8px;
  }

  .o2b-pill-box span {
    font-size: 11px;
    padding: 6px 12px;
  }
}

@media (max-width: 767px) {
  .o2b-scope-section {
    padding: 30px 0;
  }

  .o2b-scope-header {
    margin-bottom: 35px;
  }

  .o2b-scope-badge {
    font-size: 0.65rem;
    padding: 6px 16px;
  }

  .o2b-scope-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .o2b-scope-desc {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .o2b-scope-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .o2b-scope-card {
    padding: 22px;
    border-radius: 16px;
  }

  .o2b-scope-card h3 {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .o2b-pill-box span {
    font-size: 11px;
    padding: 5px 12px;
  }
}

@media (max-width: 575px) {
  .o2b-scope-section {
    padding: 25px 0;
  }

  .o2b-scope-header {
    margin-bottom: 30px;
  }

  .o2b-scope-title {
    font-size: 1.6rem;
  }

  .o2b-scope-desc {
    font-size: 0.875rem;
  }

  .o2b-scope-card {
    padding: 18px;
  }

  .o2b-scope-card h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .o2b-pill-box {
    gap: 6px;
  }

  .o2b-pill-box span {
    font-size: 10px;
    padding: 5px 10px;
  }
}
.o2b-process-section {
  padding: 40px 0;
  background:
    radial-gradient(
      circle at 20% 25%,
      rgba(81, 229, 255, 0.424) 0%,
      transparent 30%
    ),
    radial-gradient(
      circle at 80% 75%,
      rgba(60, 1, 255, 0.467) 0%,
      transparent 35%
    ),
    linear-gradient(135deg, #00339a 0%, #0098b7 100%);
  color: #ffffff;
  font-family: "Inter", sans-serif;
}
.o2b-process-header {
  text-align: center;
  margin-bottom: 30px;
}
.o2b-process-badge {
  display: inline-block;
  background: #eef2ff;
  color: #2d55ff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.o2b-process-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 15px 0;
}
.o2b-process-desc {
  color: #a0aec0;
  font-size: 1rem;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.o2b-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.o2b-process-card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(181, 203, 255, 0.18);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.o2b-process-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(122, 108, 255, 0.45);
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(106, 90, 255, 0.25);
}
.o2b-card-num {
  width: 25px;
  height: 25px;
  background: #f6f7f9;
  color: #0751fe;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 10px;
}
.o2b-process-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.o2b-process-card p {
  font-size: 0.9rem;
  color: #cbd5e0;
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .o2b-process-title {
    font-size: 2.2rem;
  }

  .o2b-process-desc {
    font-size: 0.95rem;
    max-width: 600px;
  }

  .o2b-process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .o2b-process-card {
    padding: 18px;
  }
}

@media (max-width: 991px) {
  .o2b-process-section {
    padding: 35px 0;
  }

  .o2b-process-header {
    margin-bottom: 35px;
  }

  .o2b-process-title {
    font-size: 2rem;
  }

  .o2b-process-desc {
    font-size: 0.95rem;
    max-width: 100%;
  }

  .o2b-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .o2b-process-card {
    padding: 18px;
    border-radius: 14px;
  }

  .o2b-process-card h3 {
    font-size: 1rem;
  }

  .o2b-process-card p {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .o2b-process-section {
    padding: 30px 0;
  }

  .o2b-process-header {
    margin-bottom: 30px;
  }

  .o2b-process-badge {
    font-size: 0.65rem;
    padding: 6px 16px;
  }

  .o2b-process-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .o2b-process-desc {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .o2b-process-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .o2b-process-card {
    padding: 18px;
  }

  .o2b-card-num {
    width: 35px;
    height: 35px;
    font-size: 0.95rem;
    margin-bottom: 12px;
  }

  .o2b-process-card h3 {
    font-size: 1rem;
  }

  .o2b-process-card p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

@media (max-width: 575px) {
  .o2b-process-section {
    padding: 25px 0;
  }

  .o2b-process-header {
    margin-bottom: 25px;
  }

  .o2b-process-title {
    font-size: 1.6rem;
  }

  .o2b-process-desc {
    font-size: 0.85rem;
  }

  .o2b-process-card {
    padding: 16px;
    border-radius: 12px;
  }

  .o2b-card-num {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }

  .o2b-process-card h3 {
    font-size: 0.95rem;
  }

  .o2b-process-card p {
    font-size: 0.82rem;
  }
}

.o2b-table-wrapper {
  padding: 40px 0;
  background: #ffffff;
  font-family: "Inter", sans-serif;
}
.o2b-table-header-block {
  text-align: center;
  margin-bottom: 50px;
}
.o2b-table-badge-text {
  display: inline-block;
  background: #eef2ff;
  color: #2d55ff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.o2b-table-main-title {
  font-size: 2.5rem;
  max-width: 700px;
  font-weight: 700;
  color: #0a1929;
  margin: 15px auto;
}
.o2b-table-sub-text {
  color: #64748b;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

.o2b-custom-comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #c9dfff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.175);
}
.o2b-table-head-row {
  background: #f8fafc;
}
.o2b-table-head-cell {
  padding: 20px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  color: #0a1929;
  border-bottom: 2px solid #c9dfff;
}
.o2b-table-body-row:hover {
  background: #fcfdff;
}
.o2b-table-data-cell {
  padding: 20px;
  font-size: 15px;
  color: #334155;
  border-bottom: 1px solid #c9dfff;
}
.o2b-table-body-row:last-child .o2b-table-data-cell {
  border-bottom: none;
}
.o2b-bold-text {
  font-weight: 600;
  color: #006eff;
}

.o2b-upgrade-wrapper {
  padding: 40px 0;
  background: #ffffff;
  font-family: "Inter", sans-serif;
}

.o2b-upgrade-header {
  text-align: center;
  margin-bottom: 50px;
}
.o2b-upgrade-badge {
  display: inline-block;
  background: #eef2ff;
  color: #2d55ff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.o2b-upgrade-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a1929;
  margin: 15px 0;
}
.o2b-upgrade-desc {
  color: #64748b;
  font-size: 1.1rem;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6;
}

.o2b-upgrade-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.o2b-upgrade-card {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.175);
}

.o2b-card-green {
  background: #f0fdf4;
  border-color: #dcfce7;
}
.o2b-card-red {
  background: #fff1f2;
  border-color: #ffe4e6;
}

.o2b-upgrade-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0a1929;
  margin-bottom: 25px;
}
.o2b-upgrade-card ul {
  list-style: none;
  padding: 0;
}
.o2b-upgrade-card ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.6;
}
.o2b-upgrade-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2d55ff;
  font-size: 1.5rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .o2b-upgrade-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991.98px) {
  .o2b-table-wrapper,
  .o2b-upgrade-wrapper {
    padding: 35px 0;
  }

  .o2b-table-main-title,
  .o2b-upgrade-title {
    font-size: 2.1rem;
  }

  .o2b-table-sub-text,
  .o2b-upgrade-desc {
    font-size: 1rem;
  }

  .o2b-table-head-cell,
  .o2b-table-data-cell {
    padding: 16px;
    font-size: 14px;
  }

  .o2b-upgrade-grid {
    gap: 20px;
  }

  .o2b-upgrade-card {
    padding: 24px;
  }

  .o2b-upgrade-card h3 {
    font-size: 1.35rem;
  }
}

@media (max-width: 767.98px) {
  .o2b-table-wrapper,
  .o2b-upgrade-wrapper {
    padding: 30px 0;
  }

  .o2b-table-header-block,
  .o2b-upgrade-header {
    margin-bottom: 35px;
  }

  .o2b-table-main-title,
  .o2b-upgrade-title {
    font-size: 1.85rem;
    line-height: 1.3;
  }

  .o2b-table-sub-text,
  .o2b-upgrade-desc {
    font-size: 15px;
    line-height: 1.7;
  }

  .o2b-table-head-cell,
  .o2b-table-data-cell {
    padding: 14px;
    font-size: 13.5px;
  }

  .o2b-upgrade-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .o2b-upgrade-card {
    padding: 22px;
    border-radius: 16px;
  }

  .o2b-upgrade-card h3 {
    font-size: 1.3rem;
    margin-bottom: 18px;
  }

  .o2b-upgrade-card ul li {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

@media (max-width: 575.98px) {
  .o2b-table-wrapper,
  .o2b-upgrade-wrapper {
    padding: 25px 0;
  }

  .o2b-table-badge-text,
  .o2b-upgrade-badge {
    font-size: 10px;
    padding: 6px 14px;
    letter-spacing: 0.8px;
  }

  .o2b-table-main-title,
  .o2b-upgrade-title {
    font-size: 1.55rem;
    line-height: 1.35;
    margin: 12px 0;
  }

  .o2b-table-sub-text,
  .o2b-upgrade-desc {
    font-size: 14px;
    line-height: 1.7;
  }

  .o2b-custom-comparison-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 10px;
  }

  .o2b-table-head-cell,
  .o2b-table-data-cell {
    padding: 12px;
    font-size: 13px;
  }

  .o2b-upgrade-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .o2b-upgrade-card {
    padding: 20px;
    border-radius: 14px;
  }

  .o2b-upgrade-card h3 {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }

  .o2b-upgrade-card ul li {
    font-size: 13.5px;
    line-height: 1.6;
    padding-left: 22px;
  }
}

@media (max-width: 399.98px) {
  .o2b-table-main-title,
  .o2b-upgrade-title {
    font-size: 1.35rem;
  }

  .o2b-table-sub-text,
  .o2b-upgrade-desc {
    font-size: 13px;
  }

  .o2b-table-head-cell,
  .o2b-table-data-cell {
    padding: 10px;
    font-size: 12px;
  }

  .o2b-upgrade-card {
    padding: 18px;
  }

  .o2b-upgrade-card h3 {
    font-size: 1.1rem;
  }

  .o2b-upgrade-card ul li {
    font-size: 13px;
  }
}
.o2b-why-section {
  padding: 40px 0;
  background: #ffffff;
  font-family: "Inter", sans-serif;
}

.o2b-why-header {
  text-align: center;
  margin-bottom: 60px;
}
.o2b-why-badge {
  display: inline-block;
  background: #eef2ff;
  color: #2d55ff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.o2b-why-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a1929;
  margin: 15px 0;
  max-width: 700px;
  margin: 0 auto;
}
.o2b-why-desc {
  color: #64748b;
  font-size: 15px;
  max-width: 700px;
  margin: 10px auto;
  line-height: 1.6;
}

.o2b-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.o2b-why-card {
  padding: 30px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  transition: 0.3s ease;
  background: #ffffff;
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.175);
}
.o2b-why-card:hover {
  background: linear-gradient(135deg, #d1fbff 0%, #adbdff 100%);
  border-color: #c1cdff;
  box-shadow: 0 10px 10px rgba(0, 15, 82, 0.227);
}

.o2b-why-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a1929;
  margin-bottom: 12px;
}
.o2b-why-card p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .o2b-why-header {
    margin-bottom: 50px;
  }

  .o2b-why-title {
    font-size: 2.2rem;
    max-width: 650px;
  }

  .o2b-why-desc {
    font-size: 1rem;
    max-width: 600px;
  }

  .o2b-why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .o2b-why-card {
    padding: 26px;
  }
}

@media (max-width: 991px) {
  .o2b-why-section {
    padding: 35px 0;
  }

  .o2b-why-header {
    margin-bottom: 40px;
  }

  .o2b-why-title {
    font-size: 2rem;
    max-width: 100%;
  }

  .o2b-why-desc {
    font-size: 0.95rem;
    max-width: 100%;
  }

  .o2b-why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .o2b-why-card {
    padding: 22px;
  }

  .o2b-why-card h3 {
    font-size: 1rem;
  }

  .o2b-why-card p {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .o2b-why-section {
    padding: 30px 0;
  }

  .o2b-why-header {
    margin-bottom: 35px;
  }

  .o2b-why-badge {
    font-size: 0.65rem;
    padding: 6px 16px;
  }

  .o2b-why-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .o2b-why-desc {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .o2b-why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .o2b-why-card {
    padding: 20px;
    border-radius: 14px;
  }

  .o2b-why-card h3 {
    font-size: 1rem;
  }

  .o2b-why-card p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

@media (max-width: 575px) {
  .o2b-why-section {
    padding: 25px 0;
  }

  .o2b-why-header {
    margin-bottom: 30px;
  }

  .o2b-why-title {
    font-size: 1.6rem;
  }

  .o2b-why-desc {
    font-size: 0.85rem;
  }

  .o2b-why-card {
    padding: 18px;
  }

  .o2b-why-card h3 {
    font-size: 0.95rem;
  }

  .o2b-why-card p {
    font-size: 0.82rem;
  }
}

/* Trust Base Layer Rules */
.o2b-trust-section {
  padding: 30px 0;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  background-image: radial-gradient(rgba(8, 127, 245, 0.03) 1px, transparent 0);
  background-size: 24px 24px;
}

.o2b-trust-header {
  margin-bottom: 40px;
}

.o2b-trust-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #f59e0b; /* Yellow/Gold Accent Title */
  margin-bottom: 8px;
}

.o2b-trust-heading {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0b2240; /* Darker Navy Heading */
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.o2b-trust-subtext {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #64748b;
  max-width: 680px;
  margin: 0 auto 12px auto;
}

/* Three Gold Dots below header */
.o2b-header-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}
.o2b-header-dots span {
  width: 7px;
  height: 7px;
  background-color: #f59e0b;
  border-radius: 50%;
  display: inline-block;
}

/* Accreditations Grid Layout */
/* ===== Accreditation Slider (mirrors home affiliation-slider-wrapper) ===== */
.o2b-accreditation-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}

.o2b-accreditation-slider-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
  will-change: transform;
  transition: transform 0.6s ease-in-out;
}

.o2b-accreditation-slider-track .o2b-badge-container {
  flex: 0 0 calc((100% - 202px) / 4); /* 4 cards visible (3 gaps of 24px) */
}

/* Tablet – 2 cards */
@media (max-width: 991px) {
  .o2b-accreditation-slider-track .o2b-badge-container {
    flex: 0 0 calc((100% - 204px) / 2);
  }
}

/* Mobile – 1 card */
@media (max-width: 575px) {
  .o2b-accreditation-slider-track .o2b-badge-container {
    flex: 0 0 100%;
  }
  .o2b-accreditation-slider-track {
    gap: 16px;
  }
}

.o2b-badge-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.o2b-badge-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.o2b-badge-card:hover {
  border-color: #cbd5e1;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.o2b-badge-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o2b-badge-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Text Captions Beneath Badges */
.o2b-badge-label {
  margin-top: 16px;
  font-size: 13.5px;
  line-height: 1.4;
  color: #334155;
  font-weight: 500;
}
.o2b-badge-label span {
  font-weight: 400;
}
.o2b-badge-label .highlight-purple {
  color: #8b5cf6;
  font-weight: 700;
}
.o2b-badge-label .highlight-blue {
  color: #087ff5;
  font-weight: 600;
}

/* Elegant Center Section Divider for Clients */
.o2b-clients-divider {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o2b-clients-divider::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  height: 1.5px;
  background: linear-gradient(
    90deg,
    rgba(8, 127, 245, 0.1) 0%,
    rgba(8, 127, 245, 0.7) 50%,
    rgba(8, 127, 245, 0.1) 100%
  );
  z-index: 1;
}

.o2b-divider-text {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 0 20px;
  font-size: 26px;
  font-weight: 800;
  color: #0b2240;
}

.o2b-divider-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #087ff5;
  border-radius: 50%;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
.o2b-clients-divider .left-dot {
  left: 40%;
}
.o2b-clients-divider .right-dot {
  right: 40%;
}

/* Client Logo Double Row Systems */
.o2b-client-master-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

.o2b-client-grid-top {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.o2b-client-grid-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 68%;
  margin: 0 auto;
}

.o2b-client-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  height: 100px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.015);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.o2b-client-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.25s ease;
}

.o2b-client-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  transform: translateY(-2px);
}

/* Features Highlight Ribbon Footer Component */
.o2b-features-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
  padding: 24px 16px;
  margin-top: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.o2b-feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  border-right: 1px solid #e2e8f0;
}

.o2b-feature-item:last-child {
  border-right: none;
}

.o2b-feature-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(8, 127, 245, 0.08);
  color: #087ff5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.o2b-feature-icon-box svg {
  width: 22px;
  height: 22px;
}

.o2b-feature-text h4 {
  font-size: 14px;
  font-weight: 700;
  color: #0b2240;
  margin: 0 0 3px 0;
}

.o2b-feature-text p {
  font-size: 12px;
  color: #64748b;
  margin: 0;
  line-height: 1.3;
}

/* Responsive Breakpoint Matrix */
@media (max-width: 1200px) {
  .o2b-client-grid-bottom {
    max-width: 85%;
  }
  .o2b-clients-divider .left-dot {
    left: 28%;
  }
  .o2b-clients-divider .right-dot {
    right: 28%;
  }
}

@media (max-width: 991px) {
  .o2b-trust-heading {
    font-size: 2.2rem;
  }
  .o2b-accreditation-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .o2b-client-grid-top {
    grid-template-columns: repeat(3, 1fr);
  }
  .o2b-client-grid-bottom {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
  .o2b-features-ribbon {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .o2b-feature-item {
    border-right: none;
  }
  .o2b-clients-divider .left-dot,
  .o2b-clients-divider .right-dot {
    display: none;
  }
}

@media (max-width: 768px) {
  .o2b-accreditation-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .o2b-divider-text {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .o2b-trust-heading {
    font-size: 1.8rem;
  }
  .o2b-accreditation-grid {
    grid-template-columns: 1fr;
  }
  .o2b-client-grid-top,
  .o2b-client-grid-bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .o2b-features-ribbon {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* .trust-section{
 background: radial-gradient( at top, #ffffff 0%, #f8fafc 100%);
} */
.brandpush-wrapper {
  position: relative;
  background: linear-gradient(90deg, #cbbcffa5 0%, #d9f5ff 50%, #c6f0ff 100%);
  border-radius: 20px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.311);
  overflow: hidden;
}

.bp-leaf {
  position: absolute;
  height: 220px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.bp-leaf-left {
  left: 20px;
}

.bp-leaf-right {
  right: 20px;
  transform: translateY(-50%) scaleX(-1);
}

.bp-header,
.bp-logo-container,
.bp-footer {
  position: relative;
  z-index: 1;
  width: 100%;
}

.bp-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #1e293b;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: block;
}

.bp-logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 850px;
  margin: 0 auto;
}

.bp-logo-item img {
  max-width: 110px;
  max-height: 50px;
  width: auto;
  height: auto;
  filter: grayscale(100%);
  opacity: 1;
  transition: all 0.3s ease;
}

.bp-logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .brandpush-wrapper {
    min-height: 280px;
    padding: 35px 20px;
  }

  .bp-leaf {
    height: 180px;
  }

  .bp-leaf-left {
    left: 10px;
  }

  .bp-leaf-right {
    right: 10px;
  }

  .bp-logo-container {
    gap: 18px;
    max-width: 700px;
  }

  .bp-logo-item img {
    max-width: 100px;
    max-height: 45px;
  }

  .bp-title {
    font-size: 13px;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .brandpush-wrapper {
    min-height: 250px;
    padding: 30px 15px;
    border-radius: 16px;
    margin: 10px auto;
  }

  .bp-leaf {
    height: 140px;
    opacity: 0.12;
  }

  .bp-leaf-left {
    left: -25px;
  }

  .bp-leaf-right {
    right: -25px;
  }

  .bp-title {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 18px;
  }

  .bp-logo-container {
    gap: 15px;
    max-width: 100%;
  }

  .bp-logo-item {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bp-logo-item img {
    max-width: 90px;
    max-height: 40px;
  }
}

@media (max-width: 480px) {
  .brandpush-wrapper {
    min-height: 220px;
    padding: 25px 10px;
    border-radius: 14px;
  }

  .bp-leaf {
    height: 110px;
    opacity: 0.1;
  }

  .bp-leaf-left {
    left: -35px;
  }

  .bp-leaf-right {
    right: -35px;
  }

  .bp-title {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
  }

  .bp-logo-container {
    gap: 12px;
  }

  .bp-logo-item {
    width: 85px;
  }

  .bp-logo-item img {
    max-width: 75px;
    max-height: 35px;
  }
}
/* SECTION */
.video-testimonial-section {
  padding: 10px 0;
}

/* TITLES
.section-title {
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
} */

.section-subtitle {
  font-size: 16px;
  color: #64748b;
  max-width: 720px;
  margin: 12px auto 50px;
}

/* SLIDER */
.video-slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.video-slider {
  display: flex;
  gap: 24px;
  overflow: hidden;
  max-width: 1100px;
  height: 100%;
  width: 100%;
}

/* CARD */
.video-card {
  min-width: 250px;
  border-radius: 16px;
  border: 1px solid rgb(230, 230, 230);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-card:hover {
  transform: translateY(-6px);
}

/* THUMB */
.video-thumb {
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 16px 16px 16px 16px;
  position: relative;
}

/* PLAY */
.play-btn {
  width: 30px;
  height: 30px;
  background: #ffffff9f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-left: 14px solid #2563eb;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* INFO */
.video-info {
  padding: 16px;
  text-align: left;
}

.video-info h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.video-info p {
  margin-top: 4px;
  font-size: 13px;
  color: #64748b;
}

/* NAV BUTTONS */
.slider-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  font-size: 26px;
  cursor: pointer;

  /* POSITIONING */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* LEFT */
.prev-btn {
  left: -22px;
  /* pulls button outside cards */
}

/* RIGHT */
.next-btn {
  right: -22px;
  /* pulls button outside cards */
}

.slider-btn:hover {
  background: #2563eb;
  color: #ffffff;
}

.video-slider {
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
}

.video-track {
  display: flex;
  gap: 24px;
  width: max-content;
  /* animation: scroll-left 30s linear infinite; */
}

/* Pause on hover */
/* .video-slider:hover .video-track {
    animation-play-state: paused;
} */

/* @keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
} */

/* STATS */
.stats-bar {
  margin-top: 80px;
  padding: 50px 0;
  background: linear-gradient(135deg, #0b5cff, #7c3aed);
  border: 1px solid rgb(243, 243, 243);
  border-radius: 30px;
}

.stats-bar h3 {
  font-size: 45px;
  font-weight: 800;
}

.stats-bar p {
  font-size: 14px;
  opacity: 0.9;
  font-weight: 400;
}

/* MODAL */
.video-modal-content {
  background: #000;
  border-radius: 12px;
}

.video-close {
  position: absolute;
  top: 10px;
  right: 14px;
  color: #fff;
  font-size: 28px;
  z-index: 10;
}
@media (max-width: 1199px) {
  .video-slider {
    max-width: 900px;
  }

  .video-card {
    min-width: 230px;
  }

  .stats-bar h3 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .video-testimonial-section {
    padding: 40px 0;
  }

  .section-subtitle {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .video-slider {
    max-width: 100%;
  }

  .video-card {
    min-width: 260px;
  }

  .video-thumb {
    height: 170px;
  }

  .prev-btn {
    left: -12px;
  }

  .next-btn {
    right: -12px;
  }

  .stats-bar {
    margin-top: 60px;
    padding: 40px 20px;
    border-radius: 20px;
  }

  .stats-bar h3 {
    font-size: 34px;
  }

  .stats-bar p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .video-testimonial-section {
    padding: 30px 0;
  }

  .section-subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .video-track {
    gap: 16px;
  }

  .video-card {
    min-width: 220px;
  }

  .video-thumb {
    height: 150px;
  }

  .video-info {
    padding: 14px;
  }

  .video-info h6 {
    font-size: 14px;
  }

  .video-info p {
    font-size: 12px;
  }

  .slider-btn {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .prev-btn {
    left: -8px;
  }

  .next-btn {
    right: -8px;
  }

  .stats-bar {
    margin-top: 50px;
    padding: 35px 20px;
  }

  .stats-bar h3 {
    font-size: 30px;
  }

  .stats-bar p {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .video-testimonial-section {
    padding: 20px 0;
  }

  .section-subtitle {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .video-card {
    min-width: 100%;
  }

  .video-thumb {
    height: 200px;
  }

  .video-info {
    padding: 16px;
  }

  .slider-btn {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .prev-btn {
    left: 5px;
  }

  .next-btn {
    right: 5px;
  }

  .play-btn {
    width: 50px;
    height: 50px;
  }

  .play-btn::after {
    border-left: 12px solid #2563eb;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }

  .stats-bar {
    margin-top: 40px;
    padding: 30px 15px;
    border-radius: 16px;
  }

  .stats-bar h3 {
    font-size: 26px;
  }

  .stats-bar p {
    font-size: 12px;
    margin-bottom: 18px;
  }
}

.o2b-usecases-section {
  padding: 40px 0;
  background: #ffffff;
  font-family: "Inter", sans-serif;
}
.o2b-usecases-header {
  text-align: center;
  margin-bottom: 60px;
}
.o2b-usecases-badge {
  display: inline-block;
  background: #eef2ff;
  color: #2d55ff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.o2b-usecases-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a1929;
  max-width: 600px;
  margin: 15px auto;
}
.o2b-usecases-desc {
  color: #64748b;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

.o2b-usecases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.o2b-usecase-item {
  padding: 15px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-weight: 600;
  color: #334155;
  transition: 0.3s;
  font-size: 14px;
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.175);
}
.o2b-usecase-item:hover {
  border-color: #2d55ff;
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.261);
}
.o2b-usecase-item span {
  color: #2d55ff;
  margin-right: 10px;
  font-weight: 800;
}

@media (max-width: 991px) {
  .o2b-usecases-section {
    padding: 35px 0;
  }

  .o2b-usecases-header {
    margin-bottom: 40px;
  }

  .o2b-usecases-title {
    font-size: 2rem;
    max-width: 100%;
  }

  .o2b-usecases-desc {
    font-size: 1rem;
    max-width: 100%;
  }

  .o2b-usecases-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .o2b-usecase-item {
    padding: 14px;
  }
}

@media (max-width: 767px) {
  .o2b-usecases-section {
    padding: 30px 0;
  }

  .o2b-usecases-header {
    margin-bottom: 30px;
  }

  .o2b-usecases-title {
    font-size: 1.75rem;
  }

  .o2b-usecases-desc {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .o2b-usecases-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .o2b-usecase-item {
    font-size: 13px;
    padding: 14px;
  }
}

@media (max-width: 575px) {
  .o2b-usecases-section {
    padding: 25px 0;
  }

  .o2b-usecases-badge {
    font-size: 0.65rem;
    padding: 5px 14px;
  }

  .o2b-usecases-title {
    font-size: 1.5rem;
    margin: 12px auto;
  }

  .o2b-usecases-desc {
    font-size: 0.9rem;
  }

  .o2b-usecase-item {
    padding: 12px;
    font-size: 13px;
  }

  .o2b-usecase-item span {
    margin-right: 8px;
  }
}

.o2b-lifecycle-section {
  padding: 40px 0;
  background: #ffffff;
  font-family: "Inter", sans-serif;
}

.o2b-lifecycle-header {
  text-align: center;
  margin-bottom: 60px;
}
.o2b-lifecycle-badge {
  display: inline-block;
  background: #eef2ff;
  color: #2d55ff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.o2b-lifecycle-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a1929;
  margin: 20px 0;
}
.o2b-lifecycle-desc {
  color: #64748b;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.o2b-lifecycle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.o2b-lifecycle-card {
  padding: 30px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
  transition: 0.3s;
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.175);
}

.o2b-lifecycle-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a1929;
  margin-bottom: 15px;
}
.o2b-lifecycle-card a {
  font-size: 0.95rem;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.o2b-lifecycle-card:hover {
  background: linear-gradient(135deg, #cff8ff, #d8d8ff);
  border-color: #9eb0ff;
  box-shadow: 0 5px 5px rgba(0, 16, 81, 0.263);
}

@media (max-width: 991px) {
  .o2b-lifecycle-section {
    padding: 35px 0;
  }

  .o2b-lifecycle-header {
    margin-bottom: 40px;
  }

  .o2b-lifecycle-title {
    font-size: 2rem;
    margin: 15px 0;
  }

  .o2b-lifecycle-desc {
    font-size: 1rem;
    max-width: 100%;
  }

  .o2b-lifecycle-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .o2b-lifecycle-card {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .o2b-lifecycle-section {
    padding: 30px 0;
  }

  .o2b-lifecycle-header {
    margin-bottom: 30px;
  }

  .o2b-lifecycle-title {
    font-size: 1.75rem;
  }

  .o2b-lifecycle-desc {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .o2b-lifecycle-grid {
    gap: 14px;
  }

  .o2b-lifecycle-card {
    padding: 20px;
  }

  .o2b-lifecycle-card h5 {
    font-size: 1rem;
  }

  .o2b-lifecycle-card a {
    font-size: 0.9rem;
  }
}

@media (max-width: 575px) {
  .o2b-lifecycle-section {
    padding: 25px 0;
  }

  .o2b-lifecycle-badge {
    font-size: 0.65rem;
    padding: 5px 14px;
  }

  .o2b-lifecycle-title {
    font-size: 1.5rem;
  }

  .o2b-lifecycle-desc {
    font-size: 0.9rem;
  }

  .o2b-lifecycle-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .o2b-lifecycle-card {
    padding: 18px;
  }

  .o2b-lifecycle-card h5 {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }

  .o2b-lifecycle-card a {
    font-size: 0.85rem;
  }
}
.o2b-faq-section {
  width: 100%;
  max-width: 100%;
  background: #ffffff !important;
  padding: 80px 0;
  font-family: "Inter", sans-serif;
  overflow: hidden;
}

.o2b-faq-section .container {
  background: #ffffff !important;
}

.o2b-faq-badge {
  color: #2d55ff;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.o2b-faq-section h2 {
  color: #0a1929;
  font-size: 2.5rem;
  line-height: 1.25;
  margin-bottom: 20px;
}

.o2b-faq-section p {
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 50px;
}

.o2b-faq-section .accordion {
  width: 100%;
}

.o2b-faq-card {
  width: 100%;
  max-width: 100%;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  margin-bottom: 15px !important;
  overflow: hidden !important;
  box-shadow: 0 3px 10px rgba(0, 16, 81, 0.06) !important;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.o2b-faq-card:hover {
  border-color: #2d55ff !important;
  box-shadow: 0 4px 12px rgba(45, 85, 255, 0.08) !important;
}

.o2b-faq-card .card-header {
  width: 100%;
  padding: 0 !important;
  background: #ffffff !important;
  border: 0 !important;
}

.o2b-faq-card .card-header .btn {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 20px 25px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 15px !important;
  color: #0a1929 !important;
  background: #ffffff !important;
  border: 0 !important;
  text-decoration: none !important;
  text-align: left !important;
  white-space: normal !important;
  box-shadow: none !important;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.5;
}

.o2b-faq-card .card-header .btn:hover,
.o2b-faq-card .card-header .btn:focus,
.o2b-faq-card .card-header .btn:active {
  color: #0a1929 !important;
  background: #ffffff !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.o2b-faq-question {
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  color: #0a1929 !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.o2b-faq-card .plus-icon {
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #2d55ff !important;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.3s ease;
}

.o2b-faq-card .btn[aria-expanded="true"] .plus-icon {
  transform: rotate(45deg);
}

.o2b-faq-card .collapse {
  width: 100%;
  background: #ffffff !important;
}

.o2b-faq-card .card-body {
  width: 100%;
  max-width: 100%;
  padding: 0 25px 25px !important;
  background: #ffffff !important;
  color: #4a5568 !important;
  line-height: 1.7;
  font-size: 0.95rem;
  overflow-wrap: break-word;
}

.o2b-faq-card .card-body a {
  overflow-wrap: break-word;
}

@media (max-width: 991.98px) {
  .o2b-faq-section {
    padding: 60px 0;
  }

  .o2b-faq-section h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .o2b-faq-section p {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .o2b-faq-card .card-header .btn {
    padding: 18px 20px !important;
    font-size: 1rem;
  }

  .o2b-faq-card .card-body {
    padding: 0 20px 20px !important;
    font-size: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  .o2b-faq-section {
    width: 100% !important;
    max-width: 100% !important;
    padding: 40px 0 !important;
    background: #ffffff !important;
    overflow: hidden !important;
  }

  .o2b-faq-section .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    background: #ffffff !important;
  }

  .o2b-faq-section .accordion {
    width: 100% !important;
    max-width: 100% !important;
  }

  .o2b-faq-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px !important;
    border-radius: 10px !important;
    background: #ffffff !important;
  }

  .o2b-faq-card .card-header {
    width: 100% !important;
    padding: 0 !important;
    background: #ffffff !important;
  }

  .o2b-faq-card .card-header .btn {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px 16px !important;
    gap: 10px !important;
    align-items: flex-start !important;
    background: #ffffff !important;
    white-space: normal !important;
  }

  .o2b-faq-question {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 30px) !important;
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .o2b-faq-card .plus-icon {
    flex: 0 0 20px !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 1.15rem !important;
    margin-top: 1px;
  }

  .o2b-faq-card .card-body {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 16px 16px !important;
    background: #ffffff !important;
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
    overflow-wrap: break-word !important;
  }
}

@media (max-width: 575.98px) {
  .o2b-faq-section {
    padding: 30px 0 !important;
  }

  .o2b-faq-section .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .o2b-faq-card .card-header .btn {
    padding: 14px !important;
    gap: 10px !important;
  }

  .o2b-faq-question {
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
    max-width: calc(100% - 28px) !important;
  }

  .o2b-faq-card .plus-icon {
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    font-size: 1rem !important;
  }

  .o2b-faq-card .card-body {
    padding: 0 14px 14px !important;
    font-size: 0.85rem !important;
  }
}

@media (max-width: 375px) {
  .o2b-faq-section .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .o2b-faq-card .card-header .btn {
    padding: 13px !important;
    gap: 8px !important;
  }

  .o2b-faq-question {
    font-size: 0.84rem !important;
    line-height: 1.5 !important;
    max-width: calc(100% - 25px) !important;
  }

  .o2b-faq-card .plus-icon {
    flex: 0 0 17px !important;
    width: 17px !important;
    height: 17px !important;
    font-size: 0.95rem !important;
  }

  .o2b-faq-card .card-body {
    padding: 0 13px 13px !important;
    font-size: 0.83rem !important;
  }
}
.o2b-custom-cta-section {
  padding: 20px 0;
  background: #ffffff;
  font-family: "Inter", sans-serif;
}

.o2b-custom-cta-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 50px;
  background: linear-gradient(135deg, #558bff 0%, #011564 100%);
}

.o2b-custom-circle-one {
  position: absolute;
  right: -130px;
  bottom: -130px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 48px solid rgba(255, 255, 255, 0.08);
}

.o2b-custom-circle-two {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 48px solid rgba(255, 255, 255, 0.05);
}

.o2b-custom-cta-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.o2b-custom-cta-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 28px;
}

.o2b-custom-cta-desc {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
  max-width: 700px;
  margin-bottom: 40px;
}

.o2b-custom-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.o2b-custom-btn-primary {
  background: #ffffff;
  color: #2d55ff;
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.o2b-custom-btn-primary:hover {
  background: #eef2ff;
  color: #2d55ff;
}

.o2b-custom-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.o2b-custom-btn-outline:hover {
  background: #ffffff;
  color: #2d55ff;
}

@media (max-width: 991px) {
  .o2b-custom-cta-wrapper {
    padding: 50px 40px;
  }

  .o2b-custom-cta-title {
    font-size: 42px;
  }

  .o2b-custom-cta-desc {
    font-size: 17px;
  }

  .o2b-custom-circle-one {
    width: 300px;
    height: 300px;
  }

  .o2b-custom-circle-two {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 767px) {
  .o2b-custom-cta-wrapper {
    padding: 40px 25px;
    text-align: center;
  }

  .o2b-custom-cta-title {
    font-size: 34px;
  }

  .o2b-custom-cta-desc {
    font-size: 15px;
    line-height: 1.7;
  }

  .o2b-custom-cta-buttons {
    justify-content: center;
  }

  .o2b-custom-btn-primary,
  .o2b-custom-btn-outline {
    width: 100%;
  }

  .o2b-custom-circle-one {
    width: 220px;
    height: 220px;
    border-width: 30px;
    right: -90px;
    bottom: -90px;
  }

  .o2b-custom-circle-two {
    width: 160px;
    height: 160px;
    border-width: 30px;
    right: -20px;
    bottom: -20px;
  }
}

@media (max-width: 575px) {
  .o2b-custom-cta-wrapper {
    border-radius: 20px;
    padding: 35px 20px;
  }

  .o2b-custom-cta-title {
    font-size: 30px;
  }

  .o2b-custom-cta-desc {
    font-size: 14px;
  }

  .o2b-custom-btn-primary,
  .o2b-custom-btn-outline {
    font-size: 15px;
    padding: 13px 20px;
  }
}

.odoo20-independent-blue-cta {
  background: linear-gradient(135deg, #0056b3 0%, #3182ce 100%);
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 86, 179, 0.25);
  display: inline-block;
  text-align: left;
  text-decoration: none;
}

.odoo20-independent-blue-cta:hover {
  background: linear-gradient(135deg, #004085 100%, #2b6cb0 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 86, 179, 0.35);
  text-decoration: none;
}
