/* General styles */
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: #f0f0f0;
}

.container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

header {
    background-color: #1f8b4c;
    color: #fff;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

header h1 {
    margin: 0;
    padding: 0;
    display: inline;
}

header nav {
    float: right;
}

header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header nav ul li {
    display: inline;
    margin-left: 20px;
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
}

header nav ul li a:hover {
    text-decoration: underline;
}

.hero {
    background-image: url('https://i.pinimg.com/originals/9c/f5/b6/9cf5b64d6cd2963ef96eabb4b2c1cbe6.jpg'); /* Ganti dengan path gambar latar belakang Anda */
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 100px 0;
    position: relative; /* Pastikan posisi relatif untuk overlay */
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Atur transparansi sesuai kebutuhan */
    z-index: 1; /* Pastikan overlay berada di atas gambar latar belakang */
}

.hero .container {
    position: relative; /* Pastikan konten tetap di atas overlay */
    z-index: 2; /* Pastikan konten tetap di atas overlay */
}

.hero h2 {
    font-size: 3em;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.5em;
    margin-bottom: 30px;
}

.btn {
    display: inline-block;
    background-color: #1f8b4c;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #156233;
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #1f8b4c;
    color: #1f8b4c;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-outline:hover {
    background-color: #1f8b4c;
    color: #fff;
}

.section-light {
    background-color: #fff;
    padding: 60px 0;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.feature-icon {
    flex: 0 0 100px;
    margin-right: 20px;
}

.feature-icon img {
    max-width: 100%;
}

.testimonial {
    background-color: #f9f9f9;
    padding: 20px;
    border-left: 4px solid #1f8b4c;
    margin-bottom: 20px;
}

.testimonial p {
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial cite {
    font-weight: bold;
}

footer {
    background-color: #1f8b4c;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    clear: both; /* Fix for clearing floats */
}

@media (max-width: 768px) {
    .container {
        width: 90%;
    }

    .hero h2 {
        font-size: 2.5em;
    }

    .hero p {
        font-size: 1.2em;
    }
}

/* Pricing Section */
#pricing {
    background-image: url('https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/29541bea-9f34-4505-98e3-220fb1a66afa/deg3o34-f1fb0019-7b23-41ac-8d81-ea4897ffd0bc.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzI5NTQxYmVhLTlmMzQtNDUwNS05OGUzLTIyMGZiMWE2NmFmYVwvZGVnM28zNC1mMWZiMDAxOS03YjIzLTQxYWMtOGQ4MS1lYTQ4OTdmZmQwYmMuanBnIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.pm9p1gSqCqn-hEMhO8x76KJfsPtvX9hO4GkPrLaLCuk'); /* Ganti dengan path gambar latar belakang untuk Pricing */
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 60px 0; /* Sesuaikan padding sesuai kebutuhan */
}

.pricing-table {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.plan {
    background-color: rgba(31, 139, 76, 0.8); /* Atur warna latar belakang dengan transparansi */
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    flex: 1;
    max-width: 300px;
}

.plan h3 {
    font-size: 2em;
    margin-bottom: 10px;
}

.plan p {
    margin-bottom: 15px;
}

.plan .btn {
    margin-top: 15px;
}

/* Contact Us Section */
#contact {
    background-image: url('https://wallpapers-clan.com/wp-content/uploads/2023/10/minecraft-grass-tree-desktop-wallpaper-cover.jpg'); /* Ganti dengan path gambar latar belakang untuk Contact Us */
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 60px 0; /* Sesuaikan padding sesuai kebutuhan */
}

#contact .container {
    position: relative;
    z-index: 2; /* Pastikan konten tetap di atas background */
}

#contact form {
    background-color: rgba(255, 255, 255, 0.8); /* Atur latar belakang form dengan transparansi */
    padding: 20px;
    border-radius: 10px;
}

#contact form label {
    display: block;
    margin-bottom: 10px;
}

#contact form input,
#contact form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

#contact form input[type="submit"] {
    background-color: #1f8b4c;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#contact form input[type="submit"]:hover {
    background-color: #156233;
}
body, html {
    height: 100%;
    text-align: center;
}

body {
  background-color: #1f8b4c;
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #242f3f;
  display:flex;
  justify-content: center;
  align-items: center;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}