@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    font-family: "Outfit", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Albra Text';
}


.btn-readmore i {
    rotate: 320deg;
}

.btn-learnmore {
    color: #ff1418;
    border-radius: 50px;
    text-decoration: none;
}

i.fa-solid.fa-arrow-right-long {
    rotate: 327deg;
}

section#inner-banner p,
section#inner-banner p a {
    color: #fff;
}


button.navbar-toggler {
    background-color: #fff;
}

header.top-header .container {
    max-width: 1440px;
}


header.top-header {
    background-image: url(../images/bluebg.jpg);
    background-repeat: revert-layer;
    text-align: center;
}

/*********Navigation************/

/*Top Head Left and Right*/

.navbar ul.navbar-nav li {
    padding: 0 20px;

}

.navbar ul.navbar-nav li a {
    font-size: 16px;
    color: #141414;
}

.navbar ul.navbar-nav li a.nav-link.active {
    color: #0E76BC;
    font-weight: 500;
}

.navbar .right-menus {
    display: flex;
    justify-content: start;
    list-style: none;
    align-items: center;
    margin: 0;
}

.navbar .right-menus li {
    margin: 0 10px;
    border: 1px solid #ddd;
    padding: 10px 25px;
    border-radius: 50px;
}

.navbar .right-menus .fas,
.navbar .right-menus .far {
    color: #1D55A7;
}

.navbar .right-menus li a {
    text-decoration: none;
    font-size: 15px;
    color: #141414;
}

.navbar .right-menus .btn-started {
    background-color: #002147;
    color: #fff !important;
    border-radius: 40px;
}

.navbar .right-menus .btn-started .fas {
    color: #fff;
}

.navbar .right-menus .btn-started:hover {
    background-color: #141414;
}

.navbar ul li.menu-item-has-children.current-menu-parent.menu-item-has-children::before {
    color: #fff !important;
}

/**************** Banner Slider ************************/

.banner-slide {
    /*     background-image: url(/wp-content/uploads/2025/04/P5-1.webp); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-slide .slide-content {
    text-align: center;
    /* border-top: 3px solid #6cc0f1;
    border-bottom: 5px solid #6cc0f1; */
    max-width: 580px;
    margin: 100px auto;
}

.banner-slide .slide-content h2 {
    color: #fff;
    font-size: 52px;
    font-family: Georgia;
    text-shadow: 2px 2px 1px #000000, -2px -2px 1px #000000;
    font-weight: bold;
    visibility: hidden;
}

.banner-slide .laundromat-slider-content ul {
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -50px;

}

.banner-slide .laundromat-slider-content {
    max-width: 900px;
    width: 100% !important;
    margin: 120px auto 50px;
    /* margin: 100px auto; */

    padding: 20px;
    border-radius: 20px;
    background-color: #ff1418;
}

.banner-slide .laundromat-slider-content ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-align: center
}

.banner-slide .laundromat-slider-content ul li {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    margin: 0 10px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;

}

.banner-slide .laundromat-slider-content ul li:hover {
    background-color: #ff1418;
    transform: scale(1.1);
    box-shadow: 0 0 10px #141414;
}

.banner-slide .laundromat-slider-content p {
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
}

/*****Need Advisor*******/

.need-advisor h2 {
    font-size: 36px;
    color: #042a71;
    font-weight: 500;
}

.need-advisor h4 {
    font-size: 18px;
    color: #212529;
}

.need-advisor .need-advisor-content h3 {
    font-size: 18px;
    color: #000;
}

.need-advisor .need-advisor-content h3 span {
    font-size: 18px;
    color: #212529;
}

/**********About*********/


.about .about-content h6 {
    width: 100%;
    max-width: fit-content;
    padding: 10px 0px;
    border-radius: 5px;
    color: #000;
    font-size: 32px;
}

.about-content {
    padding: 10px;
}

.about-content h2 {
    color: #042a71;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 36px;
}

.about-content p {
    color: #000;
    text-align: justify
}

.about img {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    display: flex;
}

.btn-readmore {
    color: #fff;
    background-color: #ff1418;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
}

.btn-readmore:hover {
    background-color: #042a71 !important;
    color: #fff !important;
    transform: scale(1.1);
}

.btn-getstart {
    border-radius: 50px;
    background-color: #042a71;
    color: #fff;
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
}

.btn-getstart:hover {
    background-color: #ff1418 !important;
    color: #fff !important;
    transform: scale(1.1);
}


