﻿*,
*::before,
*::after {
    box-sizing: border-box;
}
.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
    display: block; 
}

.pp-radio-block .invalid-feedback {
    margin-left: 1.25rem;
}

.solutions-container {
    width: 100%;
    position: relative;
}

.solution-header-desktop {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    min-height: 420px;
    background-image: url("//res.cloudinary.com/funex/image/upload/f_auto,q_40/c_scale,w_auto,dpr_auto/v1770224501/bannnerwwu_duajcf.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-align {
    margin-bottom: 10px;
    margin-top: 10px;
}

.ecom-title {
    color: #2356C2;
    font-size: 16px;
    font-weight: 600;
}

.solution-content {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 20px;
    color: #ffffff;
}

.solutions-container .banner-content {
    max-width: 540px;
}


.solutions-container .banner-title {
    font-size: 40px !important;
    font-weight: 500;
    line-height: 1.0;
    margin-bottom: 20px;
    color: #30356C;
}

.solutions-container .banner-title1 {
    font-size: 40px !important;
    font-weight: 500;
    line-height: 1.0;
    margin-bottom: 30px;
    color: #2356C2;
}

.partner-alignment {
    margin-bottom: 35px;
    margin-top: 20px;
}


.solutions-container .banner-para1 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #30356C;
    font-weight: 400;
}


.solutions-container .banner-para {
    font-size: 16px;
    margin-bottom: 25px;
    color: #30356C;
    font-weight: 500;
    line-height: 24px;
}

.sol-banner-btn {
    background: #ffffff;
    color: #19305b;
    font-weight: 700;
    font-size: 18px;
    padding: 15px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 220px;
    margin: 10px 0px;
}

    .sol-banner-btn:hover {
        color: #ffffff;
        outline: 5px solid #ffffff;
        background: none;
    }

.sol-content-head h2 {
    color: #2356C2;
    font-size: 40px !important;
}

.sol-content-head h3 {
    color: #000000;
    font-size: 38px !important;
}

.sol-content-head p {
    line-height: 24px;
    padding: 10px 0px;
    font-weight: 400;
}

