/* =========================================================
   KATIE'S ELITE CLEANING
   ABOUT PAGE
   about.css

   MATCHES THE PROVIDED HTML ONLY
========================================================= */


/* =========================================================
   BASE
========================================================= */

.kecab-hero,
.kecab-hero *,
.kecab-intro,
.kecab-intro *,
.kecab-services,
.kecab-services *,
.kecab-values,
.kecab-values *,
.kecab-promise,
.kecab-promise *,
.kecab-cta,
.kecab-cta * {
    box-sizing: border-box;
}


/* =========================================================
   SHARED WRAPPER
========================================================= */

.kecab-wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.kecab-hero {
    position: relative;
    width: 100%;
    height: 320px;
    min-height: 320px;
    background: #0f2744;
    overflow: hidden;
}

.kecab-hero-inner {
    width: min(1180px, calc(100% - 40px));
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.kecab-hero-content {
    max-width: 820px;
}

.kecab-hero-kicker {
    display: block;
    margin: 0 0 10px;
    color: #d71920;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
    line-height: 1.2;
    text-transform: uppercase;
}

.kecab-hero-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.kecab-hero-title span {
    color: #d71920;
}

.kecab-hero-description {
    max-width: 720px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.65;
}

.kecab-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.kecab-hero-primary,
.kecab-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 22px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.kecab-hero-primary {
    color: #ffffff;
    background: #d71920;
    border: 2px solid #d71920;
}

.kecab-hero-primary:hover {
    color: #ffffff;
    background: #b91319;
    border-color: #b91319;
}

.kecab-hero-secondary {
    color: #ffffff;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.75);
}

.kecab-hero-secondary:hover {
    color: #0f2744;
    background: #ffffff;
    border-color: #ffffff;
}


/* =========================================================
   SHARED SECTION ELEMENTS
========================================================= */

.kecab-section-kicker {
    display: block;
    margin: 0 0 14px;
    color: #d71920;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
    line-height: 1.2;
    text-transform: uppercase;
}

.kecab-section-title {
    margin: 0;
    color: #0f2744;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.8px;
}

.kecab-section-title span {
    color: #d71920;
}

.kecab-section-title-center {
    text-align: center;
}

.kecab-section-lead {
    max-width: 760px;
    margin: 20px auto 0;
    color: #5d6875;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.kecab-intro {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
}

.kecab-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 80px;
    align-items: center;
}

.kecab-intro-copy p {
    margin: 20px 0 0;
    color: #5d6875;
    font-size: 16px;
    line-height: 1.8;
}

.kecab-intro-image {
    position: relative;
    width: 100%;
}

.kecab-intro-image img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.kecab-image-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 180px;
    padding: 20px 25px;
    color: #ffffff;
    background: #0f2744;
    text-align: center;
}

.kecab-image-badge span,
.kecab-image-badge strong {
    display: block;
}

.kecab-image-badge span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.kecab-image-badge strong {
    margin-top: 5px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1px;
}


/* =========================================================
   SERVICES
========================================================= */

.kecab-services {
    width: 100%;
    padding: 100px 0;
    background: #f5f6f8;
}

.kecab-services-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.kecab-services-heading .kecab-section-kicker {
    text-align: center;
}

.kecab-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.kecab-service-card {
    padding: 38px;
    background: #ffffff;
    border-top: 3px solid #0f2744;
}

.kecab-service-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.kecab-service-number i {
    color: #d71920;
    font-size: 26px;
}

.kecab-service-number span {
    color: #a0a8b2;
    font-size: 15px;
    font-weight: 800;
}

.kecab-service-card h3 {
    margin: 0;
    color: #0f2744;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.25;
}

.kecab-service-card > p {
    margin: 15px 0 22px;
    color: #5d6875;
    font-size: 16px;
    line-height: 1.75;
}

.kecab-service-list {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.kecab-service-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: #243b5a;
    font-size: 15px;
    line-height: 1.5;
}

.kecab-service-list li i {
    margin-top: 4px;
    color: #d71920;
    font-size: 11px;
}

.kecab-service-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #0f2744;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.25s ease;
}

.kecab-service-link:hover {
    color: #d71920;
}


/* =========================================================
   WHY CHOOSE US
========================================================= */

.kecab-values {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
}

.kecab-values-heading {
    max-width: 720px;
    margin-bottom: 50px;
}

