
  body{
    color:var(--text);
    font-family:'Inter', sans-serif;  }

.wb-hero-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #f0f4ff 0%, #e1ebff 100%);
    color: #0f172a;
    display: flex;
    align-items: center;
}

.wb-hero-eyebrow {
    font-size: 0.8rem;
    font-weight: 700;
    color: #2563eb;
    background-color: rgba(37, 99, 235, 0.1);
    border: 1px solid rgba(37, 99, 235, 0.2);
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-hero-title {
    font-size: 3rem;
    line-height: 1.15;
    color: #0f172a;
    font-weight: 800;
    margin-bottom: 20px;
}

.wb-hero-lede {
    color: #475569;
    font-size: 1.05rem;
    max-width: 540px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.wb-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.wb-btn-primary {
    background-color: #2563eb;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background-color 0.2s ease;
}

.wb-btn-primary:hover {
    background-color: #1d4ed8;
    color: #ffffff;
    text-decoration: none;
}

.wb-btn-outline {
    background-color: transparent;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 8px;
    border: 2px solid #2563eb;
    transition: all 0.2s ease;
    text-decoration: none;
}

.wb-btn-outline:hover {
    background-color: #2563eb;
    color: #ffffff;
    text-decoration: none;
}

.wb-hero-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.wb-hero-img {
    width: 100%;
    max-width: 480px;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
    filter: drop-shadow(0 20px 30px rgba(37, 99, 235, 0.15));
}

/* Media Queries */
@media (max-width: 1199.98px) {
    .wb-hero-section {
        padding: 80px 0;
    }
    .wb-hero-img {
        max-width: 420px;
    }
}

@media (max-width: 991.98px) {
    .wb-hero-section {
        padding: 60px 0;
        text-align: left;
    }
    .wb-hero-image-wrapper {
        margin-top: 30px;
    }
    .wb-hero-lede {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .wb-hero-section {
        padding: 40px 0;
    }
    .wb-hero-title {
        font-size: 28px;
    }
    .wb-hero-actions {
        flex-direction: column;
        gap: 10px;
    }
    .wb-btn-primary, .wb-btn-outline {
        width: 100%;
        text-align: center;
    }
}

.wb-stats-section {
    padding: 60px 0;
}

.wb-stats-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wb-stat-item {
    position: relative;
    padding: 20px 15px;
}

.wb-stat-card {
    text-align: center;
    background: #f8fbff;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    padding: 24px 16px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 82, 204, 0.08);
    border-color: #0052cc;
}

.wb-stat-num {
    font-size: clamp(28px, 3.2vw, 38px);
    font-weight: 800;
    color: #0052cc;
    line-height: 1.2;
    margin-bottom: 8px;
}

.wb-stat-label {
    font-size: 11.5px;
    font-weight: 700;
    color: #334155;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1.4;
}

/* Media Queries for Responsive Adjustments */
@media (max-width: 991.98px) {
    .wb-stats-section {
        padding: 45px 0;
    }
    .wb-stat-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .wb-stats-section {
        padding: 30px 0;
    }
    .wb-stat-card {
        padding: 18px 12px;
    }
}


/* BUSINESS PROBLEM SECTION - Light Mode, Blue Palette, Responsive & Unique Classes */
.wb-problem-section {
    padding: 50px 0;
    color: #0b0f19;
}

.wb-problem-container {
    width: 100%;
}

.wb-problem-eyebrow {
    font-size: 0.8rem;
    font-weight: 700;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-problem-title {
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 20px;
}

.wb-problem-sub {
    font-size: 1.05rem;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 0;
}

.wb-problem-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-problem-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px -4px rgba(0, 82, 204, 0.1);
    border-color: #0052cc;
}

.wb-problem-tag {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.75rem;
    font-weight: 700;
    color: #0052cc;
    background-color: #ebf3ff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
    width: max-content;
    margin-bottom: 14px;
}

.wb-problem-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 12px;
    line-height: 1.4;
}

.wb-problem-card-desc {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-problem-section {
        padding: 70px 0;
    }
}

@media (max-width: 575.98px) {
    .wb-problem-section {
        padding: 50px 0;
    }
    .wb-problem-card {
        padding: 20px;
    }
}




.wb-solution-section {
    padding: 60px 0;
    background-color: #f8fbff;
    color: #0b0f19;
}
.wb-solution-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-solution-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 20px;
}

.wb-solution-desc {
    font-size: 1.02rem;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 30px;
}

.wb-solution-cta-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.wb-solution-cta-text {
    display: block;
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 16px;
}

.wb-btn-primary {
    background-color: #0052cc;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
    display: inline-block;
    text-align: center;
}

.wb-btn-primary:hover {
    background-color: #003d99;
    color: #ffffff;
    transform: translateY(-2px);
}

.wb-checklist-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 32px 28px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    height: 100%;
}

