main .tp-banner-title-4 {
    font-size: 40px !importnat;
}

.tp-banner-title {
    color: #ffff !important;
}

.tp-banner-full-btn .tp-btn  {
    border-color: hsl(0 0% 0%);
    color: #ffff;
}

@media (max-width: 768px) {
  /* النص الأول */
  .tp-slider-title-4 {
    font-size: 30px !important; /* صغر حجم الخط */
    line-height: 1; /* كبر المسافة بين السطور */
  }

  /* لو فيه عنصر تاني بيستخدم --tp-ff-charm */
 .tp-slider-content-4 > span {
    font-size: 20px !important; /* صغر الحجم للنص التاني */
    line-height: 1.2; /* كبر المسافة بين السطور */

  }
}


.tp-slider-active-4 {
  max-width: 1100px !important;
  margin: 0 auto !important;
  overflow: hidden;
}


.tp-slider-item-4 {
  width: 80%;
  max-width: 80% !important;
  margin: 0 auto;
}
.tp-slider-thumb-4 img {
  width: 80%;
  height: auto;
  object-fit: contain;
}
.tp-slider-height-4 {
    min-height: 500px;
}

@media (max-width: 768px) {
.tp-slider-height-4 {
    min-height: 300px;
}
}



  .row.align-items-center {
    display: flex;
    flex-wrap: wrap;
  }

  .row.align-items-center > div:nth-of-type(1) {
    order: 2; /* اللوجو */
  }

  .row.align-items-center > div:nth-of-type(2) {
    order: 3; /* البحث */
  }

  .row.align-items-center > div:nth-of-type(3) {
    order: 1; /* الأزرار */
  }

  @media (max-width: 768px) {
    .row.align-items-center {
      flex-direction: column;
    }

    .row.align-items-center > div {
      width: 100% !important;
    }
  }

.logo a img {
    PADDING-LEFT: 70PX;
}