
 
 /* swiper */
 .packageSwiper {
     position: relative;
     padding: 10px 0 50px;
 }
 
 /* tombol */
 .packageSwiper .swiper-button-prev,
 .packageSwiper .swiper-button-next {
     width: 30px;
     height: 30px;
     background: #fff;
     //border: 2px solid #D4AF37;
     color: #D4AF37; /* gold premium */
     font-weight: bold; 
     border-radius: 50%;
     top: 50%;
     z-index: 999;
     //transform: translateY(-50%);
     //box-shadow: 0 4px 12px rgba(0,0,0,0.2);   
     background: transparent;
     box-shadow: none;
     border: none;
 }
 
 /* keluar halus (AMAN) */
  .packageSwiper .swiper-button-prev {
     left: -50;   
     //transform: translate(-50%, -50%);
 }
 
 .packageSwiper .swiper-button-next {
     right: -25;
     //transform: translate(50%, -50%);
 } 

 .container-swiper {
    position: relative;
}

/* tombol custom */
.swiper-custom-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    color: #D4AF37; /* gold premium */
    box-shadow: 0 0 10px rgba(212,175,55,0.6),
    0 0 20px rgba(255,215,0,0.4);
    font-weight: bold; 
    width: 45px;
    height: 45px;
    border: 2px solid #D4AF37;
   
    font-weight: bold; 
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}



.swiper-custom-btn:hover {
    box-shadow: 0 0 15px rgba(255,215,0,0.9),
                0 0 30px rgba(255,215,0,0.6);
}

/* kiri */
.swiper-custom-btn.prev {
    left: 0;
    transform: translate(-50%, -50%);
}

/* kanan */
.swiper-custom-btn.next {
    right: 0;
    transform: translate(50%, -50%);
}
.packageSwiper .swiper-pagination-bullet {
    background: #D4AF37; /* gold */
    opacity: 0.5;
}

.packageSwiper .swiper-pagination-bullet-active {
    background: #D4AF37;
    opacity: 1;
}

/* Hero */
/* .hero-section {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-color: #1f2b3e;
} */
/* .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
} */
.hero-content {
    position: relative;
    z-index: 10;
    color: white;
}
.hero-content.left { text-align: left; }
.hero-content.center { text-align: center; }
.hero-content.right { text-align: right; }

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.hero-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    margin-bottom: 30px;
}

.hero-stats {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 30px 0;
    margin-top: 50px;
}
.carousel-item {
    position: relative;
    height: 500px;
}