.wb-checklist-heading {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 20px;
}

.wb-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wb-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size:14px;
    font-weight: 500;
    color: #334155;
    line-height: 1.5;
}

.wb-checklist li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.wb-checklist li:first-child {
    padding-top: 0;
}

.wb-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background-color: #ebf3ff;
    color: #0052cc;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-solution-section {
        padding: 70px 0;
    }
}

@media (max-width: 575.98px) {
    .wb-solution-section {
        padding: 50px 0;
    }
    .wb-checklist-card {
        padding: 20px;
    }
    .wb-solution-cta-box {
        padding: 18px;
    }
}



.wb-services-section {
    padding: 60px 0;
    background-color: #ffffff;
    color: #0b0f19;
}

.wb-services-eyebrow {
    font-size: 0.8rem;
    font-weight: 700;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-services-title {
    font-size:2.5rem;
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
}

.wb-services-grid {
    row-gap: 30px;
}

.wb-service-col {
    display: flex;
}

.wb-service-card {
    background: #f8fbff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 22px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px -4px rgba(0, 82, 204, 0.1);
    border-color: #0052cc;
}

.wb-service-icon-wrap {
    width: 44px;
    height: 44px;
    background-color: #ebf3ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.wb-service-icon {
    width: 22px;
    height: 22px;
    color: #0052cc;
}

.wb-service-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 12px;
    line-height: 1.4;
}

.wb-service-card-desc {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-services-section {
        padding: 70px 0;
    }
    .wb-services-grid {
        row-gap: 24px;
    }
}

@media (max-width: 575.98px) {
    .wb-services-section {
        padding: 50px 0;
    }
    .wb-services-grid {
        row-gap: 20px;
    }
    .wb-service-card {
        padding: 20px;
    }
}


/* ENVIRONMENT SECTION - Clean Light Blue Theme with SVG Icons */
.wb-env-section {
    padding: 60px 0;
    background-color: #f8fbff;
    color: #0b0f19;
}

.wb-env-container {
    width: 100%;
}

.wb-env-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-env-title {
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 16px;
}

.wb-env-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.wb-env-grid {
    row-gap: 30px;
}

.wb-env-col {
    display: flex;
}

.wb-env-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 22px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-env-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px -4px rgba(0, 82, 204, 0.1);
    border-color: #0052cc;
}

.wb-env-icon-wrap {
    width: 44px;
    height: 44px;
    background-color: #ebf3ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.wb-env-icon {
    width: 22px;
    height: 22px;
    color: #0052cc;
}

.wb-env-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 12px;
    line-height: 1.4;
}

.wb-env-card-desc {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-env-section {
        padding: 70px 0;
    }
    .wb-env-grid {
        row-gap: 24px;
    }
}

@media (max-width: 575.98px) {
    .wb-env-section {
        padding: 50px 0;
    }
    .wb-env-grid {
        row-gap: 20px;
    }
    .wb-env-card {
        padding: 20px;
    }
}



.wb-modules-section {
    padding: 60px 0;
    background-color: #ffffff;
    color: #0b0f19;
    border-bottom: 1px solid #dbeafe;
}

.wb-modules-container {
    width: 100%;
}

