header {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background-color 0.3s, backdrop-filter 0.3s;
}

body {
    overflow-x: hidden !important;
}

.hero-section {
    background: #020C34;
    color: #fff;
}

.hero-section p {
    font-size: 18px;
    font-weight: 400;
    padding: 0% 5%;
}

.hero-section p b {
    font-size: 18px;
    font-weight: 600;
}

.hero-text {
    font-size: 60px;
    line-height: 66px;
    letter-spacing: 0;
    padding: 5% 12% 2% 12%;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.cupid-section {
    height: auto;
    padding: 5% 0% 0% 0%;
    background-color: #f2f2f2;
}

.cupid-header-text {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    color: #020C34;
    padding: 0% 18% 0% 18%;
}

.cupid-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29.25px;
    text-align: center;
    letter-spacing: 0;
    color: #6F6F6F;
    padding: 2% 18% 1% 18%;
}

.cupid-card {
    width: 100%;
    min-height: 358px;
    border-radius: 12px;
    border: 2px solid #DEDEDE;
    background: #fff;
    padding: 7% 10%;
}

.cupid-card .main-text {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 600;
    text-align: left;
    color: #020C34;
}

.cupid-card .sub-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 600;
    text-align: left;
    color: #0A0A0A;
    padding: 2% 0% 0% 0%;
}


.cupid-card .sub-text p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
    color: #6F6F6F;
    padding: 5% 0% 0% 0%;
}

.cupid-card ul li {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
    text-align: left;
    color: #0A0A0A;
    padding: 2% 0%;
}

.cupid-card ul li svg {
    margin: 0% 3% -2% 0%;
}





.leader-section {
    height: auto;
    padding: 5% 0% 0% 0%;
    background-color: #fff;
    ;
}

.leader-header-text {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    color: #020C34;
    padding: 0% 18% 0% 18%;
}

.leader-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29.25px;
    text-align: center;
    letter-spacing: 0;
    color: #364153;
    padding: 2% 12% 1% 12%;
}

.leader-card {
    width: auto;
    height: auto;
    border-radius: 12px;
    border: 2px solid #DEDEDE;
    background: #fff;
    padding: 7% 10%;
}

.leader-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    color: #020C34;
    padding: 3% 0% 0% 0%;
}

.leader-designation {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #EE9138;
    padding: 3% 0% 0% 0%;
}







.platform-section {
    height: auto;
    padding: 5% 0% 0% 0%;
    background-color: #020C34;
    margin-bottom: -3%;
}

.platform-header-text {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0;
    text-align: center;
    color: #FFFFFF;
    /*padding: 0% 18% 0% 18%;*/
}

.platform-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29.25px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    padding: 2% 12% 1% 12%;
}



.platform-section .link {
    text-align: center;
    padding: 3%;
}

.platform-section .link a {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
}
.platform-section .link a:hover {
    background-color: lab(62.1044% 34.8669 57.7218);
}
.platform-section .link a.btn-primary-light:hover {
    border-color: #2e2e2e !important;
    color: lab(4.473% 7.77054 -27.0023) !important;
    background-color: #ebebeb !important;
}

.platform-section .link_btn:hover {
    text-align: center;
    color: #fff;
    background-color: #ffa41b;
    border-color: #ffa41b;
}

.link_2 {
    color: #2e2e2e !important;
    background-color: #fff;
    border-color: #2e2e2e;
}

.link_2:hover {
    color: #2e2e2e !important;
    background-color: #fff !important;
    border-color: #2e2e2e !important;
    ;
}

.sub-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 29.25px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    padding: 0% 0% 4% 0%;
}

.platform-card {
    width: 363px;
    height: 189px;
    border-radius: 12px;
    background: #fff;
    padding: 7% 10%;
    transition: 0.3s ease-in 0.2s;
}
.platform-card:hover {
    transform: translateY(-0.5rem) scale(1.05);
}

.platform-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0;
    text-align: center;
    color: #020C34;
    padding: 10% 0% 0% 0%;
}

.platform-sub-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #4A5565;
}


