/*
Theme Name: FinPath Child
Theme URI: https://finpath.keydesign.xyz/
Description: Finance & Consulting Elementor WordPress theme
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Template: finpath
Version: 1.0
License: Envato Standard License
License URI: https://themeforest.net/licenses/standard
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
Text Domain: finpath-child
*/


.d-none {
    display: none;
}

.kadasa-country > .elementor-widget-container {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.col1 .kadasa-country.active {
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.col3 .kadasa-country.active {
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.kadasa-country > .elementor-widget-container > img {
    border: 4px solid #D0DAE4;
    border-radius: 50%;
}

.col1 .kadasa-country > .elementor-widget-container > img {
    margin-right: 6px;
}

.col3 .kadasa-country > .elementor-widget-container {
    flex-direction: row-reverse;
}

.col3 .kadasa-country > .elementor-widget-container > img {
    margin-left: 6px;
}

body.rtl .kadasa-about .about-desktop .nav-tabs > li > a::after {
    right: auto;
    left: -22px;
}

.kadasa-about .tab-content .elementor-widget-image {
    transform: scaleX(-1);
}

@media (max-width: 767px) {
    .kadasa-country-tabs ul.nav-tabs {
        flex-direction: row;
    }
    .kadasa-country-tabs ul.nav-tabs > li > a {
        padding: 0 !important;
    }
    .kadasa-country-wrapper {
        align-items: center;
    }
    .kadasa-country-wrapper .col3 {
        display: none;
    }
    .kadasa-country-wrapper .col1 {
        flex: 1 0 41%;
        height: 180px;
        overflow-y: scroll !important;
        display: block;
        scrollbar-width: thin;
    }
    .kadasa-country-wrapper .col1::-webkit-scrollbar {
        width: 3px;  /* Adjust the width as necessary */
    }
    .kadasa-country-wrapper .col1::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    
    /* Customize the scrollbar thumb */
    .kadasa-country-wrapper .col1::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }
    
    /* When hovering over the scrollbar thumb */
    .kadasa-country-wrapper .col1::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    .kadasa-country-wrapper .col1 > .kadasa-country {
        margin: 15px 0;
    }
    .kadasa-country-wrapper .col2 {
        flex: 1 0 50%;
    }
    .col3 .kadasa-country > .elementor-widget-container {
        flex-direction: row;
    }
    .kadasa-country > .elementor-widget-container {
        font-size: 13px;
        line-height: 1.1;
    }
    .kadasa-country > .elementor-widget-container > img {
        width: 30px;
        border-width: 2px;
    }
    .col3 .kadasa-country > .elementor-widget-container > img {
        margin-left: 0;
        margin-right: 6px;
    }
}