@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap");

.text-white {
  color: #ffffff !important;
}

.text-light {
  color: #fafafa !important;
}

.text-soft {
  color: #eeeeee !important;
}

.text-grey {
  color: #cccccc !important;
}

.text-primary {
  color: #081bea !important;
}

.text-secondary {
  color: #3c4ae2 !important;
}

.text-success {
  color: #06b63b !important;
}

.text-dark {
  color: #26303c !important;
}

.text-muted {
  color: #7e8594 !important;
}

.text-black {
  color: #191d22 !important;
}

body {
  /* font-family: "Oswald", sans-serif; */
  /* font-family: "Impact", sans-serif; */
  /* font-family: "Anton", sans-serif; */
  /* font-family: 'Bebas Neue', sans-serif; */
  /* font-family: 'League Spartan', sans-serif; */
  /* font-family: 'Fjalla One', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  /* font-family: "Inter", sans-serif; */

  font-size: 14px;
  background-color: #ffffff;
}

a,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

header {
  background-color: #4e9569;
  background-size: cover;
  position: relative;
  padding-bottom: 2px;
  color: #26303c;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4e9569;
}
/* style="background-color:#4E9569;" */
header .logo {
  padding-top: 30px;
  
}
header .logo img {
  height: 12px;
}


.banner {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
}

/* gambar full area */
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* biar selalu penuh tanpa distorsi */
  object-position: center; /* fokus ke tengah gambar */
  display: block;
}

/* overlay teks */
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;

  /* ukuran fleksibel */
  width: 90%;         /* default pakai 80% dari banner */
  
  padding: 20px 30px;
  background: rgba(0,0,0,0.4);
  border-radius: 10px;
  backdrop-filter: blur(1px);
}


