/* ===========================================
   WASH EASY RESPONSIVE DESIGN
=========================================== */

*{
    box-sizing:border-box;
}

img{
    max-width:100%;
    height:auto;
}

.container{
    width:100%;
}

html{
    scroll-behavior:smooth;
}

body{
    overflow-x:hidden;
}

table{
    width:100%;
}

/* ==========================================
   MOBILE SIDEBAR
========================================== */

.sidebar-overlay{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.45);

    opacity:0;

    visibility:hidden;

    transition:.3s;

    z-index:998;

}

.sidebar-overlay.show{

    opacity:1;

    visibility:visible;

}

.summary-card{

    position:sticky;

    top:20px;

    border-radius:20px;

}


.summary-card{

    position:sticky;

    top:20px;

    border-radius:20px;

}

.booking-form .form-control{

    min-height:48px;

    border-radius:12px;

}

.booking-form textarea{

    min-height:120px;

}

.booking-form select{

    min-height:48px;

}

.booking-map{

    height:400px;

    border-radius:15px;

}

.accordion-button{

    font-weight:600;

}

.accordion-button:not(.collapsed){

    background:#e9f5ff;

}

.booking-form button[type="submit"]{

    height:55px;

    font-size:18px;

    border-radius:12px;

}

/* ===============================
TABLETS
=============================== */

@media (max-width:992px){

.container{
    width:95%;
    margin:auto;
}

}

/* ==========================================
BOOK LAUNDRY
========================================== */

@media(max-width:992px){

.summary-card{

    margin-top:25px;

}

}

/* ===============================
MOBILE
=============================== */

@media (max-width:768px){

.hero{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.hero-container{

    min-height:auto;

    padding:80px 20px;

    background-position:center;

}

.hero h1{

    font-size:2.3rem;

}

.hero p{

    font-size:18px;

}

.nav-links{

    display:none;

}

.mobile-menu{

    display:block;

}

.dashboard-container{

    display:block;

}

.main-content{

    width:100%;

    margin:0;

    padding:20px;

}

.stats{

    display:grid;

    grid-template-columns:1fr;

    gap:15px;

}

.booking-container{

    display:block;

}

.products{

    width:100%;

}

.summary{

    width:100%;

    margin-top:25px;

}

.service-card{

    width:100%;

}

.quantity-controls{

    justify-content:center;

}

.profile-form input,

.profile-form textarea,

.profile-form select,

.profile-form button{

    width:100%;

}

.settings-container{

    width:100%;

}

.settings-card{

    width:100%;

}

.map-container iframe{

    width:100%;

    height:300px;

}

button{

    min-height:48px;

}

.sidebar{

    position:fixed;

    left:-270px;

    top:0;

    width:260px;

    height:100vh;

    z-index:999;

    transition:.35s ease;

}

.sidebar.show{

    left:0;

}

.main-content{

    margin-left:0 !important;

    width:100%;

    padding:20px;

}

.topbar{

    margin-left:0 !important;

}

.card{

    border-radius:16px;

    margin-bottom:20px;

}

.card-header{

    padding:18px;

    font-size:18px;

}

.card-body{

    padding:18px;

}

.item-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:15px;

}

.quantity-controls2{

    display:flex;

    align-items:center;

    gap:10px;

}

.qty2-btn2{

    width:42px;

    height:42px;

    border-radius:50%;

    font-size:22px;

}

.qty2-value2{

    width:60px;

    text-align:center;

    font-size:18px;

}

.booking-map{

    height:280px;

}

.container-fluid{

    padding-left:15px;

    padding-right:15px;

}

.summary-card{

    margin-top:30px;

}

}

/* ==========================================
   WASH EASY MOBILE APP DESIGN
========================================== */

@media (max-width:768px){

    .page-container{

        width:100%;
        max-width:100%;

        padding:20px 16px 110px;

        margin:0 auto;

    }

    .page-title{

        font-size:2rem;

        font-weight:700;

        margin-bottom:22px;

        line-height:1.2;

    }

    .mobile-card{

        background:#222c3f;

        border-radius:20px;

        padding:18px;

        margin-bottom:18px;

        border:1px solid rgba(255,255,255,.06);

        box-shadow:0 10px 25px rgba(0,0,0,.15);

    }

    .mobile-grid{

        display:grid;

        grid-template-columns:1fr 1fr;

        gap:15px;

    }

}

/* ==========================================
   DASHBOARD & ORDERS MOBILE IMPROVEMENTS
========================================== */

@media (max-width:768px){

    .dashboard-actions{

        display:grid;

        grid-template-columns:1fr 1fr;

        gap:12px;

        margin-bottom:24px;

    }

    .dashboard-actions .btn{

        width:100%;

        height:50px;

        border-radius:14px;

        font-weight:600;

    }

   .stats-container.mobile-grid{

    display:flex;

    flex-direction:column;

    gap:16px;

}

.stats-card{

    width:100%;

    min-height:110px;

    padding:20px;

    border-radius:20px;

}

    .stats-card h3{

        font-size:2rem;

        margin-top:8px;

    }

    .stats-card h6{

        font-size:.95rem;

    }

    .order-card{

        display:flex;

        justify-content:space-between;

        align-items:center;

        gap:15px;

    }

    .status-badge{

        margin-top:10px;

        border-radius:20px;

        padding:8px 14px;

        font-size:.8rem;

    }

}

/*=========================================
NOTIFICATIONS
==========================================*/

@media(max-width:768px){

.notification-actions{

display:flex;

flex-direction:column;

gap:12px;

margin-bottom:25px;

}

.notification-actions .btn{

width:100%;

border-radius:14px;

height:48px;

font-weight:600;

}

.notification-item{

background:#222c3f;

padding:18px;

border-radius:18px;

margin-bottom:15px;

border:1px solid rgba(255,255,255,.05);

}

.notification-item small{

opacity:.7;

}

}

.order-guide{

background:#bfefff;

color:#063b57;

padding:18px;

border-radius:18px;

margin-bottom:25px;

line-height:1.8;

}

/*======================================
BOOK LAUNDRY
=======================================*/

@media(max-width:768px){

.laundry-category{

margin-bottom:20px;

border:none;

background:none;

}

.laundry-category .accordion-button{

border-radius:18px;

font-size:1.15rem;

font-weight:700;

padding:18px;

}

.laundry-card{

background:#222c3f;

border-radius:20px;

padding:15px;

margin-bottom:15px;

box-shadow:0 8px 25px rgba(0,0,0,.18);

}

.laundry-title{

font-size:1.2rem;

font-weight:700;

padding:10px;

margin-bottom:15px;

border-bottom:1px solid rgba(255, 255, 255, 0.607);

cursor:pointer;

}

.laundry-body{

padding:10px;

}

.item-row{

display:flex;

justify-content:space-between;

align-items:center;

gap:15px;

padding:10px 0;

}

.item-info{

flex:1;

}

.mobile-summary{

position:sticky;

top:90px;

background:#222c3f;

padding:22px;

border-radius:22px;

box-shadow:0 10px 25px rgba(0,0,0,.2);

}

.booking-title{

font-weight:700;

margin-bottom:20px;

}

.item-row{

align-items:flex-start;

}

.item-info{

flex:1;

}

.quantity-controls2{

margin-top:8px;

}
}