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

* {
    p {
        margin-block-end: 0 !important;
    }

    h3 {
        margin-block-start: 6px !important;
        margin-block-end: 16px !important;
    }
}

a:focus-visible {
    outline: none;
}

.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

.elementor-button-text {
    display: flex;
    align-items: center;
}

#green-btn {
    svg {
        font-size: 12px;
        margin-left: 5px;
        transition: all 0.4s ease;

        path {
            fill: #fff;
            font-size: 16px;
        }
    }
}

#green-btn:hover {
    svg {
        transform: rotate(45deg);

        path {
            fill: #79AC13;
            font-size: 16px;
        }
    }
}

#green-btn a:active {
    svg {
        transform: rotate(45deg);

        path {
            fill: #79AC13;
            font-size: 16px;
        }
    }
}

.blog-card {
    transition: all 0.4s ease;
}

.blog-featured-image .elementor-widget-container {
    overflow: hidden;

    img {
        transition: all 0.4s ease;
    }
}

.blog-card .blog-details .elementor-heading-title,
.blog-card .blog-details .elementor-heading-title a {
    font-weight: 600;
}

.blog-card .blog-details .elementor-post-info__item {
    font-weight: 600;
}

.blog-card:hover {
    .blog-featured-image .elementor-widget-container img {
        transform: scale(1.1);
    }
}

.blog-item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.blog-link {
    text-decoration: none;
    color: inherit;
}

.blog-thumb img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.blog-meta {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    color: #79AC13;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.blog-meta svg {
    margin-right: 6px;
}

.blog-title {
    font-size: 20px;
    color: #000;
}

.read-more {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #79AC13;
    gap: 6px;
    transition: color 0.3s;
}

.read-more:hover {
    color: #0A548C;
}


.btn-green-text a {
    svg {
        font-size: 12px;
        margin-left: 5px;
        transition: all 0.4s ease;

        path {
            fill: #fff;
            font-size: 16px;
        }
    }
}

.btn-green-text a:hover {
    svg {
        transform: rotate(45deg);
        margin-left: 8px !important;

        path {
            fill: #79AC13;
            font-size: 16px;
        }
    }
}

.btn-green-text:active a {
    background-color: #fff !important;
    color: #79AC13 !important;

    svg {
        transform: rotate(45deg);
        margin-left: 8px !important;

        path {
            fill: #79AC13;
            font-size: 16px;
        }
    }
}

.btn-green-text a:focus {
    background-color: #fff !important;
    color: #79AC13 !important;

    svg {
        transform: rotate(45deg);
        margin-left: 8px !important;

        path {
            fill: #79AC13 !important;
            font-size: 16px;
        }
    }
}

.btn-green-read a {
    svg {
        font-size: 12px;
        margin-left: 5px;
        transition: all 0.4s ease;

        path {
            fill: #79AC13;
            font-size: 16px;
        }
    }
}

.btn-green-read a:hover {
    svg {
        transform: rotate(45deg);
        margin-left: 8px !important;

        path {
            fill: #0A548C;
            font-size: 16px;
        }
    }
}

.btn-blue-read a {
    svg {
        font-size: 12px;
        margin-left: 5px;
        transition: all 0.4s ease;

        path {
            fill: #0A548C;
            font-size: 16px;
        }
    }
}

.btn-blue-read a:hover,
.btn-blue-read a:active,
.btn-blue-read a:focus,
.btn-blue-read a:focus-visible {
    outline: none;
    color: #79AC13 !important;
    background-color: transparent !important;

    svg {
        transform: rotate(45deg);
        margin-left: 8px !important;

        path {
            fill: #79AC13;
            font-size: 16px;
        }
    }
}

.btn-blue-read a:focus-visible,
.btn-blue-read a:focus-within {
    background-color: transparent !important;
    outline: none;
    color: #79AC13 !important;

    svg {
        transform: rotate(45deg);
        margin-left: 8px !important;

        path {
            fill: #79AC13 !important;
            font-size: 16px;
        }
    }
}

.btn-blue-text a {
    svg {
        font-size: 12px;
        margin-left: 5px;
        transition: all 0.4s ease;

        path {
            fill: #0A548C;
            font-size: 16px;
        }
    }
}

.btn-blue-text a:hover,
.btn-blue-text a:focus {
    outline: none;

    svg {
        transform: rotate(45deg);
        margin-left: 8px !important;

        path {
            fill: #fff;
            font-size: 16px;
        }
    }
}

.btn-blue-text a:active,
.btn-blue-text a:focus-visible {
    background-color: #79AC13 !important;
    color: #fff !important;
    border-color: #79AC13 !important;

    svg {
        transform: rotate(45deg);
        margin-left: 8px !important;

        path {
            fill: #fff;
            font-size: 16px;
        }
    }
}

