body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    direction: rtl !important;
    font-size: 16px !important;
    text-align: right;
    font-family: "Beiruti", sans-serif !important;
    font-weight: 600 !important;
}

.lang-font{
  font-family: "Beiruti", sans-serif !important;
}

.font-main, button, input, select, textarea {
    font-family: "Beiruti", sans-serif !important;
}


z-2000{
    z-index: 2000 !important;
}

.bottom-10{
    bottom: 4rem !important;
}
.iti {
    width: 100%;
}

  .iti__tel-input {
    width: 100%;
    overflow: hidden;
  }
.iti--fullscreen-popup .iti__dropdown-content {
    display: flex;
    flex-direction: column;
    max-height: 50%;
    /* position: relative; */
    /* justify-content: center; */
    margin: auto 0;
}
  .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 13px !important;
  }
.iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel] {
    padding-right: 83px !important;
    padding-left: 0 !important;
    text-align: right;
}
  .iti__selected-country {
    display: flex;
    flex-direction: row-reverse;
    border-left: 1px solid #ccc;
}
.iti--inline-dropdown:not(.iti--container) .iti__dropdown-content {
    position: absolute;
    z-index: 2;
    right: 0;
    left: auto;
}
  .iti__country-list {
    text-align: right !important;
    z-index: 9999 !important;
  }
.iti__country-container {
        right: 0 !important;
    left: auto !important;
  }
  .iti__flag-container {
        right: 0 !important;
    left: auto !important;
  }

  html[dir="rtl"] .iti__country-list {
    direction: rtl !important;
  }


 

  .mediaSwiper{ padding:10px 0; }

.mediaSwiper .swiper-slide{
  width:80%;
  max-width:950px;
}

.media-card{
  position:relative;
  border-radius:26px;
  overflow:hidden;
  height:420px;
  background:#e5e7eb;
  cursor: default;
}

.media-card.zoomable{ cursor: zoom-in; }

@media (max-width: 767px){
  .media-card{ height: 300px; }
}

.media-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.media-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.30);
}

/* arrows like screenshot */
.navBtn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border-radius:50%;
  background:rgba(0,0,0,.45);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:10;
  backdrop-filter: blur(6px);
}
.navBtn i{ font-size:22px; }
.navPrev{ left:15px; }
.navNext{ right:15px; }

/* play button */
.playBtn{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:60px;
  height:60px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:20;
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
}
.playBtn i{ font-size:26px; margin-left:2px; }

/* Modal */
.mediaModal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
}
.mediaBackdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.60);
}
.mediaBox{
  position:relative;
  z-index:2;
  width:min(980px, 100%);
  max-height:85vh;
  background:#000;
  border-radius:20px;
  overflow:hidden;
}
.mediaClose{
  position:absolute;
  top:10px;
  right:10px;
  width:40px;
  height:40px;
  border-radius:50%;
  background:rgba(255,255,255,.16);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:3;
}

/* YouTube container 16:9 */
.ytWrap{
  width:100%;
  aspect-ratio: 16 / 9;
  background:#000;
}

/* Zoomed image */
.zoomImg{
  width:100%;
  height:auto;
  max-height:85vh;
  object-fit:contain;
  display:block;
  background:#000;
}

  .specCard{
    @apply bg-white rounded-[22px] shadow-[0_18px_45px_rgba(0,0,0,0.06)]
    h-[120px] md:h-[130px]
    flex flex-col items-center justify-center gap-3
    text-center;
  }
  .specCard i{
    @apply text-[26px] text-[#2f5b4d];
  }
  .specText{
    @apply text-sm font-extrabold text-gray-800;
  }
  .specText span{
    @apply font-extrabold text-gray-900;
  }


