﻿/* =====================================================
   KHADIM SERVICE DETAILS
   All classes use kd- prefix to prevent CSS conflicts
===================================================== */

.kd-service-hero,
.kd-service-scope,
.kd-service-process,
.kd-before-service,
.kd-service-cta,
.kd-related-services {
    font-family: inherit;
}


/* =====================================================
   HERO
===================================================== */

.kd-service-hero {
    padding: 90px 0;
    background: #fff;
}

.kd-service-hero-grid {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 80px;
    align-items: center;
}

.kd-service-label {
    display: inline-block;
    color: #83b817;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.kd-service-hero-content h1 {
    margin: 0 0 18px;
    color: #111;
    font-size: clamp(48px, 5vw, 76px);
    font-weight: 800;
    line-height: 1.05;
}

.kd-service-tagline {
    margin: 0 0 22px;
    color: #222;
    font-size: 25px;
    font-style: italic;
    font-weight: 500;
}

.kd-service-description {
    max-width: 650px;
    margin: 0;
    color: #666;
    font-size: 20px;
    line-height: 1.7;
}

.kd-service-app-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.kd-service-app-dot {
    width: 10px;
    height: 10px;
    background: #83b817;
    border-radius: 50%;
}

.kd-service-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
    padding: 16px 25px;
    background: #83b817;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.25s ease;
}

    .kd-service-primary-btn:hover {
        background: #111;
        color: #fff;
        transform: translateY(-2px);
    }

.kd-service-hero-image {
    min-height: 500px;
    background: #f7f9f3;
    border-radius: 30px;
    overflow: hidden;
}

    .kd-service-hero-image img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 500px;
        object-fit: cover;
    }


/* =====================================================
   SCOPE
===================================================== */

.kd-service-scope {
    padding: 100px 0;
    background: #f8faF4;
}

.kd-service-scope-heading {
    max-width: 720px;
    margin-bottom: 55px;
}

    .kd-service-scope-heading > span,
    .kd-service-process-heading > span,
    .kd-before-heading > span,
    .kd-related-heading > span {
        color: #83b817;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 2px;
    }

    .kd-service-scope-heading h2,
    .kd-service-process-heading h2,
    .kd-before-heading h2,
    .kd-related-heading h2 {
        margin: 10px 0 12px;
        color: #111;
        font-size: 42px;
        font-weight: 800;
    }

    .kd-service-scope-heading p {
        color: #6b6b6b;
        font-size: 18px;
        line-height: 1.6;
    }

.kd-service-scope-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.kd-scope-card {
    padding: 38px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
}

.kd-scope-card-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.kd-scope-icon {
    display: flex;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 800;
}

.kd-check-icon {
    color: #579000;
    background: #edf7dc;
}

.kd-cross-icon {
    color: #c44a4a;
    background: #fff0f0;
}

.kd-scope-card-title span {
    display: block;
    color: #888;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.kd-scope-card-title h3 {
    margin: 2px 0 0;
    color: #111;
    font-size: 27px;
    font-weight: 800;
}

.kd-scope-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kd-scope-card li {
    display: flex;
    gap: 13px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #444;
    font-size: 16px;
    line-height: 1.5;
}

    .kd-scope-card li:last-child {
        border-bottom: none;
    }

.kd-list-check {
    color: #70a916;
    font-weight: 800;
}

.kd-list-cross {
    color: #d05b5b;
    font-weight: 800;
}


/* =====================================================
   PROCESS
===================================================== */

.kd-service-process {
    padding: 100px 0;
    background: #fff;
}

.kd-service-process-heading {
    margin-bottom: 50px;
    text-align: center;
}

.kd-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.kd-process-item {
    padding: 35px;
    border: 1px solid #e7e7e7;
    border-radius: 18px;
}

.kd-process-number {
    margin-bottom: 35px;
    color: #83b817;
    font-size: 45px;
    font-weight: 800;
}

.kd-process-item h3 {
    margin-bottom: 12px;
    color: #111;
    font-size: 23px;
    font-weight: 800;
}

.kd-process-item p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}


