/* 
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
*/


/* ========== common css =========== */

.color_blue {
    color: #0053B6;
}

/* ========= header ============ */

.header_active.sticky-header {
    background-color: rgba(0, 83, 182, 0.3) !important;
    backdrop-filter: blur(64px) !important;
    box-shadow: 0 4px 14px 0 rgba(0, 82, 182, 0.1) !important;
}


/* .header_active.elementor-sticky--effects::before {
  height: 100%;
}

.header_active::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  background: #00000060;
  backdrop-filter: blur(10px);
  transition: all 0.3s;
} */


.annual_counter .elementor-counter-number-wrapper {
    padding-left: 8px;
    position: relative;
    border-left: 3px solid #0053B6;
}

.testimonial_slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    opacity: 1 !important;
    transition: all 0.5s ease !important;
}

.testimonial_slider .swiper-pagination .swiper-pagination-bullet-active {
    width: 39px !important;
    height: 10px !important;
    border-radius: 9999px !important;
    background-color: #0053B6 !important;
}

.testimonial_slider .elementor-swiper-button {
    width: 54px;
    height: 54px;
    background-color: #0053B6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    opacity: 1 !important;
}

.testimonial_slider .elementor-swiper-button svg path {
    fill: #ffffff;
}

.testimonial_slider .elementor-swiper-button.swiper-button-disabled {
    background-color: #FFFFFF;
    opacity: 1 !important;
}

.testimonial_slider .elementor-swiper-button.swiper-button-disabled svg path {
    fill: #0053B6;
}

.hidden_box {
    display: none;
}

.investment_steps {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.investment_steps.visible {
    opacity: 1;
    transform: translateY(0);
}

.investment_steps:nth-child(1) {
    transition-delay: 0s;
}

.investment_steps:nth-child(2) {
    transition-delay: 1s;
}

.investment_steps:nth-child(3) {
    transition-delay: 1.5s;
}

.investment_step_count {
    position: relative;
    z-index: 3;
}

.investment_step_count::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 350px;
    border-left: 1px dashed #B7BFBE;
    top: 74px;
    left: 30px;
    animation: flowdown 1.5s linear;
}

@keyframes flowdown {
    0% {
        height: 0;
    }

    100% {
        height: 350px;
    }
}


.investment_steps .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.25);
    position: relative;
}

.investment_steps .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon::after {
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    background-color: #FAFAFA;
    top: -100%;
    left: -100%;
    transform: translateX(52%) translateY(52%);
    z-index: -1;
    border-radius: 100%
}

/* .contact_form .elementor-shortcode .gform_wrapper {
    font-family: 'Inter', sans-serif;
} */

.contact_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields {
    row-gap: 30px;
}

.contact_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields .gfield {
    position: relative;
}

.contact_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1E1E1E;
    position: absolute;
    margin: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.contact_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields .gfield.has-value .gfield_label,
.contact_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields .gfield:focus-within .gfield_label {
    transform: translateY(-20px);
}

.contact_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields label .gfield_required {
    color: #A23437;
    font-size: 16px;
    font-style: normal;
}

.contact_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields input:not([type="submit"]) {
    border: none;
    border-bottom: 1px solid #DCDCDC;
    border-radius: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-top: 0;
    padding-left: 0;
    background-color: transparent;
}

.contact_form .elementor-shortcode .gform_wrapper .gform_footer {
        margin: 0;
    padding: 0;
}

.contact_form .elementor-shortcode .gform_wrapper input[type="submit"] {
    border-radius: 4px;
    background-color: #0053B6;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    border: 1px solid #0053B6;
    transition: all 0.5s ease;
}

.contact_form .elementor-shortcode .gform_wrapper input[type="submit"]:hover {
    color: #0053B6;
    border: 1px solid #0053B6;
    background-color: #ffffff;
}

.contact_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields input:not([type="submit"]):focus,
.contact_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields input:not([type="submit"]):focus-visible,
.contact_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields input:not([type="submit"]):focus-within {
    outline: none;
}

.contact_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields textarea {
    border: none;
    border-bottom: 1px solid #DCDCDC;
    border-radius: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 98px;
    background-color: transparent;
    padding-top: 0;
    padding-left: 0;
}

.contact_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields textarea:focus,
.contact_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields textarea:focus-visible,
.contact_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields textarea:focus-within {
    outline: none;
}

.contact_form .elementor-shortcode .gform_wrapper .gform_validation_errors {
    margin-block-end: 35px;
}

/* =========== FAQ ========== */

.faq_accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title:focus-visible {
    outline: none;
}

.faq_accordion .e-n-accordion .e-n-accordion-item[open=""] {
    border-bottom: 1px solid #E6E6E6;
}

.faq_accordion .e-n-accordion .e-n-accordion-item[open=""] .e-n-accordion-item-title{
    border: none !important;
}

.faq_accordion .e-n-accordion-item {
  counter-increment: faq-counter;
  position: relative;
}

.faq_accordion {
  counter-reset: faq-counter;
}

.faq_accordion .e-n-accordion-item {
    padding-left: 32px;
}