.platform-section .bottom_link {
    padding: 0 !important;

}


.platform-section .bottom_link .cta_link {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

.platform-section .bottom_link .cta_link:hover {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    text-decoration: underline;
}

.bottom_link svg {
    margin: 0% 0% -8px 0%;

}


footer {
    background: #020C34 !important;
}



    /*******************************************Mobile Responsive CSS***********************/
    @media only screen and (max-width: 575px) {
        .hero-text {
            font-size: 30px;
            line-height: 33px;
            letter-spacing: 0;
            padding: 5% 12% 5% 12%;
            font-weight: 700;
            text-align: center;
            color: #fff;
        }

        .hero-section p {
            font-size: 16px;
            font-weight: 400;
            padding: 0% 6%;
            line-height: 26px;
        }

        .hero-section p b {
            font-size: 16px;
            font-weight: 600;
            line-height: 26px;
        }


        .cupid-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #f2f2f2;
        }

        .cupid-header-text {
            font-size: 30px;
            font-weight: 700;
            line-height: 36px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 0% 11%;
        }

        .cupid-section p {
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            text-align: center;
            letter-spacing: 0;
            color: #6F6F6F;
            padding: 3% 13%;
        }

        .cupid-card {
            width: 100%;
            height: auto;
            border-radius: 12px;
            border: 2px solid #DEDEDE;
            background: #fff;
            padding: 7% 7%;
        }

        .cupid-card .main-text {
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 0;
            font-weight: 600;
            text-align: left;
            color: #020C34;
        }

        .cupid-card .sub-text {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
            font-weight: 600;
            text-align: left;
            color: #0A0A0A;
            padding: 3% 0%;
        }


        .cupid-card .sub-text p {
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0;
            font-weight: 400;
            text-align: left;
            color: #6F6F6F;
            padding: 5% 0% 0% 0%;
        }

        .cupid-card ul li {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0;
            font-weight: 500;
            text-align: left;
            color: #0A0A0A;
            padding: 2% 0%;
        }

        .cupid-card ul li svg {
            margin: 0% 3% -2% 0%;
        }



        .leader-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #fff;
            ;
        }

        .leader-header-text {
            font-size: 30px;
            font-weight: 700;
            line-height: 36px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 0% 10% 0% 10%;
        }

        .leader-section p {
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            text-align: center;
            letter-spacing: 0;
            color: #364153;
            padding: 5% 13% 5% 13%;
        }

        .leader-card {
            width: 100%;
            height: auto;
            border-radius: 12px;
            border: 2px solid #DEDEDE;
            background: #fff;
            padding: 7% 10%;
        }

        .leader-name {
            font-size: 20px;
            font-weight: 700;
            line-height: 28px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 3% 0% 0% 0%;
        }

        .leader-designation {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0;
            text-align: center;
            color: #EE9138;
            padding: 3% 0% 0% 0%;
        }


        .platform-section {
            height: auto;
            padding: 5% 0% 12% 0%;
            background-color: #020C34;
            margin-bottom: -12%;
        }

        .platform-header-text {
            font-size: 30px;
            font-weight: 700;
            line-height: 37.5px;
            letter-spacing: 0;
            text-align: center;
            color: #FFFFFF;
            /*padding: 0% 18% 0% 18%;*/
        }

        .platform-section p {
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            text-align: center;
            letter-spacing: 0;
            color: #fff;
            padding: 2% 12% 1% 12%;
        }



        .platform-section .link {
            text-align: center;
            padding: 3%;
        }

        .platform-section .link a {
            text-align: center;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
            text-transform: uppercase;
            margin: 5px;
        }

        .platform-section .link_btn:hover {
            text-align: center;
            color: #fff;
            background-color: #ffa41b;
            border-color: #ffa41b;
        }

        .link_2 {
            color: #2e2e2e !important;
            background-color: #fff;
            border-color: #2e2e2e;
        }

        .link_2:hover {
            color: #2e2e2e !important;
            background-color: #fff !important;
            border-color: #2e2e2e !important;
            ;
        }


        .sub-text {
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            text-align: center;
            letter-spacing: 0;
            color: #fff;
            padding: 0% 0% 4% 0%;
        }

        .platform-card {
            width: 100%;
            min-height: 189px;
            border-radius: 12px;
            background: #fff;
            padding: 7% 0%;
        }

        .platform-title {
            font-size: 24px;
            font-weight: 700;
            line-height: 30px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 8% 0% 2% 0%;
        }

        .platform-sub-title {
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: 0;
            text-align: center;
            color: #4A5565;
        }

    }

    @media only screen and (min-width: 576px) {
        .hero-text {
            font-size: 30px;
            line-height: 33px;
            letter-spacing: 0;
            padding: 5% 12% 5% 12%;
            font-weight: 700;
            text-align: center;
            color: #fff;
        }

        .hero-section p {
            font-size: 16px;
            font-weight: 400;
            padding: 0% 6%;
            line-height: 26px;
        }

        .hero-section p b {
            font-size: 16px;
            font-weight: 600;
            line-height: 26px;
        }

        .cupid-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #f2f2f2;
        }

        .cupid-header-text {
            font-size: 30px;
            font-weight: 700;
            line-height: 36px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 0% 11%;
        }

        .cupid-section p {
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            text-align: center;
            letter-spacing: 0;
            color: #6F6F6F;
            padding: 3% 13%;
        }

        .cupid-card {
            width: 100%;
            height: auto;
            border-radius: 12px;
            border: 2px solid #DEDEDE;
            background: #fff;
            padding: 7% 7%;
        }

        .cupid-card .main-text {
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 0;
            font-weight: 600;
            text-align: left;
            color: #020C34;
        }

        .cupid-card .sub-text {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
            font-weight: 600;
            text-align: left;
            color: #0A0A0A;
            padding: 3% 0%;
        }


        .cupid-card .sub-text p {
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0;
            font-weight: 400;
            text-align: left;
            color: #6F6F6F;
            padding: 5% 0% 0% 0%;
        }

        .cupid-card ul li {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0;
            font-weight: 500;
            text-align: left;
            color: #0A0A0A;
            padding: 2% 0%;
        }

        .cupid-card ul li svg {
            margin: 0% 3% -2% 0%;
        }



        .leader-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #fff;
            ;
        }

        .leader-header-text {
            font-size: 36px;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 0% 18% 0% 18%;
        }

        .leader-section p {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #364153;
            padding: 2% 12% 1% 12%;
        }

        .leader-card {
            width: 100%;
            height: auto;
            border-radius: 12px;
            border: 2px solid #DEDEDE;
            background: #fff;
            padding: 7% 10%;
        }

        .leader-name {
            font-size: 20px;
            font-weight: 700;
            line-height: 28px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 3% 0% 0% 0%;
        }

        .leader-designation {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0;
            text-align: center;
            color: #EE9138;
            padding: 3% 0% 0% 0%;
        }


        .platform-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #020C34;
            margin-bottom: -7%;
        }

        .platform-header-text {
            font-size: 36px;
            font-weight: 700;
            line-height: 45px;
            letter-spacing: 0;
            text-align: center;
            color: #FFFFFF;
            /*padding: 0% 18% 0% 18%;*/
        }

        .platform-section p {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #fff;
            padding: 2% 12% 1% 12%;
        }



        .platform-section .link {
            text-align: center;
            padding: 3%;
        }

        .platform-section .link a {
            text-align: center;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
            text-transform: uppercase;
        }

        .platform-section .link_btn:hover {
            text-align: center;
            color: #fff;
            background-color: #ffa41b;
            border-color: #ffa41b;
        }

        .link_2 {
            color: #2e2e2e !important;
            background-color: #fff;
            border-color: #2e2e2e;
        }

        .link_2:hover {
            color: #2e2e2e !important;
            background-color: #fff !important;
            border-color: #2e2e2e !important;
            ;
        }



        .sub-text {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #fff;
            padding: 0% 0% 4% 0%;
        }

        .platform-card {
            width: 100%;
            min-height: 189px;
            border-radius: 12px;
            background: #fff;
            padding: 3% 0%;
        }

        .platform-title {
            font-size: 24px;
            font-weight: 700;
            line-height: 30px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 10% 0% 0% 0%;
        }

        .platform-sub-title {
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: 0;
            text-align: center;
            color: #4A5565;
        }

    }

    /***********Tab Responsive CSS***************/
    @media only screen and (min-width: 768px) {
        .hero-text {
            font-size: 30px;
            line-height: 33px;
            letter-spacing: 0;
            padding: 5% 12% 5% 12%;
            font-weight: 700;
            text-align: center;
            color: #fff;
        }

        .hero-section p {
            font-size: 18px;
            font-weight: 400;
            padding: 0% 5%;
        }

        .hero-section p b {
            font-size: 18px;
            font-weight: 600;
        }

        .cupid-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #f2f2f2;
        }

        .cupid-header-text {
            font-size: 36px;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 0% 18% 0% 18%;
        }

        .cupid-section p {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #6F6F6F;
            padding: 2% 18% 2% 18%;
        }

        .cupid-card {
            width: 100%;
            height: auto;
            border-radius: 12px;
            border: 2px solid #DEDEDE;
            background: #fff;
            padding: 7% 7%;
        }

        .cupid-card .main-text {
            font-size: 24px;
            line-height: 32px;
            letter-spacing: 0;
            font-weight: 600;
            text-align: left;
            color: #020C34;
        }

        .cupid-card .sub-text {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
            font-weight: 600;
            text-align: left;
            color: #0A0A0A;
            padding: 3% 0%;
        }


        .cupid-card .sub-text p {
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0;
            font-weight: 400;
            text-align: left;
            color: #6F6F6F;
            padding: 5% 0% 0% 0%;
        }

        .cupid-card ul li {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0;
            font-weight: 500;
            text-align: left;
            color: #0A0A0A;
            padding: 2% 0%;
        }

        .cupid-card ul li svg {
            margin: 0% 3% -2% 0%;
        }



        .leader-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #fff;
            ;
        }

        .leader-header-text {
            font-size: 36px;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 0% 18% 0% 18%;
        }

        .leader-section p {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #364153;
            padding: 2% 12% 1% 12%;
        }

        .leader-card {
            width: 100%;
            height: auto;
            border-radius: 12px;
            border: 2px solid #DEDEDE;
            background: #fff;
            padding: 7% 10%;
        }

        .leader-name {
            font-size: 20px;
            font-weight: 700;
            line-height: 28px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 3% 0% 0% 0%;
        }

        .leader-designation {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0;
            text-align: center;
            color: #EE9138;
            padding: 3% 0% 0% 0%;
        }


        .platform-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #020C34;
            margin-bottom: -5%;
        }

        .platform-header-text {
            font-size: 36px;
            font-weight: 700;
            line-height: 45px;
            letter-spacing: 0;
            text-align: center;
            color: #FFFFFF;
            /*padding: 0% 18% 0% 18%;*/
        }

        .platform-section p {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #fff;
            padding: 2% 12% 1% 12%;
        }



        .platform-section .link {
            text-align: center;
            padding: 3%;
        }

        .platform-section .link a {
            text-align: center;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
            text-transform: uppercase;
        }

        .platform-section .link_btn:hover {
            text-align: center;
            color: #fff;
            background-color: #ffa41b;
            border-color: #ffa41b;
        }

        .link_2 {
            color: #2e2e2e !important;
            background-color: #fff;
            border-color: #2e2e2e;
        }

        .link_2:hover {
            color: #2e2e2e !important;
            background-color: #fff !important;
            border-color: #2e2e2e !important;
            ;
        }


        .sub-text {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #fff;
            padding: 0% 0% 4% 0%;
        }

        .platform-card {
            width: 100%;
            min-height: 189px;
            border-radius: 12px;
            background: #fff;
            padding: 3% 0%;
        }

        .platform-title {
            font-size: 24px;
            font-weight: 700;
            line-height: 30px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 10% 0% 0% 0%;
        }

        .platform-sub-title {
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: 0;
            text-align: center;
            color: #4A5565;
        }

    }

    /***********Large Screen Responsive CSS***************/
    @media only screen and (min-width: 992px) {
        .hero-text {
            font-size: 60px;
            line-height: 66px;
            letter-spacing: 0;
            padding: 5% 12% 2% 12%;
            font-weight: 700;
            text-align: center;
            color: #fff;
        }

        .hero-section p {
            font-size: 18px;
            font-weight: 400;
            padding: 0% 5%;
        }

        .hero-section p b {
            font-size: 18px;
            font-weight: 600;
        }

        .cupid-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #f2f2f2;
        }

        .cupid-header-text {
            font-size: 36px;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 0% 18% 0% 18%;
        }

        .cupid-section p {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #6F6F6F;
            padding: 2% 18% 1% 18%;
        }

        .cupid-card {
            width: 100%;
            min-height: 358px;
            border-radius: 12px;
            border: 2px solid #DEDEDE;
            background: #fff;
            padding: 7% 10%;
        }

        .cupid-card .main-text {
            font-size: 24px;
            line-height: 32px;
            letter-spacing: 0;
            font-weight: 600;
            text-align: left;
            color: #020C34;
        }

        .cupid-card .sub-text {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
            font-weight: 600;
            text-align: left;
            color: #0A0A0A;
            padding: 2% 0% 0% 0%;
        }


        .cupid-card .sub-text p {
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0;
            font-weight: 400;
            text-align: left;
            color: #6F6F6F;
            padding: 5% 0% 0% 0%;
        }

        .cupid-card ul li {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0;
            font-weight: 500;
            text-align: left;
            color: #0A0A0A;
            padding: 2% 0%;
        }

        .cupid-card ul li svg {
            margin: 0% 3% -2% 0%;
        }


        .leader-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #fff;
            ;
        }

        .leader-header-text {
            font-size: 36px;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 0% 18% 0% 18%;
        }

        .leader-section p {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #364153;
            padding: 2% 12% 1% 12%;
        }

        .leader-card {
            width: 100%;
            max-height: 294px;
            border-radius: 12px;
            border: 2px solid #DEDEDE;
            background: #fff;
            padding: 12%;
        }

        .leader-name {
            font-size: 20px;
            font-weight: 700;
            line-height: 28px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 3% 0% 0% 0%;
        }

        .leader-designation {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0;
            text-align: center;
            color: #EE9138;
            padding: 3% 0% 0% 0%;
        }


        .platform-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #020C34;
            margin-bottom: -3%;
        }

        .platform-header-text {
            font-size: 36px;
            font-weight: 700;
            line-height: 45px;
            letter-spacing: 0;
            text-align: center;
            color: #FFFFFF;
            /*padding: 0% 18% 0% 18%;*/
        }

        .platform-section p {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #fff;
            padding: 2% 12% 1% 12%;
        }


        .platform-section .link {
            text-align: center;
            padding: 3%;
        }

        .platform-section .link a {
            text-align: center;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
            text-transform: uppercase;
        }

        .platform-section .link_btn:hover {
            text-align: center;
            color: #fff;
            background-color: #ffa41b;
            border-color: #ffa41b;
        }

        .link_2 {
            color: #2e2e2e !important;
            background-color: #fff;
            border-color: #2e2e2e;
        }

        .link_2:hover {
            color: #2e2e2e !important;
            background-color: #fff !important;
            border-color: #2e2e2e !important;
            ;
        }

        .sub-text {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #fff;
            padding: 0% 0% 4% 0%;
        }

        .platform-card {
            width: 100%;
            min-height: 189px;
            border-radius: 12px;
            background: #fff;
            padding: 7% 0%;
        }

        .platform-title {
            font-size: 36px;
            font-weight: 700;
            line-height: 45px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 10% 0% 0% 0%;
        }

        .platform-sub-title {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0;
            text-align: center;
            color: #4A5565;
        }


    }

    @media only screen and (min-width: 1200px) {
        .hero-text {
            font-size: 60px;
            line-height: 66px;
            letter-spacing: 0;
            padding: 5% 12% 2% 12%;
            font-weight: 700;
            text-align: center;
            color: #fff;
        }

        .hero-section p {
            font-size: 18px;
            font-weight: 400;
            padding: 0% 5%;
        }

        .hero-section p b {
            font-size: 18px;
            font-weight: 600;
        }

        .cupid-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #f2f2f2;
        }

        .cupid-header-text {
            font-size: 36px;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 0% 18% 0% 18%;
        }

        .cupid-section p {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #6F6F6F;
            padding: 2% 18% 1% 18%;
        }

        .cupid-card {
            width: 100%;
            min-height: 358px;
            border-radius: 12px;
            border: 2px solid #DEDEDE;
            background: #fff;
            padding: 7% 10%;
        }

        .cupid-card .main-text {
            font-size: 24px;
            line-height: 32px;
            letter-spacing: 0;
            font-weight: 600;
            text-align: left;
            color: #020C34;
        }

        .cupid-card .sub-text {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
            font-weight: 600;
            text-align: left;
            color: #0A0A0A;
            padding: 2% 0% 0% 0%;
        }


        .cupid-card .sub-text p {
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0;
            font-weight: 400;
            text-align: left;
            color: #6F6F6F;
            padding: 5% 0% 0% 0%;
        }

        .cupid-card ul li {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0;
            font-weight: 500;
            text-align: left;
            color: #0A0A0A;
            padding: 2% 0%;
        }

        .cupid-card ul li svg {
            margin: 0% 3% -2% 0%;
        }



        .leader-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #fff;
            ;
        }

        .leader-header-text {
            font-size: 36px;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 0% 18% 0% 18%;
        }

        .leader-section p {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #364153;
            padding: 2% 12% 1% 12%;
        }

        .leader-card {
            width: 100%;
            height: auto;
            border-radius: 12px;
            border: 2px solid #DEDEDE;
            background: #fff;
            padding: 7% 10%;
        }

        .leader-name {
            font-size: 20px;
            font-weight: 700;
            line-height: 28px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 3% 0% 0% 0%;
        }

        .leader-designation {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0;
            text-align: center;
            color: #EE9138;
            padding: 3% 0% 0% 0%;
        }



        .platform-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #020C34;
            margin-bottom: -3%;
        }

        .platform-header-text {
            font-size: 36px;
            font-weight: 700;
            line-height: 45px;
            letter-spacing: 0;
            text-align: center;
            color: #FFFFFF;
            /*padding: 0% 18% 0% 18%;*/
        }

        .platform-section p {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #fff;
            padding: 2% 12% 1% 12%;
        }


        .platform-section .link {
            text-align: center;
            padding: 3%;
        }

        .platform-section .link a {
            text-align: center;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
            text-transform: uppercase;
        }

        .platform-section .link_btn:hover {
            text-align: center;
            color: #fff;
            background-color: #ffa41b;
            border-color: #ffa41b;
        }

        .link_2 {
            color: #2e2e2e !important;
            background-color: #fff;
            border-color: #2e2e2e;
        }

        .link_2:hover {
            color: #2e2e2e !important;
            background-color: #fff !important;
            border-color: #2e2e2e !important;
            ;
        }



        .sub-text {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #fff;
            padding: 0% 0% 4% 0%;
        }

        .platform-card {
            width: 100%;
            min-height: 189px;
            border-radius: 12px;
            background: #fff;
            padding: 7% 0%;
        }

        .platform-title {
            font-size: 36px;
            font-weight: 700;
            line-height: 45px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 10% 0% 0% 0%;
        }

        .platform-sub-title {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0;
            text-align: center;
            color: #4A5565;
        }


    }

    @media only screen and (min-width: 1400px) {
        .hero-text {
            font-size: 60px;
            line-height: 66px;
            letter-spacing: 0;
            padding: 5% 12% 2% 12%;
            font-weight: 700;
            text-align: center;
            color: #fff;
        }

        .hero-section p {
            font-size: 18px;
            font-weight: 400;
            padding: 0% 5%;
        }

        .hero-section p b {
            font-size: 18px;
            font-weight: 600;
        }

        .cupid-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #f2f2f2;
        }

        .cupid-header-text {
            font-size: 36px;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 0% 18% 0% 18%;
        }

        .cupid-section p {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #6F6F6F;
            padding: 2% 18% 1% 18%;
        }

        .cupid-card {
            width: 100%;
            min-height: 358px;
            border-radius: 12px;
            border: 2px solid #DEDEDE;
            background: #fff;
            padding: 7% 10%;
        }

        .cupid-card .main-text {
            font-size: 24px;
            line-height: 32px;
            letter-spacing: 0;
            font-weight: 600;
            text-align: left;
            color: #020C34;
        }

        .cupid-card .sub-text {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
            font-weight: 600;
            text-align: left;
            color: #0A0A0A;
            padding: 2% 0% 0% 0%;
        }


        .cupid-card .sub-text p {
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0;
            font-weight: 400;
            text-align: left;
            color: #6F6F6F;
            padding: 5% 0% 0% 0%;
        }

        .cupid-card ul li {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0;
            font-weight: 500;
            text-align: left;
            color: #0A0A0A;
            padding: 2% 0%;
        }

        .cupid-card ul li svg {
            margin: 0% 3% -2% 0%;
        }





        .leader-section {
            height: auto;
            padding: 5% 0% 0% 0%;
            background-color: #fff;
            ;
        }

        .leader-header-text {
            font-size: 36px;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 0% 18% 0% 18%;
        }

        .leader-section p {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #364153;
            padding: 2% 13% 1% 13%;
        }

        .leader-card {
            width: 100%;
            height: auto;
            border-radius: 12px;
            border: 2px solid #DEDEDE;
            background: #fff;
            padding: 7% 10%;
        }

        .leader-name {
            font-size: 20px;
            font-weight: 700;
            line-height: 28px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 3% 0% 0% 0%;
        }

        .leader-designation {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0;
            text-align: center;
            color: #EE9138;
            padding: 3% 0% 0% 0%;
        }

        .leader-card:hover {
            border-color: #EE9138; /* orange like your design */
            cursor: pointer;
            box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        }

        .platform-section {
            height: auto;
            padding: 5% 0% 5% 0%;
            background-color: #020C34;
            margin-bottom: -3%;
        }

        .platform-header-text {
            font-size: 36px;
            font-weight: 700;
            line-height: 45px;
            letter-spacing: 0;
            text-align: center;
            color: #FFFFFF;
            /*padding: 0% 18% 0% 18%;*/
        }

        .platform-section p {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #fff;
            padding: 2% 15% 1% 15%;
        }




        .platform-section .link {
            text-align: center;
            padding: 5% 0% 2% 0%;
        }

        .platform-section .link a {
            text-align: center;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
            text-transform: uppercase;
            margin: 0 8px 0 8px;
        }

        .platform-section .link_btn:hover {
            text-align: center;
            color: #fff;
            background-color: #ffa41b;
            border-color: #ffa41b;
        }

        .link_2 {
            color: #2e2e2e !important;
            background-color: #fff;
            border-color: #2e2e2e;
        }

        .link_2:hover {
            color: #2e2e2e !important;
            background-color: #fff !important;
            border-color: #2e2e2e !important;
            ;
        }


        .sub-text {
            font-size: 18px;
            font-weight: 400;
            line-height: 29.25px;
            text-align: center;
            letter-spacing: 0;
            color: #fff;
            padding: 0% 0% 4% 0%;
        }

        .platform-card {
            width: 100%;
            min-height: 189px;
            border-radius: 12px;
            background: #fff;
            padding: 7% 0%;
        }

        .platform-title {
            font-size: 36px;
            font-weight: 700;
            line-height: 45px;
            letter-spacing: 0;
            text-align: center;
            color: #020C34;
            padding: 6% 0% 4% 0%;
        }
    }

    .platform-sub-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0;
        text-align: center;
        color: #4A5565;
    }

    /* Desktop (unchanged) */
    .profile-popup {
        position: fixed;
        z-index: 9999;
        background: #fff;
        overflow-y: auto;
        max-height: 80vh;
        width: 640px;
        max-width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 12px;
        padding: 28px 32px;
        display: none;
        z-index: 1001;
    }

    /* Overlay */
    .popup-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.6);
        display: none;
        z-index: 1000;
    }

    /* MOBILE FIX */
    @media (max-width: 768px) {
        .profile-popup {
            top: 50%;
        }

        .popup-header img {
            width: 100px;
            height: 100px;
            border-radius: 3.40282e38px;
            object-fit: cover;
        }

        .popup-name {
            font-size: 16px !important;
            margin: 0 0 -2px 0  !important;
        }

        .popup-title {
            font-size: 16px  !important;
        }
    }

    /* Header */
    .popup-header {
        display: flex;
        gap: 16px;
        align-items: center;
        margin-bottom: 18px;
    }

    .popup-header img {
        width: 100px;
        height: 100px;
        border-radius: 3.40282e38px;
        object-fit: cover;
    }

    /* Name */
    .popup-name {
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-weight: 700;              /* font-bold */
        color: #0b1f44;                /* navy */
        margin: 0 0 -8px 0;
    }

    /* Title */
    .popup-title {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 600;              /* semibold */
        color: #EE9138;                /* primary/orange */
        margin: 0;
    }

    /* Body */
    .popup-body {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.7;
        color: #1f2937;                /* dark navy text */
        padding-right: 8px;
        margin-top: 24px;
    }

    /* Paragraph spacing */
    .popup-body p {
        margin: 0 0 16px;
    }

    /* Close button */
    .close-popup {
        position: absolute;
        top: 16px;
        right: 18px;

        width: 40px;
        height: 40px;

        display: flex;
        align-items: center;
        justify-content: center;

        font-size: 32px;
        color: #475569; /* fallback-safe color */

        cursor: pointer;
        border-radius: 50%;
        transition: background-color 0.2s ease, border 0.2s ease;
    }

    .close-popup:hover {
        background-color: #E2E4E8;
        border: 1px solid #cbd5e1;
    }



    .home-cupid-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29.25px;
    text-align: center;
    letter-spacing: 0;
    color: #6F6F6F;
    padding: 2% 18% 1% 18%;
}