.wb-modules-eyebrow {
    font-size: 0.8rem;
    font-weight: 700;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-modules-title {
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 16px;
}

.wb-modules-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}
.wb-pill-wall {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.wb-pill {
    background-color: #f8fbff;
    border: 1px solid #cbd5e1;
    color: #1e293b;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    display: inline-flex; /* Fixes block-level spacing and text wrapping bugs inside spans */
    align-items: center;
}

/* Ensures anchor links inherit styling and prevent default browser underline colors */
.wb-pill a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.wb-pill:hover {
    background-color: #0052cc;
    border-color: #0052cc; /* Ensures border matches background on hover */
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 82, 204, 0.2);
    text-decoration: none;
}

.wb-pill:hover a {
    color: #ffffff !important;
    text-decoration: none;
}

.wb-pill-note {
    font-size: 0.95rem;
    color: #64748b;
    font-style: italic;
    margin-top: 8px;
    margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-modules-section {
        padding: 70px 0;
    }
}

@media (max-width: 575.98px) {
    .wb-modules-section {
        padding: 50px 0;
    }
    .wb-pill-wall {
        gap: 8px;
    }
    .wb-pill {
        padding: 8px 14px;
        font-size: 0.85rem;
    }
}



/* ISSUES WE FIX SECTION - Clean Light Blue Theme */
.wb-issues-section {
    padding: 60px 0;
    background-color: #ffffff;
    color: #0b0f19;
    border-bottom: 1px solid #dbeafe;
}

.wb-issues-container {
    width: 100%;
}

.wb-issues-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-issues-title {
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 16px;
}

.wb-issues-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.wb-issues-grid {
    row-gap: 16px;
}

.wb-issues-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wb-issue-row {
    background-color: #f8fbff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
    transition: all 0.2s ease;
}

.wb-issue-row:hover {
    border-color: #0052cc;
    background-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 82, 204, 0.08);
}

.wb-fixed-tag {
    font-size: 0.7rem;
    font-weight: 600;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.wb-issues-btn {
    background-color: #0052cc;
    border-color: #0052cc;
    color: #ffffff;
    font-weight: 500;
    padding: 12px 28px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 82, 204, 0.25);
    transition: all 0.2s ease;
}

.wb-issues-btn:hover {
    background-color: #0043a8;
    border-color: #0043a8;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 82, 204, 0.35);
    text-decoration: none;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-issues-section {
        padding: 70px 0;
    }
}

@media (max-width: 575.98px) {
    .wb-issues-section {
        padding: 50px 0;
    }
    .wb-issue-row {
        padding: 14px 16px;
        font-size: 0.85rem;
    }
}


.wb-maintenance-section {
    padding: 60px 0;
    background-color: #f8fbff;
    color: #0b0f19;
    border-bottom: 1px solid #dbeafe;
}

.wb-maintenance-container {
    width: 100%;
}

.wb-maintenance-eyebrow {
    font-size: 0.8rem;
    font-weight: 700;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-maintenance-title {
    font-size:2.5rem;
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 16px;
}

.wb-maintenance-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.wb-maintenance-grid {
    row-gap: 30px;
}

.wb-maintenance-col {
    display: flex;
}

.wb-maintenance-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 22px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-maintenance-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px -4px rgba(0, 82, 204, 0.1);
    border-color: #0052cc;
}

.wb-maintenance-icon-wrap {
    width: 44px;
    height: 44px;
    background-color: #ebf3ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.wb-maintenance-icon {
    width: 22px;
    height: 22px;
    color: #0052cc;
}

.wb-maintenance-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 12px;
    line-height: 1.4;
}

.wb-maintenance-card-desc {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-maintenance-section {
        padding: 70px 0;
    }
    .wb-maintenance-grid {
        row-gap: 24px;
    }
}

@media (max-width: 575.98px) {
    .wb-maintenance-section {
        padding: 50px 0;
    }
    .wb-maintenance-grid {
        row-gap: 20px;
    }
    .wb-maintenance-card {
        padding: 20px;
    }
}

/* EXPERT SUPPORT SECTION - Clean Light Blue Theme with SVG Icons */
.wb-support-section {
    padding: 60px 0;
    background-color: #ffffff;
    color: #0b0f19;
    border-bottom: 1px solid #dbeafe;
}

.wb-support-container {
    width: 100%;
}

.wb-support-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-support-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 0;
}

.wb-support-grid {
    row-gap: 30px;
}

