
:root{
    --green:#7BAA3C;
    --blue:#0B1F4D;
    --orange:#F47B36;
}
:root{
--green:#7BAA3C;
--blue:#0B1F4D;
--orange:#F47B36;
--white:#ffffff;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
overflow-x:hidden;
}

/* NAVBAR */

.custom-navbar{
padding:20px 0;
background:#fff;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.navbar-brand h2{
font-weight:700;
color:var(--green);
}

.navbar-brand span{
color:var(--blue);
}

.nav-link{
font-weight:500;
color:#222;
margin-left:15px;
}

.book-btn{
background:var(--orange);
color:white;
padding:12px 25px;
border-radius:50px;
text-decoration:none;
}

/* HERO */

.hero{
height:100vh;
background:url('../images/banner.jpg');
background-size:cover;
background-position:center;
position:relative;
}

.overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(11,31,77,.65);
}

.hero .container{
position:relative;
z-index:2;
}

.hero-tag{
color:var(--green);
letter-spacing:2px;
font-weight:600;
margin-bottom:20px;
}

.hero h1{
font-size:65px;
font-weight:700;
color:white;
line-height:1.2;
}

.hero p{
font-size:18px;
color:white;
margin-top:20px;
max-width:550px;
}

.hero-btns{
margin-top:35px;
}

.btn-main{
background:var(--orange);
padding:15px 35px;
border-radius:50px;
color:white;
text-decoration:none;
margin-right:15px;
}

.btn-whatsapp{
background:var(--green);
padding:15px 35px;
border-radius:50px;
color:white;
text-decoration:none;
}

.glass-card{
background:rgba(255,255,255,.15);
backdrop-filter:blur(15px);
padding:50px;
border-radius:25px;
text-align:center;
color:white;
}

.glass-card h2{
font-size:80px;
font-weight:700;
color:var(--green);
}

.glass-card p{
font-size:20px;
}

.about-section{
background:#fff;
padding:100px 0;
}

.section-tag{
color:var(--green);
font-weight:600;
letter-spacing:2px;
}

.section-title{
font-size:42px;
font-weight:700;
color:var(--blue);
margin:15px 0;
}

.counter-section{
background:var(--blue);
padding:80px 0;
}

.counter-box{
color:#fff;
}

.counter-box h2{
font-size:55px;
font-weight:700;
color:var(--green);
}

.counter-box p{
margin-top:10px;
font-size:18px;
}

.services-section{
background:#f8f9fa;
padding:100px 0;
}

.service-card{
background:#fff;
padding:40px 30px;
border-radius:20px;
text-align:center;
transition:.4s;
box-shadow:0 10px 30px rgba(0,0,0,.08);
height:100%;
}

.service-card:hover{
transform:translateY(-10px);
}

.service-card i{
font-size:50px;
color:var(--green);
margin-bottom:20px;
}

.service-card h4{
font-weight:700;
color:var(--blue);
margin-bottom:15px;
}

.process-section{
    padding:100px 0;
    background:#fff;
}

.process-card{
    position:relative;
    background:#fff;
    border-radius:20px;
    padding:40px 25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    overflow:hidden;
}

.process-card:hover{
    transform:translateY(-10px);
}

.process-card i{
    font-size:50px;
    color:var(--green);
    margin-bottom:20px;
}

.process-card h4{
    color:var(--blue);
    font-weight:700;
    margin-bottom:15px;
}

.step-number{
    position:absolute;
    top:15px;
    right:20px;
    font-size:60px;
    font-weight:800;
    color:rgba(123,170,60,.12);
}

.whatsapp-float{
    position:fixed;
    bottom:25px;
    right:25px;
    width:65px;
    height:65px;
    background:#25D366;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:32px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 10px 25px rgba(0,0,0,.2);
    animation:pulse 2s infinite;
}

@keyframes pulse{
    0%{transform:scale(1);}
    50%{transform:scale(1.1);}
    100%{transform:scale(1);}
}

.testimonial-section{
    padding:100px 0;
    background:#f8f9fa;
}

.testimonial-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.testimonial-card h5{
    color:var(--blue);
    margin-top:20px;
    font-weight:700;
}

.cta-section{
    background:var(--blue);
    color:#fff;
    padding:80px 0;
}

.cta-section h2{
    font-size:42px;
    font-weight:700;
}

.cta-section p{
    margin:20px 0;
}

.footer{
    background:#081736;
    color:#fff;
    padding:80px 0 30px;
}

.footer h3,
.footer h4{
    margin-bottom:20px;
}

.footer ul{
    list-style:none;
    padding:0;
}

.footer ul li{
    margin-bottom:10px;
}

.footer ul li a{
    color:#fff;
    text-decoration:none;
}

body{
    font-family:'Outfit',sans-serif;
    background:#f8fafc;
}

section{
    position:relative;
}

.section-title{
    font-size:52px;
    font-weight:800;
    color:var(--blue);
    margin-bottom:20px;
}

.section-tag{
    color:var(--green);
    font-size:15px;
    letter-spacing:3px;
    font-weight:700;
}

.hero{
    min-height:100vh;
    background:
    linear-gradient(
    rgba(11,31,77,.75),
    rgba(11,31,77,.75)),
    url('assets/images/laundry-banner.jpg');

    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}

.service-card{
    background:#fff;
    border-radius:25px;
    padding:45px 30px;
    transition:.4s;
    border:1px solid #edf2f7;
}

