





/* ========================================================================= UMUM  */
/* ========================================================================= UMUM  */
/* ========================================================================= UMUM  */

/* ===================== warna  */
:root {
  --hijau-tua: #147574;
  --hijau-terang: #03ab6d;
  --kuning: #ffcc00;
  --putih: #ffffff;
  --merah: #e53935;
  --hitam: #333;
  --tosca-muda: #e0f2f1;
  --abu-muda: #ccc;
  --abu-tua: #707070;
  --gradasi-hijau: linear-gradient(135deg, #e8f7f7 0%, #c7f1ec 35%, #8bd8cf 70%, #5bc2b7 100%);
}

/* ===================== font  */
@font-face {
  font-family: 'Poppins';
  src: url('poppins/Poppins-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('poppins/Poppins-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('poppins/Poppins-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ========================================================================= RESPONSIF INTI  */

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media (max-width:600px){html{font-size:14px;}}
@media (max-width:350px){html{font-size:12px;}}


body {
  width: 100%;
  background: var(--abu-muda);
  font-family: "Poppins", "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--putih);
  line-height: 1.5;
  font-size: 1rem;
  padding: 5rem 2rem;
  display: flex;        /* diperlukan agar gap berfungsi */
  flex-direction: column;
  gap: 1.5rem;
  box-sizing: border-box;
}


/* --- Tambahan untuk Body Gradien Mode --- */
.body-gradien {
  background: var(--gradasi-hijau);
}



@media (max-width: 600px) {
  body {
	padding: 85px 10px;
}
}

/* ===================== Link Reset  */
a, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
}


/* ========================================================================= SEARCH GOOGLE.CSS  */
/* ========================================================================= SEARCH GOOGLE.CSS  */
/* ========================================================================= SEARCH GOOGLE.CSS */
  .search-google {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    background:var(--hijau-tua);
    padding:1rem 0rem 1.5rem;
    border-radius:1rem;
    max-width:1500px;
    margin:0 auto;
  }

  .sg-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin:0rem;
    color: var(--putih);
  }

  .sg-box {
    max-width: 400px;
    width:90%;
    background: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    gap: 0.8rem;
    margin:.2rem auto;
    box-shadow: 0 4px 18px rgba(0,0,0,.09);
  }

  .sg-icon {
    font-size: 1.2rem;
  }

  .sg-typing-area {
    font-size: 1rem;
    font-weight: 500;
    flex: 1;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .sg-cursor {
    font-size: 20px;
    font-weight: 500;
    margin-left: 2px;
    animation: sg-blink .7s infinite;
  }

  .tasheel-highlight {
    font-weight: 700;
    color: #147574;
  }

  @keyframes sg-blink {
    0%, 50% { opacity: 0; }
    51%, 100% { opacity: 1; }
  }









/* ======================================================
   FITUR FITUR
====================================================== */

.fitur{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    background:#147574;
    border-radius:1rem;
    max-width:1500px;
    margin:0 auto;
    padding:1.2rem 1rem 2rem;
}

.fitur-judul-utama{
    font-size:1.5rem;
    text-align:center;
    font-weight:700;
    color:#fff;
    margin:0;
    }

.fitur-judul-utama2{
    font-size:1rem;
    text-align:center;
    font-weight:700;
    color:#147574;
    margin:0 auto 1rem;
    background:#fff;
    padding:.2rem .5rem;
    border-radius:.5rem;
    }
    
    /* container */
    .fitur-container {
      display: flex;
      flex-direction: row;
      gap: 1rem;
      padding:0px;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
    }
    


    /* card */
.fitur-card {
    position: relative;
    display: block;
    padding: 1rem 6.5rem 1rem 1rem;
    border-radius: 16px;
background: linear-gradient(
  165deg,
  #38d6c9 0%,
  #2fc8bc 25%,
  #25b3a8 45%,
  #1e9f95 65%,
  #1e8a84 80%
);


    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    max-width:450px;
    height: 9rem;
    max-height:11rem;
}


    /* badge */
    .fitur-badge {
      background: rgba(255, 255, 255, 0.95);
      color: #147574;
      font-size: 0.85rem;
      font-weight: 700;
      padding: .3rem 1rem .2rem;
      border-radius: .5rem;
      display: inline-block;
    }

    /* title */
    .fitur-judul {
      margin-top: 5px;
      font-size: 1.5rem;
      font-weight: 700;
      line-height:1.2;
    }

    /* text */
    .fitur-text {
      font-size: 1rem;
      line-height: 1.2;
      opacity: 0.95;
    }

    /* image */
    .fitur-icon {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      width: 4rem;
      height: auto;
    }

    /* hover */
    .fitur-card:hover {
      filter: brightness(1.07);
    }
















/* ========================================================================= HEADER.CSS  */
/* ========================================================================= HEADER.CSS  */
/* ========================================================================= HEADER.CSS  */

#header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #147574;
  border-radius: 0 0 25px 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px; /* 🔹 jarak antar elemen */
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease;
}

/* Judul tengah + logo */
#header .site-title {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 10px; /* 🔹 jarak antara logo dan teks */
  white-space: nowrap;
}

#header .site-title img {
  height: 1.5rem;
  width: auto;
  display: block;
  border-radius: 5px;
}

