/* =============================================================
   BLINDS CLEANING SYDNEY PAGE
   Scoped only to .blinds-cleaning-page classes
   Uses existing KV Cleaning brand colours only
   Brand: #077CEA
   Dark Blue: #0563C1
   Accent: #FEE766
   Light Blue: #DCF0FF
   Dark: #0A0A1A
   White: #FFFFFF
   Text: #444
   ============================================================= */

/* -------------------------------------------------------------
   PAGE VARIABLES
------------------------------------------------------------- */
/* 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-bg-shape {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(4%, -30%);
    -ms-transform: translate(4%, -30%);
    transform: translate(4%, -30%);
    z-index: -1
}

.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
}

.blinds-cleaning-page {
    --bc-blue: #077CEA;
    --bc-blue-dark: #0563C1;
    --bc-yellow: #FEE766;
    --bc-white: #FFFFFF;
    --bc-dark: #0A0A1A;
    --bc-lightblue: #DCF0FF;
    --bc-border: #d2e0eb;
    --bc-text: #444444;
    --bc-radius: 14px;
}

.blinds-cleaning-page h1,
.blinds-cleaning-page h2,
.blinds-cleaning-page h3 {
    margin-top: 0;
    color: var(--bc-dark);
}

.blinds-cleaning-page h2 {
    margin-bottom: 20px;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.2;
}

.blinds-cleaning-page h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.3;
}

.blinds-cleaning-page p {
    margin: 0 0 16px;
    color: var(--bc-text);
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

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

.blinds-cleaning-page a {
    color: var(--bc-blue);
    text-decoration: none;
}

.blinds-cleaning-page a:hover {
    text-decoration: underline;
}

/* -------------------------------------------------------------
   LAYOUT PRIMITIVES
------------------------------------------------------------- */

.bc-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.bc-section {
    padding: 80px 0;
}

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

.bc-bg-blue {
    background: var(--bc-lightblue);
}

.bc-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--bc-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    line-height: 1.4;
}

.bc-centered-heading {
    max-width: 820px;
    margin: 0 auto 50px;
    text-align: center;
}

.bc-centered-heading p {
    text-align: center;
}

/* -------------------------------------------------------------
   BUTTONS
------------------------------------------------------------- */

.bc-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 30px;
    border: 2px solid var(--bc-dark);
    border-radius: 30px;
    color: var(--bc-dark);
    font-weight: 600;
    font-size: 16px;
    transition: background .3s ease, color .3s ease, transform .3s ease;
}

.bc-btn-outline:hover {
    background: var(--bc-dark);
    color: var(--bc-white);
    transform: translateY(-2px);
    text-decoration: none;
}

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

/* -------------------------------------------------------------
   HERO
------------------------------------------------------------- */

.bc-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 55px;
    align-items: center;
}

.bc-hero-content h1 {
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 18px;
}

.bc-hero-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: var(--bc-radius);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    display: block;
}

/* -------------------------------------------------------------
   TWO COLUMN / CONTENT BLOCK
------------------------------------------------------------- */

.bc-content-block {
    max-width: 950px;
    margin: 0 auto;
}

/* -------------------------------------------------------------
   BLIND TYPE CARDS
------------------------------------------------------------- */

.bc-types-intro {
    max-width: 900px;
    margin: 0 auto 45px;
    text-align: center;
}

.bc-types-intro p {
    text-align: center;
}

.bc-types-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.bc-type-card {
    padding: 34px 32px;
    border: 1px solid var(--bc-border);
    border-top: 4px solid var(--bc-blue);
    border-radius: 12px;
    background: var(--bc-white);
    box-shadow: 0 6px 22px rgba(10, 10, 26, .05);
}
.bc-faq-question,
.bc-faq-answer {
    cursor: pointer;
}
.bc-type-card-image {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.bc-type-card-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: var(--bc-radius);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
}

.bc-type-card h3 {
    color: var(--bc-blue-dark);
}

.bc-list {
    margin: 18px 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
}

.bc-content-block .bc-list {
    grid-template-columns: repeat(2, 1fr);
}

.bc-list li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--bc-text);
}

.bc-list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bc-blue);
}

/* -------------------------------------------------------------
   PROCESS STEPS
------------------------------------------------------------- */

.bc-process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.bc-process-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.bc-process-step {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: start;
    padding: 20px;
    border: 1px solid var(--bc-border);
    border-radius: 12px;
    background: var(--bc-white);
    box-shadow: 0 5px 20px rgba(10, 10, 26, .05);
}