.wb-support-col {
    display: flex;
}

.wb-support-card {
    background: #f8fbff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 22px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-support-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px -4px rgba(0, 82, 204, 0.1);
    border-color: #0052cc;
}

.wb-support-icon-wrap {
    width: 44px;
    height: 44px;
    background-color: #ebf3ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.wb-support-icon {
    width: 22px;
    height: 22px;
    color: #0052cc;
}

.wb-support-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 12px;
    line-height: 1.4;
}

.wb-support-card-desc {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-support-section {
        padding: 70px 0;
    }
    .wb-support-grid {
        row-gap: 24px;
    }
}

@media (max-width: 575.98px) {
    .wb-support-section {
        padding: 50px 0;
    }
    .wb-support-grid {
        row-gap: 20px;
    }
    .wb-support-card {
        padding: 20px;
    }
}


/* FLEXIBLE SUPPORT PLANS SECTION - Clean Light Blue Theme */
.wb-plans-section {
    padding: 60px 0;
    color: #0b0f19;
}

.wb-plans-container {
    width: 100%;
}

.wb-plans-eyebrow {
    font-size: 0.8rem;
    font-weight: 700;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-plans-title {
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 16px;
}

.wb-plans-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.wb-plans-grid {
    row-gap: 30px;
}

.wb-plans-col {
    display: flex;
}

.wb-plan-card {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    padding: 32px 28px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-plan-card:hover {
    transform: translateY(-4px);
    border: 2px solid #0052cc;
    text-decoration: none;
    box-shadow: 0 12px 25px -5px rgba(0, 82, 204, 0.12);
}



.wb-plan-kicker {
    font-size: 0.75rem;
    font-weight: 700;
    color: #0052cc;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.wb-plan-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 10px;
    line-height: 1.3;
}

.wb-plan-card-desc {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 24px;
}

.wb-plan-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
    margin-top: auto;
}

.wb-plan-list li {
    position: relative;
    padding-left: 20px;
    font-size: 0.9rem;
    color: #334155;
    margin-bottom: 12px;
    line-height: 1.4;
}

.wb-plan-list li:last-child {
    margin-bottom: 0;
}

.wb-plan-list li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: -1px;
    color: #0052cc;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-plans-section {
        padding: 70px 0;
    }
    .wb-plans-grid {
        row-gap: 24px;
    }
}

@media (max-width: 575.98px) {
    .wb-plans-section {
        padding: 50px 0;
    }
    .wb-plans-grid {
        row-gap: 20px;
    }
    .wb-plan-card {
        padding: 24px 20px;
    }
}


/* SLA & COMMUNICATION SECTION - Clean Light Blue Theme matching previous sections */
.wb-sla-section {
    padding: 60px 0;
    background-color: #ffffff;
    color: #0b0f19;
}

.wb-sla-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-sla-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.25;
    margin-bottom: 20px;
}

.wb-sla-desc {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.wb-channels-wrapper {
    background: #f8fbff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.wb-channels-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    color: #0052cc;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.wb-channels-grid {
    row-gap: 16px;
}

.wb-channel-col {
    display: flex;
}

.wb-channel-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px 18px;
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-channel-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -4px rgba(0, 82, 204, 0.08);
    border-color: #0052cc;
}

.wb-channel-dot {
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}

.wb-channel-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0b0f19;
    line-height: 1.3;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-sla-section {
        padding: 70px 0;
    }
}

@media (max-width: 575.98px) {
    .wb-sla-section {
        padding: 50px 0;
    }
    .wb-channels-wrapper {
        padding: 24px 18px;
    }
}

.wb-process-section {
    padding: 60px 0;
    color: #0b0f19;
}

.wb-process-container {
    width: 100%;
}

.wb-process-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-process-title {
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 16px;
}

.wb-process-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.wb-process-grid {
    row-gap: 30px;
}

.wb-process-col {
    display: flex;
}

.wb-process-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 32px 28px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-process-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px -4px rgba(0, 82, 204, 0.1);
    border-color: #0052cc;
}

.wb-process-step-badge {
    width: 40px;
    height: 40px;
    background-color: #ebf3ff;
    color: #0052cc;
    font-size: 0.9rem;
    font-weight: 800;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.wb-process-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 12px;
    line-height: 1.3;
}

