/* ===== تنسيق الناف بار ===== */
.navbar {
    width: 100%;
    position: fixed;
    /* ثابت في الأعلى */
    top: 0;
    left: 0;
    z-index: 1000;
    height: 98px;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* توزيع العناصر */
    align-items: center;
    padding: 0 50px;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-family: "Tahoma", sans-serif;
    direction: rtl;
    /* لأن النص عربي */
}

/* الحاوية التي تضم الشعار والقائمة */
.navbar .left-group {
    display: flex;
    align-items: center;
    gap: 40px;
    /* المسافة بين الشعار والقائمة */
}

/* الشعار */
.navbar .logo img {
    height: 134px;
    width: auto;
    display: block;
}

/* روابط القائمة */
.navbar .nav-links {
    display: flex;
    align-items: center;
    gap: 40px;
}

.navbar .nav-links a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    transition: color 0.3s ease;
}

.navbar .nav-links a:hover {
    color: #e7272d;
}
.navbar .nav-links a.active{
  color:#e7272d;
}
/* الأيقونات الاجتماعية */
.navbar .actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar .actions img {
    height: 24px;
    width: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.navbar .actions img:hover {
    transform: scale(1.2);
}

.navbar .lang button {
    background: transparent;
    color: #e7272d;
    border: none;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar .lang button:hover {
    background: #e7272d;
    color: #fff;
}

/* استجابة للشاشات الصغيرة */
@media (max-width: 992px) {
    .navbar {
        flex-direction: column;
        height: auto;
        padding: 10px 20px;
        gap: 15px;
    }

    .navbar .left-group {
        flex-direction: column;
        gap: 15px;
    }

    .navbar .nav-links {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.Main {
    position: relative;
    width: 100%;
    height: 984px;
    background: url("Images/Main.png") no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    /* عمودي */
    justify-content: flex-start;
    /* علشان نحط المحتوى على اليمين */
    direction: rtl;
    color: #fff;
}

.MainAbout {
    position: relative;
    width: 100%;
    height: 446px;
    background: url("Images/About.png") no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    /* عمودي */
    justify-content: flex-start;
    /* علشان نحط المحتوى على اليمين */
    direction: rtl;
    color: #fff;
}

.Main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.MainAbout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.Main .container {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding-right: 80px;
    /* مسافة من اليمين */
    text-align: right;
    /* النص على اليمين */
}

.Main h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.MainAbout h1 {
    position: absolute;
    left: 60%;
    /* بدل 66.32% عشان يتحرك شمال */
    right: 5.21%;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 75px;
    text-align: right;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
}

.Main p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.Main .About {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.Main .About:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* ===== قسم التعريف ===== */
.about {
    position: relative;
    width: 100%;
    background: #F5F5F5;
    /* من الفيجما */
    padding: 60px 80px;
    /* نفس الفراغ الجانبي في التصميم */
    box-sizing: border-box;
}

.about .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    max-width: 1294px;
    margin: 0 auto;

}

.about .text {
    flex: 1;
    text-align: right;
    /* محاذاة للنص العربي */
}

.info-sections {
    max-width: 80%;
    /* عرض تقريبي للحاوية الرئيسية */
    margin: 40px auto;
    /* توسيط الحاوية مع مسافة علوية وسفلية */
    display: flex;
    flex-direction: column;
    gap: 30px;

}

.about .text h2,
.info-sections h2,
.brand-content h2 {
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 75px;
    margin-bottom: 10px;
    /* المسافة بين h2 والخط */

    text-align: right;
}

.about .text h2::after,
.brand-content h2::after {
    content: "";
    display: block;
    width: 153px;
    border-top: 3px solid #F04130;
    /* نفس لون الخط b1 */
    margin-top: 5px;
    margin-right: 0;
    /* لو عايز الخط يبدأ من اليمين */
}

.info-sections h2::after {
    content: "";
    display: block;
    width: 153px;
    border-top: 3px solid #F04130;
    /* نفس لون الخط b1 */
    margin-top: 5px;
    margin-right: 0;
}

.info-sections .vision,
.info-sections .mission,
.info-sections .trademark-section {
    background-color: #FFFFFF;
    padding: 40px;
    /* حشوة داخلية لكل بطاقة */
    border-radius: 8px;
    /* حواف دائرية خفيفة */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    /* ظل خفيف كما في الصورة */
    text-align: right;
    /* محاذاة النص لليمين */
    /* المسافة بين كل قسم (البطاقة البيضاء) */
    border-right: 3px solid #F04130;
    border-radius: 0px;
}

.about .text p,
.info-sections p {
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 500;
    /* وسط */
    font-size: 18px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #22110B;
    margin-bottom: 20px;
}

.about .text button {
    background: #F04130;
    color: #FDF9EE;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #FDF9EE;
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.about .text button:hover {
    background: #FDF9EE;
    color: #F04130;
    border: 2px solid #F04130;
}


.about .image {
    width: 442px;
    height: 442px;
    background: url("Images/WhatsApp-Image.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 0;
    /* أو لو حبيت دائري */
}


/* ===== استجابة للشاشات الصغيرة ===== */
@media (max-width: 992px) {
    .about .container {
        flex-direction: column;
        text-align: center;
    }

    .about .text {
        text-align: center;
    }
}

/* التنسيق العام */
.brand-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    display: flex;
    align-items: center;
    font-family: 'Cairo', sans-serif;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
}

.brand-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 40px;
    overflow: hidden;
}

/* تنسيق الفيديو */
.brand-media {
    position: absolute;
    width: 834px;
    height: 600px;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.brand-media video,
.brand-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* تنسيق المحتوى النصي */
.brand-content {
    position: relative;
    width: 50%;
    margin-right: auto;
    margin-left: 900px;
    text-align: right;
    z-index: 2;
}

.title-wrapper {
    margin-bottom: 30px;
}

.brand-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    color: #22110B;
    margin-bottom: 10px;
    /* المسافة بين h2 والخط */
}

.title-divider {
    width: 153px;
    height: 3px;
    background: #F04130;
    margin-top: 15px;
}

.brand-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    color: #22110B;
    margin-bottom: 40px;
}

/* تنسيق زر المزيد */
.more-button {
    background: #F04130;
    color: #FDF9EE;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #FDF9EE;
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.more-button:hover {
    background: #FDF9EE;
    color: #F04130;
    border: 2px solid #F04130;
}

/* التجاوب مع الشاشات المتوسطة */
@media (max-width: 1200px) {
    .brand-section {
        flex-direction: column;
        padding: 60px 30px;
        min-height: auto;
    }

    .brand-media {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 834px;
        height: 500px;
        margin: 0 auto 40px;
    }

    .brand-content {
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }
}

/* التجاوب مع الشاشات الصغيرة */
@media (max-width: 768px) {
    .brand-section {
        padding: 40px 20px;
    }

    .brand-media {
        height: 350px;
    }

    .brand-title {
        font-size: 32px;
    }

    .brand-description {
        font-size: 16px;
    }

    .more-button {
        width: 100%;
        padding: 15px;
    }
}

.team {
    position: relative;
    width: 100%;
    height: 554px;
    background: url("Images/EltagamoTeam.png") no-repeat center center;
    background-size: cover;
    color: #fff;
    direction: rtl;
    display: flex;
    justify-content: center;
    /* توسيط أفقي */
    align-items: center;
    /* توسيط عمودي */
    text-align: center;
}

.team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    z-index: 1;
}

.team .content {
    position: relative;
    /* عشان يكون فوق طبقة ::before */
    z-index: 2;
    max-width: 700px;
    padding: 20px;
}

.team h2 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.team p {
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.team-btn {
    background: #F04130;
    color: #FDF9EE;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.team-btn:hover {
    background: #FDF9EE;
    color: #F04130;
    border: 2px solid #F04130;
}

.whatsapp {
    background: #F04130;
    /* لون الخلفية */
    padding: 40px 20px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 232px 232px;
    color: white;
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    /* نص عربي */
    overflow: hidden;
    /* لمنع المحتوى من تجاوز الحدود مع border-radius */

    /* اجعل القسم الرئيسي (whatsapp) حاوية flex للعناصر الكبيرة (OrderPicture و container) */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1440;
    /* تحديد أقصى عرض للقسم بأكمله */
    margin: 0 auto;
    /* توسيط القسم في الصفحة */
    gap: 30px;
    /* مسافة بين OrderPicture و container */
}

/* حاوية الصورة الكبيرة (الآن على اليمين في وضع RTL) */
.whatsapp .OrderPicture {
    width: 668px;
    height: 668px;
    flex: 1 1 400px;
    /* تضمن أن الصورة تأخذ مساحة كافية */
    order: 0;
    /* تم التغيير هنا: لتظهر على اليمين في اتجاه RTL */
    text-align: center;
}

.whatsapp .OrderPicture img {
    max-width: 100%;
    /* لضمان أن الصورة تتناسب داخل حاويتها */
    height: auto;
    display: block;
    /* إزالة المسافات الزائدة أسفل الصورة */
    margin: 0 auto;
    /* توسيط الصورة داخل div */
}

/* حاوية المحتوى الرئيسية (النص، أيقونة واتساب، زر) - الآن على اليسار وتتكادس عمودياً */
.whatsapp .container {
    flex: 1 1 500px;
    /* يسمح لها بالتمدد مع حد أدنى */
    order: 2;
    /* تم التغيير هنا: لتظهر على اليسار في اتجاه RTL */

    /* خصائص flex للحاوية الداخلية لجعل العناصر تتكدس عمودياً وتتم محاذاتها لليسار */
    display: flex;
    flex-direction: column;
    /* جعل العناصر تتكدس عمودياً */
    align-items: flex-start;
    /* تم التغيير هنا: محاذاة العناصر إلى اليسار (flex-start في RTL) */
    gap: 20px;
    /* مسافة بين العناصر الداخلية */
}

/* محتوى النص (الآن محاذاة لليسار) */
.whatsapp .text {
    width: 100%;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    text-align: center;
    /* توسيط النص */
    direction: rtl;
    /* اتجاه عربي */
}

.whatsapp .text h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 75px;
    color: #FDF9EE;
    margin-bottom: 20px;
    /* إزالة display flex و align-items */
}

.whatsapp .text p {
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    color: #FDF9EE;
    margin-bottom: 30px;
    /* إزالة display flex و align-items */
}

/* صورة الواتساب الصغيرة (محاذاة لليسار) */
.whatsapp .whatsapp-img {
    margin-top: 20px;
    /* مسافة مناسبة فوق الصورة */
    text-align: center;
    /* توسيط محتوى الحاوية أفقياً */
    width: 100%;
}

.whatsapp .whatsapp-img img {
    width: 610px;
    height: 123px;
    margin: 0 auto;
    display: block;
    /* لازم عشان margin: auto يشتغل */
    position: static;
    /* تأكد إنها مش absolute */
}


/* زر الطلب الذي يشغل عرضاً كاملاً في الأسفل (محاذاة لليسار) */
.whatsapp .OrderNow {
    width: 142px;
    height: 41px;
    margin: 20px auto 0;
    /* مسافة فوق الزر، وتوسيط أفقي */
    text-align: center;
    /* شيل position: absolute */
}

.whatsapp .OrderNow button {
    background-color: #128C7E;
    /* لون أخضر واتساب */
    border: none;
    color: white;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
}


.whatsapp .OrderNow button:hover {
    background-color: #075E54;
    /* لون خلفية أغمق عند التحويم */
}

/* استجابة التصميم للشاشات الأصغر */
@media (max-width: 768px) {
    .whatsapp {
        flex-direction: column;
        /* جعل العناصر تتكدس عموديًا على الشاشات الصغيرة */
        align-items: center;
        /* توسيط العناصر في وضع العمود */
        max-width: 100%;
        /* السماح للقسم بأخذ عرض كامل على الشاشات الصغيرة */
        padding: 20px 10px;
        /* تقليل الحشو قليلاً */
    }

    .whatsapp .OrderPicture,
    .whatsapp .container {
        order: unset;
        /* إزالة ترتيب flex-order الافتراضي للسماح بالتدفق الطبيعي */
        width: 100%;
        /* جعل العناصر تأخذ عرضًا كاملاً */
        flex-basis: auto;
        /* إزالة flex-basis المخصص */
    }

    .whatsapp .OrderPicture img {
        max-width: 80%;
        /* تصغير الصورة الكبيرة قليلاً على الجوال */
        margin-bottom: 20px;
        /* مسافة أسفل الصورة عند التكديس */
    }

    .whatsapp .container {
        margin-top: 0;
        /* إزالة أي مسافات إضافية عند التكديس */
        flex-direction: column;
        /* جعل العناصر الداخلية للـ container تتكدس عموديًا */
        align-items: center;
        /* توسيط العناصر الداخلية */
        padding-top: 20px;
        /* إضافة مسافة فاصلة بعد الصورة الكبيرة */
    }

    .whatsapp .container .text,
    .whatsapp .container .whatsapp-img,
    .whatsapp .container .OrderNow {
        order: unset;
        /* إزالة ترتيب flex-order الداخلي */
        width: 100%;
        /* عرض كامل */
        flex-basis: auto;
        text-align: center;
        /* توسيط النص على الشاشات الصغيرة */
    }

    .whatsapp .container .whatsapp-img img {
        margin: 20px auto;
        /* توسيط صورة الواتساب على الشاشات الصغيرة */
    }

}

.contact-quick {

    width: 100%;
    height: 525px;
    left: 4px;
    padding-bottom: 100px;
    /* فراغ أسفل المحتوى */
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);

    font-family: 'Cairo', sans-serif;
    color: #000;
    direction: rtl;
}

.contact-quick .container {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    gap: 30px;
    color: #22110B;
}

/* نص وتواصل */
.contact-quick .text {
    flex: 1 1 500px;
    text-align: right;
}

/* العنوان */
.contact-quick .text h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 15px;
    color: #22110B;
}

/* ابق على تواصل معنا */


/* الفقرة */
.contact-quick .text p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;

}