/* Tombol hamburger */
#hamburger {
  cursor: pointer;
  font-size: 1.6rem;
  user-select: none;
  display: none; /* 🔹 hanya muncul di mobile */
  background: none;
  border: none;
  color: #fff;
  transition: opacity 0.2s;
}

#hamburger:hover {
  opacity: 0.8;
}

/* Menu desktop */
#menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

#menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s, opacity 0.2s;
  padding: 0.4rem 0.8rem;
  border-radius: 5px;
  white-space: nowrap;
}

#menu a:hover {
  background: rgba(255, 255, 255, 0.15);
}

#menu a.active {
  background: rgba(255, 255, 255, 0.25);
}


@media (max-width: 900px) {

  #header {
    justify-content: space-between;
    padding: 10px 20px;
    gap: 0;
  }

  /* Tombol hamburger tampil */
  #hamburger {
    display: block;
  }

  /* Menu tersembunyi sampai hamburger diklik */
  #menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #147574;
    border-radius: 0 0 0 15px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 200px;
    padding: 1rem;
    gap: 0.5rem;
    animation: fadeInMenu 0.25s ease;
  }

  #menu a {
    width: 100%;
    text-align: left;
    padding: 0.6rem 1rem;
  }

  #menu a:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  /* Saat menu aktif (via JS toggle) */
  #menu.show {
    display: flex;
  }

  #header .site-title {
    font-size: 1.2rem;
    margin: 0 auto;
  }
}

@keyframes fadeInMenu {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}










/* ======================================================
   HOME
====================================================== */

/* ==========================
   HOME - hero
============================= */
.hero {
  position: relative;
  width: 100%;
  height: 600px;
  padding: 60px 20px;
  margin:0 auto;
  color: var(--putih);
  text-align: center;
  border-radius: 1rem;
  overflow: hidden;
  max-width:1500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #147574;
  transition: background-image 0.5s ease-in-out;
}

/* overlay gelap agar teks jelas */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.40);
  z-index: 0;
}

/* konten tampil di atas overlay */
.hero > * {
  position: relative;
  z-index: 1;
}


#update-info {
  font-size: 0.9rem;
  margin-bottom:20px;
}



/* heading dan paragraf */
.hero .judul-tasheel,
.hero .judul-arab {
  margin: 3px 0 3px 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.7rem 1rem;
  background: var(--hijau-tua);
  color: #fff;
  border-radius: 5px;
}

.hero .judul-tasheel {
  margin-bottom: ;
}


.hero .judul-utama{
  margin: 15px 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.6);
}
.hero .judul-negara {
  font-size: 1.2rem;
  margin-top: 0px;
  margin-bottom: 20px;
text-shadow: 0 2px 8px rgba(255, 255, 255, 0.6);
}



.judul-tasheel span {
  font-size: 0.8rem;
  font-weight: 500;
  font-style: italic;
}

/* kotak fitur dalam hero */
.hero .kotak-fitur {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
	width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 25px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
	color: var(--hitam);
	font-weight: 500;
}


.hero .kotak-fitur div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
	line-height: 1.2;
}

.hero .kotak-fitur div:last-child {
  margin-bottom: 0;
}

.hero .kotak-fitur span {
  flex-shrink: 0;
  text-align: center;
  width: 24px;
}






/* ==========================
   HOME - iklan
============================= */

.iklan {
  width: 100%;
  max-width:1500px;
  padding: 10px 0;
  margin: 0 auto;
  background: #147574;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(20, 117, 116, 0.1);
}

.iklan-judul {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.iklan-judul2 {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin: 0rem auto 1rem;
  font-style: italic;
  padding:0;
  z-index:99;
}

.iklan-pembungkus-kartu {
  margin-top: 20px;
  overflow: hidden;
  max-height: 1000px; /* cukup besar */
  opacity: 1;
  transform: translateY(0);
  transition:
    max-height 0.3s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}

.iklan-pembungkus-kartu.hide {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}


.tombol-toggle {
  display: block;
  margin: 5px auto 0px;
  padding: 0px 12px;
  background: #fff;
  color: #147574;
  border: 2px solid #147574;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
}



/*=== FLEXBOX SLIDER ===*/

.iklan-slider {
  display: flex;
  flex-direction: row;
  overflow-x: auto;     /* scroll horizontal */
  overflow-y: hidden;
  gap: 5px;             /* jarak antar gambar fix */
  padding: 5px;
  margin:-17px 0 10px 0;
  scroll-behavior: smooth;

  /* mobile: scrollbar hilang */
  scrollbar-width: none;
}
.iklan-slider::-webkit-scrollbar {
  display: none;
}

/* SLIDE item */
.slide {
  flex: 0 0 auto;       /* wajib agar tidak overlap */
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-radius: 10px;
  height: 130px;        /* tinggi gambar tetap */
  padding: 5px;
}

/* gambar fit tanpa crop */
.slide img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
  border-radius: 8px;
}

/* DESKTOP >= 650px : scrollbar wajib muncul */
@media (min-width: 650px) {
    .slide {
  height: 200px;
}

  .iklan-slider {
    scrollbar-width: auto; /* firefox */
  }

  .iklan-slider::-webkit-scrollbar {
    display: block;
    height: 10px;
  }

/* track (background scrollbar) */
.iklan-slider::-webkit-scrollbar-track {
  background: #e6f4f3; /* sama persis dengan background */
}

/* thumb (yang bisa digeser) */
.iklan-slider::-webkit-scrollbar-thumb {
  background: #ffcc00;
  border-radius: 4px;
}

}

