html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1; /* Konten utama mengambil seluruh tinggi yang tersedia */
   
}



/* Footer berada di bawah */
footer {
    background-color: #f0f4f7;
    text-align: center;
    padding: 10px;
    position: relative;
    width: 100%;
    bottom: 0;
}

.bg-custom-medium {
    background-color: #dee2e6; /* Dua tingkat lebih gelap */
}

/* Mengatur font Inter */
body,
.navbar,
.form-control,
.btn,
.nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}
body{

    background-color: #f5f5f5 ;
}
.navbar{
  
    border-top: 1px solid rgba(0, 0, 0, 0.1); /* Border top tipis */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Border bottom tipis */
    max-height: 60PX !important;
}
/* Warna dan ukuran huruf  */
/* .navbar-light .navbar-nav .nav-link {
    color: #ffffff; 
    font-weight: 600;
    
} */
.navbar-nav .nav-link {
    color: #ffffff !important; /* Ganti dengan warna yang diinginkan */
    font-weight: bold; /* Membuat teks lebih tebal */
}

.navbar-nav .nav-link:hover {
    color: #b3b1b0 !important; /* Warna saat hover */
}

.navbar-brand {
    margin-right: 20px; /* Atur jarak sesuai kebutuhan */
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #829c77;
    /* Warna hover ungu */
}

/* Tombol search  */
.search-input {
    border-radius: 50px;
    padding-left: 40px;
    height: 40px;
    width: 500px;
    background-color: #f7f9fa;
    border: 1px solid #d1d7dc;
    font-size: 14px;
}

.search-input::placeholder {
    color: #6a6f73;
}

/* Posisi ikon search */
.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* Tombol Sign Up dan Login flat */
.btn-flat {
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}

.btn-flat-primary {
    background-color: white;
    color: #333333;
}
.btn-flat-primary :hover{
    background-color: white;
    color: #ee1414;
}

.btn-flat-secondary {
    background-color: white;
    color: #333333;
    border: 1px solid #d1d7dc;
}

/* Pilihan Bahasa berupa tombol bulat */
.btn-language {
    border-radius: 50%;
    padding: 8px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f9fa;
    border: none;
}

/* Dropdown menu */
.btn-language .dropdown-menu {
    right: 0;
    left: auto;
    border: none;
    box-shadow: none;
}

.btn-language .dropdown-menu a {
    color: #333333;
    padding: 8px 16px;
    font-size: 12px;
}

.btn-language .dropdown-menu a:hover {
    background-color: #f7f9fa;
}

/* Top bar styling */
.top-bar {
    background-color: #242124 !important;  /* Warna background yang berbeda dari navbar */
    
}
.language-icon {
    border-radius: 20%; /* Membuat gambar bulat */
    border: 1px solid #ccc; /* Tambahkan border untuk tampilan lebih jelas */
    padding: 1px; /* Beri sedikit padding agar ikon lebih menonjol */
}

/* Jika ingin efek hover */
.language-icon:hover {
    border-color: #007bff; /* Border berubah warna saat hover */
}

.top-bar-link:hover {
    color: #5624d0; /* Warna hover ungu */
}


/* Mengubah ukuran dan gaya teks pada top bar link */
.top-bar-link {
    font-size: 12px; /* Ukuran font kecil */
    color: #ffffff; /* Warna teks putih */
    text-decoration: none; /* Menghilangkan garis bawah */
    margin-left: 15px; /* Spasi antara link */
}

/* Menghilangkan efek link pada elemen <a> */
.top-bar-link.disabled {
    cursor: default; /* Menghilangkan kursor pointer */
    pointer-events: none; /* Menghilangkan klik */
}





/* Styling untuk carousel */
.carousel-item {
    height: 350px; /* Tinggi gambar slider */
    position: relative;
}
/* Keyframe untuk animasi zoom */
@keyframes zoomIn {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.05);
        opacity: 1;
    }
}

/* Menerapkan animasi zoom pada setiap carousel item */
.carousel-item {
    animation: zoomIn 2s ease-in-out forwards; /* Durasi animasi 0.6 detik */
    opacity: 1; /* Untuk memulai animasi dari tidak terlihat */
}

.carousel-item.active {
    opacity: 0; /* Setelah animasi, tetap terlihat */
}


