.ouafra-sell-with-us {
    --ouafra-green: #2f964e;
    --ouafra-green-dark: #1f6e38;
    --ouafra-white: #ffffff;
    --ouafra-dark: #1a1a1a;

    width: 100%;
}

.ouafra-sell-with-us *,
.ouafra-sell-with-us *::before,
.ouafra-sell-with-us *::after {
    box-sizing: border-box;
}

.ouafra-sell-container {
    width: min(1200px, calc(100% - 48px));
    margin-inline: auto;
}

.ouafra-sell-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;

    background-image: var(--ouafra-sell-hero-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ouafra-sell-hero__overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(255,255,255,.96) 0%,
        rgba(255,255,255,.90) 30%,
        rgba(255,255,255,.45) 53%,
        rgba(255,255,255,0) 75%
    );
}

.ouafra-sell-hero__inner {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    min-height: 650px;
}

.ouafra-sell-hero__content {
    width: min(560px, 100%);
    padding: 72px 0;
}

.ouafra-sell-hero__eyebrow {
    margin: 0 0 14px;

    color: var(--ouafra-green-dark);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.ouafra-sell-hero__title {
    margin: 0 0 16px;

    color: var(--ouafra-dark);
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    font-weight: 800;
}

.ouafra-sell-hero__subtitle {
    margin: 0 0 24px;

    color: var(--ouafra-green-dark);
    font-size: clamp(22px, 2.4vw, 32px);
    line-height: 1.25;
    font-weight: 600;
}

.ouafra-sell-hero__intro {
    max-width: 540px;
    margin: 0 0 30px;

    color: var(--ouafra-dark);
    font-size: 18px;
    line-height: 1.7;
}

.ouafra-sell-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 52px;
    padding: 0 28px;

    border-radius: 6px;

    background: var(--ouafra-green);
    color: var(--ouafra-white);

    font-size: 16px;
    font-weight: 700;
    text-decoration: none;

    transition: .2s ease;
}

.ouafra-sell-hero__button:hover {
    background: var(--ouafra-green-dark);
    color: var(--ouafra-white);
    transform: translateY(-2px);
}

/* RTL */

.ouafra-sell-with-us[dir="rtl"] .ouafra-sell-hero__overlay {
    background: linear-gradient(
        270deg,
        rgba(255,255,255,.96) 0%,
        rgba(255,255,255,.90) 30%,
        rgba(255,255,255,.45) 53%,
        rgba(255,255,255,0) 75%
    );
}

/* Mobile */

@media (max-width: 767px) {

    .ouafra-sell-container {
        width: calc(100% - 32px);
    }

    .ouafra-sell-hero {
        min-height: 720px;
        background-position: 60% center;
    }

    .ouafra-sell-hero__inner {
        min-height: 720px;
        align-items: flex-end;
    }

    .ouafra-sell-hero__overlay {
        background: linear-gradient(
            180deg,
            rgba(255,255,255,0) 15%,
            rgba(255,255,255,.70) 48%,
            rgba(255,255,255,.97) 72%
        );
    }

    .ouafra-sell-hero__content {
        padding: 48px 0;
    }

    .ouafra-sell-hero__title {
        font-size: 42px;
    }

    .ouafra-sell-hero__intro {
        font-size: 16px;
    }

}
/* =========================================================
   Services
   ========================================================= */

.ouafra-sell-services {
    padding: 96px 0;
    background: #f5f4f0;
}

.ouafra-sell-section-heading {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.ouafra-sell-eyebrow {
    margin: 0 0 12px;

    color: #1f6e38;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.ouafra-sell-section-title {
    margin: 0 0 16px;

    color: #1a1a1a;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 800;
}

.ouafra-sell-section-intro {
    margin: 0;

    color: #666;
    font-size: 18px;
    line-height: 1.7;
}

.ouafra-sell-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ouafra-sell-service-card {
    padding: 32px;
    background: #fff;
    border: 1px solid #e8e5df;
    border-radius: 10px;

    box-shadow: 0 8px 25px rgba(26, 26, 26, .045);
}

.ouafra-sell-service-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;
    margin-bottom: 22px;

    border-radius: 12px;
    background: #edf6ef;

    font-size: 25px;
}

.ouafra-sell-service-card__title {
    margin: 0 0 12px;

    color: #1a1a1a;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
}

.ouafra-sell-service-card__text {
    margin: 0;

    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 900px) {

    .ouafra-sell-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 600px) {

    .ouafra-sell-services {
        padding: 72px 0;
    }

    .ouafra-sell-services-grid {
        grid-template-columns: 1fr;
    }

    .ouafra-sell-service-card {
        padding: 26px;
    }

}