/*
Theme Name: recleaning
Theme URI: https://recleaning.com/recleaning
Author: Flaviasig
Author URI: https://flaviasiv.github.io/Portifolio-Flavia-Sigoli/
Description: Um tema simples para WordPress.
Version: 1.0
*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
main{
    color: #283C56;
    background: #fff;
}
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: #283C56;
    --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;
}
.smalltt{
    padding: 8px 24px;
    font-size: 12px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase;
    border-radius: 64px;
    border: 2px solid var(--Linear, #B4974A);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    background: var(--Linear, linear-gradient(90deg, #B4974A 0%, #E1CF9E 33.5%, #E1CF9E 74.5%, #B4974A 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btnestimate, .btnserv{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    z-index: 3;
    border: none;
    background: none;
}
.btnestimate a, .btnserv a, #form .btnestimate p{
    display: flex;
    height: 40px;
    padding: 16px 54px;
    align-items: center;
    gap: 8px;
    border-radius: 96px;
    border: 1px solid var(--Linear, #B4974A);
    background: var(--Linear, linear-gradient(90deg, #283C56 0%, #070D14 100%));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    font-size: 12px;
    line-height: 150%;;
    font-weight: 600;
    color: #E1CF9E;
    white-space: nowrap;
}
.btnestimate a svg path{
    fill:#E1CF9E;
}
.btn2{
    padding: 0 !important;
    background: none !important;
}
.postul li:hover, .servcardtt button:hover{
    scale: 1.05;
    transition: 0.1s all ease-in-out;
}
.postul li:hover svg{
    scale: 1.09;
    transition: 0.1s all ease-in-out;
}
.btnestimate:hover{
    scale: 1.03;
    transition: 0.1s all ease-in-out;
}
img, video{
    width: 100%;
}
h2{
    font-family: 'Montserrat';
    font-size: 28.922px;
    font-weight: 800;
    line-height: 130%; /* 37.599px */
    text-transform: uppercase;
    background: linear-gradient(180deg, #405B7D 0%, #7B8B9E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradientblue{
    margin: 16px;
    border-radius: 24px;
    background: var(--Linear, linear-gradient(90deg, #283C56 0%, #070D14 100%));
}
.gradientblue2{background: var(--Linear, linear-gradient(90deg, #283C56 0%, #070D14 100%));}
.gradientgrey{
    background: linear-gradient(0deg, #D9E6F9 0%, #FFF 100%);
}
.postergrid{
    width: 100%;
    max-width: 888px;
    margin: auto;
    display: flex;
    padding: 170px 0 85px;
    align-items: center;
    justify-content: space-between;
}
.postergrid .logo{
    max-width: 191px;
    object-fit: cover;
    height: 100%;
}
.postertitle{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 645px;
    gap: 32px;
}
.postertitle h1{
    background: var(--Linear, linear-gradient(90deg, #B4974A 0%, #E1CF9E 33.5%, #E1CF9E 74.5%, #B4974A 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat';
    font-size: 59.211px;
    font-weight: 600;
    line-height: 100%; /* 59.211px */
    text-transform: uppercase;
}
.postertt{
    display: flex;
    align-items: center;
    gap: 28px;
}
.postul ul{
    display: flex;
    list-style: none;
    gap: 16px;
}
.line{
    width: 2px;
    height: 56px;
    background: #7B8B9E;
}
.postertt p{
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    max-width: 270px;
}
.services{
    display: flex;
    align-items: center;
    padding-right: 16px;
}
.servicesinfos{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 434px;
    margin: 0 16px;
    align-items: center;
}
.servicestitle{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 32px;
}
.servicestitle h2{
    width: 283px;
}
.servicestitle p{
    color: #FFF;
    width: 100%;
    max-width: 322px;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
}
.servicestitle .btnestimate{
    margin-left: 0;
}
.imgservices{
    width: 100%;
    max-width: 60vw;
    height: 434px;
    flex-shrink: 0;
    aspect-ratio: 115/62;
    object-fit: cover;
    border-radius: 24px;
}
.servicesgrid{
    padding: 80px 0;
}
.servcont{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    gap: 32px;
    justify-content: center;
}
.servicescard{
    position: relative;
    display: flex;
    width: 313px;
    height: 285px;
    padding: 32px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
    border-radius: 24px;
    border: 1px solid #E1CF9E;
    background: linear-gradient(0deg, rgba(0, 20, 47, 0.60) 0%, rgba(0, 20, 47, 0.60) 100%), url() lightgray 50% / cover no-repeat, url() lightgray 50% / cover no-repeat;
}
.servicescard .servcardimg{
    position: absolute;
    width: 313px;
    height: 285px;
    border-radius: 24px;
    border: 1px solid #E1CF9E;
    background: linear-gradient(0deg, rgba(0, 20, 47, 0.60) 0%, rgba(0, 20, 47, 0.60) 100%), url() lightgray 50% / cover no-repeat, url() lightgray 50% / cover no-repeat;
    object-fit: cover;
    z-index: 0;
}
.overlaysercd{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    border: 1px solid #E1CF9E;
    background: linear-gradient(0deg, rgba(0, 20, 47, 0.60) 0%, rgba(0, 20, 47, 0.60) 100%) no-repeat;
    width: 313px;
    height: 283px;
    z-index: 1;
    border-radius: 24px;
}
.servcardtt{
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    text-align: center;
}
.servcardtt h3{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 120%; /* 21.6px */
    letter-spacing: 3.6px;
    text-transform: uppercase;
}
.work{
    display: flex;
    align-items: center;
    justify-content: center;
}
.work ul{
    display: flex;
    width: 100%;
    row-gap: 16px;
    max-width: 163px;
    flex-direction: column;
}
.work ul li{
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
}
.num{
    position: relative;
    flex-shrink: 0;
    max-width: 35px;
    height: 35px;
}
.work li h5{
    background: var(--Linear, linear-gradient(90deg, #B4974A 0%, #E1CF9E 33.5%, #E1CF9E 74.5%, #B4974A 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 9.956px;
    font-weight: 800;
    line-height: 130%; 
    letter-spacing: 1.991px;
    text-transform: uppercase;
}
.aboutuscontainer{
    padding: 150px 0 80px;
    display: flex;
    flex-direction: column;
    gap: 140px;
    background: url('https://recleaning-services.com/wp-content/uploads/2025/03/groupbgabout-min.webp') no-repeat;
    background-position: top center;
    background-size: 1200px;
    background-position-y: 20px;
}
@media screen and (max-width:1250px) {
    .aboutuscontainer{
        background-size: 1000px;
        background-position-y: 90px;
    }    
}
@media screen and (max-width:1000px) {
    .aboutuscontainer{
        background-size: 900px;
        background-position-y: 120px;
    }    
}
.abouttitle, .preferencetitle{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 709px;
    margin: auto;
    text-align: center;
    gap: 80px;
}
.abouttitle h2, .preferencetitle h2{
    font-size: 88.891px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase
}
.aboutgrid{
    display: flex;
    width: 100%;
    max-width: 660px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}
.imgabout{
    max-width: 313px;
    border-radius: 24px;
}
.aboutgrid p{
    color: var(--Color-Brand-main, #283C56);
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    max-width: 277px;
}
.lineblue{
    width: 100%;
    height: 2px;
    flex-shrink: 0;
    background: var(--Color-Brand-main, #283C56);
}
.preferencecontainer, .reviewscontainer{
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 80px 0;
}
.preferencecontainer small{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.preferencetitle{
    gap: 30px;
    max-width: 860px;
}
.preferencetitle p{
    max-width: 382px;
    color: var(--Color-Brand-main, #283C56);
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
}
.preferencegrid{
    display: flex;
    width: 100%;
    max-width: 650px;
    margin: auto;
    justify-content: space-between;
}

  .flip-card {
    background-color: transparent;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
  }
  
  .flip-card:focus {
      outline: 0;
  }
  
  .flip-card:hover .flip-card-inner,
  .flip-card:focus .flip-card-inner{
    transform: rotateY(180deg);
  }
  
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .flip-card-front {
    /* background: linear-gradient(to left, #4364f7, #6fb1fc); */
    color: black;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 3px solid #B4974A
    }
  
  .flip-card-back {
    /* background: linear-gradient(to right, #4364f7, #6fb1fc); */
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    }
  h3 {
    font-size: 20px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    color: #fff;
  }
  
.prefcard{
    display: flex;
    width: 202px;
    height: 202px;
    flex-shrink: 0;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.prefcardyellow{
    background: var(--Linear, linear-gradient(90deg, #B4974A 0%, #E1CF9E 33.5%, #E1CF9E 74.5%, #B4974A 100%));
}
.prefcardyellow p{
    color: var(--Color-Brand-main, #283C56);
    text-align: center;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
}
.gallery{
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.gallerytt{
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: baseline;
    justify-content: center;
}
.gallerytt .btnestimate{
    margin-left: 0;
}
.gallerytt h2{
    width: 490px;
    font-size: 45.86px;
    font-weight: 600;
    line-height: 100%; 
    text-transform: uppercase;
}
.imggallery, .gallerytitle{
    width: 694px;
    height: 450px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 24px;
}
.gallerytitle{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* IG CONTAINER */
.ig-embled{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding:50px 0;
    color: #000;
}
.ig-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.ig-title h2{
    text-align: center;
    font-size: 45.86px;
    font-weight: 600;
    line-height: 100%; 
    text-transform: uppercase;
}
.ig-iframe iframe{
    display: flex;
    width:100%;
    max-width: 900px; 
    /* height do feed */
    height: 400px;
    margin: auto;
}
@media screen and (max-width:980px) {
    .ig-iframe iframe{
        max-width: 500px; 
        max-height: 400px;
    }    
}
@media screen and (max-width:580px) {
    .ig-iframe iframe{
        width:100%;
        max-width: 400px; 
        max-height: 370px;
    }    
}
.contact{
    display: flex;
    padding: 60px 0;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.contacttitle{
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 430px;
}
.contacttitle p{
    color: #FFF;
    max-width: 350px;
}
.contimg{
    max-width: 257px;
    object-fit: cover;
    height: 100%;
}
.form{
    display: flex;
    flex-direction: column;
    gap: 32px;
    border: 2px solid var(--Linear, #B4974A);
    border-radius: 24px;
    backdrop-filter: blur(64px);
    padding: 40px 29px;
}
form {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width:532.693px;
    max-width: 100%;
    margin: auto;
    color: #7B8B9E;
}
.popuphome form{
    height: 440px;
    margin-top: 20px;
}
.formgroup{
    display: flex;
    gap: 8px;
}
#form input, textarea, select{
    width: 100%;
    list-style: none;
    padding: 11px;
    border-radius: 4px;
    resize: none;
    border: 0.918px solid #7B8B9E;
    background: #FFF;
}
#form input{
    height:  46px;    
}
select{
    padding: 10px;
}
#form button{
    display: flex;
    height: 40px;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    z-index: 4;
    cursor: pointer;
}
#form .btnestimate p{
    display: flex;
    align-items: center;
}
#form .btnestimate svg{
    width:17px;
}
#form input:focus, #form textarea:focus{
    outline: 1px solid #fff;     /* oranges! yey */
}
label{
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #e0e0e0;
}
select option, select{
    color: #111111;
}
/* .formgroupcheckbox{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.checkbox{
    display: flex;
    gap: 10px;
    max-width: 130px;
}
.checkbox input{
    max-width: 15px;
} */
.ulcon{
    display: flex;
    list-style: none;
    margin: auto;
    width: 100%;
    max-width: 400px;
    justify-content: space-between;
}
.infoscard{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.ulcon .infoscard h3 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Urbanist';
    font-size: 17.814px;
    font-weight: 700;
    line-height: 100%;
    background: var(--Linear, linear-gradient(90deg, #B4974A 0%, #E1CF9E 33.5%, #E1CF9E 74.5%, #B4974A 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.infoscard p{
    color: #FFF;
    font-family: 'Urbanist';
    font-size: 12.47px;
    font-weight: 400;
    line-height: 150%; 
}
.areas{
    display: flex;
    padding: 50px 0;
    justify-content: center;
    align-items: center;
    gap: 64px;
}
.areasul{
    display: flex;
    flex-wrap: wrap;
    width: 271px;
    justify-content: space-between;
}
.areasul .smalltt{
    margin-bottom: 32px;
}
.areasul ul{
    padding-left: 20px;
}
.areasul li{
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 600;
    line-height: 200%; /* 24px */
}
.maps iframe{
    display: flex;
    width: 532.693px;
    height: 607.77px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 22.042px;
    flex-shrink: 0;
    border-radius: 24px
}

.h2gold{
    background: var(--Linear, linear-gradient(90deg, #B4974A 0%, #E1CF9E 33.5%, #E1CF9E 74.5%, #B4974A 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* services pages */
.contentservices{
    padding: 150px 0 50px;
    max-width: 670px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.contenttitle{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.contenttitle h1{
    text-align: center;
    font-family: 'Montserrat';
    font-size: 88.891px;
    font-weight: 600;
    line-height: 100%; /* 88.891px */
    text-transform: uppercase;
    background: var(--Linear, linear-gradient(90deg, #B4974A 0%, #E1CF9E 33.5%, #E1CF9E 74.5%, #B4974A 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contenttitle p{
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 600;
    line-height: 150%; 
    max-width: 567px;
    margin: auto;
}
.contentservices .videocontent{
    border-radius: 24px;
    max-width: 667px;
    height: 360px;
    aspect-ratio: 667/360;
    object-fit: cover;
}
.contentchecklist{
    display: flex;
    justify-content: space-between;
    row-gap: 40px;
    flex-wrap: wrap;
}
.contentcard{
    position: relative;
    display: flex;
    width: 313px;
    height: 410px;
    padding: 30px;
    gap: 30px;
    border-radius: 32px;
    flex-direction: column;
}
.contentcard:before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    padding: 3px;
    border-radius:32px;
    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%;
}
.contentcard h3{
    color: var(--Color-Neutral-white, #FFF);
    text-align: center;
    font-size: 17.811px;
    font-weight: 800;
    line-height: 100%; /* 17.811px */
    letter-spacing: 3.562px;
    text-transform: uppercase;
}
.contentcard ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contentcard li{
    display: flex;
    color: var(--Color-Neutral-white, #FFF);
    gap: 8px;
}
.contentcard li svg{flex-shrink: 0;}
.contentcard li p{
    font-family: 'Inter';
    font-size: 13.358px;
    font-weight: 500;
    line-height: 120%; /* 16.03px */
}
.calendargrid{
    display: flex;
    flex-direction: column;
}
.calendarcard{
    display: flex;
    gap: 76px;
    padding: 25px 0;
    border-bottom: 1px solid #B4974A;
    align-items: center;
}
.calendarcard h3{
    display: flex;
    background: var(--Linear, linear-gradient(90deg, #B4974A 0%, #E1CF9E 33.5%, #E1CF9E 74.5%, #B4974A 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 13.522px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    gap: 13px;
    white-space: nowrap;
    align-items: center;
}
.calendarcard h3 svg{flex-shrink: 0;}
.calendarcard p{
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%; 
}

.servgridmob, .contentgridmob{display: none;}
@media screen and (max-width:900px) {
    .postergrid, .postertitle, .postertt, .services, .aboutgrid, .preferencegrid, .contact, .areas{
        flex-direction: column;
    }
    .gradientbluemb{
        margin: 16px auto;
        border-radius: 0;
    }
    .postergrid{
        padding:90px 0 30px;
        gap: 40px;
    }
    .postertitle{
        padding: 20px;
        text-align: center;
        align-items: center;
    }
    .postul {
        margin: auto;
    }
    .postertt{
        align-items: baseline;
    }
    .line{
        height: 2px;
        width: 56px;
        margin: auto;
    }
    .postertitle h1{
        font-size: 35px;
        text-align: center;
    }
    .services{
        padding: 0;
        gap: 16px;
    }
    .servicesinfos{
        margin-top: 0;
    }
    .imgservices{
        max-width: calc(100% - 32px);
        height: 430px;
    }
    .servgriddesk, .contentgriddesk{display: none;}
    .servgridmob{
        display: flex;flex-direction:column; 
        gap: 32px;
        align-items: center;
        padding: 50px 16px;        
        background: var(--Linear, linear-gradient(90deg, #283C56 0%, #070D14 100%));
        margin-top: 16px;
    }
    .swiper1{
        width: 316px;
    }
    .aboutuscontainer{
        padding:190px 0 80px;
        gap: 32px;
        background: url('https://recleaning-services.com/wp-content/uploads/2025/03/groupbgabout2-m-min.webp') no-repeat;
        background-size: 95%;
        background-position: center;
        background-position-y: 20px;
    }    
    .abouttitle, .aboutgrid{
        gap: 32px;
    }
    .aboutgrid{
        padding-top: 120px;
    }
    .abouttitle h2, .preferencetitle h2{
        font-size: 38px;
        max-width: 325px;
    }
    .preferencetitle h2{
        max-width: 385px;
    }
    .preferencegrid{
        align-items: center;
        gap: 18px;
    }
    .gallerytitle{
        width: 100%;
        height: 100%;
        padding-top: 30px;
        text-align: center;
    }
    .gallerytitle .smalltt, .gallerytitle .btnestimate{margin: auto;}
    .gallerytt{
        width: 100%;
        max-width: 383px;
    }
    .gallerytt h2{
        font-size: 34px;
        max-width: 353px;
    }
    .imggallery{
        width: 100%;
        max-width: 393px;
        max-height: 254px;
    }
    .form{
        width: 100%;  
        max-width: 96%;      
        padding: 16px;
    }
    form {
        gap: 11px;
    }
    .popuphome form{
        height: 440px;
        margin-top: 20px;
    }
    .formgroup{
        display: flex;
        gap: 11px;
    }
    #form input, textarea, select{
        padding: 7px;
        border-radius: 4px;
    }
    #form input{
        height:  36px;    
    }
    .ulcon{
        justify-content: center;
        gap: 8px;
    }
    .ulcon .infoscard h3 {
        font-size: 12px;
    }
    .ulcon .infoscard h3 svg{
        width: 20px;
    }
    .infoscard p{
        font-size: 12px;
    }
    .maps iframe{
        margin: auto;
        width: 100%;
        max-width: 362px;
        height: 413px;
    }
    .contentservices{
        padding: 120px 16px 40px;
    }
    .contenttitle h1{
        text-align: left;
        font-size: 43px;
    }
    .contenttitle p{
        max-width: 373px;
        text-align: left;
    }
    .contentservices .videocontent{
        height: 216px;
        border-radius: 14.421px;
    }
    .swiper2{
        width: 323px;
        height: 420px;
    }
    .calendarcard{
        flex-direction: column;
        gap: 30px;
        align-items: baseline;
    }

    .contentgridmob{
        display: block;
    }
}