span.green-letter {
    color: #79AC13;
    display: inline-block;
}

.elementor-counter .elementor-counter-number-suffix {
    white-space: nowrap !important;
}

.blog_content_area .elementor-widget-theme-post-content .wp-block-list ul {
    margin: 15px 0 !important;

    li {
        margin: 15px 0 !important;
    }
}


/* ======= Global Header ========= */

.elementor-sticky--effects {
    background-color: #3E3E3E;

    .e-con-inner {
        padding: 14px 0 !important;
        transition: all 0.4s ease;
    }
}


/* ======== home ========= */

/* ========= banner ========== */

.banner_desc_text {
    position: relative;
}

.banner_desc_text::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #79AC13;
    top: 0
}

.market-stat-sec .market-stats-box {
    background-color: transparent;
    transition: all 0.5s ease;
}

.market-stat-sec .market-stats-box:hover {
    background-color: #fff !important;
    box-shadow: 0 4px 32px 6px #E3EAEE;
}

/* ========== stat-flow =========== */

.stat-video-wrapper .e-hosted-video {
    --video-aspect-ratio: 1.4 !important;
}

.stat-video-wrapper .elementor-wrapper video {
    background-color: transparent !important;
}

.flow-line .elementor-icon-box-wrapper .elementor-icon-box-content {
    padding: 21px 25px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 17px 10px rgba(235, 235, 235, 0.25);

    p {
        width: 352px;
    }
}

.flow-line-2 .elementor-icon-box-wrapper {
    .elementor-icon-box-icon {
        margin-top: 75px !important;
    }

    .elementor-icon-box-content {
        padding: 21px 25px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 4px 17px 10px rgba(235, 235, 235, 0.25);

        p {
            width: 270px;
        }
    }
}


/* ========== Blog =========== */

.owl-carousel {
    margin-left: 0 !important;
    /* Remove initial margin */
}

.blog_loop .insight-carousel {
    padding: 0 70px;
}

.blog_loop .insight-carousel .owl-stage {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.blog_loop .insight-carousel .insight-item .insight-meta span.insight-date {
    color: #79AC13;

    svg path {
        fill: #79AC13;
    }
}

.blog_loop .insight-carousel .insight-item h3.insight-title {
    font-size: 24px;
    line-height: 31px;
    color: #000;
    font-weight: 600;
}

.insight-item {
    background: #fff;
    padding: 0px;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.owl-carousel .owl-item {
    border-radius: 20px;
    margin-right: 30px !important;
}

.owl-carousel .owl-item img {
    border-radius: 20px;
    object-fit: cover;
    height: 320px;
}

/* ========== capabilities ========== */

.discipline-box {
    transition: all 0.4s ease;

    .elementor-icon {
        position: relative;
        z-index: 2;
    }

    .elementor-icon::after {
        content: '';
        position: absolute;
        top: -49px;
        right: -10px;
        width: 62px;
        height: 62px;
        background-color: #F4FFDE;
        border-radius: 100%;
        z-index: -1;
    }
}

.discipline-box:hover {
    box-shadow: 0 4px 44px 0px #DFEBBE;
}


/* ============ transaction ============= */

.transaction-item .flag_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 13px;
}

.transaction-item .flag_sec .flag_icon {
    height: 40px;
}

.news-sec .transcation-slider .elementor-swiper-button {
    width: 68px;
    height: 68px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 44px 0 #E1E1E1;

    svg path {
        fill: #79AC13;
    }
}

.reference_sec .reference_slider .elementor-swiper-button {
    width: 68px;
    height: 68px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 44px 0 #E1E1E1;
    background-color: #fff;

    svg path {
        fill: #79AC13;
    }
}

.transaction_sec .transcation-slider .elementor-swiper-button {
    width: 68px;
    height: 68px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 44px 0 #E1E1E1;
    background-color: #fff;

    svg path {
        fill: #79AC13;
    }
}

/* ========= About Page ========== */

.about-description .about-stats-card {
    background-color: transparent;
    transition: all 0.4s ease;
    border-radius: 20px;

    .elementor-icon-box-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;

        .elementor-icon-box-icon {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .elementor-icon-box-title {
            margin: 0;
        }
    }

    .elementor-icon-box-icon {
        padding: 20px 20px 20px 0px !important;
        background-color: transparent;
        border-radius: 20px;
        transition: all 0.4s ease;
        position: relative;
    }

    .elementor-icon-box-icon::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 95px;
        background-color: #E2EEBC;
        right: 0;
        transition: all 0.4s ease;
    }
}