.bc-process-step > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--bc-blue);
    border-radius: 50%;
    color: var(--bc-blue);
    font-weight: 700;
    font-size: 14px;
}

.bc-process-step h3 {
    margin-bottom: 6px;
    font-size: 17px;
}

.bc-process-step p {
    margin-bottom: 0;
    font-size: 14px;
}

.bc-process-image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: var(--bc-radius);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
}

/* -------------------------------------------------------------
   WHY CHOOSE GRID
------------------------------------------------------------- */

.bc-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.bc-why-grid .bc-why-card:nth-child(4),
.bc-why-grid .bc-why-card:nth-child(5) {
    grid-column: span 1;
}

.bc-why-card {
    padding: 32px 26px;
    border: 1px solid var(--bc-border);
    border-radius: 12px;
    background: var(--bc-white);
    box-shadow: 0 5px 20px rgba(10, 10, 26, .04);
    transition: .3s ease;
}

.bc-why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(7, 124, 234, .10);
    border-color: var(--bc-blue);
}

.bc-why-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.bc-why-card p {
    font-size: 14px;
    margin-bottom: 0;
}

/* -------------------------------------------------------------
   FAQ ACCORDION
------------------------------------------------------------- */

.bc-faq-list {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bc-faq-item {
    border: 1px solid var(--bc-border);
    border-radius: 12px;
    background: var(--bc-white);
    overflow: hidden;
    transition: border-color .3s ease, background-color .3s ease;
}

.bc-faq-item.is-open {
    border-color: var(--bc-blue);
}

.bc-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 26px;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: left;
    color: var(--bc-dark);
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
}

.bc-faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border: 1px solid var(--bc-blue);
    border-radius: 50%;
    color: var(--bc-blue);
    font-size: 20px;
    line-height: 1;
    transition: transform .3s ease, background-color .3s ease, color .3s ease;
}

.bc-faq-item.is-open .bc-faq-icon {
    transform: rotate(45deg);
    background: var(--bc-blue);
    color: var(--bc-white);
}

.bc-faq-answer {
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

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

.bc-faq-answer-inner p {
    margin: 0;
    font-size: 15px;
}

/* -------------------------------------------------------------
   FINAL CTA
------------------------------------------------------------- */

.bc-final-cta {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 50px;
    align-items: center;
    padding: 55px;
    border-radius: var(--bc-radius);
    background: var(--bc-blue);
}

.bc-final-cta-content h2 {
    color: var(--bc-white);
}

.bc-final-cta-content p {
    color: rgba(255, 255, 255, .9);
}

.bc-final-cta-content .bc-eyebrow {
    color: rgba(255, 255, 255, .8);
}

.bc-final-cta-panel {
    padding: 30px;
    border-radius: 12px;
    background: var(--bc-white);
}

.bc-final-cta-panel h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.bc-final-cta-panel p {
    margin-bottom: 20px;
    font-size: 14px;
}

.bc-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bc-cta-phone {
    display: inline-flex;
    flex-direction: column;
    color: var(--bc-blue);
    font-weight: 700;
    font-size: 17px;
}

.bc-cta-phone span {
    margin-bottom: 4px;
    color: var(--bc-text);
    font-size: 12px;
    font-weight: 400;
}

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

@media (max-width: 1100px) {
    .bc-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .bc-section {
        padding: 60px 0;
    }

    .bc-hero-grid,
    .bc-type-card-image,
    .bc-process-grid,
    .bc-final-cta {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .bc-hero-image {
        height: 320px;
    }

    .bc-process-image img {
        height: 320px;
    }

    .bc-types-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .bc-section {
        padding: 45px 0;
    }

    .bc-container {
        width: min(100% - 30px, 1200px);
    }

    .bc-hero-content h1 {
        font-size: 28px;
    }

    .bc-hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .bc-btn-outline {
        text-align: center;
        padding: 14px 20px;
    }

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

    .bc-list,
    .bc-content-block .bc-list {
        grid-template-columns: 1fr;
    }

    .bc-type-card {
        padding: 26px 22px;
    }

    .bc-process-step {
        grid-template-columns: 40px 1fr;
        padding: 16px;
    }

    .bc-final-cta {
        padding: 30px 22px;
    }

    .bc-faq-question {
        padding: 18px 20px;
        font-size: 15px;
    }

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

@media (max-width: 480px) {
    .bc-hero-content h1 {
        font-size: 24px;
    }

    .bc-hero-image {
        height: 220px;
    }

    .bc-process-image img {
        height: 220px;
    }
}