/* Fade Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}




/* ==========================
   HOME - kartu post
============================= */

.konten {
background:var(--hijau-tua);
padding: .5rem 1rem 2rem;
border-radius: 1rem;
}

@media (max-width: 600px) {
.konten {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding:0 0 2rem 0;
}


}

/* Search box  */
.search-box {
  text-align: center;
  margin: 20px 0;
}
.search-box input {
  padding: 8px 14px;
  width: 90%;
  max-width: 400px;
  border: 1px solid #ccc;
  border-radius: 6px;	
font-family: inherit;

}




/* ================= KARTU */
/* ================= KARTU */
/* ================= KARTU */


.kartu {
  width: 100%;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  transition: .2s;
  overflow: hidden;
}
.kartu:hover {filter: brightness(0.6);}
.kartu:active {filter: brightness(0.5);}


.baris { display: flex; width: 100%; }
.baris-1 { height: 6rem; }
.baris-2 { height: 2rem; }

.kolom-1 { flex: 0 0 35%; }
.kolom-2 { flex: 0 0 65%; }

/* Isi kartu  */
.gambar-cover {
  background: center center / cover no-repeat;
  width: 100%;
  height: 100%;
}

.keterangan {
  flex: 0 0 65%;
  padding: 1rem ;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  background: #fff;
  position: relative;
}
h2.judul {
  font-weight: 700;
  color: var(--hitam);
  line-height: 1.2;
}
.tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px; /* jarak antar tag */
  width: fit-content;
  margin-top: 4px;
}

.tag span {
  background: #147574; /* warna utama */
  color: #fff;
  padding: 3px 8px; /* lebih ramping */
  border-radius: 6px;
	font-size: 0.8rem;
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
  transition: background 0.2s ease;
}


/* Status  */
.buka-tutup {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.buka-tutup.open { background: var(--kuning); color: var(--hitam); }
.buka-tutup.closed { background: var(--abu-muda); color: var(--abu-tua); }
.buka-tutup.soon { background: var(--abu-muda); color: var(--hitam); }

.perkiraan {
  background: var(--tosca-muda);
  padding: 1rem;
  color: var(--hitam);
  display: flex; align-items: center;
	font-size: 0.8rem;
  font-weight: 700;
}

.ikhwan-akhwat {
  position: absolute;
  bottom: 5px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ikhwan-akhwat img {
  width: 1.3rem;
  height: auto;
  display: block;
}

/*.pembungkus-kartu {
  display: grid;
  grid-template-columns: repeat(auto-fit, 430px);
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 20px;}*/
  
  
  
  
  
  
  
  
.pembungkus-kartu {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  grid-auto-columns: 430px;
  gap: 20px;
  padding: 1rem 1rem;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* IE / Edge lama */
}

.pembungkus-kartu::-webkit-scrollbar {
  display: none;               /* Chrome / Safari */
}



.scrollbar {
    width:100%;
  margin: .5rem auto;
  overflow-x: scroll;
  overflow-y: hidden;
}

/* panjang dummy */
.scrollbar-inner {
  height: 1px;
}

/* styling scrollbar buatan */
.scrollbar::-webkit-scrollbar {
  height: 20px;
}

.scrollbar::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.2);
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.6);
  border-radius: 10px;
    border: .35rem solid transparent;
  background-clip: content-box;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.85);
}


@media (max-width: 600px) {
  .pembungkus-kartu {
    grid-auto-columns: 85vw;
    gap: 12px;
    padding: 1rem 1rem;
  }
  .scrollbar::-webkit-scrollbar {
  height: 10px;
}
.scrollbar::-webkit-scrollbar-thumb {
    border: 0rem solid transparent;
  background-clip: content-box;
}
}










/* =========================================================================
    TASHEEL REMINDER
=========================================================================   */

.tasheel-reminder {
  position: relative;
  width: 100%;
  max-width:1500px;
  padding: 60px 20px;
  margin:0 auto;
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  background: var(--hijau-tua);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    color:var(--putih);
}


.tasheel-reminder h2 {
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  line-height:1.2;
  margin-bottom:10px;

}
.tasheel-reminder p {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);

}
.tasheel-reminder span {
  font-size: 1rem;
  font-weight: 700;
  background-color:#fff; 
  color: var(--hijau-tua);
  padding: 4px 16px;
  border-radius: 6px;
  text-shadow: none;
  margin:10px 0 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.tasheel-reminder img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 1rem;
  object-fit: cover;
  padding: 20px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom:20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}




/* ========================================== FORMULIR INTI */
/* ========================================== FORMULIR INTI */
/* ========================================== FORMULIR INTI */
.formulir {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 25px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

/* Label */
.formulir label {
  display: block;
  font-weight: 700;
  margin: 10px 0 5px 0;
color:var(--putih);
}


.reminder-text-konfirmasi{
  display: none;
  font-weight: 700;
  margin: 10px 0 5px 0;
color:var(--hijau-tua);
}


/* Input */
.formulir input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: none;
  outline: none;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
  color: #333;
}

