/* Home_new_sheet.css
   Page-specific low-risk extracted styles for Remark_Home_Page_New_Design_001.html */

.nd-why-remark {
    padding: 80px 0;
    background: #f8fbff;
}

.nd-why-remark .nd-why-container {
    width: min(1200px, 92%);
    margin: 0 auto;
    text-align: center;
}

.nd-why-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #d8e8ff;
    background: #eef5ff;
    color: #0a4fb3;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.nd-why-title {
    color: #003c98;
    font-weight: 800;
    font-size: clamp(30px, 4vw, 56px);
    line-height: 1.25;
    margin: 0 auto 18px;
}

.nd-why-subtitle {
    color: #6c7d99;
    font-size: clamp(17px, 2vw, 28px);
    font-weight: 400;
    margin: 0 auto;
}

.nd-why-divider {
    width: 58px;
    height: 4px;
    border-radius: 6px;
    background: #ff7a1a;
    margin: 20px auto 46px;
}

.nd-why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.nd-why-card {
    background: #fff;
    border: 1px solid #e8f1ff;
    border-radius: 20px;
    padding: 34px 24px 28px;
    min-height: 250px;
    box-shadow: 0 10px 24px rgba(7, 60, 145, 0.06);
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nd-why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.nd-why-icon {
    width: 102px;
    height: 102px;
    border-radius: 14px;
    margin: 0 0 18px;
    display: grid;
    place-items: center;
    background: transparent;
    overflow: hidden;
}

.nd-why-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.nd-why-card h3 {
    color: #0b56b5;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.nd-why-card p {
    color: #000000;
    font-size: 20px;
    line-height: 1.8;
    margin: 0;
}

.nd-feat-icon {
    width: 110px;
    height: 110px;
    margin: 0 auto 24px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.nd-feat-icon img {
    width: 100%;
    height: 100%;
    max-width: 110px;
    max-height: 110px;
    object-fit: contain;
    display: block;
}

.nd-feat-3d-card {
    text-align: center;
    align-items: center;
}

.nd-feat-3d-card h3,
.nd-feat-3d-card p {
    text-align: center;
}

.nd-feat-carousel-nav {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    z-index: 20;
    opacity: 1;
    visibility: visible;
}

.pa-testimonials-outer {
    position: relative;
    padding: 0 20px;
}

.pa-testimonials-window {
    overflow: hidden;
}

.pa-testimonials-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 0;
}

.pa-testimonial-wrapper {
    min-width: 33.333%;
    padding: 10px;
    flex: 0 0 33.333%;
}

.pa-testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
    font-size: 20px;
}

.pa-testimonial-nav:hover {
    background: #19f39d;
    color: #000;
    border-color: #19f39d;
}

.pa-testimonials-outer {
    position: relative;
    padding: 0 70px !important;
}

.pa-testimonial-prev {
    left: 10px !important;
}

.pa-testimonial-next {
    right: 10px !important;
}

.pa-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.pa-testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: 0.3s;
}

.pa-testimonial-dot.active {
    background: #19f39d;
    width: 24px;
    border-radius: 6px;
}

.pa-band-title {
    color: #FFF !important;
    font-weight: 800;
    font-size: 42px;
    text-align: center;
    margin-bottom: 40px;
}

.pa-band-hr {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.pa-testimonial-user {
    margin-bottom: 20px !important;
}

.pa-testimonial-user strong {
    font-size: 20px !important;
    color: rgba(255, 255, 255, 1) !important;
    margin-bottom: 20px !important;
}

.pa-testimonial-user span {
    font-size: 18px !important;
    color: rgba(255, 255, 255, 1) !important;
}

.pa-testimonial-body {
    color: #fff !important;
    opacity: 1 !important;
    font-style: normal !important;
}

.pa-metrics {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 40px 20px !important;
    max-width: 1000px;
    margin: 0 auto 26px;
}

.pa-metrics>div {
    flex: 0 0 calc(33.333% - 20px);
    text-align: center;
}

.rotator-dot.active {
    background: #f97316 !important;
    width: 24px !important;
    border-radius: 6px !important;
}

.rotator-prev,
.rotator-next,
.pa-testimonial-nav {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f97316;
    border: 1px solid #f97316;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.pa-testimonial-nav svg,
.rotator-prev svg,
.rotator-next svg {
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
}

.rotator-prev:hover,
.rotator-next:hover,
.pa-testimonial-nav:hover {
    background: #fff;
    color: #f97316;
    border-color: #f97316;
}

.testimonials-track-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.testimonials-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease-in-out;
    height: auto !important;
    align-items: stretch;
}

.testimonial-card {
    flex: 0 0 100%;
    position: relative !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 1 !important;
    height: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
}

.why-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    text-align: right;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    transition: 0.3s;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.why-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #f97316;
}

.why-card-title {
    color: #f97316;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.why-card-text {
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.sector-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
    cursor: pointer;
}

.sector-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #f97316;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.15);
}

.sector-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.sector-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.reports-btn-panel {
    max-height: 520px;
    overflow-y: auto;
    padding-left: 20px;
    direction: rtl;
}

.reports-btn-panel::-webkit-scrollbar {
    width: 8px;
}

.reports-btn-panel::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}

.reports-btn-panel::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.reports-btn-panel::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.report-btn {
    display: block;
    width: 100%;
    text-align: right;
    padding: 12px 20px;
    background: #f8fbff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #334155;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    transition: 0.2s;
    cursor: pointer;
}

.report-btn:hover {
    background: #eef2ff;
    border-color: #cbd5e1;
}

.report-btn.active {
    background: #f97316;
    color: #fff;
    border-color: #f97316;
    box-shadow: 0 4px 10px rgba(249, 115, 22, 0.2);
}

.report-group-title {
    color: #003c98;
    font-size: 18px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e2e8f0;
}

.report-group-title:first-child {
    margin-top: 0;
}

.reports-image-panel {
    position: sticky;
    top: 100px;
}

#reportPreviewImg {
    transition: opacity 0.3s ease;
}

.qbank-steps-section {
    background: #f8fbff;
}

.qbank-steps-wrapper {
    position: relative;
    margin: 0 auto;
}

.qbank-steps-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.qbank-step-btn {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 999px;
    padding: 15px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 800;
    color: #64748b;
    position: relative;
    z-index: 2;
    transition: 0.3s;
    width: auto;
    height: auto;
}

.qbank-step-btn.active {
    background: #f97316;
    color: #fff;
    border-color: #f97316;
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.3);
}

.qbank-step-label {
    font-size: 20px;
    font-weight: 700;
    color: inherit;
    white-space: nowrap;
}

.qbank-step-connector {
    flex: 1;
    height: 4px;
    background: #e2e8f0;
    position: relative;
    z-index: 1;
    margin: 0 -15px;
    min-width: 40px;
}

.qbank-step-panel img {
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.nd-final-cta-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #0e3d93 0%, #082d73 100%) !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.nd-final-cta-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.nd-final-cta-title {
    color: #fff !important;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 35px;
}

