/* =========================================================
   KV CLEANING GROUP
   HOTEL CLEANING SYDNEY
   Page-Specific Styles
   ========================================================= */


/* =========================================================
   01. ROOT / VARIABLES
   ========================================================= */

.hotel-cleaning-page {
    --hc-blue: #077cea;
    --hc-blue-dark: #0567c7;
    --hc-blue-deep: #075ca8;
    --hc-blue-soft: #eaf5ff;

    --hc-green: #22a06b;

    --hc-white: #ffffff;
    --hc-black: #111827;
    --hc-heading: #162033;
    --hc-text: #526071;
    --hc-muted: #6b7280;

    --hc-border: #dfe8f1;
    --hc-border-light: #e9eef4;

    --hc-bg-light: #f7fafc;
    --hc-bg-soft: #f1f7fc;

    --hc-radius: 18px;
    --hc-radius-lg: 24px;

    --hc-shadow: 0 12px 35px rgba(18, 61, 96, 0.08);
    --hc-shadow-hover: 0 18px 45px rgba(18, 61, 96, 0.13);

    --hc-container: 1180px;

    color: var(--hc-text);
}


/* =========================================================
   02. GLOBAL RESET / BASE
   ========================================================= */

/* .hotel-cleaning-page *,
.hotel-cleaning-page *::before,
.hotel-cleaning-page *::after {
    box-sizing: border-box;
} */

.hotel-cleaning-page img {
    max-width: 100%;
    height: auto;
    display: block;
}

.hotel-cleaning-page p:last-child {
    margin-bottom: 0;
}

.hotel-cleaning-page ul {
    margin-top: 0;
}

.hotel-cleaning-page a {
    text-decoration: none;
}


/* =========================================================
   03. MAIN PAGE
   ========================================================= */

.hotel-cleaning-page {
    width: 100%;
    overflow: hidden;
    background: var(--hc-white);
}


/* =========================================================
   04. CONTAINER
   ========================================================= */

.hc-container {
    width: min(100% - 40px, var(--hc-container));
    margin: 0 auto;
}


/* =========================================================
   05. SECTION SYSTEM
   ========================================================= */

.hc-section {
    position: relative;
    padding: 90px 0;
}

.hc-bg-white {
    background: var(--hc-white);
}

.hc-bg-blue {
    background:
        linear-gradient(
            135deg,
            #f0f8ff 0%,
            #e9f5ff 48%,
            #f6fbff 100%
        );
}


/* =========================================================
   06. CENTERED SECTION HEADING
   ========================================================= */

.hc-centered-heading {
    max-width: 850px;
    margin: 0 auto 48px;
    text-align: center;
}

.hc-centered-heading h2 {
    margin: 10px 0 0;
    color: var(--hc-heading);
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.hc-centered-heading p {
    max-width: 760px;
    margin: 18px auto 0;
    color: var(--hc-text);
    font-size: 17px;
    line-height: 1.75;
}


/* =========================================================
   07. EYEBROW
   ========================================================= */

.hc-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    color: var(--hc-blue);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}



/* =========================================================
   08. HERO
   ========================================================= */

.hc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    align-items: center;
    gap: 70px;
}

.hc-hero-content {
    max-width: 680px;
}

.hc-hero-content h1 {
    margin: 0 0 22px;
    color: var(--hc-heading);
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.2px;
}

.hc-hero-content p {
    margin: 0 0 17px;
    color: var(--hc-text);
    font-size: 17px;
    line-height: 1.8;
}

.hc-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
}

.hc-hero-image {
    width: 100%;
    max-width: 600px;
    margin-left: auto;

    border-radius: 28px;

    object-fit: cover;

    box-shadow:
        0 20px 55px rgba(20, 70, 110, 0.14);

    border: 8px solid rgba(255, 255, 255, 0.9);
}


/* =========================================================
   09. HERO OUTLINE BUTTON
   ========================================================= */

.hc-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 52px;
    padding: 0 25px;

    border: 1px solid var(--hc-border);
    border-radius: 8px;

    color: var(--hc-heading);
    background: var(--hc-white);

    font-size: 15px;
    font-weight: 600;

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

.hc-btn-outline:hover {
    color: var(--hc-blue);
    border-color: rgba(7, 124, 234, 0.35);
    background: var(--hc-blue-soft);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(7, 124, 234, 0.08);
}


/* =========================================================
   10. GENERAL CONTENT BLOCK
   ========================================================= */

