<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins-Regular';
    color: #202031;
    font-size: 16px;
    line-height: 22px;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul{
   margin: 0;
    padding: 0; 
}


@font-face {
    font-family: 'concertone-regular';
    src: url("../fonts/concertone-regular.ttf");
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url("../fonts/Poppins-SemiBold.ttf");
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url("../fonts/Poppins-Medium.ttf");
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url("../fonts/Poppins-Bold.ttf");
}

.sub-heading{
    font-size: 20px !important;
}

.main-heading{
    font-size: 44px !important;
    color: #000 !important;
    font-family: 'concertone-regular' !important;
    line-height: 50px;
}




/*Header Part*/

.top-navbar{
    background-color: #fff;
    box-shadow: 1px -2px 8px #00000026;
    height: 100px;
}


.nav-link {
    font-size: 18px;
    color: #202031;
    margin-left: 30px;
}
a:hover {
    color: #2b52af !important;
}

#hero{
   background-image: url("../img/hero-bg.png"); /* The image used */
  background-position: 100% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 110px !important;
}

#hero .app-btns img {
    top: 0 !important;
    width: 180px;
}


#hero h2{
    font-size: 55px;
    font-family: 'concertone-regular';
    color: #202031;
    line-height: 60px;
    text-transform: uppercase;

}

#hero h2 span{
    color: #2b52af;
position: relative;
}

#hero h2 span:after{
    content: none;
    width: 254px;
    height: 40px;
    background: url(../img/horizontal-bar.png);
    bottom: 8px;
    right: 15px;
    position: absolute;
    display: inline-block;
    z-index: -9;
}

#hero p{
    font-size: 18px;
}

#hero h3{
    font-size: 28px;

}

#hero h3 span{
    color: #2b52af;
    font-family: 'Poppins-Bold';
    font-size: 34px;
}

.laundry-services img{
    width: 63px;
}

.laundry-services li{
    margin-right: 80px;
}

.main-btn{
    height: 60px;
    background-color: #2b52af;
    border-radius: 10px;
    color: #fff;
    border:none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 33px;
    transition: .5s all;
    text-transform: uppercase;
}

.main-btn:hover{
    background-color: #54afe6;
    color: #fff !important;

}



/*About Section*/



#about{
    background-color: #2b52af14;
    padding: 130px 0;
}

#about .sub-heading{
    font-size: 20px;
    color: #000;
}

#about .main-heading{
    font-size: 40px;
    color: #202031;
    font-family: 'concertone-regular';
    line-height: 50px;
}




/*how-it-work-section*/


/*how-it-work*/


#how-it-work {
    padding: 100px 0;
    background-color: #fff;
}

#how-it-work h3{
    font-size: 38px;
    font-family: 'concertone-regular';
}
#how-it-work h4{
    font-size: 24px;
    color: #000;
    font-family: 'Poppins-SemiBold';
}
.mt-10{
    margin-top: 60px;
}
.how-it-work-box h4 {
    font-size: 19px !important;
    text-align: center;
}
.how-it-work-box p {
    font-size: 15px;
    text-align: center;
}
#how-it-work h3 {
    font-size: 38px;
    font-family: 'concertone-regular';
}
.work-count {
    height: 150px;
    width: 150px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -16%;
    box-shadow: 0px 0px 10px #0000001a;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.mt-100 {
    margin-top: 100px;
}

.how-it-work-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 6px #0000002e;
    height: 100%;
    padding-top: 70px;
    position: relative;
}

/*#how-it-work img{
    width: 30%;
}*/

.mt-10{
    margin-top: 60px;
}


.border-left {
    border-left: 1px solid #00000010;
}
.border-bottom{
   border-bottom: 1px solid #00000010; 
}

.how-work-box{
    padding: 100px;
}

.pt-20{
    padding-top: 200px;
}


/*services-section*/



#services .service-box {
    background: #fff;
    padding: 50px 30px;
    border-radius: 30px;
    text-align: center;
    width: 100%;
    max-width: 300px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
    min-height: 250px;
}

#services .service-box:hover {
    transform: translateY(-5px);
}

#services .service-img-box {
    background: white;
    padding: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);

}

#services .service-img img {
    width: 110px;
    height: auto;
}

#services .service-text h4 {
    font-size: 21px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    margin-top: 10px;
}

#services .service-text p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

#services .main-btn {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #2b52af;
    border: 2px solid #2b52af;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
}

#services .main-btn:hover {
    background: #2b52af;
    color: #fff;
}

.service-page .mb-100 {
    margin-bottom: 20px;
}







