    body, html {
      overflow-x: hidden;
      overflow-y: auto;
      margin: 0;
      padding: 0;
      height: 100%;
      font-family: 'Segoe UI', sans-serif;
    }

    /* Font-face custom */
    @font-face {
        font-family: 'Bebas Neue';
        font-style: normal;
        font-display: swap;
        src: url('/welcome_page/assets/fonts/BebasNeue-Regular.woff2') format('woff2');
    }
    @font-face {
        font-family: 'PhotographSignature';
        src: url('/welcome_page/assets/fonts/PhotographSignature.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'Poppins-bold';
        src: url('/welcome_page/assets/fonts/Poppins-Bold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'Poppins-regular';
        src: url('/welcome_page/assets/fonts/Poppins-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

   .background-container {
      background-image: url('/welcome_page/assets/images/BG_Awarding_2026_optimized.webp');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 100vh;
      height: auto;
      width: 100vw;
      padding: 0px;
      margin: 0px;
    }

     .main-container {
        width: 95%;
        max-width: 1920px;
        margin: 0 auto;
        height: 100vh; /* penting */
        display: flex;
        flex-direction: column;

    }


    .top-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 5px;
    }

    .top-bar img {
      height: 100px;
      padding: 5px;
    }

    .location-date {
      color: #fff;
      font-size: 20px;
      text-align: right;
      margin-top: -30px;
      font-family: 'Poppins-regular', sans-serif;
    }

    .welcome-text {
      margin-top: -65px;
      color: white;
      font-size: 45px;
      text-shadow: 1px 1px 2px black;
      text-align: center;
      font-family: 'PhotographSignature', cursive;
      letter-spacing: 4px;
    }
  
    .main-title {
      font-size: 36px;
      font-family: 'Poppins-bold', sans-serif;
      color: gold;
      margin-top: -10px;
      margin-bottom: 10px;
      text-align: center;
      letter-spacing: 5px;
      text-shadow:
        0 0 3px #ffd700,
        0 0 6px rgba(255, 215, 0, 0.5),
        0 0 10px rgba(255, 165, 0, 0.3);
    }



.title-decor-line {
  height: 3px;
  
  border-radius: 3px;

  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255,255,255,0.2) 20%,
    #ffffff 40%,
    #ffd700 50%,
    #ffffff 60%,
    rgba(255,255,255,0.2) 80%,
    transparent 100%
  );
}
    .sub-tagline {
      color: #fff;
      font-size: 20px;
      font-style: italic;
      margin-top: 0px;
      text-shadow: 1px 1px 2px black;
      text-align: center;
    }

    .kotak1,.kotak2 {
    min-height: 140px;
   
    }

    .kotak1 {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.1); /* Warna putih transparan */
  border: 2px solid rgba(255, 255, 255, 0.3); /* Border semi transparan */
  border-radius: 15px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: white;
  font-family: 'Poppins-bold', sans-serif;
  backdrop-filter: blur(10px); /* Efek blur kaca */
  -webkit-backdrop-filter: blur(10px); /* Untuk dukungan Safari */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Sedikit bayangan */
}

.kotak1 .area {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.kotak1 .area .label {
  margin-bottom: 5px;  /* Kurangi margin-bottom agar lebih ke atas */
  text-align: center;
  margin-top: 5px;     /* Tambahkan margin-top untuk mendorong lebih ke atas */

}
.kotak1 .area .label img {
  width: auto;        
  height: auto;     /* Menjaga rasio gambar agar tidak terdistorsi */
  max-width: 100%;  /* Membatasi lebar gambar agar tidak melebihi area */
  max-height: 100px; /* Mengatur tinggi gambar */
  object-fit: contain; /* Agar gambar tetap proporsional */
}


.kotak1 .area .value-arrived{
  font-size: 55px; /* Ukuran font yang besar untuk angka */
  font-weight: bold;
  text-align: center;
}
.kotak1 .area .value-ratio {
  font-size: 55px; /* Ukuran font yang besar untuk angka */
  font-weight: bold;
  text-align: center;
}

.divider {
  width: 3px;
  height: 80%;
  background-color: white;
}

.kotak2 {
   background-color: rgba(255, 255, 255, 0.1); /* Warna putih transparan */
  border: 2px solid rgba(255, 255, 255, 0.3); /* Border semi transparan */
  border-radius: 15px;
  padding-top: 20px;
  width: 100%;
  backdrop-filter: blur(10px); /* Efek kaca */
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  font-family: 'Poppins-bold', sans-serif;
  color: white;
}

.kotak2 {
  display: flex;
}

.kotak2 .inner-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;   /* vertical center */
  align-items: center;       /* horizontal center */
  width: 100%;
  height: 100%;
}

.kotak2 .notattend {
    color: #DAA520; /* Warna emas untuk label */
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.kotak2 .d3, .kotak2 .d2 {
    color: white; /* Warna putih untuk angka */
    font-size: 55px; /* Ukuran font besar untuk angka */
    font-weight: bold;
}

.kotak2 .slash {
    color: white; /* Warna putih untuk tanda "/" */
    font-size: 55px; /* Ukuran sama dengan angka */
    font-weight: bold;
    margin: 0 10px; /* Jarak antara angka */
}

.cardx video {
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  border: 5px solid rgba(255, 255, 255, 0.2);
    margin-top: 15px;
  margin-bottom: 20px;
}


/* ===== CLOCK WRAPPER ===== */
.clock-wrapper {
  margin-top: auto;
  margin-bottom: 20px;

  display: flex;
  justify-content: center; /* center horizontal */
}

/* GRID */
.clock-grid {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* GROUP */
.time-section,
.ampm-section {
  display: flex;
  gap: 6px;
}

/* DIGIT */
.digit-box {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 50px;
  height: 55px;

  background-color: rgba(0,0,0,0.75);
  color: white;

  font-size: 34px;
  font-weight: bold;

  border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.8);

  box-shadow: 0 0 10px rgba(255,255,255,0.2);
}

/* AM PM lebih kecil */
.letter-digit {
  font-size: 22px;
  width: 45px;
}

/* separator */
.separator {
  font-size: 42px;
  color: white;
  margin: 0 6px;
}

/* ===== FIX LAYOUT BALANCE ===== */
.wrapper .row {
  display: flex;
  align-items: stretch;
}

/* kolom kiri jadi full height */
.wrapper .col-md-4 {
  display: flex;
  flex-direction: column;
}

.wrapper .col-md-4 {
  display: flex;
  flex-direction: column;
  gap: 15px; /* jarak antar box */
  padding-top: 15px;

}
/* ===== RESPONSIVE ===== */

/* Laptop */
@media (max-width: 1024px) {
  .digit-box {
    width: 42px;
    height: 48px;
    font-size: 28px;
  }

  .separator {
    font-size: 34px;
  }
}

/* Tablet */
@media (max-width: 768px) {

  .top-bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .top-bar img {
    height: 70px;
  }

  .location-date {
    margin-top: 5px; /* hapus negatif */
    font-size: 14px;
    text-align: center;
  }

  .welcome-text {
    margin-top: 10px; /* reset */
    font-size: 32px;
  }

  .main-title {
    margin-top: 5px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  .clock-wrapper {
    display: none;
  }
}
@media (min-width: 1200px) {
  .kotak1 { height: 35%; }
  .kotak2 { height: 45%; }
}