/* أيقونات التواصل */
.contact-quick .text img {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    cursor: pointer;
    vertical-align: middle;
    transition: transform 0.3s ease;
    color: #F04130;
    padding-bottom: 20px;
}

.contact-quick .text img:hover {
    transform: scale(1.1);
}

/* زر اتصل بنا */
.contact-quick .text button {
    background: #F04130;
    color: #FDF9EE;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #FDF9EE;
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-quick .text button:hover {
    background: #FDF9EE;
    color: #F04130;
    border: 2px solid #F04130;
}

/* صورة البيتزا */
.contact-quick .image {
    flex: 1 1 500px;
    text-align: center;
}

.contact-quick .image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    user-select: none;
}

/* ===== الفوتر المعدل مع التعديلات الجديدة ===== */
.footer {
    background-color: #22110B;
    color: #FDF9EE;
    padding: 4rem 0 0;
    position: relative;
    font-family: 'Cairo', sans-serif;
}

.footer .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 40px;

    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer h2 {
    color: #FDF9EE;
    font-weight: 700;
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 153px;
    height: 3px;
    background-color: #F04130;
    border-radius: 2px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 12px;
    position: relative;
    padding-right: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    transition: all 0.3s ease;
}

.footer ul li::before {
    content: '•';
    position: absolute;
    right: 0;
    color: #F04130;
}