.nd-final-cta-btn {
    display: inline-block;
    background: #f97316;
    color: #fff !important;
    padding: 16px 38px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none !important;
    box-shadow: 0 12px 25px rgba(255, 133, 34, 0.35);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.nd-final-cta-btn:hover {
    background: #f97316;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 133, 34, 0.45);
}

.nd-final-cta-note {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin-top: 25px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .nd-why-title {
        width: 60%;
    }

    .hero-img-enlarge {
        transform: scale(1.12);
    }

    .testimonials-rotator {
        max-width: 1200px !important;
    }

    .testimonial-card {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 991px) {
    .nd-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pa-testimonial-wrapper {
        min-width: 50%;
        flex: 0 33.333%;
    }

    .qbank-steps-nav {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-right: 20px;
    }

    .qbank-step-btn {
        padding: 15px !important;
        margin-bottom: 20px;
    }

    .qbank-step-label {
        text-align: center;
    }

    .qbank-step-connector {
        width: 4px;
        height: 40px;
        margin: -20px 33px -20px 0;
    }

    .nd-hero-rev-section .nd-hero-rev-desc {
        padding: 0 !important;
    }

    .nd-hero-rev-section .pa-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .nd-hero-rev-content {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nd-hero-rev-desc {
        text-align: center !important;
    }

    .nd-hero-rev-section .nd-hero-rev-title {
        font-size: 34px !important;
        text-align: center !important;
    }

    .pa-band-title,
    .nd-final-cta-title {
        font-size: 40px !important;
        white-space: normal !important;
    }

    .nd-logo-track img {
        height: 80px;
    }

    .nd-logo-section h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .testimonials-rotator .d-flex.align-items-center.gap-4 {
        gap: 0 !important;
    }

    .testimonial-card {
        padding: 20px !important;
    }

    .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .reports-section .col-lg-7 {
        order: 1;
    }

    .reports-section .col-lg-5 {
        order: 2;
    }

    section[style*="linear-gradient(135deg, #0e3d93 0%, #082d73 100%)"] .col-lg-6.text-end p,
    section[style*="linear-gradient(135deg, #0e3d93 0%, #082d73 100%)"] .col-lg-6.text-end ul li,
    section[style*="linear-gradient(135deg, #0e3d93 0%, #082d73 100%)"] .col-lg-6.text-end ul li span {
        text-align: right !important;
    }

    .nd-why-remark {
        padding: 56px 0;
    }

    .nd-why-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .nd-why-card {
        min-height: auto;
        padding: 24px 18px;
    }

    .nd-feat-icon {
        width: 84px;
        height: 84px;
        margin-bottom: 18px;
    }

    .nd-feat-icon img {
        max-width: 84px;
        max-height: 84px;
    }

    .nd-feat-carousel-wrapper {
        position: relative;
        padding: 0 28px;
    }

    .nd-feat-carousel-nav {
        width: 38px;
        height: 38px;
        font-size: 20px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.95);
        color: #003c98;
        border: 1px solid #d8e8ff;
        box-shadow: 0 6px 16px rgba(7, 60, 145, 0.2);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .nd-feat-prev {
        left: -12px;
    }

    .nd-feat-next {
        right: -12px;
    }

    .pa-testimonial-wrapper {
        min-width: 100%;
        flex: 0 0 100%;
    }

    .nd-final-cta-section {
        padding: 60px 0;
    }

    .nd-final-cta-btn {
        padding: 15px 40px;
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .pa-metrics>div {
        flex: 0 0 100%;
    }
}



/* ===== Extracted from Remark_Home_Page_New_Design_001.html inline <style> blocks ===== */

h1,
        h2,
        h3,
        p,
        .accordion-body {
            direction: rtl !important;
            text-align: right !important;
        }

        .rmk-btn-outline {
            background-color: #ed5f0d !important;
            color: #fff !important;
            border: 1px solid #ed5f0d !important;
            transition: all 0.3s ease !important;
        }

        .rmk-btn-outline:hover {
            background-color: #fff !important;
            color: #ed5f0d !important;
            border: 1px solid #ed5f0d !important;
        }

        .rmk-btn-primary:not([style*="#f97316"]) {
            border: 1px solid #3cb252 !important;
            transition: all 0.3s ease !important;
        }

        .rmk-btn-primary:not([style*="#f97316"]):hover {
            background-color: #fff !important;
            color: #3cb252 !important;
            border: 1px solid #3cb252 !important;
        }

        /* Specific Centering Overrides requested by User */
        .nd-logo-section h2,
        .nd-logo-section p,
        #section4-heading,
        .nd-final-cta-section h2,
        .nd-final-cta-section p,
        .sector-title {
            text-align: center !important;
        }

.pa-form-card h2 {
        font-size: 28px !important;
        font-weight: 800;
        color: #010101 !important;
        margin-bottom: 10px;
        text-align: center;
        line-height: 1.2;
        margin-top: 20px;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }


    .pa-form-card p {
        padding-left: 50px !important;
        padding-right: 50px !important;
        color: #000 !important;
    }

    .pa-metrics span {
        font-size: 22px;
    }

    .nd-hero-rev-note {
        display: inline-flex;
        align-items: center;
        background: none !important;
        border: none !important;
        padding: 8px 24px;
        border-radius: 999px;
        font-size: 17px;
        color: #fff;
        font-weight: 700;
        gap: 8px;
    }

    /* CLS guard for hero media */
    .pa-hero-card {
        aspect-ratio: 16 / 10;
        width: 100%;
        overflow: hidden;
    }

    .pa-hero-card picture,
    .pa-hero-card img {
        display: block;
        width: 100%;
        height: auto;
    }

    @media (min-width: 992px) {
        .pa-hero-card {
            min-height: 380px;
        }
    }

    .pa-form-wrap {
        margin-top: 0px !important;
        padding: 70px 40px 70px;
        background: #eef6ff;
    }

    .EmailLanding {
        text-align: right !important;
        direction: rtl !important;
    }

    #phone {
        text-align: right !important;
        direction: ltr !important;
        unicode-bidi: plaintext;
    }

    .pa-form-note {
        margin-top: 18px;
        text-align: center;
        color: #64748b;
        font-size: 18px;
        font-weight: 500;
        width: 100%;
    }

    /* moved low-risk section styles to SpeedAssets/css/Home_new_sheet.css */

    @media (max-width: 991px) {
        .nd-why-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 767px) {
        .nd-why-remark {
            padding: 56px 0;
        }

        .nd-why-grid {
            grid-template-columns: 1fr;
            gap: 18px;
        }

        .nd-why-card {
            min-height: auto;
            padding: 24px 18px;
        }

        /* Mobile cards inherit 20px sizes */

        .nd-feat-icon {
            width: 84px;
            height: 84px;
            margin-bottom: 18px;
        }

        .nd-feat-icon img {
            max-width: 84px;
            max-height: 84px;
        }

        .nd-feat-carousel-wrapper {
            position: relative;
            padding: 0 28px;
        }

        .nd-feat-carousel-nav {
            width: 38px;
            height: 38px;
            font-size: 20px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.95);
            color: #003c98;
            border: 1px solid #d8e8ff;
            box-shadow: 0 6px 16px rgba(7, 60, 145, 0.2);
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        .nd-feat-prev {
            left: -12px;
        }

        .nd-feat-next {
            right: -12px;
        }
    }

    /* Testimonials Carousel */
    .pa-testimonials-outer {
        position: relative;
        padding: 0 20px;
    }

    .pa-testimonials-window {
        overflow: hidden;
    }

    .pa-testimonials-track {
        display: flex;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        gap: 0;
    }

    .pa-testimonial-wrapper {
        min-width: 33.333%;
        padding: 10px;
        flex: 0 0 33.333%;
    }

    @media (max-width: 991px) {
        .pa-testimonial-wrapper {
            min-width: 50%;
            flex: 0 33.333%;
        }
    }

    @media (max-width: 767px) {
        .pa-testimonial-wrapper {
            min-width: 100%;
            flex: 0 0 100%;
        }
    }

    .pa-testimonial-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        transition: 0.3s;
        font-size: 20px;
    }

    .pa-testimonial-nav:hover {
        background: #19f39d;
        color: #000;
        border-color: #19f39d;
    }

    .pa-testimonials-outer {
        padding: 0 55px !important;
    }

    .pa-testimonial-prev {
        left: 2px !important;
    }

    .pa-testimonial-next {
        right: 2px !important;
    }

    .pa-testimonial-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 30px;
    }

    .pa-testimonial-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        cursor: pointer;
        transition: 0.3s;
    }

    .pa-testimonial-dot.active {
        background: #19f39d;
        width: 24px;
        border-radius: 6px;
    }

    .pa-band-title {
        color: #FFF !important;
        font-weight: 800;
        font-size: 42px;
        text-align: center;
        margin-bottom: 40px;
    }

    .pa-band-hr {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .pa-testimonial-user {
        margin-bottom: 20px !important;
    }

    .pa-testimonial-user strong {
        font-size: 20px !important;
        color: rgba(255, 255, 255, 1) !important;
        margin-bottom: 20px !important;
    }

    .pa-testimonial-user span {
        font-size: 18px !important;
        color: rgba(255, 255, 255, 1) !important;
    }

    .pa-testimonial-body {
        color: #fff !important;
        opacity: 1 !important;
        font-style: normal !important;
    }

    .pa-metrics {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 40px 20px !important;
        max-width: 1000px;
        margin: 0 auto 26px;
    }

    .pa-metrics>div {
        flex: 0 0 calc(33.333% - 20px);
        text-align: center;
    }

    @media (max-width: 991px) {
        .pa-metrics>div {
            flex: 0 0 calc(50% - 20px);
        }
    }

    @media (max-width: 575px) {
        .pa-metrics>div {
            flex: 0 0 100%;
        }
    }

    /* Unique Logo Carousel Styles - Fresh Clone from Aim Page */
    .nd-logo-section {
        overflow: hidden;
        max-width: 100%;
        width: 100%;
        background: #0b56b5;
        /* Same blue as ref */
        padding: 70px 0;
    }

    .nd-logo-section h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 800;
        color: #fff !important;
        margin-bottom: 28px;
        line-height: 1.4;
    }

    .nd-logo-section h2 span {
        color: #f97316;
        display: block;
        margin-bottom: 5px;
    }

    .nd-logo-mask {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        direction: ltr;
        padding: 20px 0;
    }

    .nd-logo-track {
        display: flex;
        width: max-content;
        animation: ndLogoMarqueeScroll 50s linear infinite;
        will-change: transform;
        gap: 60px;
    }

    .nd-logo-group {
        display: flex;
        align-items: center;
        gap: 60px;
        padding-right: 60px;
    }

    .nd-logo-track img {
        height: 120px;
        flex-shrink: 0;
        filter: none;
        opacity: 0.85;
        transition: opacity 0.3s ease;
    }

    .nd-logo-track img:hover {
        opacity: 1;
    }

    @keyframes ndLogoMarqueeScroll {
        0% {
            transform: translate3d(0, 0, 0);
        }

        100% {
            transform: translate3d(-50%, 0, 0);
        }
    }

    @media (max-width: 991px) {
        .nd-logo-track img {
            height: 80px;
        }

        .nd-logo-section h2 {
            font-size: 26px;
        }
    }

    .pa-testimonial {
        height: 100%;
        display: flex;
        flex-direction: column;
        user-select: none;
        /* Prevent text selection while swiping */
    }

    .pa-testimonials-track {
        cursor: grab;
    }

    .pa-testimonials-track:active {
        cursor: grabbing;
    }

    /* Final CTA Section Styles */
    .nd-final-cta-section {
        padding: 90px 0;
        background: linear-gradient(135deg, #0e3d93 0%, #082d73 100%) !important;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .nd-final-cta-content {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .nd-final-cta-title {
        color: #fff !important;
        font-size: 42px;
        font-weight: 800;
        line-height: 1.5;
        margin-bottom: 35px;
    }

    .nd-final-cta-btn {
        display: inline-block;
        background: #f97316;
        color: #fff !important;
        padding: 16px 38px;
        font-size: 24px;
        font-weight: 700;
        border-radius: 999px;
        text-decoration: none !important;
        box-shadow: 0 12px 25px rgba(255, 133, 34, 0.35);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        cursor: pointer;
    }

    .nd-final-cta-btn:hover {
        background: #f97316;
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(255, 133, 34, 0.45);
    }

    .nd-final-cta-note {
        display: block;
        color: rgba(255, 255, 255, 0.8);
        font-size: 18px;
        margin-top: 25px;
        font-weight: 500;
    }

    @media (max-width: 767px) {
        .nd-final-cta-section {
            padding: 60px 0;
        }

        .nd-final-cta-btn {
            padding: 15px 40px;
            font-size: 20px;
        }
    }

    /* ===== Standardization Adds ===== */
    .nd-hero-rev-section .nd-hero-rev-title {
        font-size: 44px !important;
        font-weight: 800 !important;
        color: #fff !important;
    }

    .pa-form-card h2 {
        font-size: 28px !important;
        font-weight: 800;
        color: #010101 !important;
        margin-bottom: 10px;
        text-align: center;
        line-height: 1.2;
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }


    .pa-form-card p {
        padding-left: 10px;
        padding-right: 10px;
        color: #000 !important;
    }

    .nd-feat-3d-card h3 {
        color: #0b56b5 !important;
        font-size: 20px !important;
        font-weight: 700 !important;
    }

    .nd-feat-3d-card p {
        color: #ffffff !important;
        font-size: 20px !important;
    }

    .nd-hero-rev-btn {
        font-size: 23px !important;
    }

    .faq-item .accordion-button,
    .faq-item .accordion-body {
        font-size: 20px !important;
    }

    .faq-item .accordion-body {
        font-weight: 400 !important;
    }

    @media (max-width: 991px) {

        .nd-hero-rev-section .nd-hero-rev-desc {
            padding: 0 !important;
        }

        .nd-hero-rev-section .pa-container {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }

        .nd-hero-rev-content {
            text-align: center !important;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .nd-hero-rev-desc {
            text-align: center !important;
        }

        .nd-hero-rev-section .nd-hero-rev-title {
            font-size: 34px !important;
            text-align: center !important;
        }

        .pa-band-title,
        .nd-final-cta-title {
            font-size: 40px !important;
            white-space: normal !important;
        }
    }

    @media (min-width: 992px) {
        .hero-img-enlarge {
            transform: scale(1.12);
        }
    }

.rmk-tab-btn.active {
                        background: #f97316 !important;
                        color: #fff !important;
                        border-color: #f97316 !important;
                    }

                    .rmk-tab-btn:hover {
                        border-color: #f97316 !important;
                        color: #fff !important;
                    }

                    .nd-pocket-card {
                        background: rgba(255, 255, 255, 0.05);
                        border: 1px solid rgba(255, 255, 255, 0.1);
                        border-radius: 16px;
                        padding: 30px 24px;
                        text-align: right;
                        height: 100%;
                        transition: 0.3s;
                    }

                    .nd-pocket-card:hover {
                        background: rgba(255, 255, 255, 0.1);
                        transform: translateY(-5px);
                        border-color: rgba(255, 255, 255, 0.2);
                    }

.qbank-steps-section {
                background: #f8fbff;
            }

            .qbank-steps-wrapper {
                position: relative;
                margin: 0 auto;
            }

            .qbank-steps-nav {
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto;
                position: relative;
            }

            .qbank-step-btn {
                background: #fff;
                border: 2px solid #e2e8f0;
                border-radius: 999px;
                padding: 15px 35px;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 12px;
                font-size: 20px;
                font-weight: 800;
                color: #64748b;
                position: relative;
                z-index: 2;
                transition: 0.3s;
                width: auto;
                height: auto;
            }

            .qbank-step-btn.active {
                background: #f97316;
                color: #fff;
                border-color: #f97316;
                box-shadow: 0 10px 20px rgba(249, 115, 22, 0.3);
            }

            .qbank-step-label {
                font-size: 20px;
                font-weight: 700;
                color: inherit;
                white-space: nowrap;
            }

            .qbank-step-connector {
                flex: 1;
                height: 4px;
                background: #e2e8f0;
                position: relative;
                z-index: 1;
                margin: 0 -15px;
                min-width: 40px;
            }

            .qbank-step-panel img {
                border-radius: 16px;
                box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            }

            @media (max-width: 991px) {
                .qbank-steps-nav {
                    flex-direction: column;
                    align-items: center;
                    gap: 20px;
                    padding-right: 20px;
                }

                .qbank-step-btn {
                    padding: 15px !important;
                    margin-bottom: 20px;
                }

                .qbank-step-label {
                    text-align: center;
                }

                .qbank-step-connector {
                    width: 4px;
                    height: 40px;
                    margin: -20px 33px -20px 0;
                }
            }

.reports-btn-panel {
                max-height: 520px;
                overflow-y: auto;
                padding-left: 20px;
                direction: rtl;
            }

            .reports-btn-panel::-webkit-scrollbar {
                width: 8px;
            }

            .reports-btn-panel::-webkit-scrollbar-track {
                background: #f1f5f9;
                border-radius: 10px;
            }

            .reports-btn-panel::-webkit-scrollbar-thumb {
                background: #cbd5e1;
                border-radius: 10px;
            }

            .reports-btn-panel::-webkit-scrollbar-thumb:hover {
                background: #94a3b8;
            }

            .report-btn {
                display: block;
                width: 100%;
                text-align: right;
                padding: 12px 20px;
                background: #f8fbff;
                border: 1px solid #e2e8f0;
                border-radius: 8px;
                color: #334155;
                font-size: 16px;
                font-weight: 600;
                margin-bottom: 8px;
                transition: 0.2s;
                cursor: pointer;
            }

            .report-btn:hover {
                background: #eef2ff;
                border-color: #cbd5e1;
            }

            .report-btn.active {
                background: #f97316;
                color: #fff;
                border-color: #f97316;
                box-shadow: 0 4px 10px rgba(249, 115, 22, 0.2);
            }

            .report-group-title {
                color: #003c98;
                font-size: 18px;
                font-weight: 800;
                margin-top: 20px;
                margin-bottom: 12px;
                padding-bottom: 8px;
                border-bottom: 2px solid #e2e8f0;
            }

            .report-group-title:first-child {
                margin-top: 0;
            }

            .reports-image-panel {
                position: sticky;
                top: 100px;
            }

            #reportPreviewImg {
                transition: opacity 0.3s ease;
            }

.why-card {
                background: #fff;
                border: 1px solid #e2e8f0;
                border-radius: 16px;
                padding: 30px;
                height: 100%;
                text-align: right;
                box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
                transition: 0.3s;
            }

            .why-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
                border-color: #cbd5e1;
            }

            .why-icon {
                width: 56px;
                height: 56px;
                border-radius: 12px;
                background: transparent;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 24px;
                margin-bottom: 20px;
                color: #f97316;
            }

            .why-card-title {
                color: #f97316;
                font-size: 22px;
                font-weight: 700;
                margin-bottom: 15px;
            }

            .why-card-text {
                color: #475569;
                font-size: 16px;
                line-height: 1.6;
                margin: 0;
            }

