@font-face{
    font-family: "Anita semi-square";
    src: url("../css/fonts/Anita-semi-square/Web-Fonts/22127e2ef4dd79761c57b75a4b67bf6f.eot");
    src: url("../css/fonts/Anita-semi-square/Web-Fonts/22127e2ef4dd79761c57b75a4b67bf6f.eot?#iefix")format("embedded-opentype"),
        url("../css/fonts/Anita-semi-square/Web-Fonts/22127e2ef4dd79761c57b75a4b67bf6f.woff")format("woff"),
        url("../css/fonts/Anita-semi-square/Web-Fonts/22127e2ef4dd79761c57b75a4b67bf6f.woff2")format("woff2"),
        url("../css/fonts/Anita-semi-square/Web-Fonts/22127e2ef4dd79761c57b75a4b67bf6f.ttf")format("truetype"),
        url("../css/fonts/Anita-semi-square/Web-Fonts/22127e2ef4dd79761c57b75a4b67bf6f.svg#Anita semi-square")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}


html {
    scroll-behavior: smooth; 
}
body, html {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;  
    background-color: #fff;
    color: #000;
    font-family:'Montserrat',sans-serif;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus, 
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

.br-1{
    border-right: 1px solid #0000002f;
}
.cl-red{
    color: #76afff;
}
.container{
    max-width: 1320px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
    backdrop-filter: blur(20px);
}
.h-first-nav{
    padding-top: 8px;
    padding-bottom: 8px;
}
.h-navbar{
    padding-top: 0px;
}
.h-second-nav .h-nav-collaspe{
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}








span.emailicon{
    border: 1px solid #676666;
    background-color: #2a2c38;
    /* padding: 7px; */
    width: 35px;
    display: inline-block;
    text-align: center;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.emailicon svg{
    color:#fff;
    font-size: 14px;
}
/*  Home Page */
.header-logo img{
    width: 132px;
}
.btn-quote{
    padding: 8px;
    border-radius: 6px;
    background-color: #76afff;
    color: #fff;
    font-size: 16px;
    border: none;
}
.quote-ico{
    margin-right: 8px;
}

.night-day__mode.light {
    background: #efefef;
}
.night-day__mode {
    width: 66px;
    height: 40px;
    border-radius: 6px;
    padding: 5px 8px;
    position: relative;
    cursor: pointer;
    display: block;
}
.night-day__mode.light::before {
    top: 5px;
    left: 52px;
}

.night-day__mode::before {
    content: "";
    width: 6px;
    height: calc(100% - 10px);
    border-radius: 3px;
    position: absolute;
    background: #000;
    z-index: 2;
    transition: all .5s;
}
.night-day__mode.light::after {
    background-image: url(../images/day.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 34px;
}
.night-day__mode::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 1;
    transition: background-image .3s, right .5s;
}
.night-day__mode.dark {
    background: #393f49;
}
.night-day__mode.dark::before {
    top: 5px;
    left: 8px;
    background: #fff;
    color: #fff;
}
.night-day__mode.dark::after {
    background-image: url(../images/night.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}
.language-menu{
    width: 100%;
    min-width: 100%;
    background: #efefef;
    border-radius: 6px;
    transition: opacity 0.3s ease;
    border: none;
    margin-top: 4px;
}
.language-dropdown{
    background: #efefef;
    border-radius: 6px;

}
.en{
    font-size: 16px;
    color: #000;
}
.language-ico i{
    font-size: 14px;
    transform: rotate(0);
    transition: transform .5s;
}
.language-dropdown::after{
    display: none;
}
.language-ico i {
    transition: transform 0.3s ease;
}
.language-item{
    padding-left: .5rem;
    padding-right: .5rem;
}

.language-dropdown.shows .language-ico i {
    transform: rotate(180deg);
}
.h-navbar-toggler{
    background-color: #EFEFEF;
    border-radius: 5px;
    border: none;
    padding: 7px 8px;
}
.h-toggler-icon{
    background-color: #EFEFEF;
    border-radius: 5px;
}
.h-navbar-toggler .h-toggler-icon {
    transition: transform 0.3s ease;
}

.h-navbar-toggler.collapsed .h-toggler-icon {
    transform: rotate(90deg);
    background-image: url('https://www.perfectwadgroup.com/assets/header/close-menu-e7af7edf6e78a9476054c55a677df52c36ef46abcf15f00fe1a4d0e433c860d1.svg');
}

.h-navbar-toggler:not(.collapsed) .h-toggler-icon {
    transform: rotate(0deg);
    background-image: url('https://www.perfectwadgroup.com/assets/header/menu-eef82b11d7f121c7429662853db90dc906d51dde73495d5935f0fd13186e055b.svg');
}
.new-quote-item{
    display: none;
}




.innerSlide{
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.innerSlide .logo h2{
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 500;
    color: #fff;
    font-family: "Anita semi-square";
    letter-spacing: 0.5px;
}


.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-top: 1px solid #0000002e;

}
.windowItem .mega-menu {
    height: 490px;
    overflow-y: scroll;
}
.h-shown .mega-menu {
    display: block;
}

.nav-tabs .nav-link.active {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.megaMenu-heading{
    font-size: 18px;
    margin-bottom: 32px;
}
.megaMenu-main{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.megaMenu-main:hover .megaMenu-txt p{
   
}
.doormegablock .megaMenu-txt {
    width: 100%;
    line-height: 7px;
    font-size: 15px;
    text-align: center;
}
.doormegablock .megaMenu-txt p{
    margin-bottom: 0px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
}
.h-mega-product{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #f8f9fa00;
    text-decoration: none;
    width: 244px;
    transition: .3s;
}
.megaMenu-img img {
    width: auto;
    height: 74px;
}
.megaMenu-txt{
    width: 57%;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
}
.navbar-light .navbar-nav .nav-link{
    color:#000;
}
.megaMenu-txt p{
    margin-bottom: 0px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.h-mega-product:hover{
    border-radius: 5px;
    border: 1px solid #76afff;
    background: var(--body);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    /* padding: 0 20px; */
}
.h-mega-product:hover .megaMenu-txt p{
    color: #76afff;
    font-weight: bold;
}
.outside-tab{
    display: flex;
    width: 100%;
    justify-content: center;
}
.h-nav-tab{
    padding: 0;
    background-color: #F7F7F7; 
    border-radius: 6px; 
}
.h-tab-content{
    margin-top: 20px;
}
.tab-link{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 5px 0px;
    width: 97px;

}
.tab-link.active{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 0px 30px 0px rgba(0,0,0,.14) !important;
    border: none;
}
.h-tab-pane.active{
    display: flex !important;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
}
#heading2, #heading3{
    justify-content: center;
}
.h-small-product{
    border: 1px solid rgba(0, 0, 0, 0);
    text-decoration: none;
}
.h-small-product .megaMenu-img{
    text-align: center;
}
.h-small-product .megaMenu-img img{
    border-radius: 12px;
    width: 80px;
    height: 80px;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,.05);
    background: rgba(0, 0, 0, 0);
    margin-bottom: 12px;
}



.doormegamenu .megaMenu-main {
    display: flex;
    justify-content: center;
    flex-direction: initial;
}
/*Hero section*/
.hero-section{
    margin-top: 188px;
    margin-bottom: 42px;
}
.hero-section .container{
    position: relative;
}

.h-fixed-content {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 10;
}

.h-content-box {
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    padding: 10px;
    border-radius: 5px;
}
.h-swiper-container {
    width: 100%;
    overflow-x: hidden;
}

.h-swiper-container  .swiper-slide img {
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    height: 676px;
}

.fixed-content {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 10;
}

.content-box {
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    padding: 10px;
    border-radius: 5px;
}

.h-swiper-container  .swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 100px;
    z-index: 20;
}

.h-swiper-container  .swiper-button-next,
.h-swiper-container  .swiper-button-prev {
    position: absolute;
    bottom: 20px;
    z-index: 20;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px; /* Right for the next button */
}

.h-swiper-container  .swiper-button-prev {
    right: 70px; /* Adjust left button position */
}
.slider-fixed-content{
    z-index: 2;
    position: absolute;
    bottom: 19%;
    /* left: 4px; */
    padding: 45px 55px 45px 40px;
    border-radius: 5px;
    background: rgba(3, 16, 25, .55);
    backdrop-filter: blur(20px);
}
.slider-fixed-content .logo {
    margin-bottom: 20px;
}
.slider-fixed-content .logo  img{
    max-width: 100%;
}
.slider-fixed-content .subtitle {
    max-width: 372px;
    color: #f3f2f1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 40px;
}
.slider-fixed-content .btn-wrapper{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.slider-fixed-content .btn-products {
    height: 45px;
    display: inline-block;
    padding: 10px 30px;
    color: #f3f2f1;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    border-radius: 5px 0px 0px 5px;
    background-color: #76afff;
    transition: .3s;
}
.slider-fixed-content .btn-wrapper::after {
    content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 0px 5px 5px 0px;
    border: 2px solid #76afff;
    border-left: none;
    background-color: rgba(0, 0, 0, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/down-arrow.svg");
}
.button-box{
    z-index: 2;
    position: absolute;
    bottom: 20px;
    right: 60px;
    padding: 15px 15px;
    border-radius: 5px;
    background-color: rgba(3, 16, 25, .55);
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    gap: 30px;
    width: 220px;
}
.button-box .swiper-button-prev{
    background-image: url('../images/left-arr.svg');
}
.button-box .swiper-button-next{
    background-image: url('../images/right-arr.svg');
}
.button-box .swiper-button-prev::after, .button-box .swiper-button-next::after{
    display: none;
}
.button-box .swiper-button-prev{
    left: 128px;
    background-color: transparent;
}
.button-box .swiper-button-next{
    background-color: transparent;
}
 .button-box .swiper-button-prev, .button-box .swiper-button-next {
    width: 24px;
    height: 24px;
    background-position: center;
    cursor: pointer;  
    top: 32px !important;
}
.button-box .swiper-pagination {
    right: auto !important;
    left: auto !important;
    align-items: center;
    display: flex;
    width: auto;
    position: relative;
    top: 8px !important;
    
}
.button-box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fcfcfc;
    opacity: 1;
    background-color: #F3F2F1;
    transition: .3s;
    border-radius: 50%;
    
}
.button-box .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: #76afff;
}
/*company-benfits*/
.company-benefits{
    margin-bottom: 32px;
}
.company-title{
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.company-col{
    position: relative;
}
.company-img{
    width: 100%;
}
.company-img img{
    width: 100%;
    height: 413px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow:5px 5px 20px 0px rgba(0,0,0,.3);
}
.company-item{
    position: absolute;
    bottom: 0;
    transform: translate(-10px, -20px);
    border-radius: 5px;
    background: #001b2e8c;
    backdrop-filter: blur(20px);
    padding: 10px 20px;
}
.company-item .heading{
    color: #f3f2f1;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.company-item .subtitle{
    color: #f3f2f1;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    padding-top: 10px;
}
.company-four, .company-five ,
.company-six, .company-seven {
    margin-top: 40px;
}
/*Product-section*/
.product-sec{
    margin-bottom: 42px;
}
.product-col{
    position: relative;
    margin-bottom: 24px;
}
.product-seven, .product-eight{
    margin-top: 16px;
}
.product-item{
    position: absolute;
    top: 0;
    transform: translate(-10px, 20px);
    border-radius: 5px;
    background: #001b2e8c;
    backdrop-filter: blur(20px);
    padding: 10px 20px;
}
.product-img img {
    width: 100%;
    height: 413px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow:5px 5px 20px 0px rgba(0,0,0,.3);
}
.product-item .heading{
    color: #f3f2f1;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.product-item .subtitle{
    color: #fff;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 400;
}
.view-button{
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-20px, -20px);
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: .32px;
    text-align: center;
    cursor: pointer;
    padding: 11px 48px;
    border-radius: 6px;
    background-color: rgb(118 175 255 / 61%);
    backdrop-filter: blur(2.5px);
    transition: .3s;
    display: flex;
    justify-content: center;
    gap: 20px;
    text-decoration: none;
}
.view-button::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../images/right-arr.svg");
    background-position: center;
}
.view-button:hover{
    color: #fff;
    background-color: #db16308e;
}
/*Project Section*/
.projects-sec{
    margin-bottom: 40px;
}
.project-title{
    margin-bottom: 16px;
}
.project-swiper-container {
    overflow-x: hidden;
    position: relative;
}
.project-subtitle{
    color: #424242;
    font-size: 28px;
    font-weight: 600;
    line-height: 180%;
    text-transform: uppercase;
}
.project-swiper-container .swiper-slide{
    height: 330px;
}
.project-swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.project-next-btn, .project-prev-btn{
    right: -15px;
    background-repeat: no-repeat;
    background-image: url('../images/w-right-arr.svg');
    z-index: 2;
    position: absolute;
    top: 56% !important;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    height: 44px !important;
    width: 54px !important;
    background-position: center;
    background-color: rgb(118 175 255 / 85%);
    backdrop-filter: blur(2.5px);
    border-radius: 6px;
}
.project-next-btn::after, .project-prev-btn::after{
    content: "" !important;
    background-position: center;
    background-image: none;
    width: 24px;
    height: 24px;
}
.project-prev-btn{
    left: -15px;
    background-image: url('../images/w-left-arr.svg');
}

/*Pvc Glass Doors*/

.pvc-title{
    margin-bottom: 0px;
    color: #fff;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.6px;
    max-width: 100%;
    text-transform: uppercase;
}
.pvcGlass-container{
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.pvcGlass-box{
    bottom: 60px;
}
.show-info{
    margin-top: 20px;
    padding: 25px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 1px 0px 30px 0px rgba(0, 0, 0, .14);
    color: #424242;
}
.show-info .show-info-text {
    color: #424242;
    font-size: 14px;
    line-height: 180%;
}
.about-prod-img {
    height: 304px;
    text-align: center;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    border-radius: 6px;

}
.wh-port-sec .top-weight,
.veka-sec .top-weight,
.veka-move .top-weight{ 
    width: 51%;
}
.tilt-slide-sec .top-weight{ 
    width: 59%;
}
.tilt-slide-sec .top-para{
    flex: initial;
}
.wh-port-sec .top-para,
.veka-sec .top-para,
.veka-move .top-para{  
    flex: initial;
}
.about-prod-img:hover .prod-img{
    transform: scale(1.2); 
}
.prod-img{
    transition: transform .2s; /* Animation */
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: .9s;
}
.about-prod-title{
    line-height: 180%;
    margin-bottom: 10px;
    color:#424242 ;
    font-size: 17px;
}
.about-prod-btn{
    background-color: rgb(118 175 255 / 75%); 
    backdrop-filter: blur(2.5px);
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    letter-spacing: .5px;
    position: relative;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
}
.about-prod-btn:hover{
    background-color: rgb(118 175 255);
    color: #fff;
}
.about-prod-btn::after{
    content: "";
    background-image: url("../images/w-right-arr.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px; /* Adjust to your preference */
    top: 50%;
    transform: translateY(-50%);
}
.about-product-item{
    margin-bottom: 40px;
}
.about-product{
    margin-bottom: 80px;
}
/*PVC Page*/
.pvc-sec{
    margin-bottom: 30px;
}
.slider-pvc{
    bottom: 40%;
}
.video-box{
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 40px;
    overflow: hidden;
}

.video-wrapper{
    position: relative;
    max-width: 1280px;
    max-height: 676px;
}
.pvc-video{
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
}
.durability-col, .comfort-col{
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 40px;
}
.durability-box{
    position: relative;
}
.durability-image{
    height: 676px;
    max-width: 1280px;
}

.durability-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,.3);
} 
.durability-title-fix{
    position: absolute;
    top: 0;
    transform: translate(-10px, 20px);
    border-radius: 5px;
    background: #001b2e8c;
    backdrop-filter: blur(20px);
    padding: 10px 20px;
}
.durability-title{
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 120%;
}
.durability-item{
    padding: 20px;
    border-radius: 5px;
    background: rgba(0, 27, 46, .55);
    backdrop-filter: blur(20px);
    margin-bottom: 20px;
}
.durability-item-text{
    text-align: center;
    font-size: 14px;
    text-transform: none;
    color: #fff;
    line-height: 180%;
}
.durability-item-title{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
    line-height: 180%;
    text-transform: uppercase;
}
.durability-row{
    position: absolute;
    bottom: 1%;
    width: 100%;
}
.comfort-item-icos{
    text-align: center;
}
.comfort-item-text{
    letter-spacing: .5px;
}
.comfort-item-icos span{
    color: #fff;
    font-size: 22px;
}
.comfort-row{
    position: absolute;
    bottom: 4%;
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 0 20px;
    flex-wrap: wrap;
}
.comfort-item{
    margin-bottom: 0;
    flex: 32%;
}
.range-slider{
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 40px;
}
.range-container {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

.photo-display {
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid var(--border, rgba(0, 0, 0, 0.1));
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
}

.photo-display img {
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 650px;
    object-fit: contain;
    display: none;
}
.photo-display img.active {
    display: block; /* Show only the active image */
}
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: #b55e5e1a;
    height: 2px;
}
/* For WebKit browsers (Chrome, Safari) */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px; /* Width of the dot */
    height: 22px; /* Height of the dot */
    background: #dd172d; /* Red color for the dot */
    cursor: pointer;
    border-radius: 50%; /* Make it round */
}
.top-card{
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 1px 0px 30px 0px rgba(0,0,0,.14);
    text-align: start;
}
.top-card-title{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
.top-card-subtitle{
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    columns: #000;
    margin-bottom: 4px;
}
.top-card-content{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    padding: 0 10px;
}
.top-line{
    display: flex;
    justify-content: flex-start;
    /* gap: 30px; */
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 0px 0px 0px;
}
.top-weight{
    font-weight: 700;
    margin-bottom: 4px;
    width: 23%;
    /* flex: 0 1 25%;
    
    line-height: 120%; */
}
.top-para{
    flex: 0 1 75%;
    margin-bottom: 4px;
}
a{
    text-decoration: none;
}
.tab-swiper-container{
    position: relative;
}
.tab-slide-head{
    margin-bottom: 10px;
    text-align: start;
    color: #000;
}
.tab-slide-img{
    position: relative;
    max-width: 194px;
    padding: 0 30px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .3s;
}
.tab-slide-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: .3s;
    background-color: rgba(0, 0, 0, 0);
}
.tab-select-text{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    opacity: 0;
}
.selected .tab-select-text{
    opacity: 1;
}
.selected .tab-slide-img::after {
    content: "";
    backdrop-filter: blur(1.1000000238px);
    border-radius: 4px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .35);
}
.top-card, .photo-display {
    display: none; /* Initially hide all cards and photos */
}
.top-card{
    margin-top: 28px;
    margin-bottom: 20px;
}
#top-card-one, #photo-display-one {
    display: block; /* Initially show the first card and photo */
}
.photo.active {
    display: block; /* Display only the active photo */
}
.tab-swiper-container .swiper-button-next,.tab-swiper-container  .swiper-button-prev{
    top: 75% !important;
}
.main-tab-slider{
    text-align: -webkit-center;
}
.tab-swiper-container {
    max-width: 1050px;
}
.comfort-life-col{
    position: relative;
    margin-bottom: 120px;
}
.comfort-life{
    position: relative;
    border-radius: 5px;
    padding: 30px 30px 20px;
    background: linear-gradient(106deg, #2F2F2F 0%, #030303 100%);
}
.main-comfort-life-img{
    text-align: -webkit-center;
}
.comfort-life-img{
    max-width: 395px;
    max-height: 624px;
    margin-top: 100px;
}
.comfort-life-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comfort-life-main{
    display: flex;
    gap: 30px;
}
.comfort-life-item{
    padding: 20px;
    border-radius: 5px;
    background: rgba(0, 27, 46, .55);
    backdrop-filter: blur(20px);
    width: 100%;
    text-align: -webkit-center;
    margin-bottom: 24px;
}
.comfort-life-icon{
    width: 48px;
    height: 48px;
}
.comfort-life-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.comfort-life-head{
    text-align: center;
    flex-grow: 1;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    font-style: normal;
    line-height: 180%;
}
.show-info .show-info-title{
    font-size: 16px;
    font-weight: 400;
}
.show-info .show-info-text-pad{
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.show-info .show-info-text.title{
    font-weight: 600;
}
.the-show-info{
    padding: 20px;
}
.plastic-blind, .alminium-blind-sec,.available-color-sec, .top-control-sec{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 40px;
}
.type-of-main{
    margin-top: 12px;
}
.type-subtitle{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
}
.type-desc{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .5px;
}
/*slding Pvc page*/
.veka-video-wrapper{
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    max-width: 693px;
    height: 498px;
    overflow: hidden;
}
.veka-video{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
    padding-top: 1px;
}
.veta-card, .new-veta-card, .the-veta-card{
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 1px 0px 30px 0px rgba(0,0,0,.14);
    text-align: start;
}
.main-color{
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 0 1 60%;
    flex-wrap: wrap;
}
.main-color .color{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}
.main-color .color::before {
    content: "";
    width: 20px;
    height: 20px;
}
.main-color .color.white::before{
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
}
.main-color .color.caramel::before {
    border: 1px solid rgba(0, 0, 0, .1);
    background: #d1b677;
}
.main-color .color.brown::before {
    border: 1px solid rgba(0, 0, 0, .1);
    background: #5c482e;
}
.main-color .color.anthracite::before {
    border: 1px solid rgba(0, 0, 0, .1);
    background: #45464c;
}
.veta-video-box{
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
.option-images-wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 35px;
    flex-wrap: wrap;
}
.option-main p{
    margin-bottom: 0;
}
.option-image{
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    overflow: hidden;
    max-width: 620px;
}
.option-image img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: .9s;
}
.option-image:hover .option-image-inside{
    transform: scale(1.2); 
}
.opening-sec{
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 40px;
}

.tilt-type{
    max-width: 126px;
    background-color: #fff;
    padding: 15px 4px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
    position: relative;
    transition: .3s;
}
.tilt-swiper-container {
    position: relative;
    overflow: hidden;
}
.tilt-swiper-container .project-prev-btn{
    left: -1px;
    top: 71px !important;
    height: 32px !important;
    width: 25px !important;
}
.tilt-swiper-container .project-next-btn{
    right: -1px;
    top: 71px !important;
    height: 32px !important;
    width: 25px !important;
}

.tilt-swiper-container .project-next-btn, .tilt-swiper-container .project-prev-btn {
    background-color: rgb(118 175 255 / 77%);
}


.tilt-mosquito-swiper-container {
    position: relative;
    overflow: hidden;
}
.tilt-mosquito-swiper-container .project-prev-btn{
    left: -1px;
    top: 71px !important;
    height: 32px !important;
    width: 25px !important;
}
.tilt-mosquito-swiper-container .project-next-btn{
    right: -1px;
    top: 71px !important;
    height: 32px !important;
    width: 25px !important;
}

.tilt-mosquito-swiper-container .project-next-btn, .tilt-mosquito-swiper-container .project-prev-btn {
    background-color: rgb(118 175 255 / 77%);
}

.tilt-mosquito-swiper-container .tilt-name {
    font-size: 13px;
}


p.subpara{
    color: #2a2a2a;
}

.tswiper-slide{
    max-width: 126px;
    overflow: hidden;
}
.tilt-name{
    font-size: 16px;
    color: #000;
    line-height: 180%;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}
.tilt-model{
    color: #76afff;
    font-size: 16px;
    line-height: 180%;
    text-transform: uppercase;
    text-align: center;
}
.tilt-active .tilt-type{
    border: 1px solid red;
    border-radius: 10px;
}
.lift-wrapper{
    display: flex;
    gap: 20px;
}
.tilt-slide-sec, .wh-port-sec{
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 40px;
}
.opening-sec-last{
    margin-bottom: 120px;
}
/*Our Projects*/
.project-sec{
    padding-bottom: 80px;
}
.our-projects{
    text-align: center;
    margin-bottom: 40px;
}
.project-col{
    margin-top: 40px;
    text-decoration: none;
    /* display: inline-block; */
}
.project-col-text{
    text-align: center;
    margin-top: 12px;
}
.project-col-img{
    width: 100%;
    height: 300px;
    background-size: cover;
    /* object-fit: cover; */
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
}
.project-col-head{
    font-weight: 700;
    color: #76afff;
}
.project-col-para{
    font-size: 18px;
    color: #000;
}
.work-us{
    padding: 100px 0;
    text-align: center;
    border-top: 1px solid #0000002e;
}
.work-head{
    font-weight: 700;
    text-transform: uppercase;
}
.work-btn{
    margin-top: 18px;
    border-radius: 4px;
    padding: 14px 36px;
}
.detail-img{
    margin-bottom: 80px;
}
.detail-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail-sec{
    margin-top: 140px;
    margin-bottom: 42px;
}
.detail-head{
    font-weight: 700;
    color: #76afff;
}
.detail-para{
    font-size: 16px;
}
.client-link{
    color: #000;
    text-decoration: none;
}
/*Model Popup*/
.quote-modal-dialog{
    width: 1320px;
    max-width: 95%;
}
.hslides{
    text-align: center;
    padding-top:40px;
}
#hSlide0{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}
.inside-model-body{
    margin: 40px auto;
}
.timeline {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
  }
 
  .project-btn-key{
    margin-right: 10px;
    position: relative;
    border: 1px solid;
    border-radius: 5px;
    padding: 0px 8px;
  }
  .info-input{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .image-option{
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .image-option img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .info-input input{
    width: 80%;
  }
  .timeline::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: #dee2e6;
    z-index: 1;
  }

  .timeline-step {
    position: relative;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-color: #dee2e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
  }

  .timeline-step.active {
    background-color: #0d6efd;
    color: #fff;
  }

  /* Slide Styles */
  .modal-body 
  .modal-body .slide {
    display: none;
  }

  .modal-body .slide.active {
    display: block;
  }

  /* Background Image Box */
  .image-box {
    background-color: #f8f9fa;
    padding: 20px;
    border: 1px solid #dee2e6;
    text-align: center;
    cursor: pointer;
    background-size: cover;
    background-position: center;
  }

  /* Navigation Buttons */
  .navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  /* Prevent modal from closing when clicking outside */
  .modal {
    pointer-events: auto;
  }




  .h-popup .modal-dialog {
    max-width: 90%;
    margin: auto;
    padding: 40px 20px;
  }
  .h-model-header{
    position: absolute;
    right: 14px;
    top: 16px;
  }
  .h-model-header button{
    z-index: 1;
    position: relative;
  }
  .h-model-body::-webkit-scrollbar {
    width: 6px; /* Adjust the width of the scrollbar */
}
.h-model-body::-webkit-scrollbar-thumb {
    background-color: #76afff;
    border-radius: 8px;
}
.h-model-body{
    padding-top: 0px;
    overflow-x: hidden;

    
}
  .h-timeline {
    padding-bottom: 30px;
    width: 100%;
    padding-top: 80px;
    
  }
  .h-timeline::after{
    content: "";
    border-bottom: 1px solid #dee2e6;
  }
  .h-timeline-item {
    display: flex;
    align-items: center;
  }
  
  .h-timeline-box {
    padding: 12px 27px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .h-timeline-arrow {
    margin: 0 18px;
    font-size: 24px;
  }
  
  .h-slide {
    display: none;
  }
  
  .h-slide.active {
    display: block;
  }
  
  .h-select-box {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    cursor: pointer;
  }
  
  .h-select-box img {
    max-width: 100%;
    height: auto;
  }
  
  .h-select-box.selected {
    border-color: #76afff;
  }
  .h-color-options {
    display: none;
  }
  
  .h-select-box.selected + .h-color-options {
    display: block;
  }
  
  #hThankYouMessage {
    text-align: center;
    font-size: 18px;
    color: green;
    margin-top: 20px;
  }
  .h-sub-options {
    display: none;
  }
  .completed .h-timeline-box {
    background-color: #76afff; /* Green color indicating completion */
    color: white;
    border:none;
    font-weight: 600;
  }
  .yes-time, .no-time {
    display: none;
  }
  .h-timeline-arrow{
    font-size: 16px;
  }
  .h-slide{
    text-align: start;
    width: 60%;
    margin:  auto;
  }
  .h-slide-options{
    text-align: center;
  }
  .h-slide-subtitle{
    margin: 18px auto ;
  }
  .ready-btn{
    font-size: 20px;
    padding: .625rem 1.875rem;
    border: none;
    border-radius: 6px;
    width: 100%;
    text-align: start;
  }
  .bc-green{
    background-color: #76afff;
    color: #fff;
  }
.innercolflex{
    display:flex;
  }
  .hslide-img-box{
    border: 1px solid #ccc;
    padding:12px 16px;
    text-align: center;
    cursor: pointer;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    flex-direction: column;
    display: flex;
    width: 100%;
  }
  .hslide-img-box:hover{
    background-color: #f6faff;
  }
  .hslide-img-box p{
    margin-bottom: 0px;
  }
  .hslide-img-box img{
    height: 60px;
  }
  .slide-heading-one{
    margin-top: 24px;
  }
  .btn-nxt-step, .btn-pre-step{
    border-radius: 3px;
    padding: 4.5px 12px;
  }
  .btn-nxt-step{
    margin-left: 8px;
  }
  .btn-nxt-step:hover{
    color: #fff;
  }
  .hslide-option{
   padding: 24px 12px;
  }
  .hslide-option p{
    margin-bottom: 0px;
    font-weight: 500;
  }
  .hslide-row{
    margin-bottom: 28px;
    margin-top:28px ;
  }
  .h-slide-heading{
    font-size: 27px;
    color: #76afff;
  }
  .h-sub-options .h-slide-heading{
    font-size: 17px;
    /* color: #76afff; */
  }
  h2.h-slide-heading{
    font-size: 28px;
  }
  h3.h-slide-heading{
    font-size: 26px;
  }
  h5.h-slide-heading{
    font-size: 18px;
    font-weight: 600;
  }
  p.h-slide-heading{
    font-size: 16px;
  }
  .main-options{
    margin-top: 24px;
  }
  .hpopup-btn{
    display: flex;
    /* position: fixed;
    bottom: 54px;
    right: 54px; */
    position: fixed;
    bottom: 10%;
    right: 10%;
  }
  .hform-heading{
    font-size: 19px;
    margin-bottom: 8px;
  }
  .start-project-progress{
    /* position: fixed;
    bottom: 54px;
    left: 54px; */
    position: fixed;
    bottom: 10%;
    left: 10%;
  }
.start-project-progress--text {
    font-size: .75em;
    color: #000;
    margin-bottom: 5px;
}
.start-project-progress--line {
    position: relative;
    width: 180px;
    height: 3px;
    background-color: #646464;
    border-radius: 25px;
}
.start-project-progress--points:nth-child(1) {
    left: 0;
}
.start-project-progress--points:nth-child(2) {
    left: 20%;
}
.start-project-progress--points:nth-child(3) {
    left: 40%;
}
.start-project-progress--points:nth-child(4) {
    left: 60%;
}
.start-project-progress--points:nth-child(5) {
    left: 80%;
}
.start-project-progress--points:nth-child(6) {
    left: 100%;
}
.start-project-progress--progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #76afff;
    border-radius: 25px;
    transition: width 1s ease;
}
.start-project-progress--points {
    position: absolute;
    background: #fff;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    z-index: 1;
}


.finalformDetails .h-slide-heading {
    font-size: 20px;
    color: #76afff;
    margin-bottom: 0;
}


.finalformDetails .h-slide-subtitle { 
    margin: 3px 0;
}

.finalformDetails h3.h-slide-heading {
    font-size: 19px;
    color: #000;
    font-weight: 100;
}
.finalformDetails .form-row {
    margin: 10px 0 0px 0px;
    gap: 9px;
}
.finalformDetails .form-row .col-md-3{
    padding: 0;
}
.formcompleted .modal-body{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#hThanksMessage h2{
    color: #76afff;
}
.finalformDetails .hform-heading {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 400;
}
.finalformDetails .subtextinfo{
    margin-bottom: 14px;
    font-size: 15px;
    margin-top: 10px;
}



.finalformDetails .h-slide-subtitle.bottomtextinfo{
    margin-top: 14px;
    margin-bottom: 70px;
}

































  .hprogress {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.hprogress-bar {
    height: 20px;
    line-height: 20px;
    background-color: #4caf50;
    color: white;
    text-align: center;
    transition: width 0.3s ease-in-out;
}
.hprivacy-link{
    color: #76afff;
}












/*Show-sec*/
.show-hero-sec{
    margin-top: 120px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 40px;
}
.show-main-title{
    font-size: 17px;
    margin-bottom: 8px;
}
.show-title-arrow{
    margin-left: 12px;
    margin-right: 12px;
}
.show-title-dull{
    color: #5e5e5e;
}
.show-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.show-weight {
    font-weight: 700;
    flex: 0 1 75%; 
    margin-top: 4px;
    margin-bottom: 0px;
    line-height: 120%;
}
.show-para{
    margin-top: 4px;
    margin-bottom: 0px;
    flex: 0 1 25%;
}
.door-title{
    margin-bottom: 16px;
}
.door-prod-title{
    font-size: 17px;
}
.opening-method-sec{
    margin-bottom: 120px;
}
.show-main-img{
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    max-width: 1280px;
    max-height: 610px;
    border-radius: 10px;
}
.show-main-img .option-image-inside{
    width: 100%;
    max-height: 605px;
    object-fit: contain;
    border-radius: 10px;
}


.modelDetailpage{
    margin-top: 166px;
}

.yes-time, .no-time{
    /* position: relative; */
}






/*Footer form*/
.footer-form-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .96px;
    text-transform: uppercase;
}
.footer-form-heading{
    font-size: 23px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
.footer-form-group{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.footer-form-text{
    font-size: 16px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .5px;
}
.custom-radio {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    color: #d1d1d1;
}
.custom-radio input[type="radio"] {
    opacity: 0; /* Hide the default radio button */
    position: absolute;
}
.custom-radio .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.custom-radio:hover input ~ .checkmark {
    border: 1px solid #77afff;
}
.custom-radio input:checked ~ .checkmark {
    border: 1px solid #77afff;
    background-color: #77afff; /* Color of the checked radio button */
}
.custom-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}
.custom-radio .checkmark:after {
    top: 4px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}
.icon-left {
    position: absolute;
    left: 20px;
    top: 27px;
    font-size: 18px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    color: #000;
}
.input-with-icon {
    position: relative;
}
.input-with-icon input, .input-with-icon textarea {
    background-color: #fff;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .32px;
    padding: 15px;
    padding-left: 36px;
    resize: none;
    border-radius: 5px;
    border: 1px solid rgba(21, 24, 29, .1);
    box-shadow: 1px 0px 30px 0px rgba(0, 0, 0, .14);
}
.error {
    color: #77afff;
    font-size: 14px;
}
.footer-form-submit button{
    background-color: #77afff;
    color: #fff;
    border-radius: 4px;
    padding: 9px 26px;
    border: none;
}
.footer-form-submit button:hover{
    background-color: #77afff;
}

@media (max-width: 1200px) {
.footer-form-title {
    display: none;
}
}
@media (max-width: 576px) {
    .fpl{
        padding-left: 5px;
    }
    .fpr{
        padding-right: 5px;
    }
}











/*footer*/
.footer{
    background-color: #000;
    padding: 100px, 0px;
}
.footer .adress{
    margin-top: 30px;
    margin-bottom: 20px;
}
.footer .social{
    margin-bottom: 30px;
}
.footer .footer-text {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.footer .adress a.addressicon::before{
    content: "";
    flex-shrink: 0;
    width: 33px;
    height: 32px;
    background-color: #2a2c38;
    border-radius: 5px;
    border: 1px solid #545454;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/location.svg");
}
.footer .adress a {
    color: #d1d1d1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
    text-decoration: none;
}
.footer .social-wrapper {
    display: flex;
    gap: 20px;
}
.footer .social-wrapper .facebook, .footer .social-wrapper .instagram, 
.footer .social-wrapper .youtube, .footer .social-wrapper .linkedin{
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
}
.footer .social-wrapper .facebook {
    background-color: #337fff;
    background-image: url("../images/facebook.svg");
    transition: .3s;
}
.footer .social-wrapper .instagram {
    position: relative;
    background: linear-gradient(315deg, #FBE18A 0.96%, #FCBB45 21.96%, #F75274 38.96%, #D53692 52.96%, #8F39CE 74.96%, #5B4FE9 100.96%);
    transition: .3s;
}
.footer .social-wrapper .instagram::before {
    background-image: url("../images/instagram.svg");
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 8px;
    left: 8px;
}
.footer .social-wrapper .youtube{
    background-image: url("../images/youtube.svg");
    transition: .3s;
}
.footer .social-wrapper .linkedin{
    background-color: #069;
    background-image: url("../images/linkedin.svg");
    transition: .3s;
}
.footer-link {
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .5px;
    display: block;
    text-decoration: none;
    margin-bottom: 12px;
}
.footer-link:hover{
    color: #d1d1d1;
}
.footer-para {
    font-size: 14px;
    margin-bottom: 8px;
}
.footer-develop{
    text-decoration: none;
    color: #fff !important;
}







@media (min-width: 991px){
    .h-navbar .h-nav-collaspe{
        display: block !important;
    }
    .h-nav-btn{
        display: none;
    }
    .tilt-xl-7{
        width: 56.333333%;
    }
    .tilt-xl-5{
        width: 43.666667%;
    }
}

@media (max-width: 991px){
    .h-navbar-nav{
        flex-direction: row;
        gap: 0px 20px;
    }
    .h-mx-auto{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .nav-toggler-two{
        display: none;
    }
    .h-first-nav .first-nav-collapse{
        display: flex;
        flex-basis: auto;
    }
    .h-first-nav .navbar-nav{
        flex-direction: row;
    }
    .header-logo img {
        /* width: 75%; */
        width: 98px;
    }
    .language-dropdown{
        padding: 7px 8px !important;
    }
    .en{
        font-size: 16px;
        color: #000;
    }
    .hero-section{
        margin-top: 138px;
    }
    .company-three{
        margin-top: 40px;
    }
    .company-img img{
        height: 340px;
    }
    .company-title{
        font-size: 30px;
    }
    .product-img img {
        width: 100%;
        height: 340px;
    }
    .durability-item-text{
        font-size: 12px;
    }
    .durability-item-title{
        font-size: 16px;
    }
    .comfort-item-icos span{
        font-size: 16px;
    }
    .comfort-life-head{
        font-size: 16px;
    }
    .comfort-life-main{
        gap: 20px;
    }
}
.yes-time .h-sub-options.active  {
    display: block !important;
}
.fixedbtnmobile{
    display: none;
    position: fixed;
    left: 20px;
    bottom: 33px;
    z-index: 999;
}
.optionDetail{
    display: none;
}
.optionDetail.active{
    display: block;
}
.optionDetail h5{
    font-size: 17px;
    margin-top: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}
.optionDetail p{
    color: #5e5e5e;
    font-size: 14px;
    margin-bottom: 25px;
}



.no-time .footercontactFormb{
    padding: 80px;
}
.no-time .input-with-icon input, .no-time .input-with-icon textarea { 
    border: 1px solid rgb(161 161 161);
    box-shadow: none;
}
.no-time .custom-radio{
    color:#000;
}

.no-time .footer-form-heading {
    font-size: 19px; 
    font-weight: 600;
    color: #000000;
}

.no-time .footer-form-text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000000;
}

.cookie-consent {
    display: none;
    position: fixed;
    bottom: 20px; 
    right: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: 0px 4px 15px 1px rgb(0 0 0 / 21%);
    z-index: 1000; 
    width: 488px;
    border: none;
    border-radius: 10px;
}
.cookie-consent h5{
    font-size: 17px;
    font-weight: 600;
}
.cookie-consent p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    margin-bottom: 18px;
    color: #404040;
}

.cookie-btn {
    margin-left: 10px;
    padding: 8px 12px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.cookie-consent .accept {
    border-radius: 5px;
    width: 98px;
    background-color: #76afff;
    letter-spacing: 0.5px;
    color: #fff;
    border: 1px solid #76afff;
}

.cookie-consent .reject {
    border-radius: 5px;
    width: 98px;
    background-color: transparent;
    border: 1px solid #76afff;
    letter-spacing: 0.5px;
    color: #76afff;
}
.cookie-consent .close-btn{
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    position: absolute;
    right: 8px;
    top: 5px;
}
.cookie-btn:hover {
    opacity: 0.9;
}








.newdoublecol  table {
    width: 100%;
}
.newdoublecol table, 
.newdoublecol table thead, 
.newdoublecol table tr, 
.newdoublecol .table thead th, 
.newdoublecol .table td {
    border: none;
}
.newdoublecol table {
    font-size: 17px;
}
.newdoublecol table {
    border-collapse: collapse;
}

.newdoublecol table tr {
    background-color: white;
}
.newdoublecol table, 
.newdoublecol table thead, 
.newdoublecol table tr, 
.newdoublecol .table thead th, 
.newdoublecol .table td {
    border: none;
}
.newdoublecol  table td, 
.newdoublecol  table td p {
    padding: 11px 24px;
    font-size: 15px;
}
.newdoublecol table tr:nth-child(even) {
    background-color: whitesmoke;
}
.newdoublecol .table_titles_left {
    text-align: left !important;
}
.newdoublecol {
    width: 100%;
    display: block;
    border: none;
}
.newdoublecol .apuntes_tabla {
    padding-left: 0 !important;
}
.newdoublecol .apuntes_tabla span{
    color: #000000;
    font-size: 13px;
}
/* .mosquitoslide{
    min-height: 92%;
} */


.veka-slider-main .swiper-slide{
    text-align: center;
}

.veka-slider-main .swiper-slide .veka-video {
    width: 70%;
}

body.lang-ru .main-color { 
    gap: 5px;
}
body.lang-ru .main-color .color { 
    font-size: 13px;
}
body.lang-ru .tilt-slide-sec .top-weight {
    width: 55%;
}


.tilt-slider.mosquito-tilt{
    position: relative;
}
.tilt-slider.mosquito-tilt .project-prev-btn-mosquito{
    background-image: url(../images/w-left-arr.svg) !important;
    left: -33px;
}
.tilt-slider.mosquito-tilt .project-next-btn-mosquito{
    right: -33px;
}

.tilt-slider.mosquito-tilt .project-prev-btn-mosquito,
.tilt-slider.mosquito-tilt .project-next-btn-mosquito{
  
    background-repeat: no-repeat;
    background-image: url(../images/w-right-arr.svg);
    top: 67% !important;
    transform: translateY(-50%);
    border: none; 
    height: 39px !important;
    width: 32px !important;
    background-position: center;
    background-color: rgb(119 175 255 / 66%);
    backdrop-filter: blur(2.5px);
    border-radius: 6px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
}

.tilt-slider.mosquito-tilt .project-next-btn-mosquito.swiper-button-next:after, 
.tilt-slider.mosquito-tilt .project-prev-btn-mosquito.swiper-button-prev:after { 
    font-size: 18px;
    content: "" !important;
    background-position: center;
    background-image: none;
    width: 24px;
    height: 24px;
}


.tilt-slider.mosquito-tilt .swiper-slide{
    height: 135px;
}
.tilt-slider.mosquito-tilt .tilt-type {
    height: 100%;
}
@media (max-width: 767px){
.durability-title {
    font-size: 16px;
}
    .durability-image.mblfix {
        height: auto;
        max-width: 100%;
    }

    .tilt-slider.mosquito-tilt .project-prev-btn-mosquito { 
        left: -34px;
    }
    .tilt-slider.mosquito-tilt .project-next-btn-mosquito{
        right: -34px;
    }
    .tilt-slider.mosquito-tilt {
        position: relative;
        width: 87%;
        margin: 0 auto;
    }
    .range-slider .main-tab-slider .project-next-btn, 
    .range-slider .main-tab-slider .project-prev-btn {
       
        background-color: rgb(119 175 255 / 66%);
    }

    .about-product-item{
        position: relative;
        height: 100%;
    }

    .about-prod-btn {
        display: flex; 
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    section.about-product .col-6.col-sm-4.col-md-3 {
        margin-bottom: 17px;
    }


    .h-small-product .megaMenu-img img{
        padding: 10px 15px;
    }
    .windowItem .mega-menu {
        height: auto;
    }
.mosquitoslide{
    min-height: auto;
}
    .cookie-consent {
      
        width: 90%; 
    }
    a.ourprojectmbl{
        margin-right: 14px;
    }
    .no-time .footercontactFormb {
        padding: 0;
    }
    .h-slide-heading {
        font-size: 16px;
    }
    .h-slide-subtitle {
        font-size: 14px;
    }
    .ready-btn {
        font-size: 14px;
        padding: 10px 12px;
    }
    .h-slide {
        width: 82%;
        padding-bottom: 43px;
    }


    .start-project-progress {
        display: none;
    }

    .hpopup-btn {
        display: flex;
        position: relative;
        bottom: 0;
        right: 0;
        align-items: center;
        justify-content: center;
        top: 26px;
    }
    .hpopup-btn button{
        font-size: 14px;
    }
    .h-timeline {
        display: none !important;
    }

    .h-slides{
        padding-top: 15%;
    }

.fixedbtnmobile{
    display: inline-block;
}
.h-navbar-nav{
    flex-wrap: wrap;
}
.company-item .heading{
    font-size: 20px;
}
.company-item .subtitle{
    font-size: 14px;
    line-height: 120%;
}
.product-item .heading{
    font-size: 20px;
}
.copyright-text{
    text-align: left !important;
}
.pvc-title{
    font-size: 43px;
}
.hide-durability-item{
    display: none;
}
.comfort-row{
    flex-direction: column;
    gap: 14px;
}
.comfort-life-img{
    max-width: 118px;
    max-height: 187px;
    margin-bottom: 60px;
}
.veka-video-wrapper{
    max-height: 498px;
}
}
@media (max-width: 576px){
    .btn-quote-item{
        display: none;
    }
    .header-logo{
        margin-right: 0;
    }
    .h-swiper-container  .swiper-slide img {
        height: 603px;
    }
    .company-img img{
        height: 280px;
    }
    .company-two,.company-three, .company-four, .company-five, .company-six{
        margin-top: 32px;
    }
    .product-item .heading{
        font-size: 18px;
    }
    .durability-row{
        padding: 0 !important;
    }
    .comfort-life {
        padding: 30px 10px 20px;
    }
    .project-col-para{
        font-size: 16px;
    }
    .work-btn{
        padding: 12px 28px;
    }
    .detail-img{
        margin-bottom: 40px;
    }
    
}


