/* ========================================
   COMMERCIAL LAUNDRIES PAGE STYLES
   ======================================== */

/* Banner Styles - matching Healthcare page */
.commercial-banner {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    margin-top: 137px;
}

.commercial-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.commercial-banner-content {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    text-align: left;
    color: #0b0c41;
    width: 40%;
    max-width: 450px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.4);
    padding: 30px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
}

.commercial-banner-content h1 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
    text-shadow: none;
}

.hero-subheading {
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.4;
    text-shadow: none;
}

/* Section Header H2 Styles */
.section-header h2 {
    font-size: 2rem;
    color: #0b0c41;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.header-divider {
    width: 80px;
    height: 3px;
    background: #FBA301;
    margin: 0 auto 40px;
}

/* Why Choose Us Section */
.why-choose-us-section {
    padding: 60px 0;
    background: #fff;
}

.why-choose-us-content {
    max-width: 1000px;
    margin: 0 auto;
}

.why-choose-us-intro {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
    text-align: center;
}

.why-choose-us-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
}

.why-choose-us-list li {
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid #0b0c41;
}

.why-choose-us-list li i {
    color: #0b0c41;
    font-size: 1.2rem;
    margin-right: 12px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Introduction Section */
.commercial-laundries-intro-section {
    padding: 50px 0;
}

.commercial-laundries-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.commercial-laundries-intro-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.commercial-laundries-intro-section .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.commercial-laundries-header-divider {
    width: 80px;
    height: 3px;
    background: #0b0c41;
    margin: 0 auto 30px;
}

.commercial-laundries-benefits-list {
    padding-right: 20px;
}

.commercial-laundries-benefit-item {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.commercial-laundries-benefit-item i {
    font-size: 24px;
    color: #0b0c41;
    margin-right: 15px;
    margin-top: 5px;
    min-width: 30px;
    text-align: center;
}

.commercial-laundries-benefit-item h4 {
    color: #0b0c41;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.commercial-laundries-benefit-item p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.commercial-laundries-image-wrapper {
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.commercial-laundries-responsive-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Requirements Section */
.requirements-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.solution-container {
    display: flex;
    gap: 40px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.solution-container:last-child {
    margin-bottom: 0;
}

.solution-image {
    flex: 0 0 50%;
}

.solution-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.solution-content {
    flex: 1;
}

.solution-content h3 {
    color: #0b0c41;
    font-size: 1.75rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.solution-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solution-features li {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.6;
    padding-left: 25px;
    position: relative;
}

.solution-features li::before {
    content: "•";
    color: #FBA301;
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    line-height: 1;
}

.highlight {
    color: #0b0c41;
    font-weight: 600;
}

/* Features Section */
.features-section {
    padding: 60px 0;
}

.features-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.feature-card {
    margin-bottom: 30px;
}

.feature-card .card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    text-align: center;
}

.feature-card .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-card .card-body {
    padding: 30px 20px;
}

.feature-icon {
    font-size: 48px;
    color: #0b0c41;
    margin-bottom: 20px;
}

.feature-card h3 {
    color: #0b0c41;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.feature-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Closing CTA Section */
.closing-cta-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #0b0c41 0%, #1a3a5c 100%);
    color: #fff;
}

.closing-cta-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.closing-cta-content p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    opacity: 0.9;
}

.closing-cta-content .btn-primary {
    background: #FBA301;
    border-color: #FBA301;
    color: #0b0c41;
    font-weight: 600;
}

.closing-cta-content .btn-primary:hover {
    background: #e89200;
    border-color: #e89200;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(rgba(11, 12, 65, 0.9), rgba(11, 12, 65, 0.9)), url('https://www.laundryandcleaningnews.com/wp-content/uploads/2020/06/laundry-3.jpg');
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
}

.cta-section h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
}

.cta-section p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #fff;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

/* Large Desktop */
@media (max-width: 1200px) {
    .commercial-banner {
        height: 300px;
        margin-top: 110px;
    }

    .commercial-laundries-image-wrapper {
        height: 350px;
    }

    .solution-container {
        gap: 30px;
        padding: 0 30px;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .commercial-banner {
        height: 280px;
        margin-top: 100px;
    }

    .commercial-laundries-intro-section .row {
        flex-direction: column;
    }

    .commercial-laundries-intro-section .col-lg-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .commercial-laundries-benefits-list {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .commercial-laundries-image-wrapper {
        height: 320px;
        max-width: 600px;
        margin: 0 auto;
    }

    .solution-container {
        flex-direction: column;
        gap: 25px;
    }

    .solution-container:nth-child(even) {
        flex-direction: column;
    }

    .solution-image {
        flex: 0 0 100%;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .solution-content {
        text-align: center;
    }

    .solution-features {
        text-align: left;
        max-width: 600px;
        margin: 0 auto;
    }

    .requirements-section {
        padding: 50px 0;
    }

    .section-header h2 {
        font-size: 1.75rem;
    }

    .solution-content h3 {
        font-size: 1.5rem;
    }

    .feature-card {
        margin-bottom: 20px;
    }

    .feature-card .col-md-4 {
        width: 50%;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .commercial-banner {
        height: 250px;
        margin-top: 60px;
    }

    .commercial-banner-image {
        object-position: top;
    }

    .commercial-banner-content {
        top: auto;
        right: auto;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: none;
        text-align: center;
        padding: 20px;
    }

    .commercial-banner-content h1 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .hero-subheading {
        font-size: 0.85rem;
    }

    .why-choose-us-section {
        padding: 40px 0;
    }

    .why-choose-us-intro {
        font-size: 1rem;
        line-height: 1.6;
    }

    .why-choose-us-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .why-choose-us-list li {
        font-size: 0.95rem;
        padding: 12px;
    }

    .closing-cta-section {
        padding: 40px 0;
    }

    .closing-cta-content h2 {
        font-size: 1.5rem;
    }

    .closing-cta-content p {
        font-size: 1rem;
    }

    .br-breadcrumb-bg {
        padding: 0;
    }

    .br-breadcrumb {
        font-size: 0.8rem;
    }

    .br-breadcrumb li:not(:last-child)::after {
        margin: 0 6px;
    }

    .commercial-laundries-intro-section {
        padding: 40px 0;
    }

    .commercial-laundries-container {
        padding: 0 15px;
    }

    .section-header h2 {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .commercial-laundries-benefit-item {
        margin-bottom: 20px;
    }

    .commercial-laundries-benefit-item i {
        font-size: 20px;
        min-width: 25px;
    }

    .commercial-laundries-benefit-item h4 {
        font-size: 16px;
    }

    .commercial-laundries-benefit-item p {
        font-size: 13px;
    }

    .commercial-laundries-image-wrapper {
        height: 280px;
    }

    .requirements-section {
        padding: 40px 0;
    }

    .solution-container {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .solution-content h3 {
        font-size: 1.4rem;
    }

    .solution-features li {
        font-size: 0.95rem;
        padding-left: 20px;
    }

    .features-section {
        padding: 40px 0;
    }

    .features-section .row {
        display: flex;
        flex-direction: column;
    }

    .features-section .col-md-4 {
        width: 100%;
        max-width: 100%;
    }

    .feature-icon {
        font-size: 40px;
    }

    .feature-card h3 {
        font-size: 18px;
    }

    .feature-card .card {
        max-width: 400px;
        margin: 0 auto;
    }

    .cta-section {
        padding: 40px 15px;
    }

    .cta-section h2 {
        font-size: 1.5rem;
    }

    .cta-section p {
        font-size: 1rem;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .commercial-banner {
        height: 200px;
        margin-top: 70px;
    }

    .commercial-banner-image {
        object-position: top;
    }

    .br-breadcrumb {
        font-size: 0.75rem;
    }

    .br-breadcrumb li.active {
        display: block;
        width: 100%;
        margin-top: 5px;
    }

    .commercial-laundries-intro-section {
        padding: 30px 0;
    }

    .section-header h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }

    .header-divider,
    .commercial-laundries-header-divider {
        width: 60px;
        margin-bottom: 25px;
    }

    .commercial-laundries-benefit-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .commercial-laundries-benefit-item i {
        margin: 0 0 10px 0;
        min-width: auto;
        text-align: center;
    }

    .commercial-laundries-image-wrapper {
        height: 220px;
    }

    .solution-content h3 {
        font-size: 1.2rem;
        text-align: center;
    }

    .solution-features li {
        font-size: 0.9rem;
    }

    .feature-card .card-body {
        padding: 20px 15px;
    }

    .feature-card h3 {
        font-size: 16px;
    }

    .feature-card p {
        font-size: 13px;
    }

    .cta-section h2 {
        font-size: 1.3rem;
    }

    .cta-section p {
        font-size: 0.9rem;
    }

    .cta-section .btn-lg {
        padding: 10px 25px;
        font-size: 0.9rem;
        display: block;
        width: 80%;
        margin: 0 auto;
    }
}

/* Extra Small Mobile */
@media (max-width: 400px) {
    .commercial-banner {
        height: 200px;
        margin-top: 60px;
    }

    .commercial-banner-image {
        object-position: top;
    }

    .section-header h2 {
        font-size: 1.1rem;
    }

    .commercial-laundries-benefit-item h4 {
        font-size: 15px;
    }

    .commercial-laundries-benefit-item p {
        font-size: 12px;
    }

    .solution-content h3 {
        font-size: 1.1rem;
    }

    .solution-features li {
        font-size: 0.85rem;
    }

    .cta-section h2 {
        font-size: 1.1rem;
    }

    .cta-section p {
        font-size: 0.85rem;
    }

    .cta-section .btn-lg {
        width: 90%;
        padding: 10px 15px;
        font-size: 0.85rem;
    }
}
