/* ==========================================================================
   SHOWROOM CLEANING SYDNEY — MAIN CONTENT STYLES
   Scope: main.showroom-page ONLY.
   No body/html/global element selectors. No new colours — every colour
   below is taken directly from KV Cleaning's existing site CSS:
   #077cea (theme primary), #1a1a2e (heading text), #2d3748 / #4a4a5e
   (body text), #dcf0ff (light accent), #eef2f6 / #d0d7de (borders).
   No gradients, no JavaScript-dependent styles.
   ========================================================================== */

.showroom-page p {
text-align: justify;
}


/* ==========================================================
   CENTRED SECTION CONTENT
   ========================================================== */

.showroom-page .showroom-section--centered h2,
.showroom-page .showroom-section--centered .showroom-lead,
.showroom-page .showroom-section--centered > .showroom-container > p {
    text-align: center;
}

/* ==========================================================
   CENTRE INTRO SECTION HEADING & PARAGRAPHS
   ========================================================== */

.showroom-page.showroom-section--centered .showroom-section-heading {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.showroom-page.showroom-section--centered .showroom-section-heading h2 {
    text-align: center;
}

.showroom-page.showroom-section--centered .showroom-section-heading .showroom-copy p {
    text-align: center;
}

.showroom-page .showroom-section--centered .showroom-copy p {
    text-align: center;
}

.showroom-page.showroom-section--centered .showroom-feature-footer {
    max-width: 760px;
    margin: 34px auto 0;
    text-align: center;
}

.showroom-page.showroom-section--centered .showroom-feature-footer p {
    text-align: center;
}

.showroom-page .showroom-dealership-note p {
    text-align: center;
}

/* ==========================================================
   DEALERSHIP SECTION - CENTRED CONTENT
   ========================================================== */

.showroom-page.showroom-section--dealership.showroom-section--centered
.showroom-dealership-heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.showroom-page.showroom-section--dealership.showroom-section--centered
.showroom-dealership-heading h2 {
    text-align: center;
}

.showroom-page.showroom-section--dealership.showroom-section--centered
.showroom-dealership-intro p {
    text-align: center;
}

.showroom-page.showroom-section--dealership.showroom-section--centered
.showroom-dealership-note p {
    text-align: center;
}


/* ==========================================================
   OPERATIONS SECTION - FORCE CENTRE
   ========================================================== */

.showroom-page .showroom-section--operations.showroom-section--centered
.showroom-operations-heading {
    width: 100%;
    text-align: center !important;
}


/* Eyebrow */

.showroom-page .showroom-section--operations.showroom-section--centered
.showroom-operations-heading .showroom-eyebrow {
    display: block !important;
    width: max-content !important;

    margin: 0 auto 12px !important;

    text-align: center !important;
}


/* H2 */

.showroom-page .showroom-section--operations.showroom-section--centered
.showroom-operations-heading h2 {
    width: 100%;

    margin-left: auto !important;
    margin-right: auto !important;

    text-align: center !important;
}


/* Main intro copy */

.showroom-page .showroom-section--operations.showroom-section--centered
.showroom-operations-content > .showroom-copy {
    width: 100%;
    text-align: center !important;
}

.showroom-page .showroom-section--operations.showroom-section--centered
.showroom-operations-content > .showroom-copy p {
    text-align: center !important;
}


/* Footer */

.showroom-page .showroom-section--operations.showroom-section--centered
.showroom-operations-footer {
    width: 100%;
    max-width: 850px;

    margin-left: auto !important;
    margin-right: auto !important;

    text-align: center !important;
}

.showroom-page .showroom-section--operations.showroom-section--centered
.showroom-operations-footer p {
    text-align: center !important;
}


/* ---------------------------------------------------------------
   BANNER
--------------------------------------------------------------- */
/* banner start */
.tj-breadcrumb-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 230px 0 120px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.tj-breadcrumb-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(7 124 234 / .5);
    z-index: -2
}

.tj-breadcrumb-area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(1 15 52 / .3);
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tj-breadcrumb-area {
        padding: 200px 0 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tj-breadcrumb-area {
        padding: 180px 0 80px
    }
}

@media (max-width:575px) {
    .tj-breadcrumb-area {
        padding: 180px 0 80px
    }
}


.tj-breadcrumb-title {
    color: var(--tj-color-common-white);
    font-weight: var(--tj-fw-bold);
    margin-bottom: 12px;
    font-size: var(--tj-fs-h2);

}

.tj-breadcrumb-body {
    font-family: var(--tj-ff-heading);
    font-weight: var(--tj-fw-medium);
    font-size: 18px;
    color: var(--tj-color-common-white);
    margin-bottom: 0
}

.tj-breadcrumb-body .spacing {
    margin: 0 10px 0
}


/* ==========================================================================
   SHOWROOM CLEANING SYDNEY — MAIN CONTENT
   ==========================================================================

   IMPORTANT:
   - All styles are scoped to .showroom-page
   - Shared classes are combined with section-specific classes
   - Navbar and footer are NOT affected
   - No global body/html selectors
   - Existing KV Cleaning colours only
   - White / #dcf0ff alternating section backgrounds
   - Responsive across desktop, tablet and mobile
   ========================================================================== */


/* ==========================================================================
   01. SHARED SHOWROOM CONTAINER
   ========================================================================== */

.showroom-page .showroom-container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.showroom-page .showroom-container--narrow {
    max-width: 1120px;
}

.showroom-page .showroom-text-center {
    text-align: center;
}


/* ==========================================================================
   02. SHARED SECTION BASE
   ========================================================================== */

.showroom-page .showroom-section {
    position: relative;
    width: 100%;
    padding: 78px 0;
    overflow: hidden;
}



/* ==========================================================
   WHITE BACKGROUND
   ========================================================== */

.showroom-page .showroom-section--white {
    background-color: #ffffff;
}


/* ==========================================================
   LIGHT BLUE BACKGROUND
   ========================================================== */

.showroom-page .showroom-section--blue {
    background-color: #dcf0ff;
}


/* ==========================================================================
   04. SECTION DECORATIVE SHAPE
   ========================================================================== */

/*
   Very subtle decorative circle.
   It uses the existing KV blue with transparency.
*/

.showroom-page
.showroom-section.showroom-solutions-section::before,

.showroom-page
.showroom-section.showroom-why-section::before,

.showroom-page
.showroom-section.showroom-quality-section::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -110px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid rgba(7, 124, 234, 0.10);
    border-radius: 50%;
    pointer-events: none;
}

.showroom-page
.showroom-section.showroom-intro-section::after,

.showroom-page
.showroom-section.showroom-areas-section::after,

.showroom-page
.showroom-section.showroom-process-section::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    left: -80px;
    bottom: -70px;
    border: 1px solid rgba(7, 124, 234, 0.08);
    border-radius: 50%;
    pointer-events: none;
}


/* ==========================================================================
   05. TYPOGRAPHY
   ========================================================================== */

.showroom-page h1,
.showroom-page h2,
.showroom-page h3 {
    color: #1a1a2e;
}

.showroom-page h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 18px;
}

.showroom-page h2 {
    position: relative;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 22px;
}

.showroom-page h3 {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0 0 10px;
}

.showroom-page p {
    color: #2d3748;
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 20px;
}

.showroom-page strong {
    color: #1a1a2e;
}


/* ==========================================================================
   06. SECTION INTRO / LEAD TEXT
   ========================================================================== */

.showroom-page .showroom-intro-section .showroom-copy {
    max-width: 900px;
}

.showroom-page .showroom-intro-section .showroom-lead {
    color: #4a4a5e;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 28px;
}


/* ==========================================================================
   07. INTRO SECTION
   ========================================================================== */

.showroom-page
.showroom-section.showroom-intro-section {
    padding-top: 82px;
    padding-bottom: 82px;
}


/* ==========================================================================
   08. AREAS SECTION
   ========================================================================== */

.showroom-page
.showroom-section.showroom-areas-section {
    padding-top: 78px;
    padding-bottom: 82px;
}