.carousel-item img {
    height: 100%; /* Memastikan gambar mengisi tinggi carousel-item */
    object-fit: cover; /* Memastikan gambar tidak terdistorsi */
}



/* Styling text box di slider */
.carousel-text-box {
    /* background-color: rgba(255, 255, 255, 0.8); Background putih dengan transparansi */
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 400px;
    padding: 20px;
}

/* Styling tombol-tombol */
.button-group {
    margin-top: 10px;
}

.btn-flat {
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.btn-personal {
    background-color: #ffffff; /* Putih */
    color: #000000; /* Hitam */
    border: 1px solid #000000
}

.btn-personal:hover {
    background-color: #f0f0f0; /* Warna hover */
    color: #000000;
}

.btn-company {
    background-color: #ffffff; /* Putih */
    color: #000000; /* Hitam */
    border: 1px solid #000000
}

.btn-company:hover {
    background-color: #f0f0f0; /* Warna hover */
    color: #000000;
    
}
.carousel-text-box h5 {
    font-size: 20px;
    font-weight: bold;
}

.carousel-text-box p {
    font-size: 16px;
}

/* Styling untuk kontrol slider */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5); /* Background semi-transparan */
    border-radius: 50%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%; /* Mengatur lebar tombol kontrol */
}





/* Responsive: Menu kiri dan logo di tengah pada mobile */
@media (max-width: 768px) {
    .top-bar {
        position: relative;
        z-index: 10000; /* Lebih tinggi dari navbar */
        width: 100%;
        background-color: #f8f9fa; /* Sesuaikan warna */
        padding: 5px 0; /* Berikan padding agar lebih rapi */
    }
    
    .navbar {
        position: relative; /* Navbar tetap di atas saat scroll */
        /* top: 50px; */
        left: 0;
        width: 100%;
        z-index: 9999; /* Z-index tinggi agar navbar selalu di atas */
       
    }
    
    .top-bar-link {
        font-size: 11px; /* Ukuran font kecil */
        color: #ffffff; /* Warna teks putih */
        text-decoration: none; /* Menghilangkan garis bawah */
        margin-left: 2px; /* Spasi antara link */
       
    }


    .top-bar .aplikasi{

        display:none;
    }
    .navbar-brand {
        display: block;
        margin: 0 auto;
        transform: translateX(-20px); /* Menggeser 10px ke kiri */
    }

    .navbar-nav {
        margin-top: 10px;
        text-align: left;
        padding-left: 0;
        /* Menghilangkan padding kiri pada mobile */
    }

    .form-search {
        display: none;
        /* Menghilangkan search form pada mobile */
    }

    .btn-flat,
    .btn-language {
        display: none;
        /* Menyembunyikan tombol Sign Up dan Login */
    }

    .navbar-collapse {
        flex-direction: column;
         background-color: rgba(0, 0, 0, 0.9); /* Tambahkan transparansi jika diperlukan */
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Efek bayangan agar lebih elegan */
        width: 100px;
        padding-left: 20px;
        padding-bottom: 10px;
    }

    .navbar-nav {
        margin-bottom: 1rem;
    }

    .navbar-toggler {
        margin-right: 0;
    }

    .navbar-toggler-icon {
        background-color: #ffffff; /* Warna garis tiga */
        -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
   
    .carousel-item {
        height: 200px; /* Tinggi gambar slider */
        position: relative;
    }
    .carousel-text-box {
        /* background-color: rgba(255, 255, 255, 0.8); Background putih dengan transparansi */
     display: none;
    }
   

}

/* Menjaga tombol bahasa tetap di kanan pada mobile */
@media (min-width: 769px) {
    .btn-language {
        margin-left: auto;
    }
}

/* Tambahkan jarak antara slider dan section Bontistudio */
.slider-container {
    margin-bottom: 50px; /* Jarak antara slider dan section Bontistudio */
}








/* Section Bontistudio */
.bontistudio-section {
    background-color: #242124 ;
     
    color: #ffffff;
    padding: 50px 0;
    margin-top: 0px;
}


.bontistudio-section .container-fluid {
    max-width: 1320px; /* Lebar maksimum container */
    margin: 0 auto; /* Membuat container berada di tengah layar */
}



/* Pengaturan kolom teks pada Bontistudio */
.bontistudio-text {
    /* background-color: rgba(255, 247, 247, 0.7); Latar belakang semi-transparan untuk teks */
    
    border-radius: 5px;
    
    width: 50%; /* Membatasi lebar maksimal teks */
    margin: 0 auto; /* Menengahkan teks secara horizontal */
    padding: 20px 15px; /* Menambahkan padding kiri dan kanan */
    color: #f5f5f5;  /* Warna teks putih */
    position: relative;
    top: 30px; /* Menggeser posisi teks ke atas */
    padding-left: 40px;
}
.ebook-text {
    /* background-color: rgba(255, 247, 247, 0.7); Latar belakang semi-transparan untuk teks */
    
    border-radius: 5px;
    
    width: 100%; /* Membatasi lebar maksimal teks */
    margin: 0 auto; /* Menengahkan teks secara horizontal */
    padding: 20px 15px; /* Menambahkan padding kiri dan kanan */
    color: #f5f5f5;  /* Warna teks putih */
    position: relative;
    top: 30px; /* Menggeser posisi teks ke atas */
    padding-left: 40px;
}

/* Pengaturan judul Bontistudio */
.bontistudio-text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
   
    color: #fff;  /* Warna teks putih */
}

