@font-face {
    font-family: "Cairo";
    src: url("../fonts/Cairo-VariableFont_slnt,wght.ttf") format("truetype");
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: "Cairo" !important;
    direction: rtl !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

:root {
    --color-primary: #337367;
    --color-accent: #7aa505;
    --color-warn: #ffc933;
}

html[lang="en"] body,
html[lang="en-US"] body,
html[lang="en-GB"] body,
{
direction: ltr;
text-align: left;
}


.header-content {
    position: relative;
    padding: 80px 0;
}

.sayam-yemen {
    position: absolute;
    top: 0px;
    right: 10%;
    pointer-events: none;
}

.sayam-shemal {
    position: absolute;
    top: 83%;
    left: 10%;
    pointer-events: none;
}

@media (max-width: 768px) {
    .header-label {
        padding: 4px 10px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    .header-label {
        padding: 2px 8px !important;
        font-size: 12px !important;
    }

    .header-title {
        font-size: 24px !important;
    }

    .header-description {
        font-size: 14px !important;
    }
}

.header {
    text-align: center;
    position: relative;
}

.header-label {
    background-color: #FFC933A3;
    color: #000000;
    border: none;
    padding: 5px 11px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
}

.header-title {
    font-size: 40px;
    font-weight: Bold;
    color: #000000;
}

.header-description {
    font-size: 20px;
    font-weight: 400;
    color: #000000BF;
    max-width: 736px;
    margin: auto;
}

.header-image {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}


/* =========================================
     NAVBAR
  ========================================= */

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.custom-nav {
    background: var(--color-primary);
    padding: 1rem 0;
    min-height: 70px;
}

.custom-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    transition: transform 0.3s ease;
    max-height: 40px;
    width: auto;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.survey-link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.survey-link:hover {
    opacity: 0.8; color: #FFFFFF;
}
.dropdown-menu li {
    display: flex;
    width: 100%;
    text-align: start !important;
 }
 .dropdown-menu li {
    border-bottom: 1px solid #eeeeee7d;
}
.video-description {
    direction: rtl;
}
html[lang="en-US"]  .video-description {
    direction: ltr;
}
html[lang="en-US"] .dropdown-menu {
    direction: ltr;
}
/* Toggler Button */
.program-nav-btn {
    transform: scaleX(-1) !important;
}
.custom-toggler {
    border: none !important;
    background: transparent;
    padding: 8px;
    cursor: pointer;
    z-index: 10001;
    position: relative;
}
html[lang="en-US"]  .back-link i {
    transform: scaleX(-1);
}
.toggler-icon {
    width: 28px;
    height: 2px;
    background: #fff;
    display: block;
    position: relative;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.toggler-icon::before,
.toggler-icon::after {
    content: "";
    width: 28px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.toggler-icon::before {
    top: -8px;
}

.toggler-icon::after {
    top: 8px;
}

.custom-toggler[aria-expanded="true"] .toggler-icon {
    transform: rotate(45deg);
    background: #fff;
}

.custom-toggler[aria-expanded="true"] .toggler-icon::before {
    top: 0;
    transform: rotate(90deg);
}

.custom-toggler[aria-expanded="true"] .toggler-icon::after {
    opacity: 0;
    transform: translateY(8px);
}

.menu-list {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
}

.menu-list .nav-link {
    color: #FFFFFF !important;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    position: relative;
}

.menu-list .nav-link:hover,
.menu-list .nav-link.active {
    color: var(--color-warn) !important;
}

.menu-list .nav-link::after {
    content: "";
    width: 0;
    height: 2px;
    background: var(--color-warn);
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    transition: 0.3s;
}

.menu-list .nav-link:hover::after,
.menu-list .nav-link.active::after {
    width: 60%;
}

.header-title {
    font-size: 40px;
    font-weight: Bold;
    color: #000000;
    padding: 22px 0;
    margin-bottom: 0 !important;
}

/* Mobile */

@media (max-width: 1200px) {
    .custom-nav .container {
        gap: 1rem;
    }

    .survey-link {
        font-size: 14px;
    }

    .menu-list {
        gap: 1rem;
    }

    .hawkama-decoration-yellow {
        top: -33px;
        right: 0 !important;
    }

    .hawkama-decoration-green {
        top: 97px;
        left: 0 !important;
    }
}

@media (max-width: 992px) {
    .custom-nav {
        padding: 1rem 0;
        min-height: 70px;
    }

    .custom-nav .container {
        position: relative;
    }

    .navbar-brand {
        background: var(--color-primary);
        padding: 0.5rem;
        border-radius: 4px;
    }

    .custom-toggler {
        background: var(--color-primary);
        padding: 0.5rem;
        border-radius: 4px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        max-height: 0;
        overflow: hidden;
        background: var(--color-primary);
        transition: max-height 0.4s ease;
        margin: 0;
        padding: 0;
        z-index: 10000;
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: flex-start;
    }

    .navbar-collapse.show {
        max-height: 100vh;
        padding: 5rem 1rem 1.5rem;
        overflow-y: auto;
    }

    .navbar-collapse .survey-link {
        display: block;
        padding: 1rem 1.5rem;
        margin-bottom: 0.5rem;
        text-align: right;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
    }

    .menu-list {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .menu-list .nav-item {
        width: 100%;
    }

    .menu-list .nav-link {
        width: 100%;
        display: block;
        padding: 1rem 1.5rem;
        transition: all 0.3s ease;
        text-align: right;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .menu-list .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.05);
        padding-right: 2rem;
    }

    .menu-list .nav-link:last-child {
        border-bottom: none;
    }

    .menu-list .nav-link::after {
        display: none;
    }

    .header-text h1 {
        font-size: 29px !important;
    }

    .header-text p {
        font-size: 14px !important;
    }
}

@media(max-width: 991px) {
    .sayam-shemal {
        left: -7%;
    }

    .sayam-yemen {
        top: 20px;
        right: -6%;
    }
}

@media(max-width: 768px) {
    .sayam-shemal {
        left: -4%;
    }

    .sayam-yemen {
        right: 0;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        right: 0.5rem;
        top: 0.75rem;
        padding: 0.4rem;
    }

    .navbar-brand img {
        max-height: 35px;
    }

    .navbar-collapse.show {
        padding: 4.5rem 0.75rem 1rem;
    }

    .navbar-collapse .survey-link {
        font-size: 14px;
        padding: 0.875rem 1rem;
    }

    .menu-list .nav-link {
        padding: 0.875rem 1rem;
        font-size: 15px;
    }

    .sayam-shemal {
        display: none;
    }

    .sayam-yemen {

        display: none;
    }
}


/* Hero Section */

.hero-section {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 75px);
    /* background: url(../assets/images/unsplash_4kwH0v1DhgA.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 150px 0;
    overflow: hidden;
    z-index: 5;
}

.hero-section .container {
    position: relative;
}

.hero-decoration {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.hero-decoration-yellow {
    top: 0;
    right: 0;
    max-width: 200px;
    width: auto;
    height: auto;
}

.hero-decoration-green {
    top: 70%;
    left: 50px;
    max-width: 180px;
    width: auto;
    height: auto;
}

.overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}


/* Header Bar */

.hero-header-bar {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    color: #fff;
    font-size: 0.9rem;
    max-width: fit-content;
    margin: 0 auto;
    /* box-shadow: 0px 0px 0px 1px #FFFFFF1F; */
    background: linear-gradient(45deg, transparent, #3B4946);
}

.hero-header-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-header-text {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    text-align: right;
}


/* Hero Content */

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 24px 0;
}

.hero-description {
    font-size: 20px;
    color: #E6EDFA99;
    line-height: 23px;
    margin: 0;
    max-width: 600px;
    padding: 20px 0;
    line-height: 1.5;
}


/* Keywords */

.hero-keywords {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.keyword-badge {
    background-color: #7AA50526;
    color: #7AA505;
    padding: 10px 14px;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 500;
}


/* CTA Buttons */

.hero-cta-buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
}

.cta-button {
    padding: 18px 28px;
    border-radius: 12px;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.cta-button-light {
    background-color: #FFFFFF0A;
    color: #FFFFFF;
    box-shadow: 0px 0px 0px 1px #FFFFFF0F inset;
    border: 1px solid #FFFFFF0A;
}

.cta-button-light:hover {
    background: #d0d0d0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #555;
}

.cta-button-dark {
    background-color: var(--color-primary);
    color: #FFFFFF;
    box-shadow: 0px 16px 32px -8px #33736799;
}

.cta-button-dark:hover {
    background: #2a5d54;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    color: #fff;
}


/* Bottom Elements */

.hero-bottom-elements {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.whatsapp-map {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.whatsapp-map:hover {
    transform: scale(1.1);
}

.whatsapp-map svg {
    position: absolute;
    left: 18px;
    top: 8px;
}

.whatsapp-map img {
    display: block;
    width: 100%;
}

.scroll-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFFFFF;
    cursor: pointer;

    cursor: pointer;
    transition: all 0.3s ease;
}

.scroll-indicator:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(5px);
}

.scroll-indicator.at-bottom:hover {
    background: rgba(255, 255, 255, 1);
}

.scroll-indicator i {
    color: #337367;
    font-size: 15px;
    animation: bounce 2s infinite;
    transition: transform 0.3s ease;
}

.scroll-indicator.at-bottom {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.scroll-indicator.at-bottom i {
    transform: rotate(0deg);
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}


/* Responsive */

@media (max-width: 1200px) {
    .hero-decoration-yellow {
        max-width: 150px;
    }

    .hero-decoration-green {
        max-width: 130px;
    }
}

@media (max-width: 992px) {
    .hero-decoration-yellow {
        max-width: 120px;
        top: -20px;
        right: -20px;
    }

    .hero-decoration-green {
        max-width: 100px;
        left: -20px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 80px;
    }

    .hero-decoration-yellow {
        max-width: 100px;
        top: -10px;
        right: -10px;
    }

    .hero-decoration-green {
        max-width: 80px;
        left: -12px;
        top: 48%;
    }

    .video-nav-btn {
        display: none !important;
    }

    .hero-header-bar {
        width: 95%;
        padding: 0.75rem 1rem;
    }

    .hero-header-text {
        font-size: 14px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .cta-button {
        min-width: 150px;
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }

    .hero-cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cta-button {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .hero-decoration-yellow {
        display: none;
    }

    .hero-decoration-green {
        display: none;
    }
}


/* =========================================== */

.about-section {
    padding-top: 100px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.about-section .about-decoration {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}

.about-content {
    text-align: center;
}

.about-content button {
    background-color: #FFC933A3;
    color: #000000;
    border: none;
    padding: 5px 11px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.about-content h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    padding: 20px 0;
}

.about-content p {
    color: #000000BF;
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 716px;
}

.stats-section {
    margin: 70px 0 77px 0;
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 0px 1px #FFFFFF14 inset;
    position: relative;
    z-index: 1;
}


/* صورة الشادو */
.statss-bg-shadow {
    position: absolute !important;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.3;
    pointer-events: none;
    max-width: 1200px;
}



.stats-section .container {
    max-width: 1100px;
    border-radius: 22px;
    padding: 35px 25px;
    box-shadow: 0 0 0 1px #00000010;
    z-index: 2;
    margin-top: -80px;
}


/* Tabs */

.stats-tabs {
    background: #0000000F;
    border-radius: 20px;
    width: fit-content;
    padding: 10px;
    margin-bottom: 35px;
    gap: 8px;
}

.stats-tabs .tab {
    padding: 8px 18px;
    border-radius: 999px;
    border: none;
    background: transparent;
    font-size: 14px;
    cursor: pointer;
    color: #0000008F;
    font-weight: 500;
    transition: 0.3s;
}

.stats-tabs .tab:hover {
    background: #E0E0E0;
    transform: translateY(-2px);
}

.stats-tabs .tab.active {
    background: #0000003D;
    color: #000;
}


/* Grid Items */

.stats-grid {
    text-align: center;
    position: relative;
}

.stats-grid .kora-green {
    position: absolute;
    background: var(--color-accent);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 0;
    left: 15%;
}

.stats-grid .kora-yello {
    position: absolute;
    background: var(--color-warn);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    top: 50%;
    left: 70%;
    z-index: -1;
}


.stat-item {
    margin-bottom: 35px;
}

.stat-item h3 {
    font-size: 34px;
    font-weight: 700;
    transition: transform 0.3s;
}

.stat-item:hover h3 {
    transform: scale(1.05);
}

.stat-item p {
    margin-top: 6px;
    font-size: 18px;
    color: #444;
}


/* Dots */

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 auto 5px;
    animation: pulse 2s infinite;
}

.green {
    background: #56A840;
}

.yellow {
    background: #F2C200;
}

@keyframes pulse {
    50% {
        transform: scale(1.15);
        opacity: 0.7;
    }
}


/* Responsive Tweaks */

@media (max-width: 768px) {
    .stat-item h3 {
        font-size: 26px;
    }

    .stat-item p {
        font-size: 15px;
    }

    .stats-section .container {
        border-radius: 16px;
        padding: 25px 15px;
    }
}

@media (max-width: 576px) {
    .stat-item h3 {
        font-size: 28px;
    }
}


/* =========================================== */


/* HAWKAMA SECTION */

.hawkama-section {
    position: relative;
    overflow: hidden;
}


/* صورة الشادو */
.hawkama-bg-shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    opacity: 0.3;
}

/* كل المحتوى فوق الصورة */
.hawkama-section .container {
    position: relative;
    z-index: 2;
}

.hawkama-header-content {
    position: relative;
    max-width: 1200px;
    margin: 38px auto 0 auto;
}

.hawkama-decoration {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.hawkama-decoration-yellow {
    top: -33px;
    right: 200px;
    max-width: 200px;
    width: auto;
    height: auto;
}

.hawkama-decoration-green {
    top: 97px;
    left: 110px;
    max-width: 180px;
    width: auto;
    height: auto;
    transform: rotate(13deg);
}

.hawkama-header {
    text-align: center;
    position: relative;
}

.hawkama-label {
    background-color: #FFC933A3;
    color: #000000;
    border: none;
    padding: 5px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
    display: inline-block;
}

.hawkama-title {
    text-align: center;
    position: relative;
    font-size: 36px;
    font-weight: Bold;
    color: #000000;

    span {
        color: var(--color-primary);
        margin-bottom: 20px;
    }
}

.hawkama-description {
    max-width: 70%;
    color: #081210CC;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    line-height: 1.6;
}

.hawkama-cards {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 20px;
    z-index: 2;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}



.hawkama-card {
    background: #fff;
    width: fit-content;
    padding: 20px;
    box-shadow: 1px 1px 6px 0px #1F22290A;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
    gap: 15px;
    text-decoration: none;
}

/* موبايل */
@media (max-width: 768px) {
    .hawkama-card {
        width: 47%;
        gap: 10px;
        padding: 12px;
        display: flex;
        flex-direction: column-reverse;
    }

    .hawkama-decoration-green {
        top: 114px;
        left: -6px;
    }
}

.hawkama-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.card-icon {
    width: 40px;
    height: 40px;
    background: var(--color-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card-icon i {
    color: #fff;
    font-size: 16px;
}

.card-text {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.hawkama-cta {
    text-align: center;
    z-index: 2;
}

.hawkama-button {
    background-color: var(--color-primary);
    color: #FFFFFF;
    border: none;
    margin-top: 45px;
    padding: 18px 40px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0px 16px 32px -8px #33736799;
    margin-bottom: 30px;
}

.hawkama-button:hover {
    background: #2a5d54;
    transform: translateY(-2px);
    box-shadow: 0px 6px 16px rgba(51, 115, 103, 0.4);
    color: #fff;
}


/* Responsive */

@media (max-width: 1200px) {
    .hawkama-decoration-yellow {
        max-width: 150px;
    }

    .hawkama-decoration-green {
        max-width: 130px;
    }

    .hawkama-cards {
        gap: 18px;
    }
}

@media (max-width: 992px) {
    .hawkama-section {
        padding: 60px 15px;
    }

    .hawkama-title {
        font-size: 36px;
    }

    .hawkama-description {
        max-width: 80%;
        font-size: 18px;
    }

    .hawkama-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .hawkama-decoration-yellow {
        max-width: 120px;
    }

    .hawkama-decoration-green {
        max-width: 100px;
    }
}

@media (max-width: 768px) {
    .hawkama-section {
        padding: 50px 15px;
    }

    .hawkama-title {
        font-size: 32px;
    }

    .hawkama-description {
        max-width: 90%;
        font-size: 16px;
    }

    .hawkama-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 40px;
    }

    .hawkama-card {
        padding: 15px;
    }

    .card-icon {
        width: 35px;
        height: 35px;
    }

    .card-icon i {
        font-size: 14px;
    }

    .card-text {
        font-size: 14px;
    }

    .hawkama-button {
        padding: 15px 30px;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .hawkama-section {
        padding: 0px 10px;
    }

    .hawkama-label {
        font-size: 13px;
        padding: 4px 10px;
    }

    .hawkama-title {
        font-size: 28px;
        margin: 15px 0;
    }

    .hawkama-description {
        max-width: 100%;
        font-size: 15px;
    }

    .hawkama-cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hawkama-card {
        padding: 18px;
        display: flex;
        flex-direction: column;
    }

    .card-text {
        font-size: 15px;
    }

    .hawkama-button {
        padding: 14px 25px;
        font-size: 16px;
        width: 100%;
        max-width: 300px;
    }

    .hawkama-decoration-yellow,
    .hawkama-decoration-green {
        display: none;
    }
}


/* =========================================== */


/* ASSOCIATION SECTION */

.association-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.association-decoration {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.association-decoration-yellow {
    top: 0;
    left: 0;
    max-width: 100px;
    width: auto;
    height: auto;
}

.association-decoration-green {
    bottom: 0;
    right: 0;
    max-width: 100px;
    width: auto;
    height: auto;
}

.association-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.association-youtube-btn {
    background-color: #FFC933;
    color: #000000;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.association-youtube-btn:hover {
    background-color: #FFD966;
    transform: translateY(-2px);
}

.association-title {
    text-align: center;
    position: relative;
    font-size: 36px;
    font-weight: Bold;
    color: #000000;

    span {
        color: var(--color-primary);
        margin-bottom: 20px;
    }
}

.association-description {
    max-width: 70%;
    color: #000000BF;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    line-height: 1.6;
}

.association-video-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

/* سلايدر قناة الجمعية في الصفحة الرئيسية (تأثير الكروت) */
.association-section .association-video-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 61px;
}

.home-association-section .association-swiper {
    max-width: 800px;
    width: 100%;
}

.home-association-section .association-swiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.home-association-section .association-slide-card {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    background: #000;
    border: 10px solid #ffffff;
}

.home-association-section .association-slide-card iframe {
    width: 100%;
    height: 560px;
    display: block;
}

@media (max-width: 768px) {
    .home-association-section .association-video-wrapper {
        flex-direction: column;
    }

    .home-association-section .association-slide-card iframe {
        height: 260px;
    }
}

.video-nav-btn {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.video-nav-prev {
    background: #fff;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.video-nav-next {
    color: #fff;
    background: var(--color-accent);
    border: 1px solid #E0E0E0;
}

.association-videos-slider {
    max-width: 800px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.association-video-card {
    max-width: 800px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #E0E0E0;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.association-video-card.active {
    display: block;
    opacity: 1;
}

/* Tabs widget association video wrapper styling */
.association-section .association-video-wrapper:not(.home-association-wrapper) {
    display: flex !important;
    flex-direction: column !important;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: linear-gradient(135deg, var(--color-primary) 0%, #2a5d54 100%);
    background-image: url('../assets/images/image58.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
input.form-control {
    text-align: right;
}
html[lang="en-US"] input.form-control {
    text-align: left;
}
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 70px;
    background: #FF0000;
    border: none;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    padding: 0;
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);
}

.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 6px 24px rgba(255, 0, 0, 0.5);
    background: #CC0000;
}

.video-play-btn:active {
    transform: translate(-50%, -50%) scale(1.05);
}

.video-play-btn i {
    color: #fff;
    font-size: 36px;
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.video-play-btn:hover i {
    transform: scale(1.1);
}

.video-info {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 20px 20px;
    color: #fff;
    z-index: 2;
}

.video-info-association {
    top: 70% !important;
}

.video-title {
    font-size: 32px;
    font-weight: Medium;
    margin: 0 0 8px 0;
    color: #EDF7F5;
}

.video-description {
    font-size: 16px;
    text-align: center;
    direction: ltr;
}

.video-date {
    font-size: 16px;
    margin: 0 0 8px 0;
    text-align: center;
    color: #FFFFFFCC;
}

.video-stats {
    color: #FFFFFFCC;
    font-size: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.video-stats span {
    display: inline-block;
}

.video-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #E0E0E0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dot.active {
    width: 24px;
    background: #000;
}

.association-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-top: 50px;
}

.association-btn {
    padding: 14px 30px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    z-index: 3;
}

.association-btn-outline {
    background: #fff;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

.association-btn-outline:hover {
    background: #F5F5F5;
    color: var(--color-primary);
    transform: translateY(-2px);
}

.association-btn-primary {
    background-color: var(--color-primary);
    color: #FFFFFF;
    border: none;
    box-shadow: 0px 16px 32px -8px #33736799;
}

.association-btn-primary:hover {
    background: #2a5d54;
    transform: translateY(-2px);
    box-shadow: 0px 6px 16px rgba(51, 115, 103, 0.4);
    color: #fff;
}


/* Responsive */

@media (max-width: 1200px) {
    .association-video-card {
        max-width: 700px;
    }

    .association-decoration-yellow,
    .association-decoration-green {
        max-width: 80px;
    }
}

@media (max-width: 992px) {
    .association-title {
        font-size: 36px;
    }

    .association-description {
        max-width: 80%;
        font-size: 16px;
    }

    .video-nav-btn {
        width: 45px;
        height: 45px;
    }

    .video-play-btn {
        width: 70px;
        height: 70px;
    }

    .video-play-btn i {
        font-size: 28px;
    }

    .video-title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .association-title {
        font-size: 32px;
    }

    .association-description {
        max-width: 90%;
        font-size: 15px;
    }

    .association-video-wrapper {
        gap: 15px;
    }

    .video-nav-btn {
        width: 40px;
        height: 40px;
    }

    .video-nav-btn i {
        font-size: 14px;
    }

    .video-play-btn {
        width: 80px;
        height: 56px;
    }

    .video-play-btn i {
        font-size: 28px;
    }

    .video-title {
        font-size: 18px;
        text-align: center;
    }

    .video-info-association {
        top: 79% !important;
    }

    .video-date {
        font-size: 13px;
    }

    .employment-card {
        min-height: unset !important;
    }

    .video-stats {
        font-size: 11px;
    }

    .association-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .association-btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .association-youtube-btn {
        font-size: 12px;
        padding: 5px 12px;
    }

    .association-title {
        font-size: 28px;
    }

    .association-description {
        max-width: 100%;
        font-size: 14px;
    }

    .association-video-wrapper {
        gap: 10px;
    }

    .video-nav-btn {
        width: 35px;
        height: 35px;
    }

    .video-play-btn {
        width: 70px;
        height: 50px;
    }

    .video-play-btn i {
        font-size: 24px;
    }

    .video-info {
        padding: 20px 15px 15px;
    }

    .video-title {
        font-size: 16px;
    }

    .video-date {
        font-size: 12px;
    }

    .video-stats {
        font-size: 10px;
    }

    .association-btn {
        padding: 12px 25px;
        font-size: 16px;
    }

    .association-decoration-yellow,
    .association-decoration-green {
        display: none;
    }

}

@media (max-width: 549px) {
    .swiper-slide.swiper-slide-active {
        display: flex;
        justify-content: center;
    }

    .video-info-association {
        display: none;
    }
}

/* =========================================== */


/* PROGRAMS SECTION */

.programs-section {
    position: relative;
    margin-top: 50px;
}

.programs-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.programs-header {
    text-align: center;
    margin-bottom: 50px;
}

.programs-label {
    background-color: #FFC933A3;
    color: #000000;
    border: none;
    padding: 5px 11px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 24px;
    display: inline-block;
}

.programs-title {
    text-align: center;
    position: relative;
    font-size: 36px;
    font-weight: Bold;
    color: #000000;

    span {
        color: var(--color-primary);
        margin-bottom: 20px;
    }
}

.programs-description {
    max-width: 70%;
    color: #000000BF;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    line-height: 1.6;
}

.programs-carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    position: relative;
}

.programs-swiper {
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
}

.programs-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.programs-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.program-card {
    width: 100%;
    /* max-width: 312px; */
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #0000000F;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid transparent;
}

.program-card:hover {
    border: 1px solid var(--color-primary);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.program-youtube {
    padding: 12px;
    height: 279px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.program-image {
    width: 100%;
    height: 279px;
    overflow: hidden;
    position: relative;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.program-image iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.program-content {
    padding: 12px;
}

.program-card-title {
    color: #1A1D23;
    font-size: 22px;
    font-weight: Bold;
}

.program-card-description {
    color: #676D79;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.program-nav-btn {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 10;
    position: relative;
    background-color: var(--color-accent);
    color: #ffffff;
}

.program-nav-btn.swiper-button-disabled {
    background: #ffffff;
    color: var(--color-primary) !important;
    border: 1px solid var(--color-primary);
    cursor: not-allowed;
}

.program-nav-next {
    background: var(--color-accent);
    color: #fff;
    border: none;
}

.programs-cta {
    text-align: center;
}

.programs-view-more-btn {
    background: var(--color-primary);
    color: #FFFFFF;
    padding: 14px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0px 16px 32px -8px #33736799;
}

.programs-view-more-btn:hover {
    background: #2a5d54;
    transform: translateY(-2px);
    box-shadow: 0px 6px 16px rgba(51, 115, 103, 0.4);
    color: #fff;
}


/* Responsive */

@media (max-width: 1200px) {
    .programs-swiper {
        max-width: 900px;
    }
}

@media (max-width: 992px) {
    .programs-title {
        font-size: 36px;
    }

    .programs-description {
        max-width: 80%;
        font-size: 16px;
    }

    .programs-carousel-wrapper {
        gap: 15px;
    }

    .program-nav-btn {
        width: 45px;
        height: 45px;
    }

    .program-image {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .programs-title {
        font-size: 32px;
    }

    .programs-description {
        max-width: 90%;
        font-size: 15px;
    }

    .programs-carousel-wrapper {
        gap: 10px;
    }

    .program-nav-btn {
        width: 40px;
        height: 40px;
    }

    .program-nav-btn i {
        font-size: 14px;
    }

    .program-image {
        height: 220px;
    }

    .program-card-title {
        font-size: 18px;
    }

    .program-card-description {
        font-size: 14px;
    }

    .programs-view-more-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .programs-label {
        font-size: 12px;
        padding: 5px 12px;
    }

    .programs-title {
        font-size: 28px;
    }

    .programs-description {
        max-width: 100%;
        font-size: 14px;
    }

    .programs-carousel-wrapper {
        gap: 8px;
    }

    .program-nav-btn {
        width: 35px;
        height: 35px;
    }

    .program-image {
        height: 180px;
    }

    .program-content {
        padding: 15px;
    }

    .program-card-title {
        font-size: 16px;
    }

    .program-card-description {
        font-size: 13px;
    }

    .programs-view-more-btn {
        padding: 10px 25px;
        font-size: 15px;
        width: 100%;
        max-width: 300px;
    }
}


/* =========================================== */


/* EMPLOYMENT SECTION */

.employment-section {
    background: #fff;
    position: relative;
}

.employment-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.employment-header {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 60px;
}

.employment-label {
    background-color: #FFC933A3;
    color: #000000;
    border: none;
    padding: 5px 11px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 24px;
    display: inline-block;
}

.employment-title {
    text-align: center;
    position: relative;
    font-size: 36px;
    font-weight: Bold;
    color: #000000;

    span {
        color: var(--color-primary);
        margin-bottom: 20px;
    }
}

.employment-description {
    max-width: 70%;
    color: #000000BF;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    line-height: 1.6;
}

.employment-carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    position: relative;
}

.employment-carousel {
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
}

.employment-carousel .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.employment-carousel .swiper-slide {
    height: auto;
    display: flex;
}

.employment-card {
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #0000000F;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid transparent;
    min-height: 390px;
}

.employment-card:hover {
    box-shadow: 0px 0px 20px 0px #0000000F;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    border: 1px solid var(--color-primary);
}

.employment-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.employment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.employment-content {
    padding: 24px 5px;
}

.employment-card-title {
    text-align: center;
    position: relative;
    font-size: 22px;
    font-weight: Bold;
    color: #1A1D23;
}

.employment-nav-btn {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 10;
    position: relative;
    background: var(--color-accent);
    color: #fff;
}

.employment-nav-btn.swiper-button-disabled {
    background: #ffffff;
    color: var(--color-primary) !important;
    border: 1px solid var(--color-primary);
    cursor: not-allowed;
}


.employment-cta {
    text-align: center;
}

.employment-view-more-btn {
    background: var(--color-primary);
    color: #FFFFFF;
    padding: 14px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0px 16px 32px -8px #33736799;
}

.employment-view-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(51, 115, 103, 0.3);
    background: #2a5d54;
    color: #fff;
}


/* Responsive */

@media (max-width: 1200px) {
    .employment-carousel {
        max-width: 900px;
    }

    .employment-card {
        min-width: 260px;
        width: 260px;
    }
}

@media (max-width: 992px) {
    .employment-title {
        font-size: 36px;
    }

    .employment-description {
        max-width: 80%;
        font-size: 16px;
    }

    .employment-carousel-wrapper {
        gap: 15px;
    }

    .employment-nav-btn {
        width: 45px;
        height: 45px;
    }

    .employment-card {
        min-width: 240px;
        width: 240px;
    }

    .employment-image {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .employment-title {
        font-size: 32px;
    }

    .employment-description {
        max-width: 90%;
        font-size: 15px;
    }

    .employment-carousel-wrapper {
        gap: 10px;
    }

    .employment-nav-btn {
        width: 40px;
        height: 40px;
    }

    .employment-nav-btn i {
        font-size: 14px;
    }

    .employment-card {
        min-width: 220px;
        width: 220px;
    }

    .employment-image {
        height: 220px;
    }

    .employment-card-title {
        font-size: 16px;
    }

    .employment-view-more-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .employment-label {
        font-size: 12px;
        padding: 5px 12px;
    }

    .employment-title {
        font-size: 28px;
    }

    .employment-description {
        max-width: 100%;
        font-size: 14px;
    }

    .employment-carousel-wrapper {
        gap: 8px;
    }

    .employment-nav-btn {
        width: 35px;
        height: 35px;
    }

    .employment-card {
        min-width: 200px;
        width: 200px;
    }

    .employment-image {
        height: 200px;
    }

    .employment-content {
        padding: 15px;
    }

    .employment-card-title {
        font-size: 15px;
    }

    .employment-view-more-btn {
        padding: 10px 25px;
        font-size: 15px;
        width: 100%;
        max-width: 300px;
    }
}


/* =========================================== */


/* CONTACT SECTION */

.contact-section {
    position: relative;
    margin-bottom: 60px;
    z-index: 1;

}

@media (max-width: 576px) {
    .contact-section {
        margin-top: 20px;
    }

}


/* صورة الشادو */
.contact-bg-shadow {
    position: absolute;
    width: 1200px;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    opacity: 0.2;
}

.contact-section .container {
    max-width: 900px;
    margin: 0 auto;
}

.contact-header {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}

.contact-label {
    background-color: #FFC933A3;
    color: #000000;
    border: none;
    padding: 5px 11px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 24px;
    display: inline-block;
}

.contact-title {
    text-align: center;
    position: relative;
    font-size: 36px;
    font-weight: Bold;
    color: #000000;


    span {
        color: var(--color-primary);
        margin-bottom: 20px;
    }
}

.contact-description {
    max-width: 85%;
    color: #000000BF;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-question {
    font-size: 20px;
    font-weight: 400;
    color: #676D79;
    text-align: center;
    margin-top: 5px;
}

.contact-link {
    color: var(--color-primary);
    transition: all 0.3s ease;
}

.contact-link:hover {
    text-decoration: underline;
    color: #2a5d54;
}

.contact-filter {
    text-align: center;
    margin-bottom: 36px;
}

.filter-btn {
    color: var(--color-accent);
    border: 1px solid var(--color-accent);
    background: #FFFFFFB8;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: none;
    pointer-events: none;
}

.faq-list {
    margin-bottom: 24px;
}

.faq-item {
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 6px 0px #1F22290A;
}

.faq-item.active {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-question {
    padding: 23px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.faq-text {
    color: #1A1D23;
    font-size: 18px;
    font-weight: 500;
    flex: 1;
}

.faq-icon {
    border-radius: 50%;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-right: 15px;
}

.faq-item.active .faq-icon {
    color: var(--color-primary);
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 24px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 24px 20px 24px;
}

.faq-answer p {
    color: #000000BF;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.faq-load-more {
    text-align: center;
}

.load-more-btn {
    background: #FFFFFF;
    border: none;
    border-radius: 30px;
    padding: 18px 27px;
    box-shadow: 0px 1px 3px 0px #1F222914;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    background: #E0E0E0;
    transform: translateY(-2px);
}

.load-more-icon {
    border-radius: 50%;
    background: #F5F5F5;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 4px;
}

.load-more-text {
    color: #2D3139;
    font-size: 17px;
    font-weight: 500;
}


/* Responsive */

@media (max-width: 992px) {
    .contact-section {
        padding: 60px 15px;
    }

    .contact-title {
        font-size: 36px;
    }

    .contact-description {
        max-width: 90%;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 1px 15px;
    }

    .contact-title {
        font-size: 32px;
    }

    .contact-description {
        max-width: 100%;
        font-size: 15px;
    }

    .faq-text {
        font-size: 16px;
    }

    .faq-question {
        padding: 18px 20px;
    }

    .faq-icon {
        width: 28px;
        height: 28px;
        font-size: 18px;
    }

    .faq-answer p {
        font-size: 15px;
    }

    .blog-title {
        font-size: 18px !important;
    }
}

@media (max-width: 699px) {
    .programs-swiper .swiper-slide {
        height: auto;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .contact-section {
        padding: 0px 10px;
    }

    .contact-label {
        font-size: 12px;
        padding: 5px 12px;
    }

    .contact-title {
        font-size: 28px;
    }

    .contact-description {
        font-size: 14px;
    }

    .filter-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .faq-text {
        font-size: 15px;
    }

    .faq-question {
        padding: 15px 18px;
    }

    .faq-icon {
        width: 26px;
        height: 26px;
        font-size: 16px;
        margin-right: 12px;
    }

    .faq-answer {
        padding: 0 18px;
    }

    .faq-item.active .faq-answer {
        padding: 0 18px 18px 18px;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .load-more-btn {
        padding: 10px 20px;
    }

    .load-more-icon {
        width: 22px;
        height: 22px;
        font-size: 16px;
    }

    .load-more-text {
        font-size: 14px;
    }

    .plog-card-title {
        font-size: 19px !important;
    }

    .plog-card-description {
        font-size: 14px !important;
    }
}

@media (max-width: 320px) {
    .sayam-shemal {

        top: 81%;
    }
}

.footer-section {
    background: #F5F5F5;
    padding: 60px 0 0;
    margin-top: 77px;
    position: relative;
    z-index: 1;
}

.footer-kora-green-1 {
    position: absolute;
    background: var(--color-accent);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    top: 10%;
    left: 65%;
    z-index: -2;
}

@media (max-width: 576px) {
    .footer-kora-green-1 {
        top: 10%;
        left: 65%;
    }
}

.footer-kora-green-2 {
    position: absolute;
    background: var(--color-accent);
    width: 57px;
    height: 57px;
    border-radius: 50%;
    bottom: 13%;
    left: 22%;
}

.footer-kora-yello {
    position: absolute;
    background: var(--color-warn);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    bottom: 67%;
    left: 23%;
}

/* Top Section */

.footer-top {
    margin-bottom: 80px;
}

.footer-title {
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}

.footer-title strong {
    color: #2F6A5F;
    font-weight: 700;
}

.footer-badge {
    display: inline-block;
    background: #F1C644;
    color: #000000;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-description {
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.footer-btn {
    background: #2F6F63;
    color: #FFFFFF;
    border: none;
    padding: 16px 36px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0px 16px 32px -8px rgba(51, 115, 103, 0.6);
}

.footer-btn:hover {
    background: #24594F;
    transform: translateY(-2px);
    box-shadow: 0px 20px 40px -8px rgba(51, 115, 103, 0.7);
}


/* Middle Section */

.footer-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 16px;
}

.footer-text a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

@media (max-width: 576px) {
    .footer-subtitle {
        font-size: 18px;
    }

    .footer-text a {
        font-size: 14px;
    }
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-icons a {
    border: 1.5px solid #000000;
    color: #000000;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-icons a:hover {
    background: #000000;
    color: #FFFFFF;
}


/* Pages & IBAN Section */

.footer-links {
    padding: 32px 0 80px 0;
}

.footer-pages a {
    font-size: 15px;
    color: #666666;
    margin-bottom: 0;
    text-decoration: none;
}

.footer-pages span {
    margin: 0 8px;
}

.footer-iban {
    font-size: 15px;
    color: #666666;
    margin-bottom: 8px;
}


/* Bottom Section */

.footer-bottom {
    background: var(--color-primary);
    padding: 16px 0;
}

.footer-copyright {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    transition: all 0.3s ease;
    margin-bottom: 0;
}

.footer-privacy {
    color: #FFFFFF;
    margin-left: 10px;
}


/* Responsive */

@media (max-width: 768px) {
    .footer-copyright {
        margin-bottom: 10px;
    }

    .footer-title {
        font-size: 28px;
        text-align: center;
    }

    .footer-top {
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}


/* ٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍٍ ABOUT SECTION  ~~~~~~~~~~~~~~~~~~~~~~~~*/


/* About Us Section */
.header-text {
    margin: 48px 0 !important;
}

@media (max-width: 576px) {
    .header-text {
        margin: 18px 0 !important;
    }
}

.header-text h1 {
    font-size: 36px;
    font-weight: Bold;
    color: #1F2937;
}

.header-text p {
    font-size: 16px;
    font-weight: Regular;
    color: #4B5563;
}

.header-text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abouts-section {
    position: relative;
}

/* صورة الشادو */
.abouts-bg-shadow {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.2;
    pointer-events: none;
}

/* كل المحتوى فوق الشادو */
.abouts-section>*:not(.abouts-bg-shadow) {
    position: relative;
    z-index: 2;
}


.goals-title {
    font-size: 36px;
    font-weight: Bold;
    color: #1F2937;
    padding-top: 16px;
}

.aims-section {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.goals-text {
    font-size: 16px;
    font-weight: 400;
    color: #4B5563;
    padding-top: 32px;
    max-width: 624px;
}

.values-section {
    padding-top: 84px;
}

.aims-list {
    padding-right: 20px;
}

.aims-list {
    padding-right: 20px;
    font-size: 16px;
    color: #4B5563;
}

.goals-stats {
    margin-top: 30px;
}

.goals-stats ul li {
    color: #4B5563;
    font-size: 16px;
    font-weight: 400;
}

.stat-card {
    display: flex;
    gap: 24px;
    border-radius: 6px;
    background: #F3F4F64D;
    margin-bottom: 24px;
    padding: 10px;
}

.stat-card h4 {
    font-size: 24px;
    font-weight: SemiBold;
    color: #1F2937;
}

.stat-card p {
    font-size: 16px;
    font-weight: Regular;
    color: #4B5563;
}

.stat-card .warn {
    color: var(--color-warn);
}

.stat-card .primary {
    color: var(--color-primary);
}

.stat-card .accent {
    color: var(--color-accent);
}

.value-card {
    margin-bottom: 40px;
}

.value-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1F2937;
    margin: 20px 0;
}

.value-card p {
    font-size: 16px;
    font-weight: 400;
    color: #4B5563;
}

.value-card .primary {
    color: #FFFFFF;
    background: var(--color-primary);
    width: fit-content;
    font-size: 15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-toggle::after {
    display: none !important;
}

.value-card .accent {
    color: #FFFFFF;
    background: var(--color-accent);
    width: fit-content;
    font-size: 15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-card .warn {
    color: #FFFFFF;
    background: var(--color-warn);
    width: fit-content;
    font-size: 15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu.show {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
}

/*  */

.services-section {
    margin-top: 100px;
    position: relative;
}


/* صورة الشادو */
.services-bg-shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.35;
    pointer-events: none;
    max-width: 80%;
    /* اختياري */
}

@media (max-width: 576px) {
    .services-bg-shadow {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }
}



/* كل المحتوى فوق الشادو */
.services-section>*:not(.services-bg-shadow) {
    position: relative;
    z-index: 2;
}

.service-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.service-card {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
}


/* ===========================
   Service Card
=========================== */

.service-card {
    background: #ffffff99;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 26px;
    box-shadow: 0 4px 40px #0000000f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    min-height: 245px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.service-card:hover {
    border-color: #337367;
    transform: translateY(-4px);
}


/* ===========================
   Icon
=========================== */

.service-icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #FFFFFF;
}

.service-icon-primary {
    background: var(--color-primary);
}

.service-icon-accent {
    background: #7aa505;
}

.service-icon-warn {
    background: #ffc933;
}


/* ===========================
   Content
=========================== */

.service-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-number {
    font-size: 20px;
    font-weight: 600;
    color: #00000099;
}

.service-title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~ BLOG SECTION ~~~~~~~~~~~~~~~~~~~~~~~~*/


/* Blog Card */

.blog-header {
    margin-top: 90px;
    margin-bottom: 44px;
}

.blog-header p {
    font-size: 32px;
    font-weight: 400;
    color: #000000;
}

.blog-header .primary-color {
    font-weight: 400;
    color: var(--color-primary);
}

 .dropdown-item {
    padding: 15px 24px;
}
.blog-header .kamel {
    font-weight: 400;
    color: #00000059;
}

.blog-header button {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
    padding: 12px 26px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 400;
}

/* الوضع الافتراضي (ديسكتوب) */
.blog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* موبايل */
@media (max-width: 768px) {
    .blog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .blog-header button {
        width: 100%;
    }
}

.blog-card {
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    cursor: pointer;
}

.blog-card img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;

}.association-slide-card.video-thumbnail-wrapper div:first-child {
    width:100% ;
    height:100% ;
}
.blog-content {
    padding: 25px;
}

.blog-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}

/* .blog-card:hover .blog-title {
    color: #2F6F63;
} */

.blog-content .blog-date .blog-comments {
    font-size: 16px;
    font-weight: 400;
    color: #000000CC !important;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}


/* Special First Card */


/* ~~~~~~~~~~~~~~~~~~~~~~~~ ACCURACY SECTION ~~~~~~~~~~~~~~~~~~~~~~~~*/


/* Accuracy Section */

.privacy-section {
    margin-top: 100px;
}

.intro-text {
    margin-top: 52px;
}

.privacy-section .privacy-title {
    font-size: 24px;
    font-weight: Bold;
    color: #000000;
}

.privacy-content .privacy-text-h2 {
    font-size: 24px;
    font-weight: Blod;
    color: #000000;
}

.privacy-content .privacy-text-span {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}

.privacy-content .privacy-text {
    font-size: 16px;
    font-weight: 400;
    color: #00000099;
    margin-bottom: 5px;
}

.policy-section {
    margin-top: 52px;
}

.policy-section .section-title h3 {
    font-size: 24px;
    font-weight: Bold;
    color: #000000;
    margin-bottom: 16px;
}

.policy-section .section-text p {
    font-size: 16px;
    font-weight: 400;
    color: #00000099;
    margin-bottom: 5px;
}

.highlight-box {
    margin-top: 52px;
}

.highlight-box .section-text {
    font-size: 16px;
    font-weight: 400;
    color: #00000099;
    margin-bottom: 5px;
}


/* ===========================
   PLOG SECTION
=========================== */

.plog {
    margin-top: 100px;
}

.plog a {
    text-decoration: none;
}

.plog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #0000000F;
    display: block;
    opacity: 0;
    transition: all 0.5s ease;
    cursor: pointer;
    flex-shrink: 0;
    border: 1px solid transparent
}

.plog-card.active {
    display: flex;
    flex-direction: column;
    opacity: 1;
}

.plog-card:hover {
    border: 1px solid var(--color-primary);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.plog-image {
    padding: 12px;
    height: 279px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.plog-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.plog-content {
    padding: 0 12px 12px 12px;
}

.plog-card-title {
    color: #1A1D23;
    font-size: 22px;
    font-weight: Bold;
}

.plog-card-description {
    color: #676D79;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}


/* ===========================
     CAROUSEL EMPLOYMENT
=========================== */

.employ-section {
    margin-top: 100px;
}

.employ-section a {
    text-decoration: none;
}

.employ-card {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #0000000F;
    display: none;
    opacity: 0;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.5s ease;
}

.employ-card.active {
    display: block;
    opacity: 1;
}

.employ-card:hover {
    box-shadow: 0px 0px 20px 0px #0000000F;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    border: 1px solid var(--color-primary);
}

.employ-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.employ-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.employ-content {
    padding: 24px 5px;
}

.employ-card-title {
    text-align: center;
    position: relative;
    font-size: 22px;
    font-weight: Bold;
    color: #1A1D23;
}


/* ===========================
     TAYASAL SECTION
=========================== */

.tayasal {
    margin-top: 100px;
}

.tayasal-card {
    background: #FFFFFF;
    border-radius: 14px;
    box-shadow: 0px 0px 60px 0px #00000014;
    margin-bottom: 25px;
    padding: 12px 32px 35px 32px;
}

.tayasal-social {
    background: #FFFFFF;
    border-radius: 14px;
    box-shadow: 0px 0px 60px 0px #00000014;
    margin-bottom: 25px;
    padding: 12px 32px 50px 32px;
}

.tayasal-social h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 24px;
}

.tayasal-social .tayasal-icons {
    display: flex;
    gap: 16px;
}

.tayasal-social .tayasal-icons a {
    background: #FFFFFF;
    color: #000000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tayasal-card h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 24px;
}

.tayasal-card-icon {
    background: #FFFFFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tayasal-card-icon i {
    color: #000000;
    font-size: 15px;
}

.contact-form {
    background: #FFFFFF;
    box-shadow: 0px 0px 60px 0px #00000014;
    padding: 26px 32px 47px 32px;
    border-radius: 16px;
}

.form-group {
    margin-bottom: 24px;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #00000080;
    margin-bottom: 16px;
    display: block;
    text-align: right;
}

.form-control {
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    background: #FAFAFA;
}

.form-control:focus {
    outline: none;
    color: #000000;
    border-color: #2F6F63;
    background: white;
    box-shadow: 0 0 0 3px rgba(47, 111, 99, 0.1);
}

.form-control::placeholder {
    color: #00000099;
    font-size: 13px;
}

textarea.form-control {
    min-height: 130px;
    resize: vertical;
    font-family: 'Cairo', sans-serif;
}

.submit-btn {
    width: fit-;
    background: #2F6F63;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 18px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0px 16px 32px -8px #33736799;
}

.submit-btn:hover {
    background: #24594F;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(47, 111, 99, 0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

.submit-btn:active {
    transform: translateY(0);
}

.hesabat-image img {
    object-fit: cover;
    width: 100%;
}

.hesabat {
    background: #FFFFFF;
    box-shadow: 0px 0px 60px 0px #00000014;
    padding: 32px;
    border-radius: 14px;
    margin-top: 24px;
}

.faqs-icon {
    background: #7AA505;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
}


/* ===========================
   ASSOCIATION MEMBERS SECTION
=========================== */

.association-members-section {
    margin-top: 100px;
}

.association-members-wrapper {
    position: relative;
}

/* صورة الشادو */
.association-bg-shadow {
    position: absolute;
    top: 59%;
    left: 43%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.3;
    pointer-events: none;
    max-width: 80%;
}

/* كل المحتوى فوق الشادو */
.association-members-wrapper>*:not(.association-bg-shadow) {
    position: relative;
    z-index: 2;
}

.association-members h3 {
    color: #081210;
    font-size: 32px;
    font-weight: Bold;
}

.association-members p {
    color: #081210CC;
    font-size: 18px;
    font-weight: 400;
    margin-top: 24px;
}

.association-members-list {
    border-radius: 14px;
    margin-top: 24px;
}

.association-members-list h3 {
    color: #081210;
    font-size: 18px;
    font-weight: Bold;
}

.association-members-list p {
    color: #081210;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 576px) {
    .association-members-section {
        margin-top: 40px;
    }

    .association-members h3 {
        font-size: 22px;
    }

    .association-members p {
        font-size: 16px;
    }
}

.association-members-image {
    margin-top: 32px;
}

.association-members-list img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 14px;
}


/* ===========================
   ASSOCIATION CHANNEL SECTION
=========================== */

.tayasal-header {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 24px;
}

.tayasal-title {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    position: relative;
    padding: 0 30px;
}


/* الدواير */

.circle {
    width: 18px;
    height: 18px;
    background: #FFC933;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/* الدائرة اليمين */

.circle-right {
    right: 0;
}


/* الدائرة الشمال */

.circle-left {
    left: 0;
}

.upload-wrapper {
    margin-top: 20px;
}

.upload-input {
    position: relative;
    border: 1px solid #ddd;
    padding: 20px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.upload-input i {
    font-size: 15px;
    color: #337367;
}

.upload-input span {
    font-size: 15px;
    color: #00000099;
}


/* إخفاء الـ input الأصلي */

.upload-input input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-input:hover {
    background: #f7f7f7;
}

.association-channel-section {
    margin-top: 100px;

}

.one-ooport-header {
    display: flex;
    align-items: baseline;
}

.opportunities-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 20px 0px #0000000F;
    display: block;
    transition: opacity 0.5s ease;
    cursor: pointer;
    border: 1px solid var(--color-primary);
    margin: 0 auto;
    width: 100%;
}

.hand-opo-image {
    width: 100%;
    object-fit: cover;
}

.back-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #2D3139;
    padding: 16px 24px;
    border: 1px solid #E1E5EB;
    max-width: 111px;
    border-radius: 100px;
    gap: 12px;
    transition: all 0.3s ease;
    justify-content: center;
}

.back-link i {
    color: var(--color-primary);
}

.back-link:hover {
    background: #E1E5EB;
    color: #2D3139;
}

@media (max-width: 1024px) {
    .opportunities-content p {
        font-size: 12px !important;
    }
}

@media (max-width: 768px) {
    .opportunities-card {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .contact-form {
        margin: 50px 0;
    }

    .tayasal-title {
        font-size: 24px;
    }

    .back-link {
        padding: 10px 20px;
    }
}

.opportunities-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 12px;
}

.opportunities-content {
    padding: 35px 0;
    text-align: center;
}

.opportunities-content h3 {
    font-size: 22px;
    font-weight: Bold;
    color: #1A1D23;
    margin-bottom: 12px;
}

.opportunities-content p {
    font-size: 18px;
    font-weight: 400;
    color: #676D79;
}


/* ===========================
   BLOG DETAIL SECTION
=========================== */

.blog-detail {
    background-image: url(../assets/images/Image-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 177px 0;
}

/* موبايل */
.blog-detail-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
}

.blog-detail-date {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFFBF;
    padding-top: 30px;
}

/* تابلت */
@media (min-width: 768px) {
    .blog-detail-title {
        font-size: 30px;
    }

    .blog-detail-date {
        font-size: 16px;
    }
}

/* ديسكتوب */
@media (min-width: 992px) {
    .blog-detail-title {
        font-size: 40px;
    }

    .blog-detail-date {
        font-size: 20px;
    }
}

.article-section {
    padding-top: 50px;
    color: #222;
}

.article-header {
    margin-bottom: 52px;
}

.article-main-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.article-intro {
    margin-bottom: 52px;
}

.intro-quote-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.intro-highlight {
    color: #000000;
    font-weight: 400;
}

.intro-paragraph {
    font-size: 18px;
    margin-bottom: 5px;
    color: #00000099;
}

.article-block {
    margin-bottom: 52px;
}

.block-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.block-text {
    font-size: 16px;
    margin-bottom: 5px;
    color: #00000099;
}


/* Image Box */

.article-image-box {
    margin: 50px 0;
}

.image-box-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 52px;
}

.article-image {
    width: 100%;
    border-radius: 8px !important;
}


/* Highlight Box */

.article-highlight {
    border-radius: 10px;
}

.highlight-text {
    font-size: 16px;
    margin-bottom: 5px;
    color: #00000099;
}

.taryeep {
    background: linear-gradient(282deg, rgba(255, 221, 0, 0.05) 0%, rgba(255, 221, 0, 0) 100%);
    font-size: 36px;
    font-weight: Medium;
    color: #000000;
    text-align: center;
    padding: 50px 48px;
    margin-top: 52px;
}

/* Footer note */

.article-footer-note {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-top: 40px;
    line-height: 1.9;
}


/* Responsive */

@media (max-width: 768px) {
    .article-main-title {
        font-size: 22px;
    }

    .block-title,
    .image-box-title {
        font-size: 20px;
    }

    .intro-quote-title {
        font-size: 20px;
    }
}

/*  */


.association-channel-header {
    margin-top: 90px;
    margin-bottom: 44px;
}

.association-channel-header p {
    font-size: 32px;
    font-weight: 400;
    color: #000000;
}

.association-channel-header .primary-color {
    font-weight: 400;
    color: var(--color-primary);
}

.association-channel-header .kamel {
    font-weight: 400;
    color: #00000059;
}

.association-channel-header button {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
    padding: 12px 26px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 400;
}

/* الوضع الافتراضي (ديسكتوب) */
.association-channel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* موبايل */
@media (max-width: 768px) {
    .association-channel-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .association-channel-header button {
        width: 100%;
    }
}

iframe {
    width: 100%;
    height: 560px;
}

/* للموبايل */
@media (max-width: 768px) {
    iframe {
        height: 280px;
        /* ممكن تخليها 250 أو 300 */
    }
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

/* Video Thumbnail Styles */
.video-thumbnail-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 10px solid #ffffff;
    box-shadow: 0px 4px 50px 0px #00000026;

}

.video-thumbnail-wrapper:hover {
    transform: scale(1.02);
}

button.video-nav-btn.swiper-button-disabled {
    color: #337367;
    background: transparent;
    border: 1px solid #337367;
}

.video-thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-play-button {
    position: absolute;
    top: 40% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
    pointer-events: none;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.video-thumbnail-wrapper:hover .video-play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-thumbnail-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.association-section .association-video-wrapper {
    display: flex !important;
    flex-direction: row !important;
}


/* =========================================
   ASSOCIATION SECTION STYLING
   ========================================= */

.association-section {
    position: relative;
    padding: 0px 0;
    background: #FAFAFA;
    overflow: hidden;
}

.association-back-btn {
    margin-top: 10px;
}

/* Decorative Circles */
/*.association-section::before {
    content: '';
    position: absolute;
    top: 157px;
    left: 22%;
    width: 42px;
    height: 42px;
    background: #FFC933;
    border-radius: 50%;
    z-index: 1;
}*/

.association-section::after {
    content: '';
    position: absolute;
    bottom: 148px;
    right: 23%;
    width: 25px;
    height: 25px;
    background: var(--color-accent);
    border-radius: 50%;
    z-index: 1;
}

/* Header */
.association-header {
    text-align: center;
    margin-bottom: 48px;
    position: relative;
    z-index: 2;
}

.association-youtube-btn {
    background: #FFC933A3;
    color: #000000;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 16px;
}

.association-title {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin: 16px 0;
}

.association-title span {
    color: var(--color-primary);
}

.association-description {
    font-size: 20px;
    font-weight: 400;
    color: #000000BF;
    max-width: 736px;
    margin: 0 auto;
}

/* Video Wrapper */
.association-section .association-video-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 61px;
}

.association-section .association-slide-card {
    width: 100%;
    max-width: 800px;
    border-radius: 16px;
    overflow: hidden;
    border: 10px solid #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.association-section .association-slide-card .video-thumbnail-img {
    width: 100%;
    height: auto;
    display: block;
}

.association-section .association-slide-card .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.association-section .association-slide-card:hover .video-play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

.association-section .video-info-association {
    position: absolute;
    top: 70% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 20px 20px;
    color: #fff;
    z-index: 2;
}

.association-section .video-info-association h3 {
    font-size: 32px;
    font-weight: Medium;
    margin: 0 0 8px 0;
    color: #EDF7F5;
}

.association-section .video-info-association p {
    font-size: 16px;
    text-align: center;
    direction: ltr;
}

.association-section .video-info-association .video-date {
    font-size: 16px;
    margin: 0 0 8px 0;
    text-align: center;
    color: #FFFFFFCC;
}

.association-section .video-info-association .video-description {
    font-size: 16px;
    text-align: center;
    direction: ltr;
    color: #FFFFFFCC;
}

.association-section .video-info-association .video-stats {
    color: #FFFFFFCC;
    font-size: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.association-section .video-info-association .video-stats span {
    display: inline-block;
}

@media (max-width: 768px) {
    .association-section .association-slide-card {
        margin: 0 10px;
    }

    .association-section .video-info-association {
        padding: 15px;
    }

    .association-section .video-info-association h3 {
        font-size: 1.2rem;
    }
}

.association-video-wrapper {
    justify-content: center;
    gap: 32px;
    margin-bottom: 115px;
    z-index: 2;
}

.home-association-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/* Navigation Buttons */
.video-nav-btn {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--color-accent);
    border: none;
    color: #FFFFFF;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 3;
}

.video-nav-btn:hover {
    background: #6a9104;
    transform: scale(1.1);
}

.video-nav-btn:active {
    transform: scale(0.95);
}
html[lang="en-US"] .video-nav-btn {
    transform: scaleX(-1) !important;
}
/* Swiper Container */
.association-swiper {
    width: 100%;
    max-width: 700px;
    position: relative;
    padding-bottom: 50px;
}

/* Swiper Pagination */
.association-swiper .swiper-pagination {
    bottom: -26px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.association-swiper .swiper-pagination-bullet {
    width: 32px;
    height: 8px;
    border-radius: 4px;
    background: #D1D5DB;
    opacity: 1;
    margin: 0 !important;
    transition: all 0.3s ease;
}

.association-swiper .swiper-pagination-bullet-active {
    background: #000000;
    width: 32px;
}

/* CTA Buttons */
.association-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.association-btn {
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 200px;
}

.association-btn-primary {
    background: var(--color-primary);
    color: #FFFFFF;
    border: 2px solid var(--color-primary);
}

.association-btn-primary:hover {
    background: #2a5d54;
    border-color: #2a5d54;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(51, 115, 103, 0.3);
}

.association-btn-outline {
    background: #FFFFFF;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

.association-btn-outline:hover {
    background: var(--color-primary);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(51, 115, 103, 0.2);
}

.association-members-header {
    position: relative;
}

.association-sayam-yemen {
    position: absolute;
    transform: rotate(177deg);
    top: 88%;
    inset-inline-end: 20%;
}
html[lang="en-US"]  .association-sayam-yemen {
     transform: rotate(177deg) scaleX(-1);
 }

.association-members-title {
    max-width: 417px;
}

.association-members-description {
    max-width: 417px;
}

/* Responsive Design */
@media (max-width: 1399px) {
    .association-sayam-yemen {
        top: 87%;
        inset-inline-end: 14%;
    }

    .opportunities-content p {
        font-size: 15px;
    }
}
html[lang="en-US"] .custom-nav .container {
    gap: 0rem;
}
html[lang="en-US"] .hawkama-card {
    flex-direction: row-reverse;
}
html[lang="en-US"] .card-icon {
    transform: rotate(180deg);
}
html[lang="en-US"] .footer-section {
    direction: ltr;
}
html[lang="en-US"] .footer-subtitle {
    margin-right: 178px;
}
html[lang="en-US"] p.footer-text {
    text-align: start;
}
html[lang="en-US"] .footer-kora-green-2 {
   
    right: 22% !important;
}
html[lang="en-US"] .footer-kora-green-1 {
    right: 65% !important;
}
html[lang="en-US"] .footer-kora-yello {
    right: 23% !important;
}
html[lang="en-US"] .faq-question {
    direction: ltr;
}
html[lang="en-US"] section.mission-vision-section,html[lang="en-US"] .services-section,html[lang="en-US"] section.blog-section,html[lang="en-US"] section.plog,html[lang="en-US"] .tayasal {
    margin-top: 100px;
    direction: ltr;
}
html[lang="en-US"] .form-label {
    text-align: left;
} 
@media (max-width: 1199px) {
    .association-sayam-yemen {
        top: 87%;
        inset-inline-end: 0%;
    }
}

@media (max-width: 992px) {
    .association-section::before {
        width: 60px;
        height: 60px;
        left: 5%;
    }

    .association-section::after {
        width: 50px;
        height: 50px;
        right: 5%;
    }

    .association-title {
        font-size: 32px;
    }

    .association-description {
        font-size: 18px;
    }

    .hawkama-decoration-green {

        left: 0px;
    }

    .video-nav-btn {
        display: none;
    }
}

.about-content h2 {
    font-size: 28px;
}

.about-content p {
    font-size: 16px;
}

@media (max-width: 768px) {
    .association-section {
        padding: 60px 0;
    }

    .about-content h2 {
        font-size: 28px;
    }

    .about-content p {
        font-size: 14px;
    }

    .association-section::before,
    .association-section::after {
        display: none;
    }

    .association-header {
        margin-bottom: 32px;
    }

    .association-title {
        font-size: 28px;
    }

    .association-description {
        font-size: 16px;
    }

    .association-video-wrapper {
        gap: 16px;
    }

    .video-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .association-swiper {
        max-width: 500px;
    }

    .association-cta-buttons {
        flex-direction: column;
        width: 100%;
        padding: 43px 20px;
    }

    .header-description {
        font-size: 14px;
        padding-top: 10px;
    }

    .association-btn {
        width: 100%;
        font-size: 16px;
    }

    .association-section {
        padding: 0px 0;
    }

    .header-title {
        font-size: 27px;
        padding: 18px 0;
    }

    .header-text h1 {
        font-size: 20px !important;
        line-height: 1.5;
    }

    .header-text p {
        font-size: 13px;
    }

    .goals-title {
        font-size: 30px;
    }

    .goals-text {
        font-size: 14px;
        padding-top: 10px;
    }

    .aims-list {
        font-size: 14px;
    }

    .stat-card h4 {
        font-size: 20px;
    }

    .stat-card p {
        font-size: 14px;
    }

    .about-section {
        padding-top: 70px;
    }

    .hawkama-section {
        padding-top: 0 !important;
    }
}

@media (max-width: 576px) {
    .association-title {
        font-size: 24px;
    }

    .association-description {
        font-size: 14px;
    }

    .association-swiper {
        max-width: 100%;
    }

    .service-icon {
        width: 80px;
        height: 80px;
    }

    .header-title {
        font-size: 22px;
        padding: 18px 0;
    }

    .association-sayam-yemen {
        display: none;
    }
}

@media(max-width:425px) {
    .footer-kora-green-2 {
        width: 40px;
        height: 40px;
    }

    .footer-section {
        padding: 20px 0 0;
    }

    .footer-kora-green-1 {
        width: 40px;
        height: 40px;
        top: 5%;
        left: 80%;

    }

    .association-video-wrapper {
        margin-bottom: 49px;

    }

    .header-content {
        padding: 23px 0;
    }
}

/* Download List Styles */
.download-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.download-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
    cursor: pointer;
}

.download-item:hover {
    background-color: #f8f9fa;
    border-color: var(--color-primary);
    transform: translateX(-5px);
    box-shadow: 0 4px 12px rgba(51, 115, 103, 0.1);
}

.download-item:active {
    transform: translateX(-3px);
}

.download-text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    flex: 1;
}

.download-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--color-accent);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.download-item:hover .download-icon {
    transform: scale(1.1);
}

.download-icon i {
    font-size: 16px;
}

@media (max-width: 768px) {
    .download-item {
        padding: 16px 20px;
    }

    .download-text {
        font-size: 14px;
    }

    .download-icon {
        width: 36px;
        height: 36px;
    }
}

@media (min-width: 2000px) {
    .container {
        max-width: 90% !important;
        width: 100% !important;
    }

    .hawkama-header-content {
        max-width: 100% !important;
    }

    .programs-swiper,
    .employment-carousel,
    .association-carousel {
        width: 100%;
        max-width: 100%;
    }

    .association-card {
        width: 100%;
        max-width: 100%;
    }

    .hero-title {
        font-size: 80px;

    }

    .hero-description {
        font-size: 30px;
        max-width: 900px;
    }

    .keyword-badge {
        font-size: 30px;
    }

    .hero-header-bar {
        font-size: 30px;
    }

    .cta-button {
        padding: 30px 50px;
        font-size: 37px;
    }
}

/* View Tabs Styles */
.view-tab {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
}

.view-tab:hover {
    background-color: rgba(51, 115, 103, 0.1);
}

.view-tab.active {
    font-weight: bold;
    color: var(--color-primary);
}

.view-tab.active.primary-color {
    color: var(--color-primary);
}

.view-tab.active.kamel {
    color: var(--color-primary);
}

/* Blog Card Hover Effect - Light for Videos */
.blog-card {
    cursor: pointer;
}



.blog-card .blog-image {
    overflow: hidden;
}

.blog-card:hover .blog-title {
    color: var(--color-primary);
}

/* blog-section في صفحة association: لون الفقرات داخل الكروت */
.blog-section .blog-card p {
    color: #000000CC;
}

/* Load More Styles */
.faq-load-more {
    display: flex;
    justify-content: center;
    margin: 50px 0 20px 0;
}

.load-more-btn {
    background: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    padding: 12px 30px;
    border-radius: 30px;
}

/* Load More Button Styles */
.faq-load-more {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.load-more-btn {
    background-color: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.load-more-btn:hover:not(:disabled) {
    background-color: var(--color-primary);
    color: #ffffff;
}

.load-more-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}





html[lang="en-US"] body {
    direction: ltr !important;
}













