@font-face {
font-family: 'MyCustomFont';
src: url('./font.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'MyCustomFont';
    background-color: #ffe5c0; /* لون الخلفية */
    text-align: center;
    direction: rtl;
}

/* الهيدر */
header {
    height: 100vh; /* ارتفاع الهيدر يغطي الشاشة */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffe5c0;
}

header img {
    width: 60%; /* عرض الصورة */
    max-width: 500px; /* الحد الأقصى للعرض */
    border-radius: 10px; /* حواف مستديرة للصورة */
    margin-bottom: 20px;
    border-style: solid;
    border-color: #094f40;
}

.social-icons1 {
    display: flex;
    justify-content: center;
    gap: 20px; /* تباعد بين الأيقونات */
}

.social-icons1 a {
    text-decoration: none;
    color: #094f40;
    font-size: 2rem; /* حجم الأيقونات */
    transition: color 0.3s ease;
}

.social-icons1 a:hover {
    color: #ff5722; /* لون عند التمرير */
    transform: scale(1.08);
}

/* تنسيق محتوى الصفحة */
.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    margin: 50px auto;
    max-width: 1200px;
    padding: 20px;
}

/* تنسيق عنوان القسم */
.section-title {
    font-size: 2.5em;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* تنسيق وصف القسم */
.section-description {
    font-size: 1.2em;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 800px;
}

/* تنسيق الصورة */
.image-container {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* تنسيق الوسائط (للتأكد من توافق التنسيق مع الشاشات الصغيرة) */
@media screen and (max-width: 768px) {
    .section-title {
        font-size: 2em;
    }
    .section-description {
        font-size: 1em;
    }
}

/* روابط التطبيقات */
.download-apps {
    margin: 20px 0;
}

.download-apps img {
    width: 150px;
    margin: 0 10px;
    
}


/* معرض الصور */
.gallery {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
padding: 80px;
margin-bottom: 50px;
}

.gallery img {
width: 100%;
height: auto;
border-radius: 10px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery img:hover {
transform: scale(1.05);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* الفوتر */
footer {
    background-color: #094f40;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.footer-container {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap; /* يجعل العناصر تتكدس على الشاشات الصغيرة */
gap: 10px;
}

/* الجهة اليسرى */
.social-icons a {
margin: 0 10px;
font-size: 1.5rem;
color: #fff;
text-decoration: none;
transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
transform: scale(1.2); /* تكبير عند التمرير */
color: #ff5722; /* تغيير لون الإيقونة عند التمرير */
}

/* الوسط */
.center-content {
text-align: center;
flex: 1; /* يجعل النص في الوسط */
}

.center-content p {
margin: 0;
font-size: 0.9rem;
}

/* الجهة اليمنى */
.contact-info {
    cursor: pointer;
}

.contact-info:hover p {
    color: #ff5722; /* تغيير اللون عند التمرير */
}


.contact-info p {
margin: 0;
font-size: 0.9rem;
}

/* وسائل الإعلام لتصميم متجاوب */
@media (max-width: 768px) {
.footer-container {
flex-direction: column;
text-align: center;
}

.contact-info {
text-align: center;
}

@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr); /* عمودان فقط على الشاشات الصغيرة */
    }

    .gallery img:hover {
        transform: scale(1.60);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        }
}

@media (max-width: 480px) {
    .gallery {
        grid-template-columns: 1fr; /* عمود واحد على الشاشات الصغيرة جدًا */
    }
}

}
/* تصميم الأزرار في شريط العناوين */
.header-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    flex-wrap: nowrap; /* منع الأزرار من اللف والتغيير إلى عمودي */
}

/* تصميم الأزرار */
.header-buttons button {
    background-color: #094f40;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* تأثير التمرير */
.header-buttons button:hover {
    background-color: #ff5722;
}

/* تصميم متجاوب لأجهزة الشاشات الصغيرة */
@media (max-width: 768px) {
    .header-buttons button {
        font-size: 0.9rem; /* تقليص حجم الخط على الشاشات الصغيرة */
        padding: 8px 16px; /* تقليص الحشو */
    }
}

@media (max-width: 480px) {
    .header-buttons button {
        font-size: 0.8rem; /* تقليص حجم الخط بشكل أكبر */
        padding: 6px 12px; /* تقليص الحشو بشكل أكبر */
    }
}



/* موديل */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align:right;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor:default;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

.phone-grid, .email-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 10px; /* Space between items */
    margin-top: 20px;
    text-align: center;
    direction: rtl;
}

.phone-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    border: 1px solid #FEA419; /* Equal border for all items */
    padding: 10px; /* Inner padding */
    border-radius: 8px; /* Rounded corners */
    background-color: #f9f9f9;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
    color: #094f40;
}

.phone-item:hover {
    background-color: #ff5722;
    color: #fff;
}

.phone-item, a {

    text-decoration: none;
    color: #094f40;
}


/* تخصيص تصميم الأفرع ليشبه تصميم الأرقام */
.branches-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 10px; /* Space between items */
    margin-top: 20px;
    text-align: center;
    direction: rtl;
}

.branch-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    border: 1px solid #FEA419; /* Equal border for all items */
    padding: 10px; /* Inner padding */
    border-radius: 8px; /* Rounded corners */
    background-color: #f9f9f9;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.branch-item:hover {
    background-color: #ff5722;
    color: #fff;
}

.branch-item i {
    color: #094f40;
    font-size: 20px;
}

/* تحسين التوافق مع الشاشات الصغيرة */
@media screen and (max-width: 768px) {
    .modal-content {
        width: 90%; /* توسيع الموديل ليأخذ معظم الشاشة في الأجهزة الصغيرة */
        margin-top: 25%;
    }

    .phone-grid {
        grid-template-columns: 1fr; /* عمود واحد في الشاشات الصغيرة */
    }

    .phone-item {
        font-size: 16px; /* تقليل حجم النص للأجهزة الصغيرة */
    }

    .branch-item {
        font-size: 16px; /* تقليل حجم النص للأجهزة الصغيرة */
    }
}

@media screen and (max-width: 480px) {
    .modal-content {
        width: 95%; /* تكبير الموديل ليتناسب مع أصغر الشاشات */
    }

    .close {
        font-size: 24px; /* تقليل حجم زر الإغلاق في الشاشات الصغيرة */
    }

    .phone-item {
        font-size: 14px; /* تقليل حجم النص للأجهزة الصغيرة جدًا */
    }

    .branch-item {
        font-size: 14px; /* تقليل حجم النص للأجهزة الصغيرة جدًا */
    }
    .branches-grid {
    grid-template-columns: 1fr; /* عمود واحد في الشاشات الصغيرة */
}

}

/* زر الرجوع للأعلى */
#backToTop {
    position: fixed;
    bottom: 20px; /* الموقع الابتدائي */
    right: 20px;
    background-color: #094f40;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: none; /* إخفاء الزر افتراضيًا */
    z-index: 1000;
    transition: opacity 0.3s ease, bottom 0.3s ease;
}

/* إظهار الزر عند التمرير */
#backToTop.show {
    display: block;
    opacity: 1;
}

/* إخفاء الزر عند الوصول للفوتر */
#backToTop.hide {
    transform: translateY(-80px);
    opacity: 100;
}

#backToTop:hover {
    background-color: #ff5722;
}