/* =====================================================
   BEFORE SERVICE
===================================================== */

.kd-before-service {
    padding: 0 0 100px;
    background: #fff;
}

.kd-before-box {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    padding: 55px;
    background: #f4f8e9;
    border-radius: 25px;
}

.kd-before-items {
    display: grid;
    gap: 18px;
}

    .kd-before-items > div {
        display: flex;
        align-items: flex-start;
        gap: 13px;
        color: #444;
        font-size: 17px;
    }

    .kd-before-items span {
        color: #83b817;
        font-weight: 900;
    }


/* =====================================================
   APP CTA
===================================================== */

.kd-service-cta {
    padding: 90px 0;
    background: #111;
}

.kd-service-cta-box {
    max-width: 850px;
    margin: auto;
    text-align: center;
}

.kd-cta-small {
    color: #9bd020;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.kd-service-cta h2 {
    margin: 15px 0;
    color: #fff;
    font-size: 48px;
    font-weight: 800;
}

.kd-service-cta p {
    margin: auto;
    color: #ccc;
    font-size: 19px;
}

.kd-launch-date {
    margin-top: 18px;
    color: #9bd020;
    font-size: 17px;
    font-weight: 700;
}

.kd-cta-button {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
    padding: 16px 30px;
    background: #9bd020;
    color: #111;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 800;
}

    .kd-cta-button:hover {
        background: #fff;
        color: #111;
    }


/* =====================================================
   RELATED SERVICES
===================================================== */

.kd-related-services {
    padding: 100px 0;
    background: #fff;
}

.kd-related-heading {
    margin-bottom: 40px;
}

.kd-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.kd-related-card {
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 18px;
    color: inherit;
    text-decoration: none;
    transition: 0.25s ease;
}

    .kd-related-card:hover {
        border-color: #83b817;
        transform: translateY(-5px);
    }

.kd-related-image {
    height: 250px;
    background: #f6f7f4;
    overflow: hidden;
}

    .kd-related-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.kd-related-content {
    padding: 22px;
}

    .kd-related-content h3 {
        margin: 0 0 12px;
        color: #111;
        font-size: 22px;
        font-weight: 800;
    }

    .kd-related-content span {
        color: #78a916;
        font-size: 14px;
        font-weight: 700;
    }


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .kd-service-hero {
        padding: 60px 0;
    }

    .kd-service-hero-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .kd-service-hero-image,
    .kd-service-hero-image img {
        min-height: 400px;
    }

    .kd-service-scope-grid {
        grid-template-columns: 1fr;
    }

    .kd-before-box {
        grid-template-columns: 1fr;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .kd-service-hero {
        padding: 45px 0 60px;
    }

    .kd-service-hero-content h1 {
        font-size: 42px;
    }

    .kd-service-tagline {
        font-size: 20px;
    }

    .kd-service-description {
        font-size: 17px;
    }

    .kd-service-hero-image {
        min-height: 320px;
        border-radius: 20px;
    }

        .kd-service-hero-image img {
            min-height: 320px;
        }

    .kd-service-scope,
    .kd-service-process,
    .kd-related-services {
        padding: 70px 0;
    }

    .kd-service-scope-heading h2,
    .kd-service-process-heading h2,
    .kd-before-heading h2,
    .kd-related-heading h2 {
        font-size: 32px;
    }

    .kd-scope-card {
        padding: 25px 20px;
    }

    .kd-process-grid {
        grid-template-columns: 1fr;
    }

    .kd-before-box {
        padding: 30px 22px;
        gap: 30px;
    }

    .kd-service-cta {
        padding: 70px 0;
    }

        .kd-service-cta h2 {
            font-size: 36px;
        }

    .kd-related-grid {
        grid-template-columns: 1fr;
    }

    .kd-related-image {
        height: 230px;
    }
}


/* =========================================================
   HOURLY BOOKING
========================================================= */

.kd-hourly-section {
    padding: 90px 0;
    background: #ffffff;
}

.kd-hourly-box {
    background: #f8fbf3;
    border: 1px solid #e6eedb;
    border-radius: 28px;
    padding: 55px 60px;
}

