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


/* - - - - - - - - - - - - - - - - - - - - - - - - - 
  - - - - - - - - - Site Header CSS
- - - - - - - - - - - - - - - - - - - - - - - - - - */

/*.nav_menu .menu-item:not(:first-child){
    display: none !important;
}*/



.site_navbar .e-con-inner{
    transition: all 0.4s ease;
}
.site_navbar.elementor-sticky--effects .e-con-inner{
    padding-block-start: 20px !important; 
}
.nav_menu .sub-menu{
    padding: 6px !important;
    box-shadow: 0 4px 54px #35ABC933;
}
.nav_menu .sub-menu .menu-item{
    margin-bottom: 2px;
}
.nav_menu .sub-menu .menu-item a{
    transition: all 0.4s ease;
    padding: 9px 8px !important;
    border-radius: 10px;
}
.nav_menu .sub-menu .menu-item a:hover{
    background: #0A617F !important;
}
.nav_menu .sub-menu .menu-item .elementor-item-active{
    background: #0A617F !important;
}
.nav_menu .sub-menu .menu-item:last-child{
    margin-bottom: 0;
}
.user_icon .elementor-icon:hover svg path{
    stroke: #fff;
}
.header_btn .elementor-button .elementor-button-icon svg path{
    transition: all 0.4s ease;
}
.header_btn .elementor-button:hover .elementor-button-icon svg path{
    stroke: #fff;
}
.header_btn .elementor-button:focus{
    background: #35ABC91A !important;
}
.header_btn .elementor-button:focus .elementor-button-icon svg path{
    stroke: #0A617F;
}
.header_btn .elementor-button:focus .elementor-button-text{
    color: #0A617F !important;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - 
  - - - - - - - - - Site Footer CSS
- - - - - - - - - - - - - - - - - - - - - - - - - - */
.footer_btn .elementor-button .elementor-button-icon svg path{
    transition: all 0.4s ease;
}
.footer_btn .elementor-button:hover .elementor-button-icon svg path{
    stroke: #fff;
}
.footer_btn .elementor-button:focus{
    background: #fff !important;
}
.footer_btn .elementor-button:focus .elementor-button-text{
    color: #434343 !important;
}
.footer_btn .elementor-button:focus svg path{
    stroke: #434343;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - 
  - - - - - - - - - Homepage CSS
- - - - - - - - - - - - - - - - - - - - - - - - - - */
.banner_btn_1 .elementor-button:focus{
    background: #fff !important;
    border-color: #fff !important;
}
.banner_btn_1 .elementor-button:focus .elementor-button-icon svg path{
    stroke: #434343 !important;
}
.banner_btn_1 .elementor-button:focus .elementor-button-text{
    color: #434343 !important;
}
.banner_btn_2 .elementor-button:focus{
    background: transparent !important;
    border-color: #fff !important;
}
.banner_btn_2 .elementor-button:focus svg path{
    stroke: #fff !important;
}
.banner_btn_2 .elementor-button:focus .elementor-button-text{
    color: #fff !important;
}
.site_btn .elementor-button:focus .elementor-button-text{
    color: #fff !important;
}
.site_btn .elementor-button:focus svg path{
    stroke: #fff !important;
}
.site_btn .elementor-button:focus{
    background: #E91E63 !important;
    border-color: #E91E63 !important;
}
.imgSlider .elementor-swiper-button{
    padding: 15px;
    background: #E6F4F8;
    border-radius: 100px;
    transition: all 0.4s ease;
    top: unset !important;
    transform: unset !important;
    bottom: 16px !important;
}
.imgSlider .elementor-swiper-button:hover{
    background: #0A617F;
}
.imgSlider .elementor-swiper-button svg path{
    transition: all 0.4s ease;
}
.imgSlider .elementor-swiper-button:hover svg path{
    stroke: #fff;
}
.imgSlider .swiper-slide-inner{
    overflow: hidden;
    position: relative;
}
.imgSlider .swiper-slide-inner .swiper-slide-image{
    transition: all 0.4s ease;
    position: relative;
}
.imgSlider .swiper-slide-inner .swiper-slide-image:hover{
    transform: scale(1.05);
    filter: blur(5px);
}
.imgSlider .swiper-slide-inner::before{
    content: 'Expand image';
    position: absolute;
    height: fit-content;
    width: fit-content;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: #0A617F;
    border-radius: 15px;
    padding:  8px 14px;
    font-size: 14px;
    line-height: 18px;
    font-family: "Inter Tight", sans-serif;
    transition: all 0.4s ease;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
}
.imgSlider .swiper-slide-inner:hover::before{
    opacity: 1;
}


.ss_Imgs a{
    overflow: hidden;
}
.ss_Imgs a img{
    transition: all 0.4s ease;
}
.ss_Imgs a:hover img{
    transform: scale(1.05);
    filter: blur(5px);
}
.ss_Imgs a::before{
    content: 'Expand image';
    position: absolute;
    height: fit-content;
    width: fit-content;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: #0A617F;
    border-radius: 15px;
    padding:  8px 14px;
    font-size: 14px;
    line-height: 18px;
    font-family: "Inter Tight", sans-serif;
    transition: all 0.4s ease;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease;
}
.ss_Imgs a:hover::before{
    opacity: 1;
}



.faqAcc .e-n-accordion-item{
    border-bottom: 1px solid #C8C8C8;
}
.faqAcc .e-n-accordion-item:last-child{
    border-bottom: 1px solid transparent;
}
.faqAcc .e-n-accordion-item-title-text{
    display: flex;
    gap: 9px;
}
.faqAcc .e-n-accordion-item-title-text .acc_icon{
    display: flex;
}
.faqAcc .e-n-accordion-item .e-n-accordion-item-title-icon{
    transform: rotate(180deg);
    transition: all 0.4s ease;
}
.faqAcc .e-n-accordion-item[open] .e-n-accordion-item-title-icon{
    transform: rotate(0deg);
}

.linearBox::after{
    content: '';
    height: calc(100% + 3px);
    width: calc(100% + 3px);
    background: linear-gradient(to right,#0A617F, #0A617F);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.overlayBox::before{
    z-index: -1;
}

.reviewSlider .swiper{
    overflow: visible;  
}
.reviewSlider .swiper-slide {
    opacity: 0;
    transition: 0.3s !important;
}
.reviewSlider .swiper-slide-active,
.reviewSlider .swiper-slide-next{
    opacity: 1;
}

.reviewSlider .elementor-swiper-button svg path{
    transition: all 0.4s ease;
}
.reviewSlider .elementor-swiper-button:hover svg path{
    stroke: #fff;
}


.gradientBlueBox::after{
    content: '';
    height: calc(100% + 3px);
    width: calc(100% + 3px);
    background: linear-gradient(to bottom,#D1D8DA, #DEDEDE33);
    border-radius: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.builtTabs .e-n-tabs-heading{
    padding: 12px;
    border: 1px solid #F3F3F3;
    border-radius: 14px;
    justify-content: space-between !important;
}
.builtTabs .e-n-tab-title{
    width: fit-content !important;
    flex-grow: unset !important;
}
.builtTabs .e-n-tab-title:hover, .builtTabs .e-n-tab-title[aria-selected="true"]{
    border-radius: 10px !important;
}
.builtTabs .e-n-tab-title[aria-selected="true"], .builtTabs .e-n-tab-title[aria-selected="true"]:hover, .builtTabs .e-n-tab-title:hover{
    background: #35ABC9 !important;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - 
  - - - - - - - - - Zoom CSS
- - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (min-width: 1201px) and (max-width: 1750px){
    html {
        zoom: 0.83;
        zoom: 83%;
    }
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - 
  - - - - - - - - - Responsive CSS
- - - - - - - - - - - - - - - - - - - - - - - - - - */

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

}







/* - - - - - - - - - - - - - - - - - - - - - - - - - 
  - - - - - - - - - 1024px
- - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 1024px){
    .imgSlider .elementor-swiper-button{
        padding: 10px;
    }
    .builtTabs .e-n-tabs-heading{
        padding: 8px;
    }
}







/* - - - - - - - - - - - - - - - - - - - - - - - - - 
  - - - - - - - - - 880px
- - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 880px){
    .imgSlider .elementor-swiper-button{
        padding: 8px;
    }
    .builtTabs .e-n-tabs-heading{
        padding: 5px;
    }
}







/* - - - - - - - - - - - - - - - - - - - - - - - - - 
  - - - - - - - - - 767px
- - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 767px){
    .site_navbar.elementor-sticky--effects .e-con-inner{
        padding-block-start: 15px !important; 
    }
    .faqAcc .e-n-accordion-item-title-text{
        display: flex;
        gap: 5px;
        align-items: flex-start !important;
    }
    .faqAcc .e-n-accordion-item-title-text .acc_icon{
        display: flex;
        margin-top: 3px;
    }
    .builtTabs .e-n-tab-title{
        padding: 5px;
        width: 100% !important;
    }

    .imgSlider .swiper-slide-inner::before{
        padding: 8px 10px;
        font-size: 12px;
        line-height: 16px;
    }
}