.about-description .about-stats-card:hover {
    background-color: #fff;
    border-radius: 20px;

    .elementor-icon-box-icon {
        padding: 18px 21px !important;
        background-color: #EFF6FF;
        border-radius: 20px;
        margin-right: 18px;
    }

    .elementor-icon-box-icon::after {
        height: 0;

    }
}


.service-card {
    transition: all 0.4s ease;

    .elementor-widget-image {
        position: relative;
        z-index: 2;
    }

    .elementor-widget-image::after {
        content: '';
        position: absolute;
        top: -19px;
        right: -19px;
        width: 62px;
        height: 62px;
        background-color: #F4FFDE;
        border-radius: 100%;
        z-index: -1;
    }
}

.service-card:hover {
    box-shadow: 0 4px 44px 0px #DFEBBE;
}


/* ========== insight-grid ============ */

.insight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

.insight-card {
    border: 1px solid #eee;
    padding: 16px;
    border-radius: 8px;
    transition: box-shadow 0.3s;
}

.insight-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: bold;
    color: #0073aa;
}

.arrow-icon {
    transition: transform 0.3s;
}

.read-more:hover .arrow-icon {
    transform: translateX(4px);
}




/* ========= Contact Page ========== */

.contact-block {
    .elementor-icon-box-icon {
        margin: 0 !important;
    }

    .elementor-icon-box-title {
        margin: 0 !important;
    }
}

.contact-form-table {
    font-family: 'Work Sans', Sans-serif;

    .gform_wrapper {
        .gform_body {
            font-size: 18px;
            line-height: 28px;
            font-weight: 400;
            color: #111320;

            .gform_fields {
                row-gap: 25px;

                input:not([type="submit"]),
                .textarea {
                    padding: 18px;
                    border: 1px solid #E4E4E4;
                    border-radius: 10px;
                    resize: none;
                    outline: none;
                    font-size: 18px;
                }

                .textarea {
                    height: 182px;
                }

                input::placeholder,
                .textarea::placeholder {
                    color: #111320;
                }
            }
        }

        .gform-footer {
            margin: 0 !important;
            padding: 0 !important;
            position: relative;

            button, input {
                background-color: #79AC13;
                color: #fff;
                font-size: 16px;
                font-weight: 500;
                line-height: 24px;
                border: 1px solid #79AC13;
                transition: all 0.4s ease;
                margin-bottom: 0 !important;

                i {
                    transform: rotate(-45deg);
                    font-size: 16px;
                    transition: all 0.4s ease;
                    margin-left: 5px;
                }
            }

            button:hover {
                background-color: #fff;
                color: #79AC13;
                border: 1px solid #79AC13;

                i {
                    transform: rotate(0deg);
                    margin-left: 8px;
                }
            }
        }

    }
}


/* =========== global footer ============ */

.footer_menu_head {
    position: relative;
}

.footer_menu_head::after {
    content: '';
    position: absolute;
    width: 52px;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}

.elementor-sticky--active .e-con-inner {
    column-gap: 10px;
}

.wpml-modern-dropdown {
    padding: 0;
  font-size: 15px;
  font-weight: 700;
  border: none;
  background-color: transparent;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 30px;
}

.wpml-modern-dropdown:focus,
.wpml-modern-dropdown:hover {
  outline: none;
  color: #79AC13;
  border: none;
  background: transparent;
}

.wpml-modern-lang-wrapper {
  display: inline-block;
  position: relative;
  font-family: 'Inter', 'Segoe UI', sans-serif;
}







/* ============ responsive css ============= */

/* ======= zoom css ======== */

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    html {
        zoom: 0.85;
        zoom: 85%;
    }
    .hero_sec {
        height: 120vh !important;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    html {
        zoom: 0.85;
        zoom: 85%;
    }

     .hero_sec {
        height: 120vh !important;
    }

    .flow-line-2 .elementor-icon-box-wrapper {
        .elementor-icon-box-content {
            p {
                width: 240px;
            }
        }
    }
}

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

     .hero_sec {
        height: 120vh !important;
    }

    .flow-line-2 .elementor-icon-box-wrapper {
        .elementor-icon-box-content {
            p {
                width: 240px;
            }
        }
    }
}

