/* ------------------------------
   GLOBAL MOBILE
------------------------------ */
body {
    padding: 0 5px;
}

/* NAVBAR */
.navbar {
    flex-direction: column;
    text-align: center;
    padding-bottom: 15px;
}

.nav-left {
    flex-direction: column;
    gap: 5px;
}

.nav-mobile {
    width: 100%;
    justify-content: center;
}

.hamburger {
    display: block;
    font-size: 32px;
    margin-top: 10px;
}

.nav-right {
    display: none;
    flex-direction: column;
    background: #1966a4;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    gap: 15px;
}

.nav-right.open {
    display: flex;
}

/* COOKIE BANNER */
#cookie-banner {
    flex-direction: column;
    gap: 10px;
}

/* ------------------------------
   HOME PAGE (HERO / SERVICES)
------------------------------ */
.hero {
    padding: 50px 10px;
}

.hero h1 {
    font-size: 1.8rem;
}

.image-row {
    flex-direction: column;
    gap: 10px;
}

.rounded-image {
    width: 100%;
    height: auto;
}

/* Services */
.service-grid {
    flex-direction: column;
}

.service-card {
    max-width: 95%;
    margin: auto;
}

/* Testimonials */
.testimonials blockquote {
    font-size: 0.95rem;
}

/* Steps */
.steps {
    flex-direction: column;
}

/* ------------------------------
   ABOUT PAGE
------------------------------ */
.about-us {
    padding: 10px;
}
.about-us h1 {
    font-size: 28px;
}
.about-us h2 {
    font-size: 24px;
}
.about-us p {
    font-size: 16px;
}

/* ------------------------------
   B2B PAGE
------------------------------ */
.hero-banner {
    padding: 40px 10px;
    background-size: cover;
}

.services-grid {
    grid-template-columns: 1fr !important;
}

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

.carousel-container {
    flex-direction: row;
    overflow-x: scroll;
    animation: none !important;
}

.carousel-slide {
    min-width: 80%;
}

/* ------------------------------
   COOKIES PAGE
------------------------------ */
.cookie-policy {
    padding: 20px;
}
.cookie-policy h1 {
    font-size: 26px;
}
.cookie-policy h2 {
    font-size: 22px;
}
.cookie-policy p,
.cookie-policy ul {
    font-size: 16px;
}

/* ------------------------------
   MRLAUNDRY+ PAGE
------------------------------ */

.mlp-grid {
    grid-template-columns: 1fr !important;
}

.mlp-card {
    margin: auto;
    width: 95%;
}

.mlp-section h2 {
    font-size: 26px;
}

.mlp-section p {
    font-size: 16px;
}

.mlp-buttons a {
    width: 90%;
    display: block;
    margin: 10px auto;
}
/* ------------------------------
   OUR SERVICES PAGE (MOBILE)
------------------------------ */

.services-page {
    padding: 10px;
}

.services-page .hero-banner {
    padding: 40px 15px;
    background-size: cover;
}

.services-page .hero-banner h1 {
    font-size: 32px;
}

.services-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
}

.service {
    width: 95%;
    margin: auto;
    padding: 20px;
}

.service img {
    width: 110px;
}
/* ------------------------------
   PRIVACY POLICY PAGE (MOBILE)
------------------------------ */
.privacy-policy {
    padding: 20px;
}

.privacy-policy h1 {
    font-size: 26px;
}

.privacy-policy h2 {
    font-size: 22px;
}

.privacy-policy p,
.privacy-policy li {
    font-size: 16px;
}
/* ------------------------------
   TERMS OF USE PAGE (MOBILE)
------------------------------ */

.terms-page {
    padding: 20px;
}

.terms-page h1 {
    font-size: 26px;
}

.terms-page h2 {
    font-size: 22px;
}

.terms-page p,
.terms-page li {
    font-size: 16px;
}
