/* ===== RTL GLOBAL ===== */
body {
  direction: rtl;
  text-align: right;
  font-family: 'Cairo', 'Tajawal', sans-serif;
}

/* ===== MENU ===== */
.main-nav {
  direction: rtl;
}

.main-nav .nav {
  margin-right: auto;
  margin-left: 0;
}

/* ===== ICONS ===== */
.info li i,
.social-links li i,
.icon-button a i {
  margin-left: 8px;
  margin-right: 0;
}

/* ===== ACCORDION ===== */
.accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}

/* ===== INFO TABLE ===== */
.info-table ul li span {
  float: left;
}

/* ===== FORM ===== */
form label {
  float: right;
  text-align: right;
}

/* ===== OWL SLIDER FIX ===== */
.main-banner,
.owl-carousel,
.owl-stage-outer,
.owl-stage {
  direction: ltr !important;
}

.main-banner .header-text {
  direction: rtl;
  text-align: right;
}

.owl-carousel .owl-item img {
  display: block !important;
  width: 100%;
}












/* ===== الكمبيوتر (ديسكتوب) ===== */
@media (min-width: 992px) {

  .main-banner {
    height: 80vh;        /* كان أطول */
    min-height: 520px;
  }

  .main-banner .item {
    height: 80vh;
    min-height: 520px;
  }

  .main-banner .header-text h2 {
    font-size: 42px;     /* كان 50px */
    line-height: 1.3;
  }
}


/* ===== التابلت ===== */
@media (max-width: 991px) and (min-width: 769px) {

  .main-banner {
    height: 70vh;
    min-height: 460px;
  }

  .main-banner .item {
    height: 70vh;
    min-height: 460px;
  }

  .main-banner .header-text h2 {
    font-size: 32px;
  }
}


/* ===== الموبايل ===== */
@media (max-width: 768px) {

  .main-banner {
    height: 60vh;
    min-height: 380px;
  }

  .main-banner .item {
    height: 60vh;
    min-height: 380px;
  }

  .main-banner .header-text {
    top: 55%;
    transform: translateY(-50%);
    padding: 0 15px;
    text-align: center;
  }

  .main-banner .header-text h2 {
    font-size: 24px !important;
    line-height: 1.4;
  }

  .main-banner .header-text .category {
    font-size: 12px;
    padding: 5px 12px;
  }
}



/* تنسيق ارقام الفوتر  */


.main-footer {
  background: #1f1f1f;
  color: #ddd;
  padding: 35px 0;
  font-size: 14px;
}

.main-footer a {
  color: #f35525;
  text-decoration: none;
}

.footer-info h6 {
  color: #fff;
  margin: 5px 0;
}

.footer-title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 15px;
}

/* شبكة الأرقام */
.footer-phones-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.footer-phones-box a {
  background: #2c2c2c;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  transition: 0.3s;
}

.footer-phones-box i {
  background: #f35525;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.footer-phones-box a:hover {
  background: #f35525;
  transform: translateY(-3px);
}

.footer-phones-box a:hover i {
  background: #fff;
  color: #f35525;
}

/* موبايل */
@media (max-width: 768px) {
  .footer-info,
  .footer-title {
    text-align: center;
  }

  .footer-phones-box {
    margin-top: 15px;
  }
}


/*مساحة للفوتر */
.main-footer{
  background:#111;
  color:#fff;
  padding:30px 0 180px; /* فوق / جوانب / تحت */
}

