/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body {
  font-family: 'Cairo', sans-serif;
  
}

.wave-container svg path {
  animation: wave 3s linear infinite;
}


.sicon-menu:before {
    content: "\ed7f";
    margin-right: -18px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 40px;
    margin-right: -55px;
}
@keyframes wave {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.s-product-card-promotion-title {
  background: linear-gradient(90deg, #ff0000, #ff6666, #ff0000);
  background-size: 200% auto;
  animation: gradient 3s linear infinite;
}

@keyframes gradient {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.s-button-primary-outline {
  border: 2px solid #00bcd4;
  background: transparent;
  color: #00bcd4;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 12px;
  transition: all 0.3s ease;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.s-button-primary-outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0288d1, #00bcd4);
  z-index: 0;
  transition: all 0.4s ease;
}

.s-button-primary-outline:hover::before {
  left: 0;
}

.s-button-primary-outline:hover {
  color: white;
  border-color: #0288d1;
}

.s-button-primary-outline span {
  position: relative;
  z-index: 1;
}

.s-slider-block__title h2 {
  font-size: 1.3rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-family: 'Cairo', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  color: transparent;
}

  background: repeating-linear-gradient(
    120deg,
    #00f2fe,
    #4facfe 10%,
    #00f2fe 20%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: crazyWave 3s infinite linear, floatSlight 2s ease-in-out infinite;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
}



.s-slider-block__title h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #00f2fe, #4facfe, #00f2fe);
  background-size: 200% auto;
  animation: waveLine 2s linear infinite;
  border-radius: 3px;
}


@keyframes crazyWave {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}




@keyframes floatSlight {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}


@keyframes waveLine {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}



@media (max-width: 768px) {
  .s-slider-block__title h2 {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .s-slider-block__title h2::after {
    width: 60px;
  }
}



.s-reviews-container .swiper-slide-active .s-reviews-testimonial {
  background: linear-gradient(135deg, #e0f7ff, #cceeff); /* خلفية مائية ناعمة */
  border-radius: 16px;
  padding: 25px 30px;
  box-shadow: 0 8px 25px rgba(0, 174, 255, 0.12);
  transition: all 0.4s ease;
  position: relative;
  color: #003344;
  font-family: 'Cairo', sans-serif;
  overflow: hidden;
}



.s-reviews-container .swiper-slide-active .s-reviews-testimonial::before {
  content: "";
  position: absolute;
  width: 180%;
  height: 200%;
  top: -50%;
  left: -40%;
  background: radial-gradient(circle at center, rgba(0, 174, 255, 0.1), transparent 70%);
  animation: waterPulse 6s infinite ease-in-out;
  z-index: 0;
}

/* أي محتوى داخل المربع يبقى فوق التأثير */
.s-reviews-container .swiper-slide-active .s-reviews-testimonial * {
  position: relative;
  z-index: 1;
}

/* تأثير عند التمرير */
.s-reviews-container .swiper-slide-active .s-reviews-testimonial:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 174, 255, 0.2);
}












@keyframes waterPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.2;
  }
}







.bg-inherit {
 background: linear-gradient(135deg, #3ab5ff, #304857);
  color: #WHITE; /* لون نص واضح ومتناسق */
  padding: 15px 30px;
  border-bottom: 1px solid #b3e0ff;
  box-shadow: 0 4px 15px rgba(0, 174, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}




/* تأثير عند التمرير */
.bg-inherit.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-color: #e0f0ff;
}

.header-btn {
    border-style: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    margin-left: -15px;
}



/* نص وروابط */
.bg-inherit a,
.bg-inherit .nav-link {
  color: #a5e1ff;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 12px;
  transition: color 0.3s ease;
}

.bg-inherit a:hover,
.bg-inherit .nav-link:hover {
  color: #00aaff;
}

/* استجابة للجوال */
@media (max-width: 768px) {
  .bg-inherit {
    padding: 12px 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .bg-inherit .nav-link {
    padding: 6px 0;
  }
}


.slide--cat-entry {
  background: linear-gradient(135deg, #f0fbff, #d6f3ff);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 6px 15px rgba(0, 174, 255, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #004466;
  font-family: 'Cairo', sans-serif;
}

/* عند تمرير الماوس */
.slide--cat-entry:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 174, 255, 0.15);
}

/* أيقونة أو صورة داخل التصنيف */
.slide--cat-entry img {
  max-width: 60px;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}

.slide--cat-entry:hover img {
  transform: scale(1.1) rotate(3deg);
}

/* العنوان داخل التصنيف */
.slide--cat-entry .cat-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 10px;
  color: #0077aa;
}