.wb-process-card-desc {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-process-section {
        padding: 70px 0;
    }
    .wb-process-grid {
        row-gap: 24px;
    }
}

@media (max-width: 575.98px) {
    .wb-process-section {
        padding: 50px 0;
    }
    .wb-process-grid {
        row-gap: 20px;
    }
    .wb-process-card {
        padding: 24px 20px;
    }
}

.wb-benefits-section {
    padding: 60px 0;
    background-color: #ffffff;
    color: #0b0f19;
}
.wb-benefits-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-benefits-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 16px;
}

.wb-benefits-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.wb-benefits-grid {
    row-gap: 30px;
}

.wb-benefits-col {
    display: flex;
}

.wb-benefit-card {
    background: #f8fbff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px -4px rgba(0, 82, 204, 0.1);
    border-color: #0052cc;
}

.wb-benefit-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 12px;
    line-height: 1.3;
}

.wb-benefit-card-desc {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-benefits-section {
        padding: 70px 0;
    }
    .wb-benefits-grid {
        row-gap: 24px;
    }
}

@media (max-width: 575.98px) {
    .wb-benefits-section {
        padding: 50px 0;
    }
    .wb-benefits-grid {
        row-gap: 20px;
    }
    .wb-benefit-card {
        padding: 22px 18px;
    }
}


.wb-industries-section {
    padding: 60px 0;
    background-color: #f8fbff;
    color: #0b0f19;
}

.wb-industries-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-industries-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 16px;
}

.wb-industries-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.wb-industries-grid {
    row-gap: 30px;
}

.wb-industries-col {
    display: flex;
}

.wb-industry-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-industry-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px -4px rgba(0, 82, 204, 0.1);
    border-color: #0052cc;
    text-decoration: none;
}

.wb-industry-icon-wrap {
    width: 44px;
    height: 44px;
    background-color: #ebf3ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.wb-industry-icon {
    width: 22px;
    height: 22px;
    color: #0052cc;
}

.wb-industry-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 12px;
    line-height: 1.3;
}

.wb-industry-card-desc {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0;
}

.wb-industry-note {
    font-size: 0.95rem;
    color: #475569;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-industries-section {
        padding: 70px 0;
    }
    .wb-industries-grid {
        row-gap: 24px;
    }
}

@media (max-width: 575.98px) {
    .wb-industries-section {
        padding: 50px 0;
    }
    .wb-industries-grid {
        row-gap: 20px;
    }
    .wb-industry-card {
        padding: 22px 18px;
    }
}


.wb-impact-section {
    padding: 60px 0;
    background-color: #f8fbff;
    color: #0b0f19;
}

.wb-impact-container {
    width: 100%;
}

.wb-impact-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-impact-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 0;
}

.wb-impact-grid {
    row-gap: 30px;
}

.wb-impact-col {
    display: flex;
}

.wb-impact-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 36px 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-impact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px -4px rgba(0, 82, 204, 0.1);
}

.wb-impact-before {
    border: 1px solid #ef4444;
}

.wb-impact-after {
    border: 1px solid #10b981;
}

.wb-impact-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 24px;
    line-height: 1.3;
}

.wb-impact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wb-impact-list li {
    display: flex;
    align-items: flex-start;
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.5;
}

.wb-impact-icon-cross {
    color: #ef4444;
    font-weight: 800;
    font-size: 1.1rem;
    margin-right: 12px;
    line-height: 1.2;
    flex-shrink: 0;
}

.wb-impact-icon-check {
    color: #10b981;
    font-weight: 800;
    font-size: 1.05rem;
    margin-right: 12px;
    line-height: 1.2;
    flex-shrink: 0;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-impact-section {
        padding: 70px 0;
    }
    .wb-impact-grid {
        row-gap: 24px;
    }
}

@media (max-width: 575.98px) {
    .wb-impact-section {
        padding: 50px 0;
    }
    .wb-impact-grid {
        row-gap: 20px;
    }
    .wb-impact-card {
        padding: 26px 20px;
    }
}

