/* =========================================================
   BBSR SERVICES
   OEM BUSINESS
========================================================= */

.oem-business-page {
    width: 100%;
    padding: 30px 0 60px;
    background: #ffffff;
    font-family: 'Poppins', Arial, sans-serif;
}

.oem-business-container {
    width: 1120px;
    max-width: 94%;
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.oem-business-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 42px;
    padding: 60px 45px;
    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            #402f5b 0%,
            #65467f 52%,
            #30213f 100%
        );

    box-shadow: 0 10px 30px rgba(48,33,63,.20);
}

.oem-business-hero:before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    right: -240px;
    top: -300px;
    border: 65px solid rgba(255,255,255,.055);
    border-radius: 50%;
}

.oem-business-hero:after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: 40px;
    bottom: -260px;
    background: rgba(255,255,255,.035);
    border-radius: 50%;
}

.oem-business-hero-content {
    position: relative;
    z-index: 2;
    max-width: 930px;
}

.oem-business-label {
    display: inline-block;
    margin-bottom: 15px;
    padding: 7px 15px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 20px;
    background: rgba(255,255,255,.08);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.oem-business-hero h1 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
}

.oem-business-hero-text {
    max-width: 900px;
    margin: 0 0 14px;
    color: rgba(255,255,255,.95);
    font-size: 16px;
    line-height: 29px;
}


/* =========================================================
   BUTTONS
========================================================= */

.oem-business-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 23px;
}

.oem-business-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .25s ease;
}

.oem-business-btn i {
    margin-right: 6px;
}

.oem-business-btn-apply {
    background: #d5a746;
    color: #ffffff !important;
}

.oem-business-btn-apply:hover {
    background: #b8892f;
}

.oem-business-btn-consult,
.oem-business-btn-call {
    background: #ffffff;
    color: #402f5b !important;
}

.oem-business-btn-consult:hover,
.oem-business-btn-call:hover {
    background: #eeeeee;
}

.oem-business-btn-whatsapp {
    background: #25d366;
    color: #ffffff !important;
}

.oem-business-btn-whatsapp:hover {
    background: #1ca951;
}


/* =========================================================
   GENERAL SECTION
========================================================= */

.oem-business-section {
    margin-bottom: 44px;
}

.oem-business-section h2 {
    margin: 0 0 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe5e8;
    color: #402f5b;
    font-size: 27px;
    line-height: 36px;
    font-weight: 600;
}

.oem-business-section h3 {
    color: #65467f;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}

.oem-business-section p {
    margin: 0 0 15px;
    color: #555555;
    font-size: 15px;
    line-height: 29px;
    text-align: justify;
}


/* =========================================================
   HIGHLIGHT
========================================================= */

.oem-business-highlight {
    margin: 25px 0;
    padding: 23px 25px;
    background: #f4eff8;
    border-left: 4px solid #65467f;
    border-radius: 6px;
}

.oem-business-highlight h3 {
    margin-top: 0;
    margin-bottom: 9px;
}

.oem-business-highlight p {
    margin-bottom: 0;
}


/* =========================================================
   PROCESS
========================================================= */

.oem-business-process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-top: 25px;
}

.oem-business-process-card {
    min-height: 165px;
    padding: 21px;
    background: #ffffff;
    border: 1px solid #ddd6e4;
    border-radius: 7px;
    transition: all .25s ease;
}

.oem-business-process-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 18px rgba(64,47,91,.10);
}

.oem-business-process-card span,
.oem-business-card span,
.oem-business-setup-grid span {
    color: #c19438;
    font-size: 11px;
    font-weight: 700;
}

.oem-business-process-card h3 {
    margin: 7px 0 9px;
}

.oem-business-process-card p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   CARD GRID
========================================================= */

.oem-business-card-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-top: 25px;
}

.oem-business-card {
    min-height: 155px;
    padding: 21px;
    background: #fbfafc;
    border: 1px solid #ddd6e4;
    border-radius: 7px;
}

.oem-business-card h3 {
    margin: 7px 0 9px;
}

.oem-business-card p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   COMPARISON TABLE
========================================================= */

.oem-business-comparison-table {
    margin-top: 25px;
    border: 1px solid #dcd5e3;
    border-radius: 7px;
    overflow: hidden;
}

