img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

.section-heading {
    padding-bottom: 30px;
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.section-heading h2 {
    font-weight: 600;
    font-size: 34px;
    color: #000000;
    line-height: 45px;
}

.section-heading p {
    font-size: 14px;
    margin: 0;
    line-height: 24px;

}

.text-primary {
    color: #004182 !important;
}

.text-orange {
    color: #ff7c00 !important;
}

.bg-orange {
    background-color: #ff7c00 !important;
}

.headrMain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    transition: .5s all;
    z-index: 999;
}

.headrMain.sticky {
    box-shadow: 0px 0px 6px #00000029;
    background: #fff;
}

.heroSection {
    background-image: url(../landing-page/banner-bg.png);
    background-position: center;
    background-size: cover;
    padding: 90px 0;
    position: relative;
    z-index: 1;
}

.heroSection .badge {
    padding: 14px 20px;
}

.btnylw,
.btnPink {
    min-width: 185px;
    padding: 10px 15px;
}

.btnylw:hover {
    background: #ff7c00 !important;
    color: #fff !important;
}

.btnPink:hover {
    background: #ff0083 !important;
    color: #fff !important;
}

.heroSection h1 {
    max-width: 700px;
    margin: auto auto 20px;
    font-size: 50px;
}

.heroSection p {
    max-width: 650px;
    margin: auto auto 30px;
}




.tabLineBtm span {
    background: #fff;
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 8px 25px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
}

.fs-7 {
    font-size: 14px !important;
}

.serviceSection {
    margin: 70px 0;
}

.serviceCard {
    border-radius: 10px;
    height: 100%;
    border: none;
    position: relative;
    z-index: 1;
    transition: .4s all;
}


.serviceCard>.frontBox,
.serviceCard>.backBox {
    display: block;
    transition: 1s all;
    border-radius: 10px;
    height: 100%;
    padding: 25px 20px;
}

.serviceCard>.frontBox {
    transform: rotateY(0deg);
    box-shadow: 0px 0px 4px 0px #00000040;

}

.serviceCard>.backBox {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
    background: linear-gradient(to right, #ff0083 0%, #ff7c00 100%);
    color: #fff;
    display: flex;
    align-items: center;

}

.serviceCard:hover>.frontBox {
    transform: rotateY(180deg);
}

.serviceCard:hover>.backBox {
    opacity: 1;
    transform: rotateY(0deg);
}


.serviceCard h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}

.serviceCard p {
    font-size: 14px;
    margin: 0;
}

.serviceCard ul {
    margin: 0;
}

.serviceCard ul li {
    display: block;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
}

.serviceCard ul li:last-child {
    margin-bottom: 0;
}

.serviceCard ul li:before {
    content: "\F26A";
    position: absolute;
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    color: #fff;
    font-size: 20px;
    line-height: normal;

}

.solution-section {
    background-color: #0F0F2F;
    color: #fff;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.solution-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../landing-page/bg-line.png);
    background-position: center right;
    background-size: 500px;
    background-repeat: no-repeat;
    opacity: .3;
    z-index: -1;
}




.solution-card {
    background-color: #111F36;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    transition: 0.3s;
}

.solution-card h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.solution-card p {
    font-size: 14px;
    margin: 0;
}


.icon-circle {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-right: 10px;
}

.platform-section {
    margin: 60px 0;
}

