/* #ILP-Carousel{ */
/*   border:2px solid red; */
/*   background: #6799c7; */
/*   padding-bottom:30px; */
/* } */

.swiper-slide{width:100%; height: 600px;}
#ILP-Carousel .ilp-img{max-height: 1200px; object-fit: cover; width: 100%;}
#ILP-Carousel .ilp-img img {width: -webkit-fill-available !important;}
#ILP-Carousel .ilp-img img {width: -moz-available !important;}
/* #ILP-Carousel .ilp-img {margin-bottom:-20px;} */
#ILP-Carousel #SCaro{display:none !important;}

@media (max-width: 1024px) {
  #ILP-Carousel .swiper-pagination-bullet {
    padding: 8px !important;
    background-clip: content-box !important;
  }
}

/* ========== PERFECT PLAY/PAUSE ICONS (MATCHING YOUR REFERENCE) ========== */
#ILP-Carousel .swiper-pagination {
  bottom: 26px !important;
  height: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* LARGER DOTS FOR ALL RESOLUTIONS */
#ILP-Carousel .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  opacity: 0.6 !important;
  background: #000 !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  border-radius: 50% !important;
  margin: 0 12px !important; /* Increased breathing space between dots/logo */
  display: inline-block !important;
  vertical-align: middle !important;
  position: relative !important;
  cursor: pointer !important;
}

/* LARGER ACTIVE DOT (20px for all devices) */
#ILP-Carousel .swiper-pagination-bullet-active {
  width: 20px !important;
  height: 20px !important;
  opacity: 1 !important;
  background: #000 !important;
  transform: scale(1) !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
  animation: pulseDot 0.4s ease-out forwards !important;
  position: relative !important;
}

/* PERFECTLY CENTERED PAUSE ICON (‖) */
#ILP-Carousel .swiper-pagination-bullet-active::before,
#ILP-Carousel .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 12px;
  background: #fff;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.3s ease !important;
}

#ILP-Carousel .swiper-pagination-bullet-active::before {
  transform: translate(calc(-50% - 3px), -50%);
}

#ILP-Carousel .swiper-pagination-bullet-active::after {
  transform: translate(calc(-50% + 3px), -50%);
}

/* PERFECTLY CENTERED PLAY ICON (▶) - FIX */
#ILP-Carousel .swiper-pagination-bullet-active.paused::after {
  display: none !important; /* Remove the second pause bar entirely */
}

#ILP-Carousel .swiper-pagination-bullet-active.paused::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%; /* Slight nudge to the right to look visually centered in the circle */
  width: 0;
  height: 0;
  background: transparent !important; /* Clear the white bar background */
  
  /* Create the Triangle */
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-left: 10px solid #fff !important;
  
  transform: translate(-50%, -50%) !important;
  opacity: 1;
}

/* Critical: Add spacing around icons inside the dot */
#ILP-Carousel .swiper-pagination-bullet-active::before,
#ILP-Carousel .swiper-pagination-bullet-active::after,
#ILP-Carousel .swiper-pagination-bullet-active.paused::before {
  transform-origin: center !important;
}

@keyframes pulseDot {
  0% { transform: scale(0.8); }
  70% { transform: scale(1.05); }
  100% { transform: scale(1); }
}
/* ========== END PERFECT ICONS ========== */

#ILP-Carousel .swiper-button-next,
#ILP-Carousel .swiper-button-prev {
  background: rgba(30, 30, 30, 0.65) !important; 
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  opacity: 1 !important;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
  z-index: 15 !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  padding: 8px !important;
  cursor: pointer !important;
}

#ILP-Carousel .swiper-button-next::after,
#ILP-Carousel .swiper-button-prev::after {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  line-height: 1 !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateX(-2px) !important;
}

#ILP-Carousel .swiper-button-next:hover,
#ILP-Carousel .swiper-button-prev:hover {
  background: rgba(20, 20, 20, 0.8) !important;
  transform: translateY(-50%) scale(1.05) !important;
}

#ILP-Carousel .swiper-button-prev {
  left: 30px !important;
  right: auto !important;
}

#ILP-Carousel .swiper-button-next {
  right: 30px !important;
  left: auto !important;
}

/* LARGER DOTS FOR MOBILE (responsive) */
@media (max-width: 1024px) and (min-width: 769px) {
  #ILP-Carousel .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    margin: 0 7px !important;
  }
  #ILP-Carousel .swiper-pagination-bullet-active {
    width: 18px !important;
    height: 18px !important;
  }
}

@media (max-width: 768px) {
  #ILP-Carousel .swiper-button-next,
  #ILP-Carousel .swiper-button-prev {
    display: none !important;
  }
  
  #ILP-Carousel .swiper-pagination {
    bottom: 20px !important;
  }
  #ILP-Carousel .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    margin: 0 7px !important;
  }
  #ILP-Carousel .swiper-pagination-bullet-active {
    width: 18px !important;
    height: 18px !important;
  }
}

.ilp-img a.no-link {
  cursor: default !important;
 : none !important;
}

@media screen and (min-width:300px) and (max-width:428px){
#ILP-Carousel  #PCaro{ display:none!important;}
#ILP-Carousel  #SCaro{display:block !important;}
#ILP-Carousel  #SCaro .swiper-slide img{width:100vw; object-fit:cover;}
#ILP-Carousel .ilp-img {height:100%!important;}
/*   #ILP-Carousel { padding-bottom: 0px; } */
}