.index .main-nav-container{
color:white;
}
.index .main-nav-container.fixed-pinned{
color:black;
}
.index section.s-block.s-block--square-links.square-links-4,
.index section.s-block.s-block--square-links.square-links-4 .container.mt-12{
margin-top:0;
} 
.index section.s-block.s-block--square-links.square-links-4 .swiper-slide,
.index section.s-block.s-block--square-links.square-links-4 .carousel-slider .swiper{
padding:0
}
/* Styles for the pop-up */
.custom-popup {
  position: fixed;
  bottom: 20px;
  left: -250px; /* Initially off-screen */
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 15px;
  z-index: 9999;
  font-family: 'Tajawal', sans-serif;
  width: 200px;
  opacity: 0;
  transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

/* When popup is visible */
.custom-popup.show {
  left: 20px; /* Slides in */
  opacity: 1; /* Fades in */
}

.custom-popup h4 {
  margin: 0 0 10px 0;
  font-size: 14px;
  text-align: center;
  color: #333;
}

.custom-popup .coupon-code {
    font-weight: bold;
    font-size: 10px;
    color: #ff0000;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    border: 3px dotted #a7a2a2;
    padding: 5px;
    border-radius: 5px;
}

.custom-popup button {
    width: 100%;
    padding: 5px;
    background-color: #430315;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.custom-popup button:hover {
  background-color: #8c1212;
}

.custom-popup .close-icon {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 16px;
    color: #7b7b7b;
    cursor: pointer;
}

.custom-popup .close-icon:hover {
  color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
  .custom-popup {
    width: 200px;
    bottom: 60px;
    left: -220px; /* Start off-screen */
  }
  
  .custom-popup.show {
    left: 10px; /* Slides in on small screens */
  }
}

.swiper-backface-hidden .carousel-slider .swiper-wrapper > div {
     padding-left: 0; 
     padding-right: 0; 
}
.swiper-backface-hidden .carousel-slider .swiper {
    margin-left: -1em !important;
    margin-right: -1em !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wa-selia {
  background-color: #3b0812 !important;
}