.service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.btn-main{
    background:linear-gradient(
    135deg,
    #F47B36,
    #ff934f
    );

    padding:16px 38px;
    border-radius:50px;
    color:#fff;
    font-weight:600;
    text-decoration:none;
}

font-family: 'Outfit', sans-serif;
border-radius: 25px;
box-shadow: 0 20px 60px rgba(0,0,0,.08);

.hero{
min-height:100vh;
background:
linear-gradient(rgba(11,31,77,.75),rgba(11,31,77,.75)),
url('../images/hero-bg.jpg');
background-size:cover;
background-position:center;
}

.custom-navbar{
background:#fff;
box-shadow:0 5px 30px rgba(0,0,0,.08);
padding:18px 0;
}

.about-section,
.services-section,
.process-section,
.testimonial-section{
padding:120px 0;
}

.service-card,
.process-card,
.testimonial-card{
border-radius:25px;
box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.section-title{
font-size:54px;
font-weight:800;
color:#0B1F4D;
}

.hero h1{
font-size:72px;
font-weight:800;
}

.why-us-section{
    padding:120px 0;
    background:#f8f9fa;
}

.why-card{
    background:#fff;
    padding:40px 25px;
    text-align:center;
    border-radius:25px;
    transition:.4s;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.why-card:hover{
    transform:translateY(-12px);
}

.why-card i{
    font-size:55px;
    color:#7BAA3C;
    margin-bottom:20px;
}

.why-card h4{
    color:#0B1F4D;
    font-weight:700;
    margin-bottom:15px;
}

.why-card:hover i{
    transform:scale(1.15);
    transition:.4s;
}

/* Why Choose Us Section */
.why-us-section{
   padding:120px 0;
   background:#f8f9fa;
}

/* remaining CSS */

/* about us CSS */

:root{
--green:#7BAA3C;
--blue:#0B1F4D;
--orange:#F47B36;
}

body{
font-family:'Outfit',sans-serif;
overflow-x:hidden;
}

.page-banner{
height:550px;
background:
linear-gradient(rgba(11,31,77,.75),rgba(11,31,77,.75)),
url('../images/about-banner.jpg');
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:#fff;
}

.page-banner h1{
font-size:70px;
font-weight:800;
}

.section-tag{
color:var(--green);
font-weight:700;
letter-spacing:2px;
}

.section-title{
font-size:50px;
font-weight:800;
color:var(--blue);
}

.experience-strip{
background:var(--green);
padding:40px 0;
color:#fff;
}

.experience-strip h3{
font-size:45px;
font-weight:800;
}

.about-company,
.mission-section,
.laundry-process,
.why-about,
.cta-section{
padding:120px 0;
}

.mission-section{
background:#f8f9fa;
}

.mission-card,
.process-card,
.why-card{
background:#fff;
padding:40px;
border-radius:25px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.4s;
}

.mission-card:hover,
.process-card:hover,
.why-card:hover{
transform:translateY(-10px);
}

.mission-card i,
.why-card i{
font-size:55px;
color:var(--green);
margin-bottom:20px;
}

.process-card h1{
font-size:70px;
font-weight:800;
color:var(--green);
}

.btn-main{
background:var(--orange);
padding:15px 35px;
border-radius:50px;
text-decoration:none;
color:#fff;
font-weight:600;
}

.footer{
background:#081736;
color:#fff;
padding:80px 0 30px;
}

.footer-bottom{
margin-top:20px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,.1);
}

/* =========================
   SERVICES PAGE
========================= */

.service-banner{
    height:550px;
    background:
    linear-gradient(rgba(11,31,77,.75),rgba(11,31,77,.75)),
    url('../images/service-banner.jpg');
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}

.service-banner h1{
    font-size:70px;
    font-weight:800;
    margin-bottom:15px;
}

.service-banner p{
    font-size:20px;
}

.service-intro{
    padding:100px 0;
    text-align:center;
}

.services-section{
    padding:100px 0;
    background:#f8f9fa;
}

.service-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-10px);
}

.service-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.service-content{
    padding:30px;
    text-align:center;
}

.service-content i{
    font-size:55px;
    color:var(--green);
    margin-bottom:20px;
}

.service-content h3{
    color:var(--blue);
    font-weight:700;
    margin-bottom:15px;
}

.service-content p{
    color:#666;
    line-height:1.8;
}

.why-services{
    padding:100px 0;
    background:#fff;
}

.why-box{
    background:#f8f9fa;
    padding:40px 25px;
    border-radius:20px;
    text-align:center;
    transition:.4s;
}

.why-box:hover{
    transform:translateY(-10px);
    background:#fff;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.why-box i{
    font-size:55px;
    color:var(--green);
    margin-bottom:20px;
}

.why-box h4{
    color:var(--blue);
    font-weight:700;
}

.cta-section{
    padding:120px 0;
    background:var(--blue);
    text-align:center;
    color:#fff;
}

.cta-section h2{
    font-size:50px;
    font-weight:800;
    margin-bottom:20px;
}

.cta-section p{
    font-size:18px;
    margin-bottom:30px;
}

.btn-main{
    background:var(--orange);
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    display:inline-block;
    font-weight:600;
    transition:.4s;
}

.btn-main:hover{
    background:var(--green);
    color:#fff;
}

@media(max-width:768px){

    .service-banner{
        height:400px;
    }

    .service-banner h1{
        font-size:45px;
    }

    .section-title{
        font-size:34px;
    }

    .services-section,
    .service-intro,
    .why-services,
    .cta-section{
        padding:70px 0;
    }

    .cta-section h2{
        font-size:32px;
    }
}

