@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Dancing+Script:wght@400..700&family=Miniver&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Miniver&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Aref+Ruqaa:wght@400;700&family=Dancing+Script:wght@400..700&family=Miniver&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-family: 'Poppins', sans-serif;
}

:root {
    --font-size-s: 0.9rem;
    --font-size-n: 1rem;
    --font-size-m: 1.12rem;
    --font-size-1: 1.5rem;
    --font-size-xl: 2rem;
    --font-size-xxl: 2.3rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --border-radius-s: 8px;
    --border-radius-m: 30px;
    --border-radius-circle: 50%;
    --site-max-width: 1300px;
}

html {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
}

img {
    max-width: 100%;
    height: auto;
}

.section-content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: var(--site-max-width);
}

.section-titel {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: var(--font-size-xl);
}


/* 
.section-titel::after {
    content: '';
    width: 80px;
    height: 5px;
    display: block;
    margin: 10px auto 0;
    border-bottom: var(--border-radius-s);
    background: #123c79;
} */

header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: rgba(22, 78, 161, 0);
    backdrop-filter: blur(6px);
    /* شفاف افتراضيًا */
    transition: background 0.4s ease, backdrop-filter 0.4s ease;
    direction: rtl;
    /* ✅ الاتجاه من اليمين لليسار */
}

header.scrolled {
    background: #05361dc8;
    backdrop-filter: blur(6px);
}

header .navbar {
    display: flex;
    flex-direction: row-reverse;
    /* ✅ اللوجو أقصى اليمين */
    align-items: center;
    justify-content: space-between;
}

.navbar .nav-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 15%;
}

.navbar .nav-logo img {
    width: 100%;
    max-width: 120px;
}

.navbar .nav-menu {
    display: flex;
    flex-direction: row;
    /* ✅ صف أفقي */
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar .nav-menu .nav-link {
    color: #fff;
    font-size: var(--font-size-1);
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 8px;
    transition: 0.3s;
}

.navbar .nav-menu .nav-link:hover {
    color: #19b162;
    font-weight: 700;
}


/* 🔹 إخفاء أزرار القائمة في الكمبيوتر */

.navbar :where(#menu-close-button,
#menu-open-button) {
    display: none;
}


/* =============== قسم الهيرو =============== */

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}


/* 🔹 الصورة */

.hero-section .hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-section .hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* 🔹 التظليل الغامق (أقوى الآن) */

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.7) 0%, /* 🔸 أغمق من الأعلى */
    rgba(0, 0, 0, 0.2) 40%, /* وسط خفيف */
    rgba(0, 0, 0, 0.3) 70%, /* يزيد الغموض */
    rgba(0, 0, 0, 0.8) 100%/* 🔸 أغمق من الأسفل */
    );
    z-index: 1;
}

.hero-bottom-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 3px 0;
    background: rgb(185, 185, 185);
    box-shadow: 0 -20px 50px rgba(255, 255, 255, 0.4);
    /* نفس الصورة */
    text-align: center;
    backdrop-filter: blur(2px);
    z-index: 2;
    /* فوق التظليل */
}


/* العنوان العربي */

.bottom-title-ar {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    color: #0b3d28;
    /* نفس درجة الأخضر */
    font-family: 'Cairo', sans-serif;
}


/* العنوان الإنجليزي */

.bottom-title-en {
    font-size: 16px;
    font-weight: 700;
    margin: 6px 0 0;
    color: #0b3d28;
    font-family: 'Arial', sans-serif;
}


/* 🎯 الهاتف */

@media (max-width: 768px) {
    .bottom-title-ar {
        font-size: 22px;
    }
    .bottom-title-en {
        font-size: 16px;
    }
    .hero-bottom-bar {
        padding: 15px 0;
    }
}

.about-section {
    background: #f8fafc;
    padding: 80px 40px;
    text-align: center;
}