.sector-card {
                background: rgba(255, 255, 255, 0.05);
                border: 1px solid rgba(255, 255, 255, 0.1);
                border-radius: 16px;
                padding: 30px;
                text-align: center;
                height: 100%;
                transition: 0.3s;
                cursor: pointer;
            }

            .sector-card:hover {
                background: rgba(255, 255, 255, 0.1);
                border-color: #f97316;
                transform: translateY(-5px);
                box-shadow: 0 10px 20px rgba(249, 115, 22, 0.15);
            }

            .sector-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .sector-title {
                color: #fff;
                font-size: 18px;
                font-weight: 700;
                margin: 0;
            }

.rotator-dot.active {
                background: #f97316 !important;
                width: 24px !important;
                border-radius: 6px !important;
            }

            .rotator-prev,
            .rotator-next {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                background: #fff;
                border: 1px solid #e2e8f0;
                color: #003c98;
                font-size: 24px;
                font-weight: bold;
                cursor: pointer;
                transition: 0.3s;
                display: flex;
                align-items: center;
                justify-content: center;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
            }

            .rotator-prev:hover,
            .rotator-next:hover {
                background: #f97316;
                color: #fff;
                border-color: #f97316;
            }

            .testimonials-track-wrapper {
                overflow: hidden;
                width: 100%;
                padding: 20px 0;
            }

            .testimonials-track {
                display: flex;
                gap: 30px;
                transition: transform 0.5s ease-in-out;
                height: auto !important;
                align-items: stretch;
            }

            .testimonial-card {
                flex: 0 0 100%;
                position: relative !important;
                opacity: 1 !important;
                pointer-events: auto !important;
                z-index: 1 !important;
                height: auto !important;
                left: auto !important;
                right: auto !important;
                width: auto !important;
            }

            @media (min-width: 992px) {
                .testimonials-rotator {
                    max-width: 1200px !important;
                }

                .testimonial-card {
                    flex: 0 0 calc(50% - 15px);
                }
            }