.oem-business-comparison-head,
.oem-business-comparison-row {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
}

.oem-business-comparison-head {
    background: #402f5b;
    color: #ffffff;
    font-weight: 600;
}

.oem-business-comparison-head > div,
.oem-business-comparison-row > div {
    padding: 15px;
    border-right: 1px solid #ddd6e4;
}

.oem-business-comparison-head > div:last-child,
.oem-business-comparison-row > div:last-child {
    border-right: 0;
}

.oem-business-comparison-row {
    background: #ffffff;
    border-top: 1px solid #e4e0e7;
}

.oem-business-comparison-row:nth-child(even) {
    background: #faf9fb;
}

.oem-business-comparison-row > div {
    color: #555555;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   INDUSTRIES
========================================================= */

.oem-business-industry-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-top: 25px;
}

.oem-business-industry-grid > div,
.oem-business-example-grid > div,
.oem-business-quality-grid > div,
.oem-business-challenge-grid > div,
.oem-business-service-grid > div {
    padding: 21px;
    background: #ffffff;
    border: 1px solid #ddd6e4;
    border-radius: 7px;
}

.oem-business-industry-grid h3,
.oem-business-example-grid h3,
.oem-business-quality-grid h3,
.oem-business-challenge-grid h3,
.oem-business-service-grid h3 {
    margin-top: 0;
}

.oem-business-industry-grid p,
.oem-business-example-grid p,
.oem-business-quality-grid p,
.oem-business-challenge-grid p,
.oem-business-service-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   SETUP
========================================================= */

.oem-business-setup-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-top: 25px;
}

.oem-business-setup-grid > div {
    padding: 21px;
    background: #f7f3f9;
    border: 1px solid #ded5e4;
    border-radius: 7px;
}

.oem-business-setup-grid h3 {
    margin: 7px 0 8px;
}

.oem-business-setup-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   DEVELOPMENT
========================================================= */

.oem-business-development-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
    margin-top: 25px;
}

.oem-business-development-list > div {
    display: flex;
    flex-direction: column;
    padding: 19px;
    background: #f9f7fa;
    border: 1px solid #ded7e4;
    border-radius: 6px;
}

.oem-business-development-list strong {
    margin-bottom: 6px;
    color: #402f5b;
    font-size: 14px;
}

.oem-business-development-list span {
    color: #666666;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   QUALITY / AGREEMENT / EXAMPLES / BENEFITS
========================================================= */

.oem-business-quality-grid,
.oem-business-example-grid,
.oem-business-challenge-grid,
.oem-business-service-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-top: 25px;
}

.oem-business-agreement-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 14px;
    margin-top: 25px;
}

.oem-business-agreement-grid > div {
    padding: 18px;
    background: #fbfafc;
    border: 1px solid #ddd6e4;
    border-radius: 6px;
}

.oem-business-agreement-grid h3 {
    margin-top: 0;
    font-size: 15px;
}

.oem-business-agreement-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}


/* =========================================================
   DOCUMENTS
========================================================= */

.oem-business-document-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 9px 30px;
    margin: 22px 0 0;
    padding-left: 20px;
}

.oem-business-document-list li {
    padding: 6px 0;
    color: #555555;
    font-size: 14px;
    line-height: 24px;
}


/* =========================================================
   COMPLIANCE
========================================================= */

.oem-business-compliance-box {
    margin-top: 23px;
    padding: 23px 25px;
    background: #f5f1f8;
    border: 1px solid #ded5e5;
    border-radius: 7px;
}

.oem-business-compliance-box h3 {
    margin-top: 0;
}

.oem-business-compliance-box p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   BENEFITS
========================================================= */

.oem-business-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-top: 25px;
}

.oem-business-benefit-grid > div {
    padding: 24px 20px;
    text-align: center;
    background: #f7f3f9;
    border: 1px solid #ded5e4;
    border-radius: 7px;
}

.oem-business-benefit-grid i {
    margin-bottom: 10px;
    color: #65467f;
    font-size: 25px;
}

.oem-business-benefit-grid h3 {
    margin: 6px 0 8px;
}