.apply-to-partner {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.solutions-container .mb-bg-white-btn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 10px 60px;
    border: 3px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(90deg, #a9dbff, #232ec2, #a9dbff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-size: 200% 200%;
    animation: rotateBorder 3s linear infinite;
    overflow: hidden;
    font-size: 19px;
    font-weight: 500;
    color: #30356b;
    border-radius: 10px;
    transition: all 0.4s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 6px;
}


.solutions-container .bg-white-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 60px;
    border: 3px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(90deg, #a9dbff, #232ec2, #a9dbff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-size: 200% 200%;
    animation: rotateBorder 3s linear infinite;
    overflow: hidden;
    font-size: 19px;
    font-weight: 500;
    color: #30356b;
    border-radius: 10px;
    transition: all 0.4s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 6px;
}

@keyframes rotateBorder {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

.solutions-container .bg-white-btn span {
    display: inline-block;
    transition: all 0.4s ease;
    position: relative;
    color: #4B4384;
    font-size: 25px;
}

.solutions-container .bg-white-btn:hover {
    transform: scale(1.05);
    background-image: linear-gradient(120deg, #f6faff, #e9f0ff, #f6faff), linear-gradient(90deg, #a9dbff, #232ec2, #a9dbff);
    background-size: 200% 200%;
    animation: rotateBorder 3s linear infinite, innerGlow 2s ease-in-out infinite;
    box-shadow: 0 0 20px rgba(35, 46, 194, 0.25), 0 6px 12px rgba(0, 0, 0, 0.1);
}

.solutions-container .mb-bg-white-btn span {
    display: inline-block;
    transition: all 0.4s ease;
    position: relative;
    color: #4B4384;
    font-size: 25px;
}

.solutions-container .mb-bg-white-btn:hover {
    transform: scale(1.05);
    background-image: linear-gradient(120deg, #f6faff, #e9f0ff, #f6faff), linear-gradient(90deg, #a9dbff, #232ec2, #a9dbff);
    background-size: 200% 200%;
    animation: rotateBorder 3s linear infinite, innerGlow 2s ease-in-out infinite;
    box-shadow: 0 0 20px rgba(35, 46, 194, 0.25), 0 6px 12px rgba(0, 0, 0, 0.1);
}

@keyframes innerGlow {
    0% {
        background-position: 0% 50%, 0% 50%;
    }

    50% {
        background-position: 100% 50%, 100% 50%;
    }

    100% {
        background-position: 0% 50%, 200% 50%;
    }
}

.solutions-container .bg-white-btn:hover span {
    color: #232ec2;
}

@media (max-width: 1600px) {
    .solutions-container .banner-title {
        font-size: 40px !important;
        font-family: RF Dewi;
    }
}


@media (max-width: 1200px) {
    .solution-content {
        padding: 30px;
    }

    .solutions-container .banner-title {
        font-size: 38px !important;
        font-family: RF Dewi;
    }

    .solutions-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .solution-header-desktop {
        min-height: 360px;
    }

    .solutions-container .banner-title {
        font-size: 34px !important;
        font-family: RF Dewi;
    }

    .banner-para {
        font-size: 15px;
    }
}

@media (max-width: 768px) {

    .solution-content {
        padding: 30px;
        align-items: flex-end;
    }

    .solutions-container .banner-title {
        font-size: 30px !important;
        font-family: RF Dewi;
        display: flex;
    }

    .sol-banner-btn {
        font-size: 14px;
        padding: 10px 24px;
    }

    .solution-content-lg {
        display: none;
    }

    .solution-header-mb .content-section-mb {
        padding: 10px 20px;
    }

        .solution-header-mb .content-section-mb h2 {
            color: #30356C;
            font-size: 24px;
            font-weight: bold;
            line-height: 30px;
            margin-bottom: 20px;
        }

        .solution-header-mb .content-section-mb p {
            font-size: 16px;
            margin-top: 30px;
        }

    .solution-header-mb img {
        margin-bottom: 20px;
        width: 100%;
    }

    .solution-content-lg {
        display: none;
    }

    .solutions-grid-wrapper {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .solutions-container .bg-white-btn {
        font-size: 18px;
        font-weight: 500;
        width: 250px;
        margin: 0 auto;
        padding: 10px 20px;
    }

        .solutions-container .bg-white-btn span {
            font-size: 18px;
        }


        .solutions-container .bg-white-btn:hover {
            transform: none;
            animation: none;
            border: 3px solid transparent;
            background-image: linear-gradient(white, white), linear-gradient(90deg, #a9dbff, #232ec2, #a9dbff);
        }

            .solutions-container .bg-white-btn:hover span {
                color: #000;
            }
}

@media (max-width: 576px) {

    .solution-header-mb {
        font-size: 20px;
    }

    .solution-header-mb {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .solutions-container .banner-title {
        font-size: 28px !important;
        font-family: RF Dewi;
        line-height: 1.2;
        display: flex;
    }

    .solutions-container .banner-para {
        font-size: 13px;
    }

    .solutions-container .bg-white-btn {
        padding: 10px 20px;
    }
}

/* why work with*/
.solution-content-lg {
    padding: 40px 60px;
    background: #ffffff;
}

.sol-content-head {
    margin-bottom: 20px;
}

.who-heading1 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
}

.who-heading2 {
    color: #2356C2;
    font-size: 32px;
    font-weight: 700;
}

.sol-content-desc {
    margin-top: 12px;
    font-size: 16px;
    max-width: 900px;
    color: #333;
}

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

.benefit-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.head-color {
    font-weight: 600;
}

.benefit-card img {
    width: 105px;
    height: 105px;
    margin-bottom: 14px;
}

.benefit-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    height: 60px;
}

.benefit-sol-content-desc {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}


.benefit-card p {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}



@media (min-width: 1920px) {
    .benefits-grid {
        gap: 40px;
    }
}

@media (max-width: 1199px) {
    .benefit-card img {
        width: 95px;
        height: 95px;
    }
}


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



@media (max-width: 767px) {

    .solution-content-lg {
        padding: 24px 16px;
    }

    .benefit-sol-content-desc {
        font-size: 16px;
        color: #333;
        margin-top: 10px;
        text-align: left;
    }


    .who-heading1,
    .who-heading2 {
        font-size: 24px;
        text-align: left;
        display: block;
        color: #30356C;
    }

    .sol-content-desc {
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 28px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .benefit-card {
        align-items: center;
        text-align: center;
    }

        .benefit-card img {
            width: 80px;
            height: 80px;
        }

        .benefit-card h3 {
            font-size: 22px;
            height: 60px;
        }

        .benefit-card p {
            font-size: 16px;
            line-height: 22px;
        }
}


.solution-content-lg {
    padding: 40px 60px;
}

.sol-content-head {
    margin-bottom: 20px;
}

.who-heading1 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.sol-content-desc {
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}


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

.cta-wrapper {
    margin-top: 40px;
    text-align: center;
}

.cta-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 60px;
    border: 3px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(90deg, #a9dbff, #232ec2, #a9dbff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-size: 200% 200%;
    animation: rotateBorder 3s linear infinite;
    overflow: hidden;
    font-size: 19px;
    font-weight: 500;
    color: #30356b;
    border-radius: 10px;
    transition Shorthand property combines four of the transition properties into a single property. Widely available across major browsers (Baseline since March 2018) Learn more Don't show : all 0.4s ease; box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 6px;
}

    .cta-btn:hover {
        transform: scale(1.05);
        background-image: linear-gradient(120deg, #f6faff, #e9f0ff, #f6faff), linear-gradient(90deg, #a9dbff, #232ec2, #a9dbff);
        background-size: 200% 200%;
        animation: rotateBorder 3s linear infinite, innerGlow 2s ease-in-out infinite;
        box-shadow: 0 0 20px rgba(35, 46, 194, 0.25), 0 6px 12px rgba(0, 0, 0, 0.1);
    }

.how {
    color: #2D2D2D;
}


.step-card {
    background-color: #2f356b;
    color: #ffffff;
    border-radius: 10px;
    padding: 24px;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .step-card h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #ffffff;
    }

    .step-card p {
        font-size: 16px;
        line-height: 1.6;
        color: #ffffff;
        height: 100px;
    }


@media (min-width: 1920px) {
    .steps-grid {
        gap: 28px;
    }

    .step-card h3 {
        font-size: 20px;
    }

    .step-card p {
        font-size: 17px;
    }
}


@media (max-width: 1199px) {
    .steps-grid {
        gap: 18px;
    }

    .step-card {
        padding: 20px;
    }

        .step-card h3 {
            font-size: 17px;
        }

        .step-card p {
            font-size: 15px;
        }
}


@media (max-width: 991px) {
    .solution-content-lg {
        padding: 32px 24px;
    }

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

    .step-card {
        min-height: auto;
    }
}


@media (max-width: 767px) {

    .solution-content-lg {
        padding: 24px 16px;
    }

    .sol-content-head {
        text-align: center;
        margin-bottom: 20px;
    }

    .who-heading1 {
        font-size: 24px;
    }

    .sol-content-desc {
        font-size: 14px;
        line-height: 22px;
        margin: 0 auto;
    }

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

    .step-card {
        text-align: left;
        padding: 30px;
    }

        .step-card h3 {
            font-size: 18px;
            text-align: left;
        }

        .step-card p {
            font-size: 18px;
            line-height: 22px;
        }

    .solutions-container .mb-bg-white-btn span {
        display: inline-block;
        transition: all 0.4s ease;
        position: relative;
        color: #4B4384;
        font-size: 25px;
    }

    .solutions-container .mb-bg-white-btn:hover {
        transform: scale(1.05);
        background-image: linear-gradient(120deg, #f6faff, #e9f0ff, #f6faff), linear-gradient(90deg, #a9dbff, #232ec2, #a9dbff);
        background-size: 200% 200%;
        animation: rotateBorder 3s linear infinite, innerGlow 2s ease-in-out infinite;
        box-shadow: 0 0 20px rgba(35, 46, 194, 0.25), 0 6px 12px rgba(0, 0, 0, 0.1);
    }
}


@media (max-width: 480px) {
    .who-heading1 {
        font-size: 22px;
    }

    .step-card h3 {
        font-size: 24px;
        height: 75px;
    }
}
/*FAQ Start*/


@media (max-width: 767px) {
    .faq-section {
        padding: 60px 0px;
        background: #fff;
    }
}

.faq-section {
    padding: 70px 30px;
    background: #fff;
}

.faq {
    color: #0D2773;
    font-size: 24px;
    font-weight: 800;
}

.section-subtitle-faq {
    margin-top: 10px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.solutions-container .section-title {
    color: #0D2773;
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 800;
    margin-bottom: 5px;
}

.solutions-container .section-subtitle {
    font-size: clamp(14px, 2vw, 18px);
    margin-bottom: 40px;
}

.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.custom-accordion .accordion-button.collapsed {
    background-color: #eaf2ff;
    color: #000000;
    border: 1px solid #000;
    border-radius: 50px !important;
    padding: 18px 30px;
    font-weight: 600;
}

.accordion.custom-accordion {
    margin: 0;
}

    .accordion.custom-accordion .accordion-body {
        background: none;
        color: #FFFFFF;
        padding: 10px 33px;
        font-size: 16px;
        font-weight: normal;
    }

    .accordion.custom-accordion .accordion-button:after {
        width: 25px;
        height: 25px;
    }

.custom-accordion .accordion-item:has(.show),
.custom-accordion .accordion-item:not(:has(.collapsed)) {
    background-color: #001233;
    border-radius: 25px;
    padding: 10px 0;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #ffffff;
    font-weight: 700;
    padding: 20px 30px 10px 30px;
    box-shadow: none;
}

.custom-accordion .accordion-button::after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '+';
    width: 32px;
    height: 32px;
    background-color: #19305b;
    color: white;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    transition: all 0.3s ease;
    background-image: none;
    flex-shrink: 0;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    content: '\00d7';
    background-color: white;
    color: #001233;
    font-size: 28px;
    transform: rotate(0deg);
    background-image: none;
}

.custom-accordion .accordion-body {
    color: #fff;
    padding: 0 30px 25px 30px;
    font-size: 16px;
    line-height: 1.6;
}
/*FAQ End*/
/* 
   WORK PERKS SECTION
 */
.work-perks-section {
    background-color: #1F277C;
    padding: 60px 20px;
    text-align: center;
    color: #fff;
}

/* Title */
.perks-heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff;
    line-height: 1.4;
}


.perks-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
}

.perk-card {
    background: #EAF2FF;
    color: #000;
    width: 220px;
    padding: 25px 18px;
    border-radius: 18px;
    text-align: center;
}


    .perk-card h3 {
        font-size: 28px;
        color: #1f4ddb;
        margin-bottom: 6px;
    }

    .perk-card h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #2356C2;
    }


    .perk-card p {
        font-size: 14px;
        line-height: 1.5;
        color: #000;
        text-align: left;
        font-weight: 400;
    }

@media (max-width: 997px) {
    .perks-wrapper {
        flex-wrap: wrap;
    }

    .perk-card {
        width: 20%;
    }
}


@media (max-width: 991px) {
    .perk-card {
        width: 45%;
    }
}


@media (max-width: 767px) {

    .perks-heading {
        font-size: 20px;
        text-align: left;
    }

    .perks-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .perk-card {
        width: 90%;
        max-width: 320px;
        margin-bottom: 16px;
    }
}


/* WHY GREAT WORK PERKS SECTION= */

.why-gwp-section {
    padding: 30px 0;
}

/* GRID */
.why-gwp-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 40px;
}

.incremental-img {
    max-width: 80%;
    height: 40px
}

.exposure-img {
    max-width: 80%;
    height: 40px;
}

.stronger-img {
    max-width: 80%;
    height: auto;
}

.repeat-img {
    max-width: 80%;
    height: auto;
}

.pricing-img {
    max-width: 80%;
    height: auto;
}

/* CARD */
.who-heading1 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
}

.why-who-heading1 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
}

.why-who-heading3 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
}

.why-gwp-card {
    border: 2px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(172deg, #a9dbff, #232ec2, #a9dbff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 10px;
    padding: 15px 10px 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
}

    .why-gwp-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 28px rgba(35, 86, 194, 0.2);
    }

    .why-gwp-card h3 {
        font-size: 18px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 0px;
        line-height: 1.3;
    }

    .why-gwp-card p {
        font-size: 14px;
        line-height: 1.6;
        color: #000000;
        font-weight: 400;
    }



@media (max-width: 1920px) {
    .why-gwp-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1600px) {
    .why-gwp-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1350px) {
    .why-gwp-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}


@media (max-width: 1200px) {
    .why-gwp-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}


@media (max-width: 992px) {
    .why-gwp-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .why-gwp-card h3 {
        font-size: 18px;
    }
}


@media (max-width: 768px) {
    .why-gwp-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .incremental-img {
        max-width: 80%;
        height: 40px
    }

    .exposure-img {
        max-width: 80%;
        height: 40px;
    }

    .stronger-img {
        max-width: 80%;
        height: 40px;
    }

    .repeat-img {
        max-width: 80%;
        height: 40px;
    }

    .pricing-img {
        max-width: 80%;
        height: 40px;
    }

    .why-who-heading1 {
        color: #30356C;
        font-size: 24px;
        font-weight: 700;
    }
}


@media (max-width: 576px) {
    .why-gwp-grid {
        grid-template-columns: 1fr;
    }

    .why-gwp-card {
        padding: 22px 20px;
    }

    .why-who-heading1 {
        color: #000;
        font-size: 24px;
        font-weight: 700;
    }
}


@media (max-width: 480px) {
    .why-gwp-card h3 {
        font-size: 22px;
    }

    .why-gwp-card p {
        font-size: 14px;
    }

    .why-who-heading1 {
        color: #000;
        font-size: 24px;
        font-weight: 700;
    }
}
/*  PARTNER SECTION*/

.partner-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 40px;
}

