/* Add custom CSS styles below */ 
.banner-entry {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  border-radius:12%;
     transition: transform 0.3s ease-in-out;
}
.banner-entry{
    width: 42vw;
    min-height: 100px;
}
.lazy__bg{
    background-size: 100% 100%;
     background-size: contain!important;
     background-repeat:no-repeat!important;

}    
.gap-3{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    
}
@media only screen and (max-width: 600px) {
.banner-entry{
    height:auto;
}
}
@media (min-width: 768px) {
  @media (min-width: 768px) {
  .two-row .banner-entry:first-child {
    height: 403px !important;
  }

}
}
.s-block--features__item {
background-color: var(--third-color)!important; }
.s-block--features__item p {
color: black ;}
.text-with-border span {
color : white ;
 }
@media (max-width: 480px) {
  .banner-entry {
    width: 120px;
    height: 219px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .gap-3 {
    gap: 0.6rem;
  }
}



.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background: white;
    border-color: black;
    color: black;
}

.s-button-element:not(:disabled):not([loading]):hover {
    pointer-events: auto;
    background: white;
    border-color: black;
    color: black;
}
:root {
    --font-main: 'DINNextLTArabic-Regular';
    --color-primary:black;
    --color-primary-dark: #002330;
    --color-primary-light: #266f7c;
    --color-primary-reverse: white;
}


.s-product-card-content salla-add-product-button .s-button-text {
    align-items: center;
    display: flex;
    gap: .25rem;
    justify-content: center;
    color: black;
}

a, p, span {
    font-family: var(--font-secondary);
    color: black;
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: black;
}

.faq-container:hover .faq-item {
background-color: var(--color-primary) !important;
color: white;
}




section .slider-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(6px); /* الضبابية */
  z-index: -1; /* خلف النص */
  border-radius: 30px;
}



.tabs__outline .tab-trigger.is-active {
    background-color: white !important;
    color: var(--text-btn) !important;
}


.navbar-brand img {
    max-width: 205px;
    height: 4.5rem !important;
}


.s-button-primary {
    background-color: white;
    border-color: #414042;
    /* border-color: white; */
    border-width: 1px;
   
}

.s-button-primary:hover {
    background-color: white;
    border-color: #414042;
    /* border-color: white; */
    border-width: 1px;
   
}

.brands-nav__item.is-selected
 {
    background-color: white;
}