/* Add custom CSS styles below */ 


@import
url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;600;700&display=swap');

body , 
button, 
input, 
textarea, 
select {
  font-family: 'Tajawal', sans-serif !important ;
}

/* body {
  background-image: url('https://img.freepik.com/free-vector/abstract-classic-blue-background-with-geometric-shape_23-2148424254.jpg');
  background-size: cover ;
  background-position: center ; 
  background-repeat: no-repeat ;
} */


.counter-box {
  display: flex;
  gap: 25px;
  justify-content: space-evenly;
  margin-top: 25px ;
  padding: 10px;
  padding-top: 20px ;
  width: full ;
  /* background-image: url("https://thewebmax.org/react/jobzilla/assets/images/home-5/ctr-bg.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.counter-item {
  text-align: center;
  filter: drop-shadow(0 2px 2px black) ;
  font-weight: bold;
  
}

.counter-number {
  font-size: 42px;
  font-weight: bold;
  color: white;
  
}

.counter-label {
  font-size: 15px;
  color: white;
  margin-top: 10px ;
}


.coupon-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.coupon-card {
  background: #fff;
  padding: 26px;
  border-radius: 16px;
  width: 90%;
  max-width: 380px;
  text-align: center;
  position: relative;
  animation: pop 0.4s ease;
}

.coupon-close {
  position: absolute;
  top: 10px;
  right: 14px;
  cursor: pointer;
  font-size: 22px;
}
.s-button-primary {
  padding: 3px ; 
  border-radius: 10px ;
}

.coupon-code {
  background: #f4f4f4;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 15px 0;
}

@keyframes pop {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}


main {
   /* background-image: url('https://i.ibb.co/kVTLddnk/pc2-1.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}

/* للجوال */
@media only screen and (max-width: 767px) {
    body {
        background-image: url('رابط_صورة_الجوال.jpg');
    }
}

/* للآيباد / الأجهزة المتوسطة */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        background-image: url('رابط_صورة_الآيباد.jpg');
    }
}



.faq {
  margin: 25px auto;
  border: 1px solid #eee;
  border-radius: 8px;
  direction: rtl;
  max-width: 80%;
  background: #fff;
}

.faq-item {
  border-bottom: 1px solid #eee;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  font-size: 14px;
  transition: all 0.3s ease;
  color: white ; 
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px;
  background-color: #83c2fc ; 
}


.brand-swiper {
  width: 100%;
  overflow: hidden; /* صحيح */
  padding: 20px 0;
  position: relative;
}

.brand-swiper .swiper-wrapper {
  display: flex; /* مهم */
}

.brand-swiper .swiper-slide {
  width: auto; /* مهم جداً مع slidesPerView: auto */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  transition: transition: transform 0.4s ease ;
}
/* .brand-swiper:active ,.swiper-slide:active {
  transform: scale(1.1) ;
} */

.brand-swiper img {
  height: 60px; 
 /* height: 400px; */
  width: auto;
  object-fit: contain;
}

/* Fade edges */
.brand-swiper::before,
.brand-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.bbrand-swiper::before {
  left: 0;
  background: linear-gradient(to right,#00497e, transparent);
}

.bbrand-swiper::after {
  right: 0;
  background: linear-gradient(to left,#00497e, transparent);
}


/* .brand-swiper {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.brand-swiper .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-swiper img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

}

.brand-item {
  flex: 0 0 auto;
  padding: 0 32px;
}

.brand-item img {
  height: 60px;
  width: auto;
  object-fit: contain;
}
*/
body {
 background-image: url('https://i.ibb.co/rGPd16mZ/A57-44.jpg');
  background-color: white ;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-nav-container{

  
}
.top-navbar {
  background-color: white ; 
}
.s-reviews-testimonial {
  min-width: 400px ; 
  max-width: 600px ; 
  border-radius: 20px ;  
  filter: drop-shadow(2px 2px 2px silver) ;
  margin-top: 3px ; 
  margin-bottom: 8px ; 
  
}
.s-reviews-header-wrapper {
  
}
h2 {
}

#preloader {
  position: fixed  ;
  inset: 0 ;
  background: #ffffff; 
  z-index: 999; 
  display: flex ; 
  align-items: center ;
  justify-content: center ; 
}
.loader {
  width: 50px ; 
  height: 50px ; 
  border: 5px solid #e0e0e0;
  border-top: 5px solid #2563eb;
  border-radius: 50% ; 
  animation: spin 1s linear infinite ;
}
@keyframes spin {
  to {transform: rotate(360deg);}
}

.s-reviews-swiper-slide {
  padding: 8px 0 ;
}
.s-slider-next , .s-slider-prev {
    display: none ; 
}

.whatsapp-under-faq {
  display: flex;
  justify-content: center;
  align-items: center;

  width: fit-content;
  margin: 30px auto;

  gap: 10px;
  padding: 14px 26px;
  background: #83c2fc;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  /* box-shadow: 0 8px 20px rgba(0,0,0,0.25); */
  transition: all 0.3s ease;
}

.whatsapp-under-faq:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 12px 26px rgba(0,0,0,0.35); */
}

.whatsapp-icon {
  font-size: 18px;
}