/* Tombol Submit */
.formulir button {
  display: block;
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: var(--hijau-tua);
  color: var(--putih);
  transition: all 0.25s ease;
  font-family: inherit;
}
.formulir button:hover {
  background: #188d8b;
  transform: translateY(-2px);
}





/* ========================================== POPUP KONFIRMASI */
/* ========================================== POPUP KONFIRMASI */
/* ========================================== POPUP KONFIRMASI */
.popup-form {
  position: absolute;
  inset: 0;
  background: #d3ebe8;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  z-index: 10;
}

.popup-box {
  background: none;
  padding: 20px 25px;
  border-radius: 10px;
  width: 100%;
  line-height: 1;
}
.popup-box .judul {
text-align:center;
  color:#2e7d32;
  font-size:1.5rem;
  font-weight:700;
  margin-bottom: 30px;
}


.popup-box p {
  display: flex;
  justify-content: space-between;
  text-shadow: none;
  margin: 20px 0 0 0;           
  padding: 0 0 10px 0;          
  color:#000;
  border-bottom: 2px solid #2e7d32; 
}

.popup-box span {
  text-shadow: none;
  box-shadow:none;
  background:none;
  font-weight:700;
  float: right;
  color:#2e7d32;
  margin:0px 0 0px 0;
  padding:0;
}

/* Tombol */
.popup-box .tombol {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 15px;
  text-shadow: none;
}

.popup-box button {
  padding: 8px 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  font-family: inherit;
  text-shadow: none !important;
  transition: background 0.2s ease;
}

#batal {
  background: #ccc;
  color: #222;
}
#batal:hover {
  background: #bbb;
}
#kirim {
  background: #2e7d32;
  color: #fff;
}
#kirim:hover {
  background: #256928;
}

/* Saat popup muncul, form diredupkan */
.formulir.blur-active .reminder-form-body {
  opacity: 0.25;
  pointer-events: none;
  transition: opacity 0.3s ease;
}



/* ========================================== POPUP LOADING */
/* ========================================== POPUP LOADING */
/* ========================================== POPUP LOADING */

#toastLoading {
  position: absolute;
  inset: 0;
  background: #d3ebe8;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  z-index: 10;

.toast-message {
  color: var(--hijau-tua);
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
}

}
#toastLoading .progress-bar {
  width: 80%;
  max-width: 300px;
  height: 8px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 14px;
}

#toastLoading .progress {
  width: 0;
  height: 100%;
  background: #4caf50;
  transition: width 0.2s linear;
}



/* ========================================== POPUP TOAST */
/* ========================================== POPUP TOAST */
/* ========================================== POPUP TOAST */

.toast-overlay {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 12px;
  z-index: 50;
  padding: 24px 20px;
  transition: opacity 0.3s ease;
    background: #d3ebe8;
  color: var(--hijau-tua);
}


/* pesan utama */
.toast-message {
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 0.95rem;
  font-weight: 500;
}

/* tombol isi lagi */
#isiLagiBerhasil,
#isiLagiGagal {
  color: var(--hijau-tua);
  font-weight: 300;
  cursor: pointer;
  background: none;
  font-size: 0.9rem;
  text-decoration: none;
  border: none;
}

#isiLagiBerhasil:hover,
#isiLagiGagal:hover {
  color: #000;
  transition: all 0.2s ease;
}


































/* ======================================================
   POSTINGAN UNIVERSITAS
====================================================== */


/* ===================== H FONT POST  */
.box-judul h1 {font-size: 1.5rem;}
.box-artikel h2 { font-size: 1.1rem; }
.box-artikel h3 { font-weight: 700; }

@media (max-width: 600px){
.box-judul h1 {font-size: 1.2rem;}
}

/* ===================== IMAGE POST ===================== */
.image-post {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 70px;          /* atas–bawah 20px, kiri–kanan 0 */
  height: auto;

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

/* Overlay hitam transparan */
.image-post::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* ===================== GAMBAR DI DALAM ===================== */
.image-post img {
  position: relative;
  z-index: 2;
  width: 100%;      /* full lebar */
  max-width:700px;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}



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

@media (max-width: 600px) {
  .image-post {
    padding: 0;
  }

  .image-post img {
    width: 100%;
    height: auto;
    aspect-ratio: 700 / 400;
    border-radius: 20px;
  }

}


/* ===================== BOX JUDUL dan LOGO  */
.box-judul {
  display: flex;
  flex-direction: column;
  align-items: center; /* pusatkan secara horizontal */
  justify-content: center; /* pusatkan secara vertikal jika perlu */
  gap: 10px;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  background: var(--hijau-tua);
  width: 100%;
  max-width:1200px;
  margin:0 auto;
}

.box-judul h1 {
  background: var(--putih);
  width: fit-content;
  color: var(--hijau-tua);
  padding: 5px 12px;
  border-radius: 6px;
  display: inline-block;
  margin: 0 auto; /* pastikan tetap di tengah */
}
.box-judul p {
  text-align: justify;
}



.logo-post {
  display: flex;
  justify-content: center;   /* center horizontal */
  align-items: center;       /* center vertikal */
  border-radius: 50%;
  padding: 5px;
  background: #fff;
}

.logo-post img {
  width: 50px;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}








/* ===================== BOX DEADLINE  */


.kartu-deadline-post {
  max-width: 400px;
  width: 100%;
  background-color: var(--putih);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin:0 auto;
}


@media (max-width:600px){
.kartu-deadline-post {max-width: 350px;}
}

.kartu-deadline-post .judul {
  background-color: var(--hijau-tua);
  color: var(--putih);
  padding: 10px;
  text-align: center;
}


.kartu-deadline-post .judul p {
  font-size: 1.2rem;
  font-weight: 700;
}

.kartu-deadline-post .isi {
  padding: 10px 30px 20px 30px;
}

.kartu-deadline-post .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--abu-muda);
}