/* Pengaturan deskripsi Bontistudio */
.bontistudio-text p {
    font-size: 1.0rem;
    line-height: 1.6;
    text-align: justify; /* Membuat teks rata kiri kanan */
}

/* Pengaturan gambar agar berada di tengah kolom */
.bontistudio-image {
    text-align: center;
   
}


.bontistudio-image img {
    
    height: auto;
    padding: 20px 20px;
    object-fit: cover;
    max-width: 80%; /* Mengurangi ukuran gambar jika terlalu besar */
    border-radius: 15px; /* Membuat sudut gambar melengkung */
    
}
/* Menjaga responsive desain */
@media (max-width: 768px) {
    .bontistudio-section .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bontistudio-text {
        padding-right: 0; /* Menghapus padding untuk tampilan mobile */
        text-align: center; /* Menyelaraskan teks di tengah untuk tampilan mobile */
        padding: 20px 20px; /* Menambahkan padding kiri dan kanan */
        color: #312f2f; /* Warna teks putih */
        position: relative;
        top: 30px; /* Menggeser posisi teks ke atas */
        margin-right: auto;
        width: 100%;
    }
    .bontistudio-text p {
        font-size: 0.9rem;
        line-height: 1.3;
      
    }
    .ebook-text {
        padding-right: 0; /* Menghapus padding untuk tampilan mobile */
        text-align: left; /* Menyelaraskan teks di tengah untuk tampilan mobile */
        padding: 20px 20px; /* Menambahkan padding kiri dan kanan */
        color: #312f2f; /* Warna teks putih */
        position: relative;
        top: 30px; /* Menggeser posisi teks ke atas */
        margin-right: auto;
        width: 100%;
    }
    .ebook-text p {
        font-size: 0.9rem;
        line-height: 1.3;
      
    }
    
    .bontistudio-section {
        background-color: #ffffff; 
       color: rgb(17, 15, 15);
       padding: 0px 0;
       margin-top: 0px;
   }

}