#services{
/*    background-color: #fbb4ba15;*/
    padding: 100px 0;
    height: 980px;
    background-color: #2b52af14;
}

/*#services .service-img{
    border-radius: 50px;
        position: relative;
        width: 90%;
    margin: 0 auto;
}
*/







/*.service-img-box{
    position: absolute;
    top: 0;
    top: -80px;
}*/

.owl-stage-outer{
    padding: 80px 0;
}

#services .main-btn{
    height: 45px;
    width: 150px;
    display: flex;
    align-items: center;
}

#services .owl-carousel .owl-item{
    padding: 0 15px;
}


.owl-prev{
    height: 85px;
    width: 85px;
    background: #2b52af !important;
    color: #fff !important;
    border-radius: 50% !important;
        position: absolute;
    bottom: 50%;
    left: -12%;
    font-size: 40px !important;

}
.owl-next{
    height: 85px;
    width: 85px;
    background: #2b52af !important;
    color: #fff !important;
    border-radius: 50% !important;
        position: absolute;
    bottom: 50%;
    right: -12%;
    font-size: 40px !important;
}



/*download-app-section*/


#download-app{
        margin-top: 0;
        padding-top: 130px;
        padding-bottom: 150px;
}

#download-app .main-heading{
    font-size: 40px;
    color: #232222 !important;
}

#download-app ul{
    display: flex;
}

#download-app ul li{
    list-style: none;
    padding-right: 20px;
}

#hero ul{
}

#hero ul li{
    list-style: none;
    padding-left: 20px;
}

.header-logo{
/*    width: 80%;*/
}

#hero .main-btn{
    width: 20%;
}

.navbar-brand{
    padding: 0;
}


/*#hero .bg-overlay {
    background-image: url(../img/hero-bg.png);
    background-position: 100% 80%;
    background-repeat: no-repeat;
    background-size: contain;
}*/

.hero-img-div {
     margin-top: 20px;
    position: relative;
}





#download-app{
   background-image: url("../img/download-app-bg.webp"); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

#download-app p{
    padding-right: 20%;
}






/*testimonial-section*/

#testimonials{
   background-image: url("../img/testimonial-bg.webp"); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  padding: 100px 0;
}

#testimonials .sub-heading{
    color: #fff !important;
}

#testimonials .main-heading{
    color: #fff !important;
}

.review-stars li {
    list-style: none;
    padding-right: 10px;
}

#testimonials .testimonial-right h4{
    font-size: 24px;
    color: #fff;
}

#testimonials .testimonial-right p{
    color: #fff;
}

#testimonials .testimonial-box{
    background-color: #1F2432;
    border-radius: 30px;
    padding: 50px 30px;
    display: flex;
    position: relative;
}

#testimonials .testimonial-left{
    width: 30%;
}

#testimonials .testimonial-left .cust-img{
    width: 130px;
}

#testimonials .testimonial-right{
    width: 70%;
}

.test-icon{
    position: absolute;
    bottom: 20px;
    width: 64px !important;
    right: 30px;
}


#testimonials.owl-prev {
    background: #2395d2 !important;
}
#testimonials .owl-next {
    background: #2b52af !important;
}

#testimonials .owl-prev:hover {
    background: #06415C !important;
}
#testimonials .owl-next:hover {
    background: #06415C !important;
}

#testimonial .owl-stage-outer {
    padding: 60px 0;
}


/*Footer*/

footer {
    padding: 50px 0;
    background-color: #fff;
}
footer h4 {
    font-family: 'concertone-regular';
    font-size: 24px;
    color: #111111;
    font-weight: 600;
}
footer ul li {
    list-style: none;
    font-size: 15px;
    color: #111111;
    margin-top: 10px;
}
footer ul a {
    text-decoration: initial;
}
footer ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
footer .form-control {
    background-color: #F8F8FA;
    border: none !important;
    border-radius: 10px !important;
    padding: 20px;
    height: 50px;
    box-shadow: 1px 3px 6px #0000001f;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
footer .arrow-btn {
    background-color: #2b52af ;
    border-color: #2b52af ;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    height: 50px;
    width: 50px;
}
.horizontal-bar {
    border-top: 1px solid #DAE0E9;
}
footer .social-links ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    top: 5px;
    transition: all .1s ease-out;
}