.nd-report-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.nd-report-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.nd-report-lightbox-dialog {
    position: relative;
    max-width: min(96vw, 1400px);
    max-height: 92vh;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nd-report-lightbox-img {
    max-width: 96vw;
    max-height: 92vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.nd-report-lightbox-close {
    position: absolute;
    top: -14px;
    left: -14px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.nd-report-lightbox-close:hover {
    background: #f1f5f9;
}

#reportPreviewImg {
    cursor: zoom-in;
}

/* Custom override for Services Structure Page 001 Testimonials (1 card per view) */
.services-testimonial-section .testimonial-card {
    flex: 0 0 100% !important;
}

/* Steps progress bar styling */
.services-structure-page .qbank-steps-progress-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 0 30px;
}

.services-structure-page .qbank-progress-track {
    position: absolute;
    top: 36px; /* Centered with 72px circle */
    left: 30px;
    right: 30px;
    height: 6px;
    background-color: #e2e8f0;
    z-index: 1;
    border-radius: 3px;
}

.services-structure-page .qbank-progress-fill {
    position: absolute;
    top: 0;
    right: 0; /* Align to the right for RTL flow */
    height: 100%;
    width: 10%;
    background-color: #f97316;
    transition: width 0.4s ease;
    border-radius: 3px;
}

.services-structure-page .qbank-steps-nav-custom {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: none;
    background: transparent;
    padding: 0;
}

.services-structure-page .qbank-step-btn-custom {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: 180px;
    outline: none;
    text-decoration: none;
}

.services-structure-page .qbank-step-btn-custom .step-circle {
    width: 72px; /* 1.3x larger */
    height: 72px; /* 1.3x larger */
    border-radius: 50%;
    border: 3px solid #e2e8f0;
    background-color: #ffffff;
    color: #475569;
    font-size: 32px; /* 1.3x larger */
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.services-structure-page .qbank-step-btn-custom .step-label {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #475569;
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;
}

.services-structure-page .qbank-step-btn-custom.active .step-circle {
    border-color: #f97316;
    color: #f97316;
}

.services-structure-page .qbank-step-btn-custom.active .step-label {
    color: #f97316;
}

@media (max-width: 768px) {
    .services-structure-page .qbank-steps-progress-wrapper {
        padding: 0;
    }
    .services-structure-page .qbank-progress-track {
        display: none;
    }
    .services-structure-page .qbank-steps-nav-custom {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .services-structure-page .qbank-step-btn-custom {
        width: 100%;
    }
    .services-structure-page .qbank-step-btn-custom .step-label {
        margin-top: 8px;
    }
}

/* Services Testimonial Section Override (Single Card View) */
.services-structure-page .services-testimonial-section .testimonials-rotator {
    max-width: 900px !important;
}
.services-structure-page .services-testimonial-section .testimonial-card {
    flex: 0 0 100% !important;
}

/* Services Hero Image 120% Enlargement Override */
@media (min-width: 992px) {
    .services-structure-page .hero-img-enlarge {
        transform: scale(1.20) !important;
    }
}

/* ===========================================================
   CONTACT US PAGE — Remark_Contact_Us_Page_New_Design_001_Ar
   New, page-scoped classes only. Do NOT reuse existing class
   names. Naming convention: prefixed with rc-
   =========================================================== */

.rc-hero {
    background: linear-gradient(135deg, #0e3d93 0%, #082d73 100%) !important;
    padding: 50px 0 160px 0;
    overflow: hidden;
    position: relative;
}

.rc-hero__title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #ffffff;
    font-family: 'Tajawal', sans-serif !important;
}

.rc-hero__subtitle {
    font-size: 21px;
    line-height: 1.8;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Tajawal', sans-serif !important;
}

.rc-hero__counters {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.rc-hero__counter-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rc-hero__counter-val {
    font-size: 36px;
    font-weight: 800;
    color: #f97316;
    line-height: 1.2;
}

.rc-hero__counter-lbl {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 4px;
}

.rc-hero__media {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
}

.rc-hero__media:hover {
    transform: scale(1.02);
}

.rc-hero__media img {
    display: block;
    width: 100%;
    height: auto;
}

/* Contact Section & Main Card Overlap */
.rc-contact-section {
    display: flow-root;
    padding-top: 0 !important;
    padding-bottom: 100px;
    position: relative;
    z-index: 10;
    background-color: #ffffff;
}

.rc-contact-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15), 0 0 35px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-top: -50px;
    border: 1px solid #e8f1ff;
}

.rc-contact-form-side {
    padding: 60px 50px;
    background: #ffffff;
}

.rc-contact-form-side h2 {
    text-align: center !important;
    color: #f97316 !important;
}

.rc-contact-info-side {
    padding: 60px 45px;
    background: #051b47;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rc-section-title {
    font-size: 40px;
    font-weight: 700;
    color: #003c98;
    margin-bottom: 15px;
    font-family: 'Tajawal', sans-serif !important;
    text-align: center !important;
}

.rc-section-subtitle {
    font-size: 18px;
    color: #64748b;
    margin-bottom: 40px;
    font-family: 'Tajawal', sans-serif !important;
    text-align: center !important;
}

/* Form Styles */
.rc-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 20px;
}

.rc-form__group {
    display: flex;
    flex-direction: column;
}

.rc-form__group--full {
    grid-column: span 2;
}

.rc-form__label {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
    display: block;
}

.rc-form__label span {
    color: #f97316;
    margin-right: 4px;
}

.rc-form__input,
.rc-form__select,
.rc-form__textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 16px;
    color: #334155;
    background-color: #f8fafc;
    outline: none;
    transition: all 0.3s ease;
    font-family: 'Tajawal', sans-serif !important;
}