.wb-why-section {
    padding: 60px 0;
    background-color: #ffffff;
    color: #0b0f19;
}

.wb-why-container {
    width: 100%;
}

.wb-why-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-why-title {
    font-size:2.5rem;
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 16px;
}

.wb-why-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.wb-why-grid {
    row-gap: 20px;
}

.wb-why-col {
    display: flex;
}

.wb-why-card {
    background: #f8fbff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 16px;
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-why-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -4px rgba(0, 82, 204, 0.08);
    border-color: #0052cc;
}

.wb-why-idx {
    font-size: 0.95rem;
    font-weight: 800;
    color: #0052cc;
    /* background-color: #ebf3ff;
    border: 1px solid #b3d1ff; */
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    flex-shrink: 0;
    letter-spacing: 0.05em;
}

.wb-why-text {
    font-size: 15px;
    font-weight: 500;
    color: #0b0f19;
    line-height: 1.4;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-why-section {
        padding: 70px 0;
    }
}

@media (max-width: 575.98px) {
    .wb-why-section {
        padding: 50px 0;
    }
    .wb-why-card {
        padding: 18px 16px;
    }
    .wb-why-idx {
        width: 34px;
        height: 34px;
        font-size: 0.85rem;
        margin-right: 14px;
    }
    .wb-why-text {
        font-size: 0.95rem;
    }
}



/* 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 */
.o2b-accreditation-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-bottom: 30px;
}

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

}



/* 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% - 72px) / 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% - 24px) / 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; }
}


/* 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;
  }
}

.wb-cta-section {
    padding: 60px 0;
    background-color: #ffffff;
    color: #0b0f19;
    border-bottom: 1px solid #dbeafe;
}

.wb-cta-band {
    background: #f8fbff;
    border: 1px solid #dbeafe;
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 10px 30px -5px rgba(0, 82, 204, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wb-cta-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.wb-cta-title {
    font-size:2.5rem;
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.25;
    margin-bottom: 20px;
    max-width: 800px;
}

.wb-cta-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 780px;
}

.wb-cta-btn-wrap {
    display: flex;
    justify-content: center;
}

.wb-cta-btn {
    background-color: #0052cc;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 82, 204, 0.3);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.wb-cta-btn:hover {
    background-color: #0040a8;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 82, 204, 0.4);
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-cta-section {
        padding: 70px 0;
    }
    .wb-cta-band {
        padding: 45px 25px;
    }
}

@media (max-width: 575.98px) {
    .wb-cta-section {
        padding: 50px 0;
    }
    .wb-cta-band {
        padding: 35px 20px;
    }
    .wb-cta-btn {
        width: 100%;
        text-align: center;
        padding: 14px 20px;
    }
}


.wb-related-section {
    padding: 60px 0;
    background-color: #f8fbff;
    color: #0b0f19;
}


.wb-related-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-related-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 16px;
}

.wb-related-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.wb-related-grid {
    row-gap: 30px;
}

.wb-related-col {
    display: flex;
}

.wb-related-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px -4px rgba(0, 82, 204, 0.1);
    border-color: #0052cc;
    text-decoration: none;
}

.wb-related-icon-wrap {
    width: 44px;
    height: 44px;
    background-color: #ebf3ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.wb-related-icon {
    width: 22px;
    height: 22px;
    color: #0052cc;
}

.wb-related-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 12px;
    line-height: 1.3;
}

.wb-related-card-desc {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-related-section {
        padding: 70px 0;
    }
    .wb-related-grid {
        row-gap: 24px;
    }
}

@media (max-width: 575.98px) {
    .wb-related-section {
        padding: 50px 0;
    }
    .wb-related-grid {
        row-gap: 20px;
    }
    .wb-related-card {
        padding: 22px 18px;
    }
}


.wb-faq-section {
    padding: 60px 0;
    background-color: #ffffff;
    color: #0b0f19;

}

.wb-faq-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-faq-title {
    font-size:2.5rem;
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 0;
}

.wb-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wb-faq-item {
    background: #f8fbff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wb-faq-item.active {
    border-color: #0052cc;
    box-shadow: 0 8px 20px -4px rgba(0, 82, 204, 0.08);
}

.wb-faq-q {
    width: 100%;
    background: transparent;
    border: none;
    padding: 12px 18px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #0b0f19;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    line-height: 1.4;
    outline: none !important;
    box-shadow: none !important;
}

.wb-faq-q:focus,
.wb-faq-q:focus-visible,
.wb-faq-q:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.wb-faq-q:hover {
    color: #0052cc;
}

.wb-faq-plus {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0052cc;
    background-color: #ebf3ff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 16px;
    transition: transform 0.3s ease, background-color 0.2s ease, color 0.2s ease;
}

.wb-faq-item.active .wb-faq-plus {
    transform: rotate(45deg);
    background-color: #0052cc;
    color: #ffffff;
}

.wb-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #ffffff;
    border-top: 1px solid transparent;
}

.wb-faq-item.active .wb-faq-a {
    border-top-color: #e2e8f0;
}

.wb-faq-a-inner {
    padding: 20px 24px 24px 24px;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-faq-section {
        padding: 70px 0;
    }
}

@media (max-width: 575.98px) {
    .wb-faq-section {
        padding: 50px 0;
    }
    .wb-faq-q {
        padding: 18px 16px;
        font-size: 0.98rem;
    }
    .wb-faq-a-inner {
        padding: 16px;
        font-size: 0.9rem;
    }
}

.wb-contact-section {
    padding: 60px 0;
    background-color: #f8fbff;
    color: #0b0f19;
}
.wb-contact-row {
    row-gap: 40px;
}

.wb-contact-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-contact-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 18px;
}

.wb-contact-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 600px;
}

.wb-contact-btn-wrap {
    display: flex;
}

.wb-contact-btn {
    background-color: #0052cc;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 22px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 82, 204, 0.3);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.wb-contact-btn:hover {
    background-color: #0040a8;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 82, 204, 0.4);
}

.wb-contact-right {
    display: flex;
    justify-content: flex-start;
}

.wb-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    width: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.wb-contact-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
}

.wb-contact-icon {
    color: #10b981;
    background-color: #d1fae5;
    font-weight: 800;
    font-size: 0.9rem;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    flex-shrink: 0;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-contact-section {
        padding: 70px 0;
    }
}

@media (max-width: 575.98px) {
    .wb-contact-section {
        padding: 50px 0;
    }
    .wb-contact-list {
        padding: 22px 18px;
    }
    .wb-contact-btn {
        width: 100%;
        text-align: center;
        padding: 14px 20px;
    }
}

/* SLA RESPONSE TIMES SECTION - Clean Light Blue Theme matching previous sections */
.wb-sla-section {
    padding: 20px 0;
    background-color: #ffffff;
    color: #0b0f19;
}