.bottom-bar {
    display: none;
    height: 70px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    flex-wrap: wrap;
    z-index: 9;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

.bottom-bar .whatsapp-box {
    background-color: #129009;
    flex: 1;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.bottom-bar .whatsapp-box img {
    width: 30px;
}
.bottom-bar p {
    color: #fff;
    margin-left: 15px;
}
.bottom-bar .call-box {
    background-color: #0795D9;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.bottom-bar a {
    text-decoration: initial;
}
.bottom-bar .call-box img {
    width: 30px;
}













.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #3c97e8;
    color: #fff;
    transition: all 0.4s;
}

#button {
    display: inline-block;
    background-color: #2b52af;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 80px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: initial;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #262626;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}


.img-on-top{
    display: none;
}

#hero- .hero-images img {
    position: relative;
    top: 20px;
    transition: all 0.5s;
}

#hero .hero-images img:hover {
    top: 0;
}

#about img {
    position: relative;
    top: 20px;
    transition: all 0.5s;
}

#about img:hover{
    top: 0;
}

/*#how-it-work img {
    position: relative;
    top: 20px;
    transition: all 0.5s;
}*/
#how-it-work .app-btns img {
    top: 0 !important;
    width: 190px;
}
#how-it-work img:hover{
    top: 0;
}

#services .service-img{
    scale: 1
    transition: all 0.5s;
}

#services .service-img:hover{
    scale: 1.1;
    transition: all 1s;
}











@media (max-width: 1366px) {
    #hero h2 {
    font-size: 54px;
}
#hero h2 span:after {
    width: 218px;
}
#hero h3 {
    font-size: 24px;
}
.main-heading {
    font-size: 34px !important;
    line-height: 40px !important;
}
.footer-logo{
    height: 40px;
}
}
@media (max-width: 1280px) {
        #hero h2 {
        font-size: 44px;
        line-height: 56px;
    }
        #hero h2 span:after {
        width: 170px;
        bottom: 2px;
    }
        #hero h3 {
        font-size: 20px;
    }
    #about {
    background-color: #fbb4ba15;
    padding: 100px 0;
}
    #how-it-work {
        margin: 110px 0;
    }
#how-it-work h4 {
    font-size: 22px;
}
#services {    
    padding: 80px 0;
}

#services .service-text h4 {
    color: #00216E;
    font-size: 20px;
}
.owl-prev {
    left: -5%;
}
.owl-next {
    right: -5%;
}
#testimonials .testimonial-right h4 {
    font-size: 20px;
}
#download-app p{
    padding-right: 0;
}
#how-it-work {
        padding: 80px 0 80px 0;
    }
    .main-btn {
        height: 50px;
    }
}

@media (max-width: 1024px) {

    #hero h2 {
        font-size: 57px;
        line-height: 56px;
        padding-right: 0;
    }
        #hero h2 span:after {
        width: 140px;
    }
    #hero p {
    font-size: 16px;
}
    #hero h3 {
        font-size: 18px;
    }
    #hero h3 span {
    font-size: 26px;
}
.mt-10 {
    margin-top: 30px;
}
#testimonials .testimonial-left {
    width: 40%;
}
#testimonials .testimonial-right {
    width: 60%;
}
#services {
    height: 920px;

}
    .margin-bt {
        margin-bottom: 50px;
    }
    #hero .main-btn {
    width: 30%;
}

}

@media (max-width: 992px) {
    .sub-heading {
    font-size: 18px !important;
}
    .margin-bt {
        margin-bottom: 50px;
    }
        #hero .main-btn {
        width: 40%;
    }
    .top-navbar{
        height: auto !important;
        padding: 20px 0;
    }
}    

@media (max-width: 768px) {
    #hero h2 {
                font-size: 47px;
        line-height: 50px;
        padding-right: 0;
        text-align: center;
    }
        #services {
        height: 870px;
    }

}

@media (max-width: 767px) {
    .border-bottom{
        border:none !important;
    }
    .border-left{
        border:none;
    }
    .pt-20 {
    padding-top: 50px !important;
}
#express-delivery {
    padding: 70px 0 !important;
}
.how-work-box {
    padding: 0;
}
.img-on-top{
    display: block;
}

.img-on-bottom{
    display: none !important;
}
.owl-next {
    height: 50px;
    width: 50px;
    font-size: 30px !important;
    right: 0%;
}
.owl-prev {
    height: 50px;
    width: 50px;
    font-size: 30px !important;
    left: 0%;
}
/*#how-it-work img {
    width: 60%;
    display: block;
    margin: 0 auto;
}*/
#about img {
    width: 60%;
    display: block;
    margin: 0 auto;
}
.hero-img{
    width: 70%;
}
    #how-it-work {
        margin: 0 !important;
    }
    #hero .main-btn {
    width: 100%;
}
.bottom-bar {
        display: flex !important
;
    }
    #wa-btn-wrapper {
        display: none;
    }
    #franchise img{
    width: 70%;
    margin: 0 auto;
