/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Header & Footer CSS */
.header-main.elementor-sticky--effects {
    box-shadow: 0px 15px 40.2px 0px #0654AA12;
}

.header-main .header-menu-sec li.menu-item.current-menu-item.current_page_item a.elementor-item.elementor-item-active {
    background: #D713501A;
    border-radius: 50px;
}

.contact-btn a.elementor-button span.elementor-button-icon svg {
    font-size: 13px;
}

form.newsletter-form input#input_1_1 {
    background: #F4FAFF;
    border: 1px solid #95C5ED;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #A6A6A6;
    padding: 16px 30px;
    height: 60px;
    border-radius: 60px;
}

input#gform_submit_button_1 {
    padding: 16px 20px;
    background-color: #D20F5B;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    border-radius: 60px;
}

input#gform_submit_button_1:hover {
    background-color: #030467;
}

form.newsletter-form input#input_1_1:focus,
input#gform_submit_button_1:focus {
    box-shadow: none;
    border: none;
    outline: 1px solid #95C5ED;
}

.gform_validation_errors {
    display: none !important;
}

.gform-footer.gform_footer.top_label {
    margin-top: 10px;
}

/* Expert Solution section Home */
.img-bx .elementor-image-box-content {
    padding: 0 10px 10px;
}

.img-bx .elementor-image-box-content h3 {
    margin-top: 0;
}

.eexpert-tab .e-n-tabs-heading {
    position: absolute;
    top: -100px;
    right: 0;
}