.rc-form__input::placeholder,
.rc-form__textarea::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.rc-form__input:focus,
.rc-form__select:focus,
.rc-form__textarea:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
    background-color: #ffffff;
}

.rc-form__textarea {
    height: 140px;
    resize: vertical;
}

.rc-form__cta {
    background-color: #f97316;
    color: #ffffff;
    border: 2px solid #f97316;
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-family: 'Tajawal', sans-serif !important;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.15);
}

.rc-form__cta:hover {
    background-color: #ffffff;
    color: #f97316;
    border-color: #f97316;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.2);
}

.rc-form__note {
    font-size: 15px;
    color: #64748b;
    margin-top: 12px;
    text-align: center;
    display: block;
}

/* Info Side Styles */
.rc-info-title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 12px;
    font-family: 'Tajawal', sans-serif !important;
    text-align: center !important;
}

.rc-info-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
    line-height: 1.6;
    text-align: center !important;
}

.rc-info-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.rc-info-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.rc-info-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.rc-info-card__icon--sales {
    background-color: #1e40af;
}

.rc-info-card__icon--support {
    background-color: #ea580c;
}

.rc-info-card__icon--general {
    background-color: #1e3a8a;
}

.rc-info-card__icon--whatsapp {
    background-color: #16a34a;
}

.rc-info-card__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.rc-info-card__icon svg {
    width: 24px;
    height: 24px;
    color: #ffffff;
}

.rc-info-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
}

.rc-info-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    font-family: 'Tajawal', sans-serif !important;
}

.rc-info-card__desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
    line-height: 1.5;
}

.rc-info-card__link {
    font-size: 16px;
    color: #f97316;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    word-break: break-all;
}

.rc-info-card__link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.rc-info-card__whatsapp-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #25d366;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2);
}

.rc-info-card__whatsapp-cta:hover {
    background-color: #128c7e;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.3);
}

/* Pills Help Section */
.rc-help-section {
    padding: 80px 0;
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #f1f5f9;
}

.rc-pills-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 18px;
    max-width: 1050px;
    margin: 0 auto;
}

.rc-pill {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
    color: #003c98;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    font-family: 'Tajawal', sans-serif !important;
}

.rc-pill:hover {
    background: #f97316;
    border-color: #f97316;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(249, 115, 22, 0.18);
}

/* Why Choose Remark Section */
.rc-why-section {
    padding: 90px 0;
    background-color: #f8fbff;
}

.rc-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 40px;
}

.rc-why-card {
    background: #ffffff;
    border: 1px solid #e8f1ff;
    border-radius: 20px;
    padding: 30px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 10px 25px rgba(7, 60, 145, 0.04);
    transition: all 0.3s ease;
}

.rc-why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(7, 60, 145, 0.08);
    border-color: #f97316;
}

.rc-why-card__icon {
    flex-shrink: 0;
    color: #f97316;
    margin-top: 4px;
}

.rc-why-card__text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    color: #334155;
    text-align: right;
    font-family: 'Tajawal', sans-serif !important;
}

.rc-why-card__text strong {
    font-weight: 700;
    color: #0f172a;
}

/* FAQ Accordion Section */
.rc-faq-section {
    padding: 90px 0;
    background-color: #ffffff;
}