.footer ul li:hover {
    color: #F8B02D;
    transform: translateX(-5px);
}

.footer a:link {
    text-decoration: none;
   color: #FDF9EE;

    /* يشيل الخط تحت اللينك */
}

.footer a:visited {
    color: #FDF9EE;
}

/* لما تقرب بالماوس */
.footer a:hover {
    color: orange;
}

الأقسام المعدلة حسب الطلب */

/* حقوق العلامة التجارية تحت قسم "حول المطعم" */
.TradMark {

    grid-row: 2;
    margin-top: 30px;
}

.Address {
    grid-column: 2 / 3;
    grid-row: 1;
}

.BranchTimes {
    grid-column: 3 / 4;
    grid-row: 1;
}

.BranchTimes table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.BranchTimes table tr {
    border-bottom: 1px solid rgba(253, 249, 238, 0.1);
}

.BranchTimes table td {
    padding: 8px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
}

.BranchTimes table td:first-child {
    padding-right: 20px;
    width: 40%;
}

/* الخط الساخن والواتساب تحت بعض */
.contact-info {
    grid-column: 2 / 3;
    grid-row: 2;
    margin-top: 30px;
}

.contact-info div {
    margin-bottom: 15px;
}

.copy {
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid rgba(253, 249, 238, 0.1);
    font-size: 14px;
    color: #FDF9EE;
    grid-column: 1 / -1;
    grid-row: 3;
}



