/*
Theme Name: sascleaning
Theme URI: http://sascleaning.com/sascleaning
Author: Flaviasig
Author URI: https://flaviasiv.github.io/Portifolio-Flavia-Sigoli/
Description: Um tema simples para WordPress.
Version: 1.0
*/
@font-face {
    font-family: 'Allrounder Monument Test';
    src: url("assets/font/AllrounderMonumentTest-Regular.otf");
    font-weight: normal;
    font-style: normal;
}
 @font-face {
    font-family: 'Allrounder Monument Test Book';
    src: url("assets/font/AllrounderMonumentTest-Book.otf");;
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'Allrounder Monument Test Italic';
    src: url("assets/font/");
} */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
main{
    color: #fff;
    background: var(--Color-Brand-main, #0B1A60);}
body{
    font-family: 'Montserrat', sans-serif;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html{
    scroll-behavior: smooth;
}
.container{
    position: relative;
    width:100%;
    max-width:100%;
    margin: auto;
}
:root {
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff ;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --scroll: 0
}
swiper-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
a{
    color: inherit;
    text-decoration: none;
}
.btnestimate{
    display: flex;
    height: 30px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px !important;
    border: 1px solid transparent;
    background: var(--Linear, linear-gradient(90deg, #B08B43 0%, #F7F3BA 49.5%, #C0A559 100%)) !important;
}
.btnestimate a{
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 600;
    line-height: 200%;
    color: #0B1A60;
}
.btnestimate a svg path{
    fill:#0B1A60;
}
.btnestimate:hover, .btnservices:hover, .aboutcard:hover, .postul li:hover{
    scale: 1.05;
    transition: 0.1s all ease-in-out;
}
.postul li:hover{
    scale: 1.2;
}
 .postercontainer{
/*    background: url(https://sasbestcleaningservices.com/wp-content/uploads/2025/02/Component1.png) no-repeat;
    background-size: cover;
    background-position: 100%;
    background-position-x: center; */
    padding: 207px 0 140px;
    display: flex;
    justify-content: center;
    -webkit-mask-image:-webkit-gradient(linear, top, bottom, from( #0B1A60), to( #010209));;
    mask-image: linear-gradient(180deg, #0B1A60 0%, #010209 100%);   
    border-radius: 0;
    /* background: linear-gradient(180deg, rgba(11, 26, 96, 0.80) 0%, rgba(1, 2, 9, 0.80) 100%), url(https://sasbestcleaningservices.com/wp-content/uploads/2025/02/Component1.png) lightgray 50% / cover no-repeat; */
    background: linear-gradient(180deg, #0B1A60 0%, #010209 100%);
}
.bgposter{
    position: absolute;
    width: 100%;
    max-width: 1500px;
    object-fit: cover;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.postertitle{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 50px; */
}
.logo{
    width: 100%;
    max-width: 310px;
    z-index: 5;
}
@media screen and (max-width:1400px) {
    .postercontainer{
        overflow: hidden;
    }
    .bgposter{
        width: 1500px;
        object-position: center
    }    
}
.postertitle h3{
    font-size: 13px;
    font-weight: 700;
    line-height: 150%; 
    letter-spacing: 2.6px;
    text-transform: uppercase;
    max-width: 170px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 50px;
}
.postertitle h1{
    font-family: "Allrounder Monument Test";
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    max-width: 260px;
    text-align: center;
    margin-top: 20px;
}
.postul{
    display: flex;
    list-style: none;
    gap: 8px;
    padding-top: 2px;
    z-index: 3;
}
.postulmob li{
    border-radius: 6px;
    background: var(--Linear, linear-gradient(90deg, #B08B43 0%, #F7F3BA 49.5%, #C0A559 100%));
    backdrop-filter: blur(58.132076263427734px);
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    /* border: 0.75px solid var(--Linear, #B08B43); */
}
.postulmob{
    display: none;
}
.linegrad{
    background: linear-gradient(to right, #8E713A 0%, #F9DB66 50%, #8E713A 100%) no-repeat;
    width: 100%;
    height: 2px;
}
.titlecontainer{
    height: 400px;
    display: flex;
    align-items: center;
}
.titletitle, .ig-title{
    position: relative;
    z-index: 4;
    display: flex;
    width: 100%;
    max-width: 725px;
    margin: auto;
    align-items: center;
    gap: 32px;
}
.videoposter{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 400px;
}
.videoposter video{
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 400px;
    object-fit: cover;
    -webkit-mask-image:-webkit-gradient(linear, top, bottom, from(rgba(98, 72, 41, 0.00)), to( #000));
    mask-image: linear-gradient(to bottom, rgba(11, 26, 96, 0.70) 0%, rgba(1, 2, 9, 0.70) 100%);   
    z-index: 1;
}
.videoposter .overlay{
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(11, 26, 96, 0.70) 0%, rgba(1, 2, 9, 0.70) 100%), lightgray 0px -248.84px / 100% 249.496% no-repeat;
    z-index: -1px;
    right: 0;
    top: 0;
}
.titletitle h5, .ig-title h5{
    color: #FFF;
    font-size: 21.947px;
    font-weight: 700;
    line-height: 150%; 
    letter-spacing: 4.389px;
    text-transform: uppercase;
    text-align: right;
}
.titletitle h2, .ig-title h2{
    color: #FFF;
    text-shadow: 0px 0px 27.1px rgba(255, 255, 255, 0.90);
    font-family: "Allrounder Monument Test";
    font-size: 80px;
    font-weight: 400;
    line-height: 90%;
}
.bg-gradient{
    background: linear-gradient(180deg, #0B1A60 0%, #010209 100%);
}
.servicescontainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    padding: 80px 0;
}
.servicestitle p{
    color: var(--Color-Neutral-white, #FFF);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    max-width: 576px;
    text-align: center;
}
.servicesgrid{
    width: 100%;
    overflow: hidden;
}
swiper-slide {
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 swiper-slide img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
.swiper1, .servicescard{
    position: relative;
    width: 100%;
    max-width: 202px;
}
.servicescard {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
    margin-bottom: 40px;
}
.serva:hover{
    border-radius: 16px;
    box-shadow: 0px 0px 58px 0px rgba(255, 255, 255, 0.50);
    transition: 0.1s all ease-in-out;
}
.btnserv:hover{
    box-shadow: 0px 0px 18px 0px rgba(255, 255, 255, 0.50);
    transition: 0.1s all ease-in-out;
}
.serva{
    display: flex;
    flex-direction: column;
}
.serva h2{
    position: absolute;
    bottom: 70px;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    max-width: 100px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.btnserv{
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--gold, linear-gradient(90deg, #B08B43 0%, #F7F3BA 49.5%, #C0A559 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 5px 25px;
    font-size: 9px;
    line-height: 200%;
    font-weight: 600;
}
.btnserv::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 1px;
    border-radius: 6px;
    background: linear-gradient(to right, #8E713A 0%, #F9DB66 50%, #8E713A 100%);
    mask: 
    linear-gradient(#000 0 0) exclude, 
    linear-gradient(#000 0 0) content-box;
    height: 100%;
}
.aboutus{
    display: flex;
    flex-direction: column;
    background: url(https://sasbestcleaningservices.com/wp-content/uploads/2025/02/aboutbg.png) no-repeat;
    background-position: 100%;
    background-size: cover;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 100px 0;
    border-radius: 16px;
    gap: 70px;
}
.aboutus h2{
    color: #FFF;
    text-shadow: 0px 0px 39.418px rgba(255, 255, 255, 0.90);
    font-family: "Allrounder Monument Test";
    font-size: 69.818px;
    font-weight: 400;
    line-height: 110%; 
    text-align: center;
    max-width: 660px;
    margin: auto;
}
.aboutgrid{
    display: flex;
    width: 100%;
    max-width: 900px;
    gap: 50px;
    margin: auto;
}
.aboutgrid .logoabt{
    width: 100%;
    max-width: 350px;
    object-fit: cover;
}
.aboutinfos{
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 414px;
}
.aboutinfos h3{
    color: #FFF;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 4.389px;
    text-transform: uppercase;
    font-size: 21.947px;
}
.aboutinfos p{
    color: var(--Color-Neutral-white, #FFF);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
.prefimg{
    width: 100%;
    max-width: 550px;
}
.preferenceinfos{
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 70px;
    padding: 50px 0 80px;
}
.preftext{
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.preftext h3{
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 4.389px;
    text-transform: uppercase;
}
.preftext h3 span, .reviewstitle h2 span{
    background: var(--Linear, linear-gradient(90deg, #B08B43 0%, #F7F3BA 49.5%, #C0A559 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.preftext p {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}
/* .lineabt{
    width: 100%;
} */
 .preferenceline{
    border-top: 0.15rem solid #fff;
 }
.preferencegrid{
    padding: 0 0 50px 0;
    display: flex;
    width: 100%;
    max-width: 800px;
    margin: auto;
    justify-content: space-between;
}
.preferencegrid div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 234px;
    text-align: center;
    margin-top: -4px;
}
.preferencegrid div h5{
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    font-weight: 700;
}
.reviewscontainer{
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reviewstitle h2{
    font-size: 21.947px;
    line-height: 150%; 
    letter-spacing: 4.389px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 520px;
    text-align: center;
}

.videoposter2 .titlevideo {
    -webkit-mask-image:-webkit-gradient(linear, top, bottom, from(#0B1A6070), to(#000));
    mask-image: linear-gradient(to bottom, #0B1A6070 0%, #01020970 100%);
}

.gallerycontainer, .howtocontainer{
    background-color: #FFF;
    padding: 80px 0;
}
.gallerytitle .howtotitleh2{
    font-size: 20px;
    padding-bottom: 30px;
}
.mySwiper2 > .swiper2 {
    transition-timing-function: linear;
}
.swiper-container-free-mode > .swiper-wrapper{
    transition-timing-function : linear;
  }
.swiper2{
    position: relative;
    width: 100%;
    max-width: 435px;
    cursor: grab;
}
.swiper2 {
    margin-bottom: 40px;
}
.howtocontainer{
    padding-top: 0;
    display: flex;
    flex-direction: column;
    margin-top: -2px;
    gap: 30px;
}
.howtotitleh2{
    color: #000;
    font-size: 21.947px;
    line-height: 150%;
    letter-spacing: 4.389px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 500px;
    text-align: center;
    margin: auto;
}
.howtocontainer .btnestimate{
    z-index: 3;
    margin-left: 0;
    align-self: start;
    position: absolute;
    bottom: 8px;
    left: 78px;
    /* transform: translateX(-50%); */
}
.howtogrid{
    position: relative;
    width: 100%;
    max-width: 855px;
    height: 190px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    gap: 10px;
}
.howtogrid:before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    padding: 2px;
    border-radius: 24px;
    background: linear-gradient(to right, #8E713A 0%, #F9DB66 50%, #8E713A 100%);
    mask: 
    linear-gradient(#000 0 0) exclude, 
    linear-gradient(#000 0 0) content-box;
    height: 100%;
    width: 100%;
    max-width: 855px;
    height: 190px;
    top: -2px;
    left: -2px;
  }
.howtogrid
.videoposter{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 190px;
}
.howtogrid .videoposter video{
    position: relative;
    width: 100%;
    max-width: 855px;
    height: 190px;
    object-fit: cover;
    border-radius: 22px;
    z-index: 1;
    -webkit-mask-image:-webkit-gradient(linear, top, bottom, from(rgba(98, 72, 41, 0.00)), to( #000));
    mask-image: linear-gradient(to bottom, rgba(11, 26, 96, 0.70) 0%, rgba(1, 2, 9, 0.70) 100%);   
}
.howtogrid .overlay{
    position: absolute;
    border-radius: 22px;
    width: 100%;
    max-width: 855px;
    height: 190px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(1, 2, 9, 0.70) 100%), lightgray 0px -248.84px / 100% 249.496% no-repeat;
    z-index: -1px;
    right: 0;
    top: 0;
}
.howtocard{
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 3;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.howtocard h5{
    color: var(--Color-Neutral-white, #FFF);
    font-size: 16px;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
    text-align: center;
}
.ig-embled{
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg, #0B1A60 0%, #010209 100%);
    gap: 30px;
    /* border-bottom:  1px solid #747EAE; */
}
.ig-iframe iframe{
    width: 900px; 
    height: 850px;
}
@media screen and (max-width:980px) {
    .ig-iframe iframe{
        max-width: 500px; 
        max-height: 500px;
    }    
}
@media screen and (max-width:580px) {
    .ig-iframe iframe{
        width:100%;
        max-width: 400px; 
        max-height: 350px;
    }    
}
.contactcontainer{
    padding:80px 60px;
}
.contactgrid{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    background: url(https://sasbestcleaningservices.com/wp-content/uploads/2025/02/aboutbg.png) no-repeat;
	background-position: 100%;
	background-size: cover;
	padding: 80px 60px;
    display: flex;
	gap: 30px;
    justify-content: space-between;
	align-items: center;
	
    border-radius: 16px;
}
.contacttitle{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.contacttitle h5{
    color: #FFF;
    font-size: 21.947px;
    font-weight: 700;
    line-height: 150%; 
    letter-spacing: 4.389px;
    text-transform: uppercase;
    text-align: center;
}
.contacttitle h2{
    color: #FFF;
    text-shadow: 0px 0px 27.1px rgba(255, 255, 255, 0.90);
    font-family: "Allrounder Monument Test";
    font-size: 80px;
    font-weight: 400;
    line-height: 90%; 
    text-align: center;
}
.form{
    padding: 0 24px;
    backdrop-filter: blur(64px);
    background: rgba(255, 255, 255, 0.20);
    border-radius: 8px;
	width:100%
}
.ulcon{
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 50px 0;
    gap: 16px;
    flex-wrap: wrap;
}
.ulcon li{
    list-style: none;
    min-width: 100px;
    text-align: center;
}
.infoscard{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 10px;
}
.ulmob{display: none;}
.ulcon h3{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    margin: auto;
}
.ulcon p{
    color: var(--Color-Neutral-white, #FFF);
    font-size: 12px;
    font-weight: 400;
    line-height: 150%; 
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-align: left;
}
.maps{
    padding: 0;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.maps iframe{
    width: 100%;
    height: 312px;
    border-radius: 16px;
}
.maps:before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 0;
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(to right, #8E713A 0%, #F9DB66 50%, #8E713A 100%);
    mask: 
    linear-gradient(#000 0 0) exclude, 
    linear-gradient(#000 0 0) content-box;
    height: 99%;
    top: 0;
}
.areascontainer{
    padding: 80px 0;
    /* border-top: 1px solid #747EAE;
    border-bottom: 1px solid #747EAE; */
}
.areas{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 32px;
    align-items: center;
    border-radius: 432px;
    backdrop-filter: blur(91px);
    z-index: 9;
}
.areas:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 2px;
    border-radius: 24px;
    background: linear-gradient(to right, #8E713A 0%, #F9DB66 50%, #8E713A 100%);
    mask: 
    linear-gradient(#000 0 0) exclude, 
    linear-gradient(#000 0 0) content-box;
    height: 100%;
  }
.areastt{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.areastt h2{
    text-align: center;
    color: #FFF;
    font-family: "Allrounder Monument Test";
    font-size: 80px;
    font-weight: 400;
    line-height: 90%; 
    text-shadow: 0px 0px 27.1px rgba(255, 255, 255, 0.90);
}
.areastt .logo{
    width: 100%;
    max-width: 190px;
}
.areas ul{
    align-self: baseline;
}
.areas ul li{
    color: var(--Color-Neutral-white, #FFF);
    font-weight: 500;
    line-height: 200%; 
    font-size: 14.413px;
}
.areasmob{display: none;}


/* pages */
.content{
    background: url(https://sasbestcleaningservices.com/wp-content/uploads/2025/02/Component2.png) no-repeat;
    background-size: cover;
    background-position: 100%;
    background-position-x: center;
    background-color: #0B1A60;
    padding-bottom: 50px;
}
.contentservices{
    padding: 150px 0 50px;
    display: flex;
    flex-direction: column;
    gap:60px
}
.contenttitle{
    width: 100%;
    max-width: 761px;
    display: flex;
    flex-direction: column;
    gap:60px;
    align-items: center;
}
.contenttitle h2{
    color: #FFF;
    text-shadow: 0px 0px 27.1px rgba(255, 255, 255, 0.90);
    font-family: "Allrounder Monument Test";
    font-size: 80px;
    font-weight: 400;
    line-height: 90%;
    text-align: center;
}
.contenttitle p{
    color: var(--Color-Neutral-white, #FFF);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; /* 27px */
    text-align: center;
}
.contentgrid{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 50px 0;
}
.aptgrid{
    max-width: 1000px;
}
.gridcomm{
    max-width: 700px;
}
.carpetgrid{
    max-width: 330px;
}
.gridpro{
    max-width: 1200px;
}
.contentgrid h2{
    color: #FFF;
    text-shadow: 0px 0px 27.1px rgba(255, 255, 255, 0.90);
    font-family: "Allrounder Monument Test";
    font-size: 24px;
    font-weight: 500;
    line-height: 100%; 
    text-align: center;
}
.contentcard h2 span{
    font-size: 18px;
}
/* .contentcard ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
} */
 .cards{
    align-items: center;
    position: relative;    
 }
 .contentcard{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 311px;
    border-radius: 16px;
    /* border: 2px solid var(--Color-Brand-main-high, #747EAE); */
    padding: 30px 24px 20px;
    min-height: 400px;
    gap: 20px;
    position: relative;
    height: 100%;
    justify-content: center;
    align-items: center;
 }
 .gridcomm .cards .contentcard{
    min-height: 200px;
    max-height: 300px;
 }
 .contentcard:before {
    content: "";
    display: flex;
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 24px;
    background: linear-gradient(to right, #8E713A 0%, #F9DB66 50%, #8E713A 100%);
    mask: 
    linear-gradient(#000 0 0) exclude, 
    linear-gradient(#000 0 0) content-box;
    height: 100%;
    z-index: 0;
  }
.contentcard ul{
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 7px;
}
.cardres ul{
    min-height: 310px;
}
.cardpro{
    height: 350px;
}
.cardpro ul{
    min-height: 140px;
}
.cardpos{
    gap: 30px;
}
.cardpos ul{
    min-height: 270px;
}
.cardposot ul{
    min-height: 130px;
}
.cardpoff{
    min-height: 370px;
}
.cardpoff ul{
    min-height: 220px;
}
.cardmov {
    gap: 30px;
    min-height: 360px;
}
.cardmov ul{
    min-height: 250px;
}
.cardhal{
    min-height: 300px;
}
.cardhal ul{
    min-height: 130px;
}
.cardcom{
    min-height: 350px;
}
.cardcom ul{
    min-height: 140px;
}
.cardcar{
    padding-top: 0;
    align-items: center;
    justify-content: center;
}
.cardcar ul{
    min-height: 310px;
}
.cardapt {
    gap: 30px;
}
.cardapt ul{
    min-height: 230px;
}
.cardair{
    min-height: 350px;
}
.cardair ul{
    min-height: 250px;
}
.swiper3{
    width: 311px;
    margin-bottom: 30px;
}
.cards{
    display: flex;
    width: 100%;
    max-width:1200px;
    justify-content: space-between;
    gap: 10px;
    margin: auto;
}
.contentcard li{
    display: flex;
    gap: 13px;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 200%; 
    font-family: 'Inter';
}
.contentcard li h5{
    font-size: 12px;
    font-weight: 600;
    line-height: 200%; 
    font-family: 'Inter';
}
.contentcard li svg{
    flex-shrink: 0;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}

.mySwiper {
  height: 80%;
  width: 100%;
  max-width: 618px;
}

.mySwiperSlider {
  display: block;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  max-width: 590px;
}

.mySwiperSlider .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiperSlider .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 590px;
  border-radius: 8px;
}
.swiper-container:first-child{
    height: 500px;
}
.swiper-container:last-child{
    height: 160px;
}
@media screen and (max-width:980px) {
    .container{
        padding: 40px 0;
    }
    .contentservices{
        padding: 150px 0 50px;}
    swiper-container{
        overflow: hidden;
    }
    swiper-slide{
        display: block;
    }    
    .mySwiper {
      max-width:418px;
    }
    
    .mySwiperSlider {
      max-width: 288px;
    }
        
    .swiper-slide img {
      max-width: 288px;
    }
    .content{
        background: linear-gradient(0deg, #0B1A60 0%, #010209 100%);
        padding-bottom: 0;
    }
    .postercontainer{
        padding: 230px 0 100px;
        /* background: url(https://sasbestcleaningservices.com/wp-content/uploads/2025/02/Component1-m.png) no-repeat;
        background-size: cover;
        background-position: 100%;
        background-position-x: center; 
		padding: 120px 0;
    }
    .bgposter{
        display: none;*/
    }
    .bgposter{
        width: 1400px;
        object-position: center
    }   
    .postercontainer .logo{
        max-width: 295px;
    } 
    .postertitle h3{
        margin-top: 60px;
    }
    .postertitle h1{
        font-size: 26px;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .contentgrid{
        max-width: 96vw;
        align-items: center;
        justify-content: center;
        padding: 50px 0;
    }
    .titlecontainer{
        height: 270px;
    }
    .videoposter{
        height: 270px;
    }
    .videoposter video{
        height: 270px;
    }
    .servicescontainer{
        gap: 40px;
        padding-bottom: 0;
    }
    .cards{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .contentcard{
        max-width: 313px;
    }
    .contentcard 
    .logo{
        max-width: 290px;
    }
    .postertitle h3{
        font-size: 11px;
    }
    .postulmob{
        position: relative;
        display: flex;
        z-index: 9999;
    }
    .titletitle, .ig-title, .aboutgrid, .preferenceinfos, .areas{
        flex-direction: column;
        text-align: center;
    }
    .preferenceinfos{
        padding: 50px 10px;
    }
    .titletitle h2{
        font-size: 48px;
    }
    .titletitle h5{
        max-width: 300px;
        font-size: 16px;
        margin: auto;
        text-align: center;
    }
    .contenttitle{
        padding: 0 10px;
    }
    .contenttitle h2{
        font-size: 64px;
    }
    .preferenceline{
        padding: 0;
    }
    .contenttitle p{
        font-size: 16px;
    }
    .contenttitle h2{
        font-size: 40px;
    }
    .servicestitle p{
        font-size: 16px;
        max-width: 292px;
    }
    .logoabt{
        max-width: 341px;
        height: 100%;
    }
    .aboutgrid{
        align-items: center;
        padding: 0 10px;
    }
    .aboutus{
        max-width: 96vw;
        padding: 40px 0;
        gap: 40px;
    }
    .aboutus h2{
        font-size: 48px;
    }
    .preferenceinfos .prefimg{
        width: 100%;
    }
    .preftext{
        max-width: 316px;
    }
    .preferencegrid{
        flex-direction: column;
        gap: 40px;
        padding-top: 30px;
        align-items: center;
    }
    .preferencegrid div svg{
        display: none;
    }
    .swiper2 {
        width: 360px;
    }
    .howtogrid{
        max-width: 96vw;
        flex-direction: column;
        height: 470px;
        gap: 20px;
        padding: 40px 0;
    }
    .howtogrid:before {
        height: 470px;
      }
    .howtogrid
    .videoposter{
        height: 470px;
    }
    .howtogrid .videoposter video{
        height: 470px;
    }
    .howtogrid .overlay{
        height: 470px;
    }
    .howtocard h5{
        max-width: 200px;
    }
    .howtocontainer{
        padding-bottom:110px;
    }
    .howtocontainer .btnestimate{
        z-index: 3;
        margin-left: 0;
        align-self: start;
        position: relative;
        bottom: -40px;
        left: 50%;
        transform: translate(-50%);
    }
    .ig-title h5{
        font-size: 16px;
    }
    .ig-title h2{
        font-size: 64px;
        max-width: 350px;
    }
    .contactcontainer{
        padding: 80px 0 40px;
    }
    .contactgrid{
        max-width: 96vw;
        border-radius: 16px;
        padding: 40px 13px;
        flex-direction: column;
        gap: 40px;
    }
    .contacttitle{
        gap: 10px;
    }
    .contacttitle h2{
        font-size: 74px;
    }
    .maps{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .maps iframe{
        width: 96vw;
    }
    .maps:before {
        width: 96vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .areas::before{
        width: 96vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .aboutinfos h3{
        max-width: 260px;
        margin: auto;
        font-size: 16px;
    }
    .areasdesk{display: none;}
    .areasmob{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        gap: 40px;
    }
    .areas h2{
        font-size: 60px;
        width: 100%;
        max-width: 309px;
        text-align: center;
    }
    .areasul{
        display: flex;
        gap: 36px;
        padding-left: 20px;
    }
    .mySwiper {
      max-width: 418px;
    }
    
    .mySwiperSlider {
      max-width: 390px;
    }
    
    .swiper-slide img {
      max-width: 390px;
    }
    .swiper-container:first-child{
        height: 300px;
    }
    .swiper-container:last-child{
        height: 120px;
    }
}