.slider-logo::after {
    content: "";
    position: absolute;
    left: 0;
    top: -18px;
    width: 413px;
    height: 149px;
    background: linear-gradient(270deg, rgba(0, 5, 87, 0) 0%, #000557 70%);
    z-index: 2;
}

.slider-logo::before {
    content: "";
    position: absolute;
    right: 0;
    top: -18px;
    width: 413px;
    height: 149px;
    background: linear-gradient(270deg, rgba(0, 5, 87, 0) 0%, #000557 70%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: 2;
}

.slider-logo .swiper-slide .elementor-element.e-con-boxed.e-con.e-child {
    border: 3px solid #FFFFFF;
}

.slider-logo .swiper-slide:hover .elementor-element.e-con-boxed.e-con.e-child {
    border: 3px solid #D20F5B;
}

/* .slider-logo .swiper-slide img {
    opacity: 0.6;
    filter: grayscale(100%);
}

.slider-logo .swiper-slide:hover img {
    opacity: 1;
    filter: grayscale(0%);
} */









/* Timeline container */
.timeline-container {
    position: relative;
    padding-left: 40px;
}

/* BACK vertical line (blue) */
.timeline-container::before {
    content: "";
    position: absolute;
    left: 10px;
    /* Adjust if needed */
    top: 0;
    width: 3px;
    height: 100%;
    background: #030467;
    /* Default blue */
    z-index: 1;
}

/* FILL vertical line (pink), grows on scroll */
.timeline-container::after {
    content: "";
    position: absolute;
    left: -66px;
    top: 46px;
    width: 3px;
    height: 0%;
    background: #D20F5B;
    z-index: 2;
    transition: height 0.25s ease;
}

.timeline-item.active::before {
    background: #D20F5B;
    width: 28px;
    height: 28px;
    left: -80px;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

/* Timeline item shapes */
.timeline-item {
    position: relative;
    margin-bottom: 50px;
    padding-left: 20px;
    cursor: pointer;
}

/* Dots */
.timeline-item::before {
    content: "";
    position: absolute;
    left: -75px;
    top: 40px;
    width: 20px;
    height: 20px;
    background: #AEB1E3;
    border-radius: 50%;
    transition: 0.3s;
    z-index: 5;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

/* Active dot */
.timeline-item.active::before {
    background: #D20F5B;
}

/* Left-side images */
/* .left-img {
    display: none;
} */

.left-img.active-img {
    display: block;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* SCROLL LOCK */
.lock-scroll {
    height: 100vh;
    overflow: hidden;
}

.timeline-item.active {
    border: 1px solid #D20F5B;
    box-shadow: 0px 41.63px 45.88px 0px #0654AA12;
    padding: 20px;
    border-radius: 10px;
}

.timeline-container::after {
    height: var(--after-height, 0%);
}

.icon-box-works {
    height: 350px !important;
    width: 350px !important;
}

.icon-box-works .icon-box-inner {
    min-height: 305px;
    min-width: 305px;
}

.iconbox-roadmap .elementor-icon-box-icon span.elementor-icon {
    box-shadow: 0px 36.47px 40.2px 0px #0654AA12;
}


/* How It Works section css */

.tab-one {
    counter-reset: sec-counter;
}

.tab-one .icon-box-works .icon-box-inner::before {
    counter-increment: sec-counter;
    content: "0" counter(sec-counter) "";
    width: 45px;
    height: 45px;
    background: #D20F5B;
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -70px;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    border: 4px solid #F1F7FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box-works::after {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translate(0, -50%);
    width: 26px;
    height: 26px;
    background: #BDDBF5;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.tab-one .icon-box-works::before {
    content: "" !important;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translate(0, -50%);
    width: 26px;
    height: 26px;
    background: #BDDBF5;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #00000040;
}

/* Disable ::before for the first item */
.icon-box-works:first-child::before {
    content: none !important;
}

/* Disable ::after for the last item */
.icon-box-works:last-child::after {
    content: none !important;
}

/* Disable ::after only on the last .icon-box-inner */
.icon-box-works:last-child .icon-box-inner:last-of-type::after {
    content: none !important;
}





.about-cont p {
    transition: color 0.4s ease;
    color: #000;
    /* default */
}

.about-cont.scrolled p {
    color: #D20F5B;
    /* after scroll */
}

.icon-box-inner::after {
    content: "";
    position: absolute;
    right: -102px;
    top: 50%;
    width: 50px;
    height: 3px;
    background: #BDDBF5;
}

.timeline-item .elementor-icon-box-content h3 {
    margin-top: 0;
}

.countr-info span.elementor-counter-number-prefix {
    display: none;
}

.projct-tab .elementor-image-box-img img {
    width: 100% !important;
}

.projct-tab .e-n-tab-title {
    background-color: transparent !important;
}

.tp-left-arw,
.tp-right-arw,
.center-right-arw,
.btm-left-arw,
.btm-right-arw {
    position: relative;
}

.tp-left-arw::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='225' height='192' viewBox='0 0 225 192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M224 191.48L137.134 9H10' stroke='%23D20F5B' stroke-width='2' stroke-dasharray='4 4'/%3E%3Ccircle cx='9' cy='9' r='8' fill='white' stroke='%23D20F5B' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    top: 90px;
    right: -213px;
    width: 225px;
    height: 192px;

}

.tp-right-arw::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='240' height='194' viewBox='0 0 240 194' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.868652 193L105.705 9H229.869' stroke='%23D20F5B' stroke-width='2' stroke-dasharray='4 4'/%3E%3Ccircle cx='9' cy='9' r='8' transform='matrix(-1 0 0 1 239.869 0)' fill='white' stroke='%23D20F5B' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    top: 90px;
    left: -233px;
    width: 240px;
    height: 194px;
}

.center-left-arw::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='286' height='18' viewBox='0 0 286 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M286 9H10' stroke='%23D20F5B' stroke-width='2' stroke-dasharray='4 4'/%3E%3Ccircle cx='9' cy='9' r='8' fill='white' stroke='%23D20F5B' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    top: 90px;
    right: -273px;
    width: 286px;
    height: 18px;
}

.center-right-arw::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='268' height='18' viewBox='0 0 268 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16825e-05 9L257.501 9' stroke='%23D20F5B' stroke-width='2' stroke-dasharray='4 4'/%3E%3Ccircle cx='9' cy='9' r='8' transform='matrix(-1 0 0 1 267.501 0)' fill='white' stroke='%23D20F5B' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    top: 90px;
    left: -256px;
    width: 268px;
    height: 18px;
}

.btm-left-arw::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='217' height='117' viewBox='0 0 217 117' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M216 0.607422L134.163 107.607H10' stroke='%23D20F5B' stroke-width='2' stroke-dasharray='4 4'/%3E%3Ccircle cx='9' cy='9' r='8' transform='matrix(1 0 0 -1 0 116.607)' fill='white' stroke='%23D20F5B' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    top: -20px;
    right: -213px;
    width: 225px;
    height: 121px;
}

.btm-right-arw::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='235' height='144' viewBox='0 0 235 144' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.801758 0.597656L100.638 134.598H224.802' stroke='%23D20F5B' stroke-width='2' stroke-dasharray='4 4'/%3E%3Ccircle cx='225.802' cy='134.598' r='8' transform='rotate(180 225.802 134.598)' fill='white' stroke='%23D20F5B' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    top: -40px;
    left: -226px;
    width: 235px;
    height: 144px;
}

.faq-itm .e-n-accordion-item {
    border-color: solid #56565632;
    border-width: 0px 0px 1px !important;
}