.tag-pill {
    background: #ff9100;
    color: #fff;
    padding: 6px 15px;
    border-radius: 25px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.partner-logo {
    background-color: #eff6ff;
    border: 1px solid #eff6ff;
    padding: 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.partner-logo img {
    width: 32px;
    min-width: 32px;
}

.partner-logo span {
    font-size: 14px;
    font-weight: 600;
}


.cta-section {
    background-color: #f0f7ff;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.cta-section h2 {
    margin-bottom: 15px;
}

.cta-section p {
    color: #444;
    font-size: 14px;
    max-width: 600px;
    margin: auto auto 30px;
}



.counterNumber {
    background: url(../landing-page/mapBg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 30px 30px;
    margin-bottom: 0;
}

.stories {
    margin: 70px 0;
}

.counterNumber strong {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
}

.counterNumber p {
    margin: 0;
    color: #fff;
    font-size: 16px;

}

.testimonial-card {
    border-radius: 12px;
    padding: 12px;
    background: #F9F9FB;
    margin: 7px;
    position: relative;
    z-index: 1;
}


.testimonial-card p {
    font-size: 14px;
    line-height: 27px;
    margin: 0;
    height: 200px;
    overflow: auto;
}

.testimonial-card p::-webkit-scrollbar {
    width: 4px;
}

.testimonial-card p::-webkit-scrollbar-track {
    background: #eaeaea;
}

.testimonial-card p::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
}

.testimonial-card .clientProfile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.clientProfile {
    margin-top: 13px;
}

.clientProfile figure {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0;
    background-color: #e7e7e7;
}

.clientProfile figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clientProfile strong {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.clientProfile strong span {
    display: block;
    font-size: 12px;
}

.stars {
    color: #ffc107;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: normal;
}


.join-section {
    background-image: url(../landing-page/join-bg.svg);
    background-position: center;
    background-size: cover;
    max-width: 100%;
    margin: 70px 0;
    padding: 40px;
    border-radius: 20px;

}

.join-section .badge {
    display: inline-block;
    background-color: #2f2d4a;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 25px;
}

.join-section .cta-button {
    background-color: #fff;
    color: #0d0c2b;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}



.contactSection {
    background: #EFF6FF;
    padding: 50px;
    border-radius: 20px;

}

.formSection {
    position: relative;
}

.formSection:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    width: 1px;
    margin: auto;
    border-right: 1px solid #dee2e6;
}

.formSection h3 {
    font-size: 26px;
    font-weight: 600;
}

.formSection label {
    color: #000000;
    font-size: 14px;
    margin-bottom: 8px;
}

.formSection .form-control {
    height: 44px;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}

.formSection textarea.form-control {
    height: 80px;
}

.formSection .btnylw {
    font-size: 14px;
    padding: 10px 15px;
}

.formSection p {
    font-size: 14px;
}

.card-custom {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 20px;
    background: #fff;
}



.info-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
}

.right-box {
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 20px;
}

.right-box strong {
    font-size: 14px;
    font-weight: 600;
}

.right-box p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.why-choose {
    background: linear-gradient(135deg, #ee0979, #ff6a00);
    color: #fff;
    border-radius: 14px;
    padding: 25px;
}

.why-icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.why-text strong {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}

.why-text small {
    font-size: 12px;
    display: block;
}

.anniversary-note {
    color: #ff0080;
    font-size: 13px;
}

.timeline {
    background: url(../landing-page/timeline-bg.svg);
    background-position: center;
    background-size: cover;
    border-radius: 25px;
    padding: 30px;
}

.timeLineList {
    position: relative;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.timeLineList::-webkit-scrollbar {
    width: 0px;
}

.timeLineList::-webkit-scrollbar-track {
    background: #ffc5e1;
}

.timeLineList::-webkit-scrollbar-thumb {
    background-color: #f85ba8;
}

.timeline .year {
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
    background: linear-gradient(45deg, #ff007a, #ff8a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.timelineContent {
    position: relative;
    padding-bottom: 50px;
}

.timelineContent:before {
    content: '';
    width: 4px;
    background: linear-gradient(92.14deg, #FE188F 5.89%, #FF7C00 103.91%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
}

.timelineContent p {
    margin: 0;
}

.timeline .dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(92.14deg, #FE188F 5.89%, #FF7C00 103.91%);
    border: 3px solid #fff;
    position: absolute;
    left: 3px;
    top: 30px;
    z-index: 1;
}

.resultDriven {
    margin: 70px 0;
}

.gradient-text {
    background: linear-gradient(45deg, #ff007a, #ff8a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-box {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #00000040;
    height: 100%;
}

.info-box h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.info-box p {
    font-size: 14px;
    margin: 0;
}

.badge-orange {
    background-color: #ff8a00;
    color: white;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}

.topLine {
    position: absolute;
    top: -40px;
    left: 20px;
    width: 220px;
    z-index: -1;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin-top: 10px;
}

.slick-dots button {
    width: 13px;
    height: 13px;
    border-radius: 100px;
    background: #ccc;
    border: none;
    font-size: 0;
}

.slick-dots .slick-active button {
    background: linear-gradient(92.14deg, #FE188F 5.89%, #FF7C00 103.91%);
}

@media(min-width:1200px) {

    .testimonial-card:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(92.14deg, #FE188F 5.89%, #FF7C00 103.91%);
        z-index: -1;
        border-radius: 16px;
        opacity: 0;
        transition: .3s all;

    }

    .testimonial-card:hover:before {
        opacity: 1;
    }

    .testimonial-card:hover .clientProfile strong,
    .testimonial-card:hover .clientProfile strong span {
        color: #fff !important;
    }

    .join-section .cta-button:hover {
        border-radius: 100px;
    }

    .solution-card:hover {
        background-color: #163a66;
    }
}

@media(min-width:768px) {
    .animationBalls {
        width: 30%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        z-index: -1;
        pointer-events: none;
    }

    .animationRight {
        right: 0;
        left: auto;
    }

    .animationBalls span {
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: #000;
    }


    .animationBalls .ball {
        position: absolute;
        bottom: 0;
        height: 100%;
        width: 1px;
        background: #F0F0F0;

    }

    .animationBalls .ball1 {
        left: 25%;

    }

    .animationBalls .ball2 {
        left: 50%;

    }

    .animationBalls .ball3 {
        left: 75%;
    }

    .animationBalls span.ball:before {
        content: "";
        position: absolute;
        left: -7px;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        animation-duration: 10s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
    }

    .animationBalls span.ball1:before {
        background: linear-gradient(90deg, #F06C50 0%, #FDD41C 119.23%);
        box-shadow: 1px 0px 9px 0px #00000054;
        animation-name: ballDownUp;
    }

    .animationBalls span.ball2:before {
        background: linear-gradient(90deg, #75BD12 0%, #C8F40C 119.23%);
        box-shadow: 1px 0px 9px 0px #00000054;
        animation-name: ballUpDown;
    }

    .animationBalls span.ball3:before {
        background: linear-gradient(90.3deg, #016DF7 -52.39%, #06F4E1 118.89%);
        box-shadow: 1px 0px 9px 0px #00000054;
        animation-name: ballDownUp;
    }

    /* Animation: ball1 and ball3 move down then back up */
    @keyframes ballDownUp {
        0% {
            top: 0;
        }



        50% {
            top: 100%;
        }


        100% {
            top: 0;
        }
    }

    /* Animation: ball2 moves up then back down */
    @keyframes ballUpDown {
        0% {
            bottom: 0;
            top: auto;
        }



        50% {
            bottom: 100%;
            top: auto;
        }



        100% {
            bottom: 0;
            top: auto;
        }
    }

}

@media (min-width:768px) and (max-width:991px) {
    .multiBtnContactUs {
        margin: 0;
    }

    .topLine {
        left: 0;
    }
}

@media(max-width:991px) {
    .contactSection {
        padding: 15px;
    }

    .card-custom {
        padding: 15px;
    }

    .formSection {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .formSection:after {
        top: auto;
        left: 0;
        height: 1px;
        width: 70%;
        margin: auto;
        border: none;
        border-bottom: 1px solid #dee2e6;

    }

    .formSection .btnylw {
        font-size: 12px;
        padding: 10px 9px;
    }

    br {
        display: none;
    }


}

@media(max-width:767px) {
    .headrMain {
        box-shadow: 0px 0px 6px #00000029;
        background: #fff;
        padding: 12px 0;
    }

    #navbarNav {
        position: fixed;
        top: 46px;
        right: -100%;
        width: 100%;
        height: calc(100% - 46px);
        background: #fff;
        z-index: 998;
        transition: .3s all;
        border-top: 1px solid #f5f5f5;
        padding-top: 10px;

    }

    #navbarNav.show {
        right: 0;
    }

    .heroSection .badge {
        padding: 12px 15px;
    }


    .heroSection {
        padding: 30px 0 30px;

    }

    .heroSection h1 {
        font-size: 34px;
    }

    .heroSection p {
        margin-bottom: 20px;
    }

    .tabLineBtm span {
        padding: 7px 12px;
        font-size: 12px;
    }

    .btnylw,
    .btnPink {
        min-width: 75%;
        font-size: 12px;
        padding: 8px 15px;
    }

    .serviceSection {
        margin: 30px 0;
    }

    .serviceCard {
        margin: 10px;
    }

    .section-heading h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .section-heading p {
        line-height: 22px;
    }

    .topLine {

        display: none !important;
    }

    .solution-section {
        padding: 30px 0;
    }

    .serviceCard {
        box-shadow: 0px 0px 4px 0px #00000040;
        padding: 25px 20px;
    }

    .serviceCard ul li:before {
        color: #ff0083;
    }

    .platform-section {
        margin: 30px 0;
    }

    .stories {
        margin: 30px 0;
    }

    .cta-section {
        padding: 15px;
    }

    .cta-section p {
        margin-bottom: 12px;
    }

    .resultDriven {
        margin: 30px 0;
    }

    .join-section {
        background-image: url(../landing-page/join-bg.svg);
        background-position: left center;
        margin: 30px 0;
        padding: 20px;
    }

    .toggoleBtn {
        border: none;
        background: none;
        padding: 0;
        outline: none;
        font-size: 24px;
        line-height: 0;
    }

    .timeline .row {
        flex-direction: column-reverse;
    }

    .timeline .dot {
        top: 20px;
    }

    .timeline .year {
        font-size: 46px;
    }

    .counterNumber {
        padding: 20px;
    }

    .counterNumber figure img {
        width: 45px;
    }

    .partner-logo {
        padding: 10px;
    }

    .partner-logo img {
        width: 26px;
        min-width: 26px;
    }
}