.m-0,
.m-0 p{
    margin: 0px !important;
}
.marquee-slide{
    overflow:hidden !important;
    width:100%;
}
body.modal-open {
    overflow: hidden;
}
.marquee-slide-track{
    display:flex;
    width:max-content;
    flex-wrap:nowrap;
    gap:50px;
    animation:marquee-slide 20s linear infinite;
}

.marquee-slide-track > .e-con{
    width:auto !important;
    max-width:none !important;
    flex:0 0 auto !important;
}

.marquee-item{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    width:auto !important;
    flex-shrink:0;
}

.elementor-popup-modal .dialog-message{
    max-width: 90vw !important;
    max-height: 80vh !important;
}

.marquee-item p{
    margin: 0 !important;
}

@keyframes marquee-slide{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}


.btn .elementor-button{
    text-shadow: unset !important;
}

.banner-video video{
    border-radius: 24px !important;
    overflow: hidden !important;
}


.feature-item{
    border-right: 1px solid #0036451A;
    margin-right: 30px;
}
.feature-item .item{
    padding-right: 38px;
}

.feature-item:last-child{
    border-right: unset;
    margin-right: unset;
}

.feature-item:last-child .item{
    padding-right: unset !important;
}

.feature-section .e-con-inner{
    flex-wrap: wrap !important;
}

.elementor-heading-title span{
    position: relative;
}

.elementor-heading-title span::after{
    content: " ";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    bottom: -8px;
    top: auto;
    background-image: url('../images/underlined-shape.svg');
    background-size: 100%;
    background-position: bottom;
}

.dark-vector .elementor-heading-title span::after{
    background-image: url('../images/dark-vector.svg');
    bottom: -18px;
}

header nav ul li.menu-item .sub-arrow svg{
    display: none;
}

header nav ul li.menu-item .sub-arrow{
    background-image: url(../images/arrow-icos.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
}

body:has(.mobile-menu-section.active) {
    overflow: hidden;
}

.badge{
    position: relative !important;
    display: flex;
    align-items: center !important;
}

.badge::after{
    content: " ";
    position: absolute;
    background: #CFF094;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    transform: translate(-50%, -50%);
    top: 48%;
    left: 20px;
}

.swiper .swiper-pagination-bullet{
    background: #EDEEED !important;
    opacity: 1 !important;
    height: 8px !important;
    width: 8px !important;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 30px !important;
    background: var(--e-global-color-primary) !important;
    border-radius: 6px;
}

.why-choose-box{
    position: relative;
    top: -89px;
}

.swiper-pagination-progressbar{
    top: auto !important;
    bottom: -36px !important;
    width: 92% !important;
}

.custom-modal-ui .dialog-close-button{
    height: 36px;
    width: 36px;
    background: #0036451A;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.custom-modal-ui .dialog-close-button svg{
    height: 20px !important;
    width: 20px !important;
    fill: #003645 !important;
}

.custom-modal-ui .elementor-popup-modal .dialog-message {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

.custom-modal-ui .elementor-popup-modal .dialog-message::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.faq-section details{
    margin: 0px !important;
    padding: 20px 0px !important;
    border-bottom: 1px solid #80808080 !important;
}

.faq-section details:last-child{
    border-bottom: unset !important;
}

/* Product single page */
.product-slider-section .product-window-section .create-project{ 
    background: unset !important;
    border-radius: unset !important;
    margin: 0px !important;
    padding: 0px !important;
}

.product-slider-section .flex-control-thumbs li img{
    border: 2px solid #EBEBEB !important
}

.product-slider-section table tbody td{
    color: rgba(68, 68, 68, 1);
}

.product-window-section .create-project #diy-panels{
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-window-section .wg-cart-added-notice{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-window-section .wg-view-basket-btn{
    font-family: "Beatrice", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    background: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    border-radius: 50px;
}

.product-window-section .wg-view-basket-btn:hover{
    border-color: #d0ef9a;
    background-color: #d0ef9a;
    color: var(--e-global-color-primary) !important;
}

.remove-pane svg, .remove-window svg{
    margin-top: 0px !important;
}

.product-window-section .create-project #diy-panels .pane-actions{
    background: unset;
    padding: 0;
}

.product-window-section .create-project #diy-panels .pane-actions a{
    margin: 0px;
    background-color: #4038C70D !important;
    font-family: "Beatrice", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--e-global-color-accent) !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    padding: 14px 30px 14px 30px !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 50px;
}

.product-window-section .create-project #diy-panels .pane-actions a:hover{
    background-color: var(--e-global-color-accent) !important;
    color: #fff !important;
    border-color: var(--e-global-color-accent) !important;
}

.product-window-section .create-project #diy-panels .windows{
    border: 1px solid #C3C3C380;
    border-radius: 15px;
    background: #FAFAFA;
    padding: 20px;
}

