@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: 150px;
  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;
}

.checklist {
  top: -100px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .checklist {
    top: -100px;
    margin-bottom: -100px;
  }
}
.checklist .video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-color: #191D22;
  cursor: pointer;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0 30px 50px rgba(25, 29, 34, 0.3) !important;
  -moz-box-shadow: 0 30px 50px rgba(25, 29, 34, 0.3) !important;
  -webkit-box-shadow: 0 30px 50px rgba(25, 29, 34, 0.3) !important;
  -o-box-shadow: 0 30px 50px rgba(25, 29, 34, 0.3) !important;
}
.checklist .video:after {
  content: "";
  pointer-events: none;
  position: absolute;
  font-family: "dripicons-v2";
  font-size: 60px;
  line-height: 0;
  color: #FFFFFF;
  margin-left: -20px;
  left: 50%;
  top: 50%;
}
.checklist .video.played::after {
  display: none;
}
.checklist .video img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.checklist .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.card-checklist {
  background: url("../img/bannerx.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);

  border: 0;
  color: #7E8594;
  border-radius: 10px;
  border: 3px solid #4E9569;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  /* box-shadow: 0 30px 50px rgba(25, 29, 34, 0.1) !important;
  -moz-box-shadow: 0 30px 50px rgba(25, 29, 34, 0.1) !important;
  -webkit-box-shadow: 0 30px 50px rgba(25, 29, 34, 0.1) !important;
  -o-box-shadow: 0 30px 50px rgba(25, 29, 34, 0.1) !important; */
}
.card-checklist .card-body {
  padding: 30px;
}
@media screen and (max-width: 576px) {
  .card-checklist .card-body {
    padding: 20px;
  }
}

.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: 100px 0;
}
@media screen and (max-width: 576px) {
  section {
    padding: 100px 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;
  }
}


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


.pricing-container {
  display: flex;
  /* gap: 20px; */
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
}
.pricing-box {
    background: #fff;
    color: #121212;
    padding: 15px;
    border-radius: 12px;
    max-width: 300px; /* biar tidak terlalu lebar */
    width: 300px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    display: flex;
    cursor: pointer;
    flex-direction: column;
    transition: all 0.3s ease;   /* animasi halus */
    text-align: center;
    margin-bottom: 10px;
}
.pricing-box h3 {
    text-align: center;
    margin-bottom: 10px;
}
.pricing-box p strong {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.pricing-box p.desc {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}
.pricing-box ul {
    list-style: none;
    padding: 0;
}
.pricing-box ul li {
    margin: 8px 0;
    font-size: 14px;
}

.pricing-box:hover {
   transform: scale(1.1);      /* membesar 5% */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* bayangan lembut */
  border-color: #4E9569;       /* opsional: garis ikut highlight */    /* opsional: garis ikut highlight */
}

/* 🔹 Mobile responsive */
@media (max-width: 1000px) {
    .pricing-container {
        flex-direction: column;
        align-items: center;
    }
    .pricing-box {
        width: 100%;      /* full lebar */
        max-width: 350px; /* biar tidak terlalu lebar */
    }
}

  @media (max-width: 576px) {
    .pricing-container {
        flex-direction: column;
        align-items: center;
    }
    .pricing-box {
        width: 100%;      /* full lebar */
        max-width: 350px; /* biar tidak terlalu lebar */
    }
}

.btn-wa {
display: inline-block;
background-color: #25D366; /* hijau khas WhatsApp */
color: white;
font-weight: bold;
padding: 14px 24px;
border-radius: 12px;
text-decoration: none;
font-size: 16px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
transition: all 0.3s ease;
}

.btn-wa:hover {
background-color: #199647ff; /* sedikit lebih gelap saat hover */
box-shadow: 0 6px 12px rgba(0,0,0,0.25);
transform: translateY(-2px);
color: white;

}

.btn-wa:active {
transform: translateY(0px);
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
color: white;
}



.wa-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  text-decoration: none;
  font-size: 14px;
  z-index: 1000;
  transition: all 0.3s ease;
}

.wa-float img {
  width: 28px;
  height: 28px;
}

.wa-float:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 10px rgba(0,0,0,0.4);
  color: #fff;
  background-color: #20b954;
}

.wa-float.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(50px);
}


.techstack {
  width: 100%;
  padding: 20px 0;
}

.techstack-list {
  display: flex;
  flex-wrap: wrap; /* jadi baris */
  justify-content: center;
  gap: 24px;
}

.techstack-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 72px;
  gap: 6px;
  text-align: center;
}

.techstack-item small {
  font-size: 0.75rem;
  line-height: 1;
  color: #ffffff;
  opacity: 0.85;
  white-space: nowrap;
}

.iconify {
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  color: #ffffff;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  transform-origin: center;
}

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




.suggest {
  display: inline-block;
  margin: 8px;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;       /* biar isi (ikon + teks) sejajar */
  align-items: center;        /* ratakan vertikal tengah */
  justify-content: center;    /* kalau mau isi rata tengah horizontal */
  gap: 8px;                   /* jarak antar ikon dan teks */
}
.suggest span {
  font-size: 16px;   /* atau 1rem / 1.2rem sesuai desain */
  font-weight: 600;  /* biar seimbang sama ikon */
}



/* tombol utama (solid hijau Maxinide) */
.suggest-main {
  background: #4E9569;
  color: #fff;
}

.suggest-main:hover {
  background: #3a7251;
  color: #fff;
  transform: scale(1.05);
}

/* tombol sekunder (outline hijau) */
.suggest-alt {
  background: transparent;
  border: 2px solid #4E9569;
  color: #4E9569;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.suggest-alt:hover {
  background: #4E9569;
  color: #fff;
  transform: scale(1.05);
}

.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;
}

/* Tombol close */
.close-btn {
  position: absolute;
  top: 12px; right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  transition: color 0.2s ease;
}
.close-btn:hover {
  color: #000;
}

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

/* Form */
.popup-content form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Input & textarea */
.popup-content input,
.popup-content textarea {
  width: 100%;
  padding: 12px 14px;
  background-color:#e9e9e9;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  font-family: inherit;
}

.popup-content input:focus,
.popup-content textarea:focus {
  border-color: #4E9569;
  box-shadow: 0 0 0 2px rgba(78,149,105,0.2);
}

/* Textarea lebih tinggi */
.popup-content textarea {
  resize: none;
  min-height: 120px;
}

/* Tombol submit */
.popup-content button {
  background: #4E9569;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.2s ease;
}
.popup-content button:hover {
  background: #3a7251;
  transform: scale(1.05);
}

/* 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; }
}

/* Popup overlay */
.thankyou-popup {
    position: fixed;       /* Tetap di layar */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* semi-transparan */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Konten popup */
.thankyou-popup-content {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    animation: fadeIn 0.3s ease;
}

/* Animasi fade in */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to   { opacity: 1; transform: scale(1); }
}

/* Optional: teks */
.thankyou-popup-content h2 {
    margin-bottom: 10px;
    color: #333;
}

.thankyou-popup-content p {
    color: #555;
}


























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