/*====================================
        LAUNDRY HERO
====================================*/

.laundry-hero{

    position:relative;

    overflow:hidden;

    padding:120px 8% 90px;

    background:linear-gradient(135deg,#fff8fc,#eef5ff);

}

.laundry-container{

    max-width:1400px;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:80px;

}

.laundry-content{

    flex:1;

}

.laundry-tag{

    display:inline-block;

    background:#ffe6f3;

    color:#ff5aa5;

    padding:10px 22px;

    border-radius:40px;

    font-size:15px;

    font-weight:600;

    margin-bottom:25px;

}

.laundry-content h1{

    font-size:62px;

    line-height:1.15;

    color:#1d1b52;

    margin-bottom:25px;

}

.laundry-content h1 span{

    color:#f282c3;

}

.laundry-content p{

    font-size:18px;

    line-height:1.8;

    color:#646a82;

    max-width:620px;

    margin-bottom:40px;

}

.laundry-buttons{

    display:flex;

    gap:18px;

    margin-bottom:55px;

}

.laundry-stats{

    display:flex;

    gap:50px;

}

.stat h3{

    font-size:34px;

    color:#1d1b52;

    margin-bottom:5px;

}

.stat p{

    font-size:15px;

    margin:0;

    color:#666;

}

/*====================*/

.laundry-image{

    flex:1;

    position:relative;

    display:flex;

    justify-content:center;

}

.laundry-image img{

    width:520px;

    animation:floatLaundry 5s ease-in-out infinite;

}

.laundry-card{

    position:absolute;

    background:white;

    padding:15px 22px;

    border-radius:50px;

    box-shadow:0 20px 40px rgba(0,0,0,.12);

    font-weight:600;

}

.card1{

    top:30px;

    left:20px;

}

.card2{

    right:10px;

    top:220px;

}

.card3{

    bottom:20px;

    left:40px;

}

/*====================*/

.laundry-shape{

    position:absolute;

    border-radius:50%;

    filter:blur(90px);

    z-index:0;

}

.laundry-shape-1{

    width:300px;

    height:300px;

    background:#ffd8ea;

    top:-120px;

    left:-100px;

}

.laundry-shape-2{

    width:350px;

    height:350px;

    background:#d9ebff;

    bottom:-150px;

    right:-100px;

}

@keyframes floatLaundry{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-18px);

    }

}

/*====================*/





/*==================================
        LAUNDRY SERVICES
==================================*/

.laundry-services{
    padding:100px 8%;
    background:#f8fbff;
}

.laundry-heading{
    max-width:750px;
    margin:0 auto 70px;
    text-align:center;
}

.laundry-heading span{
    display:inline-block;
    color:#f282c3;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.laundry-heading h2{
    font-size:48px;
    font-weight:700;
    color:#1d1b52;
    margin-bottom:18px;
    line-height:1.2;
}

.laundry-heading p{
    font-size:18px;
    line-height:1.8;
    color:#6b7280;
}

/*==========================*/

.laundry-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(330px,1fr));
    gap:35px;
}

/*==========================*/

.laundry-service-card{

    background:#fff;

    border-radius:22px;

    padding:40px 30px;

    position:relative;

    overflow:hidden;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    border:1px solid #ececec;

}

.laundry-service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 50px rgba(0,0,0,.15);

}

/*==========================*/

