@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none !important;
    font-family: "Poppins", sans-serif;
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
}


main {
    overflow-x: hidden;
}


:root {
    --primary-pink: #EE4A6B;
    --light-pink: #f8d0ea33;
    ;
    --clr-white: #FFFFFF;
    --clr-assest: #212121;
    --pink-radial: radial-gradient(37.27% 176.99% at 50% 50%, rgba(248, 208, 234, 0.2) 0%, rgba(248, 208, 234, 0.2) 100%);
    --heading-gradient: linear-gradient(90deg, #EB536D 0%, #FAAD50 100%), #000000;
    --btn-gradient: linear-gradient(90deg, #EB536D 0%, #FAAD50 100%);
    --global-black: #000000;
    --global-gray: #555555;

}

.bg-light-pink {
    background-color: var(--light-pink);
}

.bg-primary-pink {
    background-color: var(--primary-pink);
}

.bg-white {
    background-color: var(--clr-white);
}

.pink-radial-bg {
    background: var(--pink-radial);
}

.border-black-gradient {
    display: block;
    width: 15%;
    height: 1px;
    position: relative;
    margin-top: 22px;
    background: linear-gradient(to right,
            transparent,
            rgba(0, 0, 0, 0.15),
            transparent);
}

.about-ul li i {
    font-size: 8px;
}

.text-black {
    color: var(--global-black);
}

.text-assest {
    color: var(--clr-assest);
}

.text-gray {
    color: var(--global-gray);
}

.text-primary-pink {
    color: var(--primary-pink);
}

.font--16 {
    font-size: 16px;
}

.font--18 {
    font-size: 18px;
}

.font--24 {
    font-size: 24px;
}

/* spacing */
.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-72 {
    padding-top: 72px;
}

.pb-72 {
    padding-bottom: 72px;
}


/* Add this CSS */
#mainHeader.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    background-color: var(--clr-white);
    transition: all 0.3s ease;
}



header {
    padding: 25px 20px;
    background-color: var(--clr-white);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);

}

.nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 12px !important;
    line-height: 24px;
    color: var(--global-black) !important;
}

.nav-link.active {
    color: var(--primary-pink) !important;
    font-weight: 600 !important;
    position: relative;
}

.nav-link:hover {
    color: var(--primary-pink) !important;
    /* font-weight: 600 !important; */
}

.nav-link.active::after {
    content: "";
    border-bottom: 6px solid #EE4A6B;
    border-radius: 10px 10px 0px 0px !important;
    width: 100%;
    height: 2px;
    background-color: var(--primary-pink);
    position: absolute;
    bottom: -58%;

    left: 0;
}

