/***TOP BANNER***/
.topbanner.section {
        background-image: url(/wp-content/uploads/2024/07/topbanner-bg.jpg);
        background-position: center bottom;
        background-size:cover;
        background-repeat:no-repeat
}
.topbanner.section{
    padding-top: 26%;
    padding-bottom: clamp(32px, 3%, 48px);
}
.topbanner .title-col{
    width:100%
}
.topbanner .maintitle {
    font-style: italic;
    color:var(--secondary);
    text-align:center;
    margin-bottom: 20px
}
.topbanner .sp-maintitle{
    font-style: italic;
    color:var(--gray);
    text-align: center;
}
.topbanner .cta-col{
    width:50%;
    margin-left:auto;
    padding-top: 5%;
    padding-right: 16px;
    padding-left: 16px;
}
.topbanner .cta-col .subtitle{
    font-style: italic;
    color:var(--secondary);
    text-align:center
}
.topbanner .cta-col .btn-col{
    width:100%;
    display:flex;
    justify-content:center;
    gap: 20px;
}
.topbanner .cta-col .btn-col .btn{
    white-space:nowrap;
    width: 45%;
    min-width:fit-content;
    font-size: clamp(18px, 2vw, 24px);
    gap: 8px;
    font-weight: 500;
    padding-top: 14px;
    padding-bottom: 14px;
}
.topbanner .cta-col .btn-col .btn svg{
    width: 22px;
}
.topbanner .cta-col .btn-col .btn-white svg{
    fill: var(--gray);
}
.topbanner .cta-col .btn-col .btn-blue svg{
    fill: var(--white);
}
.topbanner .cta-col .btn-col .btn-blue:hover svg{
    fill: var(--primary);
}
@media(max-width: 1700px){
    .topbanner .cta-col{
        padding-top:32px
    }
}
@media(max-width: 1440px){
    .topbanner .cta-col{
        padding-top:0
    }
    .topbanner .cta-col .subtitle{
        margin-bottom: 12px
    }
}
@media(max-width: 1024px){
    .topbanner.section{
        padding-top: clamp(32px, 4%, 72px)
    }
    .topbanner .cta-col{
        width:100%;
    }
    .topbanner.section{
        box-shadow: inset 0 330vw 0 0 #ffffffcf;
    }
}
@media(max-width: 500px){
    .topbanner .cta-col .btn-col .btn{
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .topbanner .cta-col .btn-col{
        flex-wrap:wrap;
        gap:8px
    }
}

/***PEACE***/
.peace-sctn .section-wrap {
    justify-content:space-between
}
.peace-sctn .title-col{
    background: linear-gradient(90deg, rgba(0,46,84,1) 0%, rgba(0,83,152,1) 100%);
    border-radius: 0 50px 50px 0;
    transform: skewX(-18deg);
    padding:80px;
    width: 80%;
    margin-left: -40%;
    margin-top: -17%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.peace-sctn .maintitle{
    transform: skewX(18deg);
    font-size:var(--font-size--big);
    margin:0;
    max-width: 700px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--white);
    color:transparent;
    font-style: italic;
}
.peace-sctn .title-secondary-col{
    width:48%;
    padding-top: 72px
}
.peace-sctn .sp-maintitle{
    color: var(--secondary);
    font-style: italic;
    margin-bottom: 8px
}
.peace-sctn .subtitle {
    font-weight: 400;
    color: var(--gray);
    font-style: italic;
    font-size: clamp(18px, 2vw, 24px)
}
.peace-sctn .text-col {
    padding-top:32px
}
.peace-sctn .text-col p{
    text-align:center
}
.peace-sctn .text-col .list-col{
    max-width:880px;
    margin:0 auto
}
.peace-sctn .text-col .list-col ul{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    position:relative
}
.peace-sctn .text-col .list-col ul li{
    width:48%;
    max-width: 370px;
    margin-bottom: 10px;
    font-size: 18px;
    text-wrap: balance;
}
.peace-sctn .text-col>picture img{
    margin: 20px auto;
    display:block
}
@media(max-width:1700px){
    .peace-sctn .title-col{
        padding:50px;
        width: 70%;
        margin-left: -24%;
        margin-top: -14%;
    }
}
@media(max-width:1600px){
    .peace-sctn .title-col{
        padding:32px;
        width: 65%;
        margin-left: -20%;
    }
    .peace-sctn .maintitle{
        max-width: 630px;
    }
    .peace-sctn .title-secondary-col{
        padding-top:52px
    }
}
@media(max-width:1440px){
    .peace-sctn .title-col{
        width: 60%;
        margin-left: -15%;
        margin-top: -10%;
    }
    .peace-sctn .maintitle{
        max-width: 560px;
    }
    .peace-sctn .title-secondary-col{
        padding-top:52px
    }
}
@media(max-width:1300px){
    .peace-sctn .title-secondary-col {
        padding-top: 32px;
    }
    .peace-sctn .maintitle{
        max-width: 430px;
    }
}
@media(max-width: 1024px){
    .peace-sctn .title-col{
        width:110%;
        margin-top:5%
    }
    .peace-sctn .maintitle{
        max-width: 100%;
        text-align:center;
        margin-left: 15%
    }
    .peace-sctn .title-secondary-col{
        width: 100%;
        text-align:center
    }
    .peace-sctn .text-col{
        padding-top:0
    }
}
@media(max-width:720px){
    .peace-sctn .text-col .list-col ul li{
        max-width: 200px;
        text-align:center
    }
    .peace-sctn .text-col .list-col{
        max-width: 500px
    }
}
@media(max-width:500px){
    .peace-sctn .text-col .list-col ul li{
        max-width: 100%;
        width:100%;
    }
    .peace-sctn .maintitle{
        -webkit-text-stroke-width: 1px;
    }
}
@media(min-width:501px){
    .peace-sctn .text-col .list-col ul::after{
        content: "";
        position:absolute;
        height: 110%;
        width: 2px;
        background-color:var(--secondary);
        top: -5%;
        right: 0;
        left:0;
        margin:auto
    }
}

/***TOP PRODUCTS***/
.topproducts-sctn.section {
    padding-bottom:52px;
    padding-right:0;
    padding-left:0
}
.topproducts-sctn .section-wrap{
    max-width:100%;
    justify-content: space-between;
    align-items: flex-start;
}
.topproducts-sctn .title-col{
    width:100%;
    text-align:center;
    padding-right: 16px;
    padding-left: 16px;
}
.topproducts-sctn .maintitle{
    font-size:var(--font-size--big);
    color:var(--secondary);
    font-style:italic;
    margin-bottom: 8px
}
.topproducts-sctn .sp-maintitle{
    color:var(--gray);
    font-style:italic;
}
.topproducts-sctn .product-col{
    display:flex;
    width: 43%;
    margin-top: -48px;
    justify-content: space-between;
}
.topproducts-sctn .product-col .img-col{
    width:40%;
}
.topproducts-sctn .product-col img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.topproducts-sctn .product-col-1 img{
    border-radius: 0 32px 32px 0;
    object-position: right;
}
.topproducts-sctn .product-col-2 img{
    border-radius: 32px 0 0 32px;
}
.topproducts-sctn .product-col .text-col{
    width: 55%;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: flex-end;
    padding: 64px 20px 0 20px;
}
.topproducts-sctn .product-col .sp-subtitle{
    display:block;
    text-align:left;
    color:var(--gray);
    padding-right: 10%;
}
.topproducts-sctn .product-col .subtitle{
    font-weight: 900;
    text-align:right;
    font-style:italic;
    color:var(--secondary);
    font-size: clamp(22px, 2.5vw, 32px);
    width: 100%;
    max-width: 240px;
}
@media(max-width:1200px){
    .topproducts-sctn .product-col .text-col{
        width:60%
    }
}
@media(max-width:1024px){
    .topproducts-sctn .product-col-1{
        flex-direction:column
    }
    .topproducts-sctn .product-col-2{
        flex-direction:column-reverse;
    }
    .topproducts-sctn .product-col{
        margin-top: 0;
    }
    .topproducts-sctn .product-col .img-col{
        width:100%;
    }
    .topproducts-sctn .product-col .img-col img{
        max-height: 200px
    }
    .topproducts-sctn .product-col .text-col{
        width:100%;
        padding-top: 20px
    }
    .topproducts-sctn .sep-img{
        margin-top:auto
    }
}
@media(max-width: 594px){
    .topproducts-sctn .sep-img{
        display:none
    }
    .topproducts-sctn .product-col{
        width:100%
    }
    .topproducts-sctn .product-col-1 .text-col{
        padding-bottom: 32px
    }
    .topproducts-sctn .product-col .img-col{
        max-width: 400px;
        margin:0 auto;
        border-radius:20px;
        padding-right:8px;
        padding-left: 8px;
    }
    .topproducts-sctn .product-col .img-col img{
        border-radius:20px
    }
    .topproducts-sctn .product-col .sp-subtitle{
        text-align:center;
        padding-right:0
    }
    .topproducts-sctn .product-col .subtitle{
        text-align:center;
        margin-bottom: 10px
    }
}
/***CTA BANNER***/
@media(min-width: 501px){
    .cta-banner.section{
        background-image: url(/wp-content/uploads/2024/07/cta-banner-bg.jpg);
        background-position: right;
        background-repeat:no-repeat;     
    }
}
.cta-banner.section{
    max-width: 1670px;
    color:var(--white);
    overflow-y: visible;
    overflow-x: clip;
}
.cta-banner .section-wrap{
    margin-left:auto;
    padding: 32px
}
.cta-banner .title-col{
    width: 55%;
    border-right: 2px solid var(--secondary);
}
.cta-banner .cta-col{
    width:45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cta-banner .section-wrap>picture{
    position:absolute;
    bottom: -48%;
    right: 5%;
	z-index:999;
}
.cta-banner .maintitle {
    color:var(--secondary);
    font-size: clamp(22px, 3vw, 58px);
    font-style: italic;
	margin-bottom: 8px;
}
.cta-banner .maintitle .sp-block{
    display:block
}
.cta-banner .sp-maintitle{
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: var(--white);
    color: transparent;
    margin-bottom:0;
    font-style: italic
}
.cta-banner .cta-col p{
    font-size: clamp(18px, 2vw, 28px);
    line-height:1.2;
    text-align:center;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 24px;
    text-wrap: balance;
}
.cta-banner .btn.btn-white {
    gap: 12px;
    width: 100%;
    max-width: 290px;
    padding: 16px 32px;
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 600;
    font-style: italic;
    margin: 0 auto;
}
.cta-banner .btn.btn-white svg{
    fill: var(--gray);
    width: 22px;
}
@media(max-width: 1600px){
    .cta-banner .section-wrap{
        margin-right:auto;
    }
}
@media(max-width: 1024px){
    .cta-banner .btn.btn-white{
        padding: 8px 16px;
    }
    .cta-banner .section-wrap>picture{
        max-width: 100px;
        bottom: -35%;
        right: 20px
    }
}
@media(max-width:800px){
    .cta-banner .title-col{
        border-right:0;
        width: 100%;
        text-align:center;
        margin-bottom: 32px
    }
    .cta-banner .maintitle .sp-block{
        display:inline;
    }
    .cta-banner.section{
        background-position:70%
    }
    .cta-banner .maintitle{
        margin-bottom: 8px
    }
    .cta-banner .section-wrap{
        padding-right:0;
        padding-left:0
    }
    .cta-banner .cta-col{
        width: 60%
    }
}
@media(max-width:500px){
    .cta-banner.section{
        background-color: var(--dark-primary);
    }
    .cta-banner .cta-col{
        width: 100%
    }
    .cta-banner .section-wrap>picture{
        max-width: 80px;
        bottom: -20%;
    }
}
/***PRODUCTS***/
@media(min-width: 501px){
    .products-sctn.section {
        background-image: url(/wp-content/uploads/2024/07/products-bg.jpg);
        background-position:center;
        background-repeat:no-repeat;
    }
}
.products-sctn.section{
    padding-top: clamp(52px, 7%, 127px);
    padding-bottom: clamp(52px, 9%, 170px);
}
.products-sctn .slider-cont .slide-content{
    display:flex;
}
.products-sctn .slider-cont{
    max-width: 100%
}
.products-sctn .splide__arrow{
    background-color: transparent;
    height: auto;
    width:auto
}
.products-sctn .slider-cont .splide__arrow--next{
    right:-10%
}
.products-sctn .slider-cont .splide__arrow--prev{
    left:-10%
}
.products-sctn .splide__arrow svg{
    fill: var(--secondary);
    height: 140px;
    width: 80px;
}
.products-sctn .slide-content .img-col{
    width:50%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.products-sctn .slide-content .text-col{
    padding-bottom: 42px;
    width:50%;
    padding-left: 72px;
}
.products-sctn .maintitle{
    color:var(--secondary);
    font-weight: 300;
    font-family: var(--font-family--h4);
    margin-bottom: 0;
}
.products-sctn .subtitle {
    font-weight: 300;
    font-family: var(--font-family--h4);
}
.products-sctn .splide__pagination{
    justify-content:flex-start;
    padding-left: 20%;
    gap: 20px;
    bottom: -1em;
}
.products-sctn .splide__pagination__page{
    opacity:1;
    height: 16px;
    width: 16px;
    border: 2px solid var(--secondary);
    background-color:transparent;
}
.products-sctn .splide__pagination__page.is-active{
    background-color:var(--secondary);
    transform: none;
}
.products-sctn .btn-col{
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    margin-left: auto;
}
.products-sctn .btn-col .btn{
    width:45%;
    max-width: 280px;
    min-width:fit-content;
    white-space:nowrap;
    font-size:clamp(18px, 2vw, 24px);
    font-weight: 500;
    font-style: italic;
    gap: 8px
}
.products-sctn .btn-col .btn svg{
    max-width: 22px;
    min-width: 22px;
}
.products-sctn .btn.btn-blue svg{
    fill: var(--white)
}
.products-sctn .btn.btn-blue-border svg{
    fill: var(--gray)
}
.products-sctn .btn.btn-blue-border:hover svg{
    fill: var(--white)
}
.products-sctn .btn.btn-blue:hover svg{
    fill: var(--secondary);
}
@media(max-width:1600px){
    .products-sctn .slider-cont .splide__arrow--next{
        right: -7%;
    }
    .products-sctn .slider-cont .splide__arrow--prev{
        left: -7%;
    }
    .products-sctn .slider-cont{
        padding-right: 5%;
        padding-left: 5%
    }
}
@media(max-width:1024px){
    .products-sctn .splide__arrow svg{
        height: 80px;
        width: 40px;
    }
}
@media(max-width:800px){
    .products-sctn .slide-content .img-col{
        width:100%;
    }
    .products-sctn .slide-content .text-col{
        width:100%;
        padding-left:0;
        padding-top: 32px;
        text-align:center
    }
    .products-sctn .slider-cont .slide-content{
        flex-wrap:wrap
    }
    .products-sctn .slider-cont .btn {
        margin-right:auto;
        margin-left:auto;
    }
    .products-sctn .splide__pagination{
        padding-left: 0;
        justify-content:center
    }
    .products-sctn .btn-col{
        FONT-WEIGHT: 500;
        width:100%;
        margin-top: 32px;
        flex-wrap: wrap;
        gap: 8px;
    }
}
@media(max-width:400px){
    .products-sctn .btn-col .btn{
        width:100%
    }
}
/***TYPES***/
@media(min-width:501px){
    .types-sctn.section {
        background-image: url(/wp-content/uploads/2024/07/type-bg.jpg);
        background-repeat:no-repeat;
        background-position:center
    }
}
.types-sctn .maintitle{
    font-style: italic;
    color:var(--secondary);
    text-align: center;
    width:100%;
    margin-bottom: 72px;
}
.types-sctn .type-cont,
.types-sctn .options-cont{
    display:flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
.types-sctn .btn-col{
    width:100%;
    display: flex;
    justify-content: center;
    padding-top: 32px;
}
.types-sctn hr{
    width:100%;
    background-color:var(--secondary);
    height: 4px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.types-sctn .type-cont .type-col{
    width: 30%;
    max-width: 360px;
}
.types-sctn .type-cont .type-col img{
    max-width: 165px
}
.types-sctn .type-col p{
    margin-bottom: 0
}
.types-sctn .subtitle{
    color: var(--secondary);
    font-style: italic;
}
.types-sctn .sp-subtitle{
    color:var(--gray);
    font-size: clamp(16px, 1.5vw, 18px);
    display:block
}
.types-sctn .options-cont .type-col{
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    width: 23%
}
.types-sctn .options-cont .type-col img{
    border-radius: 50%;
    margin-bottom: 32px
}
.types-sctn .options-cont .type-col .subtitle{
    margin-bottom: 10px
}
.types-sctn.section {
    padding-bottom: clamp(32px, 4%, 72px)
}
@media(max-width:900px){
    .types-sctn .options-cont .type-col{
        width: 45%;
    }
    .types-sctn .options-cont{
        flex-wrap:wrap;
        justify-content:space-evenly
    }
}
@media(max-width:700px){
    .types-sctn .type-cont{
        flex-wrap:wrap;
        justify-content:space-evenly
    }
    .types-sctn .type-cont .type-col{
        width:45%;
        text-align:center;
    }
    .types-sctn .maintitle{
        margin-bottom: 32px
    }
}
@media(max-width:500px){
    .types-sctn .type-cont .type-col,
    .types-sctn .options-cont .type-col{
        width:100%;
        max-width: 300px
    }
    .types-sctn .maintitle{
        margin-bottom: 16px
    }
}
/***CUSTOM***/
.custom-sctn.section {
    padding-bottom: clamp(32px, 4%, 72px);
    padding-top:clamp(32px, 6%, 100px)
}
.custom-sctn .text-col{
    width:50%;
}
.custom-sctn .img-col{
    width:50%;
    display:flex;
    align-items: center;
}
.custom-sctn .maintitle {
    color:var(--secondary);
    margin-bottom:0;
    font-style:italic
}
.custom-sctn .maintitle .sp-block{
    display:block
}
.custom-sctn .sp-maintitle{
    color:var(--gray);
    font-style:italic
}
.custom-sctn .text-col-2 .maintitle .sp-block{
    color:var(--gray);
    font-size: 18px;
    margin-bottom:32px
}
.custom-sctn .text-col-1{
    padding-right: 65px;
}
.custom-sctn .img-col-1{
    margin-bottom: 72px;
    gap: 56px;
}
.custom-sctn .img-col-2{
   margin-left: -55%;
   width: 100%;
   justify-content: flex-end;
}
.custom-sctn .text-col-2{
    padding-left: 62px;
    padding-top:32px
}
@media(max-width:1024px){
    .custom-sctn .text-col-1{
        padding-right:32px
    }
    .custom-sctn .text-col-2{
        padding-left:32px
    }
    .custom-sctn .img-col-1{
        gap: 32px
    }
}
@media(max-width:800px){
    .custom-sctn .text-col{
        width:100%;
        text-align:center;
    }
    .custom-sctn .img-col{
        width:100%;
    }
    .custom-sctn .text-col .btn{
        margin-right:auto;
        margin-left:auto;
    }
    .custom-sctn .text-col-1{
        order:1;
        padding-right: 0;
    }
    .custom-sctn .img-col-1{
        order:2;
        justify-content: center;
        margin-top: 32px;
        margin-bottom: 0;
    }
    .custom-sctn .text-col-2{
        order:3;
        padding-left: 0;
        padding-top: 52px;
        padding-bottom: 32px;
    }
    .custom-sctn .img-col-2{
        order:4;
        margin-left:0;
    }
    .custom-sctn .sp-maintitle,
    .custom-sctn .text-col-2 .maintitle .sp-block{
        margin-bottom:10px
    }
    .custom-sctn .text-col p{
        text-wrap:balance
    }
}
.custom-sctn .btn-col {
    padding-bottom:10%
}
@media(max-width:800px){
    .custom-sctn .btn-col {
        order:5
    }
}
/***INSTALL***/
.install-sctn.section{
    padding-right:0;
    padding-left:0;
}
.install-sctn .section-wrap {
    max-width: 100%
}
.install-sctn .img-col-1{
    width: 50%;
    margin-left:auto;
    margin-top: -8%;
    display: flex;
    z-index: 10;
}
.install-sctn .install-col {
    border-radius: 0 50px 50px 0;
    transform: skewX(-18deg);
    background-color: #035da6d9;
    color:var(--white);
    margin-left: -6%;
    width: 75%;
    margin-right: auto;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    margin-top: -10%;
    padding: 72px 120px;
}
.install-sctn .install-col .in-col{
    transform: skewX(18deg);
    max-width: 980px;
}
.install-sctn .img-col-2{
    margin-left:auto;
    border-radius: 50px 0 0 50px;
    transform: skewX(18deg);
    overflow:hidden;
    display:flex;
    margin-right: -11%;
    margin-top: -14%;
    width: 95%;
}
.install-sctn .repair-col{
    border-radius: 50px 0 0 50px;
    transform: skewX(18deg);
    background: linear-gradient(90deg, rgba(0,46,84,1) 0%, rgba(0,83,152,1) 100%);
    color:var(--white);
    margin-right: -6%;
    width: 70%;
    margin-left:auto;
    margin-top: -12%;
    padding: 100px;
}
.install-sctn .repair-col .in-col{
    transform: skewX(-18deg);
    max-width: 850px
}
.install-sctn .install-col .maintitle{
    max-width: 550px;
}
.install-sctn .maintitle{
    font-size: var(--font-size--big);
    font-style: italic;
    line-height:1;
    margin-bottom:0
}
.install-sctn .install-col .maintitle .sp-block{
    text-align:right;
}
.install-sctn .maintitle .sp-block{
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--white);
    color: transparent;
    display:block;
}
.install-sctn .sp-maintitle{
    font-style: italic
}
.install-sctn .install-col .btn-col{
    display:flex;
    gap: 20px;
    align-items: center;
    max-width: 800px;
}
.install-sctn .install-col .btn-col .btn{
    width:30%;
    white-space:nowrap;
    gap:8px;
    font-weight: 500;
    font-style: italic;
}
.install-sctn .install-col .btn-col .btn svg {
    max-width: 22px;
    min-width: 22px;
}
.install-sctn .install-col .btn-white{
    padding-top: 16px;
    padding-bottom: 16px
}
.install-sctn .install-col .btn-white svg{
    fill: var(--gray)
}
.install-sctn .install-col .btn-blue svg{
    fill: var(--white)
}
.install-sctn .install-col .btn-blue{
    background-color:var(--dark-primary);
    padding-top: 16px;
    padding-bottom: 16px
}
.install-sctn .btn.btn-border{
    color: var(--white);
    border-color:var(--white)
}
@media(max-width:1600px){
    .install-sctn .install-col{
        margin-left: -9%;
        padding: 52px 72px;
        width: 85%;
    }
    .install-sctn .install-col .in-col{
        max-width: 850px
    }
}
@media(max-width:1440px){
    .install-sctn .repair-col{
        margin-right: -8%;
        width: 75%;
    }
    .install-sctn .repair-col .in-col{
        max-width: 600px
    }
}
@media(max-width:1200px){
    .install-sctn .install-col .in-col{
        max-width: 700px
    }
    .install-sctn .repair-col{
        padding: 52px 80px
    }
    .install-sctn .install-col .maintitle{
        max-width: 400px
    }
}
@media(max-width:1024px){
    .install-sctn .install-col{
        width:95%
    }
    .install-sctn .repair-col{
        width:95%;
        margin-top: -6%
    }
    .install-sctn .install-col .maintitle{
        max-width: 330px
    }
}
@media(max-width: 800px){
    .install-sctn .install-col{
        width: 100%;
        margin-left: -10%;
        padding: 32px 32px 32px 15%;
        transform: skewX(-6deg);
    }
    .install-sctn .install-col .in-col{
        transform: skewX(6deg);
    }
    .install-sctn .install-col .maintitle{
        max-width: 260px
    }
    .install-sctn .repair-col{
        width:100%;
        margin-right: -10%;
        padding: 32px 15% 32px 52px;
        transform: skewX(6deg);
    }
    .install-sctn .repair-col .in-col{
        transform: skewX(-6deg);
    }
}
@media(max-width: 650px){
    .install-sctn .maintitle .sp-block{
        -webkit-text-stroke-width: .8px;
    }
    .install-sctn .install-col .maintitle{
        max-width: 210px
    }
    .install-sctn .install-col .btn-col{
        flex-wrap:wrap;
        gap: 8px;
        justify-content:space-evenly
    }
    .install-sctn .install-col .btn-col .btn{
        width:46%
    }
    .install-sctn .install-col,
    .install-sctn .repair-col{
        width:105%
    }
    .install-sctn .repair-col{
        margin-top: -3%;
    }
    .install-sctn .img-col-2{
        margin-top: -3%;
    }
}
@media(max-width: 400px){
    .install-sctn .install-col .btn-col .btn{
        width:80%
    }
    .install-sctn .install-col .maintitle{
        max-width: 180px;
        margin-right:auto;
        margin-left:auto;
    }
    .install-sctn .install-col .maintitle .sp-block{
        text-align:center
    }
    .install-sctn .img-col-1{
    width: 65%;
    }
    .install-sctn .install-col{
        width: 100%;
        margin-left: 0;
        transform:none;
        border-radius:0;
        padding: 52px 16px
    }
    .install-sctn .install-col .in-col{
        transform:none;
        text-align:center
    }
    .install-sctn .img-col-2{
        margin-top:0;
        transform: none;
        border-radius:0;
        width:100%;
        margin-right:0
    }
    .install-sctn .repair-col{
        margin-top:0;
        border-radius:0;
        transform:none;
        text-align:center;
        margin-right:0;
        padding: 52px 16px
    }
    .install-sctn .repair-col .in-col{
        transform: none
    }
    .install-sctn .repair-col .btn{
        width:100%
    }
}
/***AUTOMATIC***/
@media(min-width: 501px){
    .automatic-sctn.section {
        background-image: url(/wp-content/uploads/2024/07/automatic-bg.jpg);
        background-position: left;
        background-repeat:no-repeat;
    }
}
.automatic-sctn.section{
    padding-top: clamp(32px, 8%, 140px);
    padding-bottom: clamp(32px, 8%, 140px);
}
.automatic-sctn .title-col{
    width: 60%;
}
.automatic-sctn .img-col{
    width:40%
}
.automatic-sctn .img-col img{
    margin-top: 10%
}
.automatic-sctn .maintitle{
    color:var(--secondary);
    font-style: italic;
    font-size: var(--font-size--big);
    line-height:1;
    margin-bottom:8px
}
.automatic-sctn .sp-maintitle{
    font-style: italic;
    color:var(--gray)
}
.automatic-sctn .img-col .btn-col{
    width:100%;
    display:flex;
    gap: 12px;
    margin-top: -14%;
}
.automatic-sctn .btn-col .btn{
    width: 40%;
    max-width: 280px;
    min-width:fit-content;
    white-space:nowrap;
    font-weight: 500;
    font-style: italic;
    gap: 8px;
    padding: 12px 32px;
}
.automatic-sctn .btn-col .btn svg{
    max-width: 22px;
    min-width: 22px;
}
.automatic-sctn .btn.btn-blue svg{
    fill: var(--white)
}
.automatic-sctn .btn.btn-blue-border svg{
    fill: var(--gray)
}
.automatic-sctn .btn.btn-blue-border:hover svg{
    fill: var(--white)
}
.automatic-sctn .btn.btn-blue:hover svg{
    fill: var(--secondary);
}
.automatic-sctn hr{
    width:84%;
    position:absolute;
    height: 16px;
    background-color: var(--dark-secondary);
    bottom:0;
    margin:0;
    border-radius: 0 50px 50px 0;
    left:0
}
@media(max-width: 1024px){
    .automatic-sctn .img-col .btn-col{
        flex-wrap:wrap
    }
    .automatic-sctn .btn-col .btn{
        width: 70%
    }
}
@media(max-width: 800px){
    .automatic-sctn .btn-col .btn{
        width: 45%
    }
    .automatic-sctn .title-col{
        width: 100%;
        text-align:center
    }
    .automatic-sctn .img-col{
        width:100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .automatic-sctn .btn.btn-border{
        margin:0 auto
    }
    .automatic-sctn .img-col img{
        margin-top:32px;
        max-width: 400px;
        width:100%
    }
    .automatic-sctn .img-col .btn-col{
        justify-content:center
    }
}
@media(max-width: 500px){
    .automatic-sctn .btn-col .btn{
        width: 100%
    }
}
/***REVIEWS***/
.reviews-sctn.section {
    padding-right:0;
    padding-left:0;
	z-index: 99
}
.reviews-sctn .section-wrap{
    max-width:1620px;
    margin-right:auto
}
.reviews-sctn .img-col{
    display: flex;
    width: 55%;
}
.reviews-sctn .img-col img{
    width:100%;
    height:100%;
    object-fit:cover
}
.reviews-sctn .title-col{
    width: 50%;
    margin-left: -5%;
    padding-top: 6%;
    padding-right: 16px;
}
.reviews-sctn .maintitle{
    font-size: clamp(24px, 3.5vw, 60px);
    color:var(--secondary);
    font-style: italic;
    margin-bottom: 8px
}
.reviews-sctn .sp-maintitle{
    color: var(--gray);
    font-style: italic
}
.reviews-sctn .title-col .name{
    color:Var(--gray);
    font-style: italic;
    font-size: clamp(18px, 2vw, 22px);
}
.reviews-sctn .title-col .name .stars{
    font-style:normal;
    padding-left: 20px;
    color: #ffd73e
}
.reviews-sctn .review-cont{
    max-width:1300px;
    width:100%;
    margin-left:auto;
    display:flex;
    gap: 32px;
    justify-content:space-between;
    align-items: flex-start;
}
.reviews-sctn .review-col{
    width:30%;
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: 0 0 20px 0 #00000069;
    padding: 0 32px 32px 32px
}
.reviews-sctn .review-col img{
    margin-top: -20px
}
.reviews-sctn .review-col p{
    margin-bottom: 10px
}
.reviews-sctn .review-col p.name{
    margin-bottom:0;
    font-size: 18px;
    font-weight: 600;
    display:flex;
    justify-content:space-between;
    color:var(--gray);
    align-items: center;
}
.reviews-sctn .review-col p.name .stars{
    color: #005398
}
@media(max-width:1620px){
    .reviews-sctn .review-cont{
        margin-right:auto;
        padding-right: 16px;
        padding-left: 16px;
    }
}
@media(max-width:1368px){
    .reviews-sctn .review-cont{
        margin-top: 0
    }
}
@media(max-width:1024px){
    .reviews-sctn .review-col p.name{
        flex-direction:column;
        text-align:center
    }
    .reviews-sctn .review-col p{
        text-align:center
    }
    .reviews-sctn .review-col{
        width: 45%;
    }
    .reviews-sctn .review-cont{
        flex-wrap:wrap;
        justify-content:space-evenly;gap:52px
    }
}
@media(max-width:600px){
    .reviews-sctn .img-col{
        width: 100%;
        order:2
    }
    .reviews-sctn .title-col{
        width: 100%;
        margin-left: 0;
        padding-left: 16px;
        text-align:center;
        order:1;
        padding-top: 32px;
    }
    .reviews-sctn .review-cont{
        order:3;
        margin-top: -30%
    }
    .reviews-sctn .review-col{
        padding: 0 20px 20px 20px
    }
}
@media(max-width:551px){
    .reviews-sctn .review-col{
        width: 100%;
    }
}

/***ABOUT***/
.about-sctn.section {
    background: linear-gradient(0, rgb(0 33 59) 40%, rgba(0, 83, 152, 1) 100%);
    margin-top: -8%;
    padding-top: clamp(52px, 15%, 185px);
    color:Var(--white);
    padding-bottom: clamp(52px, 7%, 125px);
}
.about-sctn .title-col{
    width:50%;
    padding-right: 20px;
}
.about-sctn .maintitle{
    text-transform:uppercase;
    line-height: 1;
    font-size: var(--font-size--big);
    font-style:italic;
    max-width: 420px
}
.about-sctn .maintitle .sp-block {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--white);
    color: transparent;
    display: block;
    text-transform:capitalize;
    text-align:right;
    font-size: clamp(32px, 4.5vw, 83px);
}
.about-sctn .video-col{
    width: 73%;
    margin-right: -25%;
    display: flex;
    justify-content: flex-end;
    border-left: 4px solid var(--secondary);
    padding: 20px 0 20px 20px;
    align-items: center;
}
.about-sctn .list-col{
    width: 100%;
    margin-top: 64px;
    position:relative
}
.about-sctn .title-col .title-in{
    display:flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
}
.about-sctn .subtitle {
    font-style:italic;
    text-align:center;
    position: relative;
    z-index: 9;
}
.about-sctn .list-col .text{
    font-weight: 600;
    font-style: italic;
}
.about-sctn .list-col ul{
    list-style: none;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    gap: 24px;
    justify-content:space-between;
    padding-right:8%;
    padding-left: 8%;
    position: relative;
    z-index: 9;
}
.about-sctn .list-col ul li{
    width: 30%;
    display:flex;
    gap:8px;
    align-items: center;
    max-width: 310px
}
.about-sctn .list-col ul li img{
    min-width:21px;
    max-width: 21px
}
.about-sctn .list-col .btn-col{
    display:flex;
    justify-content:center;
    gap: 24px;
    margin-top: 52px;
    position: relative;
    z-index: 9;
}
.about-sctn .list-col .btn-col .btn{
    width:30%;
    max-width: 270px;
    font-size: clamp(18px, 2vw, 24px);
    min-width: fit-content;
}
.about-sctn .video-col iframe{
    width:100%;
    height:100%;
    min-height:300px
}

@media(min-width:501px){
    .about-sctn .list-col::after{
        content: "";
        width: 50%;
        height: 84%;
        display:block;
        position:absolute;
        border-radius: 20px;
        border: 3px solid var(--white);
        top: 17px;
        right: -5%;
        clip-path: polygon(65% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .about-sctn .list-col::before{
        content: "";
        width: 50%;
        height: 84%;
        display:block;
        position:absolute;
        border-radius: 20px;
        border: 3px solid var(--white);
        top: 17px;
        left: -5%;
        clip-path: polygon(0 0, 35% 0, 100% 100%, 0% 100%);;
    }
}
@media(max-width:1800px){
    .about-sctn .video-col{
        width: 70%;
        margin-right: -20%;
    }
}
@media(max-width:1700px){
    .about-sctn .video-col{
        width: 65%;
        margin-right: -16%;
    }
}
@media(max-width:1600px){
    .about-sctn .video-col{
        width: 60%;
        margin-right: -13%;
    }
    .about-sctn .maintitle{
        max-width: 360px
    }
}
@media(max-width:1440px){
    .about-sctn .video-col{
        width: 50%;
        margin-right: 0;
    }
    .about-sctn .list-col::after{
        right: 0;
        clip-path: polygon(72% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .about-sctn .list-col::before{
        left: 0;
        clip-path: polygon(0 0, 28% 0, 100% 100%, 0% 100%);
    }
}
@media(max-width: 1300px){
    .about-sctn .title-col .title-in img{
        width: 30%;
        max-width: 100%;
    }
    .about-sctn .maintitle{
        max-width: 290px
    }
}
@media(max-width:1024px){
    .about-sctn .list-col::after,
    .about-sctn .list-col::before{
        height: 87%
    }
}
@media(max-width:900px){
    .about-sctn .maintitle{
        max-width: 220px
    }
    .about-sctn .maintitle .sp-block {
        -webkit-text-stroke-width: 1px;
    }
}
@media(max-width:800px){
    .about-sctn .title-col{
        width:100%;
        padding-right:0;
        text-align:center
    }
    .about-sctn .maintitle{
        max-width:500px;
        margin-right:auto;
        margin-left:auto
    }
    .about-sctn .title-col .title-in img{
        width: 150px
    }
    .about-sctn .title-col .title-in{
        flex-direction:column;
        align-items:center;
        gap:0
    }
    .about-sctn .video-col{
        width:100%;
        border-top:3px solid var(--secondary);
        border-left:0;
        padding-bottom: 0;
        padding-right: 20px
    }
    .about-sctn .list-col{
        margin-top:32px
    }
    .about-sctn .list-col ul li{
        width:46%
    }
    .about-sctn .list-col::after,
    .about-sctn .list-col::before{
        height:90%;
        top: 10px
    }
    .about-sctn .list-col::after{
        clip-path: polygon(90% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .about-sctn .list-col::before{
        clip-path: polygon(0 0, 10% 0, 100% 100%, 0% 100%);
    }
    .about-sctn .maintitle .sp-block{
        text-align:center
    }
}
@media(max-width:650px){
    .about-sctn .subtitle{
        padding-right:10%;
        padding-left:10%
    }
    .about-sctn .list-col::after,
    .about-sctn .list-col::before{
        height:92%;
        top: 10px
    }
}
@media(max-width:500px){
    .about-sctn .subtitle,
    .about-sctn .list-col ul{
        padding-right:0;
        padding-left:0;
        font-size: clamp(24px, 2vw, 29px);
    }
    .about-sctn .list-col .btn-col{
        flex-wrap:wrap;
        gap:8px;
        margin-top: 20px;
    }
    .about-sctn .list-col .btn-col .btn{
        width:100%
    }
    .about-sctn .list-col ul li{
        width:100%;
        justify-content:center
    }
    .about-sctn .list-col ul{
        justify-content:center
    }
}
/***WARRANTY***/
.warranty-banner.section{
    border-radius: 50px 0 0 50px;
    transform: skewX(18deg);
    background-color: #00457f;
    color: var(--white);
    margin-right: -6%;
    width: 85%;
    margin-left: auto;
    margin-top: -2%;
    padding: 80px 100px;
    margin-bottom: 5%;
}
.warranty-banner .section-wrap{
    transform: skewX(-18deg);
    max-width: 1000px;
    margin-right: auto;
}
.warranty-banner .title-col{
    width:100%;
}
.warranty-banner .maintitle{
    font-style: italic;
}
.warranty-banner .text-col{
    width:60%;
    padding-top:10px;
    padding-bottom: 10px;
    padding-right: 72px;
    border-right: 2px solid var(--white)
}
.warranty-banner .text-col .subtitle{
    margin-bottom:8px
}
.warranty-banner .cta-col{
    width:40%;
    padding: 10px 5%;
    text-align:center
}
.warranty-banner .cta-col .subtitle{
    line-height: 1.2;
    text-wrap:balance
}
.warranty-banner .cta-col .btn{
    margin-right:auto;
    margin-left:auto;
    width:100%;
    font-weight: 600;
    font-style: italic;
    font-size: clamp(20px, 2vw, 24px)
}
@media(max-width:1200px){
    .warranty-banner.section{
        width: 95%;
        padding:52px 80px;
    }
}
@media(max-width:900px){
    .warranty-banner.section{
        width: 100%;
        padding:32px 70px;
        margin-right:-8%
    }
    .warranty-banner .text-col{
        padding-right: 5%
    }
}
@media(max-width:768px){
    .warranty-banner .text-col{
        width:100%;
        border-bottom: 2px solid var(--white);
        border-right:0;
        padding-bottom:32px
    }
    .warranty-banner .text-col p{
        margin-bottom:0
    }
    .warranty-banner .cta-col{
        width:100%;
        max-width: 400px;
        padding-top:32px;
        margin-right: auto;
    }
    .warranty-banner .section-wrap{
        max-width:500px
    }
    .warranty-banner.section{
        margin-right:-10%
    }
}
@media(max-width:600px){
    .warranty-banner.section{
        width: 100%;
        padding:32px 50px;
        margin-right:-8%;
        transform: skewX(6deg);
    }
    .warranty-banner .section-wrap{
        transform: skewX(-6deg);
    }
}
@media(max-width:400px){
    .warranty-banner.section{
        border-radius:0;
        margin-right:0;
        margin-top:0;
        transform:none;
        padding-right:16px;
        padding-left: 16px;
        text-align:center
    }
    .warranty-banner .section-wrap{
        transform: none;
    }
    .warranty-banner .text-col{
        padding-right:0
    }
}
/*FAQ section*/
.section.faq-sctn {background: #005398db;  max-width: 1700px;  transform: skewX(-18deg); border-radius: 0 30px 30px 0;  padding: 70px 50px 70px 190px;  left: -132px;  bottom: -55px;  z-index: 1;}
.section.faq-sctn>.inner-col.section-wrap {transform: skewX(18deg);  justify-content: flex-start;  max-width: 1100px;}
.faq-sctn .maintitle {color: var(--white);  font-style: italic;  margin-bottom: 5px;}
.section.faq-sctn .subtitle {color: var(--white);  margin-bottom: 0;}
.faq-col {margin-top: 40px;  width: 100%;  display: flex;  flex-wrap: wrap;  justify-content: space-between;}
.section.faq-sctn .faq-col>details {width: 48%;  border: 0;}
.section.faq-sctn summary .subtitle {order: 1;}
.section.faq-sctn .faq-col>details summary {justify-content: flex-start;  gap: 10px;}
.ctc-sctn.section::before {content: '';  width: 118%;  height: 54px;  background-color: var(--white);  position: absolute;  top: -26px;  filter: blur(11px);}
.faq-sctn summary::after {background-color: var(--white);  border-radius: 100px;  color: var(--primary);}
.section.faq-sctn .subtitle.h4-style {font-weight: 300;  font-style: italic;}
.faq-sctn p {color: var(--white);}
.faq-sctn a{color:var(--white);text-decoration:underline}
@media (max-width: 1024px) {
.section.faq-sctn {left: -78px;  padding-left: 130px;}
}
@media (max-width: 800px) {
.section.faq-sctn {transform: none;  left: 0;  bottom: -22px;  padding-left: 30px;  padding-right: 30px;  border-radius: 0 0 30px 30px;}
.section.faq-sctn>.inner-col.section-wrap {transform: none;  justify-content: center;}
.faq-sctn .maintitle {text-align: center;}
.section.faq-sctn .subtitle.h4-style {text-align: center;}
}
@media (max-width: 500px) {
.section.faq-sctn .faq-col>details {width: 100%;}
.section.faq-sctn summary .subtitle {text-wrap: wrap;}
.section.faq-sctn {padding-left: 22px;  padding-right: 22px;  padding-top: 45px;  padding-bottom: 45px;}
}

/*Contact Section*/
@media (min-width:501px) {
.ctc-sctn.section {background-image: url(/wp-content/uploads/2024/07/contact-background.jpg); background-repeat:no-repeat;background-position:center}
}
.ctc-sctn.section {padding: 100px 0 100px 30px;  background-color:var(--dark-primary);}
.two-col.form-col {background: #006ebbc4;  padding: 60px 4%;  border-radius: 14px 0 0 14px;}
.ctc-sctn .section-wrap {max-width: none;}
.ctc-sctn .two-col.ctc-col1 {max-width: 640px;  margin-left: auto;  padding-right: 40px;  justify-content: center;}
.ctc-sctn .two-col.ctc-col1 .h3-style {color: var(--white);  font-style: italic;  font-size: clamp(26px, 3vw, 49px);  margin-bottom: 20px;}
.ctc-sctn .two-col.ctc-col1 .h4-style {color: var(--white);  font-weight: 600;  font-style: italic;  font-size: clamp(26px, 3vw, 48px);  margin-bottom: 14px;}
.ctc-sctn .two-col.ctc-col1 .h5-style {color: var(--white);  font-weight: 300;  font-size: 24px;}
.ctc-sctn .two-col.ctc-col1 .btn.btn-white {color: var(--dark-primary);  width: 100%;  max-width: 232px;}
@media (max-width: 800px) {
.ctc-sctn .two-col {max-width: none;  width: 100%;}
.ctc-sctn.section {padding: 60px 24px;}
.ctc-sctn .two-col.ctc-col1 {max-width: none;  margin-bottom: 40px;  text-align: center;  padding-right: 0;  align-items: center;}
.ctc-sctn .two-col.form-col {padding: 40px 25px;  border-radius: 14px;  margin-bottom: 30px;}
.form-a {margin-left: auto;  margin-right: auto;}
}
@media (max-width: 500px) {
.ctc-sctn .two-col.form-col {margin-bottom: 0;}
section.ctc-sctn.section {padding: 60px 20px;}
}
@media (max-width: 475px) {
section.ctc-sctn.section {50px: 18px;  padding: 50px 15px;}
.ctc-sctn .two-col.form-col {padding: 40px 16px;}
}
@media(max-width:1368px){
    .ctc-sctn .two-col.ctc-col1{
        max-width: 500px;
    }
}
@media(max-width:1200px){
    .ctc-sctn .two-col.ctc-col1{
        max-width: 450px;
    }
}
@media(max-width:800px){
    .ctc-sctn .two-col.ctc-col1{
        margin-right:auto;
        max-width: 500px
    }
}