/******* Why Choose Us? ***********/

.why-choose h6 {
    width: 100%;
    max-width: fit-content;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 auto 40px;
    color: #000;
    font-size: 36px;
}

.why-choose ul.why-choose-box {
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
}

.why-choose ul.why-choose-box li figcaption {
    text-align: center;
    margin-top: 15px;
}

.why-choose ul.why-choose-box li img {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


.why-choose .btn-readmore {
    background-color: #042a71;
    color: #fff;
    font-size: 16px;
    width: 100%;
    max-width: fit-content;
    text-align: center;
    margin: 0 auto;
    padding: 10px 30px;
    border: none;
    transition: all 0.5s ease-in-out;
}

.why-choose .btn-readmore:hover {
    background-color: #ff1418 !important;
    transform: scale(1.1);
}


/********SERVICES*********/
.services {
    background-image: url(../images/servicesbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.services .services-topcontent {
    text-align: center;
    color: #fff;
    padding-bottom: 30px;
}

.services .services-topcontent h2 {
    font-size: 36px;
}

.services .card {
    border-radius: 30px;
    padding: 40px 20px;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
    height: 300px;

}

.services .btn-learnmore {
    color: #042a71;
    text-decoration: underline;
}

.services .card img {
    max-width: 65px;
    width: 100%;
    background-color: #042a71;
    border-radius: 50px;
    max-height: 65px;
    padding: 10px;
    margin: 0 auto;
}

.services .card .card-body {
    text-align: center;
}

.services .card p.card-text {
    font-size: 18px;
}

.services .card:hover {
    background-color: #ff1418;
    transform: scale(1.05);
}

.services .card:hover img {
    background-color: #000;
    box-shadow: 0 0 10px #fff;
}

.services .card:hover .btn-learnmore,
.services .card:hover h3,
.services .card:hover p {
    color: #fff;
}

.services .card:hover img {
    animation-name: rotate;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/********Buyer **************/

.buyer {
    background-image: url(../images/bluebg.jpg);
    background-repeat: revert-layer;
    text-align: center;
}

.buyer h2 {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
}

.buyer h4 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
}

.buyer .buyer-contact {
    background-color: #ff1418;
    padding: 15px 15px 15px 5px;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    font-size: 24px;
    transition: all 0.5s ease-in-out;
}

.buyer .buyer-contact:hover {
    background-color: #000 !important;
    color: #fff !important;
    transform: scale(1.1);
}

.buyer .buyer-contact i {
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
    color: #ff1418;
}

/*******Laundromat-Education********/
.laundromat-education {
    overflow: hidden;
}

.laundromat-education h2 {
    text-align: center;
    font-size: 200%;
    color: #000;
    position: relative;
    font-size: 36px;
}

.laundromat-education h2:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 370px;
    left: 36%;
    top: 46px;
    border-top: 3px solid #6cc0f1;
    border-radius: 50%;
}

.laundromat-education .laundromate-education-box {
    border: 1px solid #6cc0f157;
    padding: 10px;
    border-radius: 30px;
    min-height: 200px;
    box-shadow: 5px 5px 10px #6cc0f157;

}

.laundromat-education .laundromate-education-content {
    text-align: center;
}

.laundromat-education .laundromate-education-content h4 {
    padding: 10px 0;
    font-size: 24px;
    color: #042a71;
    font-weight: 500;
}

.laundromat-education .laundromate-education-content .btn-learnmore {
    text-decoration: underline;
    font-size: 18px;
}

.laundromate-education-content .btn-learnmore {
    color: #000;
}

.laundromat-education .laundromate-education-box:hover,
.laundromat-education .laundromate-education-box:hover a,
.laundromat-education .laundromate-education-box:hover h4 {
    background-color: #ff1418;
    color: #fff;
}


/*******Three Box Application*******/

.three-application .three-application-box {
    background-color: #042a71;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 30px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}

.three-application .three-application-box:hover {
    background-color: #ff1418;
    transform: scale(1.1);
}

.three-application .three-application-box .application-txt {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: bold;
}

.three-application .three-application-box .application-links i {
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
    font-size: 28px;
    color: #042a71;
}

/************Testimonials*************/

#testimonials h2 {
    font-size: 36px;
    color: #000;
    text-align: center;
    font-weight: 500;
    position: relative;
    width: 100%;
    max-width: fit-content;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 auto 20px;
}

#testimonials p {
    text-align: center;
    font-size: 32px;
}

#testimonials p span {
    color: #ff1418;
}

