body {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgb(234 227 227);
}

.navbar-brand img {
    max-height: 5rem;
    max-width: 10vh ! IMPORTANT;
    width: auto;
}
@media (min-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        margin-left: 1rem;
        margin-right: 1rem;
        width: 100%;
        height: 100%;
    }
}
.top-navbar .s-search-input {
    background-color: #ffffff ! IMPORTANT;      /* لون الخلفية (غيريه براحتك) */
    border: 2px solid #10b8b8 ! IMPORTANT;      /* border تركواز */
    outline: none;                   /* يشيل الخط الافتراضي */
}




/* كروت المميزات - نفس ألوان الصورة */
.s-block--features__item{
  background: #1D2B3B !important; /* كحلي غامق */
  color:#fff !important;
  border: none !important;
  border-radius: 12px;
}

/* العنوان داخل الكرت */
.s-block--features__item h3,
.s-block--features__item .title,
.s-block--features__item strong{
  color:#fff !important;
}

/* النص الوصفي */
.s-block--features__item p{
  color: rgba(255,255,255,.80) !important;
}

/* الدائرة الخاصة بالأيقونة */
.s-block--features__item .icon,
.s-block--features__item .s-block--features__icon,
.s-block--features__item .feature-icon{
  background: #C9A55B !important;  /* ذهبي */
  border: none !important;
  border-radius: 9999px !important;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* الأيقونة داخل الدائرة */
.s-block--features__item svg,
.s-block--features__item i{
  color:#1D2B3B !important;  /* كحلي داخل الدائرة */
  fill:#1D2B3B !important;
}

/* Hover (اختياري) */
.s-block--features__item:hover{
  box-shadow: 0 12px 24px rgba(0,0,0,.18) !important;
  transform: translateY(-4px);
  transition: all .3s ease;
}







.s-block__title {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.top-navbar .s-search-input {
    background-color: rgb(13 110 125);
    border-style: none;
}

.s-block {
    /* margin-top: 2rem; */
    margin-bottom: 100px !important;
}
.s-block .container {
    max-width: 100%;
  
}
.banner--fixed img, .banner-entry {
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgb(234 227 227);
}


/* تحويل كروت المميزات للجريدنت زي السيكشن الأول */
.s-block--features__item{
  background: linear-gradient(180deg, #0B6F73 0%, #084D54 100%) !important;
  color:#fff !important;
  border: none !important;
}

/* العنوان داخل الكرت */
.s-block--features__item h3,
.s-block--features__item .title,
.s-block--features__item strong{
  color:#fff !important;
}

/* النص الوصفي */
.s-block--features__item p{
  color: rgba(255,255,255,.85) !important;
}

/* الأيقونة */
.s-block--features__item svg,
.s-block--features__item i{
  color:#fff !important;
  fill:#fff !important;
}

/* Hover (اختياري) */
.s-block--features__item:hover{
  box-shadow: 0 12px 24px rgba(0,0,0,.18) !important;
  transform: translateY(-4px);
  transition: all .3s ease;
}
.s-block--features__item .icon,
.s-block--features__item .s-block--features__icon{
  background: rgba(255,255,255,.12) !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  border-radius: 50% !important;
}
.s-block--features__item .feature-icon {
    align-items: center;
    background-color: #414042;
    background-color: #ffffff !important;
    border-radius: 9999px;
    display: flex;
    height: 4rem;
    justify-content: center;
    margin-bottom: .75rem;
    overflow: hidden;
    width: 4rem;
}
.s-block--features__item svg, .s-block--features__item i {
    color: #0b696e !important;
    fill: #fff !important;
}
.s-block--features__item h2 {
    color: #ffffff !important;

}

/**/
.banner-entry {
    background-position: 64%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .375rem;
    height: 41vh !important;
    overflow: hidden;
    padding: .75rem;
    position: relative;
    text-align: center;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
/**/
.s-reviews-testimonial{
  border: 2px solid #0B6F73 !important;  /* تركواز */
  opacity: 1 !important;                 /* اختياري: عشان يبقى واضح */
  background-color: #fff !important;
}



.footer-is-light .store-footer .store-footer__inner {
    color: aliceblue !important;
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgb(12 111 123);
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgb(12 111 123) !important;
}




///////////////////////////