.oem-business-benefit-grid p {
    margin: 0;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   RELATED SERVICES
========================================================= */

.oem-business-related-pages {
    margin: 42px 0 35px;
    padding: 32px;
    background: #f4f0f7;
    border: 1px solid #ded6e5;
    border-radius: 10px;
}

.oem-business-related-pages h2 {
    margin: 0 0 12px;
    color: #402f5b;
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
}

.oem-business-related-pages > p {
    margin: 0 0 24px;
    color: #555555;
    font-size: 14px;
    line-height: 26px;
}

.oem-business-related-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px 16px;
}

.oem-business-related-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 13px 17px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #ddd6e4;
    border-radius: 6px;
    color: #402f5b !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .25s ease;
}

.oem-business-related-link strong {
    padding-right: 12px;
}

.oem-business-related-link i {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #eee8f2;
    border-radius: 50%;
    color: #65467f;
    transition: all .25s ease;
}

.oem-business-related-link:hover {
    border-color: #65467f;
    color: #65467f !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(64,47,91,.09);
}

.oem-business-related-link:hover i {
    background: #65467f;
    color: #ffffff;
    transform: translateX(3px);
}


/* =========================================================
   CASE STUDY
========================================================= */

.oem-business-case-study {
    margin: 42px 0 32px;
    padding: 40px 30px;
    background: #f3eff6;
    border: 1px solid #ddd5e4;
    border-radius: 10px;
    text-align: center;
}

.oem-business-case-inner {
    max-width: 850px;
    margin: 0 auto;
}

.oem-business-case-study span {
    display: inline-block;
    margin-bottom: 9px;
    color: #65467f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.oem-business-case-study h2 {
    margin: 0 0 13px;
    color: #402f5b;
    font-size: 28px;
    line-height: 36px;
}

.oem-business-case-study p {
    margin: 0 0 21px;
    color: #555555;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.oem-business-case-btn {
    display: inline-block;
    padding: 12px 23px;
    background: #402f5b;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
}

.oem-business-case-btn:hover {
    background: #65467f;
}

.oem-business-case-btn i {
    margin-right: 6px;
}


/* =========================================================
   FAQ
========================================================= */

.oem-business-faq {
    margin-bottom: 14px;
    padding: 20px 22px;
    background: #ffffff;
    border: 1px solid #ddd6e4;
    border-radius: 6px;
}

.oem-business-faq h3 {
    margin: 0 0 8px;
    color: #402f5b;
}

.oem-business-faq p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.oem-business-final-cta {
    margin: 40px 0;
    padding: 43px 30px;
    background:
        linear-gradient(
            135deg,
            #402f5b,
            #65467f
        );
    border-radius: 10px;
    text-align: center;
}

.oem-business-final-cta h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 29px;
    line-height: 38px;
}

.oem-business-final-cta p {
    max-width: 850px;
    margin: 0 auto 22px;
    color: rgba(255,255,255,.94);
    font-size: 15px;
    line-height: 28px;
    text-align: center;
}


/* =========================================================
   ALL SERVICES + BACK TO TOP
========================================================= */

.service-page-navigation {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 16px;
    margin: 38px 0 30px;
}

.service-nav-btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 230px;
    min-height: 58px;
    padding: 0 14px;
    box-sizing: border-box;
    border-radius: 8px;
    text-decoration: none !important;
    overflow: hidden;
    transition: all .25s ease;
}

.service-nav-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 7px;
    flex-shrink: 0;
}

.service-nav-text {
    flex: 1;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
}

.service-nav-arrow {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all .25s ease;
}

.service-all-btn {
    background: #402f5b;
    border: 1px solid #402f5b;
    color: #ffffff !important;
    box-shadow: 0 5px 15px rgba(64,47,91,.10);
}

.service-all-btn .service-nav-icon {
    background: rgba(255,255,255,.12);
}

.service-all-btn .service-nav-arrow {
    background: rgba(255,255,255,.10);
}

.service-all-btn:hover {
    background: #65467f;
    border-color: #65467f;
    color: #ffffff !important;
    transform: translateY(-3px);
}

.service-all-btn:hover .service-nav-arrow {
    background: #ffffff;
    color: #402f5b;
    transform: translateX(3px);
}

.service-top-btn {
    background: #ffffff;
    border: 1px solid #ddd6e4;
    color: #402f5b !important;
    box-shadow: 0 4px 13px rgba(64,47,91,.06);
}