.kartu-deadline-post .label {
  font-weight: 500;
  color: var(--abu-tua);
  font-size: 1rem;
}

.kartu-deadline-post .value {
  font-weight: 700;
  color: var(--hitam);
}

.kartu-deadline-post .status-badge {
  padding: 2px 10px;
  border-radius: 15px;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
}


.kartu-deadline-post .deadline {
  color: var(--merah);
  font-weight: 700;
}

.kartu-deadline-post .warning {
  background-color: #fefce8;
  border-left: 4px solid var(--kuning);
  padding: 15px;
  margin-top: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.kartu-deadline-post .warning-icon {
  color: var(--kuning);
  margin-right: 10px;
  font-size: 1.5rem;
}

.kartu-deadline-post .warning-text {
  color: var(--hitam);
  line-height: 1.2;
	font-size: 0.9rem;
}





/* ===================== BOX ARTIKEL  */
.box-artikel {
  background: var(--hijau-tua);
  width: 100%;
  max-width:1200px;
  padding: 0 20px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin:0 auto;
}

.box-artikel h2 {
  background: var(--putih);
  width: fit-content;
  color: var(--hijau-tua);
  padding: 5px 12px;
  border-radius: 6px;
  display: inline-block;
  margin: 15px 0 5px;
}

.box-artikel p { text-align: justify; }
.box-artikel ul { padding: 0 0 10px 20px; }
.box-artikel a {
  color: #fff;
  font-weight:300;
  text-decoration: underline;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.box-artikel a:hover { color: var(--kuning); }

/* ===================== VIDEO WRAPPER (Modern Aspect-Ratio) */
.video-wrapper {
  position: relative;
  aspect-ratio: 16 / 9; /* Rasio tetap */
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  border-radius: 15px;
  margin: 20px auto;
  cursor: pointer;
  background: #000; /* untuk tampilan saat loading */
}

.video-wrapper img,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  transition: opacity 0.3s ease;
}

.video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px; /* ukuran tombol */
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  color: var(--putih);
  font-size: 2.5rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 0;
  transition: background 0.3s ease, transform 0.2s ease;
}

.video-wrapper .play-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translate(-50%, -50%) scale(1.05);
}




/* =============== TOMBOL COPY ===== */
.btn-copy-santrisaudi {
  display: inline-flex;
  align-self: flex-end;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: var(--putih);
  color: var(--hijau-tua);
  border: none;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  width: fit-content;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.2s ease, color 0.2s ease;
  font-size: 14px;
}
.btn-copy-santrisaudi:hover,
.btn-copy-santrisaudi:active,
.btn-copy-santrisaudi:focus {
  background: var(--kuning);
  color: var(--hijau-tua);
}