@media(max-width: 1200px) {

    .reference_sec .reference_slider .elementor-swiper-button {
        width: 50px;
        height: 50px;
    }

    .transaction_sec .transcation-slider .elementor-swiper-button {
        width: 50px;
        height: 50px;
    }

    .news-sec .transcation-slider .elementor-swiper-button {
        width: 50px;
        height: 50px;
    }

    /* .investors-boards .investor_percentage {
        transform: translateX(50%) translateY(80%);
    } */

    /* ========== stat-flow =========== */

    .flow-line .elementor-icon-box-wrapper .elementor-icon-box-content {
        padding: 10px 15px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 4px 17px 10px rgba(235, 235, 235, 0.25);

        p {
            width: 280px;
        }
    }

    .flow-line-2 .elementor-icon-box-wrapper {
        .elementor-icon-box-icon {
            margin-top: 112px;
        }

        .elementor-icon-box-content {
            padding: 10px 15px;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 4px 17px 10px rgba(235, 235, 235, 0.25);

            p {
                width: 220px;
            }
        }
    }
}

@media(max-width: 1024px) {

    .transaction-item .flag_sec .flag_icon {
        height: 30px;
    }

    /* .investors-boards .investor_percentage {
        position: unset !important;
        transform: none;
    } */

    .contact-form-table .gform_wrapper .gform_body .gform_fields .textarea {
        height: 150px;
    }

    .discipline-box {
        .elementor-icon::after {
            top: -30px;
        }
    }

    /* ========== stat-flow =========== */

    .flow-line .elementor-icon-box-wrapper .elementor-icon-box-content {
        padding: 10px 15px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 4px 17px 10px rgba(235, 235, 235, 0.25);

        p {
            width: 200px;
        }
    }

    .flow-line-2 .elementor-icon-box-wrapper {

        /* .elementor-icon-box-icon {
        margin-top: 112px;
    } */
        .elementor-icon-box-content {
            padding: 5px 10px;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 4px 17px 10px rgba(235, 235, 235, 0.25);

            p {
                width: 130px;
            }
        }
    }
}

@media(max-width: 880px) {
    .flow-line .elementor-icon-box-wrapper .elementor-icon-box-content {
        padding: 5px 10px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 4px 17px 10px rgba(235, 235, 235, 0.25);

        p {
            width: 300px;
        }
    }

    .flow-line-2 .elementor-icon-box-wrapper {
        .elementor-icon-box-icon {
            margin-top: 25px !important;
        }

        .elementor-icon-box-content {
            padding: 5px 10px;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 4px 17px 10px rgba(235, 235, 235, 0.25);

            p {
                width: 300px;
            }
        }
    }
}

@media(max-width:767px) {

    .transaction-item .flag_sec {
        column-gap: 6px;
    }

    .transaction-item .flag_sec .flag_icon {
        height: 25px;
    }

    /* ========== hide play button for ios ======= */

    video::-webkit-media-controls {
        display: none !important;
        -webkit-appearance: none;
    }

    video::-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none;
    }

    .reference_sec .reference_slider .elementor-swiper-button {
        width: 30px;
        height: 30px;
    }

    .transaction_sec .transcation-slider .elementor-swiper-button {
        width: 30px;
        height: 30px;
    }

    .news-sec .transcation-slider .elementor-swiper-button {
        width: 30px;
        height: 30px;
    }

    .investors-boards .investor_percentage {
        position: absolute !important;
        /* transform: translateX(50%) translateY(80%); */
        top: -5px !important;
        left: unset !important;
        bottom: unset !important;
        right: 0 !important;

        img {
            width: 100%;
            height: unset !important;
        }
    }

    .flow-line .elementor-icon-box-wrapper .elementor-icon-box-content {
        padding: 5px 10px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 4px 17px 10px rgba(235, 235, 235, 0.25);

        p {
            width: 160px;
        }
    }

    .flow-line-2 .elementor-icon-box-wrapper {
        .elementor-icon-box-icon {
            margin-top: 25px !important;
        }

        .elementor-icon-box-content {
            padding: 5px 10px;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 4px 17px 10px rgba(235, 235, 235, 0.25);

            p {
                width: 115px;
            }
        }
    }

    /* ========= services listing page =========== */

    .spceialists-loop-sec .specialists-list .elementor-widget-container ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        row-gap: 15px;
    }



    .contact-form-table .gform_wrapper .gform_body .gform_fields {
        row-gap: 15px;
    }

    .contact-form-table .gform_wrapper .gform_body .gform_fields input:not([type="submit"]) {
        padding: 15px;
    }

    .contact-form-table .gform_wrapper .gform_body .gform_fields .textarea {
        height: 120px;
        padding: 15px;
    }

    .contact-form-table .gform_wrapper .gform-footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-form-table .gform_wrapper .gform-footer button {
        padding: 14px 24px;
        font-size: 14px;
    }

    .contact-form-table .gform_confirmation_message {
        text-align: center;
    }



    .footer-menu-list .elementor-nav-menu li {
        display: flex;
        justify-content: center;
    }

    .footer_menu_head::after {
        left: 50%;
        transform: translateX(-50%);
    }
}