.rc-faq-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: right;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .rc-hero {
        padding: 60px 0 120px 0;
    }
    
    .rc-hero__title {
        font-size: 38px;
        text-align: center;
    }
    
    .rc-hero__subtitle {
        font-size: 19px;
        text-align: center;
    }
    
    .rc-hero__counters {
        justify-content: center;
        gap: 25px;
    }
    
    .rc-contact-card {
        margin-top: -30px;
        border-radius: 20px;
    }
    
    .rc-contact-form-side {
        padding: 40px 30px;
    }
    
    .rc-contact-info-side {
        padding: 40px 30px;
    }
    
    .rc-form__row {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .rc-form__group--full {
        grid-column: span 1;
    }
    
    .rc-why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .rc-hero {
        padding: 50px 0 100px 0;
    }
    
    .rc-hero__title {
        font-size: 30px;
    }
    
    .rc-hero__subtitle {
        font-size: 17px;
    }
    
    .rc-contact-card {
        margin-top: -20px;
    }
    
    .rc-contact-form-side {
        padding: 30px 20px;
    }
    
    .rc-contact-info-side {
        padding: 30px 20px;
    }
    
    .rc-why-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .rc-section-title {
        font-size: 30px;
    }
    
    .rc-pills-container {
        gap: 10px;
        padding: 0 15px;
    }
    
    .rc-pill {
        font-size: 16px;
        padding: 10px 18px;
    }
    
    .rc-why-card__text {
        font-size: 18px;
    }
}

.hero-cta-right {
    background-color: #f97316 !important;
    color: #fff !important;
    border: 1px solid #f97316 !important;
    transition: all 0.3s ease;
}
.hero-cta-right:hover {
    background-color: #fff !important;
    color: #f97316 !important;
    border-color: #f97316 !important;
}
.hero-cta-left {
    background-color: #fff !important;
    color: #f97316 !important;
    border: 1px solid #f97316 !important;
    transition: all 0.3s ease;
}
.hero-cta-left:hover {
    background-color: #f97316 !important;
    color: #fff !important;
    border-color: #f97316 !important;
}


/* ===========================================================
   REQUEST DEMO PAGE — Remark_Request_Demo_Page_New_Design_001_Ar
   New, page-scoped classes only. Do NOT reuse existing class
   names. Naming convention: prefixed with rd-
   =========================================================== */

.rd-hero {
    background: linear-gradient(135deg, #0e3d93 0%, #082d73 100%) !important;
    padding: 50px 0 50px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.rd-hero__badge {
    display: inline-block;
    background-color: rgba(249, 115, 22, 0.15);
    color: #f97316;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 999px;
    margin-bottom: 20px;
    font-family: 'Tajawal', sans-serif !important;
}

.rd-hero__title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #ffffff;
    font-family: 'Tajawal', sans-serif !important;
    text-align: right !important;
}

.rd-hero__title span {
    color: #f97316 !important;
}

.rd-hero__subtitle {
    font-size: 21px;
    line-height: 1.8;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Tajawal', sans-serif !important;
    text-align: right !important;
}

.rd-hero__trust-list {
    list-style: none;
    padding: 0;
    margin: 35px 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.rd-hero__trust-item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Tajawal', sans-serif !important;
    text-align: right !important;
    justify-content: flex-start;
}

.rd-hero__trust-icon {
    background-color: #f97316;
    color: #ffffff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(249, 115, 22, 0.3);
}

.rd-hero__trust-icon svg {
    width: 14px;
    height: 14px;
    stroke-width: 4px;
}

.rd-hero__note {
    font-size: 20px;
    color: #ffffff;
    margin-top: 30px;
    font-weight: 700;
    font-family: 'Tajawal', sans-serif !important;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: right !important;
    justify-content: flex-start;
    flex-direction: row;
}

/* Flashing Dots Animation */
.rd-hero__dots {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    flex-direction: row-reverse;
    order: 2;
}

.rd-hero__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f97316;
    opacity: 0.3;
    animation: rd-dot-flash 1.6s infinite ease-in-out;
}

.rd-hero__dot:nth-child(1) {
    animation-delay: 0s;
}
.rd-hero__dot:nth-child(2) {
    animation-delay: 0.4s;
}
.rd-hero__dot:nth-child(3) {
    animation-delay: 0.8s;
}
.rd-hero__dot:nth-child(4) {
    animation-delay: 1.2s;
}

@keyframes rd-dot-flash {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.rd-hero__note-dots {
    color: #f97316;
    letter-spacing: 4px;
    font-size: 22px;
}

/* Contact / Form Card */
.rd-contact-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border: 1px solid #e8f1ff;
    width: 100%;
}

.rd-contact-form-side {
    padding: 45px 40px;
    background: #ffffff;
}

.rd-contact-form-side h2 {
    text-align: right !important;
    font-size: 28px;
    font-weight: 700;
    color: #f97316 !important;
    margin-bottom: 12px;
    font-family: 'Tajawal', sans-serif !important;
}

.rd-contact-form-side p {
    text-align: right !important;
    font-size: 16px;
    color: #475569;
    margin-bottom: 30px;
    line-height: 1.6;
    font-family: 'Tajawal', sans-serif !important;
}

/* Form Styling */
.rd-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 16px;
}

.rd-form__group {
    display: flex;
    flex-direction: column;
}

.rd-form__group--full {
    grid-column: span 2;
}

.rd-form__label {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
    display: block;
    text-align: right;
}

.rd-form__label span {
    color: #f97316;
    margin-right: 4px;
}

.rd-form__input,
.rd-form__select,
.rd-form__textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 15px;
    color: #334155;
    background-color: #f8fafc;
    outline: none;
    transition: all 0.3s ease;
    font-family: 'Tajawal', sans-serif !important;
    text-align: right;
}

.rd-form__input::placeholder,
.rd-form__textarea::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.rd-form__input:focus,
.rd-form__select:focus,
.rd-form__textarea:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
    background-color: #ffffff;
}

.rd-form__textarea {
    height: 100px;
    resize: vertical;
}

.rd-form__cta {
    background-color: #f97316;
    color: #ffffff;
    border: 2px solid #f97316;
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-family: 'Tajawal', sans-serif !important;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.15);
}

.rd-form__cta:hover {
    background-color: #ffffff;
    color: #f97316;
    border-color: #f97316;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.2);
}

.rd-form__note {
    font-size: 14px;
    color: #64748b;
    margin-top: 12px;
    text-align: center;
    display: block;
}

/* Sections Layout styling */
.rd-section-title {
    font-size: 40px;
    font-weight: 700;
    color: rgb(30, 53, 117) !important;
    margin-bottom: 15px;
    font-family: 'Tajawal', sans-serif !important;
    text-align: center !important;
}

.rd-section-subtitle {
    font-size: 18px;
    color: #64748b;
    margin-bottom: 45px;
    font-family: 'Tajawal', sans-serif !important;
    text-align: center !important;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.rd-badge {
    display: inline-block;
    background-color: #f97316 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 999px;
    margin-bottom: 16px;
    font-family: 'Tajawal', sans-serif !important;
}

/* What is covered grid */
.rd-feature-section {
    padding: 90px 0;
    background-color: #ffffff;
    border-top: 1px solid #f1f5f9;
    text-align: center;
}

.rd-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: right;
}

.rd-feature-item {
    background: #f8fbff;
    border: 1px solid #e8f1ff;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.rd-feature-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(7, 60, 145, 0.06);
    border-color: #f97316;
}

.rd-feature-item__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(249, 115, 22, 0.1);
    color: #f97316;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rd-feature-item__icon svg {
    width: 24px;
    height: 24px;
}

.rd-feature-item__text {
    font-size: 20px;
    font-weight: 600;
    color: #334155;
    font-family: 'Tajawal', sans-serif !important;
}

/* Who Can Benefit Section (8 Pockets on Dark Blue) */
.rd-audience-section {
    padding: 95px 0;
    background-color: #082d73;
    color: #ffffff;
    text-align: center;
}

.rd-audience-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.rd-audience-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 15px;
    width: calc(20% - 16px);
    min-width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.rd-audience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    border-color: #f97316;
}

.rd-audience-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #e8f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003c98;
    flex-shrink: 0;
}