.org-desc {
    margin-top: 40px;
}

.org-desc-detail {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin-top: 30px;
}
/* CARD */
.partner-card {
    background-color: #2f356b;
    color: #ffffff;
    border-radius: 12px;
    padding: 24px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    /* TITLE */
    .partner-card h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #ffffff;
        height: 60px;
    }

    /* TEXT */
    .partner-card p {
        font-size: 14px;
        line-height: 1.6;
        color: #ffffff;
        height: 140px;
    }

.partner-why-gwp-card {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    color: #30356c;
}

.partner-why-gwp-card {
    border: 3px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(172deg, #a9dbff, #232ec2, #a9dbff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 10px;
    padding: 15px 10px 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
}

.partner-why-gwp-card-why-gwp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(35, 86, 194, 0.2);
}

.partner-wrapper {
    margin-top: 16px;
    display: flex;
    margin-bottom: 16px;
}


.why-gwp-card {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}


@media (max-width: 1199px) {
    .partner-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}


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

    .partner-card p {
        font-size: 15px;
    }
}


@media (max-width: 767px) {
    .partner-who-heading2 {
        color: #2356C2;
        font-size: 24px;
        font-weight: 700;
    }

    .partner-grid {
        grid-template-columns: 1fr;
    }

    .partner-card {
        padding: 20px;
    }

        .partner-card h4 {
            font-size: 18px;
            text-align: center;
            height: auto;
        }

        .partner-card p {
            font-size: 14px;
            height: auto;
        }
}


