@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root{
    --dark-blue : #1A4EA2;
    --ligth-blue : #287FF9;
    --black-color : #000000;
    --text-color : #3e3e3e;
    --yellow-color : #FEF22E;
    --start-orange : #FFCA51;
    --bg-light: #F3F4F7;
    --white: #FFFFFF;
    --footer-blue : #0E2D5E;
    --border-color : #ebebeb;
    --footer-lable-color : #00faff;
}

*,body{
    margin: 0;
    padding: 0;
}
.btn:focus, .form-control:focus, .togglesBtns:focus{
    box-shadow: none !important;
    outline: none;
}

body{
    font-family: "DM Sans", sans-serif;
}
/* Loader */
#loaderBox {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 78, 162, .9);
    backdrop-filter: blur(20);
    z-index: 10;
}
.infotextTop {
    background: var(--yellow-color);
    padding: 20px;
}
.infoInnerText {
    align-items: center;
    color: #000000;
    font-size: 16px;
    text-align: center;
    font-weight: 800;
    max-width: 1200px;
    margin: auto;
}
.loader {
    position: relative;
    width: 100px;
    height: 100px;
}
.socialIcons a{
    position: relative;
    padding: 10px 15px;
}
.submenulinkList {
    position: absolute;
    top: 150%;
    background: var(--white);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    padding: 15px;
    border-top: 5px solid var(--ligth-blue);
    transition: all 200ms linear;
}
.submenulinkList li{
    list-style: none;
}
.submenulinkList li a{
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    color: var(--text-color);
    text-decoration: none;
}
.submenulinkList li a:hover{
    color: var(--ligth-blue);
}
.parentChild:hover .submenulinkList, .parentChild:focus .submenulinkList{
    top: 90%;
    opacity: 1;
    z-index: 1;
    visibility: visible;
    transition: all 200ms linear;
}
.socialIcons a:before{
    content: '-';
    position: absolute;
    right: 0;
    width: 5px;
    height: 1px;
    top: 8px;
}
.socialIcons a:last-child::before{
    display: none;
}

.loader:before , .loader:after{
    content: '';
    border-radius: 50%;
    position: absolute;
    inset: 0;
    box-shadow: 0 0 10px 2px rgba(233, 233, 233, 0.3) inset;
}
.loader:after {
    box-shadow: 0 2px 0 white inset;
    animation: rotate 2s linear infinite;
}
.flexIconList{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.flexIconList li{
    list-style: none;
    border: none;
    background: transparent;
}
.flexIconList li a{
    color: var(--bg-light);
    text-decoration: none;
    font-size: 14px;
}
.flexIconList li a:hover{
    color: var(--yellow-color);
}
.topHeader {
    background-color: var(--dark-blue);
}
.topLogo {
    max-width: 129px;
}

@keyframes rotate {
    0% {  transform: rotate(0)}
    100% { transform: rotate(360deg)}
}
.hiddenLoader{
    display: none !important;
}
.contactBox {
    display: flex;
    align-items: center;
}
.lastCall{
    margin-left: auto;
}
.callText{
    display: flex;
    flex-direction: column;
}
#navbarText .nav-item .nav-link{
    color: var(--black-color);
    padding: 15px;
}
#navbarText .nav-item .nav-link:hover , #navbarText .nav-item .nav-link.active{
    color: var(--ligth-blue);
}
.cutomBreadCumb{
    justify-content: center;
}
.cutomBreadCumb li, .cutomBreadCumb li.active , .cutomBreadCumb li:before{
    font-size: 16px;
    color: var(--yellow-color);
}
.cutomBreadCumb li a{
    color: var(--white) !important;
    text-decoration: none;
}
.primaryNav.sticky-top{
    z-index: 2;
}
.carpet-cleaning {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center bottom;
}
.pointName {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark-blue);
}
.checkCircles {
    font-size: 20px;
    margin-right: 10px;
    color: var(--dark-blue);
}
blockquote.blockquote {
    background: var(--dark-blue);
    padding: 20px;
    border: none;
    color: var(--white);
    margin-top: 40px;
}
.requestFormContact {
    background: var(--bg-light);
    padding: 20px;
    border-radius: 10px;
}
.pointCard{
    background: #f3f4f7;
    height: 100%;
}
.pointbody {
    display: flex;
    padding: 20px;
}
.pointsSection{
    padding-bottom: 80px;
}
.phoneIConMenu {
    transform: rotate(25deg);
    margin-right: 10px;
    font-size: 29px;
    color: var(--ligth-blue);
}
.phonenumberText {
    font-size: 18px;
    font-weight: 700;
}