display: block;
}
#franchise h5{
    width: 100%;
}
#franchise .whatsapp-btn {
        width: 90% !important;
        height: 50px !important;
        margin: 0 auto;
    }
}



@media (max-width: 430px) {
        #hero h2 {
        font-size: 36px;
        line-height: 41px;
    }
        #hero h2 span:after {
        right: 0;
    }
    #hero p {
        font-size: 16px;
        text-align: center;
    }
    .laundry li {
    margin-right: 50px;
}
.main-btn {
    width: 100%;
}
#hero .main-btn {
    width: 100%;
}
.laundry-services li {
    margin-right: 30px;
}
#hero {
    margin-top: 20px !important;
    padding-bottom: 0px;
}
.header-logo {
    height: 50px !important;
}
   
    .sub-heading {
        font-size: 16px !important;
    }
    
        .main-heading {
        font-size: 26px !important;
        line-height: 32px !important;
    }
        #how-it-work h4 {
        font-size: 20px;
    }
    #how-it-work h3 {
    font-size: 34px;
}
#download-app {
    margin-top: 5%;
}
    #download-app.main-heading {
    font-size: 32px !important;
}
#testimonials .testimonial-box {
    flex-direction: column;
}
#testimonials .testimonial-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; 
    }
        #testimonials .testimonial-right h4 {
        text-align: center;
    }

        #testimonials .testimonial-right {
        width: 100%;
        margin-top: 20px;
    }
        #how-it-work h3 {
        font-size: 28px;
    }
        #how-it-work .app-btns img {
        width: 100% !important;
    }


}

@media (max-width: 375px) {
.header-logo {
        height: 45px !important;
    }
}

@media (max-width: 320px) {
        #download-app {
        margin-top: 65%;
    }

    #how-it-work h4 {
        font-size: 18px;
    }
        .main-heading {
        font-size: 24px !important;
        line-height: 28px !important;
    }
    .laundry-services li {
        margin-right: 30px;
    }
    .header-logo {
        height: 40px !important;
    }
}

footer .social-links img{
    height: 38px;
    width: 38px;
}


#express-delivery{
    padding: 120px 0;
    background: #fff;
}

.delivery-option-box{
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
        box-shadow: 5px 5px 5px #0000000d;
    position: relative;
    top: 20px;
    transition: .5s all;
}

.delivery-option-box:hover{
    top: 0;
}

.delivery-option-box img{
    width: 30%;
}

.delivery-option-box p{
    font-size: 15px;
}

.delivery-option-box h4{
    font-size: 18px;
    font-weight: 600;
}


/*BREADCRUMB SECTION*/

#breadcrumb{
    background-image: linear-gradient(#2b52af, #0b1f3a);
    height: 104px;
    display: flex;
    align-items: center;
        margin-top: 117px !important;
}
#breadcrumb h4 {
    font-size: 28px;
    color: #fff;
    font-family: 'Poppins-SemiBold';
}

#breadcrumb h6 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}


#about-us{
    margin:100px 0;
}

.laundry-stats{
    margin: 100px 0;
}

.laundry-stats .icon-box{
    height: 100px;
    width: 100px;
    border: 2px solid #2b52af;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.laundry-stats h2 {
    font-size: 44px;
    margin: 5px 0;
    text-shadow: 0px 3px 6px #0000000f;
    font-family: 'Poppins-SemiBold';
}
.laundry-stats h6 {
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0px 3px 6px #0000000f;
}


#team{
    background-color: #8BC63F14;
    padding: 150px 0;
}

#team .team-box h4{
    font-size: 24px;
    font-family: 'Poppins-SemiBold';
    text-align: center;
}
#team .team-box p{
    font-size: 18px;
    color: #8bc63f;
    text-align: center;
    margin-top: 10px;
}

#team .team-box .team-img img{
    border-radius: 30px;
}

#team .team-box{
    position: relative;
    top: 20px;
    transition: all .4s;
}

#team .team-box:hover{
    top: 0;
}

/*.laundry-stats .icon-box:hover {
    background-color: #8bc63f;
}
*/

.service-img-radius{
    border-radius: 30px;
}

.service-page{
    height: initial !important;
    background-color: #8BC63F14;
    padding: 150px 0;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #2b52af;
}

.mb-100 {
    margin-bottom: 100px;
}


.mobile-img{
    display: none;
}


#franchise{
    background-color: #2b52af14;
    padding: 100px 0;
}

#franchise .whatsapp-btn{
    background: #16BE45;
    border-radius: 40px;
    box-sizing: border-box;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    height: 60px;
}

#franchise .whatsapp-btn:hover{
    background: #109134;
}
</pre></body></html>