.video-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-container .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  padding: 0 15px;
}

/* Default styles for small devices (mobile-first approach) */
.video-container {
  height: calc(100vh - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.video-container .content h1 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}

.video-container .content button {
  font-size: 0.8rem;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #123458;
  color: #fff;
  cursor: pointer;
}

.mobile-video {
  display: none;
  /* Hidden by default */
}

@media (max-width: 768px) {
  .mobile-video {
    display: block;
    /* Show mobile video on mobile */
  }
}

/* Medium devices (tablets, small laptops) */
@media (min-width: 480px) {
  .video-container {
    height: calc(100vh - 60px);
    padding: 40px;
  }

  .video-container .content h1 {
    font-size: 1.5rem;
  }

  .video-container .content button {
    font-size: 0.9rem;
    padding: 12px 24px;
  }
}

/* Large devices (desktops) */
@media (min-width: 768px) {
  .video-container {
    height: calc(100vh - 70px);
  }

  .video-container .content h1 {
    font-size: 2rem;
  }

  .video-container .content button {
    font-size: 1rem;
    padding: 14px 28px;
  }
}

/* Extra large devices (large desktops) */
@media (min-width: 1200px) {
  .video-container {
    height: calc(100vh - 80px);
  }

  .video-container .content h1 {
    font-size: 2.5rem;
  }

  .video-container .content button {
    font-size: 1.2rem;
    padding: 16px 32px;
  }
}

.sect-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: calc(100svh - 38px);
  padding: 8rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* .modal-content {
  background: #ffffff9c;
  color: #000;
  font-weight: 500;
  border-color: #003366;
} */



.indorack-h {
  z-index: 5;
  position: relative;
  width: 100%;
}

.responsive-btn {
  background-color: #ffffff;
  color: #1e1d1d;
  font-weight: 500;
  padding: 4px 4px;
  border: 2px solid #0e3f8c;
  border-radius: 12px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 10px auto;
  text-decoration: none;
}

.responsive-btn:hover {
  border: 2px solid #0e3f8c;
  background-color: #0e3f8c;
  color: #f6f6f6;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}


@media (max-width: 768px) {
  .responsive-btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}

@media (max-width: 576px) {
  .responsive-btn {
    width: 90%;
    font-size: 16px;
    padding: 12px 20px;
  }
}


.highlight-box {
  background-color: #172b4d;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.highlight-box h4 {
  font-size: 2rem;
  margin: 0;
}

.highlight-box p {
  margin: 5px 0 0;
  font-size: 1rem;
}

.blue-line-right {
  height: 2px;
  background: linear-gradient(to right, #0066ae, #2889ff);
  width: 100%;
}

.blue-line-life {
  height: 2px;
  background: linear-gradient(to left, #0066ae, #2889ff);
  width: 100%;
}

@media (max-width: 768px) {
  section {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  section {
    background-attachment: fixed;
  }
}

ul {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: calc(1.5rem + 1vw);
}



.stats-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #7cb342;
  color: white;
  padding: 20px 0;
}

.stat {
  text-align: center;
}

.stat .icon {
  font-size: 36px;
  margin-bottom: 10px;
}

.stat .number {
  font-size: 36px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.stat .label {
  font-size: 16px;
}

.stat.visible .number {
  opacity: 1;
  transform: translateY(0);
}

.tex-news {
  color: #000 !important;
}



.gradient-heading-ir {
  letter-spacing: 12px !important;
  text-transform: uppercase;
  background-color: #f6f6f6;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100 !important;
  font-size: 2.8rem !important;
  margin-bottom: 60px !important;
  text-align: center;
}

/* Responsif di tablet */
@media (max-width: 992px) {
  .gradient-heading-ir {
    font-size: 3rem
     font-weight: 100 !important;
  }
}

/* Responsif di mobile */
@media (max-width: 768px) {
  .gradient-heading-ir {
    font-size: 3rem;
  }
}

/* Responsif di hp kecil */
@media (max-width: 480px) {
  .gradient-heading-ir {
    font-size: 2.3rem
  }
}


/* PC besar (≥ 1200px) */
@media (min-width: 1200px) {
  .gradient-heading-ir {
    font-size: 3rem !important;
    font-weight: 400 !important;
  }
}

/* Layar ultra-wide (≥ 1600px) */
@media (min-width: 1600px) {
  .gradient-heading-ir {
    font-size: 4rem;
  }
}

/* Discover Indorack */
.row-discover {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: -80px;
}

.card-discover {
  width: 100%;
  max-width: 280px;
  border: none;
  background: transparent;
  border-radius: 12px !important;
  padding: 2px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.card-discover img {
  border-radius: 12px !important;
  width: 100%;
  height: 80%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.card-discover::before {
  content: "";
  border-radius: 12px !important;
  position: absolute;
  border: 2px solid #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.card-discover:hover::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
}

.card-title {
  position: absolute;
  bottom: 83px;
  left: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  z-index: 2;
  transition: transform 0.3s ease, color 0.3s ease;
  text-align: left;
  font-family: 'Calibre', Arial, Sans-Serif;
}

.card-discover:hover .card-title {
  bottom: 130px;
  color: #204289;
  transform: translateY(-10px);
}

.discover-btn {
  position: absolute;
  bottom: 90px;
  left: 20px;
  padding: 5px 10px;
  font-size: 14px;
  color: white;
  background: linear-gradient(to top, #204289, #4a9cd5);
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(40px);
  opacity: 0;
  z-index: 2;
}

.card-discover:hover .discover-btn {
  transform: translateY(0);
  opacity: 1;
  color: #fff;
}




/* Responsiveness */
@media (max-width: 1024px) {
  .card-title {
    font-size: 18px;
  }

  .discover-btn {
    font-size: 12px;
    bottom: 80px;
    left: 15px;
  }
}

@media (max-width: 768px) {
  .card-discover {
    max-width: 200px;
  }

  .card-title {
    font-size: 16px;
  }

  .discover-btn {
    font-size: 12px;
    padding: 4px 8px;
    bottom: 70px;
    left: 10px;
  }
}

@media (max-width: 480px) {
  @media (max-width: 480px) {
    .row-discover {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      padding: 10px 8px;
      /* atas-bawah 10px, kiri-kanan 8px */
      margin-top: -10px;
      /* jarak dari elemen atas */
      margin-bottom: -60px;
      /* jarak dari elemen bawah */
    }
  }

  .card-discover {
    width: 100%;
    aspect-ratio: 2 / 2.5;
    /* Panjangkan sedikit */
    margin: 0;
  }

  .card-discover:hover .card-title {
    bottom: 65px;
    color: #204289;
    transform: translateY(-10px);
  }

  .card-title {
    font-size: 0.6rem;
    bottom: 50px;
  }

  .discover-btn {
    border-radius: 5px;
    font-size: 10px;
    padding: 2px 2px;
    bottom: 45px;
    left: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
}


.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: 20px !important;
  margin-bottom: -40px;
}



/* Styling untuk container utama */
.journey-row {
  gap: 0;
  /* Menghilangkan jarak antar elemen */
  overflow-x: auto;
  /* Mendukung scrolling horizontal */
  display: flex;
  /* Pastikan elemen berjajar horizontal */
  flex-wrap: nowrap;
  /* Tidak memindahkan elemen ke baris baru */
}

/* Styling untuk item */
.journey-item {
  flex-shrink: 0;
  /* Menghindari elemen mengecil jika ruang sempit */
  max-width: 300px;
  /* Membatasi lebar elemen agar lebih besar */
  margin: 0;
  padding: 0;
}

/* Styling untuk gambar */
.journey-img,
.journey-arrow {
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
}

/* Efek hover */
.journey-img:hover,
.journey-arrow:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

/* Margin antar baris */
.mt-3 {
  margin-top: 20px;
}

/* Overlay styling */
.journey-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 1;
}

.journey-title {
  font-weight: 500;
  color: #0e3f8c;
  font-size: 2rem;
  margin-bottom: 25px;
}

.journey-description {
  font-size: 15px;
  position: relative;
  bottom: 15px;
  color: #000;
  margin-left: 20px;
  /* Mengatur hanya jarak dari sisi kiri */
  margin-right: 0;
  /* Pastikan sisi kanan tidak terpengaruh */
  text-align: left;
  letter-spacing: 1px;
}


/* Media Queries untuk Responsivitas */

/* Tablet Landscape (max-width: 992px) */
@media (max-width: 992px) {
  .journey-item {
    max-width: 250px;
  }

  .journey-img,
  .journey-arrow {
    max-height: 130px;
  }

  .journey-title {
    font-size: 1.8rem;
  }

  .journey-description {
    font-size: 14px;
  }
}

/* Tablet Portrait (max-width: 768px) */
@media (max-width: 768px) {
  .journey-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .journey-item {
    max-width: 200px;
    margin-bottom: 20px;
  }

  .journey-img,
  .journey-arrow {
    max-height: 120px;
  }

  .journey-title {
    font-size: 1.6rem;
  }

  .journey-description {
    font-size: 13px;
  }
}

/* Smartphone (max-width: 576px) */
@media (max-width: 576px) {
  .journey-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .journey-item {
    max-width: 180px;
    margin-bottom: 20px;
  }

  .journey-img,
  .journey-arrow {
    max-height: 100px;
  }

  .journey-title {
    font-size: 1.4rem;
  }

  .journey-description {
    font-size: 12px;
    bottom: 30px;
  }
}


@keyframes moveRight {
  0% {
    transform: translateX(0);
    /* Posisi awal */
  }

  50% {
    transform: translateX(10px);
    /* Bergerak ke kanan */
  }

  100% {
    transform: translateX(0);
    /* Kembali ke posisi awal */
  }
}

.journey-arrow {
  animation: moveRight 1.5s ease-in-out infinite;
  /* Animasi berulang terus */
}

/* Video desktop (default tampil) */
#desktop-video {
  display: block;
  object-fit: cover;
}

/* Default: mobile video disembunyikan */
#mobile-video {
  display: none;
}

@media (max-width: 768px) {
  #desktop-video {
    display: none;
  }

  #mobile-video {
    display: block;
    object-fit: cover;
  }
}

/* DISCOVER */
.hero-section {
  background: url('/assets/img/bg_new_discover.jpg') no-repeat center center;
  background-size: cover;
  min-height: 680px;

}

/* Untuk PC dengan lebar sangat besar (≥ 1600px) */
@media (min-width: 1600px) {
  .hero-section {
    min-height: 850px;
    background-size: cover;
  }
}

/* Tambahan untuk ultra-wide screen (≥ 1920px) */
@media (min-width: 1920px) {
  .hero-section {
    min-height: 950px;
  }
}

/* Versi Mobile */
@media (max-width: 700px) {
  .hero-section {
    background: url('/assets/img/BACKGROUIND DISCOVER MOBILE.jpg') no-repeat center center;
    background-size: cover;
    min-height: 580px;
    /* atau kamu bisa sesuaikan sendiri */
  }
}


@media (max-width: 768px) {
  .responsive-paragraph p {
    font-size: 0.7rem !important;
    line-height: 1.5;
  }

  .responsive-paragraph .indo {
    font-size: 0.4rem !important;
    line-height: 1.5;
    margin-bottom: -5px;
  }
}