.navbar-toggler {
    border: none !important;
    background-color: var(--primary-pink) !important;
    /* border-radius: 0 !important; */
    --bs-navbar-toggler-border-color: transparent !important;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

section {
    scroll-margin-top: 90px;
}

/* hero section */

.hero-section {
    background: var(--pink-radial);
    padding-top: 101px;
    padding-bottom: 135px;
}

.hero-right-section {
    position: relative;
}

.hero-right-section::after {
    content: "";
    background-image: url(../images/home-vector.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -2%;
    right: 28%;
    width: 510.23px;
    height: 167.53px;
    z-index: -1;
}

.heading-badge-btn {
    display: inline-flex;
    font-style: normal;
    font-weight: 400;
    max-height: 44px;
    font-size: 16px;
    line-height: 24px;
    background-color: var(--clr-white);
    padding: 10px 21px;
    border-radius: 100px;
    border: 0.5px solid rgba(0, 0, 0, 0.2) !important;
    color: #000000;
}

.heading-gradient {
    display: inline;
    background: linear-gradient(90deg, #EB536D 0%, #FAAD50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.hero-heading {
    font-weight: 600;
    font-size: 65px;
    line-height: 84px;
    color: var(--global-black);
}

.section-heading {
    font-weight: 600;
    font-size: 35px;
    color: var(--global-black);
}

.icon-pink {
    padding: 13px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    width: 45px;
}

.icon-pink svg {
    margin-left: 2px;
    position: absolute;
}

.icon-box {
    position: relative;
}

.icon-box::after {
    content: "";
    right: 7%;
    top: 0;
    position: absolute;
    display: inline-block !important;
    width: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    background: linear-gradient(to bottom, rgba(248, 222, 234, 0.1), rgba(248, 222, 234, 1), rgba(248, 222, 234, 0.1));
}

.btn-gradient {
    color: var(--clr-white);
    font-size: 16px;
    font-weight: 500;
    padding: 13px 21px;
    border: none;
    background: linear-gradient(90deg, #EB536D 0%, #FAAD50 100%);
    border-radius: 100px;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    background: linear-gradient(90deg, #FAAD50 0%, #EB536D 100%);
}

.btn-white-fill {
    color: var(--primary-pink);
    font-size: 16px;
    font-weight: 500;
    padding: 13px 21px;
    border: none;
    background: var(--clr-white);
    border-radius: 100px;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
}

.btn-white-fill:hover {
    background: linear-gradient(90deg, #FAAD50 0%, #EB536D 50%);
    color: var(--clr-white);
}

.btn-white-fill:hover svg path {
    fill: var(--clr-white) !important;
}

.btn-gradient svg,
.btn-white-fill svg {
    margin-left: 35px;
}

.abt-section {
    position: relative;
    overflow: hidden;
    z-index: 4;
}

.abt-section::after {
    content: "";
    background-image: url(../images/about-vector.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -7%;
    left: -4%;
    width: 276px;
    height: 276px;
    z-index: -1;
}

.abt-section::before {
    content: "";
    background-image: url(../images/about-vector2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -7%;
    right: -4%;
    width: 276px;
    height: 276px;
    z-index: -1;
}


.profile-card {
    position: relative;
}

.pro-click-img {
    height: 95px;
}


.profile-name-badge {
    position: absolute;
    gap: 5px !important;
    margin-top: -70px;
    margin-left: 10px;
    font-size: 16px !important;
    white-space: nowrap;
    width: auto;
    display: inline-flex !important;
    padding: 10px 12px !important;

}

.profile-card img {
    height: 244px !important;
    object-fit: cover;
    border-radius: 10px;
}


@media (max-width: 1600px) {

    .abt-section::after {
        left: -7%;
    }

    .profile-name-badge .font--16 {
        font-size: 12px !important;
    }


    .faqs{
        padding-bottom: 324px !important;
    }

}

@media (max-width:1400px) {
    .scroll-indicator {
        right: 1% !important;
    }

    div#navbarTogglerDemo02 {
        position: absolute;
        top: 116%;
        z-index: 30;
        background: white;
        width: 100%;
        margin: auto;
        left: 0;
        padding: 20px;
        right: 0;
        overflow: hidden;
        border-radius: 14px !important;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    }

    .nav-link.active::after {
        bottom: -0px !important;
    }

    .hero-heading {
        font-size: 54px;
        line-height: 68px;
    }

    .profile-name-badge {
        gap: 5px !important;
        width: 80% !important;
    }


    .profile-name-badge i {
        width: -webkit-fill-available !important;
        font-size: 12px !important;
    }

    .cta-card li {
        font-size: 16px !important;
    }

    .cta-card svg {
        width: 20px !important;
        height: 20px !important;
    }

    .cta-card img {
        top: -45px !important;
    }

    .nav-link {
        font-size: 14px !important;
        width: max-content !important;

    }

    .navbar-brand img {
        height: 30px !important;
    }

    header .btn-gradient {
        font-size: 14px !important;
    }
}

@media (max-width: 1200px) {
    .scroll-icon {
        padding: 8px 16px !important;
    }

    .scroll-line svg {
        height: 90px !important;
    }



    .cta-card img {
        top: 1% !important;
    }

    .hero-heading {
        font-size: 48px;
        line-height: 60px;
    }

    .icon-boxes .font--16 {
        font-size: 14px;
    }

    .cta-card .row {
        padding: 40px !important;
    }

    .icon-pink-second {
        width: 57px !important;
        height: 57px !important;
    }

    .icon-pink-second svg {
        height: 44px !important;
        margin-left: 16px !important;
        margin-bottom: -27px !important;
    }
}

@media (max-width: 992px) {
    .who-item p {
        font-size: 16px !important;
    }

    .faqs{
        padding-bottom: 299px !important;
    }

    .who-item {
        padding: 24px !important;
    }

    .who-item .check-icon svg {
        height: 22px !important;
    }

    header {
        padding: 20px 20px;
    }



    .role-img {
        height: 100% !important;
    }

    .cta-card {
        overflow: hidden !important;
    }

    .cta-card img {
        position: relative !important;
    }

    .cta-card .row {
        padding-bottom: 0 !important;
    }

    .cta-card img {
        height: 100% !important;
    }

    .nav-link {
        display: inline-flex !important;
    }

    .icon-box::after {
        display: none !important;
    }

    .heading-badge-btn {
        font-size: 14px;
        padding: 8px 18px;
    }



    .abt-section::after {
        left: -10%;
    }

    .abt-section::before {
        right: -9%;
    }

    .pro-click-img {
        height: 65px;
        object-fit: cover !important;
    }

}

@media (max-width: 768px) {
    .navbar-brand img {
        height: 28px !important;
    }


    .hero-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .profile-name-badge {
        margin-top: -64px !important;
    }

    .btn-gradient,
    .btn-white-fill {
        padding: 12px 18px;
        font-size: 14px;
    }

    .font--16 {
        font-size: 14px;
    }

    .btn-gradient svg,
    .btn-white-fill svg {
        margin-left: 25px;
    }

    .hero-heading {
        font-size: 42px;
        line-height: 48px;
    }

    .abt-section::after {
        left: -14%;
    }

    .profile-card i {
        font-size: 12px !important;
    }

    .profile-card img {
        height: 200px !important;
    }

    .font--18 {
        font-size: 16px;
    }

    .hero-right-section::after {
        top: -10%;
    }


    .pt-120 {
        padding-top: 72px;

    }

    .pb-120 {
        padding-bottom: 72px;
    }


}


@media (max-width: 576px) {
    .cta-card h2 {
        font-size: 31px !important;
        line-height: 43px !important;
    }

    .cta-card li {
        font-size: 14px !important;
    }

    .cta-card p {
        font-size: 14px !important;
    }

    .hero-section {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .heading-badge-btn {
        font-size: 12px;
    }

    .hero-heading {
        font-size: 36px;
        line-height: 39px;
    }

    .font--18 {
        font-size: 14px;
    }

    .profile-name-badge {
        margin-top: -71px !important;
    }

    .profile-name-badge i {
        font-size: 12px !important;
    }

    .abt-section::after {
        left: -9%;
        bottom: -2%;
        width: 150px;
        height: 150px;

    }

    .abt-section::before {
        top: -2%;
        right: -9%;
        width: 150px;
        height: 150px;
    }

    .pt-120 {
        padding-top: 40px;

    }

    .pb-120 {
        padding-bottom: 40px;
    }

    .pt-72 {
        padding-top: 40px;
    }

    .pb-72 {
        padding-bottom: 40px;
    }
}

.role-img {
    height: 386px;
}

@media (max-width: 371px) {
    /* .profile-name-badge {
        margin-top: -82px !important;
    } */

}

.swiper-pagination-bullet {
    background: var(--primary-pink) !important;

    border-radius: 10px !important;
    height: 5px !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: 20px !important;
}

.nav-brand img {
    height: 28px !important;

}

header {
    padding: 16px 16px;
}

.swiper-pagination {
    position: relative !important;
    margin-top: 50px !important;
}

.faqs{
    padding-bottom: 422px;
}

footer {
    position: relative;
}

.cta-card {
    border-radius: 40px;
    overflow: visible;
    position: relative !important;
    top:-200px;
    z-index: 10;
    margin-top: -200px;
    margin-bottom: 67px;
}

.cta-card .row {
    padding: 64px;

}

.cta-card h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 52px;
    color: var(--clr-white)
}

.cta-card p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.92);
}

.cta-card li {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--clr-white)
}


.cta-card img {
    position: absolute;
    bottom: 0;
    top: -127px;
    z-index: 17;
    height: 485px;
}

footer ul li a {
    font-size: 16px;
    color: var(--global-gray);

}

footer ul li a:hover {
    color: var(--primary-pink) !important;
}


.social-media-icons {
    width: 37px;
    height: 37px;
    padding: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 400;
    border: 1px solid var(--primary-pink);
    transition: all 0.3s ease;
}

.social-media-icons:hover {
    background-color: var(--light-pink);
}

.social-media-icons:hover i {
    color: var(--primary-pink) !important;
}




/* Why Work With us section  css by vivek */


/* Box Card */
.built-icon {
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    border-radius: 16px;
    padding: 20px;
    background: var(--clr-white);
    height: 100%;
    transition: all 0.3s ease;
}




/* Icon Circle */
.icon-pink-second {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fdecef;
    flex-shrink: 0;
}

/* SVG Icon */
.icon-pink-second svg {
    height: 52px;
    margin-left: 25px;
    margin-bottom: -32px;
    position: absolute;
}

/* Text */
.built-icon h6 {
    margin-bottom: 6px;
    font-size: 16px;

}

.built-icon p {
    margin: 0;
    font-size: 16px;
    color: var(--global-gray);
}

/* who for this section */




/* Item Box */
.who-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 34px;
    border: 1px solid #f1f1f1;
    border-radius: 16px;
    background: var(--clr-white);
    height: 100%;
    transition: all 0.3s ease;
}



/* SVG Icon */
.check-icon {
    flex-shrink: 0;
}

/* Text */
.who-item p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    color: var(--global-black);

}


@media (max-width: 576px) {

    /* .built-icon {
        flex-direction: column;
        text-align: center;
    } */
    .icon-pink-second {
        height: 54px !important;
        width: 54px !important;
    }

    .section-heading {
        font-size: 28px;
        line-height: 38px;
    }

    .icon-pink-second svg {
        height: 42px;
        margin-left: 16px !important;
        margin-bottom: -22px !important;
    }

    .built-icon p {
        font-size: 14px !important;
    }

    .who-item svg {
        width: 20px;
    }

    .who-item p {
        font-size: 14px !important;
    }

    .who-item {
        padding: 18px !important;
    }

    footer ul li a {
        font-size: 14px !important;

    }
}






#scrollTopBtn {
    position: fixed;
    bottom: 90px;
    right: 1.4%;
    width: 50px;
    height: 50px;
    background: var(--primary-pink);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

#scrollTopBtn:hover {
    background: var(--light-pink);
}

#scrollTopBtn:hover svg path,
#scrollTopBtn:hover svg {
    fill: var(--primary-pink) !important;
    stroke: var(--clr-white);
}