/* Section Training Populer */
.training-populer-section {
    padding: 50px 0;
    background-color: #ffffff ; /* Warna background agak lebih gelap */
  }
  
  .training-populer-section .section-title {
    text-align: center;
    font-size: 2rem;
    background-color: #00796b;
    font-weight: 700;
    margin-bottom: 40px;
    color: white;
    width: 100%;
    border-radius: 8px; /* Membuat sudut sedikit melengkung */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); /* Tambahkan bayangan yang lebih jelas */
  }
  

  .training-card {
    text-decoration: none;
  }
  
  .training-populer-section .card {
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  
  .training-populer-section .card-img-top {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: transform 0.3s;
  }
  
  .training-populer-section .card:hover .card-img-top {
    transform: scale(1.05); /* Zoom gambar */
  }
  
  .training-populer-section .card-body {
    padding: 15px;
  }
  
  .training-populer-section .card-title {
   
    font-family: 'Roboto', sans-serif; /* Menggunakan font yang lebih bagus */
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a; /* Warna teks judul */
    margin-bottom: 10px;
  }
  
  .training-populer-section .card-text {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Batas 2 baris */
    -webkit-box-orient: vertical;
  }
  
  /* Responsive Grid */
  @media (min-width: 992px) {
    .training-populer-section .col-lg-4 {
      flex: 0 0 33.3333%; /* 3 card per row di desktop */
      max-width: 33.3333%;
    }
  }
  
  @media (max-width: 768px) {
    .training-populer-section .col-sm-6 {
      flex: 0 0 50%; /* 2 card per row di mobile */
      max-width: 50%;
    }

    .training-populer-section .card-title {
   
        font-family: 'Roboto', sans-serif; /* Menggunakan font yang lebih bagus */
        font-size: 1rem;
        font-weight: 700;
        color: #1a1a1a; /* Warna teks judul */
        margin-bottom: 10px;
      }
      
      .training-populer-section .card-text {
    display: none;
      }

      .training-populer-section .section-title {
       
        margin-bottom: 40px;
        color: white;
        width: 100%;
        border-radius: 8px; /* Membuat sudut sedikit melengkung */
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); /* Tambahkan bayangan yang lebih jelas */
        font-size: 22px;
      }
      
    
  }
