/* HERO SLIDER LUXURY */
.hero-slider {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 420px;
  max-height: 80vh;
  overflow: hidden;
  margin-bottom: 0;
  background: #111;
}
.hero-swiper {
  width: 100%;
  height: 100%;
}
.hero-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.hero-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 6vw 7vh 6vw;
  min-height: 420px;
}
.hero-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,rgba(0,0,0,0.68) 0%,rgba(0,0,0,0.32) 60%,rgba(0,0,0,0.08) 100%);
  z-index: 1;
}
/* HERO SLIDER TEXT & BUTTON COLORS */
.hero-slide-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 600px;
  margin-bottom: 7vh;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1),transform 0.7s cubic-bezier(.4,0,.2,1);
}
.swiper-slide-active .hero-slide-content {
  opacity: 1;
  transform: translateY(0);
}
.hero-slide-title {
  font-size: clamp(2.2rem,5vw,3.8rem);
  font-weight: 800;
  line-height: 1.08;
  margin: 0 0 1.1rem 0;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 16px rgba(0,0,0,0.22);
  color: #fff;
}
.hero-slide-cta {
  display: inline-block;
  padding:  2.2rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 0;
  font-size: 20px;
  
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 4px 18px rgba(0,0,0,0.13);
  border: none;
  margin-top: 1.2rem;
}
.hero-slide-cta:hover {
  background: #222;
  color: #fff;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
}
.hero-swiper .swiper-pagination {
  bottom: 2.2rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 3;
}
.hero-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.5);
  opacity: 1;
  margin: 0 6px;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.hero-swiper .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.25);
  box-shadow: 0 0 12px rgba(255,255,255,0.5);
}
@media (max-width: 900px) {
  .hero-slider {
    height: 56vw;
    min-height: 320px;
  }
  .hero-swiper .swiper-slide {
    min-height: 320px;
    padding: 0 4vw 6vh 4vw;
  }
  .hero-slide-content {
    margin-bottom: 5vh;
  }
}
@media (max-width: 600px) {
  .hero-slider {
    height: 48vw;
    min-height: 220px;
  }
  .hero-swiper .swiper-slide {
    min-height: 220px;
    padding: 0 3vw 4vh 3vw;
  }
  .hero-slide-content {
    margin-bottom: 11vh;
  }
  .hero-slide-title {
    font-size: clamp(1.2rem,7vw,2.2rem);
  }
  .hero-slide-cta {
    padding: 0.7rem 1.3rem;
    
  }



/* Pagination */
.hero-swiper .swiper-pagination {
  bottom: 2rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 3;
}

.hero-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.hero-swiper .swiper-pagination-bullet-active {
  background: white;
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-slider {
    height: 60vh;
    min-height: 400px;
  }

  .hero-swiper .swiper-slide {
    padding: 0 4%;
    justify-content: center;
    text-align: center;
  }

  .hero-slide-content {
    max-width: 100%;
    text-align: center;
  }

  .hero-slide-title {
    font-size: clamp(2rem, 8vw, 3rem);
    margin-bottom: 1.5rem;
  }

  .hero-slide-cta {
    padding: 0.875rem 1.75rem;
    font-size: 0.95rem;
  }

  .hero-swiper .swiper-pagination {
    bottom: 1.5rem !important;
  }
}

@media (max-width: 480px) {
  .hero-slider {
    height: 38vh;
    min-height: 318px;
  }

  .hero-slide-title {
    font-size: clamp(1.75rem, 10vw, 2.5rem);
  }

  .hero-slide-cta {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* Loading State */
.hero-slider.loading {
  background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
}

.hero-slider.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Accessibility */
.hero-slide-cta:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}

/* Smooth transitions */
.hero-swiper .swiper-slide {
  transition: opacity 0.6s ease;
}

.hero-swiper .swiper-slide-active {
  opacity: 1;
}

.hero-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.8;

}
 }



 