.faq_accordion .e-n-accordion-item::before {
  content: counter(faq-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #111111;
  margin-right: 15px;
}

.overview_table .acf-fund-table tbody tr {
    width: 100%;
    padding-left: 40px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.overview_table .acf-fund-table tbody tr:nth-child(odd) {
    background-color: #F8F7F5;
}

.overview_table .acf-fund-table tbody tr:first-child td {
    font-weight: 600;
    font-style: normal;
}

.overview_table .acf-fund-table tbody tr:not(:first-child) td.label {
    font-weight: 500;
}

.overview_table .acf-fund-table tbody tr td {
    border: none;
    background-color: transparent;
    width: 50%;
    padding-left: 40px;
}


/* ============ fees_minimums ============ */

.fees-documents-grid {
        display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 30px;
}

.fees-documents-grid .fees-document-card {
        width: 591px;
    height: 508px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 12px 54px 34px rgba(0, 0, 0, 0.08);
    border-image: linear-gradient(24% rgba(255, 255, 255, 0.6) , rgba(255, 255, 255, 1));
    border-radius: 11px;
    scrollbar-width: 0;
    -ms-overflow-style: none; 
}

.fees-documents-grid .fees-document-card::-webkit-scrollbar {
    display: none;
}

.fees-documents-grid .fees-document-card .fees-document-iframe {
    width: 100%;
    overflow: hidden;
}

.fees-documents-grid .fees-document-card .fees-document-iframe iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.fees-documents-grid .fees-document-card .fees-document-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 20px;
}

.fees-documents-grid .fees-document-card .fees-document-footer .fees-document-title {
    font-weight: 500;
    font-size: 25px;
    font-family: 'Inter', Sans-Serif;
    transition: all 0.5s ease;
}

.fees-documents-grid .fees-document-card .fees-document-footer .fees-document-title:hover {
    color: #0053B6;
}

.fees-documents-grid .fees-document-card .fees-document-footer .fees-document-download {
    font-weight: 500;
    font-family: 'Inter', Sans-Serif;
    font-size: 18px;
    color: #000000 !important;
        display: flex
;
    justify-content: center;
    align-items: center;
    column-gap: 13px;
    transition: all 0.5s ease;
}

.fees-documents-grid .fees-document-card .fees-document-footer .fees-document-download:hover {
    color: #0053B6 !important;
}

.fees-documents-grid .fees-document-card .fees-document-footer .fees-document-download .arrow {
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    background-color: #0053B6;
    width: 52px;
    height: 52px;
    transition: all 0.5s ease;
}

.fees-documents-grid .fees-document-card .fees-document-footer .fees-document-download .arrow:hover {
    background-color: #111111;
}
    

.fees-documents-grid .fees-document-card .fees-document-footer .fees-document-download.arrow svg{
    background-color: #0053B6;
    width: 18px;
    height: 18px;
}

.fund_doc_wrapper .fund_doc_repeater_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.fund_doc_wrapper .fund_doc_repeater_wrapper .fund_doc_card {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    height: 303px;
    box-shadow: 0 12px 54px 34px rgba(0, 0, 0, 0.08);
    border-radius: 11px;
    padding: 20px;
}

.fund_doc_wrapper .fund_doc_repeater_wrapper .fund_doc_card .fund_doc_image img {
    width: 100%;
    max-width: 347px;
    height: 263px;
    object-fit: cover;
    border-radius: 2px;
}

.fund_doc_wrapper .fund_doc_repeater_wrapper .fund_doc_content {
    padding-left: 30px;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.fund_doc_wrapper .fund_doc_repeater_wrapper .fund_doc_content .fund_doc_heading .fund_doc_pdf_icon {
    width: 64px;
    height: 64px;
    padding: 15px 18px;
    background-color: #F8F7F5;
    border-radius: 8px;
}

.fund_doc_wrapper .fund_doc_repeater_wrapper .fund_doc_content .fund_doc_button {
    padding: 14px 28px;
    background-color: #0053B6;
    color: #FFFFFF;
}

@media(max-width: 1200px) {
    .investment_step_count::after {
        left: 25px;
        top: 40px;
        height: 430px;
    }

    .investment_steps .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon::after {
        width: 60px;
        height: 60px;
        transform: translateX(70%) translateY(70%);
    }
}

@media(max-width: 1024px) {
    .investment_step_count::after {
        left: 25px;
        top: 20px;
        height: 300px;
    }

    .investment_steps .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon::after {
        width: 60px;
        height: 60px;
        transform: translateX(70%) translateY(70%);
    }
}

@media(max-width: 767px) {

    .annual_counter .elementor-counter-number-wrapper {
        border: none;
        padding: 0;
    }

    .testimonial_slider .elementor-swiper-button {
        width: 40px;
        height: 40px;
    }

    .investment_step_count::after {
        display: none;
    }

    .contact_form .elementor-shortcode .gform_wrapper .gform_footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .contact_form .elementor-shortcode .gform_wrapper .gform_footer input[type="submit"] {
           padding: 8px 30px;
        }

        .contact_form .elementor-shortcode .gform_wrapper .gform_body .gform_fields textarea {
            height: 70px;
        }

        .contact_form .elementor-shortcode .gform_confirmation_message {
            text-align: center;
        }
}

/* Zoom CSS -------- */
@media only screen and (min-width: 1440px) and (max-width: 1799px) {
    html {
        zoom: 0.80;
    }

    .home-banner {
        height: 120vh !important;
    }
}


@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    html {
        zoom: 0.80;
    }

    .home-banner {
        height: 110vh !important;
    }
}

/* -------------- */