/* تأثير زخرفي ماء خفيف في الخلف */
.slide--cat-entry::before {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  top: -50%;
  left: -50%;
  background: radial-gradient(circle at center, rgba(0, 174, 255, 0.05), transparent 70%);
  animation: pulseWater 6s infinite ease-in-out;
  z-index: 0;
}

.slide--cat-entry * {
  position: relative;
  z-index: 1;
}

@keyframes pulseWater {
  0%, 100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.2;
  }
}


.s-login-modal-title {
    --tw-text-opacity: 1;
    color: #111827;
    color: rgba(255, 255, 255, 1);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: .5rem;
}
/* للجوال */
@media (max-width: 768px) {
  .slide--cat-entry {
    padding: 15px;
  }

  .slide--cat-entry img {
    max-width: 50px;
  }

  .slide--cat-entry .cat-title {
    font-size: 1rem;
  }
}





.sicon-shopping-bag:before {
    content: "\ef36";
    color: white;
}
.sicon-user-circle:before {
    content: "\f072";
    color: white;
}

.store-footer__inner {
  background: linear-gradient(135deg, #002f4b, #005f99);
  color: #d0e7ff;
  
  font-family: 'Cairo', sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
  box-shadow: inset 0 0 50px rgba(0, 174, 255, 0.3);
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}




.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 40px;
    margin-right: -55px;
}

.navbar-brand img {
    max-height: 3rem;
    width: auto;
    max-width: 100px;
     max-height: 40px;
    margin-right: -55px;
}
}



.btn--primary {
   background-color: #1890cb;
    
}

.s-slider-block__title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: flex;
    max-width: 1280px;
    align-items: center;
    justify-content: space-between;
    DISPLAY: NONE;
}
.service-form {
  max-width: 420px;
  margin: 30px auto;
  padding: 25px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
  text-align: center;
  font-family: "Tahoma", sans-serif;
  direction: rtl;
}

.service-form h2 {
  margin-bottom: 18px;
  color: #222;
  font-size: 20px;
}

.service-form input,
.service-form select {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: border 0.3s;
}

.service-form input:focus,
.service-form select:focus {
  border-color: #25d366;
  outline: none;
}

.service-form button {
  width: 100%;
  padding: 14px;
  background: #25d366;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 12px;
  transition: 0.3s;
}

.service-form button:hover {
  background: #1ebe5b;
}
/* مقطع الصفحة الخاص بخدمة الصيانة */
.service-section {
  background:#f4f8fd;         /* لون خلفية للقطاع فقط */
  padding: 24px 0;
  direction: rtl;
  font-family: 'Cairo', sans-serif;
  text-align: center;
}

/* بنر العنوان */
.service-section .form-banner{
  background:#005b9f;          /* عدّل للون متجرك */
  color:#fff;
  padding:18px 20px;
  border-radius:8px;
  font-size:22px;
  font-weight:700;
  margin:0 auto 10px;
  max-width: 900px;
}

/* سطر فرعي تحت العنوان */
.service-section .form-subtitle{
  color:#2d3a4a;
  font-size:16px;
  margin:0 auto 24px;
  max-width: 900px;
}

/* صندوق الفورم */
.service-section .service-form{
  background:#ffffff;
  max-width:700px;
  margin:0 auto;
  padding:24px;
  border-radius:12px;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
}

/* الحقول */
.service-section .service-form input,
.service-section .service-form select,
.service-section .service-form textarea{
  width:100%;
  padding:12px;
  margin:10px 0;
  border:1px solid #cfd8e3;
  border-radius:8px;
  font-size:15px;
  background:#fff;
}

/* زر الإرسال */
.service-section .service-form button{
  width:100%;
  padding:14px;
  background:#25d366;        /* أخضر واتساب */
  color:#fff;
  border:none;
  border-radius:10px;
  font-size:17px;
  font-weight:700;
  cursor:pointer;
  transition:.25s;
}

.service-section .service-form button:hover{
  background:#1ebe5d;
  transform: translateY(-1px);
}

/* تحسين على الشاشات الصغيرة */
@media (max-width: 480px){
  .service-section .form-banner{ font-size:18px; padding:14px; }
  .service-section .service-form{ padding:18px; }
}
.sicon-menu:before {
    content: "\ed7f";
    margin-right: -36px;
}