.main-title {
    font-size: 32px;
    color: #0b2243;
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.section-title,
.main-title,
.section-titel {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.8s ease-out;
}


/* عند ظهورهم في الشاشة */

.section-title.active,
.main-title.active,
.section-titel.active {
    opacity: 1;
    transform: translateY(0);
}


/* 🔹 الخط تحت العنوان */


/* .main-title::after {
    content: '';
    width: 80px;
    height: 5px;
    display: block;
    margin: 10px auto 0;
    background: #123c79;
    border-radius: 3px;
} */


/* 🔹 الشبكة */

.about-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    direction: rtl;
    /* يجعل "من نحن" في اليمين */
}


/* 🔹 المربعات */

.about-box {
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 4px 15px #00000015;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: justify;
    /* ✅ يجعل النص متساوي الحواف */
    direction: rtl;
    /* ✅ النص العربي من اليمين */
}

.about-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


/* 🔹 العناوين داخل المربعات */

.box-titel {
    color: #99212c;
    font-size: 22px;
    margin-bottom: 15px;
    text-align: right;
    /* ✅ العنوان في أقصى اليسار */
    direction: ltr;
    /* ✅ يضمن أنه لا يتأثر باتجاه RTL */
    font-weight: 700;
    position: relative;
}


/* 🔹 النصوص */

.about-text {
    color: #333;
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
    /* ✅ يضبط المحاذاة العربية */
    margin-bottom: 10px;
}


/* 🔹 النص الإنجليزي */

.about-text.en {
    direction: ltr;
    /* ✅ يجعل اللغة الإنجليزية من اليسار */
    text-align: justify;
    /* ✅ ضبط المحاذاة */
    font-size: 15px;
    color: #444;
    font-style: italic;
    margin-top: 8px;
}

.about-text strong {
    color: #99212c;
    font-size: 22px;
    text-align: left;
    /* ✅ يبدأ من اليسار */
    direction: ltr;
    /* ✅ اتجاه النص من اليسار لليمين */
    font-weight: 700;
    display: block;
    /* ✅ عشان المحاذاة تطبق صح */
    position: relative;
}


/* 🔹 للجوال */

@media (max-width: 900px) {
    .about-boxes {
        grid-template-columns: 1fr;
        direction: ltr;
        /* ✅ ترتيب طبيعي */
    }
    .about-box {
        text-align: justify;
        padding: 25px 20px;
    }
    .main-title {
        font-size: 26px;
    }
}

.menu-section {
    color: #000000;
    background: #ebeaea;
    padding: 50px 0 100px;
    margin-top: 0%;
}

.menu-section .menu-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    /* ← تحكم دقيق في المسافة بين العناصر */
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.menu-section .menu-list .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    width: calc(100% / 3 - 40px);
    max-width: 300px;
}


/* 🔹 الصورة */

.menu-section .menu-list .menu-item .menu-image {
    width: 85%;
    aspect-ratio: 0;
    object-fit: contain;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    display: block;
}


/* 🔹 الاسم ملاصق للصورة مباشرة */

.menu-section .menu-list .menu-item .name {
    margin: 0;
    /* ✅ ألغينا أي فراغ نهائي */
    padding: 0;
    /* ✅ ألغينا الحشو أيضًا */
    font-size: var(--font-size-1);
    font-weight: var(--font-weight-semibold);
    line-height: 0;
    left: -10px;
    color: #103670;
    /* ✅ يخلي النص قريب جدًا من الصورة */
}

.menu-section .menu-list .menu-item .text {
    font-size: var(--font-size-m);
}

#toTopBtn {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 99;
    background: linear-gradient(135deg, #c54d4b, #ffffff);
    color: rgb(1, 8, 88);
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: none;
    /* يكون مخفي بالبداية */
    transition: opacity 0.3s ease;
}

#toTopBtn:hover {
    background: linear-gradient(135deg, #c54d4b, #e65956);
    color: white;
}

#whatsappBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    /* ← بجانب زر الطلوع */
    background-color: #25d366;
    /* لون واتساب */
    border: none;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    cursor: pointer;
    display: none;
    /* مخفي بالبداية */
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    z-index: 99;
}