.laundry-service-card-premium{

    background:linear-gradient(135deg,#413f77,#4256d6);

    color:#fff;

    transform:scale(1.04);

}

.laundry-service-card-premium:hover{

    transform:translateY(-12px) scale(1.04);

}

.laundry-service-card-premium h3,
.laundry-service-card-premium p,
.laundry-service-card-premium li{

    color:#fff;

}

/*==========================*/

.laundry-popular{

    position:absolute;

    top:20px;

    right:-45px;

    background:#f282c3;

    color:#fff;

    padding:8px 48px;

    font-size:12px;

    font-weight:700;

    transform:rotate(45deg);

}

/*==========================*/

.laundry-price{

    font-size:54px;

    font-weight:700;

    color:#1d1b52;

    margin-bottom:20px;

}

.laundry-price span{

    font-size:18px;

    color:#888;

}

.laundry-service-card-premium .laundry-price,
.laundry-service-card-premium .laundry-price span{

    color:#fff;

}

/*==========================*/

.laundry-service-card h3{

    font-size:28px;

    margin-bottom:15px;

    color:#1d1b52;

}

.laundry-service-card p{

    color:#5e5b5c;

    line-height:1.8;

    margin-bottom:28px;

}
.laundry-service-card-pre p{

    color:#fff8fc;

   

}

/*==========================*/

.laundry-list{

    list-style:none;

    margin-bottom:35px;

}

.laundry-list li{

    display:flex;

    align-items:center;

    gap:10px;

    padding:12px 0;

    border-bottom:1px solid #ececec;

    color:#555;

}
.laundry-list-pre li{

    display:flex;

    align-items:center;

    gap:10px;

    padding:12px 0;

    border-bottom:1px solid #ececec;

    color:rgb(255, 248, 252);

}

.laundry-service-card-premium .laundry-list li{

    border-color:rgba(255,255,255,.18);

}

.laundry-list i{

    color:#2ecc71;

}

.laundry-service-card-premium .laundry-list i{

    color:#fff;

}

/*==========================*/

.laundry-service-card .btn-primary{

    width:100%;

    display:flex;

    justify-content:center;
    margin-top: 10px;

}

/*==========================*/

.laundry-service-card .open-booking-btn{

    width:100%;

    display:block;

    margin-top:10px;

    padding:16px;

    border:none;

    border-radius:50px;

    cursor:pointer;

    font-size:16px;

    font-weight:600;

    color:#fff;

    background:linear-gradient(90deg,#ff5ea8,#7c8cff);

    box-shadow:0 12px 28px rgba(124,140,255,.28);

    transition:transform .3s ease, box-shadow .3s ease, background .3s ease;

}

.laundry-service-card .open-booking-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 18px 36px rgba(124,140,255,.4);

}

.laundry-service-card .open-booking-btn:active{

    transform:translateY(-1px) scale(.98);

}

.laundry-service-card-premium .open-booking-btn{

    background:#fff;

    color:#4256d6;

    box-shadow:0 12px 28px rgba(0,0,0,.18);

}

.laundry-service-card-premium .open-booking-btn:hover{

    background:#f2f3ff;

    box-shadow:0 18px 36px rgba(0,0,0,.22);

}

/*==========================*/







/*=========================================
        WASHING SERVICES TABLE
=========================================*/

.wash-services{
    width:100%;
    padding:100px 8%;
    background:linear-gradient(180deg,#f8fbff,#ffffff);
}

.wash-container{
    max-width:1400px;
    margin:auto;
}

/*========================
        HEADING
========================*/

.wash-heading{
    text-align:center;
    margin-bottom:60px;
}

.wash-heading span{
    display:inline-block;
    color:#ff66b4;
    font-size:14px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.wash-heading h2{
    font-size:54px;
    color:#1d2255;
    margin-bottom:18px;
    font-family:"Poppins",sans-serif;
    font-weight:700;
}

.wash-heading p{
    max-width:700px;
    margin:auto;
    color:#6b7285;
    font-size:19px;
    line-height:1.8;
}

/*========================
      TABLE WRAPPER
========================*/

.wash-table-wrapper{
    overflow-x:auto;
    border-radius:26px;
    box-shadow:0 25px 70px rgba(35,35,95,.08);
}

/*========================
         TABLE
========================*/

.wash-table{
    width:100%;
    min-width:1200px;
    border-collapse:collapse;
    background:#fff;
    border-radius:26px;
    overflow:hidden;
}

/*========================
         HEAD
========================*/

.wash-table thead th{

    background:#234e93;

    color:#fff;

    padding:26px 20px;

    text-align:center;

    font-size:20px;

    font-weight:700;

    border:1px solid rgba(255,255,255,.08);

}

.wash-table thead th:first-child{

    width:220px;

    background:#234e93;

}

.wash-premium{

    background:linear-gradient(135deg,#ff8d1c,#ff6b00)!important;

    position:relative;

}

.wash-premium span{

    display:inline-block;

    margin-top:10px;

    padding:6px 14px;

    border-radius:30px;

    background:#fff;

    color:#ff7a00;

    font-size:11px;

    font-weight:700;

    letter-spacing:1px;

}

/*========================
        BODY
========================*/

.wash-table td{

    padding:22px 18px;

    text-align:center;

    color:#3f4d63;

    font-size:17px;

    border:1px solid #e5ebf5;

    line-height:1.7;

    transition:.35s;

}

.wash-table tbody tr:hover td{

    background:#f9fbff;

}

/*========================
        LEFT LABEL
========================*/

.wash-label{

    background:#f4f7fd;

    font-weight:700;

    color:#1b4b92!important;

    text-align:left!important;

    padding-left:28px!important;

    white-space:nowrap;

}

/*========================
      PREMIUM COLUMN
========================*/

.wash-premium-col{

    background:#fff8f2;

}

/*========================
      RATE ROW
========================*/

.wash-rate td{

    background:#edf3ff;

    font-weight:700;

    color:#18478f;

    font-size:18px;

}

/*========================
      OFFER ROW
========================*/

.wash-offer td{

    background:#fff5e8;

    color:#ff7200;

    font-weight:700;

    font-size:18px;

}

/*========================
        BUTTONS
========================*/

.wash-btn{

    border:none;

    outline:none;

    cursor:pointer;

    width:190px;

    height:52px;

    border-radius:60px;

    font-size:17px;

    font-weight:600;

    color:#fff;

    background:linear-gradient(90deg,#ffb32b,#ff9400);

    transition:.35s;

}

.wash-btn:hover{

    transform:translateY(-5px);

    box-shadow:0 15px 35px rgba(255,153,0,.30);

}

.wash-btn-premium{

    background:linear-gradient(90deg,#ff8b00,#ff6600);

}

/*========================
        SCROLLBAR
========================*/

.wash-table-wrapper::-webkit-scrollbar{

    height:10px;

}

.wash-table-wrapper::-webkit-scrollbar-thumb{

    background:#b7c7ef;

    border-radius:20px;

}

.wash-table-wrapper::-webkit-scrollbar-track{

    background:#eef3fc;

}

/*=========================================
        SCROLL ANIMATION
=========================================*/

.wash-services{

    opacity:0;

    transform:translateY(70px);

    transition:opacity .9s ease,
               transform .9s ease;

}

.wash-services.wash-visible{

    opacity:1;

    transform:translateY(0);

}

/*========================
        TABLET
========================*/



/*========================
        MOBILE
========================*/






/*=========================================
      SHOE CLEANING PROCESS
=========================================*/

.shoe-process{

    padding:100px 6%;
    background:#f7fbff;

}

.shoe-process-container{

    max-width:1400px;
    margin:auto;

}

.shoe-process-heading{

    text-align:center;
    margin-bottom:70px;

}

.shoe-process-heading h2{

    font-size:48px;
    color:#12203f;
    font-weight:700;

}

.shoe-process-timeline{

    position:relative;

    display:grid;
    grid-template-columns:repeat(10,1fr);

    gap:20px;

}

.shoe-process-timeline::before{

    content:"";

    position:absolute;

    top:14px;
    left:0;
    right:0;

    height:4px;

    background:#2d74f5;

    z-index:1;

}

.shoe-step{

    position:relative;

    z-index:2;

    text-align:center;

}

.shoe-step-circle{

    width:18px;
    height:18px;

    margin:auto;

    border-radius:50%;

    background:#2d74f5;

    border:4px solid #fff;

    box-shadow:0 0 0 3px #2d74f5;

}

.shoe-step-number{

    display:block;

    margin-top:18px;

    font-size:18px;

    color:#2d74f5;

    font-weight:700;

}

.shoe-step h4{

    margin-top:12px;

    color:#162544;

    font-size:22px;

    font-weight:600;

    line-height:1.45;

}

/*==========================
        TABLET
==========================*/



/*==========================
        MOBILE
==========================*/








/*==================================================
            LEATHER GUIDE
==================================================*/

.leather-guide{
    padding:100px 8%;
    background:#f7faff;
}

.leather-container{
    max-width:1350px;
    margin:auto;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

/*=========================
        LEFT
=========================*/

.leather-left{
    position:relative;
}

.leather-main-img{
    width:100%;
    display:block;
    border-radius:24px;
    object-fit:cover;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.floating-jacket{

    position:absolute;

    right:-25px;
    bottom:-25px;

    width:170px;
    height:170px;

    background:#fff;

    border-radius:24px;

    display:flex;
    justify-content:center;
    align-items:center;

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.floating-jacket img{

    width:90px;
    height:90px;
    object-fit:contain;

}

/*=========================
        RIGHT
=========================*/

.section-tag{

    display:inline-block;

    background:#e8f1ff;
    color:#2563eb;

    padding:8px 18px;

    border-radius:50px;

    font-size:14px;
    font-weight:700;

    margin-bottom:20px;

}

.leather-right h2{

    font-size:48px;
    color:#1b254b;

    margin-bottom:20px;

    line-height:1.2;

}

.leather-right h2 span{

    color:#2563eb;

}

.guide-text{

    color:#666;

    font-size:18px;

    line-height:1.9;

    margin-bottom:30px;

}

/*=========================
      GUIDE BOXES
=========================*/

.guide-box{

    display:grid;
    grid-template-columns:160px 1fr;

    gap:20px;

    padding:18px 22px;

    background:#eef4ff;

    border-left:4px solid #2563eb;

    border-radius:10px;

    margin-bottom:12px;

    transition:.35s;

}

.guide-box:hover{

    transform:translateX(8px);

    background:#e6efff;

}

.guide-box h4{

    color:#2563eb;

    font-size:20px;

    font-weight:700;

}

.guide-box p{

    color:#555;

    line-height:1.7;

    font-size:16px;

}

/*=========================
        NOTE
=========================*/

.guide-note{

    margin-top:28px;

    color:#555;

    line-height:1.9;

    font-size:17px;

}

/*=========================
        BUTTON
=========================*/

.guide-btn{

    display:inline-block;

    margin-top:30px;

    background:#f59e0b;

    color:#fff;

    padding:16px 42px;

    border-radius:50px;

    text-decoration:none;

    font-size:17px;

    font-weight:600;

    transition:.35s;

}

.guide-btn:hover{

    background:#d97706;

    transform:translateY(-4px);

}

/*=========================
      RESPONSIVE
=========================*/






/*==========================================
        BAG FEATURES SECTION
==========================================*/

.bag-features{
    padding:100px 20px;
    background:#f5f8fc;
}

.bag-container{
    max-width:1400px;
    margin:auto;
}

.bag-heading{
    text-align:center;
    margin-bottom:60px;
}

.bag-heading span{
    display:inline-block;
    color:#ff8c1a;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.bag-heading h2{
    font-size:46px;
    color:#14213d;
    font-weight:700;
    margin-bottom:15px;
}

.bag-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:1.7;
}

.bag-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

.bag-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
}

.bag-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.bag-image{
    height:220px;
    overflow:hidden;
}

.bag-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.bag-card:hover .bag-image img{
    transform:scale(1.08);
}

.bag-content{
    padding:28px;
}

.bag-content h3{
    color:#18488d;
    font-size:28px;
    font-weight:700;
    margin-bottom:18px;
    line-height:1.3;
}

.bag-content p{
    color:#555;
    font-size:17px;
    line-height:1.9;
}

/*==========================================
            Responsive
==========================================*/


/* ==========================================
   RESPONSIVE (all breakpoints, desktop → mobile)
   ========================================== */

@media (max-width: 1200px) {

    .bag-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width: 1100px) {

.shoe-process-timeline{

grid-template-columns:repeat(5,1fr);

row-gap:70px;

}

.shoe-process-timeline::before{

display:none;

}

}

@media (max-width: 992px) {

.laundry-container{

flex-direction:column;

text-align:center;

}

.laundry-buttons{

justify-content:center;

}

.laundry-stats{

justify-content:center;

}

.laundry-image img{

width:380px;

}

.laundry-card{

display:none;

}

.laundry-grid{

grid-template-columns:repeat(2,1fr);

}

.laundry-service-card-premium{

transform:none;

}

.wash-services{

padding:80px 30px;

}

.wash-heading h2{

font-size:42px;

}

.leather-container{

grid-template-columns:1fr;

gap:50px;

}

.floating-jacket{

width:130px;
height:130px;

right:20px;
bottom:20px;

}

.floating-jacket img{

width:70px;
height:70px;

}

.leather-right h2{

font-size:38px;

}

}

@media (max-width: 768px) {

.laundry-content h1{

font-size:42px;

}

.laundry-content p{

font-size:16px;

}

.laundry-buttons{

flex-direction:column;

align-items:center;

}

.laundry-image img{

width:290px;

}

.laundry-stats{

flex-direction:column;

gap:25px;

}

.laundry-services{

padding:80px 20px;

}

.laundry-heading h2{

font-size:34px;

}

.laundry-heading p{

font-size:16px;

}

.laundry-grid{

grid-template-columns:1fr;

}

.laundry-service-card{

padding:35px 25px;

}

.laundry-price{

font-size:46px;

}

.laundry-service-card h3{

font-size:24px;

}

.wash-services{

padding:70px 20px;

}

.wash-heading h2{

font-size:34px;

}

.wash-heading p{

font-size:16px;

}

.wash-table{

min-width:1100px;

}

.shoe-process{

padding:70px 20px;

}

.shoe-process-heading h2{

font-size:34px;

}

.shoe-process-timeline{

grid-template-columns:repeat(2,1fr);

gap:35px;

}

.shoe-step h4{

font-size:18px;

}

.leather-guide{

padding:80px 20px;

}

.guide-box{

grid-template-columns:1fr;

gap:10px;

}

.leather-right h2{

font-size:32px;

}

.guide-text{

font-size:16px;

}

.guide-btn{

display:block;
text-align:center;
width:100%;

}

.floating-jacket{

width:100px;
height:100px;

}

.floating-jacket img{

width:55px;
height:55px;

}

    .bag-features{
        padding:70px 15px;
    }

    .bag-heading h2{
        font-size:34px;
    }

    .bag-heading p{
        font-size:16px;
    }

    .bag-grid{
        grid-template-columns:1fr;
        gap:22px;
    }

    .bag-image{
        height:220px;
    }

    .bag-content{
        padding:22px;
    }

    .bag-content h3{
        font-size:24px;
    }

    .bag-content p{
        font-size:16px;
        line-height:1.8;
    }

}