/* التجاوبية */
@media (max-width: 992px) {
    .footer .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .About,
    .TradMark {
        grid-column: 1;
    }

    .Address,
    .contact-info {
        grid-column: 2;
    }

    .BranchTimes {
        grid-column: 1;
        grid-row: 3;
    }
}

@media (max-width: 768px) {
    .footer .container {
        grid-template-columns: 1fr;
    }

    .About,
    .TradMark,
    .Address,
    .contact-info,
    .BranchTimes {
        grid-column: 1;
    }

    .TradMark {
        grid-row: 2;
    }

    .Address {
        grid-row: 3;
    }

    .contact-info {
        grid-row: 4;
    }

    .BranchTimes {
        grid-row: 5;
    }

    .footer::before,
    .footer::after {
        display: none;
    }
}

/* تحميل خط كايرو */
@font-face {
    font-family: 'Cairo';
    src: url('fonts/Cairo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('fonts/Cairo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('fonts/Cairo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*Contact Us Page*/

.contact-branches h2 {
    color: #22110B;
    margin-bottom: 10px;
}

.contact-branches ul {
    list-style: none;
    padding: 0;
}

.contact-branches li {
    margin-bottom: 8px;
}

.contact-branches a {
    color: #F04130;
    text-decoration: none;
}

.contact-branches a:hover {
    text-decoration: underline;
}

/* للهواتف: عمود واحد */
@media (max-width: 768px) {
    .contact-branches {
        grid-template-columns: 1fr;
    }
}

/* Privacy Policy Page */
.contact-branches {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    /* عشان الخط يبقى ملاصق */
    padding: 0;
    background: #F5F5F5;
    margin-bottom: 80px;
}

.contact-branches::before {
    content: '';
    position: absolute;
    width: calc(100% - 160px);
    height: 100%;
    left: 80px;
    top: 0;
    background: #F5F5F5;
    border-right: 3px solid #F04130;
    border-radius: 0;
    z-index: -1;
}

.contact-info,
.branches {
    box-sizing: border-box;
    padding: 40px;
    background: #F5F5F5;
}

.contact-info {
    grid-area: contact;
    background: #F5F5F5;
    border-right: 3px solid #F04130;
    position: relative;
}

.branches {
    grid-area: branches;
    background: #F5F5F5;
    position: relative;
}

/* تخطيط Grid */
@media (min-width: 992px) {
    .contact-branches {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "branches contact";
        height: 442px;

    }
}

@media (max-width: 991px) {
    .contact-branches {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "branches"
            "contact";

    }

    .contact-info,
    .branches {
        border-right: none;
        border-bottom: 3px solid #F04130;
    }
}

/* العناوين */
.contact-branches h2 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 75px;
    color: #22110B;
    margin-bottom: 30px;
    position: relative;
}

.contact-branches h2::after {
    content: '';
    position: absolute;
    width: 153px;
    height: 3px;
    background: #F04130;
    bottom: -10px;
    right: 0;
}

/* القوائم */
.contact-branches ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-branches li {
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    color: #22110B;
    margin-bottom: 15px;
    position: relative;
    padding-right: 20px;
}

.contact-branches li strong {
    font-weight: 700;
}

.contact-branches li a {
    color: #F04130;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-branches li a:hover {
    text-decoration: underline;
}

/* النقاط الحمراء */
.contact-branches li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #F04130;
    border-radius: 50%;
    right: 0;
    top: 13px;
}

/* تحميل خط كايرو */
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Content Styling */
.privacy-policy,
.about-us,
.data-collection {
    margin-bottom: 40px;
}

.privacy-policy p,
.about-us p,
.data-collection p {
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 20px;
}

.data-collection ul {
    padding-right: 20px;
}

.data-collection li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
}

