/* Add custom CSS styles below */ 
/* الكونتينر بتاع البانر */
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(4) > div {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 700px !important;      /* ارتفاع ثابت */
  overflow: hidden !important;
  position: relative;
}

/* الصورة جوا البانر */
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(4) > div > a > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;        /* يملأ المساحة المحددة */
  object-fit: cover !important;   /* يخلي الصورة مغطية البانر */
  object-position: center center; /* يخليها متوسّطة */
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}













@media (max-width: 768px) {
  #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(4) > div {
    height: 400px !important; /* تقليل الارتفاع للموبايل */
    
    .banner-title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  line-height: 1.4;
}
    
  }
}



#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(9) > div {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;      /* ارتفاع ثابت */
  overflow: hidden !important;
  position: relative;
}




#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(9) > div > a > img{

  display: block !important;
  width: 100% !important;
  height: 100% !important;        /* يملأ المساحة المحددة */
  object-fit: cover !important;   /* يخلي الصورة مغطية البانر */
  object-position: center center; /* يخليها متوسّطة */
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;

}



/* يغطي البانر */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(31, 31, 31, 0.6),
    rgba(51, 51, 51, 0.2)
  );
  display: flex;
   /* العناصر في اليمين */
  align-items: center;       /* في النص عمودي */
  padding: 40px;
  z-index: 10;
  box-sizing: border-box;
  direction: rtl; /* 👈 مهم للعربي */
}

/* المحتوى */
.banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* النصوص لليمين */
  gap: 20px;
  max-width: 500px;
  color: #fff;
  text-align: right; /* 👈 النص يمين */
  z-index: 2;
  direction: rtl; /* 👈 برضه مهم */
}

/* العنوان */
.banner-title {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  line-height: 1.4;
}

/* النص */
.banner-text {
  font-size: 20px;
  line-height: 1.8;
  margin: 0;
  color: #f1f1f1;
}

/* الزر */
.banner-btn {
  display: inline-block;
  background: #5F0E0D;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: background 0.3s ease;
}

.banner-btn:hover {
  background: #3a0706;
}

#mainnav > div{
z-index: 2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
color:black;
}

@media (min-width: 640px) {
    .s-block {
        padding-top: 0rem;
        padding-bottom: 1.5rem;
        
    }
}

.s-block {
    padding-top: 0rem;
    padding-bottom: 3rem;
}


@media (min-width: 640px) {
    .s-block {
        margin-top: 0rem;
    }
}

.s-block {
    margin-top: 0rem;
}