.faq-itm .e-n-accordion-item[open]+.e-n-accordion-item summary {
    border-color: transparent !important;
}

.faq-itm .e-n-accordion-item[open] {
    background-color: #fff;
    border-radius: 32px;
    border: 1px solid #D20F5B !important;
    box-shadow: 0px 41.6316px 45.8797px rgba(6, 84, 170, 0.07);
}




/* About Us page start CSS */
.story-tab .e-n-tabs-heading {
    position: relative;
    width: 100%;
}

/* Dashed baseline */
.story-tab .e-n-tabs-heading::before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #8f9bb6;
    z-index: 1;
}

/* Red progress line */
.story-tab .e-n-tabs-heading::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    height: 2px;
    width: var(--progress, 0%);
    background: #d20f5b;
    z-index: 2;
    transition: width 0.4s ease;
}

/* DOTS */
.story-tab .e-n-tab-title {
    position: relative;
    z-index: 5 !important;
}

.story-tab .e-n-tab-title::after {
    content: "";
    width: 22px;
    height: 22px;
    background: #030467;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    border: 4px solid #FFF;
    box-shadow: 0px 10px 15px 0px #00000017;
}

/* Active dot */
.story-tab .e-n-tab-title[aria-selected="true"]::after {
    background: #d20f5b;
}


/* ----------------------- */
/*      RESPONSIVE FIX     */
/* ----------------------- */


/* Tablet (991px and below) */
@media (max-width: 991px) {

    /* bring line closer */
    .story-tab .e-n-tabs-heading::before,
    .story-tab .e-n-tabs-heading::after {
        bottom: -30px;
    }

    /* shrink dots slightly */
    .story-tab .e-n-tab-title::after {
        width: 18px;
        height: 18px;
        bottom: -38px;
        border-width: 3px;
    }
}


/* Mobile landscape / portrait (767px and below) */
@media (max-width: 767px) {

    /* line even closer */
    .story-tab .e-n-tabs-heading::before,
    .story-tab .e-n-tabs-heading::after {
        bottom: -22px;
    }

    /* dots smaller and closer */
    .story-tab .e-n-tab-title::after {
        width: 14px;
        height: 14px;
        bottom: -28px;
        border-width: 2px;
        box-shadow: 0px 5px 8px #00000010;
    }

    /* reduce tab title space */
    .story-tab .e-n-tab-title {
        padding: 8px 12px !important;
    }

    .story-tab .e-n-tab-title .e-n-tab-title-text {
        font-size: 14px !important;
    }
}


/* Very small mobile (480px and below) */
@media (max-width: 480px) {

    .story-tab .e-n-tabs-heading::before,
    .story-tab .e-n-tabs-heading::after {
        bottom: -20px;
    }

    .story-tab .e-n-tab-title::after {
        width: 12px;
        height: 12px;
        bottom: -25px;
    }
}



.founder-block .linked-icon {
    opacity: 0;
    transition: 0.5s all;
}

.founder-block:hover .linked-icon {
    opacity: 1;
    transition: 0.5s all;
}


.projects-breadcrumb li.elementor-icon-list-item.elementor-inline-item:first-child a span {
    color: #D20F5B;
}

.projects-breadcrumb li.elementor-icon-list-item.elementor-inline-item:first-child a:hover span {
    color: #030467;
}


/* Engage Expert Page CSS */
.project-listings .elementor-icon-wrapper .elementor-icon:hover svg path {
    fill: #D20F5B;
}

.contact-btn.case-btn a.elementor-button:hover span.elementor-button-icon svg path {
    fill: #ffffff;
}

.success-stories-section .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: absolute;
    bottom: -20px;
    top: auto;
    max-width: calc(1600px - 200px);
    margin-left: 20px;
}

.slider-arrow-sec .elementor-icon-wrapper:hover svg path {
    fill: rgb(255 255 255);
}

.success-stories-section .elementor-swiper-button.elementor-swiper-button-prev,
.success-stories-section .elementor-swiper-button.elementor-swiper-button-next {
    display: none !important;
}

.block-desc-list ul {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.block-desc-list h3 {
    color: #222222;
}

.block-desc-list ul li {
    position: relative;
    list-style-type: none;
}

.block-desc-list ul li::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12C0 8.8174 1.26428 5.76516 3.51472 3.51472C5.76516 1.26428 8.8174 0 12 0C15.1826 0 18.2348 1.26428 20.4853 3.51472C22.7357 5.76516 24 8.8174 24 12C24 15.1826 22.7357 18.2348 20.4853 20.4853C18.2348 22.7357 15.1826 24 12 24C8.8174 24 5.76516 22.7357 3.51472 20.4853C1.26428 18.2348 0 15.1826 0 12ZM11.3152 17.136L18.224 8.4992L16.976 7.5008L11.0848 14.8624L6.912 11.3856L5.888 12.6144L11.3152 17.136Z' fill='%23030467'/%3E%3C/svg%3E%0A");
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: -25px;
    top: 4px;
    width: 22px;
    height: 22px;
}

