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

/*
    Add your custom styles here
*/


/* ===Process Tab ===== */
.tab-btn-style{
    transition: all .5s linear;
}
.tab-btn-style .elementor-widget-container::after{
    position: absolute;
    content:'';
    height: 95px;
    width: 4px;
    background-color: #F2A109;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
    transition: all .5s linear;
    border-radius: 10px;
}
.btn-sec{
    counter-reset: section;
    transition: all .5s linear;

   
}
.tab-btn-style .elementor-icon-box-content::before{
    position: absolute;
    font-family: 'Playfair Display';
    font-size: 70px;
    font-weight: 700;
    counter-increment: section;
    content:counter(section);
    top:30%;
    left: 29px;
    color: white;
    text-shadow: 0px 4px 0px #00052D;
    -webkit-text-stroke-color: #00052D;
    -webkit-text-stroke-width: 3px;

  
}
.btnactive{
    background-color: #FDF0CA;
    border-radius: 10px;
}
.btnactive .elementor-icon-box-title span{
    color: #F2A109 !important;
}
.btnactive .elementor-widget-container::after{
    height:100%;
    opacity: 1;
    z-index: 99;
}
.tab-btn-style {
    cursor: pointer;
}

.contnt-sec{
    display: none !important;
}
.contnt-sec.cntnt-acvt{
    display: block !important;
    
}
.tab-video video{
    height: 527px !important;
    object-fit: fill !important;
    background-color: transparent !important;
}


/* ===faq==== */
/* .faq-canarry .e-n-accordion  .e-n-accordion-item{
    transition: all 10s linear !important;
} */
.faq-canarry .e-n-accordion .elementor-widget-text-editor .elementor-widget-container{
    transition: all .5s linear !important;
}
.faq-canarry .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title{
    z-index: 2 !important;
}
.faq-canarry .e-n-accordion .e-n-accordion-item-title-icon{
    position: relative;
}
.faq-canarry .e-n-accordion .e-n-accordion-item-title-icon::after{
    position: absolute !important;
    content: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23FDF0CA'/%3E%3C/svg%3E");
    top: 81%;
    transform: translateY(-50%);
    z-index:-1 !important;
    right: -6px;
}
/* .faq-canarry .e-n-accordion .e-n-accordion-item-title-icon{
    z-index: 2 !important;
} */
.faq-canarry .e-n-accordion   .e-n-accordion-item{
    border: 1px solid #00052D;
    
    border-radius: 10px;
}


/* =====Responsive===== */
@media screen and (max-width:767px){
    .tab-btn-style .elementor-icon-box-content::before{
        font-size: 55px;
    }
   /* .btn-sec{
        overflow: scroll !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }*/
    .tab-btn-style {
        min-width: 100% !important;
    }
    .tab-btn-style .elementor-widget-container{
        display: flex;
        align-items: center;
    }
    .tab-video video{
        height: 427px !important;
        object-fit: fill !important;
    }
}