.pp-wrapper {
    background: #eef4ff;
    padding: 40px 16px 60px;
}

.pp-box {
    max-width: 1100px;
    margin: 0 auto 24px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    border: 2px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(90deg, #429ee1, #232ec2, #4ba5e6);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}


.pp-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 6px;
}

    .pp-title span {
        color: #1f4ddb;
    }

.pp-desc {
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 24px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

/* GRID */
.pp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.pp-full {
    grid-column: 1 / -1;
}


.pp-field label {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 400;
}

.pp-field input,
.pp-field select {
    width: 100%;
    height: 42px;
    border: 2px solid #3b66f5;
    border-radius: 6px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 400;
}


.pp-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%233b66f5' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}


.pp-radio-block {
    margin-bottom: 22px;
}

.pp-radio-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.pp-radio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 20px;
}

    .pp-radio-grid label {
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 400;
    }

    .pp-radio-grid input {
        accent-color: #3b66f5;
    }


.pp-submit {
    text-align: center;
}

    .pp-submit button {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 60px;
        border: 2px solid transparent;
        background-image: linear-gradient(white, white), linear-gradient(90deg, #a9dbff, #232ec2, #a9dbff);
        background-origin: border-box;
        background-clip: padding-box, border-box;
        background-size: 200% 200%;
        animation: rotateBorder 3s linear infinite;
        overflow: hidden;
        font-size: 19px;
        font-weight: 500;
        color: #30356b;
        border-radius: 10px;
    }


@media (max-width: 991px) {
    .pp-grid {
        grid-template-columns: 1fr;
    }

    .pp-radio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .pp-box {
        padding: 22px 18px;
    }

    .pp-title {
        font-size: 20px;
    }

    .pp-radio-grid {
        grid-template-columns: 1fr;
    }

    .pp-submit button {
        width: 100%;
    }
}

/* Header */
.dist-subtitle {
    font-size: 22px;
    color: #30356C;
    margin-bottom: 15px;
    font-weight: 400;
}

.dist-title {
    font-size: 36px;
    font-weight: 700;
    color: #2D2D2D;
    line-height: 1.3;
}

    .dist-title span {
        color: #2356C2;
    }

.dist-desc {
    margin-top: 12px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

/* Grid */
.dist-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 35px;
}

/* Card */
.dist-item {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

/* Image */
.dist-img {
    position: relative;
    height: 320px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* Overlay */
.dist-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient( to top, rgba(255,255,255,0.97) 55%, rgba(255,255,255,0.8) 75%, rgba(255,255,255,0.45) 90%, rgba(255,255,255,0) 100% );
}

    .dist-overlay h3 {
        margin: 0 0 6px 0;
        font-size: 16px;
        font-weight: 600;
        color: #2356C2;
        line-height: 1.3;
    }

    .dist-overlay p {
        margin: 0;
        font-size: 14px;
        color: #000000;
        line-height: 1.45;
        height: 80px;
        font-weight: 400;
    }

.desktop-margin {
    margin-top: 50px;
}

/* Responsive */
@media (max-width: 1300px) {
    .dist-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    @media (max-width: 1920px) {
        .dist-grid {
            grid-template-columns: repeat(5, 1fr);
        }

        @media (max-width: 1200px) {
            .dist-grid {
                grid-template-columns: repeat(5, 1fr);
            }
        }

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

            .dist-title {
                font-size: 30px;
            }

            .dist-img {
                height: 280px;
            }
        }

        @media (max-width: 768px) {
            .dist-grid {
                grid-template-columns: 1fr;
            }

            .dist-img {
                height: 471px;
            }

            .dist-overlay {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                padding: 50px 15px;
                text-align: left;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                background: linear-gradient(to top, rgba(255, 255, 255, 0.97) 55%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.45) 90%, rgba(255, 255, 255, 0) 100%);
            }

            .ecom-title {
                color: #2356C2;
                font-size: 24px;
                font-weight: 600
            }

            . .dist-img {
                height: 471px;
            }

            .dist-overlay {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                padding: 50px 15px;
                text-align: left;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                background: linear-gradient(to top, rgba(255, 255, 255, 0.97) 55%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.45) 90%, rgba(255, 255, 255, 0) 100%);
            }

                .dist-overlay p {
                    font-size: 18px;
                }

            .dist-subtitle {
                font-size: 22px;
                color: #30356C;
                margin-bottom: 28px;
                font-weight: 400;
                margin-top: 40px;
            }
        }

        @media (max-width: 480px) {
            .dist-title {
                font-size: 24px;
            }

            .dist-subtitle {
                font-size: 22px;
                color: #30356C;
                margin-bottom: 28px;
                font-weight: 400;
            }

            .dist-overlay p {
                font-size: 18px;
            }

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

            .dist-img {
                height: 471px;
            }

            .dist-overlay {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                padding: 50px 15px;
                text-align: left;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                background: linear-gradient(to top, rgba(255, 255, 255, 0.97) 55%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.45) 90%, rgba(255, 255, 255, 0) 100%);
            }

            .ecom-title {
                color: #2356C2;
                font-size: 24px;
                font-weight: 600
            }
        }

        .pad-align {
            margin-top: 40px;
        }

        .how-work {
            color: #000000 !important;
            font-size: 32px;
            font-weight: 700
        }

        .how-it-work {
            color: #EAF2FF;
        }

        .desk-text {
            margin-top: 30px;
        }

/* Form Validation */
.pp-field .is-invalid {
    border-color: #dc3545 !important;
}

.pp-field .invalid-feedback,
.pp-radio-block .invalid-feedback {
    display: none;
    color: #dc3545;
    font-size: 13px;
    margin-top: 4px;
}

#form-messages {
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}

#form-messages.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

#form-messages.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