.showroom-page
.showroom-areas-section .showroom-copy {
    max-width: 900px;
    margin-bottom: 28px;
}


/* ==========================================================================
   09. LISTS
   ========================================================================== */

.showroom-page .showroom-list {
    list-style: circle #077cea;
    margin: 0;
}

.showroom-page .showroom-list li {
    position: relative;
    color: #2d3748;
    font-size: 15.5px;
    line-height: 1.7;
    padding-left: 12px;
    margin-bottom: 10px;
}

.showroom-page .showroom-list--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 36px;
    row-gap: 4px;
}


/* ==========================================================================
   10. SOLUTIONS SECTION
   ========================================================================== */

.showroom-page
.showroom-section.showroom-solutions-section {
    padding-top: 82px;
    padding-bottom: 82px;
}

.showroom-page
.showroom-solutions-section .showroom-container {
    position: relative;
    z-index: 1;
}

/* ==========================================================
   AREAS WE CLEAN — 3 + 2 CENTRED CARD LAYOUT
   ========================================================== */

.showroom-page .showroom-card-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
}


/* First three cards */

.showroom-page .showroom-card-grid .showroom-card:nth-child(1) {
    grid-column: span 2;
}

.showroom-page .showroom-card-grid .showroom-card:nth-child(2) {
    grid-column: span 2;
}

.showroom-page .showroom-card-grid .showroom-card:nth-child(3) {
    grid-column: span 2;
}


/* Last two cards — centred */