.product-window-section .create-project #diy-panels .product-item-head{
    padding: 0px;
    padding-right: 26px !important;
    min-height: unset !important;
}

.product-window-section .create-project #diy-panels .product-item-head input{
    border-color: #C3C3C3 !important;
}

.product-window-section .create-project #diy-panels .product-item-content{
    padding: 0px !important;
    margin-top: 10px !important;
}

.product-window-section .create-project #diy-panels .product-item-head:after{
    top: 8px !important;
}

.product-window-section .create-project #diy-panels .product-item-head.active:after{
    top: 13px !important;
}

.product-window-section .create-project #diy-panels .product-item-container{
    margin-bottom: 0px !important;
}

.product-window-section .create-project #diy-panels .product-attributes{
    padding-top: 38px;
}

.product-window-section .create-project #diy-panels .panels{
    margin-right: 0px;
    margin-left: 0px;
}

.product-window-section .wg-order-total{
    margin: 0px 0px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-window-section #wg_wishlist_create_project h4,
.product-window-section .wg-order-total-right{
    font-family: "Gazpacho", sans-serif !important; 
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--e-global-color-primary) !important;
}

.product-window-section .wg-order-total-right{
    display: block !important;
}

.product-window-section .wg-order-total-right p,
.product-window-section .wg-order-total-right p span{
    font-family: "Gazpacho", sans-serif !important; 
    font-size: 20px !important;
    font-weight: 700 !important;
}


.product-window-section .wg-wishlist-btns a{
    background-color: var(--e-global-color-secondary);
    font-family: "Beatrice", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-secondary);
    padding: 12px 30px 12px 30px !important;
    width: 100%;
    border-radius: 999px;
}

.woosl-btn{
    background-color: var(--e-global-color-primary);
    font-family: "Beatrice", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    padding: 14px 30px 14px 30px !important;
    width: 100%;
    border-radius: 999px;
}
.woosl-btn:hover{
    background-color: var(--e-global-color-secondary) !important;   
    border-color: var(--e-global-color-secondary) !important;
    color: var(--e-global-color-primary) !important;
    text-shadow: unset !important;
}

.product-window-section .wg-wishlist-btns a:hover{
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
    border-color: var(--e-global-color-primary) !important;
}

.product-window-section .wg-wishlist-btns{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-window-section .wg-wishlist-btns a svg{
    display: none !important;
}

.product-window-section .create-project #diy-panels{
    margin-top: 24px !important;
}

.product-window-section .create-project #diy-panels .product-item-content::before {
    font-weight: 800 !important;
}
.product-window-section .create-project #diy-panels .window-name,
.product-window-section .create-project #diy-panels .window-price-container,
.product-window-section .create-project #diy-panels .color-swatches::before,
.product-window-section .create-project #diy-panels .window-price-container{
    font-family: "Gazpacho", sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.product-window-section .create-project #diy-panels  span.window-price {
    font-size: 20px !important;
    font-weight: 800!important;
}
.product-window-section .create-project #diy-panels .product-item-head:after{
    right: 0px;
}

.product-window-section #diy-panels .color-swatches{
    gap: 30px !important;
}

.product-window-section #diy-panels .pane-actions{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-window-section .create-project #diy-panels .pane-actions a{
    border: 2px dashed var(--e-global-color-primary);
    background-color: #0036450D !important;
    padding: 15px 20px !important;
    display: flex;
    gap: 14px;
}

.product-window-section .create-project #diy-panels .pane-actions a#add-new-pane{
    padding: 16px 20px !important;
    color: var(--e-global-color-primary) !important;
    font-weight: 800 !important;
}

.product-window-section .create-project #diy-panels .pane-actions a#add-new-pane:hover{
    color: #fff !important;
}

.product-slider-section table th{
    color: var(--e-global-color-primary) !important;
}

.product-window-section .create-project #diy-panels .pane-actions .add-new-window{
    border: 1px solid #4038C7;
    background-color: #4038C70D !important;
    gap: 5px;
}

.product-window-section .create-project #diy-panels .pane-actions .add-new-window:hover{
    border: 1px solid #4038C7 !important;
    background-color: #4038C7 !important;
}

.product-window-section .create-project #diy-panels .pane-actions a:hover{
    background-color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
}

.product-window-section #wg_wishlist_create_project #diy-panels p{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
    color: var(--e-global-color-primary) !important;
    font-weight: 800 !important;
}


.product-window-section #wg_wishlist_create_project #diy-panels a:hover p{
    color: #fff !important;
}

.product-window-section .create-project #diy-panels .pane-actions p::after{
    margin-left: 0px !important;
}

.product-window-section .create-project #diy-panels .panel-item .product-item-content:before{
    font-family: "Gazpacho", sans-serif !important;
    font-weight: 800 !important;
    font-size: 20px !important;
}

.product-window-section .create-project #diy-panels .color-swatches > div:after,
.product-window-section .create-project #diy-panels .product-attributes label{
    font-size: 12px;
    color: #1b3f4a !important;
    font-weight: 800 !important;
}

