.vidio {
    width: 530px;
    height: 330px;
    background-color: #def6ff;
    border-radius: 12px;
    /* Menambahkan bayangan yang lebih dalam dan lembut */
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.25);
    /* Transisi yang lebih halus untuk semua properti yang berubah */
    transition: all 0.4s ease-in-out;
    position: relative; /* Diperlukan untuk pseudo-element */
    overflow: hidden; /* Memastikan gradien border tidak meluber */
    transform: translateZ(0); /* Memaksa akselerasi hardware */
}

/* Pseudo-element untuk gradien border atau efek overlay */
.vidio::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #007bff, #00c6ff, #9900ff); /* Gradien warna */
    z-index: -1; /* Di belakang konten utama */
    border-radius: 14px; /* Sedikit lebih besar dari border-radius .vidio */
    opacity: 0; /* Awalnya tidak terlihat */
    transition: opacity 0.4s ease-in-out;
}

.vidio:hover {
    transform: translateY(-8px) scale(1.02); /* Sedikit naik dan membesar saat di-hover */
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.35); /* Bayangan yang lebih kuat saat di-hover */
}

.vidio:hover::before {
    opacity: 1; /* Gradien border muncul saat di-hover */
}

.contentVidio {
    height: 100%;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Menambahkan sedikit padding atau margin jika diperlukan di sini */
}

/* Pastikan elemen-elemen lain tetap dipertahankan */
.bannerLayanan {
    background-repeat: no-repeat;
    background-image: url(../../images/banner-layanan.png);
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.container-banner {
    height: 100%;
    width: 100%;
    display: flex;
    padding: 100px 120px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

.container-banner .header-section {
    font-size: clamp(1.5rem, 4vw, 5rem);
    color: #FF6B35; /* Warna judul di dalam banner diubah */
}

.container-banner .header {
    max-width: 500px;
}


.header-section {
    color: #FF6B35; /* Warna judul umum diubah */
    margin-bottom: 10px;
}

.header .subjudul {
    color: #def6ff;
}

/* About Service */
.aboutService {
    background: linear-gradient(to right, white,rgb(222, 242, 255));
    padding: 50px 120px;
    margin-top: 0;
}

.aboutService .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desk {
    max-width: 450px;
    max-height: 800px;
}

.desk .deskripsi {
    font-size: 1.2rem;
    line-height: 1.15;
    color: rgba(7, 35, 55, 0.765);
}

.produk {
    height: 350px;
    width: 500px;
}

.slider-card {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    user-select: none;
    border-radius: 12px;
}

.slides-container {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform var(--transition-duration) cubic-bezier(0.4, 0, 0.2, 1);
}

.imageCarousel {
    object-fit: cover;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.arrow-button {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #f3f4f6;
    color: #6b7280;
    user-select: none;
    z-index: 10;
}

.arrow-left {
    left: 10px;
}

.arrow-right {
    right: 10px;
}

/* keunggulan */
.keunggulan {
    padding: 0px 120px 70px;
    margin-top: 0;
    background: linear-gradient(to right, white,rgb(222, 242, 255));
    height: auto;
}

.containerKeunggulan .header {
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.containerKeunggulan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.containerKeunggulan .header-section {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 600;
    margin-bottom: 10px;
    /* Warna judul di bagian keunggulan tidak berubah, akan mewarisi jika tidak ada warna spesifik */
}

.containerKeunggulan .subjudul {
    font-size: clamp(1.1rem, 4vw, 1.3rem);
    line-height: 1.15;
    color: rgba(7, 35, 55, 0.765);
}

.keunggulan .konten {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 40px;
}

.konten .card {
    width: 250px;
    height: 400px;
    padding: 20px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.112);
    text-align: center;
    justify-content: center;
}

.card .header-section {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
    font-weight: 500;
    /* Warna judul di dalam card keunggulan tidak berubah */
}

.deskKeunggulan {
    font-size: clamp(1.1rem, 4vw, 1.3rem);
    color: rgba(7, 35, 55, 0.765);
}

.header-deskripsi {
    margin-bottom: 60px;
    width: 100%;
    padding-left: 40px;
}

.header-deskripsi .header-section {
    font-size: 2.2rem;
    font-weight: 600;
    /* Warna judul di bagian deskripsi layanan tidak berubah */
}

.box-desk {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.deskripsi-layanan {
    max-width: 1600px;
    padding: 70px 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-deskripsi {
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-deskripsi {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    width: 600px;
}

.image-left {
    border-radius: 12px;
    width: 600px;
    object-fit: cover;
}

.item-deskripsi {
    border-radius: 12px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.112);
    display: flex;
    align-items: center;
    gap: 2rem;
    height: 250px;
    width: 600px;
}

.image-deskripsi {
    width: 220px;
}

.text-deskripsi {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 220px; /* Batasi agar tidak meluber sampai ujung */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-deskripsi .header-section {
    font-size: 1.5rem;
    font-weight: 600;
    /* Warna judul di dalam item deskripsi tidak berubah */
}

.text-deskripsi .deskSingkat {
    font-size: 1.1rem;
    line-height: 1.15;
    color: rgba(7, 35, 55, 0.765);
}

/* GLOBAL RESPONSIVE RESET */
@media (max-width: 1200px) {
  .container-banner .header {
    padding-top: 40px;
  }

  .bannerLayanan {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-size: 100vw;
}


  .container-banner {
    flex-direction: column;
    padding: 60px;
    text-align: center;
  }

  .vidio {
    width: 100%;
    max-width: 530px;
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .container-banner .header {
    padding-top: 60px;
  }

  .bannerLayanan {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-size: 100vw;
  }

  .aboutService {
    padding: 40px 60px;
  }

  .aboutService .content {
    flex-direction: column;
    gap: 2rem;
  }

  .produk {
    width: 100%;
  }

  .box-desk {
    flex-direction: column;
    gap: 2rem;
  }

  .image-left,
  .box-deskripsi,
  .item-deskripsi {
    width: 100%;
    max-width: 90%;
  }

  .item-deskripsi {
    flex-direction: column;
    height: auto;
    padding: 20px;
    text-align: center;
  }

  .image-deskripsi {
    width: 80%;
    max-width: 300px;
  }

  .text-deskripsi {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }

  .keunggulan {
    padding: 40px 60px;
  }

  .keunggulan .konten {
    flex-wrap: wrap;
    justify-content: center;
  }

  .konten .card {
    width: 300px;
    height: auto;
    margin-bottom: 20px;
  }

  .public-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 20px;
  }

  .box-content {
    width: 100%;
    max-width: 330px;
  }
}

@media (max-width: 768px) {
  .bannerLayanan {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-size: 100vw 70vh;
  }

  .container-banner {
    padding: 40px 20px;
  }

  .vidio {
    width: 100%;
  }

  .aboutService {
    padding: 30px 20px;
  }

  .keunggulan {
    padding: 30px 20px;
  }

  .box-desk {
    flex-direction: column;
  }

  .box-deskripsi,
  .image-left {
    width: 100%;
  }

  .public-container {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

  .box-content {
    max-width: 100%;
  }

  .containerKeunggulan .header {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .container-banner .header {
    padding-top: 80px;
  }

  .item-deskripsi {
    gap: 1rem;
  }

  .box-deskripsi {
    gap: 1rem;
  }

  .public-container {
    padding: 30px 10px;
  }

  .box-content {
    height: auto;
  }
}