.elementor-element.inner-sec-box {
    height: 100% !important;
}


input#gform_submit_button_2:hover {
    background-color: #030467 !important;
}


/* Responsive CSS start here */
@media only screen and (min-width: 1201px) and (max-width: 1599px) {

    header,
    footer,
    .elementor {
        zoom: 0.85;
        zoom: 85%;
    }

    .page-id-2247 .elementor,
    .page-id-2783 .elementor {
        zoom: 100%;
    }

    .page-id-2247 header.elementor,
    .page-id-2247 footer.elementor,
    .page-id-2783 header.elementor,
    .page-id-2783 footer.elementor,
    .how-it-works-box,
    .slider-block {
        zoom: 85% !important;
    }


}


@media only screen and (max-width: 1600px) {
    .block-desc-list ul li::before {
        background-size: 15px;
        left: -25px;
        top: 5px;
        width: 20px;
        height: 20px;
    }

    .success-stories-section .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
        max-width: calc(100% - 220px);
    }

    .success-stories-prev a.elementor-icon svg,
    .success-stories-next a.elementor-icon svg {
        height: 18px;
    }

}



@media only screen and (max-width: 1440px) {
    .icon-box-works .icon-box-inner {
        min-height: 290px;
        min-width: 290px;
    }


}


@media only screen and (max-width: 1366px) {

    /* .tab-one .icon-box-works::before,
    .icon-box-works::after,
    .icon-box-inner::after {
        content: none !important;
    } */

    .icon-box-works .icon-box-inner {
        min-height: 260px;
        min-width: 260px;
    }

    .icon-box-works {
        height: 300px !important;
        width: 300px !important;
    }

}

@media only screen and (max-width: 1200px) {

    .tab-one .icon-box-works::before,
    .icon-box-works::after,
    .icon-box-inner::after {
        content: none !important;
    }

    .timeline-item.active {
        padding: 10px;
    }

    /* .icon-box-works .icon-box-inner {
        min-height: 230px;
        min-width: 230px;
    } */

    .tab-one .icon-box-works .icon-box-inner::before {
        top: -32px;
    }

    .tab-block-inner figure.elementor-image-box-img img {
        width: 100%;
    }

    .contact-btn a.elementor-button span.elementor-button-icon svg {
        font-size: 10px;
    }

    .eexpert-tab .e-n-tabs-heading {
        position: relative;
        top: -25px;
        margin-left: auto;
    }

    .slider-logo::before,
    .slider-logo::after {
        width: 320px;
    }

    .timeline-item.active::before {
        width: 24px;
        height: 24px;
        left: -53px;
        border: 3px solid #FFFFFF;
    }

    .icon-box-works {
        height: 240px !important;
        width: 240px !important;
    }

    .icon-box-works .icon-box-inner {
        min-height: 240px;
        min-width: 240px;
    }

    .eexpert-tab figure.elementor-image-box-img img {
        width: 100%;
    }

    .timeline-container::after {
        left: -42px;
    }

    .timeline-item::before {
        left: -50px;
    }


}


@media only screen and (max-width: 991px) {
    .icon-box-works {
        height: 190px !important;
        width: 190px !important;
    }

    .icon-box-works .icon-box-inner {
        min-height: 190px;
        min-width: 190px;
    }

    .tab-one .icon-box-works .icon-box-inner::before {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }

}

@media only screen and (max-width: 767px) {
    .eexpert-tab .e-n-tabs-heading {
        position: relative;
        top: 0;
    }

    .slider-logo::before,
    .slider-logo::after {
        content: none !important;
    }

    .eexpert-tab .e-n-tabs-heading {
        margin: 0 auto;
    }

    .icon-box-works {
        height: 240px !important;
        width: 240PX !important;
    }

    .icon-box-works .icon-box-inner {
        min-height: 240PX;
        min-width: 240PX;
    }

    .tab-one {
        justify-content: center !important;
    }

    .story-tab .e-n-tabs-heading::before,
    .story-tab .e-n-tabs-heading::after {
        content: none;
    }

    .success-stories-section .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
        max-width: calc(100% - 0px);
        margin-left: 0;
    }


}