#whatsappBtn:hover {
    transform: scale(1.1);
    background-color: #1ebe57;
}

.whatsappIcon {
    width: 28px;
    height: 28px;
    fill: white;
}


/* =====================
   STATISTICS SECTION
====================== */


/* ============================
   PERFECT MATCH — STATS DESIGN
============================ */


/* قسم الإحصائيات */


/* Section */

.stats-section {
    padding: 80px 0;
}


/* Main container */

.stats-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
}


/* Two columns (left + right) */

.stats-column {
    display: flex;
    flex-direction: column;
    gap: 80px;
}


/* العمود اليسار: الخط الأحمر يكون جهة الصورة */

.stat-box.left {
    flex-direction: row;
    /* الأحمر يسار - النص يمين */
}


/* العمود اليمين → الخط جهة الصورة (يسار العنصر) */

.stat-box.right {
    flex-direction: row;
}


/* stat box layout */

.stat-box {
    display: flex;
    align-items: center;
    gap: 18px;
}


/* text layout */

.stat-text {
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
    gap: 6px;
}


/* numbers */

.stat-text h2,
.stat-text .num {
    font-family: 'Times New Roman', serif;
    /* ✅ نفس الخط */
    font-size: 55px;
    font-weight: 900;
    line-height: 1;
}

.plus {
    font-size: 45px;
    font-weight: 800;
    margin-right: 4px;
}


/* label text */

.stat-text p {
    margin: 0;
    font-size: 26px;
    color: #000;
    font-family: 'Times New Roman', serif;
}


/* red line bar */

.red-line {
    width: 20px;
    height: 95px;
    background: #c54d4b;
    border-radius: 20px;
}


/* Center image (oval) */