.banner-content h1 {
  font-size: 50px;
  font-weight: 900;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.banner-content p {
  font-size: 15px;
  color: #ddd;
  margin-top: 10px;
  font-style: italic;
}







.user img {
  width: 60px;
  height: 60px;
  border: 5px solid rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.user.user-lg img {
  width: 120px;
  height: 120px;
  border: 5px solid rgba(0, 0, 0, 0.1);
}
.user.user-testi img {
  width: 50px;
  height: 50px;
  border: none;
}
.user .position {
  opacity: 0.8;
  font-weight: 400;
}

.container {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

.header-bar {
  padding: 40px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  background-color: #191d22;
}
.header-bar .desc {
  font-size: 12px;
  margin-left: 28px;
  color: rgba(255, 255, 255, 0.6);
}

h1 {
  font-size: 45px;
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 40px;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4em;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.6em;
}
@media screen and (max-width: 576px) {
  h6 {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  p {
    font-size: 15px;
  }
}

/* .text-light {
  font-weight: 300;
}
.text-regular {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.text-extrabold {
  font-weight: 800;
}
.text-black {
  font-weight: 900;
} */

.icon {
  position: relative;
  top: 2px;
}

.btn-primary {
  background-color: #081bea;
  color: #ffffff;
  font-weight: 500;
  border-color: transparent;
  padding: 15px !important;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.btn-primary:focus {
  outline: none;
  box-shadow: none;
  background-color: rgba(8, 27, 234, 0.1);
}
.btn-primary:hover {
  background-color: #3c4ae2;
  color: #ffffff;
}
.btn-primary.btn-form {
  padding: 13px 30px;
}

.btn {
  padding: 12px 20px;
  font-size: 14px;
}

.btn-outline-primary {
  border-color: #081bea;
  color: #081bea;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

section {
  padding: 30px 0;
}
@media screen and (max-width: 576px) {
  section {
    padding: 30px 0;
  }
}

.list {
  list-style: none;
  color: #7e8594;
  font-size: 16px;
  margin-top: 20px;
}
.list li {
  color: #7e8594;
  margin-bottom: 10px;
  position: relative;
  margin-left: -10px;
}
.list li:before {
  content: "S";
  font-family: "dripicons-v2";
  position: absolute;
  left: -30px;
  color: #06b63b;
  top: 0;
}

.intro {
  height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .intro {
    height: 220px;
  }
}

.stats {
  position: relative;
  /* background: url("../img/benefit.jpg") no-repeat top center; */
  background-color: #4e9569;

  background-size: cover;
  color: #ffffff;
}
.stats:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4e9569;
  opacity: 0.8;
}

.speaker {
  background: url("../img/banner.png") no-repeat top center;
  background-size: cover; /* Memaksa gambar mengisi area */
  background-position: center; /* Pastikan gambar berada di tengah */
  background-repeat: no-repeat; /* Tidak mengulang */
  -webkit-backdrop-filter: blur(5px);

  backdrop-filter: blur(5px);
  /* background-color: #FFFFFF; */
  position: relative;
  top: -80px;
  padding: 40px 50px;
  border-radius: 10px;
  border: 3px solid #4e9569;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  /* box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.03) !important;
  -moz-box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.03) !important;
  -webkit-box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.03) !important;
  -o-box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.03) !important; */
}

@media screen and (max-width: 576px) {
  .speaker {
    top: -80px;
    padding: 20px;
  }
}
.speaker .photo {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .speaker .photo {
    width: 50px;
    height: 50px;
  }
}

.divider {
  height: 50px;
}
.divider-sm {
  height: 30px;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.card-testi {
  background-color: #fafafa;
  border: 1px dashed #cccccc;
  padding: 30px;
  color: #7e8594;
  line-height: 1.7em;
  transform: scale(0.95);
  margin-bottom: 10px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
@media screen and (max-width: 576px) {
  .card-testi {
    transform: scale(1);
  }
}
.card-testi.testi-lg {
  transform: scale(1);
}

.logos {
  height: 30px;
}
@media screen and (max-width: 576px) {
  .logos {
    height: 20px;
    margin-bottom: 15px;
  }
}

.form {
  color: #26303c;
  background-color: #ffffff;
  padding: 10px 50px 10px 50px;
  bottom: -50px;
  margin-top: -50px;
  border: 3px solid #4e9569;

  position: relative;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  /* box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.1) !important; */
}
@media screen and (max-width: 576px) {
  .form {
    padding: 25px;
  }
}
.form .form-control {
  border-color: transparent;
  padding: 25px;
  color: #ffffff;
  background-color: rgba(38, 48, 60, 0.1);
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}
.form .form-control:focus,
.form .form-control:active {
  outline: none;
  box-shadow: none;
  background-color: rgba(38, 48, 60, 0.05);
  border: 1px solid rgba(38, 48, 60, 0.3);
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}
.form ::placeholder {
  color: rgba(38, 48, 60, 0.6) !important;
}
.form :-ms-input-placeholder {
  color: rgba(38, 48, 60, 0.6) !important;
}
.form ::-ms-input-placeholder {
  color: rgba(38, 48, 60, 0.6) !important;
}

.table-faq {
  margin-bottom: 25px;
  border-bottom: 1px dashed #eeeeee;
}
.table-faq:last-child {
  border-bottom: 0;
}
.table-faq:last-child tr:last-child td {
  padding-bottom: 0;
}
.table-faq td {
  border: 0;
  padding-top: 0;
  padding-bottom: 5px;
}
.table-faq td:first-child {
  width: 20px;
}
.table-faq td:last-child {
  vertical-align: middle;
}
.table-faq tr:last-child td {
  padding-bottom: 25px;
}

footer {
  background-color: #26303c;
  color: #cccccc;
  padding: 25px 0;
}

.timer-wrapper {
  display: inline-block;
  text-align: center;
  width: 60px;
}
.timer-wrapper .time {
  font-size: 30px;
  font-weight: 600;
  color: #081bea !important;
  margin-bottom: 0px !important;
}
.timer-wrapper .text {
  position: relative;
  top: -10px;
  margin-bottom: -10px;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.7;
}

@media screen and (max-width: 575px) {
  .timer-wrapper {
    width: 70px;
  }

  .timer-wrapper .time {
    font-size: 34px;
    margin-bottom: 5px;
  }

  .timer-wrapper .text {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .features img {
    height: 35px;
  }
}

.iconify {
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1; /* menjaga ikon tetap square */
  color: white; /* putih semua */
  /* opacity: 0.9; */
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.iconify:hover {
  transform: scale(2);
  opacity: 1;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.social-link {
  font-size: 25px;
  color: rgb(255, 255, 255);
  margin: 0 6px;
  cursor: pointer;
  position: relative; /* penting untuk tooltip */
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Membesar 2x saat hover */
.social-link:hover {
  transform: scale(1.1);
  color: rgb(255, 255, 255);
}

/* Tooltip */
.social-link::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #37694a;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 13px; /* atur ukuran */
  font-weight: 500; /* ketebalan: 400 normal, 500 medium, 700 bold */
  font-family: "Poppins", sans-serif; /* contoh font */
  font-style: normal; /* bisa italic */
  letter-spacing: 0.3px; /* jarak antar huruf */
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Tampil saat hover */
.social-link:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(5px);
}

.img-float {
  display: inline-block;
  animation: floatUpDown 5s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  } /* naik 20px */
}

.site-footer {
  background: #4e9569;
  color: #fff;
  padding: 25px 40px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

/* Grup kiri: logo + teks */
.footer-left {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}

.footer-logo img {
  height: 60px;
}

.footer-text h4 {
  font-size: 20px;
  margin: 0 0 5px;
}

.footer-text p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

/* Catatan di atas sosial */
.footer-note {
  font-size: 14px;
  margin-top: 8px;
  color: #fff;
  text-align: right;
}

/* Sosial */
.footer-socials {
  display: flex;
  gap: 15px;
}

.footer-socials a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-socials a:hover {
  color: #d1ffd9;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-left {
    justify-content: center;
    margin-bottom: 15px;
  }

  .footer-note {
    text-align: center;
  }

  .footer-socials {
    justify-content: center;
  }
}

/* Overlay popup */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

/* Konten popup */
.popup-content {
  background: #fff;
  color: #333;
  padding: 30px 25px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  animation: slideUp 0.4s ease;
  font-family: "Segoe UI", sans-serif;
}

/* Judul popup */
.popup-content h2 {
  margin-top: 0;
  font-size: 22px;
  color: #4e9569;
  text-align: center;
  margin-bottom: 20px;
}

/* Animasi */
@keyframes fadeIn {
  from {
    background: rgba(0, 0, 0, 0);
  }
  to {
    background: rgba(0, 0, 0, 0.6);
  }
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.containerx {
  display: flex;
  gap: 20px;
  max-width: 100%;
  margin: 20px auto;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.containerx:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.containerx h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #222;
   transition: color 0.3s ease;
}


.image-wrapper {
  width: 300px;
  height: 250px;
  flex-shrink: 0;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  display: block;
  transition: transform 0.4s ease;
}



.text-content {
  font-size: 20px;
  text-align: justify;
  flex: 1;
  max-height: 140px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8; /* kira2 pas dgn 200px */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  line-height: 1.8em;

  position: relative;
}

/* Fade fallback kalau browser tidak dukung line-clamp */
.text-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to top, white, transparent);
}

/* Responsive untuk layar kecil */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }

  .image-wrapper {
    height: 300px;
    width: 100%;
    max-height: 300px;
    max-width: 100%;
    flex-shrink: 0;
    padding-bottom: 15px;
  }

  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    display: block;
  }

  .text-content {
    max-height: 200px;
    text-align: justify;
    line-height: 1.8em;

    -webkit-line-clamp: 6; /* sesuaikan jumlah baris */
  }
}

.pagination {
  margin-top: 30px;
}

.pagination .page-item {
  margin: 0 4px;
}

.pagination .page-link {
  border: none;
  border-radius: 12px;
  padding: 8px 14px;
  color: #4e9569; /* hijau elegan */
  font-weight: 500;
  background-color: #f8f9fa; /* abu terang */
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.pagination .page-link:hover {
  background-color: #4e9569;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.pagination .page-item.active .page-link {
  background-color: #4e9569;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.pagination .page-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(78, 149, 105, 0.4);
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  padding-top: 100px;
}

.nav-prev,
.nav-next {
  width: 45%;
}

.nav-label {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: block;
}

.nav-prev a,
.nav-next a {
  text-decoration: none;
  font-size: 20px;
  line-height: 1.6;
  color: #222;
}

.nav-prev a:hover,
.nav-next a:hover {
  text-decoration: underline;
}

.nav-prev {
  text-align: left;
}

.nav-next {
  text-align: right;
}


/* Navbar background */
.navbar {
  background-color: #222; /* warna background navbar */
  padding: 0.8rem 1.5rem;
}

/* Navbar toggler (hamburger icon) */
.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler-icon {
  background-image: none; /* hapus default Bootstrap icon */
  width: 25px;
  height: 2px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  width: 25px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

/* Navbar links */
.navbar-nav .nav-link {
  color: #f1f1f1 !important;
  margin: 0 10px;
  transition: color 0.3s, border-bottom 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #f1f1f1 !important; /* warna hover */
  border-bottom: 2px solid #f1f1f1;
}

/* Active link style */
.navbar-nav .nav-link.active {
  color: #f1f1f1 !important;
  font-weight: 600;
  border-bottom: 2px solid #f1f1f1;
}

/* Responsive collapse menu background (opsional) */
@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #417d58;
    padding: 1rem;
    border-radius: 8px;
  }
}


/* Style dasar kategori nav */
.nav.justify-content-center .nav-item {
  margin: 0 8px;
}

.nav.justify-content-center .nav-link {
  position: relative;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

/* Hover efek */
.nav.justify-content-center .nav-link:hover {
  color: #fff;
  background: linear-gradient(135deg, #4e9569, #4e9569);
  transform: translateY(-2px);
}

/* Link aktif */
.nav.justify-content-center .nav-link.active {
  color: #fff !important;
  background: linear-gradient(135deg, #4e9569, #4e9569);
  border-radius: 30px;
  font-weight: 600;
}



.nav.justify-content-center .nav-link:hover::after {
  width: 60%;
}

.nav.justify-content-center .nav-link.active::after {
  width: 60%;
}

/* Responsif */
@media (max-width: 768px) {
  .nav.justify-content-center .nav-link {
    font-size: 14px;
    padding: 6px 14px;
  }
}

/*# sourceMappingURL=styles.css.map */
