.waee-project-hero,
.waee-project-hero * {
    box-sizing: border-box;
}

.elementor-widget-waee_project_hero,
.elementor-widget-waee_project_hero > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.waee-project-hero {
    --waee-bg-1: #4A9667;
    --waee-bg-2: #2F8E81;
    --waee-badge: #006B4E;
    --waee-title: #FFFFFF;
    --waee-text: #061A14;
    --waee-section-height: 624px;
    --waee-image-fit: cover;

    width: 100vw;
    max-width: 100vw;
    min-height: var(--waee-section-height);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 54px 32px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    background: linear-gradient(180deg, var(--waee-bg-1) 0%, var(--waee-bg-2) 100%) !important;
    font-family: Tahoma, Arial, sans-serif;
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    mix-blend-mode: normal !important;
    isolation: isolate;
    animation: waee-section-fade-up .75s ease both;
}

.waee-project-hero__inner {
    width: min(1210px, 100%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 54px;
    direction: ltr;
}

.waee-project-hero--content-right .waee-project-hero__inner {
    flex-direction: row-reverse;
}

.waee-project-hero__content {
    flex: 0 1 610px;
    max-width: 610px;
    direction: rtl;
    text-align: center;
    animation: waee-section-fade-right .8s ease both;
    animation-delay: .08s;
}

.waee-project-hero__badge {
    width: auto !important;
    max-width: max-content !important;
    min-width: 0 !important;
    height: 50px;
    padding: 0 30px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    direction: ltr;
    border-radius: 999px;
    background: var(--waee-badge) !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    box-shadow: none;
    transition: transform .22s ease, filter .22s ease;
    flex: 0 0 auto !important;
}

.waee-project-hero__badge:hover,
.waee-project-hero__badge:focus {
    color: #FFFFFF !important;
    transform: translateY(-1px);
}

.waee-project-hero__badge-text {
    width: auto !important;
    color: #FFFFFF !important;
    direction: rtl;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.waee-project-hero__icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 2px;
}

.waee-project-hero__title,
.waee-project-hero h2.waee-project-hero__title {
    max-width: 620px;
    margin: 21px auto 0;
    color: #FFFFFF !important;
    font-family: 'Watad', 'Cairo', Tahoma, Arial, sans-serif;
    font-size: 31px;
    font-weight: 900;
    line-height: 1.23;
    letter-spacing: -.25px;
    text-align: center;
}

.waee-project-hero__text,
.waee-project-hero__text p {
    max-width: 620px;
    margin: 26px auto 0;
    color: var(--waee-text) !important;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    direction: rtl;
    text-align: right;
    text-align-last: right;
}

.waee-project-hero__text p {
    margin: 0;
}

.waee-project-hero__media {
    flex: 0 0 550px;
    width: 550px;
    max-width: 100%;
    direction: ltr;
    animation: waee-section-fade-left .82s ease both;
    animation-delay: .12s;
}

.waee-project-hero__frame {
    width: 550px;
    max-width: 100%;
    height: 430px;
    padding: 7px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff !important;
    box-shadow: 0 12px 24px rgba(0, 43, 41, .12);
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    mix-blend-mode: normal !important;
}

.waee-project-hero__frame::before,
.waee-project-hero__frame::after {
    content: none !important;
    display: none !important;
}

.waee-project-hero__image,
.waee-project-hero img.waee-project-hero__image {
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    mix-blend-mode: normal !important;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: var(--waee-image-fit);
    object-position: center center;
    background: transparent !important;
    image-rendering: auto;
}

@keyframes waee-section-fade-up {
    from { opacity: 0; transform: translateY(26px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes waee-section-fade-right {
    from { opacity: 0; transform: translateX(28px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes waee-section-fade-left {
    from { opacity: 0; transform: translateX(-28px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 1200px) {
    .waee-project-hero {
        min-height: auto;
        padding: 50px 22px;
    }

    .waee-project-hero__inner {
        gap: 38px;
    }

    .waee-project-hero__content {
        flex-basis: 560px;
        max-width: 560px;
    }

    .waee-project-hero__title {
        max-width: 560px;
        font-size: 29px;
    }

    .waee-project-hero__text {
        max-width: 560px;
        font-size: 15px;
    }

    .waee-project-hero__media {
        flex-basis: 500px;
        width: 500px;
    }

    .waee-project-hero__frame {
        width: 500px;
        height: 391px;
    }
}

@media (max-width: 992px) {
    .waee-project-hero__inner,
    .waee-project-hero--content-right .waee-project-hero__inner {
        flex-direction: column;
        gap: 34px;
    }

    .waee-project-hero__content {
        flex: 0 1 auto;
        max-width: 720px;
        order: 1;
    }

    .waee-project-hero__media {
        flex: 0 1 auto;
        width: min(550px, 100%);
        order: 2;
    }

    .waee-project-hero__frame {
        width: 100%;
        height: auto;
        aspect-ratio: 550 / 430;
    }
}

@media (max-width: 600px) {
    .waee-project-hero {
        padding: 42px 16px;
    }

    .waee-project-hero__badge {
        height: 46px;
        padding-inline: 22px !important;
    }

    .waee-project-hero__badge-text {
        font-size: 15px;
    }

    .waee-project-hero__title {
        margin-top: 18px;
        font-size: 24px;
        line-height: 1.3;
    }

    .waee-project-hero__text {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.72;
        text-align: right;
    }

    .waee-project-hero__frame {
        padding: 6px;
        border-radius: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .waee-project-hero,
    .waee-project-hero__content,
    .waee-project-hero__media {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