.home-cupid-card {
    width: 100%;
    min-height: 358px;
    border-radius: 12px;
    border: 2px solid #DEDEDE;
    background: #fff;
    padding: 7% 4%;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.1);
}

.home-cupid-card .main-text {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 600;
    text-align: left;
    color: #020C34;
}

.home-cupid-card .sub-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 600;
    text-align: left;
    color: #0A0A0A;
    padding: 2% 0% 0% 0%;
}


.home-cupid-card .sub-text p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
    color: #6F6F6F;
    padding: 5% 0% 0% 0%;
}

.home-cupid-card ul li {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
    text-align: left;
    color: #0A0A0A;
    padding: 2% 0%;
}

.home-cupid-card ul li svg {
    margin: 0% 3% -2% 0%;
}


.home-cupid-section .link {
    text-align: center;
    padding: 0% 0% 7% 0%;
}

.home-cupid-section .link a {
    text-align: center;
    color: #020C34;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-color: #020C34;
}


@media (max-width: 768px) {
.home-cupid-card {
        width: 100%;
        min-height: 358px;
        border-radius: 12px;
        border: 2px solid #DEDEDE;
        background: #fff;
        padding: 7% 10%;
    }
    .home-cupid-card .main-text {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
        font-weight: 600;
        text-align: left;
        color: #020C34;
    }
}


@media (max-width: 480px) {
    .home-cupid-card {
        width: 100%;
        min-height: 358px;
        border-radius: 12px;
        border: 2px solid #DEDEDE;
        background: #fff;
        padding: 7% 10%;
    }
    .home-cupid-card .main-text {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
        font-weight: 600;
        text-align: left;
        color: #020C34;
    }
}