/* Contact Information */
.contact-info {
    margin-top: 50px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.contact-info strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 45px;
    display: inline-block;
    min-width: 150px;
}

.contact-info a {
    color: #F04130;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 45px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    h1 {
        font-size: 32px;
        line-height: 50px;
    }

    h2 {
        font-size: 26px;
        line-height: 40px;
    }

    .contact-info strong,
    .contact-info a {
        font-size: 20px;
        line-height: 35px;
    }
}

.branches-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    padding: 50px 80px;
    background: #f8f8f8;
}

.branch-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    overflow: hidden;
    border-right: 3px solid #F04130;
}

.branch-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.branch-title {
    font-family: 'Cairo', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #22110B;
    margin-bottom: 10px;
    position: relative;
}

.branch-title::after {
    content: "";
    display: block;
    width: 153px;
    border-top: 3px solid #F04130;
    margin-top: 5px;
}

.branch-address {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    color: #22110B;
    margin-bottom: 20px;
}

.visit-btn {
    background: #F04130;
    color: #FDF9EE;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    align-self: flex-start;
    transition: background 0.3s ease;
}

.visit-btn:hover {
    background: #FDF9EE;
    color: #F04130;
    border: 2px solid #F04130;
}

.branch-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-left: 3px solid #F04130;
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .branch-card {
        grid-template-columns: 1fr;
    }

    .branch-image img {
        border-left: none;
        border-top: 3px solid #F04130;
    }
}