.showroom-page .showroom-card-grid .showroom-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.showroom-page .showroom-card-grid .showroom-card:nth-child(5) {
    grid-column: 4 / span 2;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media only screen and (max-width: 991px) {

    .showroom-page .showroom-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .showroom-page .showroom-card-grid .showroom-card:nth-child(1),
    .showroom-page .showroom-card-grid .showroom-card:nth-child(2),
    .showroom-page .showroom-card-grid .showroom-card:nth-child(3),
    .showroom-page .showroom-card-grid .showroom-card:nth-child(4),
    .showroom-page .showroom-card-grid .showroom-card:nth-child(5) {
        grid-column: auto;
    }

}


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

@media only screen and (max-width: 575px) {

    .showroom-page .showroom-card-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .showroom-page .showroom-card-grid .showroom-card:nth-child(1),
    .showroom-page .showroom-card-grid .showroom-card:nth-child(2),
    .showroom-page .showroom-card-grid .showroom-card:nth-child(3),
    .showroom-page .showroom-card-grid .showroom-card:nth-child(4),
    .showroom-page .showroom-card-grid .showroom-card:nth-child(5) {
        grid-column: auto;
    }

}


/* ==========================================================================
   12. CARDS
   ========================================================================== */

.showroom-page .showroom-card {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 10px;
    padding: 26px;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.showroom-page .showroom-card:hover {
    transform: translateY(-5px);
    border-color: #077cea;
    box-shadow: 0 12px 30px rgba(7, 124, 234, 0.10);
}

.showroom-page .showroom-card h3 {
    margin-bottom: 12px;
}

.showroom-page .showroom-card p:last-child {
    margin-bottom: 0;
}

.showroom-page .showroom-card--plain {
    border-left: 3px solid #077cea;
    border-radius: 6px;
}


/* ==========================================================================
   13. ROUTINE / PERIODIC CLEANING
   ========================================================================== */

.showroom-page
.showroom-section.showroom-routine-section {
    padding-top: 82px;
    padding-bottom: 82px;
}

.showroom-page
.showroom-routine-section .showroom-card-grid {
    margin-top: 28px;
}


/* ==========================================================================
   14. SCHEDULE SECTION
   ========================================================================== */

.showroom-page
.showroom-section.showroom-schedule-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.showroom-page
.showroom-schedule-section .showroom-copy {
    max-width: 900px;
}


/* ==========================================================================
   15. WHY CHOOSE SECTION
   ========================================================================== */

.showroom-page
.showroom-section.showroom-why-section {
    padding-top: 82px;
    padding-bottom: 82px;
}

.showroom-page
.showroom-why-section .showroom-container {
    position: relative;
    z-index: 1;
}

.showroom-page
.showroom-why-section .showroom-card {
    border-color: rgba(7, 124, 234, 0.12);
}


/* ==========================================================================
   16. PROCESS SECTION
   ========================================================================== */

.showroom-page
.showroom-section.showroom-process-section {
    padding-top: 82px;
    padding-bottom: 82px;
}

.showroom-page .showroom-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.showroom-page .showroom-process-step {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 10px;
    padding: 26px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.showroom-page .showroom-process-step:hover {
    transform: translateY(-5px);
    border-color: #077cea;
    box-shadow: 0 12px 30px rgba(7, 124, 234, 0.09);
}

.showroom-page .showroom-process-num {
    display: block;
    color: #077cea;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
}

.showroom-page .showroom-process-step p:last-child {
    margin-bottom: 0;
}


/* ==========================================================================
   17. QUALITY SECTION
   ========================================================================== */

.showroom-page
.showroom-section.showroom-quality-section {
    padding-top: 82px;
    padding-bottom: 82px;
}

.showroom-page
.showroom-quality-section .showroom-container {
    position: relative;
    z-index: 1;
}


/* ==========================================================
   18. SHOWROOM FAQ
   ========================================================== */

.showroom-page .showroom-faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;

    width: 100%;
}


/* ==========================================================
   FAQ ITEM
   ========================================================== */

.showroom-page .showroom-faq-item {
    margin: 0;
    padding: 0;

    background-color: #ffffff;

    border: 1px solid rgba(26, 26, 46, 0.10);
    border-radius: 10px;

    overflow: hidden;

    box-shadow: 0 4px 14px rgba(26, 26, 46, 0.04);

    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


/* ==========================================================
   QUESTION
   ========================================================== */

.showroom-page .showroom-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    margin: 0;
    padding: 22px 24px;

    color: #1a1a2e;

    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;

    cursor: pointer;

    list-style: none;

    transition:
        color 0.3s ease,
        background-color 0.3s ease;
}


/* Remove native browser marker */

.showroom-page .showroom-faq-item summary::-webkit-details-marker {
    display: none;
}

.showroom-page .showroom-faq-item summary::marker {
    display: none;
}


/* ==========================================================
   QUESTION TEXT
   ========================================================== */

.showroom-page .showroom-faq-question {
    flex: 1;

    padding-right: 20px;
}


/* ==========================================================
   PLUS / MINUS ICON
   ========================================================== */

.showroom-page .showroom-faq-icon {
    flex: 0 0 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border: 1px solid rgba(7, 124, 234, 0.25);
    border-radius: 50%;

    color: #077cea;

    font-size: 22px;
    font-weight: 400;
    line-height: 1;

    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


/* ==========================================================
   ANSWER
   ========================================================== */

.showroom-page .showroom-faq-item p {
    margin: 0;

    padding: 0 24px 22px;

    color: #555b66;

    font-size: 15px;
    line-height: 1.7;
    cursor: pointer;

    transition:
        color 0.3s ease;
}


/* ==========================================================
   OPEN FAQ
   ========================================================== */

.showroom-page .showroom-faq-item.is-open {
    background-color: #077cea;

    border-color: #077cea;

    box-shadow: 0 8px 24px rgba(7, 124, 234, 0.20);

}


/* Open question */

.showroom-page .showroom-faq-item.is-open summary {
    color: #ffffff;
}


/* Open answer */

.showroom-page .showroom-faq-item.is-open p {
    color: #ffffff;
}


/* Open icon */

.showroom-page .showroom-faq-item.is-open .showroom-faq-icon {
    background-color: #ffffff;
    border-color: #ffffff;

    color: #077cea;
}


/* ==========================================================
   HOVER
   ========================================================== */

.showroom-page .showroom-faq-item:not(.is-open):hover {
    border-color: rgba(7, 124, 234, 0.30);

    box-shadow: 0 7px 20px rgba(26, 26, 46, 0.07);
}

.showroom-page .showroom-faq-item:not(.is-open):hover .showroom-faq-icon {
    background-color: #077cea;
    border-color: #077cea;

    color: #ffffff;
}


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

@media only screen and (max-width: 767px) {

    .showroom-page .showroom-faq-item summary {
        padding: 18px 18px;

        font-size: 15px;
    }

    .showroom-page .showroom-faq-item p {
        padding: 0 18px 20px;

        font-size: 14px;
        line-height: 1.65;
    }

    .showroom-page .showroom-faq-icon {
        flex-basis: 30px;

        width: 30px;
        height: 30px;

        font-size: 19px;
    }

    .showroom-page .showroom-faq-question {
        padding-right: 14px;
    }

}

/* ==========================================================================
   19. RELATED SERVICES
   ========================================================================== */

.showroom-page
.showroom-section.showroom-related-section {
    padding-top: 76px;
    padding-bottom: 76px;
}

.showroom-page
.showroom-related-section .showroom-card-grid {
    margin-top: 28px;
}


/* ==========================================================================
   20. LOCATION SECTION
   ========================================================================== */

.showroom-page
.showroom-section.showroom-location-section {
    padding-top: 78px;
    padding-bottom: 78px;
}

.showroom-page
.showroom-location-section .showroom-copy {
    max-width: 900px;
}


/* ==========================================================================
   21. BUTTONS
   ========================================================================== */

.showroom-page .showroom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-color: #077cea;
    color: #ffffff;

    font-size: 15px;
    line-height: 1;
    font-weight: 600;

    text-decoration: none;

    padding: 15px 30px;
    border-radius: 6px;

    margin-top: 8px;

    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.showroom-page .showroom-btn:hover {
    background-color: #0668c4;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(7, 124, 234, 0.20);
}

.showroom-page .showroom-btn--light {
    color: #077cea;
    background: #ffffff;
}


/* ==========================================================================
   23. FINAL CTA
   ========================================================================== */

.showroom-page .showroom-final-cta {
    position: relative;
    background-color: #077cea;
    padding: 82px 0;
    overflow: hidden;
}

.showroom-page .showroom-final-cta::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -140px;
    top: -140px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

.showroom-page .showroom-final-cta::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    left: -95px;
    bottom: -95px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.showroom-page .showroom-final-cta .showroom-container {
    position: relative;
    z-index: 1;
    text-align: center;
}

.showroom-page .showroom-final-cta h2,
.showroom-page .showroom-final-cta p {
    color: #ffffff;
}

.showroom-page .showroom-final-cta h2 {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.showroom-page .showroom-final-cta p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


/* ==========================================================================
   24. HERO / IMAGE SUPPORT
   ========================================================================== */

   /* ==========================================================
   SHOWROOM HERO
   Left: Content
   Right: Image
   ========================================================== */

.showroom-page .showroom-hero {
    padding: 80px 0;
    background-color: #ffffff;
}

.showroom-page .showroom-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 60px;
    align-items: center;
}


/* ==========================================================
   HERO CONTENT — LEFT SIDE
   ========================================================== */

.showroom-page .showroom-hero-content {
    max-width: 650px;
}

.showroom-page .showroom-hero-content h1 {
    margin-bottom: 22px;
}

.showroom-page .showroom-hero-content p {
    margin-bottom: 16px;
}

.showroom-page .showroom-hero-content p:last-of-type {
    margin-bottom: 24px;
}


/* ==========================================================
   HERO IMAGE — RIGHT SIDE
   ========================================================== */

.showroom-page .showroom-hero-media {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin-left: auto;

    padding: 9px;

    background-color: #ffffff;
    border: 1px solid #d0d7de;
    border-radius: 14px;

    box-shadow:
        0 10px 28px rgba(26, 26, 46, 0.08),
        0 3px 8px rgba(26, 26, 46, 0.05);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* Image */
.showroom-page .showroom-hero-media img {
    display: block;
    width: 100%;
    height: 470px;

    object-fit: cover;
    object-position: center;

    border-radius: 9px;

    transition:
        transform 0.55s ease,
        filter 0.35s ease;
}


/* ==========================================================
   IMAGE HOVER
   ========================================================== */

.showroom-page .showroom-hero-media:hover {
    transform: translateY(-6px);

    border-color: #077cea;

    box-shadow:
        0 18px 42px rgba(26, 26, 46, 0.12),
        0 6px 16px rgba(7, 124, 234, 0.10);
}

.showroom-page .showroom-hero-media:hover img {
    transform: scale(1.035);
}


/* ==========================================================
   HERO BUTTON
   ========================================================== */

.showroom-page .showroom-hero-content .showroom-btn {
    margin-top: 4px;
}


/* ==========================================================
   LARGE TABLETS / SMALL DESKTOP
   ========================================================== */

@media only screen and (max-width: 1199px) {

    .showroom-page .showroom-hero {
        padding: 70px 0;
    }

    .showroom-page .showroom-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
        gap: 45px;
    }

    .showroom-page .showroom-hero-media {
        max-width: 480px;
    }

    .showroom-page .showroom-hero-media img {
        height: 440px;
    }

}


/* ==========================================================
   TABLET
   ========================================================== */

@media only screen and (max-width: 991px) {

    .showroom-page .showroom-hero {
        padding: 60px 0;
    }

    .showroom-page .showroom-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .showroom-page .showroom-hero-content {
        max-width: 760px;
    }

    .showroom-page .showroom-hero-media {
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
    }

    .showroom-page .showroom-hero-media img {
        height: 420px;
    }

}


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

@media only screen and (max-width: 767px) {

    .showroom-page .showroom-hero {
        padding: 50px 0;
    }

    .showroom-page .showroom-hero-grid {
        gap: 32px;
    }

    .showroom-page .showroom-hero-media {
        padding: 7px;
        border-radius: 12px;
    }

    .showroom-page .showroom-hero-media img {
        height: 380px;
        border-radius: 8px;
    }

    .showroom-page .showroom-final-cta::before {
        display: none;
    }

}


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

@media only screen and (max-width: 575px) {

    .showroom-page .showroom-hero {
        padding: 42px 0;
    }

    .showroom-page .showroom-hero-grid {
        gap: 28px;
    }

    .showroom-page .showroom-hero-media {
        padding: 6px;
        border-radius: 10px;
    }

    .showroom-page .showroom-hero-media img {
        height: 320px;
        border-radius: 7px;
    }

    .showroom-page .showroom-hero-media:hover {
        transform: translateY(-3px);
    }

    .showroom-page .showroom-hero-media:hover img {
        transform: scale(1.02);
    }

}

/* ==========================================================================
   25. TABLET
   ========================================================================== */

@media only screen and (max-width: 991px) {

    .showroom-page .showroom-container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .showroom-page .showroom-container--split {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .showroom-page .showroom-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .showroom-page h1 {
        font-size: 36px;
    }

    .showroom-page h2 {
        font-size: 28px;
    }
}


/* ==========================================================================
   26. MOBILE
   ========================================================================== */

@media only screen and (max-width: 767px) {

    .showroom-page .showroom-section {
        padding: 54px 0;
    }

    .showroom-page .showroom-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .showroom-page h1 {
        font-size: 30px;
        line-height: 1.25;
    }

    .showroom-page h2 {
        font-size: 24px;
        line-height: 1.35;
        margin-bottom: 18px;
    }

    .showroom-page h3 {
        font-size: 18px;
    }

    .showroom-page p {
        font-size: 15.5px;
        line-height: 1.72;
    }

    .showroom-page .showroom-lead {
        font-size: 16px;
    }

    .showroom-page .showroom-list--grid {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .showroom-page .showroom-process-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .showroom-page .showroom-card,
    .showroom-page .showroom-process-step {
        padding: 21px;
    }

    .showroom-page .showroom-faq-item {
        padding-left: 16px;
        padding-right: 16px;
    }

    .showroom-page .showroom-faq-item summary {
        font-size: 15px;
        padding-right: 25px;
    }

    .showroom-page .showroom-final-cta {
        padding: 64px 0;
    }

    .showroom-page .showroom-btn {
        width: 100%;
        max-width: 300px;
        padding: 15px 22px;
    }

    .showroom-page
    .showroom-section.showroom-intro-section,
    .showroom-page
    .showroom-section.showroom-solutions-section,
    .showroom-page
    .showroom-section.showroom-why-section,
    .showroom-page
    .showroom-section.showroom-quality-section {
        padding-top: 58px;
        padding-bottom: 58px;
    }
}


/* ==========================================================================
   27. SMALL MOBILE
   ========================================================================== */

@media only screen and (max-width: 480px) {

    .showroom-page .showroom-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .showroom-page h1 {
        font-size: 28px;
    }

    .showroom-page h2 {
        font-size: 23px;
    }

    .showroom-page p {
        font-size: 15px;
    }

    .showroom-page .showroom-list li {
        font-size: 15px;
        padding-left: 22px;
    }

    .showroom-page .showroom-list li::before {
        width: 7px;
        height: 7px;
        top: 10px;
    }

    .showroom-page .showroom-card,
    .showroom-page .showroom-process-step {
        padding: 19px;
    }
}



/* ==========================================================
   PROFESSIONAL SHOWROOM CLEANING SERVICES
   FEATURE LIST
   Scope: .showroom-page only
   ========================================================== */


/* ==========================================================
   SECTION HEADING
   ========================================================== */

.showroom-page .showroom-section-heading {
    max-width: 920px;
    margin-bottom: 42px;
}


/* ==========================================================
   EYEBROW
   ========================================================== */

.showroom-page .showroom-eyebrow {
    display: inline-block;

    margin-bottom: 12px;

    color: #077cea;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/* ==========================================================
   FEATURE LIST
   ========================================================== */

.showroom-page .showroom-list.showroom-list--features {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    width: 100%;

    margin: 0;
    padding: 0;

    list-style: none;
}


/* ==========================================================
   FEATURE ITEM
   ========================================================== */

.showroom-page .showroom-list--features li {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 86px;

    margin: 0;
    padding: 18px 30px 18px 0;

    color: #1a1a2e;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;

    border-bottom: 1px solid rgba(26, 26, 46, 0.10);

    transition:
        color 0.3s ease,
        padding-left 0.3s ease;
}


/* ==========================================================
   DESKTOP COLUMN DIVIDER
   ========================================================== */

.showroom-page .showroom-list--features li:nth-child(odd) {
    padding-right: 38px;

    border-right: 1px solid rgba(26, 26, 46, 0.10);
}


.showroom-page .showroom-list--features li:nth-child(even) {
    padding-left: 38px;
}


/* ==========================================================
   REMOVE BORDER FROM LAST ROW
   ========================================================== */

.showroom-page .showroom-list--features li:nth-last-child(-n + 2) {
    border-bottom: none;
}


/* ==========================================================
   FEATURE ICON
   ========================================================== */

.showroom-page .showroom-feature-icon {
    flex: 0 0 48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    margin-right: 18px;

    border: 1px solid rgba(7, 124, 234, 0.25);
    border-radius: 50%;

    background-color: rgba(255, 255, 255, 0.75);

    color: #077cea;

    font-size: 17px;
    line-height: 1;

    box-shadow:
        0 4px 12px rgba(7, 124, 234, 0.06);

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* ==========================================================
   ICON ALIGNMENT
   ========================================================== */

.showroom-page .showroom-feature-icon i {
    display: block;

    width: 1em;
    height: 1em;

    line-height: 1;

    text-align: center;
}


/* ==========================================================
   FEATURE TEXT
   ========================================================== */

.showroom-page .showroom-feature-text {
    display: block;

    flex: 1;
}


/* ==========================================================
   HOVER
   ========================================================== */

.showroom-page .showroom-list--features li:hover {
    color: #077cea;

    padding-left: 8px;
}


/* Keep right-column alignment */

.showroom-page .showroom-list--features li:nth-child(even):hover {
    padding-left: 46px;
}


/* Icon hover */

.showroom-page .showroom-list--features li:hover .showroom-feature-icon {
    background-color: #077cea;

    border-color: #077cea;

    color: #ffffff;

    transform: scale(1.08);

    box-shadow:
        0 8px 20px rgba(7, 124, 234, 0.18);
}


/* ==========================================================
   FEATURE FOOTER
   ========================================================== */

.showroom-page .showroom-feature-footer {
    max-width: 760px;

    margin-top: 34px;
}


.showroom-page .showroom-feature-footer p {
    margin-bottom: 0;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media only screen and (max-width: 767px) {

    .showroom-page .showroom-section-heading {
        margin-bottom: 30px;
    }


    /* One column */

    .showroom-page .showroom-list.showroom-list--features {
        grid-template-columns: 1fr;
    }


    /* Reset desktop borders and spacing */

    .showroom-page .showroom-list--features li,
    .showroom-page .showroom-list--features li:nth-child(odd),
    .showroom-page .showroom-list--features li:nth-child(even) {
        min-height: 76px;

        padding: 15px 0;

        border-right: none;

        border-bottom: 1px solid rgba(26, 26, 46, 0.10);
    }


    /* Last item */

    .showroom-page .showroom-list--features li:last-child {
        border-bottom: none;
    }


    /* Mobile hover */

    .showroom-page .showroom-list--features li:hover,
    .showroom-page .showroom-list--features li:nth-child(even):hover {
        padding-left: 6px;
    }

}


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

@media only screen and (max-width: 575px) {

    .showroom-page .showroom-feature-icon {
        flex: 0 0 42px;

        width: 42px;
        height: 42px;

        margin-right: 14px;

        font-size: 15px;
    }


    .showroom-page .showroom-feature-text {
        font-size: 15px;
    }


    .showroom-page .showroom-feature-footer {
        margin-top: 26px;
    }

}


/* ==========================================================
   VERY SMALL SCREENS
   ========================================================== */

@media only screen and (max-width: 375px) {

    .showroom-page .showroom-feature-icon {
        flex-basis: 40px;

        width: 40px;
        height: 40px;

        margin-right: 12px;

        font-size: 14px;
    }


    .showroom-page .showroom-feature-text {
        font-size: 14px;
    }

}


/* ==========================================================
WHAT MAKES SHOWROOM CLEANING DIFFERENT
INFORMATIVE STATIC VISUAL
========================================================== */

.showroom-page .showroom-difference-section {
overflow: hidden;
}

/* ==========================================================
TWO-COLUMN LAYOUT
========================================================== */

.showroom-page .showroom-difference-layout {
display: grid;
grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
gap: 72px;
align-items: center;
}

/* ==========================================================
LEFT CONTENT
========================================================== */

.showroom-page .showroom-difference-content {
max-width: 720px;
}

.showroom-page .showroom-difference-content h2 {
margin-bottom: 24px;
}

/* ==========================================================
RIGHT VISUAL AREA
========================================================== */

.showroom-page .showroom-difference-visual {
position: relative;
display: flex;
align-items: center;
justify-content: flex-end;
}

/* Main visual box */

.showroom-page .showroom-focus-box {
position: relative;


width: 100%;
max-width: 420px;

padding: 34px 32px 28px;

background-color: #f8fbfe;

border: 1px solid rgba(7, 124, 234, 0.16);
border-radius: 14px;

box-shadow:
    0 18px 45px rgba(26, 26, 46, 0.08),
    0 3px 12px rgba(26, 26, 46, 0.04);

overflow: hidden;


}

/* Blue accent line */

.showroom-page .showroom-focus-box::before {
content: "";


position: absolute;
top: 0;
left: 0;

width: 100%;
height: 4px;

background-color: #077cea;


}

/* ==========================================================
LABEL
========================================================== */

.showroom-page .showroom-focus-label {
display: block;


margin-bottom: 12px;

color: #077cea;

font-size: 11px;
font-weight: 700;

letter-spacing: 0.13em;
text-transform: uppercase;


}

/* ==========================================================
MAIN STATEMENT
========================================================== */

.showroom-page .showroom-focus-statement {
max-width: 330px;


margin: 0 0 26px;

color: #1a1a2e;

font-size: 20px;
font-weight: 700;
line-height: 1.45;


}

/* ==========================================================
FOCUS ITEMS
========================================================== */

.showroom-page .showroom-focus-items {
display: flex;
flex-direction: column;
}

.showroom-page .showroom-focus-item {
display: flex;
align-items: center;


gap: 14px;

padding: 15px 0;

border-top: 1px solid rgba(26, 26, 46, 0.09);


}

/* ==========================================================
ICON
========================================================== */

.showroom-page .showroom-focus-icon {
flex: 0 0 40px;


display: inline-flex;
align-items: center;
justify-content: center;

width: 40px;
height: 40px;

border: 1px solid rgba(7, 124, 234, 0.20);
border-radius: 50%;

background-color: #ffffff;

color: #077cea;

font-size: 15px;

transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;


}

.showroom-page .showroom-focus-item strong {
display: block;


margin-bottom: 2px;

color: #1a1a2e;

font-size: 14px;
font-weight: 700;


}

.showroom-page .showroom-focus-item div > span {
display: block;


color: #4a4a5e;

font-size: 13px;
line-height: 1.45;


}

/* ==========================================================
SUBTLE HOVER
========================================================== */

.showroom-page .showroom-focus-item {
transition: transform 0.25s ease;
}

.showroom-page .showroom-focus-item:hover {
transform: translateX(5px);
}

.showroom-page .showroom-focus-item:hover .showroom-focus-icon {
background-color: #077cea;
color: #ffffff;
transform: scale(1.05);
}



/* ==========================================================
TABLET
========================================================== */

@media only screen and (max-width: 991px) {

.showroom-page .showroom-difference-layout {
    grid-template-columns: 1fr;

    gap: 42px;
}

.showroom-page .showroom-difference-content {
    max-width: 820px;
}

.showroom-page .showroom-difference-visual {
    justify-content: flex-start;
}

.showroom-page .showroom-focus-box {
    max-width: 520px;
}

}

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

@media only screen and (max-width: 575px) {

.showroom-page .showroom-difference-layout {
    gap: 32px;
}

.showroom-page .showroom-focus-box {
    padding: 28px 22px 24px;
    border-radius: 12px;
}

.showroom-page .showroom-focus-statement {
    font-size: 18px;
}

.showroom-page .showroom-focus-item {
    gap: 12px;
    padding: 13px 0;
}

.showroom-page .showroom-focus-icon {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 14px;
}

.showroom-page .showroom-focus-item strong {
    font-size: 13.5px;
}

.showroom-page .showroom-focus-item div > span {
    font-size: 12.5px;
}
}


/* ==========================================================
   SHOWROOM AREAS — GRAPHIC ICONS
   ========================================================== */

.showroom-page .showroom-area-icon {
    width: 64px;
    height: 64px;

    margin: 0 auto 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

    font-size: 28px;

    position: relative;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* ==========================================================
   ICON COLOUR TREATMENTS
   ========================================================== */

.showroom-page .showroom-area-icon--display {
    background-color: #eaf5ff;
    color: #077cea;
}

.showroom-page .showroom-area-icon--floors {
    background-color: #eef8f1;
    color: #24945a;
}

.showroom-page .showroom-area-icon--glass {
    background-color: #fff4e8;
    color: #e88a24;
}

.showroom-page .showroom-area-icon--customer {
    background-color: #f3edff;
    color: #7651c9;
}

.showroom-page .showroom-area-icon--entrance {
    background-color: #fff0f0;
    color: #d65353;
}


/* ==========================================================
   DUOTONE ICON LAYERS
   ========================================================== */

.showroom-page .showroom-area-icon .fa-duotone {
    --fa-primary-color: currentColor;
    --fa-secondary-color: currentColor;

    --fa-secondary-opacity: 0.28;

    line-height: 1;
}


/* ==========================================================
   CARD TITLE
   ========================================================== */

.showroom-page .showroom-card .showroom-area-icon + h3 {
    text-align: center;
    margin-bottom: 14px;
}


/* ==========================================================
   SUBTLE HOVER
   ========================================================== */

.showroom-page .showroom-card:hover .showroom-area-icon {
    transform: translateY(-5px);

    box-shadow:
        0 10px 22px rgba(26, 26, 46, 0.10);
}


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

@media only screen and (max-width: 575px) {

    .showroom-page .showroom-area-icon {
        width: 56px;
        height: 56px;

        margin-bottom: 14px;

        border-radius: 15px;

        font-size: 24px;
    }

}


/* ==========================================================
   CAR SHOWROOM CLEANING
   CLEAN TWO-COLUMN LAYOUT
   ========================================================== */


/* ----------------------------------------------------------
   TWO-COLUMN STRUCTURE
---------------------------------------------------------- */

.showroom-page .showroom-car-showroom-grid {
    display: grid;

    grid-template-columns: 0.95fr 1.05fr;

    gap: 60px;

    align-items: center;
}


/* ----------------------------------------------------------
   IMAGE
---------------------------------------------------------- */

.showroom-page .showroom-car-showroom-media {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Image wrapper */

.showroom-page .showroom-image-frame {
    position: relative;

    width: 100%;
    max-width: 520px;

    padding: 8px;

    background: #ffffff;

    border: 1px solid rgba(7, 124, 234, 0.18);
    border-radius: 12px;

    box-shadow:
        0 12px 30px rgba(26, 26, 46, 0.10);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


/* Image */

.showroom-page .showroom-image-frame img {
    display: block;

    width: 100%;
    height: auto;

    aspect-ratio: 4 / 3;

    object-fit: cover;

    border-radius: 7px;

    transition: transform 0.45s ease;
}


/* Image hover */

.showroom-page .showroom-image-frame:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 38px rgba(26, 26, 46, 0.14);
}

.showroom-page .showroom-image-frame:hover img {
    transform: scale(1.025);
}


/* ----------------------------------------------------------
   CONTENT
---------------------------------------------------------- */

.showroom-page .showroom-car-showroom-content {
    width: 100%;
    max-width: 650px;
}

.showroom-page .showroom-car-showroom-content h2 {
    margin-bottom: 20px;
}


/* ----------------------------------------------------------
   SIMPLE AREA LIST
---------------------------------------------------------- */

.showroom-page .showroom-car-area-list {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    column-gap: 38px;
    row-gap: 0;

    margin: 20px 0 24px;
    padding: 0;

    list-style: none;
}


/* Individual list item */

.showroom-page .showroom-car-area-list li {
    position: relative;

    margin: 0;

    padding: 11px 0 11px 18px;

    color: #2d3748;

    font-size: 15px;
    line-height: 1.5;

    border-bottom: 1px solid rgba(26, 26, 46, 0.10);

    transition:
        color 0.25s ease,
        padding-left 0.25s ease;
}


/* Simple blue marker */

.showroom-page .showroom-car-area-list li::before {
    content: "";

    position: absolute;

    left: 0;
    top: 19px;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background-color: #077cea;

    transition:
        transform 0.25s ease,
        background-color 0.25s ease;
}


/* Hover */

.showroom-page .showroom-car-area-list li:hover {
    padding-left: 22px;

    color: #077cea;
}

.showroom-page .showroom-car-area-list li:hover::before {
    transform: scale(1.35);
}


/* ----------------------------------------------------------
   LAST ITEM
---------------------------------------------------------- */

/*
   Seven items are used, so the final item sits naturally
   in the first column without creating an artificial card.
*/

.showroom-page .showroom-car-area-list li:last-child {
    border-bottom: none;
}


/* ----------------------------------------------------------
   BOTTOM TEXT
---------------------------------------------------------- */

.showroom-page .showroom-car-showroom-note {
    margin-top: 4px;
}

.showroom-page .showroom-car-showroom-note p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   TABLET
   Keep image + content side by side for wider tablets.
   ========================================================== */

@media only screen and (max-width: 991px) and (min-width: 768px) {

    .showroom-page .showroom-car-showroom-grid {
        grid-template-columns: 0.9fr 1.1fr;

        gap: 35px;
    }

    .showroom-page .showroom-image-frame {
        max-width: 100%;
    }

    .showroom-page .showroom-car-area-list {
        column-gap: 22px;
    }

}


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

@media only screen and (max-width: 767px) {

    .showroom-page .showroom-car-showroom-grid {
        grid-template-columns: 1fr;

        gap: 32px;

        align-items: start;
    }

    .showroom-page .showroom-car-showroom-media {
        width: 100%;
    }

    .showroom-page .showroom-image-frame {
        max-width: 650px;
    }

    .showroom-page .showroom-car-showroom-content {
        max-width: none;
    }

}


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

@media only screen and (max-width: 575px) {

    .showroom-page .showroom-image-frame {
        padding: 6px;

        border-radius: 10px;
    }

    .showroom-page .showroom-image-frame img {
        border-radius: 6px;
    }

    .showroom-page .showroom-car-area-list {
        grid-template-columns: 1fr;

        column-gap: 0;
    }

    .showroom-page .showroom-car-area-list li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}


/* ==========================================================
   CAR DEALERSHIP CLEANING
   CLEAN EDITORIAL DESIGN
   ========================================================== */

.showroom-page .showroom-section--dealership {
    position: relative;
    overflow: hidden;
}


/* ----------------------------------------------------------
   HEADING
---------------------------------------------------------- */

.showroom-page .showroom-dealership-heading {
    margin-bottom: 38px;
}

.showroom-page .showroom-dealership-heading .showroom-eyebrow {
    display: inline-block;

    margin-bottom: 10px;

    color: #077cea;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/* ----------------------------------------------------------
   CONTENT WIDTH
---------------------------------------------------------- */

.showroom-page .showroom-dealership-content {
    max-width: 980px;

    margin-left: auto;
    margin-right: auto;
}


/* ----------------------------------------------------------
   INTRO
---------------------------------------------------------- */

.showroom-page .showroom-dealership-intro {
    margin-bottom: 24px;
}


/* ----------------------------------------------------------
   AREA LIST
---------------------------------------------------------- */

.showroom-page .showroom-dealership-list {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    column-gap: 60px;
    row-gap: 0;

    margin: 0 0 30px;
    padding: 0;

    list-style: none;
}


/* Individual area */

.showroom-page .showroom-dealership-list li {
    position: relative;

    margin: 0;

    padding: 14px 0 14px 20px;

    color: #1a1a2e;

    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.5;

    border-bottom: 1px solid rgba(26, 26, 46, 0.10);

    transition:
        color 0.25s ease,
        padding-left 0.25s ease;
}


/* Blue vertical marker */

.showroom-page .showroom-dealership-list li::before {
    content: "";

    position: absolute;

    left: 0;
    top: 17px;

    width: 4px;
    height: 20px;

    border-radius: 3px;

    background-color: #077cea;

    transition:
        height 0.25s ease,
        transform 0.25s ease;
}


/* Hover */

.showroom-page .showroom-dealership-list li:hover {
    color: #077cea;

    padding-left: 24px;
}

.showroom-page .showroom-dealership-list li:hover::before {
    height: 26px;

    transform: translateY(-3px);
}


/* Seven items — last item sits naturally */

.showroom-page .showroom-dealership-list li:last-child {
    border-bottom: none;
}


/* ----------------------------------------------------------
   FINAL NOTE
---------------------------------------------------------- */

.showroom-page .showroom-dealership-note {
    position: relative;
}


.showroom-page .showroom-dealership-note-line {
    flex: 0 0 3px;

    width: 3px;

    min-height: 42px;

    margin-right: 18px;

    border-radius: 3px;

    background-color: #077cea;
}


.showroom-page .showroom-dealership-note p {
    margin: 0;

    color: #4a4a5e;

    font-size: 14.5px;
    line-height: 1.7;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media only screen and (max-width: 767px) {

    .showroom-page .showroom-dealership-heading {
        margin-bottom: 28px;
    }

    .showroom-page .showroom-dealership-list {
        grid-template-columns: 1fr;

        column-gap: 0;
    }

}


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

@media only screen and (max-width: 575px) {

    .showroom-page .showroom-dealership-heading {
        margin-bottom: 24px;
    }

    .showroom-page .showroom-dealership-list li {
        padding-top: 12px;
        padding-bottom: 12px;

        font-size: 14.5px;
    }

    .showroom-page .showroom-dealership-note {
        padding-top: 0px;
    }

    .showroom-page .showroom-dealership-note-line {
        margin-right: 14px;
    }

}


/* ==========================================================
   CLEANING AROUND DISPLAYS & BUSINESS OPERATIONS
   ========================================================== */


/* ----------------------------------------------------------
   SECTION
---------------------------------------------------------- */

.showroom-page .showroom-section--operations {
    position: relative;
    overflow: hidden;
}


/* ----------------------------------------------------------
   HEADING
---------------------------------------------------------- */

.showroom-page .showroom-operations-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.showroom-page .showroom-operations-heading .showroom-eyebrow {
    display: inline-block;

    margin-bottom: 10px;

    color: #077cea;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/* ----------------------------------------------------------
   CONTENT
---------------------------------------------------------- */

.showroom-page .showroom-operations-content {
    max-width: 900px;
}


/* ----------------------------------------------------------
   OPERATIONAL LIST
---------------------------------------------------------- */

.showroom-page .showroom-operations-list {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 0 34px;

    margin: 24px 0 30px;
    padding: 0;

    list-style: none;
}


/* Individual item */

.showroom-page .showroom-operations-list li {
    position: relative;

    margin: 0;

    padding: 15px 8px 15px 18px;

    color: #1a1a2e;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;

    border-bottom: 1px solid rgba(26, 26, 46, 0.10);

    transition:
        color 0.25s ease,
        padding-left 0.25s ease;
}


/* Small accent */

.showroom-page .showroom-operations-list li::before {
    content: "";

    position: absolute;

    left: 0;
    top: 22px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background-color: #077cea;

    transition:
        transform 0.25s ease,
        background-color 0.25s ease;
}


/* Hover */

.showroom-page .showroom-operations-list li:hover {
    color: #077cea;
    padding-left: 22px;
}

.showroom-page .showroom-operations-list li:hover::before {
    transform: scale(1.5);
}


/* ----------------------------------------------------------
   FOOTER TEXT
---------------------------------------------------------- */

.showroom-page .showroom-operations-footer {
    max-width: 850px;

    margin-top: 4px;
}

.showroom-page .showroom-operations-footer p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media only screen and (max-width: 991px) {

    .showroom-page .showroom-operations-container {
        max-width: 900px;
    }

    .showroom-page .showroom-operations-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        column-gap: 30px;
    }

}


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

@media only screen and (max-width: 767px) {

    .showroom-page .showroom-operations-heading {
        margin-bottom: 28px;
    }

    .showroom-page .showroom-operations-list {
        grid-template-columns: 1fr;

        column-gap: 0;

        margin-top: 20px;
    }

}


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

@media only screen and (max-width: 575px) {

    .showroom-page .showroom-operations-list li {
        padding-top: 12px;
        padding-bottom: 12px;

        font-size: 14px;
    }

}



/* ==========================================================
   SHOWROOM CLEANING FREQUENCY
   4 × 2 VISUAL GRID
   ========================================================== */

.showroom-page .showroom-frequency-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;

    margin: 30px 0 32px;
    padding: 0;

    list-style: none;
}


/* ----------------------------------------------------------
   FREQUENCY ITEM
---------------------------------------------------------- */

.showroom-page .showroom-frequency-grid li {
    display: flex;
    align-items: center;
    gap: 12px;

    min-height: 72px;

    margin: 0;
    padding: 14px 15px;

    background-color: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 8px;

    color: #1a1a2e;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;

    box-shadow: 0 4px 14px rgba(26, 26, 46, 0.05);

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}


/* ----------------------------------------------------------
   ICON
---------------------------------------------------------- */

.showroom-page .showroom-frequency-icon {
    flex: 0 0 38px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border-radius: 7px;

    background-color: #dcf0ff;
    color: #077cea;

    font-size: 16px;
}


/* ----------------------------------------------------------
   HOVER
---------------------------------------------------------- */

.showroom-page .showroom-frequency-grid li:hover {
    transform: translateY(-3px);

    border-color: rgba(7, 124, 234, 0.25);

    box-shadow: 0 8px 20px rgba(26, 26, 46, 0.09);
}

.showroom-page .showroom-frequency-grid li:hover
.showroom-frequency-icon {
    background-color: #077cea;
    color: #ffffff;
}


/* ----------------------------------------------------------
   FOOTER COPY
---------------------------------------------------------- */

.showroom-page .showroom-frequency-footer {
    margin-top: 30px;
}


/* ==========================================================
   TABLET
========================================================== */

@media only screen and (max-width: 991px) {

    .showroom-page .showroom-frequency-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


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

@media only screen and (max-width: 575px) {

    .showroom-page .showroom-frequency-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .showroom-page .showroom-frequency-grid li {
        min-height: 64px;
        padding: 12px 14px;
    }

    .showroom-page .showroom-frequency-icon {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

}


/* ==========================================================
   ROUTINE AND PERIODIC SHOWROOM CLEANING
   ========================================================== */

.showroom-page .showroom-container--routine {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}


/* ----------------------------------------------------------
   SECTION HEADING
---------------------------------------------------------- */

.showroom-page .showroom-section--routine > .showroom-container--routine > h2 {
    text-align: center;
    margin-bottom: 14px;
}

.showroom-page .showroom-section--routine .showroom-lead {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 38px;
}


/* ----------------------------------------------------------
   TWO CLEANING CARDS
---------------------------------------------------------- */

.showroom-page .showroom-routine-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;

    max-width: 1000px;
    margin: 0 auto;
}


/* ----------------------------------------------------------
   CARD
---------------------------------------------------------- */

.showroom-page .showroom-routine-card {
    height: 100%;
    padding: 30px 32px;
    text-align: left;

    background-color: #077cea;
    border-color: #077cea;
    color: #ffffff;
}

.showroom-page .showroom-routine-card h3,
.showroom-page .showroom-routine-card p,
.showroom-page .showroom-routine-card li {
    color: #ffffff;
}


/* Card heading */

.showroom-page .showroom-routine-card h3 {
    margin-bottom: 14px;
}


/* Card paragraphs */

.showroom-page .showroom-routine-card p {
    margin-bottom: 16px;
}


/* Lists inside cards */

.showroom-page .showroom-routine-card .showroom-list {
    margin-top: 8px;
    margin-bottom: 0;
}


/* Keep list simple */

.showroom-page .showroom-routine-card .showroom-list li {
    padding-left: 20px;
    margin-bottom: 7px;
}


/* ----------------------------------------------------------
   FOOTER TEXT
---------------------------------------------------------- */

.showroom-page .showroom-routine-footer {
    max-width: 850px;
    margin: 32px auto 0;
    text-align: center;
}


/* ==========================================================
   TABLET
========================================================== */

@media only screen and (max-width: 767px) {

    .showroom-page .showroom-routine-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .showroom-page .showroom-routine-card {
        padding: 26px;
    }

}


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

@media only screen and (max-width: 575px) {

    .showroom-page .showroom-section--routine .showroom-lead {
        margin-bottom: 28px;
    }

    .showroom-page .showroom-routine-card {
        padding: 22px;
    }

    .showroom-page .showroom-routine-footer {
        margin-top: 26px;
    }

}



/* ==========================================================
   SURFACE-SPECIFIC SHOWROOM CLEANING
   ========================================================== */

.showroom-page .showroom-section--surface-specific {
    position: relative;
    overflow: hidden;
}


/* Content width */

.showroom-page .showroom-section--surface-specific
.showroom-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 70px;
    padding-right: 70px;
}


/* Decorative vertical accent */

.showroom-page .showroom-section--surface-specific
.showroom-container::before {
    content: "";
    position: absolute;

    left: 38px;
    top: 4px;
    bottom: 4px;

    width: 3px;

    background-color: #077cea;
    border-radius: 3px;
}


/* Heading */

.showroom-page .showroom-section--surface-specific h2 {
    position: relative;
    margin-bottom: 24px;
}


/* Paragraph area */

.showroom-page .showroom-section--surface-specific
.showroom-copy {
    position: relative;

    padding: 4px 0 4px 0;
}


/* Individual paragraphs */

.showroom-page .showroom-section--surface-specific
.showroom-copy p {
    margin-bottom: 20px;
}

.showroom-page .showroom-section--surface-specific
.showroom-copy p:last-child {
    margin-bottom: 0;
}


/* Subtle emphasis on the second paragraph */

.showroom-page .showroom-section--surface-specific
.showroom-copy p + p {
    padding-top: 20px;
    border-top: 1px solid #eef2f6;
}


/* Mobile */

@media only screen and (max-width: 767px) {

    .showroom-page .showroom-section--surface-specific
    .showroom-container {
        padding-left: 38px;
        padding-right: 24px;
    }

    .showroom-page .showroom-section--surface-specific
    .showroom-container::before {
        left: 18px;
    }

}





/* ==========================================================
   WHY CHOOSE KV CLEANING
   ========================================================== */

.showroom-page .showroom-section--why {
    overflow: hidden;
}


/* ----------------------------------------------------------
   MAIN LAYOUT
---------------------------------------------------------- */

.showroom-page .showroom-why-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 64px;
    align-items: center;

    max-width: 1260px;
    margin: 0 auto;
}


/* ----------------------------------------------------------
   IMAGE
---------------------------------------------------------- */

.showroom-page .showroom-why-media {
    position: relative;
}

.showroom-page .showroom-why-image {
    position: relative;

    padding: 10px;

    background-color: #ffffff;

    border: 1px solid #d0d7de;
    border-radius: 14px;

    box-shadow: 0 16px 35px rgba(26, 26, 46, 0.12);

    transform: rotate(-1.2deg);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.showroom-page .showroom-why-image:hover {
    transform: rotate(0deg) translateY(-5px);

    box-shadow: 0 22px 42px rgba(26, 26, 46, 0.16);
}

.showroom-page .showroom-why-image img {
    display: block;

    width: 100%;

    border-radius: 9px;
}


/* ==========================================================
   WHY KV CLEANING - IMAGE
   ========================================================== */

.showroom-page .showroom-why-image {
    width: 100%;
    overflow: hidden;
    border-radius: 9px;
}

.showroom-page .showroom-why-image img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 9px;

    transition: transform 0.4s ease;
}


/* Subtle hover effect */

.showroom-page .showroom-why-image:hover img {
    transform: scale(1.03);
}


/* ==========================================================
   TABLET
   ========================================================== */

@media only screen and (max-width: 991px) {

    .showroom-page .showroom-why-image img {
        height: 450px;
    }

}


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

@media only screen and (max-width: 767px) {

    .showroom-page .showroom-why-image img {
        height: 380px;
    }

}


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

@media only screen and (max-width: 575px) {

    .showroom-page .showroom-why-image {
        border-radius: 8px;
    }

    .showroom-page .showroom-why-image img {
        height: 300px;
        border-radius: 8px;
    }

}


/* ----------------------------------------------------------
   CONTENT
---------------------------------------------------------- */

.showroom-page .showroom-why-content {
    max-width: 680px;
}

.showroom-page .showroom-why-content h2 {
    margin-bottom: 16px;
}

.showroom-page .showroom-why-intro {
    max-width: 620px;
    margin-bottom: 32px;
}


/* ----------------------------------------------------------
   EYEBROW
---------------------------------------------------------- */

.showroom-page .showroom-why-content .showroom-eyebrow {
    display: inline-block;

    margin-bottom: 10px;

    color: #077cea;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/* ----------------------------------------------------------
   FEATURE GRID
---------------------------------------------------------- */

.showroom-page .showroom-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 18px 22px;
}


/* ----------------------------------------------------------
   FEATURE ITEM
---------------------------------------------------------- */

.showroom-page .showroom-why-item {

    padding: 20px;

    background-color: #ffffff;

    border: 1px solid #eef2f6;
    border-radius: 10px;

    box-shadow: 0 5px 16px rgba(26, 26, 46, 0.05);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


/* Normal cards */

.showroom-page .showroom-why-item {
    position: relative;
}


/* Push right-column cards down */

.showroom-page .showroom-why-item:nth-child(2),
.showroom-page .showroom-why-item:nth-child(4) {
    transform: translateY(122px);
}


/* Keep hover movement */

.showroom-page .showroom-why-item:nth-child(1):hover,
.showroom-page .showroom-why-item:nth-child(3):hover,
.showroom-page .showroom-why-item:nth-child(5):hover {
    transform: translateY(-5px);
}

.showroom-page .showroom-why-item:nth-child(2):hover,
.showroom-page .showroom-why-item:nth-child(4):hover {
    transform: translateY(117px);
}



/* ----------------------------------------------------------
   MOBILE — REMOVE ZIG-ZAG
---------------------------------------------------------- */

@media only screen and (max-width: 767px) {

    .showroom-page .showroom-why-grid {
        grid-template-columns: 1fr;
        row-gap: 14px;
    }

    .showroom-page .showroom-why-item:nth-child(2),
    .showroom-page .showroom-why-item:nth-child(4),
    .showroom-page .showroom-why-item:nth-child(5) {
        grid-column: auto;
        transform: none;
    }

    .showroom-page .showroom-why-item:nth-child(1):hover,
    .showroom-page .showroom-why-item:nth-child(2):hover,
    .showroom-page .showroom-why-item:nth-child(3):hover,
    .showroom-page .showroom-why-item:nth-child(4):hover,
    .showroom-page .showroom-why-item:nth-child(5):hover {
        transform: translateY(-3px);
    }

}


/* ----------------------------------------------------------
   FEATURE TEXT
---------------------------------------------------------- */

.showroom-page .showroom-why-item h3 {
    margin: 0 0 7px;

    font-size: 17px;
}

.showroom-page .showroom-why-item p {
    margin: 0;

    font-size: 14px;
    line-height: 1.65;
}


/* ==========================================================
   TABLET
========================================================== */

@media only screen and (max-width: 991px) {

    .showroom-page .showroom-why-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .showroom-page .showroom-why-media {
        max-width: 650px;
        margin: 0 auto;
    }

    .showroom-page .showroom-why-content {
        max-width: 100%;
    }

}


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

@media only screen and (max-width: 767px) {

    .showroom-page .showroom-why-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .showroom-page .showroom-why-item--offset {
        transform: none;
    }

    .showroom-page .showroom-why-item--offset:hover {
        transform: translateY(-3px);
    }

    .showroom-page .showroom-why-item {
        padding: 18px;
    }

}


@media only screen and (max-width: 575px) {

    .showroom-page .showroom-why-layout {
        gap: 32px;
    }

    .showroom-page .showroom-why-image {
        padding: 7px;
    }

    .showroom-page .showroom-why-icon {
        flex-basis: 40px;

        width: 40px;
        height: 40px;
    }

}



/* ==========================================================
   WHY CHOOSE KV CLEANING — COLOURFUL ICONS
   ========================================================== */

   .showroom-page .showroom-why-icon {
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border-radius: 14px;

    background: #ffffff;

    font-size: 28px;
    line-height: 1;

    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.showroom-page .showroom-why-item:hover .showroom-why-icon {
    transform: translateY(-4px) scale(1.05);

    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}



/* ==========================================================
   SHOWROOM CLEANERS
   ========================================================== */

.showroom-page .showroom-section--cleaners {
    position: relative;
    overflow: hidden;
}


/* ----------------------------------------------------------
   CONTENT WRAPPER
---------------------------------------------------------- */

.showroom-page .showroom-cleaners-content {
    position: relative;

    max-width: 900px;

    margin: 0 auto;

    padding-left: 30px;
}


/* ----------------------------------------------------------
   BLUE ACCENT LINE
---------------------------------------------------------- */

.showroom-page .showroom-cleaners-accent {
    position: absolute;

    left: 0;
    top: 5px;

    width: 4px;
    height: calc(100% - 10px);

    background: linear-gradient(
        to bottom,
        #077cea,
        rgba(7, 124, 234, 0.15)
    );

    border-radius: 10px;
}


/* ----------------------------------------------------------
   HEADING
---------------------------------------------------------- */

.showroom-page .showroom-cleaners-content h2 {
    margin-bottom: 26px;

    position: relative;
}


/* ----------------------------------------------------------
   PARAGRAPHS
---------------------------------------------------------- */

.showroom-page .showroom-cleaners-content .showroom-copy {
    max-width: 850px;
}

.showroom-page .showroom-cleaners-content .showroom-copy p {
    margin-bottom: 18px;
}

.showroom-page .showroom-cleaners-content .showroom-copy p:last-child {
    margin-bottom: 0;
}


/* ----------------------------------------------------------
   SUBTLE HOVER / VISUAL EFFECT
---------------------------------------------------------- */

.showroom-page .showroom-cleaners-content {
    transition: transform 0.3s ease;
}

.showroom-page .showroom-cleaners-content:hover {
    transform: translateX(3px);
}


/* ----------------------------------------------------------
   MOBILE
---------------------------------------------------------- */

@media only screen and (max-width: 767px) {

    .showroom-page .showroom-cleaners-content {
        padding-left: 15px;
    }

    .showroom-page .showroom-cleaners-accent {
        width: 3px;
    }

}

.showroom-page a.showroom-btn--light.tj-primary-btn {
    background-color: #ffffff !important;
    color: #077cea !important;
}

.showroom-page a.showroom-btn--light.tj-primary-btn span {
    color: #077cea !important;
    align-items: center;
}

.showroom-page a.showroom-btn--light.tj-primary-btn:hover {
    background-color: #ffffff !important;
    color: #077cea !important;
}

.showroom-page a.showroom-btn--light.tj-primary-btn:hover span {
    color: #000000 !important;
}



/* ==========================================================
   CENTER OPERATIONS SECTION
   ========================================================== */

.showroom-page .showroom-section--operations {
    text-align: center;
}


/* ----------------------------------------------------------
   HEADING
---------------------------------------------------------- */

.showroom-page .showroom-section--operations .showroom-operations-heading {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}


/* ----------------------------------------------------------
   MAIN CONTENT
---------------------------------------------------------- */

.showroom-page .showroom-section--operations .showroom-operations-content {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}


/* ----------------------------------------------------------
   PARAGRAPHS
---------------------------------------------------------- */

.showroom-page .showroom-section--operations .showroom-copy {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}


/* ----------------------------------------------------------
   OPERATIONAL LIST
---------------------------------------------------------- */

.showroom-page .showroom-section--operations .showroom-operations-list {
    max-width: 900px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}


/* ----------------------------------------------------------
   FOOTER
---------------------------------------------------------- */

.showroom-page .showroom-section--operations .showroom-operations-footer {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;

    text-align: center;
}


/* ----------------------------------------------------------
   MOBILE
---------------------------------------------------------- */

@media only screen and (max-width: 767px) {

    .showroom-page .showroom-section--operations .showroom-operations-heading,
    .showroom-page .showroom-section--operations .showroom-operations-content,
    .showroom-page .showroom-section--operations .showroom-copy,
    .showroom-page .showroom-section--operations .showroom-operations-list,
    .showroom-page .showroom-section--operations .showroom-operations-footer {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

}