.kecab-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.kecab-value-card {
    padding: 38px 30px;
    background: #f5f6f8;
    border-top: 3px solid #0f2744;
    text-align: center;
}

.kecab-value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 22px;
    color: #ffffff;
    background: #d71920;
    border-radius: 50%;
}

.kecab-value-icon i {
    font-size: 20px;
}

.kecab-value-card h3 {
    margin: 0 0 14px;
    color: #0f2744;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}

.kecab-value-card p {
    margin: 0;
    color: #5d6875;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   OUR PROMISE
========================================================= */

.kecab-promise {
    width: 100%;
    padding: 100px 0;
    background: #40556d;
}

.kecab-promise-inner {
    max-width: 850px;
}

.kecab-promise .kecab-section-kicker {
    color: #d9e2ec;
}

.kecab-promise-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.8px;
}

.kecab-promise-title span {
    color: #E86457;
}

.kecab-promise-inner > p {
    max-width: 780px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.8;
}

.kecab-promise-quote {
    max-width: 760px;
    margin: 30px 0 0;
    padding: 20px 0 20px 25px;
    color: #ffffff;
    border-left: 3px solid #d9e2ec;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}

/* =========================================================
   CALL TO ACTION
========================================================= */

.kecab-cta {
    width: 100%;
    padding: 55px 0;
    background: #f5f6f8;
    border-top: 4px solid #d71920;
}

.kecab-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.kecab-cta-copy {
    flex: 1;
}

.kecab-cta .kecab-section-kicker {
    margin: 0 0 12px;
    color: #d71920;
}

.kecab-cta-copy h2 {
    margin: 0;
    color: #0f2744;
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 800;
    line-height: 1.1;
}

.kecab-cta-copy h2 span {
    color: #d71920;
}

.kecab-cta-copy p {
    max-width: 780px;
    margin: 16px 0 0;
    color: #5d6875;
    font-size: 16px;
    line-height: 1.75;
}

.kecab-cta-action {
    flex-shrink: 0;
}

.kecab-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 32px;

    color: #ffffff;
    background: #0f2744;
    border: 2px solid #0f2744;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;

    transition: 0.25s ease;
}

.kecab-cta-button:hover {
    color: #ffffff;
    background: #d71920;
    border-color: #d71920;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .kecab-intro,
    .kecab-services,
    .kecab-values,
    .kecab-promise {
        padding: 80px 0;
    }

    .kecab-intro-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .kecab-intro-image {
        max-width: 750px;
    }

    .kecab-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kecab-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .kecab-wrap,
    .kecab-hero-inner {
        width: calc(100% - 30px);
    }

    .kecab-hero-inner {
        height: auto;
        align-items: flex-start;
    }

    .kecab-hero-content {
        max-width: 100%;
        margin-top: 70px !important;
    }

    .kecab-hero {
        height: auto;
        min-height: 0;
        height: 480px !important;
        padding: 55px 0;
    }

    .kecab-hero-kicker {
        margin-bottom: 10px;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .kecab-hero-title {
        font-size: 38px;
        line-height: 1.08;
    }

    .kecab-hero-description {
        font-size: 15px;
        max-width: 100%;
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.65;
    }

    .kecab-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin-top: 22px;
    }

    .kecab-hero-primary,
    .kecab-hero-secondary {
        width: 100%;
        min-height: 48px;
    }

    .kecab-intro,
    .kecab-services,
    .kecab-values,
    .kecab-promise {
        padding: 65px 0;
    }

    .kecab-section-title,
    .kecab-promise-title {
        font-size: 36px;
    }

    .kecab-section-title br {
        display: none;
    }

    .kecab-intro-grid {
        gap: 40px;
    }

    .kecab-intro-image img {
        height: 400px;
    }

    .kecab-service-grid {
        grid-template-columns: 1fr;
    }

    .kecab-service-card {
        padding: 30px 25px;
    }

    .kecab-values-grid {
        grid-template-columns: 1fr;
    }

    .kecab-promise-quote {
        font-size: 18px;
    }

    .kecab-cta {
        padding: 65px 0;
    }

    .kecab-cta-action,
    .kecab-cta-button {
        width: 100%;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .kecab-hero-title {
        font-size: 32px;
    }

    .kecab-section-title,
    .kecab-promise-title {
        font-size: 32px;
    }

    .kecab-intro-image img {
        height: 340px;
    }

    .kecab-image-badge {
        min-width: 150px;
        padding: 16px 20px;
    }

}