
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
        
}

body {
    FONT-FAMILY:'Tajawal', sans-serif;
    background-color: #ffffff;
    color: rgb(255, 255, 255);
    overflow-x: hidden;
    direction: rtl;

}

/* شريط التنقل الأساسي */
.navbar {
    background: linear-gradient(135deg, #222831 0%, #393E46 100%);
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

.navbar h1 {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
}

/* إعدادات القائمة */
.navbar ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 20px;
    direction: rtl;
}

.navbar ul li {
    position: relative;
}

.navbar ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 15px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 5px;
}

.navbar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffab40;
}

/* زر القائمة في الجوال */
.menu-toggle {
    display: none;
    font-size: 32px;
    cursor: pointer;
    color: #ffffff;
}

/* إعدادات القائمة المنسدلة للجوال */
.navbar ul.mobile-menu {
    display: none;
    flex-direction: column;
    background:linear-gradient(135deg, #222831 0%, #393E46 100%);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    overflow: hidden;
    max-height:0;
    transition: max-height 0.3s ease-in-out;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.navbar ul.mobile-menu li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar ul.mobile-menu li a {
    padding: 15px 20px;
    display: block;
    color: #ffffff;
    font-size: 15PX;
    font-weight: 600;
    letter-spacing: 1.2px;
    transition: background-color 0.3s ease, color 0.3s ease, padding-left 0.3s ease;
    position: relative;
}

/* سهم صغير بجانب كل عنصر */
.navbar ul.mobile-menu li a::after {
    content: '->';
    position: absolute;
    right: 20px;
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* تأثير التحويم */
.navbar ul.mobile-menu li a:hover {
    background: linear-gradient(135deg, #222831 0%, #393E46 100%) ;
    color: #003b54;
    padding-left: 30px;
}

/* تحريك السهم عند التحويم */
.navbar ul.mobile-menu li a:hover::after {
    transform: translateX(-10px);
}

/* تأثير الإزاحة للمحتوى */
.content {
    /* padding: 20px 10px; */
    transition: transform 0.3s ease-in-out;
    transform: translateY(0);
}    


/* التأثير عند الفتح على الجوال */
.open .navbar ul.mobile-menu {
    max-height: 1200px; /* اضبط هذه القيمة حسب طول القائمة */
}
/* 
.open .content {
    transform: translateY(250px); /* اضبط هذه القيمة حسب طول القائمة المنسدلة */
 

/* تحسين استجابة التصميم */
@media (max-width: 1000px) {
.navbar ul {
display: none; /* إخفاء القائمة الرئيسية */
}

.menu-toggle {
display: inline-block; /* إظهار زر القائمة */
}

.navbar ul.mobile-menu {
display: flex; /* إظهار قائمة الجوال عند الفتح */
}
}

@media (min-width: 769px) {
    .navbar {
        border-radius: 5px;
    }
}
/* section{
    padding: 40px;
    background-color: aliceblue;
    border-radius: 10px;
    box-shadow: -5px 5px 5px #00564933;
    margin-bottom: 15px;
} */



.circle {

background: linear-gradient(45deg, #8a8a8a, rgb(0, 0, 0));
color: #ffffff; 
width: 150px;
height: 30px;
text-align: center;
position: fixed;
left: 0%;
bottom: 15%;
padding: 0px 10px;
border-radius: 0 10px 10px 0;
font-weight: bold;
box-shadow: -5px 7px 17px -6px gray;
}

.circle::before{
content: '';
background: linear-gradient(45deg, rgb(193 143 68), rgb(193 143 68));
width: 150px;
height: 30px;
border: 5px solid #ffffff;
position: absolute;
top: -5px;
left: -16px;
z-index: -1;
animation: xrx 2s infinite;
border-radius: 0 10PX 10PX 0;
}

/*     
.circle::after{
content: ''; */
/* background: linear-gradient(45deg, rgb(250, 150, 0),#000); */
/* width: 120px;
height: 120px;
border: 10px solid rgb(0, 0, 0);
border-radius: 50%;
position: absolute;
top: -55px;
left: 30px;
z-index: -1;
animation: xrx 2s infinite;
}
*/

@keyframes xrx {
0% {
    
    opacity: 1;
    width: 0;
}
100% {
    
    opacity: 0.3;
    width: 160PX;
}
}
.wha{
position: fixed;
right: 0;
bottom: 15%;
font-size: 25px;
background-color: #ffffff;
padding: 10px;
border-radius: 10px 0 0 10px;
box-shadow: -5px 7px 17px -6px gray;
padding-left: 15px;

}
.face{
position: fixed;
right: 0;
bottom: 2%;
font-size: 25px;
background-color: #ffffff;
padding: 10px;
border-radius: 10px 0 0 10px;
box-shadow: -5px 7px 17px -6px gray;
margin-bottom: 20px;
}



/* تصميم الفوتر */
.footer {
    background: linear-gradient(135deg, #222831 0%, #393E46 100%);
    color: #fff;
    padding: 40px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.footer .info, .footer .social {
    flex: 1;
    /* min-width: 250px; */
}

.footer .info {
    text-align: center;
}

.footer h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer p {
    font-size: 16px;
    margin: 5px 0;
}

.footer a {
    color: #ffab40;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #ffffff;
}

.social-icons a {
    font-size: 24px;
    color: #ffffff;
    transition: color 0.3s ease;
}
/* تنسيق أيقونات وسائل التواصل الاجتماعي */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}


.social-icons a:hover {
    color: #ffab40;
}

/* تحسين استجابة التصميم */
@media (max-width: 768px) {
    .footer {
        padding: 20px 5%;
    }
}
.A{
    width: 100%;
    background: #fff;
    height: 200PX;
    BORDER-RADIUS: 10PX;
    BOX-SHADOW: 0PX 0PX 10PX -4PX #000;
}
/* تنسيق الساكشن الأول */

.custom-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    background: linear-gradient(135deg, #222831 0%, #393E46 100%);
    border-radius: 0 0 50px 50px;
    /* margin: 10px auto;
    max-width: 1400px; */
    color: #ffffff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
  }
  
  .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    direction: rtl;
  }
  
  .text-content {
    flex: 1;
    padding: 20px;
    z-index: 2;
    text-align: -webkit-center;
  }
  
  .text-content h1 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .text-content p {
    font-size: 15px;
    color: #e0e0e0;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 500px;
    
  }
  
  .cta-button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 13px;
    color: #fff;
    background-color: #c18f44;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: inset 0px 0px 3px #000;
    font-weight: bold;
  }
  
  .cta-button:hover {
    background-color: #ffffff;
    transform: scale(1.05);
    color:#000;
  }
  
  .image-content {
    flex: 1;
    text-align: center;
    z-index: 1;
    position: relative;
  }
  
  .image-content img {
    width: 200px;
    height: 180px;
    border-radius: 20%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding:20px;
  }
  
  .image-content img:hover {
    transform: scale(1.05);
    opacity: 0.9;
    box-shadow: 10PX 10PX 50PX #000 ;
  }
  
  .custom-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(255 255 255 / 12%) 0%, rgb(113 113 113)  70%);
    z-index: 0;
    transform: rotate(45deg);
  }

  
  .content_2 {
    display: block;
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: inset 0px 0px 5px 2px rgb(160 160 160);
    height: 100%;

  }

  /* ستايلات الجوال */
  @media (max-width: 769px) {
      .content-wrapper{
          display: block;
      }
      .custom-section{
          padding: 20px;
      }
      .custom_2{
          display: grid;
          grid-template-columns: repeat(1,auto);
          gap: 10px;
      }
      .custom-section::before{
        content: '';
        position: absolute;
        top: -82%;
        left: -50%;
        width: 50%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.521) 0%, rgba(0, 0, 0, 0) 70%);
        z-index: 0;
        transform: rotate(114deg);
      }

      .content_2{
        display: block;
        width: 100%;
        background: #ffffff;
        border-radius: 50px;
        padding: 20px;
        box-shadow: inset 0px 0px 11px 1px rgb(160 160 160);
        height: 100%;
    
    }
    .custom_3 .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
    
}
    
      }
    /* ======================= */
/*     CUSTOM_3 SECTION    */
/* ======================= */

.custom_3 {
    padding: 0px 10px 20px;
    background: #f2f2f2;
    color: #000;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}

.custom_3 h1 {
    background: rgb(193 143 68);
    color: #fff;
    padding: 10px 25px;
    border-radius: 0 0 12px 12px;
    text-align: center;
    width: fit-content;
    margin: 0 auto 25px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    font-size: 20px;
    letter-spacing: 1px;
}

/* الشبكة */
.custom_3 .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
    
}

/* البطاقات */
.custom_3 .card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
    transition: 0.3s;
    border-right: 5px solid rgb(193 143 68);
}

.custom_3 .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.18);
}

.custom_3 .card h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: rgb(193 143 68);
}

.custom_3 .card p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}


  