/* Tombol Lihat Training Lainnya */
.btn-view-more {
    background-color: #ffffff; /* Putih */
    color: #000000; /* Hitam */
    border: 1px solid #000000;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}

.btn-view-more:hover {
    background-color: #f0f0f0; /* Warna hover */
    color: #000000;
}

/* Responsive Button */
@media (max-width: 768px) {
    .btn-view-more {
        width: 100%; /* Tombol mengisi lebar container pada mobile */
        text-align: center;
        padding: 12px;
        font-size: 0.9rem;
    }
}
  
/* Section Video Sharing */
.video-sharing-section {
    padding: 50px 0; /* Padding atas dan bawah */
    background-color: #e9ecef; /* Warna latar belakang cerah untuk video sharing */
}



/* Styling untuk Video Card */
.video-card {
    text-decoration: none;
    color: inherit;
}

.card {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card {
    margin: 0 auto; /* Memusatkan card secara horizontal */
    max-width: 100%; /* Agar card responsif */
}

.card-img-top {
    border-bottom: 1px solid #e0e0e0;
}

/* Styling body card */
.card-body {
    padding: 20px;
}

/* Judul Card */
.card-title {
    font-family: 'Roboto', sans-serif; /* Menggunakan font yang lebih bagus */
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

/* Deskripsi Card */
.card-text {
    font-size: 0.875rem;
    color: #666666;
}

/* Responsive card display */
@media (max-width: 768px) {
    .col-md-4 {
        flex: 0 0 50%; /* 2 card per baris pada mobile */
        max-width: 50%;
    }

    .card-body p {
        display: none;
    }
    
}

/* Tombol Lihat Video Lainnya */
.btn-view-more {
    background-color: #007bff; /* Warna latar belakang tombol */
    color: #ffffff; /* Warna teks tombol */
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}

.btn-view-more:hover {
    background-color: #0056b3; /* Warna hover tombol */
    color: #ffffff;
}

/* Responsive Button */
@media (max-width: 768px) {
    .btn-view-more {
        width: 100%; /* Tombol mengisi lebar container pada mobile */
        text-align: center;
        padding: 12px;
        font-size: 0.9rem;
    }

    .img-fixed-height {
        height: 200px; /* Mengatur tinggi gambar */
        width: 100%; /* Mengatur lebar gambar agar responsif sesuai lebar kontainer */
        object-fit: cover; /* Mengatur gambar untuk menutupi area tanpa mengubah rasio aspek */
    }
    .img-resize {
        height: 200px; /* Mengatur tinggi gambar menjadi separuh dari ukuran aslinya */
        object-fit: cover; /* Mengatur gambar untuk menutupi area tanpa mengubah rasio aspek */
    }
}

/* Section Become an Instructor */
.become-instructor-section {
    padding: 50px 0; /* Padding atas dan bawah */
    background-color: #f5f5f5; /* Warna latar belakang cerah untuk kontras */
}
.become-instructor-section h2 {
    text-align: center;
    background-color: #00796b; /* Warna hijau tua yang elegan */
    color: white; /* Mengubah warna teks menjadi putih untuk kontras */
    display: block;
    width: 100%;
    padding: 15px 0; /* Menambahkan padding untuk memberi ruang pada teks */
    border-radius: 8px; /* Membuat sudut sedikit melengkung */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); /* Tambahkan bayangan yang lebih jelas */
}


/* Gambar */
.become-instructor-section .img-fluid {
    max-width: 70%;
    height: auto;
    border-radius: 10px;
}

/* Teks Konten */
.text-content {
    width: 70%; /* Lebar teks 70% dari total container */
    margin: 0, auto;
}

/* Judul */
.title {
    font-family: 'Roboto', sans-serif; /* Font yang lebih bagus */
    font-size: 2rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

/* Deskripsi */
.description {
    font-family: 'Roboto', sans-serif; /* Font yang lebih bagus */
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
}

/* Responsive Design */
@media (max-width: 768px) {
    .text-content {
        width: 100%; /* Lebar teks 100% pada mobile */
    }


    .become-instructor-section h2 {
        font-size: 22px;
    }
    
}

/* Footer */
.footer {
    background-color: #333; /* Warna latar belakang footer yang agak gelap tetapi masih terang */
    color: #ffffff; /* Warna teks putih untuk kontras */
    padding: 20px 0; /* Padding atas dan bawah */
}

/* Baris pertama - link tidak terlihat */
.footer ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

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

.footer ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer ul li a:hover {
    text-decoration: underline;
}

/* Baris kedua */
.footer-bottom {
    display: flex;
   
}

.footer-logo img {
    max-width: 150px; /* Sesuaikan ukuran logo */
}

.footer-copy p {
    margin: 0;
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif; /* Font yang lebih bagus */
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-logo img {
        max-width: 120px; /* Ukuran logo lebih kecil di mobile */
    }
}
/* Gaya untuk gambar kursus */
.img-fluid {
    max-width: 100%; /* Agar gambar responsif */
    height: auto; /* Menjaga rasio aspek gambar */
    border-radius: 10px; /* Membuat sudut gambar sedikit melengkung */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08); /* Menambahkan soft shadow agar lebih menyatu */
    transition: all 0.3s ease-in-out; /* Animasi transisi halus */
}


/* Mengatur tinggi gambar */
.img-resize {
    height: 400px; /* Mengatur tinggi gambar menjadi separuh dari ukuran aslinya */
    object-fit: cover; /* Mengatur gambar untuk menutupi area tanpa mengubah rasio aspek */
}
.img-fixed-height {
    height: 400px; /* Mengatur tinggi gambar */
    width: 100%; /* Mengatur lebar gambar agar responsif sesuai lebar kontainer */
    object-fit: cover; /* Mengatur gambar untuk menutupi area tanpa mengubah rasio aspek */
}

/* Gaya untuk judul section */

.section-title {
    text-align: center; /* Mengatur teks agar berada di tengah */
    font-family: 'Arial', sans-serif; /* Menggunakan font modern */
    font-size: 24px; /* Ukuran font untuk judul */
    color: #333; /* Warna teks */
    background-color: #17a2b8; /* Warna background sesuai dengan warna teks */
    width: 100%; /* Lebar background 100% */
    padding: 5px 0; /* Padding atas dan bawah untuk estetika */
    margin-bottom: 20px; /* Jarak bawah judul */
    margin-top: 40px; /* Jarak atas judul */
}

.order-background {
    text-align: center; /* Mengatur teks agar berada di tengah */
    font-family: 'Arial', sans-serif; /* Menggunakan font modern */
    font-size: 24px; /* Ukuran font untuk judul */
    color: #333; /* Warna teks */
    background-color: #ffffff; /* Warna background sesuai dengan warna teks */
    width: 100%; /* Lebar background 100% */
    padding: 20px; /* Padding atas dan bawah untuk estetika */
    margin-bottom: 20px; /* Jarak bawah judul */
    margin-top: 40px; /* Jarak atas judul */
    border-radius: 10px; /* Membuat sudut elemen membulat */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Menambahkan sedikit shadow */
}

.order-background .row {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) { /* Tampilan Desktop (Vertical) */
    .order-background .col-md-6 {
        border-right: 1px solid rgba(128, 128, 128, 0.3); /* Garis abu-abu buram di tengah */
        padding-right: 20px;
    }

    .order-background .col-md-6:last-child {
        border-right: none; /* Menghilangkan garis pada kolom terakhir */
        padding-left: 20px;
    }
}

@media (max-width: 767px) { /* Tampilan Mobile (Horizontal) */
    .order-background .col-md-6 {
        border-bottom: 1px solid rgba(128, 128, 128, 0.3); /* Garis abu-abu buram antara atas dan bawah */
        padding-bottom: 20px;
    }

    .order-background .col-md-6:last-child {
        border-bottom: none; /* Menghilangkan garis di bagian terakhir */
        padding-top: 20px;
    }
}

/* CSS khusus untuk container detail kursus */
.detail-kursus-container {
    /* background-color: #f1f3f5; Warna background yang sedikit lebih gelap dari body */
    padding: 20px; /* Padding untuk memberikan ruang di sekitar konten */
    /* border-radius: 8px; Membuat sudut container sedikit melengkung */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); Memberikan bayangan lembut pada container */
}

.currency {
    font-size: 0.9em; /* Ukuran lebih kecil dari angka */
    vertical-align: super; /* Posisi sedikit lebih tinggi dari baseline teks */
}
.amount {
    font-weight: bold; /* Membuat angka lebih tebal */
}


.user-artikel-detail  .card-img-top{
    width: 100%;
    height: 150px;
    margin-bottom: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .user-artikel-detail .card-title {
   
    font-family: 'Roboto', sans-serif; /* Menggunakan font yang lebih bagus */
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a; /* Warna teks judul */
    margin-bottom: 10px;
  }
  .user-artikel-detail .card-header {
   
    font-family: 'Roboto', sans-serif; /* Menggunakan font yang lebih bagus */
    font-size: 1.5rem;
    font-weight: 700;
   
    text-align: center; 
    color: #1a1a1a; /* Warna teks judul */
    margin-bottom: 10px;
  }

 
  #jrk {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    #jrk {
        margin-bottom: 20px;
        /* Atur nilai margin yang sesuai untuk desktop */
    }

    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }
}

