/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */
:root {
    --primary-color: #4A6BB3;
    --aqua-color: #C9E8FF;
}
/* Post Card Loop Item */
.news-posts-container .e-n-tabs-heading .e-n-tabs-heading__buttons button[tabindex="-1"] {
    border-bottom: 2px solid var(--aqua-color);
}
.news-posts-container .e-n-tabs-heading .e-n-tabs-heading__buttons button[tabindex="-1"]:hover,
.news-posts-container .e-n-tabs-heading .e-n-tabs-heading__buttons button[tabindex="0"] {
    border-bottom: 2px solid var(--primary-color);
}
.post-image-wrapper {
    max-height: 155px;
}
.post-action-wrapper svg {
    height: 24px !important;
}
/* Post Card Loop Item */
/* Branch Carousel Section */
.branch-carousel .swiper .swiper-slide [data-widget_type="icon.default"] {
    max-height: 50px;
    min-height: 50px;
}
.branch-carousel .swiper .swiper-slide [data-widget_type="icon.default"] .elementor-icon-wrapper {
    height: 100%;
}
.branch-carousel .swiper .swiper-slide .elementor-counter {
    text-align: center;
}
/* Branch Carousel Section */
/* News Tabs Section */
.news-posts-container .e-n-tabs-heading__buttons {
    overflow: scroll;
}
.news-posts-container .e-n-tabs-heading__buttons button span {
    width: max-content;
}
/* News Tabs Section */
h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
}
header .mobile .elementor-nav-menu--dropdown {
    top: 80px !important;
}
.no-margin p {
    margin: 0 !important;
}

@media screen and (max-width: 1199px) {
    /* Header */
    nav.nav-container {
        gap: 24px;
    }
    nav.nav-container .header-main-menu {
        --e-nav-menu-horizontal-menu-item-margin: calc(24px / 2) !important;
    }
    nav.nav-container div:nth-child(2) {
        gap: 12px;
    }
    /* Header */

    /* Footer */
    footer .footer-grid {
        gap: 24px;
    }
    /* Footer */
}
@media screen and (max-width: 1024px) {
    /* Contacts */
    .map-wrapper {
        max-width: 100% !important;
        min-width: 100% !important;
    }
    /* Contacts */
}
@media screen and (max-width: 768px) {
    /* Footer */
    .nav-column1 li a, .nav-column2 li a, .nav-column3 li a {
        justify-content: center !important;
    }
    footer .footer-menu-container {
        max-width: 100%;
    }
    /* Footer */
}
@media screen and (max-width: 550px) {
    /* Header */
    header .header-wrapper {
        flex-direction: column !important;
    }
    /* Header */
}
@media screen and (max-width: 460px) {
    /* Copyright */
    footer .copyright-nav ul {
        gap: 8px;
        margin: 0 !important;
    }
    /* Copyright */
    h1 {
        font-size: 2.5rem !important;
        line-height: 62px !important;
    }
    h2 {
        font-size: 2rem !important;
        line-height: 42px !important;
    }
    h3 {
        font-size: 1.75rem !important;
        line-height: 34px !important;
    }
    h4 {
        font-size: 1.5rem !important;
        line-height: 32px !important;
    }
    h5 {
        font-size: 1.2rem !important;
        line-height: 23px !important;
    }
    p {
        font-size: 1rem !important;
    }
}