.service-top-btn .service-nav-icon,
.service-top-btn .service-nav-arrow {
    background: #eee8f2;
    color: #65467f;
}

.service-top-btn:hover {
    border-color: #65467f;
    color: #65467f !important;
    transform: translateY(-3px);
}

.service-top-btn:hover .service-nav-icon,
.service-top-btn:hover .service-nav-arrow {
    background: #65467f;
    color: #ffffff;
}


/* =========================================================
   DISCLAIMER
========================================================= */

.oem-business-disclaimer {
    margin: 28px 0;
    padding: 19px 21px;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}

.oem-business-disclaimer strong {
    color: #333333;
    font-size: 14px;
}

.oem-business-disclaimer p {
    margin: 7px 0 0;
    color: #666666;
    font-size: 12px;
    line-height: 22px;
}


/* =========================================================
   MOBILE
========================================================= */

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

    .oem-business-page {
        padding: 20px 8px 40px;
    }

    .oem-business-container {
        max-width: 100%;
    }

    .oem-business-hero {
        padding: 33px 20px;
        border-radius: 8px;
    }

    .oem-business-hero h1 {
        font-size: 28px;
        line-height: 37px;
    }

    .oem-business-hero-text {
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
    }

    .oem-business-buttons {
        display: block;
    }

    .oem-business-btn {
        display: block;
        width: 100%;
        margin-bottom: 9px;
        box-sizing: border-box;
        text-align: center;
    }

    .oem-business-process-grid,
    .oem-business-card-grid,
    .oem-business-industry-grid,
    .oem-business-setup-grid,
    .oem-business-development-list,
    .oem-business-quality-grid,
    .oem-business-example-grid,
    .oem-business-challenge-grid,
    .oem-business-service-grid,
    .oem-business-agreement-grid,
    .oem-business-benefit-grid {
        display: block;
    }

    .oem-business-process-card,
    .oem-business-card,
    .oem-business-industry-grid > div,
    .oem-business-setup-grid > div,
    .oem-business-development-list > div,
    .oem-business-quality-grid > div,
    .oem-business-example-grid > div,
    .oem-business-challenge-grid > div,
    .oem-business-service-grid > div,
    .oem-business-agreement-grid > div,
    .oem-business-benefit-grid > div {
        margin-bottom: 14px;
    }

    .oem-business-section h2 {
        font-size: 22px;
        line-height: 31px;
    }

    .oem-business-section p {
        font-size: 14px;
        line-height: 26px;
    }

    .oem-business-comparison-table {
        overflow-x: auto;
    }

    .oem-business-comparison-head,
    .oem-business-comparison-row {
        min-width: 700px;
    }

    .oem-business-document-list {
        display: block;
    }

    .oem-business-document-list li {
        margin-bottom: 5px;
    }

    .oem-business-related-pages {
        padding: 24px 18px;
    }

    .oem-business-related-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .oem-business-case-study {
        padding: 30px 18px;
    }

    .oem-business-case-study h2 {
        font-size: 23px;
        line-height: 31px;
    }

    .oem-business-final-cta {
        padding: 30px 18px;
    }

    .oem-business-final-cta h2 {
        font-size: 23px;
        line-height: 31px;
    }

    .service-page-navigation {
        flex-direction: column;
        gap: 10px;
        margin: 30px 0 25px;
    }

    .service-nav-btn {
        width: 100%;
        min-height: 56px;
    }

}


/* =========================================================
   TABLET
========================================================= */

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

    .oem-business-container {
        width: 95%;
        max-width: 95%;
    }

    .oem-business-hero {
        padding: 44px 30px;
    }

    .oem-business-hero h1 {
        font-size: 34px;
    }

    .oem-business-process-grid,
    .oem-business-card-grid,
    .oem-business-industry-grid,
    .oem-business-setup-grid,
    .oem-business-benefit-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .oem-business-development-list,
    .oem-business-quality-grid,
    .oem-business-example-grid,
    .oem-business-challenge-grid,
    .oem-business-service-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .oem-business-agreement-grid {
        grid-template-columns: repeat(3,1fr);
    }

}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media only screen and (min-width: 1200px) {

    .oem-business-container {
        width: 1120px;
    }

}