.hc-content-block {
    max-width: 900px;
    margin: 0 auto;
}

.hc-content-block p {
    margin: 0 0 18px;

    color: var(--hc-text);
    font-size: 17px;
    line-height: 1.8;
}

.hc-content-block > p:first-child {
    color: var(--hc-heading);
}


/* =========================================================
   11. LIST
   ========================================================= */

.hc-list {
    margin: 20px 0 24px;
    padding: 0;

    list-style: none;
}

.hc-list li {
    position: relative;

    margin-bottom: 11px;
    padding-left: 31px;

    color: var(--hc-text);
    font-size: 16px;
    line-height: 1.65;
}

.hc-list li::before {
    content: "";

    position: absolute;
    left: 0;
    top: 9px;

    width: 8px;
    height: 8px;

    border-radius: 50%;
    background: var(--hc-blue);

    box-shadow: 0 0 0 5px rgba(7, 124, 234, 0.09);
}

.hc-list li:last-child {
    margin-bottom: 0;
}


/* =========================================================
   12. HOTEL AREAS GRID
   ========================================================= */

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

.hc-area-card {
    grid-column: span 2;

    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    padding: 30px;

    border: 1px solid var(--hc-border);
    border-radius: var(--hc-radius);

    background: var(--hc-white);

    box-shadow: var(--hc-shadow);

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

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

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

.hc-area-card:hover {
    transform: translateY(-6px);
    border-color: rgba(7, 124, 234, 0.28);
    box-shadow: var(--hc-shadow-hover);
}

.hc-area-card h3 {
    margin: 0 0 16px;

    color: var(--hc-heading);

    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.hc-area-card p {
    margin: 0 0 15px;

    color: var(--hc-text);

    font-size: 15.5px;
    line-height: 1.72;
}

.hc-area-card .hc-list {
    margin-top: 8px;
}


/* =========================================================
   13. IMAGE AREA CARD
   ========================================================= */

.hc-area-card-image {
    overflow: hidden;
    padding: 0;
}

.hc-area-card-image > div:first-child {
    padding: 30px 30px 0;
}

.hc-area-card-image > div:last-child {
    margin-top: auto;
    padding: 15px;
}

.hc-area-card-image img {
    width: 100%;
    height: 260px;

    object-fit: cover;

    border-radius: 0 0 var(--hc-radius) var(--hc-radius);
}


/* =========================================================
   14. PROCESS SECTION
   ========================================================= */

.hc-process-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    align-items: stretch;
    gap: 60px;
}

.hc-process-list {
    display: flex;
    flex-direction: column;
}

.hc-process-step {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 20px;

    position: relative;

    padding: 0 0 28px;
}

.hc-process-step:not(:last-child)::after {
    content: "";

    position: absolute;

    left: 28px;
    top: 58px;
    bottom: 0;

    width: 1px;

    background: #cbddeb;
}

.hc-process-step > span {
    position: relative;
    z-index: 1;

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

    width: 56px;
    height: 56px;

    border-radius: 50%;

    background: var(--hc-white);
    border: 1px solid #cbddeb;

    color: var(--hc-blue);

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

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

.hc-process-step h3 {
    margin: 4px 0 8px;

    color: var(--hc-heading);

    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}

.hc-process-step p {
    margin: 0;

    color: var(--hc-text);

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

.hc-process-image {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.hc-process-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;

    object-fit: cover;

    border-radius: var(--hc-radius-lg);

    border: 7px solid rgba(255, 255, 255, 0.9);

    box-shadow:
        0 20px 50px rgba(19, 65, 100, 0.12);
}

.hc-process-note {
    max-width: 850px;
    margin: 35px auto 0;

    text-align: center;

    color: var(--hc-text);

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


/* =========================================================
   15. WHY CHOOSE KV CLEANING
   ========================================================= */

.hc-why-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
}

.hc-why-card {
    grid-column: span 2;

    position: relative;

    padding: 28px;

    border: 1px solid var(--hc-border);
    border-radius: var(--hc-radius);

    background: var(--hc-white);

    box-shadow: 0 8px 28px rgba(18, 61, 96, 0.06);

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

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

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

.hc-why-card::before {
    content: "";

    display: block;

    width: 38px;
    height: 4px;

    margin-bottom: 20px;

    border-radius: 20px;

    background: var(--hc-blue);
}

.hc-why-card:hover {
    transform: translateY(-5px);

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

    box-shadow:
        0 16px 38px rgba(18, 61, 96, 0.11);
}

.hc-why-card h3 {
    margin: 0 0 12px;

    color: var(--hc-heading);

    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}

.hc-why-card p {
    margin: 0;

    color: var(--hc-text);

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


/* =========================================================
   16. SERVICE AREA CTA
   ========================================================= */

.hc-bg-blue .hc-content-block[style*="text-align:center"] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hc-bg-blue .hc-content-block[style*="text-align:center"] p {
    max-width: 850px;
}


/* =========================================================
   HOTEL CLEANING FAQ
========================================================= */

.hc-faq-list {
    width: 100%;
    max-width: 1000px;
    margin: 45px auto 0;
}

.hc-faq-item {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.hc-faq-item:hover {
    border-color: rgba(7, 124, 234, 0.25);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.hc-faq-item.is-open {
    border-color: rgba(7, 124, 234, 0.28);
    box-shadow: 0 10px 30px rgba(7, 124, 234, 0.08);
}

.hc-faq-question {
    width: 100%;
    min-height: 72px;
    padding: 20px 24px;
    border: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    text-align: left;
    cursor: pointer;
    color: #172033;
    font-family: inherit;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    transition:
        color 0.3s ease,
        background-color 0.3s ease;
}

.hc-faq-question:hover {
    color: #077cea;
}

.hc-faq-item.is-open .hc-faq-question {
    color: #077cea;
}

.hc-faq-icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f7fd;
    color: #077cea;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease;
}

.hc-faq-item.is-open .hc-faq-icon {
    transform: rotate(45deg);
    background: #077cea;
    color: #ffffff;
}

.hc-faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
    cursor: pointer;
}

.hc-faq-answer-inner {
    padding: 0 24px 24px;
}

.hc-faq-answer-inner p {
    margin: 0;
    color: #5c6675;
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   FAQ - BLUE SECTION SUPPORT
========================================================= */

.hc-bg-blue .hc-faq-item {
    background: #ffffff;
}


/* =========================================================
   FAQ RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .hc-faq-list {
        margin-top: 30px;
    }

    .hc-faq-item {
        margin-bottom: 12px;
        border-radius: 11px;
    }

    .hc-faq-question {
        min-height: 64px;
        padding: 17px 18px;
        gap: 15px;
        font-size: 15px;
    }

    .hc-faq-icon {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        font-size: 19px;
    }

    .hc-faq-answer-inner {
        padding: 0 18px 20px;
    }

    .hc-faq-answer-inner p {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* =========================================================
   18. FINAL CTA
   ========================================================= */

.hc-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(350px, 0.8fr);
    align-items: stretch;

    overflow: hidden;

    border-radius: 26px;

    background:
        linear-gradient(
            135deg,
            #eef8ff 0%,
            #ffffff 100%
        );

    border: 1px solid var(--hc-border);

    box-shadow:
        0 18px 50px rgba(18, 61, 96, 0.08);
}

.hc-final-cta-content {
    padding: 55px 50px;
}

.hc-final-cta-content .hc-eyebrow {
    justify-content: flex-start;
}

.hc-final-cta-content h2 {
    max-width: 650px;

    margin: 15px 0 18px;

    color: var(--hc-heading);

    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.hc-final-cta-content p {
    max-width: 650px;

    margin: 0;

    color: var(--hc-text);

    font-size: 16px;
    line-height: 1.75;
}

.hc-final-cta-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 45px;

    background: var(--hc-blue);
}

.hc-final-cta-panel h3 {
    margin: 0 0 10px;

    color: var(--hc-white);

    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
}

.hc-final-cta-panel > p {
    margin: 0 0 24px;

    color: rgba(255, 255, 255, 0.9);

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

.hc-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}


/* =========================================================
   19. CTA BUTTON OVERRIDE
   ========================================================= */

.hc-final-cta-panel .tj-primary-btn {
    background: var(--hc-white);
    color: var(--hc-blue);
}

.hc-final-cta-panel .tj-primary-btn:hover {
    color: var(--hc-white);
}

.hc-cta-phone {
    display: flex;
    flex-direction: column;
    gap: 4px;

    color: var(--hc-white);

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

    transition: opacity 0.25s ease;
}

.hc-cta-phone span {
    color: rgba(255, 255, 255, 0.75);

    font-size: 13px;
    font-weight: 500;
}

.hc-cta-phone:hover {
    color: var(--hc-white);
    opacity: 0.82;
}



/* =========================================================
   21. DESKTOP CONTENT WIDTH CONTROL
   ========================================================= */

@media (min-width: 1200px) {

    .hc-content-block {
        max-width: 900px;
    }

    .hc-centered-heading {
        margin-bottom: 55px;
    }

}


/* =========================================================
   22. LARGE TABLETS
   ========================================================= */

@media (max-width: 1100px) {

    .hc-section {
        padding: 75px 0;
    }

    .hc-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
        gap: 45px;
    }

    .hc-hero-content h1 {
        font-size: 46px;
    }

    .hc-process-grid {
        gap: 40px;
    }

    .hc-final-cta-content {
        padding: 45px 40px;
    }

    .hc-final-cta-panel {
        padding: 40px 35px;
    }

}


/* =========================================================
   23. TABLET
   ========================================================= */

@media (max-width: 991px) {

    .hc-container {
        width: min(100% - 32px, var(--hc-container));
    }

    .hc-section {
        padding: 65px 0;
    }

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

    .hc-hero-content {
        max-width: 850px;
        margin: 0 auto;
        text-align: center;
    }

    .hc-hero-content h1 {
        font-size: 44px;
    }

    .hc-hero-buttons {
        justify-content: center;
    }

    .hc-hero-image {
        margin: 0 auto;
        max-width: 650px;
    }

    .hc-areas-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hc-area-card,
    .hc-area-card:nth-child(4),
    .hc-area-card:nth-child(5) {
        grid-column: auto;
    }

    .hc-process-grid {
        grid-template-columns: 1fr;
    }

    .hc-process-image {
        order: -1;
    }

    .hc-process-image img {
        min-height: 380px;
        max-height: 500px;
    }

    .hc-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hc-why-card,
    .hc-why-card:nth-child(4),
    .hc-why-card:nth-child(5) {
        grid-column: auto;
    }

    .hc-final-cta {
        grid-template-columns: 1fr;
    }

    .hc-final-cta-panel {
        padding: 40px;
    }

}


/* =========================================================
   24. MOBILE LANDSCAPE / SMALL TABLET
   ========================================================= */

@media (max-width: 767px) {

    .hc-container {
        width: min(100% - 28px, var(--hc-container));
    }

    .hc-section {
        padding: 55px 0;
    }

    .hc-centered-heading {
        margin-bottom: 35px;
    }

    .hc-centered-heading h2 {
        font-size: 31px;
    }

    .hc-centered-heading p {
        font-size: 16px;
        line-height: 1.7;
    }

    .hc-hero-content h1 {
        font-size: 38px;
        letter-spacing: -0.7px;
    }

    .hc-hero-content p {
        font-size: 16px;
        line-height: 1.72;
    }

    .hc-hero-image {
        border-width: 5px;
        border-radius: 22px;
    }

    .hc-areas-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hc-area-card {
        padding: 25px;
    }

    .hc-area-card-image {
        padding: 0;
    }

    .hc-area-card-image > div:first-child {
        padding: 25px 25px 0;
    }

    .hc-area-card-image img {
        height: 230px;
    }

    .hc-area-card h3 {
        font-size: 21px;
    }

    .hc-process-grid {
        gap: 35px;
    }

    .hc-process-step {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 16px;
    }

    .hc-process-step > span {
        width: 48px;
        height: 48px;
        font-size: 13px;
    }

    .hc-process-step:not(:last-child)::after {
        left: 24px;
        top: 48px;
    }

    .hc-process-step h3 {
        margin-top: 2px;
        font-size: 18px;
    }

    .hc-process-step p {
        font-size: 15px;
    }

    .hc-process-image img {
        min-height: 300px;
    }

    .hc-why-grid {
        grid-template-columns: 1fr;
    }

    .hc-why-card {
        padding: 25px;
    }

    .hc-final-cta-content {
        padding: 38px 28px;
    }

    .hc-final-cta-content h2 {
        font-size: 31px;
    }

    .hc-final-cta-panel {
        padding: 35px 28px;
    }

    .hc-faq-question {
        padding: 20px 0;
        font-size: 16px;
    }

    .hc-faq-answer-inner {
        padding: 0 40px 22px 0;
    }

}


/* =========================================================
   25. MOBILE
   ========================================================= */

@media (max-width: 575px) {

    .hc-container {
        width: calc(100% - 24px);
    }

    .hc-section {
        padding: 48px 0;
    }

    .hc-eyebrow {
        font-size: 11px;
        letter-spacing: 1.3px;
    }

    .hc-eyebrow::before {
        width: 20px;
    }

    .hc-centered-heading {
        margin-bottom: 30px;
    }

    .hc-centered-heading h2 {
        font-size: 28px;
        line-height: 1.22;
    }

    .hc-centered-heading p {
        margin-top: 14px;
        font-size: 15px;
    }

    .hc-hero-content h1 {
        font-size: 34px;
    }

    .hc-hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hc-hero-buttons > a {
        width: 100%;
    }

    .hc-hero-image {
        border-radius: 18px;
    }

    .hc-content-block p {
        font-size: 15.5px;
        line-height: 1.72;
    }

    .hc-list li {
        padding-left: 27px;
        font-size: 15px;
    }

    .hc-list li::before {
        top: 9px;
        width: 7px;
        height: 7px;
    }

    .hc-area-card {
        padding: 23px;
        border-radius: 16px;
    }

    .hc-area-card-image > div:first-child {
        padding: 23px 23px 0;
    }

    .hc-area-card h3 {
        font-size: 20px;
    }

    .hc-area-card p {
        font-size: 15px;
    }

    .hc-area-card-image img {
        height: 210px;
    }

    .hc-process-step {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 13px;
    }

    .hc-process-step > span {
        width: 44px;
        height: 44px;
        font-size: 12px;
    }

    .hc-process-step:not(:last-child)::after {
        left: 21px;
        top: 44px;
    }

    .hc-process-step h3 {
        font-size: 17px;
    }

    .hc-process-step p {
        font-size: 14.5px;
        line-height: 1.65;
    }

    .hc-process-image img {
        min-height: 240px;
        border-width: 5px;
        border-radius: 18px;
    }

    .hc-process-note {
        margin-top: 28px;
        font-size: 14px;
    }

    .hc-why-card {
        padding: 23px;
        border-radius: 16px;
    }

    .hc-why-card h3 {
        font-size: 18px;
    }

    .hc-why-card p {
        font-size: 14.5px;
    }

    .hc-final-cta {
        border-radius: 20px;
    }

    .hc-final-cta-content {
        padding: 32px 23px;
    }

    .hc-final-cta-content h2 {
        font-size: 28px;
    }

    .hc-final-cta-content p {
        font-size: 15px;
    }

    .hc-final-cta-panel {
        padding: 30px 23px;
    }

    .hc-final-cta-panel h3 {
        font-size: 22px;
    }

    .hc-faq-question {
        gap: 15px;
        padding: 18px 10px;
        font-size: 15px;
    }

    .hc-faq-icon {
        width: 31px;
        height: 31px;
        font-size: 20px;
    }

    .hc-faq-answer-inner {
        padding:12px;
    }

    .hc-faq-answer-inner p {
        font-size: 14.5px;
        line-height: 1.7;
    }

}


/* =========================================================
   26. VERY SMALL DEVICES
   ========================================================= */

@media (max-width: 380px) {

    .hc-hero-content h1 {
        font-size: 31px;
    }

    .hc-centered-heading h2 {
        font-size: 26px;
    }

    .hc-section {
        padding: 42px 0;
    }

    .hc-area-card {
        padding: 20px;
    }

    .hc-area-card-image > div:first-child {
        padding: 20px 20px 0;
    }

    .hc-final-cta-content,
    .hc-final-cta-panel {
        padding: 27px 20px;
    }

}


/* =========================================================
   27. ACCESSIBILITY
   ========================================================= */

.hc-faq-question:focus-visible,
.hc-btn-outline:focus-visible,
.hc-cta-phone:focus-visible {
    outline: 3px solid rgba(7, 124, 234, 0.3);
    outline-offset: 4px;
}



/* =========================================================
   29. PRINT
   ========================================================= */

@media print {

    .hotel-cleaning-page {
        background: #fff;
    }

    .hc-section {
        padding: 35px 0;
        background: #fff !important;
    }

    .hc-area-card,
    .hc-why-card,
    .hc-final-cta {
        box-shadow: none;
        break-inside: avoid;
    }

    .hc-faq-answer {
        height: auto !important;
    }

    .hc-faq-icon {
        display: none;
    }

}


/* =========================================
   FINAL CTA QUOTE BUTTON
   ========================================= */

.hc-final-cta-panel .tj-primary-btn {
    background-color: #ffffff;
    color: #ffffff;
    border-color: #ffffff;
}

.hc-final-cta-panel .tj-primary-btn span,
.hc-final-cta-panel .tj-primary-btn i {
    color: #077cea;
}

/* Return to original TJ button appearance on hover */
.hc-final-cta-panel .tj-primary-btn:hover {
    color: #0a0a0a;
}

.hc-final-cta-panel .tj-primary-btn:hover span,
.hc-final-cta-panel .tj-primary-btn:hover i {
    color: #070707;
}



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

@media (max-width: 991px) {

    .hc-final-cta {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .hc-final-cta-content {
        max-width: 100%;
    }

    .hc-final-cta-content p {
        max-width: 100%;
    }

    .hc-final-cta-panel {
        max-width: 650px;
        width: 100%;
    }

}


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

@media (max-width: 767px) {

    /* -----------------------------------------
       Overall mobile page spacing
       ----------------------------------------- */

    .hotel-cleaning-page {
        overflow: hidden;
    }

    .hotel-cleaning-page .hc-container {
        width: 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }


    /* -----------------------------------------
       Section spacing
       ----------------------------------------- */

    .hotel-cleaning-page .hc-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }


    /* -----------------------------------------
       Final CTA
       ----------------------------------------- */

    #hc-quote {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .hc-final-cta {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: stretch;
    }

    .hc-final-cta-content {
        width: 100%;
        text-align: left;
    }

    .hc-final-cta-content .hc-eyebrow {
        display: inline-block;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .hc-final-cta-content h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .hc-final-cta-content p {
        font-size: 15px;
        line-height: 1.7;
    }


    /* -----------------------------------------
       CTA panel
       ----------------------------------------- */

    .hc-final-cta-panel {
        width: 100%;
        max-width: 100%;
        padding: 28px 22px;
        border-radius: 12px;
    }

    .hc-final-cta-panel h3 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .hc-final-cta-panel > p {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 22px;
    }


    /* -----------------------------------------
       CTA buttons
       ----------------------------------------- */

    .hc-cta-actions {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        width: 100%;
    }

    .hc-cta-actions .tj-primary-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hc-cta-phone {
        width: 100%;
        align-items: center;
        text-align: center;
        padding-top: 2px;
    }

}


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

@media (max-width: 480px) {

    .hotel-cleaning-page .hc-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hotel-cleaning-page .hc-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .hc-final-cta {
        gap: 25px;
    }

    .hc-final-cta-content h2 {
        font-size: 26px;
        line-height: 1.25;
    }

    .hc-final-cta-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .hc-final-cta-panel {
        padding: 24px 18px;
        border-radius: 10px;
    }

    .hc-final-cta-panel h3 {
        font-size: 20px;
    }

    .hc-final-cta-panel > p {
        font-size: 14px;
    }

}



/* =========================================================
   HIGH-TRAFFIC / HIGH-TOUCH TWO COLUMN SECTION
   ========================================================= */

.hc-two-column-content {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 70px;
    margin-top: 45px;
}


/* =========================
   LEFT IMAGE
   ========================= */

.hc-two-column-image {
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
}

.hc-two-column-image img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 18px;
}


/* =========================
   RIGHT CONTENT
   ========================= */

.hc-two-column-content .hc-content-block {
    width: 100%;
    max-width: 680px;
    margin: 0;
}

.hc-two-column-content .hc-content-block p {
    margin-bottom: 18px;
}

.hc-two-column-content .hc-content-block p:last-child {
    margin-bottom: 0;
}

.hc-two-column-content .hc-list {
    margin-bottom: 22px;
}


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

@media (max-width: 991px) {

    .hc-two-column-content {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
        margin-top: 35px;
    }

    .hc-two-column-image img {
        height: 450px;
    }

}


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

@media (max-width: 767px) {

    .hc-two-column-content {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
    }

    .hc-two-column-image {
        order: 1;
        border-radius: 12px;
    }

    .hc-two-column-image img {
        height: 320px;
        border-radius: 12px;
    }

    .hc-two-column-content .hc-content-block {
        order: 2;
        max-width: 100%;
    }

}


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

@media (max-width: 480px) {

    .hc-two-column-content {
        gap: 25px;
    }

    .hc-two-column-image img {
        height: 260px;
        border-radius: 10px;
    }

}