.product-slider-section .product-slider-images .elementor-widget-container{ 
    padding: 0px !important;
}



.sub-menu{
    padding: 16px 16px 16px 0px !important;
}

.mobile-menu-section{
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    height: 100% !important;
    z-index: 9999 !important;
    transform: translateX(100%) !important;
    transition: transform 0.3s ease !important;
    background: #fff !important;
}

.mobile-menu-section .e-con-inner{
    height: auto !important;
}

.header-section.sticky{
    background: #fff !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999 !important;
    box-shadow: 1px 2px 20px 2px #01364433;
}

.mobile-menu-section.active{
   transform: translateX(0) !important;
}

.mobile-menu-section .sub-menu{
    margin-top: 10px;
    position: unset !important;
    max-width: max-content;
    padding: 16px 16px 16px 0px !important;
}

.product-slider-images{
    padding: 0px !important;
}

.woocommerce-product-gallery{
    margin: 0px !important;
}

.testimonial-section .swiper .testimonial-content{
    height: 100%;
}

.testimonial-section .swiper .testimonial-info{
    margin-top: auto;
}

.testimonial-section .testimonial-slide{
    flex-direction: column !important;
}

.testimonial-section .swiper-pagination-bullets.swiper-pagination-horizontal{
    left: 50% !important;
}

.testimonial-section  {
    position: relative;
    overflow: visible !important;
}

.testimonial-section .swiper,
.testimonial-section  .swiper-container {
    overflow: visible !important;
}

.testimonial-section .swiper .elementor-widget-container{
    overflow: hidden;
}

.testimonial-section .elementor-swiper-button-prev svg,
.testimonial-section .elementor-swiper-button-next svg{
    display: none !important;
}

.testimonial-section .elementor-swiper-button-prev{
    background-image: url(../images/slider-left-arrow.svg);
    height: 50px;
    width: 50px;
    background-size: contain;
    left: -8px !important;
}

.testimonial-section .elementor-swiper-button-next{
    background-image: url(../images/slider-right-arrow.svg);
    height: 50px;
    width: 50px;
    background-size: contain;
    right: -8px !important;
}


.video svg{
    opacity: 1 !important;
}

@media screen and (max-width: 1325px){
    .why-choose-section{
        gap: 40px !important;
    }
}

@media screen and (max-width: 1280px){
    .why-choose-section{
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .why-choose-section .why-choose-wrapper{
        margin-top: 100px !important;
        width: 100% !important;
    }
    .why-choose-title-wrapper{
        text-align: center !important;
        width: 100% !important;
    }
    .why-choose-list-wrapper{
        width: 100% !important;
    }
    .why-choose-box{
        width: 100% !important;
    }
}

@media screen and (max-width: 1200px){
    .swiper-pagination-progressbar{
        width: 86% !important;
    }
}

@media screen and (max-width: 1024px){
    .feature-item{
        margin-right: 20px;
    }
    .feature-item .item{
        padding-right: 28px;
    }
    .feature-item{
        border-right: unset;
    }
    .feature-section .e-con-inner{
        gap: 40px !important;
    }
    .why-choose-wrapper {
        flex-direction: column;
    }

    .testimonial-section .elementor-swiper-button-prev{
        display: none !important;
    }

    .testimonial-section .elementor-swiper-button-next{
        display: none !important;
    }
}

@media screen and (max-width: 991px){
    .why-choose-section .why-choose-wrapper{
        margin-top: 0px !important;
    }
    .why-choose-wrapper{
        flex-direction: column !important;
        gap: 40px !important;
    }
    .why-choose-list-item{
        padding: 24px 0px !important;
    }
    .why-choose-box{
        top: unset !important;
        position: unset;
        margin: 0px !important;
    }
    .why-choose-title-wrapper{
        padding-top: 0px !important;
    }
    .why-choose-section{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .why-choose-list-wrapper{
        gap: 0px !important;
    }
}

@media screen and (max-width: 900px){
    .feature-section .e-con-inner{
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px !important;
    }
    .feature-section .e-con-inner .item{
        flex-direction: column;
        align-items: center;
    }
    .feature-item .item{
        border-bottom: 1px solid var(--e-global-color-primary);
        padding: 15px;
    }
    .feature-item:last-child .item{
        border-bottom: unset;
    }
}

@media screen and (max-width: 767px){
    .why-choose-section{
        gap: 40px !important;
    }
    .swiper-pagination-progressbar{
        display: none !important;
    }
    .founder-card{
        background: #fbfef6 !important;
    }
    .product-slider-section .product-slider-images .flex-control-thumbs img{
        border-radius: 10px !important;
    }
    .testimonial-section .testimonial-slide{
        flex-direction: row !important;
    }
    .testimonial-section .swiper .testimonial-content{
        height: auto !important;
    }
}

