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

.search-overlay{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.35);

    display:none;

    justify-content:center;

    align-items:flex-start;

    padding-top:80px;

    z-index:999999;

}

.search-overlay.active{

    display:flex;

}

.search-modal{

    width:900px;

    max-width:90%;

    background:#fff;

    border-radius:18px;

    padding:20px;

    position:relative;

    box-shadow:0 25px 70px rgba(0,0,0,.15);

}

.search-close{

    position:absolute;

    top:16px;

    right:18px;

    font-size:28px;

    cursor:pointer;

}

.search-modal .ajaxsearchlite{

    width:100%!important;

}
.mc4wp-form-fields .newsletter-form {
    display: flex !important;
    align-items: center;
    border: none;
    background: transparent;
    max-width: 331px;
    gap: 0px !important;
    border-radius: 1px;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 10px 12px;
    background: transparent;
    font-size: 14px;
    outline: none;
    max-width: 275px;
}

.newsletter-form  input[type="submit"]{
    background: transparent;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    border-radius: 0px 1px 1px 0px !important;
    /* left rounded, right removed */
    color: black;
    border: none !important;
    margin-left: -50px;
}

.newsletter-form  input[type="submit"]:hover {
    background-color: transparent !important;
    color: black !important;
}

#masthead {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.hfe-search-icon-toggle i.fa-search{
    display:none;
}
.hfe-search-icon-toggle{
    position:relative;
    width:24px;
    height:24px;
    cursor:pointer;
}

.hfe-search-icon-toggle::after{
    content:"";
    position:absolute;
    inset:0;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") center/20px no-repeat;
}


.header-search-icon .elementor-icon svg,
.header-search-icon .elementor-icon svg *{
    fill: none !important;
    stroke: #000 !important;
    stroke-width: 1 !important;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image {
    border-radius: 10px !important;
}
.video-carousel{
    overflow:hidden;
}

.video-carousel .e-con{
    border-radius:12px;
}

.video-carousel .swiper-wrapper{
    transition-timing-function:linear !important;
}

.video-slider{
    position:relative;
    overflow:hidden;
}

.video-slider .swiper-wrapper{
    display:flex;
    align-items:stretch;
}

.video-slider .swiper-slide{
    height:auto;
    flex-shrink:0;
}

.video-slider .swiper-button-next,
.video-slider .swiper-button-prev{
    width:50px;
    height:50px;
    background:#fff;
    border-radius:50%;
    color:#000;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.video-slider .swiper-button-next:after,
.video-slider .swiper-button-prev:after{
    font-size:18px;
    font-weight:700;
}
.video-slider .swiper-slide{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.video-slider .swiper-slide > .e-con{
    position: relative;
    width: 100%;
    height: 100%;
}

.video-slider .elementor-background-video-container{
    position: absolute !important;
    inset: 0;
    z-index: 1;
}

.video-slider .swiper-slide > .e-con > .e-con{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 2;
    padding: 20px;
    color: #fff;
}
@media(max-width:767px){

    .video-slider .swiper-button-next,
    .video-slider .swiper-button-prev{
        width:40px;
        height:40px;
    }

}