#testimonials-slider .fas {
    font-size: 22px;
    padding: 20px 0;
    color: #939393;
    text-align: center;
}

#testimonials-slider p {
    font-size: 16px;
    text-align: left;
    color: #141414;
    line-height: 1.6;
}

#testimonials-slider p strong {
    color: #141414;
    font-size: 20px
}

#testimonials-slider .item {
    padding: 24px;
    max-width: 840px;
    margin: 0 auto;
    border-radius: 30px;
    background: #fff;
    align-items: center;
}

#testimonials-slider .item img {
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}

#testimonials-slider .testimonials-clients p {
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
}

#testimonials-slider .item .star-name strong {
    font-size: 28px !important;
    vertical-align: middle;
}

#testimonials-slider .item .star-name span {
    background: #ff1418;
    padding: 10px 20px 10px 10px;
    border-radius: 20px;
    color: #fff;
}

#testimonials-slider .item .star-name span i {
    color: #fff !important;
}

/***********Owl Carousel Nav arrow css************/

#testimonials-slider .owl-nav .owl-next,
#laundromat-education .owl-nav .owl-next {
    position: absolute;
    right: 44%;
    bottom: 0;
    border: 2px solid #141414;
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    outline: 0;
    /* background: #fff; */
    color: #141414;
    transition: all 0.3s;
    font-size: 20px;
    border-radius: 50px;
    line-height: 30px;
}

#testimonials-slider .owl-nav .owl-prev,
#laundromat-education .owl-nav .owl-prev {
    position: absolute;
    left: 44%;
    bottom: 0;
    border: 2px solid #141414;
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    outline: 0;
    /* background: #fff; */
    transition: all 0.3s;
    color: #141414;
    font-size: 20px;
    border-radius: 50px;
    line-height: 30px;
}

#testimonials-slider .owl-nav .owl-prev:hover .fas,
#laundromat-education .owl-nav .owl-prev:hover .fas,
#testimonials-slider .owl-nav .owl-next:hover .fas,
#laundromat-education .owl-nav .owl-next:hover .fas {
    color: #ff1418;
}

#testimonials-slider .owl-nav .owl-prev .fas,
#laundromat-education .owl-nav .owl-prev .fas {
    font-size: 16px;
    color: #141414;
    padding: 0 !important;
}

#testimonials-slider .owl-nav .owl-next .fas,
#laundromat-education .owl-nav .owl-next .fas {
    font-size: 16px;
    color: #141414;
    padding: 0 !important;
}

#testimonials-slider .owl-nav,
#laundromat-education .owl-nav {
    margin-top: 30px;
}

/*********FOOTER************/

footer.footer {
    background-color: #000;
    text-align: center;
}

footer.footer .footer-content p {
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
}

footer.footer ul.footer-menus {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    flex-wrap: wrap;
    padding: 30px 0;
}

footer.footer ul.footer-menus li a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

footer.footer ul.footer-contactdetails {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    background-color: #ff1418;
    padding: 30px;
    border-radius: 50px;
    border: 1px solid #dddddd3d;
    margin-bottom: 50px;

}

footer.footer ul.footer-contactdetails li {
    color: #d9d9d9;
}

footer.footer ul.footer-contactdetails li a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
}

footer.footer ul.footer-contactdetails i {
    color: #fff;
    font-size: 24px;
    vertical-align: middle;

}

.copyright {
    border-top: 1px solid #858585a6
}

.copyright p,
.copyright p a {
    color: #858585;
    font-size: 16px;
    text-decoration: none;
}

/******About us Page*******/