/* =============== TOAST ===== */
.toast-santrisaudi {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 220px;
  padding: 12px 16px;
  background: var(--hitam);
  color: var(--putih);
  text-align: center;
  border-radius: 6px;
  z-index: 999;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.toast-santrisaudi.show {
  visibility: visible;
  opacity: 1;
}



























/* ======================================================
    STATISTIK
====================================================== */

/*:root {
  --hijau-tua: #147574;
  --hijau-terang: #03ab6d;
  --kuning: #0d6dfc;
  --putih: #ffffff;
  --merah: #e53935;
  --hitam: #333;
  --tosca-muda: #e0f2f1;
  --abu-muda: #ccc;
  --abu-tua: #707070;
  --gradasi-hijau: linear-gradient(135deg, #e8f7f7 0%, #c7f1ec 35%, #8bd8cf 70%, #5bc2b7 100%);
}*/

.rank-statistik {
  list-style: none;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  background: #147574;
}

.note-statistik {
  background: linear-gradient(135deg, #e8f7f7 0%, #d4f0f0 100%);
  border-radius: 12px;
  padding: 20px;
  margin: 10px auto;
  box-shadow: 0 4px 12px rgba(20, 117, 116, 0.2);
  max-width: 1000px;
}

.note-text h1 {
  font-size: 1.5rem;
  line-height:1.2;
  color: #147574;
  font-weight: 600;
  margin-bottom:0.3em;
}

.note-text p {
margin:0;
  font-size: 1rem;
  color: #555;
  line-height: 1.2;
  margin-bottom:0.3em;
}

.note-text i {
  color: #147574;
  font-style: italic;
}

.card-statistik {
  background: linear-gradient(135deg, #ffffff 0%, #f0f9f9 100%);
  border-radius: 12px;
  padding: 18px;
  margin: 12px auto;
  box-shadow: 0 3px 10px rgba(20, 117, 116, 0.15);
  max-width: 1000px;
  border: 1px solid #d1eaea;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-statistik:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(20, 117, 116, 0.25);
}

.row-statistik {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.left-statistik {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rank-num-statistik {
  background: linear-gradient(135deg, #147574 0%, #0f5c5b 100%);
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.country-statistik {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #147574;
  font-size: 1.1rem;
  font-weight:700;
}

.country-statistik img {
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.count-statistik {
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  background: #2b62e3;
  padding: 4px 10px;
  border-radius: 20px;
}

.bar-statistik {
  background: #fff;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: inset 0 1px 4px rgba(0,0,0,0.5);
}

.fill-statistik {
  background: #2b62e3;
  height: 100%;
  border-radius: 5px;
  transition: width 1s ease-in-out;
  width: 0;
  box-shadow: 0 1px 3px rgba(20, 117, 116, 0.4);
}





























/* ======================================================
   TENTANG KAMI
====================================================== */



.tentang {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: var(--hijau-tua);
border-radius: 15px;
}

.tentang h1 {
  text-align: center;
  color: var(--putih);
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 700;
  line-height:1.2;
  
}

.card {
  max-width:1000px;
  padding: 2rem;
  margin:20px auto ;
  border-radius:1rem;
    background: var(--gradasi-hijau);

}


.card h2 {
  color: #147574;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 2px solid #147574;
  padding-bottom: 10px;
}

.card p {
  color: #2d4a4a;
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 20px;
}

.card p b {
  color: #147574;
  font-weight: 600;
}

.card ul {
  color: #2d4a4a;
  line-height: 1.8;
  font-size: 1rem;
  padding-left: 20px;
}

.card ul li {
  margin-bottom: 10px;
}

.info-btn {
  display: inline-block;
  background: linear-gradient(135deg, #147574 0%, #0d5252 100%);
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(20, 117, 116, 0.3);
  margin-top: 15px;
}

.info-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(20, 117, 116, 0.4);
  background: linear-gradient(135deg, #0d5252 0%, #147574 100%);
}



/* ======================================================
   PPMI
====================================================== */
.pembungkus-card-ppmi {
  width: 100%;
  background: linear-gradient(135deg, #147574 0%, #0d5252 100%);
  color: white;
  font-family: "Poppins", sans-serif;
  padding: 40px 20px;
  border-radius: 25px;
}

.judul-utama-ppmi {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
.judul-utama-ppmi span {
  display: inline-block;
  background: #ffffff;
  border-radius: 40px;
  padding: 8px 16px;
  color: #147574;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 10px;
}

.grid-ppmi {
  display: grid;
  justify-content: center;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, 350px);
}

.card-ppmi {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: .2s;
  line-height: 1.1;
  display: block;
  box-shadow: 0 4px 15px rgba(20, 117, 116, 0.1);
}

.card-ppmi:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(20, 117, 116, 0.2);
}

.card-header-ppmi {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #e8f7f7 0%, #d4f0f0 100%);
  padding: 15px;
  color: #2d4a4a;
  height: 5.5rem;
  border-bottom: 1px solid #b8e0e0;
}

.profile-img-ppmi {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
  position: relative;
  padding: 3px;
  background: linear-gradient(45deg, 
    #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, 
    #F56040, #F77737, #FCAF45, #FFDC80
  );
}

.profile-img-ppmi::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: white;
  border-radius: 50%;
  z-index: -1;
}

.profile-info-ppmi h3 {
  margin-bottom: 5px;
  color: #147574;
  font-weight: 600;
}
.profile-info-ppmi p {
  color: #5a7a7a;
  font-size: 0.9rem;
}

.stats-ppmi {
  display: flex;
  justify-content: space-around;
  padding: 10px 0 14px;
  background: #f0f7f7;
  text-align: center;
  border-top: 1px solid #e0ecec;
}

.stats-ppmi div strong {
  display: block;
  line-height: 1.2;
  color: #147574;
  font-weight: 700;
}

.stats-ppmi div {
  font-size: 0.9rem;
  color: #6b8e8e;
  line-height: 1.2;
}













































/* =========================================================
TRYOUT
========================================================= */
.tryout {
    --primary: #147574;
    --primary-dark: #0f5958;
    --secondary: #2a9d8f;
    --light: #ffffff;
    --gray: #6c757d;
    --danger: #e76f51;
    --radius: .75rem;
    --shadow: 0 4px 22px rgba(0,0,0,0.08);
    --transition: .25s ease;
    --bg-gradient: linear-gradient(135deg, #e8f7f7, #c7f1ec, #8bd8cf, #5bc2b7);
}

.tryout * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color:#000;
}

.tryout {
    padding: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* =========================================================
   RULES
========================================================= */
.tryout .warning-hijau {
    background: #d4f8d4;
    border-left: .35rem solid #38b000;
    padding: .8rem 1rem;
    border-radius: var(--radius);
    margin-bottom: 1.25rem;
    font-size: .9rem;
    color: #205c20;
    font-weight:700;
}
.tryout .rules {
    list-style: none;
    padding: 0;
    margin: 1.5rem auto;
    max-width: 800px;
    text-align: justify;
    font-size: 1.15rem;
    line-height: 1.3;
    font-size: 1.1rem;
    font-weight:500;
}
.tryout .rules li {
    margin-bottom: 0.7rem;
    position: relative;
    padding-left: 1.5rem;
}
.tryout .rules li::before {
    content: "🟢";
    font-size:.5rem;
    position: absolute;
    left: 0;
    top: 5px;
}

.tryout-formulir-pilihan-ujian, .tryout-formulir-contoh-sertifikat {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-dark);
}
.tryout-formulir-contoh-sertifikat{
    margin-top:1.5rem;
}

/* =========================================================
   PAGE WRAPPER
========================================================= */
.tryout .page {
    background: var(--light);
    width: 100%;
    max-width: 50rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 2rem;
    display: none;
}
.tryout #pageMenu { display: block; }

/* =========================================================
   TITLE
========================================================= */
.tryout h1 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-dark);
}
.tryout p { margin-bottom: 1rem; color: #333; }

/* =========================================================
   BUTTON
========================================================= */
.tryout .nav {
    display: flex;
    gap: 1rem;
    width: 100%;
}
.tryout .nav button { flex: 1; }

.tryout button {
    border: none;
    border-radius: var(--radius);
    padding: .6rem 1.2rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
}

/* TOMBOL-1 */
.tryout button.primary,
.tryout .tombol-1{
    background: var(--primary);
    color: white;
}
.tryout button.primary:hover,
.tryout .tombol-1:hover {
    background: var(--primary-dark);
}

/* TOMBOL-2 */
.tryout button.secondary,
.tryout .tombol-2 {
    background: #e9ecef;
    color: black;
}
.tryout button.secondary:hover,
.tryout .tombol-2:hover {
    background: #dfe3e7;
}

/* Disabled */
.tryout button:disabled {
    opacity: .45;
    cursor: not-allowed;
}

/* Center on first page */
.tryout .center {
    text-align: center;
}
.tryout .center button {
    width: 100%;
    margin-top: .75rem;
}


/* =========================================================
   FORM
========================================================= */
.tryout form label {
    font-weight: 700;
    margin-bottom: .35rem;
    display: block;
    color: var(--primary-dark);
}

/* input standar */
.tryout form input {
    width: 100%;
    padding: .75rem 1rem;
    border-radius: var(--radius);
    border: 2px solid #e0e0e0;
    margin-bottom: 1.1rem;
    transition: .25s ease;
    font-size: .97rem;
}
.tryout form input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 .17rem rgba(20,117,116,.1);
}
/* INPUT KHUSUS NAMA ARAB */
.tryout .input-nama-arab {
    font-weight:500;
    font-size: 1.2rem;
}



.tryout .warning {
    background: #fff3cd;
    border-left: .35rem solid #ffeaa7;
    padding: 1rem;
    border-radius: var(--radius);
    margin-bottom: 1.25rem;
    font-size: .9rem;
    line-height: 1.45;
}


.tryout .nav {
    display: flex;
    justify-content: space-between;
    gap: .8rem;
}
.tryout .nav button {
    flex: 1;
}






/* =========================================================
   UJIAN (TUNGGAL)
========================================================= */
.tryout #ujianQuestion {
    color: var(--primary);
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}
.tryout #ujianOptions label {
    display: block;
    padding: .9rem 1rem;
    border: 2px solid #e3e3e3;
    border-radius: var(--radius);
    margin-bottom: 0rem;
    cursor: pointer;
    transition: .2s;
}
.tryout #ujianOptions label:hover {
    border-color: var(--primary);
    background: rgba(20,117,116,.08);
}

/* =========================================================
   PAGE HASIL
========================================================= */
.tryout #resultScore {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 1rem 0;
}

/* =========================================================
   REVIEW
========================================================= */
.tryout #reviewContent {
    max-height: 65vh;
    overflow-y: auto;
    padding-right: .6rem;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 550px) {
    .tryout .page { padding: 1.4rem; }
    .tryout h1 { font-size: 1.45rem; }
}





















/* =========================================================
REKOMENDASI -style tambahan
========================================================= */
.tryout #s-rek-interviewBox {
    color: var(--primary);
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 1rem;
}
.tryout #s-rek-interviewBox label {
    display: block;
    padding: .9rem 1rem;
    border: 2px solid #e3e3e3;
    border-radius: var(--radius);
    margin-bottom: 0rem;
    cursor: pointer;
    transition: .2s;
}
.tryout #s-rek-interviewBox label:hover {
    border-color: var(--primary);
    background: rgba(20,117,116,.08);
}