.btnCallHref, .btnCallHref:hover{
    color: var(--text-color) !important;
    cursor: pointer;
}
.btnCallHref:hover .phonenumberText{
    color: var(--ligth-blue);
    cursor: pointer;
}
.togglesBtns{
    font-size: 20px;
    border: none;
    background: var(--dark-blue);
    color: var(--white);
    padding: 10px;
    border-radius: 0px;
}

.togglesBtns .bi{
    font-size: 20px;
}
.togglesBtns:hover, .togglesBtns:focus{
    background: var(--black-color);
}
.bannerHero{
    background: url('../images/heroBanner.png');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 80px 20px;
}
.bannerHero::before{
    content: '';
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.heroBannerText {
    text-align: center;
}
.subTitle{
    font-weight: 700;
    font-size: 24px;
}
.contactVBox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.infoContactForm {
    margin-top: 40px;
}
.linkVcText {
    font-size: 21px;
    text-decoration: none;
    color: var(--black-color);
    font-weight: 500;
}
.smVctag {
    font-size: 14px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.iconBoxesVC {
    font-size: 21px;
    margin-right: 10px;
    color: var(--white);
    padding: 10px 20px;
    background: var(--footer-blue);
}
.map-view{
    margin: 20px 0px 50px;
}
.bannerTitle{
    font-size: 40px;
    color: var(--black-color);
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
}
.bannerPara{
    font-size: 16px;
    color: var(--text-color);
}
.heroBannerText{
    max-width: 1024px;
    width: 100%;
    margin: auto;
}
.customBtns{
    padding: 15px 20px;
    color: var(--black-color);
    background-color: var(--yellow-color);
    transition: all 300ms linear;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    border: none;
    max-width: 200px;
    width: 100%;
}

.customBtns:before{
    content: '';
    position: absolute;
    background-color: var(--black-color);
    left: 0px;
    top: 0;
    height: 100%;
    width: 0;
    transition: all 300ms linear;
}
.customBtns:hover{
    color: var(--white) !important;
}
.customBtns:hover:before{
    width: 100%;
    color: var(--white) !important;
    transition: all 300ms linear;
}
.inputField{
    padding: 13px 15px;
    color: var(--black-color);
    font-size: 14px;
    background-color: var(--white);
    border: 1px solid var(--border-color)
}
.btnSubmit{
    padding: 13px 15px;
    max-width: 100%;
}

.inputField:focus{
    border-color: var(--black-color);
}
.formBox {
    display: flex;
    align-items: center;
    background: var(--ligth-blue);
    padding: 20px;
    margin-top: -20px;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 4px 64px rgba(185,185,185,.5);
}
.smallTitle {
    text-align: center;
    font-size: 16px;
    color: var(--ligth-blue);
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.servicesSections {
    padding: 80px 0px;
}
.boxesServices {
    overflow: hidden;
    overflow-x: auto;
}
.boxesServices .cardService {
    max-width: 33.3%;
    min-width: 33.3%;
    width: 100%;
    overflow: hidden;
    padding: 10px;
}
.boxesAllCards {
    display: flex;
    justify-content: space-around;
}
.boxesServices .cardService .cardContent {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.serviceSliderImg {
    position: relative;
    max-height: 280px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 280px;
}
.CardServiceText {
    position: absolute;
    z-index: 1;
    width: 60%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    border: 1px solid var(--white);
}
.txtLink {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}
.cardname {
    font-size: 21px;
    color: white;
    text-decoration: none;
    text-shadow: 0px 0px 20px black;   
    transform: scale(1);
    transition: all 200ms linear;
    font-weight: 500;
    text-align: center;
}
.cardname:hover{
    transform: scale(1.1);
    color: var(--yellow-color);
    transition: all 200ms linear;
}
.linkServices {
    position: absolute;
    top: 86%;
    background: var(--dark-blue);
    border: 1px solid white;
    width: 40px;
    height: 40px;
    border-radius: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}
.linkServices:hover{
    background: var(--yellow-color);
    color: var(--black-color);
}
.boxesServices::-webkit-scrollbar {
    width: 100%;
    height: 8px;
}
.boxesServices::-webkit-scrollbar-track {
    background: var(--bg-light); 
    border-radius: 10px;
}
.boxesServices::-webkit-scrollbar-thumb {
    background: var(--text-color); 
    border-radius: 10px;
}
.boxesServices::-webkit-scrollbar-thumb:hover {
    background: var(--dark-blue) !important; 
}
.otherLinksOptions{
    background: linear-gradient(0deg, #f4f4f4, #e8e8e8);
    border: 1px solid var(--border-color);
    padding: 8px 10px !important;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.otherLinksOptions:before{
    content: '';
    position: absolute;
    background-color: var(--black-color);
    left: 0px;
    top: 0;
    height: 100%;
    width: 0;
    transition: all 300ms linear;
}
.otherLinksOptions:hover{
    color: var(--white) !important;
}
.otherLinksOptions:hover .parentMenuIcon{
    color: var(--white);
}
.otherLinksOptions:hover:before{
    width: 100%;
    color: var(--white) !important;
    transition: all 300ms linear;
}
.beforeAfterImages {
    max-height: 350px;
    min-height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.mainHeader{
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: var(--white);
}
.testimonialsAllCards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.afterBeforeSection{
    padding: 80px 0px 60px;
    background-color: var(--bg-light);
}
.beforeAfterBox{
    position: relative;
    border-radius: 10px;
}
.beforeAfterBox:before {
    content: 'Before';
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: white;
    z-index: 1;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
.beforeAfterBox:after {
    content: 'After';
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: white;
    z-index: 2;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
.custom-checklist {
    list-style: none;
    padding: 0;
}

.custom-checklist li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
}

.custom-checklist li::before {
    content: "\25C6";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: var(--dark-blue);
    font-weight: bold;
}
.feedbacks {
    background: var(--bg-light);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    max-width: 31.5%;
    margin: 10px auto;
}
.occupationText{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    margin-top: 3px;
}
.feedbackPara{
    margin-bottom: 30px;
}
.authInfo {
    display: flex;
    align-items: center;
}
.clientAvatarText {
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 100px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--white);
}

.starRate {
    margin-right: 6px;
    color: var(--start-orange);
}
.reviewStarts .starRate:last-child{
    margin-right: 0px;
}
.clientName {
    font-size: 16px;
    font-weight: 700;
    color: var(--black-color);
}
.testimonials{
    padding: 80px 0px;
}
.bgText{
    font-size: 60px;
}
.bigBannerArea{
    padding: 100px 0px;
    background: url('../images/bigbanner.png');
    background-size: cover;
    background-position: center;
    background-position: bottom center;

}
.lightText{
    font-weight: 300;
}
.boxFeature {
    text-align: center;
}
.smWorkDetails {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 30px;
    text-align: center;
}
.extraInformwork {
    text-align: left;
    font-size: 20px;
    color: var(--white);
    background: var(--dark-blue);
    max-width: 1024px;
    padding: 20px;
    border-left: 10px solid var(--yellow-color);
    margin: 40px auto 0px;
    box-shadow: 0px 27px 20px -25px rgba(112 ,112 ,112 , 90%);
}
.cubesone{
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark-blue);
    color: var(--white);
    margin: 10px auto;
    font-size: 30px;
    transition: all 200ms linear;
}
.featuresBox{
    padding: 80px 0px;
    background: url('../images/cleaningBanner.png');
    background-size: cover;
    background-position: center;
}
.acLessRotate{
    transform: rotate(-20deg);
}
.acRotate{
    transform: rotate(20deg);
}
.ccLessRotate{
    transform: rotate(-20deg);
}
.cubesone:hover{
    transform: rotate(0);
    background: var(--bg-light);
    color: var(--dark-blue);
    box-shadow: 0px 4px 10px rgba(185,185,185,.5);
    transition: all 200ms linear;
}
.fetaureName {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
}
.blogsArticles{
    padding: 80px 0px;
}
.blogImages {
    max-height: 270px;
    min-height: 270px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.tagName {
    font-size: 13px;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    background: var(--dark-blue);
    color: var(--bg-light);
    padding: 2px 20px;
    border-radius: 100px;
}
.blogBody {
    z-index: 1;
    position: relative;
    max-width: 97%;
    margin: -50px auto 0px;
}
.blogContent {
    font-size: 18px;
    font-weight: 700;
    color: var(--black-color);
}
.blogPagra {
    font-size: 16px;
    color: var(--black-color);
}
.readMore{
    color: var(--dark-blue);
    text-decoration: none;
    font-weight: 600;
}
.blogCard{
    margin-bottom: 30px;
}
.readMore:hover{
    color: var(--black-color);
}
.blogBodyContent {
    background: var(--bg-light);
    padding: 20px;
    border-radius: 10px;
}
.teamHelp{
    background-image: url('../images/bottomBanner.png');
}
.blurbg{
    max-width: 1024px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 50px 50px;
    margin: auto;
    border-bottom: 6px solid var(--dark-blue);
}
.mainFooter {
    background: var(--footer-blue);
}
.allContentFooter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footerbrand {
    max-width: 150px;
    width: 100%;
}
.labelsup {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--footer-lable-color);
}
.footerInconsContact {
    font-size: 19px;
    position: relative;
    display: inline-block;
    background: #1a4ea2;
    line-height: unset;
    padding: 9px 13px;
}
.footerToper {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}
.footerToper:before{
    content: '';
    background: url('../images/starbg.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.numberBox a {
    font-size: 15px;
    color: white;
    text-decoration: none;
    font-weight: 500;
}
.linkmainFtr {
    font-size: 19px;
}
.numberBox a:hover{
    color: var(--yellow-color);
}
.copyText{
    color: var(--bg-light);
    background: var(--dark-blue);
    color: var(--bg-light);
    padding: 10px;
    text-align: center;
    margin-bottom: 0px;
}
.aboutInfomation{
    padding: 80px 0px;
}
.ftrMenuBox .ftprymenyLink {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 14px;
    padding: 4px 0px;
}
.ftrMenuBox .ftprymenyLink:hover{
    color: var(--yellow-color);
}
.numberBox {
    display: grid;
    grid-template-columns: auto 1fr;
}

.numberBox span {
    font-size: 18px;
}
@media screen and (max-width:1200px){
    #navbarText .nav-item .nav-link {
        padding: 8px;
        font-size: 14px;
    }
    .container{
        max-width: 1200px;
    }
}

@media screen and (max-width: 992px){
    
    .mainHeader{
        box-shadow: 0px 0px 10px rgba(40, 40, 40, 0.5);
    }
    .primaryNav{
        background-color: var(--bg-light);
    }
    #navbarText .lastCall .btnCallHref{
        color: var(--white) !important;
    }
    .topLogo {
        max-width: 99px;
    }
    #navbarText {
        background: white;
    }
    .lastCall {
        margin-left: unset;
        background: var(--dark-blue);
    }
    .formBox{
        flex-wrap: wrap;
    }
    .subTitle.text-white {
        padding: 0px 20px 10px;
    }
    .boxesServices .cardService {
        max-width: 50%;
        min-width: 50%;
    }
    #navbarText {
        position: fixed;
        top: 0;
        height: 100%;
        left: 0;
        width: 100%;
        max-width: 30%;
        overflow: auto;
        max-height: 100vh;
        background: #ffffffe8;
        backdrop-filter: blur(11px);
        transition: all 200ms linear;
    }
    #navbarText .topLineMenu{
        padding: 20px;
    }
    .mblNumberMenu{
        margin: 0 !important;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .submenulinkList {
        position: relative;
        top: 150%;
        background: #ffffff;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        padding: 15px;
        border-top: none;
        transition: all 200ms linear;
    }
    .feedbacks{
        max-width: 47%;
    }
    
}


@media screen and (max-width:768px){
    .feedbacks{
        max-width: 100%;
    }
    .acRotate , .ccLessRotate, .acLessRotate{
        transform: rotate(00deg);
    }
}
@media screen and (max-width:594px) {
    .bannerTitle {
        font-size: 35px;
    }
    #navbarText {
        width: 100%;
        max-width: 65%;
    }
    .beforeAfterImages {
        max-height: 250px;
        min-height: 250px;
    }
    .feedbacks {
        max-width: 100%;
    }
    .bigBannerArea{
        padding: 80px 0px;
    }
    .bgText{
        font-size: 48px;
    }
    .allContentFooter .blockInfo {
        text-align: left;
        margin: 10px 0px;
    }
    .boxesServices .cardService {
        max-width: 100%;
        min-width: 100%;
    }
}