@media screen and (max-width: 600px) {

    .disable-css ul,
    .disable-css li {
        margin-left: 3%;
    }
}


.fas-container {
    display: flex;
    align-items: flex-start;
}

.fas-icon {
    margin-right: 5px;
}

/* .ul,
li {
    list-style: initial;
    margin-left: 2%;
    /* Ganti dengan nilai margin yang diinginkan */
/* padding: 0;
} */

.order-btn-container {
   
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    background-color: #fff;
  
    /* Agar tombol tetap berada di atas konten lain */
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    /* Tambahkan bayangan */
}

.order-btn {
    background-color: #f7760c;
    color: white;
    padding: 7px 30px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
/* Hover Effect */
.order-btn:hover {
    background-color: #d9650b;
    transform: scale(1.05);
}

/* Responsif untuk HP (di bawah 768px) */
@media (max-width: 768px) {
    .order-btn {
        font-size: 16px; /* Ukuran lebih kecil di HP */
        padding: 6px 25px; /* Sedikit mengurangi padding agar lebih proporsional */
    }
}
.detail-section-title {
    display: flex;
    justify-content: center;
    /* Pusatkan elemen ke tengah */
    align-items: center;
    /* Pusatkan elemen secara vertikal */
    text-align: center;
    font-family: 'Helvetica Neue', Arial, sans-serif;

    color: #ffffff;
    background-color: #242124 ;
    /* Background utama */
    width: 100%;
    padding: 15px 0;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 5px;
}

.detail-section-foto {
    display: flex;
    justify-content: center;
    /* Pusatkan elemen ke tengah */
    align-items: center;
    /* Pusatkan elemen secara vertikal */
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    color: #00000B;
    background-color: #ffffff;
    /* Background utama */
    width: 100%;
    padding: 15px 0;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 5px;
}



.detail-section-title h2 {
    text-align: left;
    font-family: 'Arial', sans-serif;
    font-size: 28px;
    font-weight: 600px;

}


.detail-container {

    width: 50%;
    /* Lebar total container header dan body */
    justify-content: space-between;
    /* Menjaga jarak antara header dan body */
    align-items: center;
}

@media (max-width: 768px) { /* Ukuran layar tablet & HP */
    .detail-container {
        width: 90%; /* Ubah lebar menjadi 100% */
        flex-direction: column; /* Susun elemen secara vertikal */
        align-items: center; /* Pusatkan elemen */
        margin: 10px;
    }

    .detail-section-title h2 {
        
        font-size: 22px;
       
    
    }

    .detail-body {
     
        font-size: 13px !important;
        
    }
    .detail-section-produk-header {
      
        font-size: 22px;
       
    
    }
    
    .detail-section-produk-body {
       
        font-size: 13px !important;
    }

    .detail-section-produk-body-fitur {
   
      
        font-size: 20px !important;
        
      
    }
    .detail-section-produk-harga {
       
       
        font-size: 20px !important;
        
    }
    .detail-section-produk-body-harga {
       
       
        font-size: 13px !important;
        
    }
    .detail-section-produk-ulasan {
       
       
        font-size: 20px !important;
        
    }
    .detail-section-produk-body-ulasan {
       
       
        font-size: 13px !important;
        
    }
    
}
.detail-header,
.detail-body {
    width: 100%;
    /* Masing-masing setengah dari section */
    padding: 10px;

}

.detail-header {
    /* background-color: #d1d1d1; */
    /* Background header */
    text-align: center;
}

.detail-body {
    /* background-color: #f5f5f5; */
    /* Background body */
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Udemy Sans', 'Helvetica Neue', Arial, sans-serif;
}




.detail-section-produk {
    display: flex;
    justify-content: center;
    /* Pusatkan elemen ke tengah */
    align-items: center;
    /* Pusatkan elemen secara vertikal */
    font-family: 'Udemy Sans', 'Helvetica Neue', Arial, sans-serif;

    color: #00000B;
    background-color: #ffffff;
    /* Background utama */
    width: 100%;


}

.detail-section-produk-header {
    background-color: #242124 ;
    text-align: center;
    align-items: center;
    padding: 5px;
    font-size: 24px;
    color:#ffffff;

}

.detail-section-produk-body {
    /* background-color: #f5f5f5; */
    /* Background body */
    text-align: left;
    font-size: 15px;
}
.detail-section-produk-body-fitur {
   
    text-align: center;
    font-size: 23px;
    color: #00000B;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px;
    border-top: 2px solid #00000B;
    border-bottom: 2px solid #00000B;
    padding-bottom: 5px; /* Beri sedikit jarak agar tidak terlalu rapat */
    /* text-decoration: underline; */
  
}
.detail-section-produk-harga {
   
    text-align: center;
    font-size: 23px;
    color: #00000B;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px;
    border-top: 2px solid #00000B;
    border-bottom: 2px solid #00000B;
    padding-bottom: 5px; /* Beri sedikit jarak agar tidak terlalu rapat */
    /* text-decoration: underline; */
  
}
.detail-section-produk-ulasan {
   
    text-align: center;
    font-size: 23px;
    color: #00000B;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px;
    border-top: 2px solid #00000B;
    border-bottom: 2px solid #00000B;
    padding-bottom: 5px; /* Beri sedikit jarak agar tidak terlalu rapat */
    /* text-decoration: underline; */
  
}
.detail-section-produk-body-harga {
    /* background-color: #f5f5f5; */
    /* Background body */
    text-align: left;
    font-size: 15px;
}
.detail-section-produk-body-ulasan {
    /* background-color: #f5f5f5; */
    /* Background body */
    text-align: left;
    font-size: 15px;
}


/*------------------------------------*/
/* Modal Alert */
.modala {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 8%;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modala-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

/* The Close Button */
.closem {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closem:hover,
.closem:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#customModalTitle {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
}

@media (max-width: 768px) {
    .modala {
        padding-top: 30%;
        /* Location of the box */
    }

    .modala-content {
        width: 80%;
        /* Width for mobile */
    }
}

/* End Modal ALert */

/* SLide Photo */
.image-container {
    display: flex;
    justify-content: center;
    /* Mengatur gambar di tengah horizontal */
    align-items: center;
    /* Mengatur gambar di tengah vertikal */
}

.mySlides {
    display: none;
}

.image-slide img {
    max-width: 100%;
    height: auto;
}

.prev-button,
.next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

.prev-button {
    left: 10px;
}

.next-button {
    right: 10px;
}

.image-slide {
    position: relative;
    display: inline-block;
}

.image-description {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    font-size: 14px;
}

.main-image {
    width: 100%;
    height: auto;
}

/* End Slide Photo */

/* Modal */
.grid-button {
    background-color: #008CBA;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.modal {
    display: none;
    /* Sembunyikan modal secara default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    /* Mengatur modal di tengah horizontal */
    align-items: center;
    /* Mengatur modal di tengah vertikal */
}

.modal-content {
    display: flex;
    justify-content: center;
    /* Mengatur gambar di tengah horizontal */
    align-items: center;
    /* Mengatur gambar di tengah vertikal */
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 82%;
    margin: 0;
    padding: 10%;
}

.close {
    position: absolute;
    top: 0;
    left: 1%;
    padding: 1%;
    /* Anda dapat menyesuaikan ukurannya sesuai kebutuhan */
    cursor: pointer;
    color: white;
    /* Mengubah warna menjadi putih */
    font-size: 50px;
    /* Anda dapat menyesuaikan ukuran font sesuai kebutuhan */
    opacity: 1;
}

/* End Modal */

/* Kalender */
.unavailable {
    background-color: red !important;
    border: 2px solid red !important;
}

/* End Kalender */

/* Grid Photo */
.photo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) 1fr;
    grid-gap: 5px;
    position: relative;
}