.rd-audience-card__icon svg {
    width: 24px;
    height: 24px;
}

.rd-audience-card__label {
    font-size: 18px;
    font-weight: 700;
    color: #082d73;
    text-align: center;
    font-family: 'Tajawal', sans-serif !important;
    line-height: 1.4;
}

/* Why Book a Demo Section (Big 5 Checklist Cards) */
.rd-why-section {
    padding: 90px 0;
    background-color: #ffffff;
}

.rd-why-grid {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 60px;
    align-items: flex-start;
}

.rd-why__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: right;
}

.rd-why__card {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 32px 36px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border-right: 5px solid #f97316;
}

.rd-why__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    border-color: #f97316;
}

.rd-why__card-icon {
    color: #f97316;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-why__card-icon svg {
    width: 24px;
    height: 24px;
}

.rd-why__card-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #334155;
    margin: 0;
    text-align: right;
    font-family: 'Tajawal', sans-serif !important;
}

.rd-why__media {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.rd-why__media img {
    width: 100%;
    height: auto;
    display: block;
}

/* FAQ Accordion Section */
.rd-faq-section {
    padding: 90px 0;
    background-color: #f8fbff;
}

.rd-faq-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: right;
}

/* Closing CTA Band */
.rd-cta-band {
    background: linear-gradient(135deg, #0e3d93 0%, #082d73 100%) !important;
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
}

/* Responsive Overrides */
@media (max-width: 1199px) {
    .rd-audience-card {
        width: calc(25% - 15px);
    }
}

@media (max-width: 991px) {
    .rd-hero {
        padding: 60px 0;
    }
    
    .rd-hero__title {
        font-size: 38px;
        text-align: center;
    }
    
    .rd-hero__subtitle {
        font-size: 19px;
        text-align: center;
    }
    
    .rd-hero__trust-list {
        align-items: center;
    }
    
    .rd-hero__note {
        justify-content: center;
    }
    
    .rd-contact-card {
        margin-top: 30px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }
    
    .rd-contact-form-side {
        padding: 40px 30px;
    }
    
    .rd-form__row {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .rd-form__group--full {
        grid-column: span 1;
    }
    
    .rd-feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .rd-audience-card {
        width: calc(33.333% - 14px);
    }
    
    .rd-why-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .rd-why__media {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .rd-hero {
        padding: 50px 0;
    }
    
    .rd-hero__title {
        font-size: 38px !important;
    }
    .rd-hero__dots {
        display: none !important;
    }
    
    .rd-hero__subtitle {
        font-size: 17px;
    }
    
    .rd-contact-form-side {
        padding: 30px 20px;
    }
    
    .rd-audience-card {
        width: calc(75% - 10px);
    }
    
    .rd-section-title,
    .rd-contact-form-side h2 {
        font-size: 34px !important;
    }
    .rd-cta-band h2 {
        font-size: 30px !important;
    }
}

/* ===========================================================
   BE A DISTRIBUTOR PAGE — Remark_Be_Distributor_Page_New_Design_001_Ar
   New, page-scoped classes only.
   =========================================================== */

/* Global / Utility for BD Page */
.bd-badge {
    display: inline-block;
    background-color: #f97316 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 999px;
    margin-bottom: 16px;
    font-family: 'Tajawal', sans-serif !important;
}

.bd-section-title {
    font-size: 40px;
    font-weight: 700;
    color: rgb(30, 53, 117) !important;
    margin-bottom: 15px;
    font-family: 'Tajawal', sans-serif !important;
    text-align: center !important;
}

.bd-section-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #475569;
    max-width: 840px;
    margin: 0 auto 40px auto;
    text-align: center;
    line-height: 1.6;
    font-family: 'Tajawal', sans-serif !important;
}

/* Button styles matching site theme */
.bd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
    font-family: 'Tajawal', sans-serif !important;
    cursor: pointer;
}

.bd-btn-primary {
    background-color: #f97316;
    color: #ffffff !important;
    border: 2px solid #f97316;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.3);
}

.bd-btn-primary:hover {
    background-color: #ffffff;
    color: #f97316 !important;
    border-color: #f97316;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
}

.bd-btn-outline {
    background-color: transparent;
    color: #ffffff !important;
    border: 2px solid #ffffff;
}

.bd-btn-outline:hover {
    background-color: #ffffff;
    color: #082d73 !important;
    transform: translateY(-2px);
}

/* 1. HERO SECTION */
.bd-hero {
    background: linear-gradient(135deg, #0e3d93 0%, #082d73 100%);
    padding: 90px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.bd-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.bd-hero__content {
    text-align: right;
}

.bd-hero__title {
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
    margin-bottom: 20px;
    font-family: 'Tajawal', sans-serif !important;
    text-align: right !important;
}

.bd-hero__subtitle {
    font-size: 21px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 35px;
    font-family: 'Tajawal', sans-serif !important;
    text-align: right !important;
}

.bd-hero__actions {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
}

.bd-hero__media {
    text-align: center;
}

.bd-hero__media img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none !important;
    border: none !important;
}

/* 2. BENEFITS SECTION (6 Pockets) */
.bd-benefits-section {
    padding: 90px 0;
    background-color: #f8fbff;
}

.bd-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bd-benefit-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px 28px;
    transition: all 0.35s ease-in-out;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
    position: relative;
}

.bd-benefit-card__icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #f97316;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.35s ease-in-out;
    flex-shrink: 0;
}

.bd-benefit-card__icon svg {
    width: 26px;
    height: 26px;
    stroke-width: 2px;
}

.bd-benefit-card__title {
    font-size: 22px;
    font-weight: 700;
    color: rgb(30, 53, 117);
    margin-bottom: 12px;
    font-family: 'Tajawal', sans-serif !important;
    transition: color 0.35s ease-in-out;
}

.bd-benefit-card__desc {
    font-size: 17px;
    font-weight: 400;
    color: #475569;
    line-height: 1.6;
    margin: 0;
    font-family: 'Tajawal', sans-serif !important;
    transition: color 0.35s ease-in-out;
}

/* BENEFIT CARD HOVER STATE */
.bd-benefit-card:hover {
    background: linear-gradient(135deg, #0e3d93 0%, #082d73 100%);
    border-color: #0e3d93;
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(14, 61, 147, 0.25);
}

.bd-benefit-card:hover .bd-benefit-card__icon {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    color: #ffffff;
}

.bd-benefit-card:hover .bd-benefit-card__title {
    color: #ffffff !important;
}

.bd-benefit-card:hover .bd-benefit-card__desc {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* 3. FORM SECTION */
.bd-form-section {
    padding: 90px 0;
    background-color: #ffffff;
}

.bd-form-card {
    max-width: 860px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 45px 40px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.bd-form-card h2 {
    font-size: 28px;
    font-weight: 700;
    color: #f97316 !important;
    margin-bottom: 12px;
    text-align: right !important;
    font-family: 'Tajawal', sans-serif !important;
}

.bd-form-card p {
    font-size: 16px;
    color: #475569;
    margin-bottom: 30px;
    text-align: right !important;
    font-family: 'Tajawal', sans-serif !important;
}

.bd-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.bd-form__group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: right;
}

.bd-form__group--full {
    grid-column: 1 / -1;
}

.bd-form__label {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    font-family: 'Tajawal', sans-serif !important;
}

.bd-form__input,
.bd-form__select,
.bd-form__textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 15px;
    color: #1e293b;
    background-color: #f8fafc;
    font-family: 'Tajawal', sans-serif !important;
    transition: all 0.2s ease;
}

.bd-form__input:focus,
.bd-form__select:focus,
.bd-form__textarea:focus {
    outline: none;
    border-color: #f97316;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15);
}

.bd-form__textarea {
    resize: vertical;
    min-height: 120px;
}

.bd-form__note {
    font-size: 14px;
    color: #64748b;
    margin-top: 14px;
    text-align: center;
    display: block;
    font-family: 'Tajawal', sans-serif !important;
}

/* 4. PARTNERS SECTION (8 Pockets on Dark Blue background) */
.bd-partners-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #0e3d93 0%, #082d73 100%);
    color: #ffffff;
}

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