/* ======================================================
   SERTIFIKAT ARAB
====================================================== */
.sertifikat-arab {
  margin: 0;
  padding: 0;
}

/* supaya html font-size tetap responsif */
.sertifikat-arab { font-size: 18px; }
@media (max-width: 1000px) {.sertifikat-arab { font-size: 14px; } }
@media (max-width: 800px) {.sertifikat-arab { font-size: 10px; } }
@media (max-width: 600px) {.sertifikat-arab { font-size: 6px; } }



/* ======================================================
   FONT (AMAN)
====================================================== */

/* ======================================================
   CERTIFICATE MAIN WRAPPER
====================================================== */
.sertifikat-arab .wrapper-sertifikat {
  width: 100%;
  max-width: 50em;
  margin: 0 auto 2em auto;
  aspect-ratio: 297 / 210;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  border-radius: 1em;
}

.sertifikat-arab .page-a4.landscape {
  width: 50em;
  margin: 0 auto;
  aspect-ratio: 297 / 210;
  background: #147574;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.sertifikat-arab .rtl {}

/* ======================================================
   HEADER
====================================================== */
.sertifikat-arab .header {
  height: 13em;
  background: #147574;
  padding: 0;
  color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.sertifikat-arab .header-left {
  flex: 0 0 65%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding: 0 0 0 1.6em;
}
.sertifikat-arab .header-right {
  flex: 0 0 35%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sertifikat-arab .header-left img {
  height: auto;
  width: 35%;
  margin-top: 1em;
}
.sertifikat-arab .header-right img {
  height: auto;
  width: 90%;
  filter: brightness(1.01);
}
.sertifikat-arab .title {
  font-size: 2em;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
.sertifikat-arab .perhatian {
  font-size: 0.6em;
  font-weight: 300;
  margin: 1.2em 0 0 0;
  text-align: left;
}
.sertifikat-arab .perhatian-arab {
  font-size: 0.7em;
  font-weight: 300;
  margin: 1.2em 0 0 0;
  text-align: left;
}

/* ======================================================
   ISI
====================================================== */
.sertifikat-arab .isi {
  text-align: center;
  background: #f6f6f6;
  height: 10.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sertifikat-arab .diberikan-kepada{
  font-size: 1em;
  color: #147574;
  font-weight: 300;
  margin-top: 1em;
}
.sertifikat-arab .diberikan-kepada-arab {
  font-size: 1em;
  color: #147574;
  font-weight: 500;
  margin-top: 1em;
}
.sertifikat-arab .nama-peserta {
  font-size: 1.8em;
  font-weight: 700;
  color: #147574;
  margin-top: -0.2em;
}
.sertifikat-arab .dengan-nilai{
  font-size: 1em;
  color: #147574;
  font-weight: 300;
  margin-top: 2px;
}

.sertifikat-arab .dengan-nilai-arab {
  font-size: 1em;
  color: #147574;
  font-weight: 500;
  margin-top: 2px;
}
.sertifikat-arab .Score {
  background: #147574;
  color: #fff;
  display: inline-block;
  margin: 0.16em 0 1em 0;
  padding: 0.4em 0.7em 0.3em 0.7em;
  font-size: 1.5em;
  font-weight: 500;
  border-radius: 5em;
  width: 17%;
}

/* ======================================================
   FOOTER
====================================================== */
.sertifikat-arab .footer {
  background: #147574;
  color: #fff;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  height: 11.7em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sertifikat-arab .footer img {
  position: absolute;
  right: 8.5em;
  bottom: 9.1em;
  height: 5em;
}
.sertifikat-arab .diterbitkan {
  font-size: 0.6em;
  font-weight: 500;
  margin-top: 1em;
}
.sertifikat-arab .kotak-sah {
  background: #ffffff;
  color: #147574;
  padding: 0 0.16em;
  border-radius: 1.3em;
  font-weight: 700;
  width: 50%;
  margin: 1.5em auto 1em auto;
  font-size: 0.6em;
  height: 3.3em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.sertifikat-arab .disclaimer {
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 2em;
  margin-top: 0.6em;
}


.sertifikat-arab .sertifikat-btn-download{
  background: #147574;
  color: #fff;
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  width: 270px;
  height:40px;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  display: block;
  
}

.sertifikat-arab .sertifikat-btn-download:hover{
    background: #0c4e4d;
}



/* ======================================================
   CONTROL BUTTON (Arabic certificate area)
====================================================== */
.sertifikat-arab .controls {
  width: 100%;
  max-width: 50em;
  display: flex;
  flex-direction: column;
  align-items: center;     /* center semua elemen horizontal */
  justify-content: center; /* tambahan — memastikan posisi tengah vertikal */
  text-align: center;      /* memastikan teksnya center */
  gap: 1em;
  margin: 5px auto;
  padding: 0;
}



/* status text */
.sertifikat-arab .status-area {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #147574;
  text-align: center;
}

/* progress bar wrapper */
.sertifikat-arab .progress-bar-container {
  width: 350px;
  max-width: 100%;
  height: 10px;
  background: #d4d4d4;
  border-radius: 5px;
  overflow: hidden;
  display: none;
  margin: 1rem auto 1.5rem auto;          /* center bar */
}

/* progress bar inner */
.sertifikat-arab .progres-bar {
  width: 0%;
  height: 100%;
  background: #147574;
  transition: width 0.2s;
}



/* ======================================================
   RESPONSIVE CONTROL BUTTONS
====================================================== */
@media (max-width: 600px) {
      .sertifikat-arab #arabNameInput {
    font-size: 14px;
    width: 350px;
    height: 40px;
  }
    
    .sertifikat-arab .sertifikat-btn-download {
    width: 180px;
    font-size: 14px;
    border-radius: 10px;
    height: 35px;
  }
    .sertifikat-arab #arabConfirmText {
    margin: 4px auto 8px auto;
    font-size: 12px;
  }
  .sertifikat-arab .controls {
      width: 100%;
  margin: 5px auto;
  }
  .sertifikat-arab .status-area {
    font-size: 12px;
    margin: 0px auto;
  }
  .sertifikat-arab .progress-bar-container {
    height: 8px;
  }



}































/* ======================================================
   HILANGKAN BADGE RECAPTCHA
====================================================== */
.grecaptcha-badge {
  visibility: hidden;
}