.kd-section-label {
    display: inline-block;
    color: #6f9224;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin-bottom: 12px;
}

.kd-hourly-header {
    max-width: 850px;
}

    .kd-hourly-header h2 {
        margin: 0 0 15px;
        font-size: 44px;
        font-weight: 700;
        color: #111;
    }

    .kd-hourly-header h3 {
        margin: 0 0 18px;
        font-size: 21px;
        font-style: italic;
        font-weight: 500;
        color: #333;
    }

    .kd-hourly-header p {
        margin: 0;
        max-width: 850px;
        color: #666;
        font-size: 17px;
        line-height: 1.7;
    }

.kd-duration-area {
    margin-top: 38px;
}

.kd-duration-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #777;
    letter-spacing: 1.3px;
    margin-bottom: 12px;
}

.kd-duration-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.kd-duration-card {
    position: relative;
    width: 105px;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    color: #111;
}

    .kd-duration-card strong {
        font-size: 20px;
        font-weight: 700;
    }

    .kd-duration-card span {
        font-size: 14px;
        font-weight: 600;
    }

.kd-duration-popular {
    border: 2px solid #8fc63f;
    background: #fbfff6;
}

.kd-popular-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background: #79ae2b;
    color: #fff !important;
    padding: 4px 9px;
    border-radius: 20px;
    font-size: 8px !important;
    font-weight: 700 !important;
    letter-spacing: .3px;
}


/* =========================================================
   AVAILABLE AREAS
========================================================= */

.kd-areas-section {
    padding: 95px 0;
    background: #ffffff;
}

.kd-areas-heading {
    max-width: 720px;
    margin-bottom: 42px;
}

    .kd-areas-heading h2 {
        margin: 0 0 15px;
        color: #111;
        font-size: 44px;
        line-height: 1.15;
        font-weight: 700;
    }

    .kd-areas-heading p {
        margin: 0;
        color: #666;
        font-size: 17px;
        line-height: 1.7;
    }

.kd-areas-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 900px;
}

.kd-area-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 22px;
    transition: transform .25s ease, box-shadow .25s ease;
}

    .kd-area-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
    }

.kd-area-image {
    width: 100%;
    height: 235px;
    overflow: hidden;
    background: #f4f4f4;
}

    .kd-area-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.kd-area-content {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 24px 25px;
}

.kd-area-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eff7df;
    color: #6f9c22;
    font-size: 18px;
}

.kd-area-content h3 {
    margin: 0 0 5px;
    color: #111;
    font-size: 20px;
    font-weight: 700;
}

.kd-area-content p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}


/* =========================================================
   RESPONSIVE - HOURLY + AREAS
========================================================= */

@media (max-width: 991px) {

    .kd-hourly-section,
    .kd-areas-section {
        padding: 70px 0;
    }

    .kd-hourly-box {
        padding: 45px 35px;
    }

    .kd-hourly-header h2,
    .kd-areas-heading h2 {
        font-size: 38px;
    }

    .kd-areas-grid {
        gap: 20px;
    }

    .kd-area-image {
        height: 210px;
    }
}


@media (max-width: 767px) {

    .kd-hourly-section,
    .kd-areas-section {
        padding: 55px 0;
    }

    .kd-hourly-box {
        padding: 35px 22px;
        border-radius: 20px;
    }

    .kd-hourly-header h2,
    .kd-areas-heading h2 {
        font-size: 31px;
    }

    .kd-hourly-header h3 {
        font-size: 18px;
    }

    .kd-hourly-header p,
    .kd-areas-heading p {
        font-size: 15px;
    }

    .kd-duration-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .kd-duration-card {
        width: 100%;
        min-height: 75px;
    }

    .kd-areas-grid {
        grid-template-columns: 1fr;
    }

    .kd-area-image {
        height: 220px;
    }
}


@media (max-width: 480px) {

    .kd-duration-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kd-duration-card {
        min-height: 72px;
    }

    .kd-area-image {
        height: 190px;
    }
}