.header-image {
    width: 85%;
    max-height: 300px;
}

/* Media query untuk mode desktop */
@media only screen and (min-width: 768px) {
    .header-image {
        max-height: 70%;
    }
}

.price-container {
    display: flex;
    justify-content: space-between;
    width: 50%;
    max-width: 800px;
    align-items: stretch;
}

.price-box {
    width: 100%;
    background-color: white;
    border-radius: 14px;
    box-shadow: 5px 10px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Title (Standard / Pro) */
.price-box h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 8px;
}

/* Price */
.price {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

/* List features */
.feature-list {
    list-style-type: none;
    padding: 0;
}

.feature-list li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0 5px 10px;
    font-size: 14px;
    text-align: left;
    align-items: center;
}

.feature-list li:nth-child(odd) {
    background-color: #f9f9f9;
}

.feature-list li:nth-child(even) {
    background-color: #e9e9e9;
}

.textfitur {
    max-width: 80%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: inline-block;
    flex-grow: 1;
    margin-right: 10px;
}

.text {
    font-size: 12px;
    color: green;
    max-width: 100px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: inline-block;
    text-align: right;
    padding: 0 5px 0 0;
}

.check,
.cross {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 25%;
}

.check img {
    width: 16px;
}

.cross img {
    width: 20px;
}

.check {
    padding: 0 0 0 20px;
}

.cross {
    padding: 0 0 0 20px;
}

.btnn {
    display: block;
    width: 100%;
    background-color: #007bff;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
    text-decoration: none;
}

.btnn:hover {
    color: rgb(255, 193, 7);
    background-color: #0056b3;
}


.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 30px;
    z-index: 1000;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
}
@media (max-width: 768px) {
    .navbar-brand {
      flex-grow: 1;
    }
    .navbar-nav .nav-link {
      text-align: left;
    }
  }
  @media (max-width: 991.98px) {
    .navbar-collapse {
      background-color: #fff;
      padding: 1rem;
      margin-top: 10px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      border: 1px solid #ddd;
    }
  
    .navbar-collapse .nav-link {
      color: #333;
      font-weight: 500;
      padding: 10px 15px;
      border-radius: 5px;
    }
  
    .navbar-collapse .nav-link:hover {
      background-color: #f8f9fa;f
    }
  }
  
  
.custom-container {
    width: 100%;
    margin: 0 auto;
} 
.hotline-text a:hover {
    color: #128c7e;
    text-decoration: underline;
  }

.navbar {
    background-color: #fdfdfd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(to bottom, #ffffff 5%, #e4ecf5 100%);
   
}

.navbar-nav .nav-link {
    font-weight: 600;
    font-size: 1.1em;
    color: #333;
}

.navbar-nav .nav-link:hover {
    color: #007bff;
}

.logo-img {
    height: 45px;
    width: 120px;

    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.site-nav {

    align-items: center;
    padding: 10px 0;
}

.site-navigation {
    display: flex;
    align-items: center;
    margin-right: 70px;
    /* Tambahkan jarak 50px ke kanan (20px default + 50px tambahan) */
}

@media only screen and (max-width: 768px) {
    .logo-img {
        margin-left: 5px;
        /* Hapus margin untuk tampilan HP */
        width: 100px;
        /* Sesuaikan kembali ukuran logo jika diperlukan */
    }

    .site-navigation {
        display: flex;
        align-items: center;
        margin-right: 5px;
        /* Tambahkan jarak 50px ke kanan (20px default + 50px tambahan) */
    }
}

.img-slide img {
    width: 100%;
    /* Ukuran gambar yang lebih kecil */
    /* height: 250px; Pastikan ukuran tinggi dan lebar sama untuk bentuk kotak */

    border-radius: 15px;
    /* Radius untuk membulatkan sudut gambar */
    object-fit: cover;
    /* Memastikan gambar tidak terdistorsi */
    display: block;
    margin: 0 auto;
    /* Untuk membuat gambar berada di tengah */
    margin-top: 20px;
}

.slider-section {
    background: url('../images/slider_bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    margin-top: 0px;
    height: 500px;
    position: relative;
    color: #fff;
    z-index: 1;
    overflow: hidden;
}
.slider-custom-width {
    max-width: 90% !important; /* atau width: 90%; */
}
/* Tambahan: Overlay biru transparan */
.slider-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(5, 5, 5, 0.5); /* biru transparan */
    z-index: 2;
}

/* Pastikan konten teks tetap di atas overlay */
.slider-section > * {
    position: relative;
    z-index: 3;
}

.slider-section H2 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    /* Menambahkan jarak 50px antara site-nav dan section slider */
}

.slider-image {
    margin-top: 30px;
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
}

.description {
    padding-right: 20px;
    color: white;
    font-size: 16px;


}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}
@media (max-width: 1400px) {
    .slider-section {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 1000px; /* atau sesuaikan dengan desain */
        padding: 40px 20px;
        position: relative;
        background: url('../images/slider_bg.jpg') no-repeat center center;
        background-size: cover;
      }
      
      .slider-section .container {
        max-width: 90%;
      }
      
      .slider-section .row {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        flex-wrap: wrap;
      }
      
      .slider-section .description,
      .slider-section .img-slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        text-align: center;
      }
      
      .slider-section .description h2 {
        font-size: 28px;
        margin-bottom: 15px;
      }
      
      .slider-section .description p {
        font-size: 15px;
        line-height: 1.5;
        color: #fff;
        margin-bottom: 20px;
      }
      
      .header-image {
        max-height: 90%;
        width: auto;
        margin: 0 auto;
        object-fit: contain;
      }
      
  }
  