.left-grid,
.center-grid,
.right-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
}

.grid-item {
    position: relative;
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: auto;
    display: block;
}

.left-grid img,
.center-grid img,
.right-grid img {
    height: 100%;
}

/* .right-grid {
        align-self: center;
    }

    .right-grid .grid-item img {
        max-width: auto;
        height: 100%;
    } */

.grid-button {
    position: absolute;
    bottom: 0;
    /* Mengatur posisi tombol di pojok kanan bawah */
    right: 0;
    /* Mengatur posisi tombol di pojok kanan bawah */
    padding: 2% 2%;
    /* Gunakan unit persentase untuk lebar dan tinggi tombol */
    background-color: #ff914d;
    /* Warna tombol */
    color: #000;
    /* Warna teks tombol */
    border: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .photo-grid {
        grid-template-columns: 1fr;
    }

    .left-grid,
    .center-grid,
    .right-grid {
        grid-template-columns: 1fr;
    }
}
/* Styling untuk body */
/* body {
    background-color: #f5f5f5; 
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
} */
/* Styling untuk container utama login */
.container-login {
    display: flex;
    justify-content: center; /* Pusatkan secara horizontal */
    align-items: center; /* Pusatkan secara vertikal */
    height: 100vh; /* Tinggi penuh layar */
    background-color: #f5f5f5; /* Warna background */
    position: relative;
}
/* Container utama untuk sistem login */
.sistem-login {
    background: #ffffff; /* Warna background ebook-textputih */
    border-radius: 10px; /* Sudut membulat */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); /* Shadow halus */
    padding: 30px;
    width: 400px; /* Lebar form login */
    position: absolute;
    top:35%;
    transform: translateY(-50%) translateY(25%); /* Mengurangi 50% tinggi lalu geser ke atas 25% */
    text-align: center;
}
.container-login .copyright {
    position: absolute;
    bottom: 10px; /* Jarak dari bawah */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    color: #555;
    width: 100%;
}

/* Ukuran pada desktop */
@media (min-width: 768px) {
    .sistem-login {
        width: 600px;
        height: 300px;
    }
}

/* Ukuran pada mobile */
@media (max-width: 767px) {
    .sistem-login {
        width: 90%;
        height: auto;
    }
}

/* Styling logo */
.sistem-login .logo img {
    max-width: 60%; /* Logo responsif */
    margin-bottom: 20px; /* Jarak bawah logo */
}

/* Styling form input */
.sistem-login .form-group {
    margin-bottom: 15px;
}

/* Styling tombol login */
.sistem-login .form-actions .btn {
    background-color: #007bff; /* Warna biru */
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 5px; /* Sudut membulat */
    transition: background-color 0.3s ease;
}

.sistem-login .form-actions .btn:hover {
    background-color: #0056b3; /* Warna biru lebih gelap saat hover */
}