.bd-partner-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.35s ease-in-out;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    border: 1px solid transparent;
}

.bd-partner-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f97316;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: all 0.35s ease-in-out;
}

.bd-partner-card__icon svg {
    width: 28px;
    height: 28px;
    stroke-width: 2px;
}

.bd-partner-card__label {
    font-size: 19px;
    font-weight: 700;
    color: rgb(30, 53, 117);
    line-height: 1.4;
    font-family: 'Tajawal', sans-serif !important;
    transition: color 0.35s ease-in-out;
}

/* PARTNER CARD HOVER STATE */
.bd-partner-card:hover {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
}

.bd-partner-card:hover .bd-partner-card__label {
    color: #ffffff !important;
}

/* 5. STEPS SECTION (5 Steps Process Track) */
.bd-steps-section {
    padding: 90px 0;
    background-color: #f8fbff;
}

.bd-steps-track {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
    padding-top: 35px;
    margin-top: 35px;
}

/* Horizontal connecting line running across the top of cards */
.bd-steps-track::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 8%;
    right: 8%;
    height: 4px;
    background: linear-gradient(to left, #f97316 0%, #003c98 25%, #f97316 50%, #003c98 75%, #f97316 100%);
    z-index: 1;
    border-radius: 2px;
}

.bd-step-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 24px;
    padding: 55px 20px 32px 20px;
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.35s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 245px;
}

.bd-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
    border-color: #f97316;
}

/* 1.5X Bigger Top Number Badges */
.bd-step__badge {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 56px;
    border-radius: 16px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Tajawal', sans-serif !important;
    z-index: 3;
    letter-spacing: -0.5px;
}

.bd-step__badge--orange {
    background-color: #f97316;
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.4);
}

.bd-step__badge--blue {
    background-color: #003c98;
    box-shadow: 0 8px 20px rgba(0, 60, 152, 0.4);
}

.bd-step__label {
    font-size: 14px;
    font-weight: 700;
    color: #f97316;
    margin-bottom: 14px;
    display: block;
    font-family: 'Tajawal', sans-serif !important;
}

.bd-step__text {
    font-size: 19px;
    font-weight: 700;
    color: rgb(30, 53, 117);
    line-height: 1.5;
    font-family: 'Tajawal', sans-serif !important;
    margin: 0;
}

/* 6. FAQ SECTION */
.bd-faq-section {
    padding: 90px 0;
    background-color: #ffffff;
}

.bd-faq-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: right;
}

.bd-faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.bd-faq-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.bd-faq-button {
    font-weight: 700 !important;
    font-size: 21px !important;
    color: rgb(30, 53, 117) !important;
    background: #ffffff !important;
    padding: 22px 28px !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    font-family: 'Tajawal', sans-serif !important;
    text-align: right !important;
}

/* Hide default Bootstrap accordion arrow */
.bd-faq-button::after {
    display: none !important;
    content: none !important;
}

/* Custom Orange Plus/Minus Circle Icon */
.bd-faq-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(249, 115, 22, 0.12);
    color: #f97316;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.bd-faq-icon svg {
    width: 18px;
    height: 18px;
    stroke-width: 3px;
    transition: transform 0.3s ease;
}

.bd-faq-button:not(.collapsed) {
    color: #003c98 !important;
    background: #f8fbff !important;
    border-bottom: 1px solid #e2e8f0;
}

.bd-faq-button:not(.collapsed) .bd-faq-icon {
    background-color: #f97316;
    color: #ffffff;
    transform: rotate(180deg);
}

.bd-faq-button:not(.collapsed) .bd-faq-icon__vertical {
    display: none;
}

.bd-faq-body {
    font-size: 19px !important;
    font-weight: 400 !important;
    color: #334155 !important;
    line-height: 1.7 !important;
    padding: 24px 28px !important;
    background: #ffffff;
    font-family: 'Tajawal', sans-serif !important;
    text-align: right !important;
}

/* 7. CLOSING CTA BAND */
.bd-cta-band {
    background: linear-gradient(135deg, #0e3d93 0%, #082d73 100%) !important;
    padding: 80px 0;
    text-align: center !important;
    color: #ffffff;
}

.bd-cta-band h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 16px;
    font-family: 'Tajawal', sans-serif !important;
    text-align: center !important;
}

.bd-cta-band p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 720px;
    margin: 0 auto 35px auto;
    font-family: 'Tajawal', sans-serif !important;
    text-align: center !important;
}

.bd-cta-band__actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

/* RESPONSIVE OVERRIDES FOR BD PAGE */
@media (max-width: 1199px) {
    .bd-partners-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .bd-hero {
        padding: 60px 0;
    }
    .bd-hero__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .bd-hero__content {
        text-align: center;
    }
    .bd-hero__title {
        text-align: center !important;
        font-size: 38px !important;
    }
    .bd-hero__subtitle {
        text-align: center !important;
        font-size: 19px;
    }
    .bd-hero__actions {
        justify-content: center;
    }
    .bd-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bd-partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .bd-steps-track {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .bd-hero {
        padding: 50px 0;
    }
    .bd-hero__title {
        font-size: 38px !important;
    }
    .bd-hero__subtitle {
        font-size: 17px;
    }
    .bd-hero__actions {
        flex-direction: column;
        width: 100%;
    }
    .bd-hero__actions .bd-btn {
        width: 100%;
    }
    .bd-section-title {
        font-size: 34px !important;
    }
    .bd-section-subtitle {
        font-size: 17px;
    }
    .bd-benefits-grid {
        grid-template-columns: 1fr;
    }
    .bd-form-card {
        padding: 30px 20px;
    }
    .bd-form__grid {
        grid-template-columns: 1fr;
    }
    .bd-partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bd-steps-track {
        grid-template-columns: 1fr;
    }
    .bd-cta-band h2 {
        font-size: 30px !important;
    }
    .bd-cta-band__actions {
        flex-direction: column;
        width: 100%;
    }
    .bd-cta-band__actions .bd-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .bd-partners-grid {
        grid-template-columns: 1fr;
    }
}

/* FAQ Accordion Icon Styling - Orange and Bold */
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ed5f0d' stroke='%23ed5f0d' stroke-width='1.8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    filter: brightness(0) saturate(100%) invert(44%) sepia(93%) saturate(2135%) hue-rotate(354deg) brightness(98%) contrast(96%) !important;
    font-weight: bold !important;
    color: #ed5f0d !important;
}

/* Mobile layout for Hero Banner CTAs: Stacked vertically, full-width buttons, one per row */
@media (max-width: 768px) {
    .rmk-hero-actions {
        flex-direction: column !important;
        width: 100% !important;
        gap: 20px !important;
        align-items: stretch !important;
    }

    .rmk-hero-action-group {
        width: 100% !important;
        align-items: stretch !important;
        text-align: center !important;
    }

    .rmk-hero-btn {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
        white-space: nowrap !important;
    }

    .rmk-hero-subtext {
        width: 100% !important;
        text-align: center !important;
        display: block !important;
        margin-inline-start: 0 !important;
        margin-top: 6px !important;
    }
}





