body {
    background-color: #FAFAFA;
}

/* ── Services banner ─────────────────────────────────────── */
.services-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 32px 32px;
    margin-bottom: 48px;
}

.services-banner__img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center center;
}

.services-banner__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(255,255,255,0.92) 40%, rgba(255,255,255,0.3) 65%, rgba(255,255,255,0) 85%);
}

.services-banner__content {
    max-width: 520px;
    padding-block: 48px;
    padding-inline-start: 12px;
}

html[dir="rtl"] .services-banner__overlay {
    background: linear-gradient(to left, rgba(255,255,255,0.92) 40%, rgba(255,255,255,0.3) 65%, rgba(255,255,255,0) 85%);
}

@media (max-width: 768px) {
    .services-banner__img {
        height: 320px;
        object-position: 70% center;
    }

    .services-banner__overlay {
        background: linear-gradient(to right, rgba(255,255,255,0.92) 55%, rgba(255,255,255,0.1) 85%, rgba(255,255,255,0) 100%);
    }

    html[dir="rtl"] .services-banner__overlay {
        background: linear-gradient(to left, rgba(255,255,255,0.92) 55%, rgba(255,255,255,0.1) 85%, rgba(255,255,255,0) 100%);
    }

    .services-banner__content {
        max-width: 65%;
        padding-block: 24px;
        padding-inline: 16px;
    }

    .services-banner__content .first-head {
        font-size: 26px;
        line-height: 38px;
    }

    .services-banner__content .slog {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .services-banner__img {
        height: 280px;
    }

    .services-banner__content {
        max-width: 70%;
    }

    .services-banner__content .first-head {
        font-size: 22px;
        line-height: 32px;
    }
}

.our-services {
    color: #1DAC8E;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.first-head {
    color: black;
    font-family: "CuristicExtraBold";
    font-size: 44px;
    line-height: 64px;
    margin-bottom: 20px;
}

.first-head span {
    color: #1DAC8E;
}

.slog {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 30px;
}

.first-image {
    border-radius: 24px;
    width: 100%;
}

.margin-row{
    margin: 70px -15px 40px -15px;
}

.service-card {
    background-color: white;
    border: 2px solid #F2F2F2;
    border-radius: 24px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0 0 28px;
}

.service-card img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 0;
}

.service-card h2 {
    color: black;
    font-family: "CuristicBold";
    font-size: 24px;
    line-height: 29.26px;
    margin: 24px 28px 10px;
}

.service-card p {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 16px;
    line-height: 19.5px;
    margin: 0 28px 24px;
}

.service-card a {
    color: #0974BA !important;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 21.94px;
    text-decoration: none;
    margin: 0 28px;
    display: inline-flex;
    align-items: center;
}

.service-card a i {
    margin-inline-start: 10px;
}

.how-it-p {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 30px;
}


.how-it-card {
    background-color: white;
    border: 2px solid #F2F2F2;
    border-radius: 24px;
    padding: 44px;
    height: 340px;
    display: grid;
    align-items: center;
}

.how-it-card img {
    width: 64px;
    margin-right: auto;
    margin-left: auto;
}

.how-it-card h4 {
    color: #000000;
    font-family: "CuristicRegular";
    font-size: 22px;
    line-height: 26.82px;
}

.how-it-card p {
    color: #FFFFFF;
    background-color: #ECB558;
    font-family: "CuristicMedium";
    font-size: 22px;
    line-height: 26.82px;
    padding: 10px 24px 10px 24px;
    border-radius: 100px;
    margin: auto;
    width: fit-content;
}

@media (max-width: 480px) {
    .our-services {
        margin-bottom: 15px;
        margin-left: 10px;
    }

    .first-head {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .slog {
        margin-left: 10px;
        margin-right: 10px;
    }

    .first-image {
        width: 95%;
    }

    .margin-row {
        margin: 30px 0px;
    }

    .service-card {
        margin: 10px;
        padding-bottom: 20px;
    }

    .service-card img {
        height: 180px;
    }

    .service-card h2 {
        margin: 20px 20px 10px;
    }

    .service-card p {
        margin: 0 20px 20px;
    }

    .service-card a {
        margin: 0 20px;
    }

    .how-it-p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .how-it-card {
        margin-bottom: 20px;
        padding: 20px;
        height: 300px;
    }
}