.stats-center {
    width: 340px;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oval-bg {
    width: 100%;
    height: 100%;
    background: #f3d8d8;
    border-radius: 200px;
    position: absolute;
}

.stats-image {
    width: 80%;
    position: relative;
    z-index: 2;
}


/* موبايل */

@media (max-width: 768px) {
    /* جعل المحتوى عمودي */
    .stats-container {
        flex-direction: column;
        gap: 40px;
    }
    /* الصورة أول شيء */
    .stats-center {
        order: 1;
        width: 260px;
        height: 380px;
    }
    /* العمود اليسار */
    .left-column {
        order: 2;
        width: 100%;
        align-items: center;
    }
    /* العمود اليمين */
    .right-column {
        order: 3;
        width: 100%;
        align-items: center;
    }
    /* كل stat box يكون في وسط الشاشة */
    .stat-box {
        justify-content: center;
        gap: 15px;
    }
    /* تصغير الخطوط لتناسب الهاتف */
    .stat-text h2 {
        font-size: 40px;
    }
    .stat-text p {
        font-size: 20px;
    }
    .red-line {
        height: 70px;
        width: 14px;
    }
}


/* القسم بالكامل */


/* الحاوية العامة */

.contact-section {
    height: 100vh;
    /* الصفحة بالكامل */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #faf4f5;
    position: relative;
    overflow: hidden;
}


/* العنوان */

.section-title {
    font-size: 40px;
    color: #0b2243;
    text-align: center;
    margin-top: 60px;
    display: inline-block;
    padding-bottom: 5px;
    z-index: 2;
}


/* الكارد الذي يبدأ بعد العنوان بمسافة */

.contact-box {
    position: absolute;
    /* ألغينا الـ absolute لتتحكم المسافات بسهولة */
    margin-top: 60px;
    /* المسافة بين العنوان والكارد */
    width: 100%;
    top: 15%;
    bottom: 0;
    left: 0;
    right: 0;
    /* يغطي النصف السفلي تقريباً */
    background: #e4dfdf6d;
    border-radius: 30px 30px 0 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px 60px;
    color: #fff;
}


/* معلومات التواصل */

.contact-info {
    flex: 1;
    max-width: 400px;
    font-family: Arial, Helvetica, sans-serif;
}

.contact-info h2 {
    margin-bottom: 20px;
    border-bottom: 2px solid #c46564;
    display: inline-block;
    padding-bottom: 5px;
}

.contact-info p {
    margin: 12px 0;
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info h1 {
    color: #706f6f;
    font-size: 13px;
    display: flex;
}

.contact-info i {
    color: #000000;
    font-size: 18px;
}

.contact-info .info,
.contact-info p {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

.contact-info .info.active,
.contact-info p.active {
    opacity: 1;
    transform: translateY(0);
}


/* الفورم */

.contact-form {
    flex: 1;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input,
.textarea {
    width: 100%;
    /* ✅ تملأ الشاشة بالكامل */
    padding: 15px 20px;
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    direction: rtl;
    /* ✅ الكتابة من اليمين إلى اليسار */
    text-align: right;
    /* ✅ النص بمحاذاة اليمين */
    outline: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    /* 🔹 مسافة بسيطة بين الخانات */
}


/* ✅ عند الضغط */

.input:focus,
.textarea:focus {
    box-shadow: 0 0 10px #d88a89;
    transform: scale(1.01);
}

.input::placeholder,
.textarea::placeholder {
    color: #b0b0b0;
}

.textarea {
    height: 100px;
    resize: none;
}

.button {
    margin-top: 5px;
    font-size: 14px;
    background: #ca6b69;
    color: #ffffff;
    padding: 0.7em 0;
    border-radius: 3em;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.button:hover {
    background: #be4846;
    color: #ffffff;
}


/* استجابة للجوال */

@media (max-width: 768px) {
    .contact-box {
        flex-direction: column;
        height: auto;
        padding: 30px 20px;
        text-align: center;
        margin-top: 40px;
    }
    .contact-info,
    .contact-form {
        max-width: 100%;
    }
    .contact-info p {
        font-size: 15px;
        margin-top: 0;
    }
    .contact-info {
        margin-top: 50px !important;
        margin-bottom: 30px !important;
    }
}

.footer-section {
    padding: 20px 0;
    background: #252525;
}

.footer-section :where(.copyright-text,
.social-link,
.policy-link) {
    color: white;
    transition: 0.2s ease;
}

.footer-section .section-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-section .socil-link-list {
    display: flex;
    gap: 25px;
}

.footer-section .socil-link-list .social-link {
    font-size: var(--font-size-1);
}

.footer-section .socil-link-list .social-link:hover,
.footer-section .policy-text .policy-link:hover {
    color: #f3d8d8;
}

.footer-section .policy-text .separator {
    margin: 0 5px;
    color: white;
}

@media screen and (max-width: 1024px) {
    .menu-section .menu-list {
        gap: 60px;
    }
    .menu-section .menu-list .menu-item {
        width: calc(100% / 3 - 60px);
    }
}

@media screen and (max-width: 900px) {
     :root {
        --font-size-m: 1rem;
        --font-size-1: 1.3rem;
        --font-size-xl: 1.5rem;
        --font-size-xxl: 1.8rem;
    }
    body.show-mobile-menu header {
        background: none;
        /* 🔹 الهيدر أبيض بالكامل */
        backdrop-filter: none;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 2000;
    }
    /* القائمة نفسها */
    .nav-menu {
        position: fixed;
        top: 70px;
        /* تحت الهيدر */
        left: 0;
        width: 100%;
        background: #fff;
        /* 🔹 القائمة بخلفية بيضاء */
        z-index: 1900;
        padding: 20px 0;
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    body.show-mobile-menu .nav-menu {
        display: flex;
    }
    /* باقي الصفحة يكون شفاف بضباب خفيف */
    body.show-mobile-menu::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        /* شفافية خفيفة */
        backdrop-filter: blur(5px);
        /* ضباب بسيط */
        z-index: 1500;
        /* خلف القائمة والهيدر */
    }
    /* عناصر القائمة */
    .nav-menu .nav-link {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
    }
    .navbar .nav-menu {
        display: block;
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 100px;
        background: white;
        transition: left 0.2s ease;
    }
    .navbar :where(#menu-close-button,
    #menu-open-button) {
        display: block;
        font-size: var(--font-size-1);
    }
    .navbar #menu-close-button {
        position: absolute;
        right: 30px;
        top: 30px;
    }
    .navbar #menu-open-button {
        color: #ffffff;
    }
    body.show-mobile-menu .navbar .nav-menu {
        left: 0;
    }
    .navbar .nav-menu .nav-link {
        color: black;
        display: block;
        margin-top: 17px;
        font-size: var(--font-size-1);
    }
    .about-section .section-content {
        gap: 70px;
        flex-direction: column;
    }
    .about-section .about-image-wrapper .about-image {
        width: 100%;
        height: 100%;
        max-width: 250px;
        aspect-ratio: 1;
    }
    .menu-section .menu-list .menu-item {
        width: 100%;
        /* كل عنصر ياخذ عرض الصفحة بالكامل */
    }
    .menu-section .menu-list {
        flex-direction: column;
        /* ترتيب عمودي */
        align-items: center;
    }
    .menu-section .menu-list .menu-item .menu-image {
        max-width: 200px;
    }
    .contact-section .section-contact {
        align-items: center;
        flex-direction: column-reverse;
    }
    .contact-section .section-contact .form {
        width: 70%;
        margin-left: 50px;
        margin-right: 50px;
    }
    .contact-section .section-contact .bgblue {
        margin-left: 50px;
        margin-right: 50px;
        padding-top: 5px;
    }
    .contact-form {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        /* ✅ تمتد الخانات بعرض الحاوية بالكامل */
        direction: rtl;
        /* ✅ من اليمين إلى اليسار */
        text-align: right;
        padding: 0;
        margin: 0;
    }
    .input,
    .textarea {
        width: 100%;
        /* ✅ تملى الصفحة بالكامل */
        padding: 15px 20px;
        background-color: #ffffff;
        border-radius: 10px;
        border: none;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        direction: rtl;
        /* ✅ الاتجاه العربي */
        text-align: right;
        outline: none;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
        transition: box-shadow 0.3s ease, transform 0.2s ease;
        /* 🔹 مسافة بسيطة بين الحقول */
    }
    /* ✅ تأثير عند التحديد */
    .input:focus,
    .textarea:focus {
        box-shadow: 0 0 10px rgba(47, 109, 202, 0.6);
        transform: scale(1.01);
    }
    /* ✅ زر الإرسال */
    .button {
        width: 100%;
        padding: 14px;
        border: none;
        border-radius: 10px;
        background-color: #ca6b69;
        color: white;
        font-size: 18px;
        cursor: pointer;
        transition: background 0.3s ease, transform 0.2s ease;
    }
    .button:hover {
        background-color: #be4846;
        transform: scale(1.02);
    }
    .footer-section {
        padding: 0;
        font-size: 15px;
    }
    .navbar .nav-logo {
        display: flex;
        justify-content: flex-end;
        /* ✅ يدفع النص إلى أقصى اليمين */
        align-items: center;
        width: 35%;
        /* عرض منطقة الشعار */
    }
    .navbar .nav-logo .logo-text {
        color: #fff;
        width: 100%;
        text-align: right;
        /* ✅ تأكيد أن النص بمحاذاة اليمين */
    }
}

@media screen and (max-width: 640px) {
    .menu-section .menu-list {
        gap: 60px;
    }
    .menu-section .menu-list .menu-itemt,
    .gallery-section .gallery-list .gallery-item {
        width: 100%;
    }
    .footer-section .section-contact {
        flex-direction: column;
        /* ✅ فوق لتحت */
        gap: 20px;
        /* ✅ تباعد جميل */
        text-align: center;
    }
    .section-contact {
        flex-direction: column;
        /* ✅ يتحول إلى عمودي */
        gap: 20px;
        /* مسافة مناسبة بين العناصر */
        text-align: center;
    }
}