.inner-banner {
    background-image: url(/wp-content/uploads/2025/01/innerbanner-13.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    background-position: center;
}

.inner-banner h2 {
    align-items: center;
    vertical-align: middle;
    text-align: center;
    font-size: 52px;
    color: #fff;
    background-color: #ff1418;
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    margin-top: 220px;
    border-radius: 30px;
    padding: 20px;
}

.aboutus .aboutus-content p {
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 2;
}



/********About-Buyer **************/

.about-buyer {
    background-color: transparent !important;
    text-align: center;
    margin-top: 40px;
}


@media screen and (max-width: 991px) {
    .banner-slide .laundromat-slider-content .btn-confirm {
        width: 100%;
        max-width: fit-content;
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .three-application .three-application-box {
        min-height: 210px;
        margin-bottom: 30px;
    }

    footer.footer ul.footer-contactdetails li a {
        font-size: 16px;
    }

    footer.footer ul.footer-contactdetails i {
        font-size: 18px;
    }

    .navbar ul.navbar-nav li:hover::before {
        color: #ffffff !important;
    }

    .navbar ul.navbar-nav .current-menu-item::before {
        color: #fff !important;
    }

    .navbar ul.navbar-nav li:hover::before {
        color: #fff !important;
    }

    .navbar ul.navbar-nav li:hover a {
        color: #fff;
    }

    .navbar ul.navbar-nav .current-menu-item a,
    .navbar ul.navbar-nav li a {
        color: #fff !important;
    }

    .navbar ul.sub-menu li:hover a {
        color: #ff1418 !important;
    }

    /* Style active parent menu item */
    .navbar ul li.menu-item-has-children.current-menu-parent>a {
        color: #fff !important;
    }

    /* Highlight active submenu item */
    .navbar ul.sub-menu li.current-menu-item>a {
        color: #ff1418 !important;
    }

}

@media screen and (min-width: 768px) {
    .mobile-banner {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .banner-slide {
        background-image: none !important;
    }

    .mobile-banner {
        width: 100%;
    }

    .banner-slide .slide-content {
        margin: 10px auto;
    }

    footer.footer ul.footer-contactdetails {
        display: block;
    }

    #testimonials-slider .owl-nav .owl-prev {
        left: 35%;
    }

    #testimonials-slider .owl-nav .owl-next {
        right: 35%;
    }

    .inner-banner h2 {
        font-size: 30px;
    }

    .banner-slide .slide-content h2 {
        font-size: 32px;
    }

    .banner-slide .slide-content {
        max-width: 500px;
    }

    #testimonials-slider .owl-nav .owl-prev,
    #laundromat-education .owl-nav .owl-prev {
        left: 36%;
    }

    #testimonials-slider .owl-nav .owl-next,
    #laundromat-education .owl-nav .owl-next {
        right: 36%;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        top: 70px;
        width: 100%;
        background: #f60606;
        padding: 0 20px;
        z-index: 99;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .three-application .three-application-box {
        min-height: 210px;
    }
}

@media screen and (max-width: 600px) {
    .laundromat-education h2:after {
        left: 10%;
    }
}

@media screen and (max-width: 479px) {
    .inner-banner h2 {
        font-size: 24px;
        width: 90%;
    }

    .laundromat-education h2:after {
        left: 0% !important;
    }

    .banner-slide .laundromat-slider-content ul {
        padding: 0px;
    }

    .banner-slide .slide-content {
        text-align: center;
        max-width: 580px;
        margin: 10px auto;
    }
}

.wpcf7-response-output {
    color: #eb121d !important;
}

.wpcf7-submit:hover,
.wpcf7-submit:hover {
    background-color: #000;
    transform: scale(1.1);
}

.wpcf7-submit,
.wpcf7-submit {
    background-color: #042a71 !important;
    border: 0px;
    transition: all 0.5s ease-in-out;
}

#wpcf7-f649-p556-o1 #submit-container input.wpcf7-form-control.wpcf7-submit {
    padding: 6px 30px;
    font-size: 24px;
    margin-top: 30px !important;
    color: #fff;
    border-radius: 50px;
}

.cf7mls_next.action-button {
    background-color: #ff1141 !important;
}

@media screen and (max-width: 1024px) {

    .banner-slide .laundromat-slider-content {
        max-width: 900px;
        width: 100% !important;
        margin: 0px auto 50px;
        padding: 20px;
        border-radius: 20px;
        background-color: #ff1418;
    }

    .banner-slide {
        background-image: url(/wp-content/uploads/2025/04/P5-1.webp);
        background-size: 145% !important;
        background-repeat: no-repeat;
        background-position: top;
    }
}

/*05-05-2025*/

.home .wpcf7-form .wpcf7-response-output {
    color: #fff !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #000000 !important;
    color: #000 !important;
}

@media (max-width: 576px) {
    .services .card{
        height: 330px;
    }
}

.wpcf7-not-valid-tip {
    color: #dc3232 !important;
}

a.btn-.btn-download{
    margin-left: -30px
}

.navbar ul li.menu-item-has-children.current-menu-parent > a {
    color: #000 !important;
}
#displayflex {
    display: flex;
    gap: 10px;
    align-items: end;
}