@media (max-width: 768px) {
    .slider-section {
        background: url('../images/slider_bg.jpg') no-repeat center center;
        background-size: cover;
        padding: 50px 0;
        margin-top: 0px;
        height: 500px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        color: #fff;
        z-index: 1;
        overflow: hidden;
    }

    .slider-section::before {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(5, 5, 5, 0.5); /* biru transparan */
        z-index: 2;
    }

    .slider-section > * {
        position: relative;
        z-index: 3;
    }

    .slider-image {
        width: 100%;
        height: auto;
    }

    .description {
        padding: 10px 0;
        text-align: justify;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }

    .img-slide img {
        display: none; /* Sembunyikan jika masih digunakan */
    }

    .cta-section {
        background: #17BAE3;
    }
}


.cta-section {
    background: #17BAE3;
}

.howto-section {
    background-color: #ffffff;
    /* Warna background */
    margin-top: 50px;
    /* Menambahkan jarak 50px antara site-nav dan section */
    margin-bottom: 50px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Menambahkan box shadow */
}

.how-section H2 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    /* Menambahkan jarak 50px antara site-nav dan section slider */
}

.hotline {

    margin-right: auto;
    /* Agar hotline berada di sebelah kanan logo */
}

.hotline p {
    margin: 0;
    /* Menghapus margin agar tidak ada ruang tambahan */
    padding-left: 15px;
    /* Tambahkan sedikit padding antara logo dan hotline */
    font-size: 1em;
    font-weight: 600;
    color: #635555;
}

@media (max-width: 768px) {
    .hotline {
        font-size: 0.9em;
    }

    .hotline p {
        margin: 0;
        /* Menghapus margin agar tidak ada ruang tambahan */
        padding-left: 3px;
        /* Tambahkan sedikit padding antara logo dan hotline */
    }
}



.modern-title {
    font-size: 2rem;
    /* Ukuran huruf lebih besar */
    font-weight: 700;
    /* Tebal */
    margin-bottom: 1rem;
    /* Spasi bawah */
    color: #2c3e50;
    /* Warna judul yang lebih profesional */
}

.modern-description {
    font-size: 1.1rem;
    /* Ukuran font lebih kecil dari judul */
    margin-bottom: 1rem;
    /* Spasi antar paragraf */
    color: #555;
    /* Warna teks lebih terang */
    text-align: justify;
    /* Rata kiri dan kanan */
}

/* Responsiveness */
@media (max-width: 768px) {
    .modern-title {
        font-size: 1.5rem;
        /* Ukuran huruf untuk mobile */
    }

    .modern-description {
        font-size: 1rem;
        /* Ukuran huruf untuk mobile */
    }
}


.site-footer {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
}

.site-footer .inner {
    padding-top: 0px;
    padding-bottom: 70px;
    background: #f8f9fa;
}

.site-footer .inner.first {
    padding-top: 80px;
}

@media (max-width: 991.98px) {
    .site-footer {
        padding-top: 30px;
    }
}

.site-footer a {
    color: #000000;
}

.site-footer a:hover {
    color: #000000;
    text-decoration: underline;
}

.site-footer .widget {
    margin-bottom: 30px;
}

.site-footer .widget h3 {
    font-size: 14px;
    margin-bottom: 20px;
    color: #000000;
    font-family: "Inter", sans-serif;
}

.site-footer .widget .social li {
    display: inline-block;
}

.site-footer .widget .social li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1A374D;
    display: inline-block;
    position: relative;
    color: #ffffff;
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
}

.site-footer .widget .social li a span {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-footer .widget .social li a:hover {
    background-color: #1A374D;
    color: #ffffff;
}

.site-footer .widget .links li {
    display: block;
    margin-bottom: 10px;
}

.site-footer .widget .links li a {
    color: #000000;
}

.site-footer .widget .links li a:hover {
    color: #000000;
    text-decoration: underline;
}

.site-footer ul.quick-info li {
    position: relative;
    padding-left: 30px;
}

.site-footer ul.quick-info li:before {
    left: 0;
    position: absolute;
    content: "";
    font-family: 'icomoon';
    color: #6998AB;
}

.site-footer ul.quick-info li.email:before {
    content: "\f0e0";
}

.site-footer ul.quick-info li.phone:before {
    content: "\f095";
}

.site-footer ul.quick-info li.address:before {
    content: "\e8b4";
}

.container-contact {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.contact-section {
    background: #d1d0d0;
    padding: 0px 0;
}
.contact-info {
    background-color: #0693e3;
    color: white;
    flex: 1;
    min-width: 300px;
    padding: 40px;
}

.contact-info h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.contact-info p {
    margin-bottom: 30px;
}

.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info ul li {
    margin-bottom: 20px;
    font-size: 16px;
}

.contact-info i {
    margin-right: 12px;
    color: white;
    font-size: 18px;
}

.contact-form {
    flex: 2;
    padding: 40px;
    background-color: #fff;
}

.contact-form h2 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #333;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 15px;
}

.contact-form input[name="fname"],
.contact-form input[name="lname"] {
    flex: 1;
    min-width: 48%;
}

.btn-green {
    background-color: #00c291;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-green:hover {
    background-color: #009974;
}

.alert {
    margin: 20px auto;
    padding: 10px 20px;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    max-width: 500px;
    border-radius: 4px;
}