.scroll-indicator {
    position: absolute;
    right: 40px;
    top: 29%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    z-index: 10;
}

.scroll-indicator svg {
    pointer-events: none;
}

.scroll-icon {
    padding: 11px 19px;
    background: var(--primary-pink);
    border-radius: 50%;
}

.scroll-text {
    writing-mode: sideways-lr;
    text-orientation: mixed;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}



.scroll-indicator {
    animation: floatScroll 2s ease-in-out infinite;
}

@keyframes floatScroll {
    0% {
        transform: translateY(0);
        opacity: 0.7;
    }

    50% {
        transform: translateY(8px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 0.7;
    }
}


.faqs {
    margin-bottom: 60px;
    /* padding-top: 40px; */
}


.faqs h2 {
    font-weight: 600;
    font-size: 35px;
    color: var(--clr-assest);
    margin-bottom: 15px;
}

.faqs h3 {
    font-weight: 600;
    font-size: 24px;
    color: var(--global-black);
    margin-top: 24px;
    margin-bottom: 24px;
}



.accordion-item {
    border: none !important;
    border-radius: 12px !important;
    margin-bottom: 12px;
    background: var(--clr-white);
    /* background: var(--light-pink); */
    /* overflow: hidden; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.accordion-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.accordion-button {
    font-weight: 500;
    font-size: 16px;
    color: var(--global-black) !important;
    background-color: var(--light-pink) !important;
    padding: 16px 20px;
    border: none !important;
    transition: all 0.3s ease;
    border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
    background-color: var(--light-pink) !important;
    color: var(--primary-pink) !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    border: none !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EB546C'%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");
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
        filter: invert(42%) sepia(64%) saturate(467%) hue-rotate(317deg) brightness(94%) contrast(96%);
}

.accordion-body {
    padding: 16px 20px;
    font-size: 16px;
    color: var(--global-gray);
    line-height: 1.6;
    background-color: var(--clr-white);
}

.accordion-body strong {
    color: var(--global-black);
    font-weight: 600;
}
/* ========== FAQ Section Styling - End ========== */

/* ========== FAQ Section Responsive - Start ========== */
@media (max-width: 1500px) {
     .faqs {
        margin-bottom: 120px;
     }
}
@media (max-width: 992px) {
    .faqs {
        margin-bottom: 120px;
    }

    .faqs h2 {
        font-size: 32px;
    }

    .faqs h3 {
        font-size: 22px;
    }

    .accordion-button {
        font-size: 15px;
        padding: 14px 18px;
    }

    .accordion-body {
        font-size: 15px;
        padding: 14px 18px;
    }
}

@media (max-width: 768px) {
    .faqs {
        margin-bottom: 120px;
    }

    .faqs h2 {
        font-size: 28px;
    }

    .faqs h3 {
        font-size: 20px;
    }

    .accordion-button {
        font-size: 14px;
        padding: 12px 16px;
    }

    .accordion-body {
        font-size: 14px;
        padding: 12px 16px;
    }

    .accordion-item {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .faqs {
        margin-bottom: 120px;
    }

    .faqs h2 {
        font-size: 24px;
    }

    .faqs h3 {
        font-size: 18px;
        margin-top: 20px;
    }

    .accordion-button {
        font-size: 13px;
        padding: 12px 14px;
        line-height: 1.4;
    }

    .accordion-body {
        font-size: 13px;
        padding: 12px 14px;
        line-height: 1.5;
    }

    .accordion-item {
        margin-bottom: 8px;
    }
}
/* ========== FAQ Section Responsive - End ========== */