.wb-sla-eyebrow {
    font-size: 0.8rem;
    font-weight: 700;
    color: #0052cc;
    background-color: #ebf3ff;
    border: 1px solid #b3d1ff;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.wb-sla-title {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.2;
    margin-bottom: 12px;
}

.wb-sla-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 8px;
}

.wb-sla-sub-muted {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 8px;
}

.wb-sla-old-badge {
    display: inline-flex;
    align-items: center;
    border-left: 3px solid #cbd5e1;
    padding-left: 12px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #475569;
    margin: 8px 0;
    background-color: #f8fbff;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 0 6px 6px 0;
}

.wb-sla-grid {
    row-gap: 30px;
}

.wb-sla-col {
    display: flex;
}

.wb-sla-card {
    background: #f8fbff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-sla-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px -4px rgba(0, 82, 204, 0.1);
    border-color: #0052cc;
}

.wb-sla-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 12px;
    line-height: 1.3;
}

.wb-sla-time {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0052cc;
    line-height: 1.4;
    margin-bottom: 0;
}

.wb-sla-note {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .wb-sla-section {
        padding: 70px 0;
    }
    .wb-sla-grid {
        row-gap: 24px;
    }
}

@media (max-width: 575.98px) {
    .wb-sla-section {
        padding: 50px 0;
    }
    .wb-sla-grid {
        row-gap: 20px;
    }
    .wb-sla-card {
        padding: 22px 18px;
    }
}


/* .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.20;
    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);
}