/*-----------------------
 Fonts
 -----------------------*/
 @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

 /*-----------------------
  Global css
  -----------------------*/
 :root {
     --main-color: #ff0000;
     --secondary-color: #b75959;
     --color-1: #ffffff;
     --color-2: #18a7c7;
     --color-3: #09d69c;
     --bg-dark: #2b2c2f;
     --main-to-dark-color: var(--main-color);
     --dark-to-main-color: var(--bg-dark);
     --shadow-black-100: 0 5px 15px rgba(0, 0, 0, 0.1);
     --shadow-black-200: 0 5px 15px rgba(0, 0, 0, 0.2);
     --shadow-black-300: 0 5px 15px rgba(0, 0, 0, 0.3);
     --black-900: #000000;
     --black-400: #555555;
     --black-100: #f7f7f7;
     --black-000: #ffffff;
     --black-alpha-100: rgba(0, 0, 0, 0, 05);
 }
 
 body {
     font-family: "poppins", sans-serif;
     font-size: 16px;
     font-weight: 400;
     overflow-x: hidden;
     background-color: #ffffff;
     line-height: 1.5;
 }
 
 * {
     margin: 0;
     padding: 0;
     outline: none !important;
 }
 
 img {
     max-width: 100%;
     vertical-align: middle;
 }
 
 ul {
     list-style: none;
 }
 
 .btn-1 {
     background-color: var(--main-color);
     padding: 12px 30px;
     border: none;
     border-radius: 30px;
     color: var(--black-000);
     font-size: 16px;
 
     transition: all 0.5s ease;
     box-shadow: var(--shadow-black-300);
     font-weight: 500;
 }
 
 .btn-1:focus {
     box-shadow: var(--shadow-black-300);
 }
 
 .btn-1:hover {
     color: var(--main-color);
     background-color: var(--black-000);
 }
 
 .btn-2 {
     background-color: var(--main-color);
     padding: 12px 30px;
     border: none;
     border-radius: 30px;
     color: #ffffff;
     font-size: 16px;
     text-transform: capitalize;
     transition: all 0.5s ease;
     box-shadow: var(--shadow-black-300);
     font-weight: 500;
 }
 
 .btn-2:focus {
     box-shadow: var(--shadow-black-300);
 }
 
 .btn-2:hover {
     color: var(--main-color);
     background-color: #ffffff;
 }
 
 .btn-main {
     background-color: var(--main-color);
     border: none;
     padding: 6px 30px;
     border-radius: 20px;
     color: var(--black-000);
     font-size: 14px;
     text-transform: capitalize;
     transition: all 0.5s ease;
     box-shadow: var(--shadow-black-100);
     font-weight: 500;
 }
 
 .btn-main:focus {
     box-shadow: var(--shadow-black-300);
 }
 
 .btn-main:hover {
     color: var(--main-color);
     background-color: var(--black-000);
 }
 
 @keyframes spin_01 {
     0% {
         transform: rotate(0deg);
     }
 
     100% {
         transform: rotate(360deg);
     }
 }
 
 @keyframes bounceTop_01 {
     0%,
     100% {
         transform: translateY(-30px);
     }
 
     50% {
         transform: translateY(0px);
     }
 }
 
 @keyframes pulse_01 {
     0% {
         transform: scale(0.94);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
     }
 
     70% {
         transform: scale(1);
         box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
     }
 
     100% {
         transform: scale(0.94);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
     }
 }
 
 .btn-red {
     background-color: red;
     color: black;
 }
 
 .btn-yellow {
     background-color: rgb(255, 255, 5);
     color: black; /* Menggunakan warna teks hitam agar lebih kontras */
 }
 
 .btn-orange {
     background-color: orange;
     color: black;
 }
 
 .btn-light-blue {
     background-color: rgb(76, 195, 235);
     color: black; /* Menggunakan warna teks hitam agar lebih kontras */
 }
 
 .section-padding {
     padding: 80px 0;
 }
 
 .section-title {
     margin-bottom: 60px;
 }
 
 .section-title h2 {
     font-size: 40px;
     color: var(--black-900);
     font-weight: 700;
     text-transform: capitalize;
     text-align: center;
     margin: 0;
 }
 
 .section-title h2 span {
     color: var(--main-color);
 }
 
 .owl-carousel .owl-dots {
     padding: 0 15px;
     text-align: center;
     margin-top: 20px;
 }
 
 .owl-carousel button.owl-dot {
     height: 6px;
     width: 24px;
     background-color: #dddddd;
     display: inline-block;
     margin: 0 4px;
     border-radius: 5px;
 }
 
 .owl-carousel button.owl-dot.active {
     background-color: var(--main-color);
 }
 
 /* General button style */
 .btn-custom {
     background-color: transparent; /* No background */
     color: #000000; /* Black text */
     font-weight: bold; /* Bold text */
     border: none; /* No border */
     text-align: left; /* Align text to the left */
     padding: 10px; /* Padding for better spacing */
     width: 100%; /* Full width */
     transition: background-color 0.3s, color 0.3s; /* Smooth transition */
     display: flex; /* Flexbox for aligning icon and text */
     align-items: center; /* Vertically align icon and text */
 }
 
 .btn-custom i {
     margin-right: 15px; /* Increased space between icon and text */
 }
 
 .btn-custom.active {
     background-color: #007bff; /* Ganti dengan warna yang diinginkan */
     color: white; /* Ganti dengan warna teks yang diinginkan */
 }
 
 /* Tambahkan gaya untuk hover jika belum ada */
 .btn-custom:hover {
     background-color: #0056b3; /* Warna saat hover */
     color: white; /* Warna teks saat hover */
 }

 .custom-button {
    display: flex;
    align-items: top;
    justify-content: space-between;
    position: relative;
    background-color: transparent;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 22px;
    border-radius: 8px;
    cursor: pointer;
    width: 240px; /* Lebih lebar */
    height: 80px;
    text-align: left;
    transition: 0.3s;
    border-width: 3px;
    margin-right: 4px;
}

/* Warna berbeda untuk setiap tombol */
.btn-memo { border: 3px solid #ff9800; color: #ff9800; }
.btn-memo:hover { background-color: #ff9800; color: white; }

.btn-surat { border: 3px solid #d32f2f; color: #d32f2f; }
.btn-surat:hover { background-color: #d32f2f; color: white; }

.btn-kuasa { border: 3px solid #388e3c; color: #388e3c; }
.btn-kuasa:hover { background-color: #388e3c; color: white; }

.btn-pakta { border: 3px solid #1976d2; color: #1976d2; }
.btn-pakta:hover { background-color: #1976d2; color: white; }

/* Ikon berada di pojok kanan bawah */
.custom-button i {
    font-size: 36px;
    opacity: 0.7;
    position: absolute;
    bottom: 6px;
    right: 10px;
    transition: 0.3s;
}

.custom-button:hover i {
    opacity: 1;
    color: white;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
    .custom-button {
        width: 100%;
        margin-bottom: 5px;
    }
}

.search-box {
    width: 200px;
    margin-right: 10px;
}

/* Tombol Aksi */
.action-buttons {
    display: flex;
    gap: 10px;
}

/* Warna Tombol */
.btn-memo { border-color: #ff9800; color: #ff9800; }
.btn-memo:hover { background-color: #ff9800; color: white; }

.btn-surat { border-color: #d32f2f; color: #d32f2f; }
.btn-surat:hover { background-color: #d32f2f; color: white; }

.btn-kuasa { border-color: #388e3c; color: #388e3c; }
.btn-kuasa:hover { background-color: #388e3c; color: white; }

.btn-pakta { border-color: #1976d2; color: #1976d2; }
.btn-pakta:hover { background-color: #1976d2; color: white; }

/* Widget Ringkasan */
.summary-card {
    padding: 15px;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-weight: bold;
}
.summary-card h5 {
    margin-bottom: 10px;
}
 
 /* General menu item home style */
 .menu-item {
     display: flex; /* Menggunakan flexbox untuk mengatur item menu */
     align-items: center; /* Menyelaraskan item secara vertikal di tengah */
 }
 
 .icon-container {
     display: flex; /* Flexbox untuk ikon */
     align-items: center; /* Menyelaraskan ikon secara vertikal di tengah */
     width: 40px; /* Lebar kotak ikon */
     height: 40px; /* Tinggi kotak ikon */
     margin-right: 15px; /* Jarak antar kotak antara ikon dan teks */
     line-height: 40px; /* Menetapkan line-height agar ikon terpusat */
 }
 
 .text-container {
     flex-grow: 1; /* Membuat teks mengisi ruang yang tersisa */
 }
 
 .icon-size {
     font-size: 1.5em; /* Menetapkan ukuran ikon */
     line-height: 1; /* Menghindari pergeseran vertikal ikon */
 }
 
 .menu-text {
     font-weight: bold; /* Menjadikan teks tebal */
     text-align: left; /* Menyelaraskan teks ke kiri */
 }
 
 /* Optional for mobile */
 @media (max-width: 768px) {
     #sidebar {
         width: 100%;
         position: absolute;
         top: 0;
         left: 0;
         z-index: 999;
     }
     .btn-custom {
         text-align: center; /* Center text and icon for mobile */
     }
 }
 
 /* Sidebar Styles */
 #sidebar {
     position: fixed;
     top: 70px; /* Sesuaikan dengan tinggi navbar */
     left: 0;
     height: calc(100vh - 70px); /* Pastikan sidebar memenuhi sisa layar */
     overflow-y: auto; /* Tambahkan scrollbar jika konten sidebar terlalu panjang */
     width: 260px; /* Atur lebar sidebar */
     background-color: #f8f9fa; /* Warna latar belakang sesuai kebutuhan */
     z-index: 1030;
 }
 
 #sidebarMenu {
     transition: all 0.3s ease;
 }
 
 #sidebar.hidden {
     transform: translateX(-100%);
 }
 
 /* Main Content Styles */
 #main-content {
     margin-left: 260px; /* Sesuaikan dengan lebar sidebar */
     margin-bottom: 20px;
     transition: margin-left 0.3s ease;
     flex-grow: 1; /* Membuat teks mengisi ruang yang tersisa */
     overflow-x: hidden; /* Sembunyikan konten melampaui lebar */
     overflow-y: auto;
 }
 
 #main-content .navbar {
     position: sticky; /* Navbar tetap di atas saat di-scroll */
     top: 0; /* Posisi navbar */
     z-index: 1020; /* Prioritas lebih tinggi agar selalu di atas elemen lain */
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sedikit bayangan */
     background-color: var(--color-1);
 }
 
 /* Menghapus margin dan padding untuk custom-main-content */
 .header-main-content {
     margin: 0; /* Menghapus margin di kiri dan kanan */
     padding: 0; /* Menghapus padding di seluruh elemen */
     width: 100%; /* Memastikan lebar penuh */
     height: 100%; /* Memastikan elemen memiliki tinggi penuh */
 }
 
 /*-----------------------
  Navbar
  -----------------------*/
 /* Navbar Styles */
 .navbar {
     background-color: var(--color-1);
     height: auto;
     padding: 10px 0; /* Sesuaikan padding agar navbar lebih ramping */
     transition: all 0.5s ease;
     box-shadow: var(--shadow-black-100);
     display: flex; /* Menetapkan display flex untuk navbar */
     justify-content: space-between; /* Menjaga ruang antara elemen */
     align-items: center; /* Menengah secara vertikal */
     z-index: 1050; /* Tinggi z-index untuk memastikan di atas elemen lain */
 }
 
 .navbar .navbar-brand {
     width: 140px;
     height: 80px;
     margin-left: 50px; /* Sesuaikan nilai sesuai keinginan */
 }
 
 .navbar .navbar-landing-page {
     width: 140px;
     height: 80px;
 }
 
 .navbar .navbar-nav {
     margin-left: auto; /* Memindahkan item navbar ke kanan */
 }
 
 .navbar .nav-item .nav-link {
     font-size: 16px;
     color: #ffffff;
     font-weight: 500;
     padding: 5px;
     text-transform: capitalize;
     position: relative;
 }
 
 .navbar .nav-item .nav-link::before {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     height: 1px;
     background-color: #ffffff;
     transition: all 0.5s ease;
     transform: scale(0);
 }
 
 .navbar .nav-item .nav-link.active::before,
 .navbar .nav-item .nav-link:hover::before {
     transform: scale(1);
 }
 
 .navbar.navbar-shrink {
     box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
     background-color: var(--color-1);
     padding: 10px 0;
 }
 
 /* Footer Styles */
 footer {
     position: fixed;
     bottom: 0;
     width: 100%;
     z-index: 1030;
     background-color: #f8f9fa;
     text-align: center;
     padding: 10px 0;
     box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
 }
 
 /*--------------------------
  Dropdown section
  --------------------------*/
 .dropdown {
     background-color: var(--black-000);
     border: none;
     margin: 10px 10px 10px 0px;
     padding: 0 10px 0 10px;
     box-shadow: var(--shadow-black-100);
     border-radius: 20px;
 }
 
 /*--------------------------
  Home section
  --------------------------*/
 .home {
     min-height: 100vh;
     padding: 150px 0;
     background-color: var(--color-1);
     border-radius: 0 0 200px 0;
     position: relative;
     z-index: 1;
 }
 
 .home-text h1 {
     font-size: 45px;
     font-weight: 700;
     color: var(--main-color);
     margin: 0 0 20px;
 }
 
 .home-text p {
     font-size: 18px;
     line-height: 28px;
     color: var(--main-color);
     margin: 0;
     font-weight: 300;
 }
 
 .home .home-btn {
     margin-top: 40px;
 }
 
 .home .home-btn .video-play-btn {
     margin-left: 20px;
     height: 50px;
     width: 50px;
     padding: 0;
     animation: pulse_01 2s ease infinite;
 }
 
 .home .home-btn .video-play-btn:hover {
     animation: none;
     box-shadow: var(--shadow-black-300);
 }
 
 .home .home-btn .video-play-btn i {
     line-height: 50px;
 }
 
 .home-img img {
     max-width: 250px;
     width: 100%;
     margin: 50px;
     box-shadow: var(--shadow-black-300);
     border-radius: 32px;
     /* animation: bounceTop_01 3s ease infinite; */
 }
 
 .home-img {
     position: relative;
 }
 
 .home-img .circle {
     position: absolute;
     z-index: 1;
     height: 400px;
     width: 400px;
     border: 1px solid rgba(255, 255, 255, 0.2);
     border-radius: 50%;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }
 
 .home-img .circle::before {
     content: "";
     position: absolute;
     height: 60px;
     width: 60px;
     background-color: rgba(255, 255, 255, 0.4);
     border-radius: 50%;
     left: 30px;
     top: 30px;
     transform-origin: 170px 170px;
     animation: spin_01 10s linear infinite;
 }
 
 .login-btn {
     margin: 10px 10px 10px 0px;
     align-items: start;
 }
 
 .register-btn {
     margin: 10px 10px 10px 0px;
 }
 
 .user-btn {
     margin: 10px 10px 10px 10px;
 }
 
 /*-----------------------
  Video popup
  -----------------------*/
 .video-popup {
     padding-top: 30px;
     position: fixed;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 1999;
     background-color: rgba(0, 0, 0, 0.7);
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0;
     visibility: hidden;
     transform: all 0.5s ease;
 }
 
 .video-popup.open {
     opacity: 1;
     visibility: visible;
 }
 
 .video-popup-inner {
     width: 100%;
     max-width: 900px;
     position: relative;
 }
 
 .video-popup .video-popup-close {
     position: absolute;
     right: 0;
     top: -30px;
     height: 30px;
     width: 30px;
     font-size: 18px;
     text-align: center;
     line-height: 30px;
     cursor: pointer;
     color: #ffffff;
 }
 
 .video-popup .iframe-box {
     height: 0;
     overflow: hidden;
     padding-top: 56.25%;
 }
 
 .video-popup #video-home {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     border: 0;
 }
 
 /*----------------------
  Features section
  ----------------------- */
 .features .feature-item {
     box-shadow: var(--shadow-black-200);
     margin: 15px;
     padding: 30px;
     border-radius: 10px;
     text-align: center;
     position: relative;
     z-index: 1;
     overflow: hidden;
 }
 
 .features .feature-item::before,
 .features .feature-item::after {
     content: "";
     position: absolute;
     z-index: -1;
     border-radius: 50%;
     transition: all 0.5s ease;
     opacity: 0;
 }
 
 .features .feature-item::before {
     height: 20px;
     width: 20px;
     background-color: var(--color-1);
     left: -20px;
     top: 40%;
 }
 
 .features .feature-item:hover:before {
     left: 10px;
     opacity: 1;
 }
 
 .features .feature-item::after {
     height: 30px;
     width: 30px;
     background-color: var(--color-2);
     right: -30px;
     top: 80%;
 }
 
 .features .feature-item:hover::after {
     right: -15px;
     opacity: 1;
 }
 
 .features .feature-item .icon {
     height: 60px;
     width: 60px;
     margin: 0 auto 30px;
     text-align: center;
     font-size: 35px;
     position: relative;
     color: var(--main-color);
     transition: all 0.5s ease;
     z-index: 1;
 }
 
 .features .feature-item .icon::before {
     content: "";
     position: absolute;
     left: 100%;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: var(--main-color);
     transition: all 0.5s ease;
     z-index: -1;
     opacity: 0;
 }
 
 .features .feature-item:hover .icon {
     color: #ffffff;
     font-size: 20px;
 }
 
 .features .feature-item:hover .icon::before {
     left: 0;
     border-radius: 50%;
     opacity: 1;
 }
 
 .features .feature-item .icon i {
     line-height: 60px;
 }
 
 .features .feature-item h3 {
     font-size: 22px;
     margin: 0 0 20px;
     color: var(--black-900);
     font-weight: 500;
     text-transform: capitalize;
 }
 
 .features .feature-item p {
     font-size: 16px;
     line-height: 26px;
     font-weight: 300;
     color: var(--black-400);
     margin: 0 0 15px;
 }
 
 /*------------------------------
  Fun facts section
  -----------------------------*/
 .fun-facts .section-title {
     margin-bottom: 20px;
 }
 
 .fun-facts .section-title h2 {
     text-align: left;
 }
 
 .fun-facts-img img {
     max-width: 250px;
     width: 100%;
     box-shadow: var(--shadow-black-100);
     border-radius: 32px;
 }
 
 .fun-facts-text p {
     font-size: 16px;
     line-height: 26px;
     color: var(--black-400);
     margin: 0 0 15px;
     font-weight: 300;
 }
 
 .fun-fact-item {
     padding: 30px;
     text-align: center;
     box-shadow: var(--shadow-black-100);
     border-radius: 10px;
     margin-top: 20px;
     margin-right: 20px;
     margin-bottom: 30px;
 }
 
 .fun-fact-item h3 {
     font-size: 30px;
     font-weight: 700;
     color: #ffffff;
     margin: 0 0 8px;
 }
 
 .fun-fact-item span {
     font-size: 16px;
     text-transform: uppercase;
     font-weight: 300;
     margin: 0;
     line-height: 26px;
     display: block;
     color: #ffffff;
 }
 
 .fun-fact-item.style-1 {
     background-color: var(--color-1);
 }
 
 .fun-fact-item.style-2 {
     background-color: var(--color-2);
 }
 
 .fun-fact-item.style-3 {
     background-color: var(--color-3);
 }
 
 .fun-fact-item.style-4 {
     background-color: var(--main-color);
 }
 
 /*------------------------------
  App screenshots section
  -----------------------------*/
 .screenshot-item {
     margin: 15px;
 }
 
 .screenshot-item img {
     width: 100%;
     max-width: 250px;
     display: block;
     margin: auto;
 }
 
 /*-----------------------------------
  How-it-works section
  -----------------------------------*/
 .how-it-works-item {
     padding: 30px;
     text-align: center;
 }
 
 .how-it-works-item.line-right::before {
     content: "";
     position: absolute;
     height: 3px;
     width: 100%;
     left: 50%;
     top: 60px;
     background-color: var(--main-color);
     z-index: -1;
 }
 
 .how-it-works-item .step {
     display: inline-block;
     height: 60px;
     width: 60px;
     background-color: var(--main-color);
     font-size: 28px;
     text-align: center;
     line-height: 60px;
     border-radius: 50%;
     color: #ffffff;
     font-weight: 500;
 }
 
 .how-it-works-item h3 {
     margin: 20px 0;
     font-size: 22px;
     font-weight: 500;
     color: var(--black-900);
     text-transform: capitalize;
 }
 
 .how-it-works-item p {
     font-size: 16px;
     font-weight: 300;
     margin: 0;
     color: var(--black-400);
     line-height: 26px;
 }
 
 /*------------------------------
  Testimonials section
  ------------------------------*/
 .testimonial-item {
     margin: 15px;
     padding: 30px;
     box-shadow: var(--shadow-black-200);
     border-radius: 10px;
     text-align: center;
 }
 
 .testimonial-item .img-box {
     height: 100px;
     width: 100px;
     display: inline-block;
     margin-bottom: 30px;
     border: 4px solid var(--main-color);
     border-radius: 50%;
     position: relative;
 }
 
 .testimonial-item .img-box img {
     border-radius: 50%;
     width: 100%;
 }
 
 .testimonial-item .img-box i {
     position: absolute;
     height: 30px;
     width: 30px;
     background-color: var(--main-color);
     border-radius: 50%;
     color: #ffffff;
     font-size: 12px;
     line-height: 30px;
     text-align: center;
     left: calc(100% - 15px);
     top: calc(50% - 15px);
 }
 
 .testimonial-item p {
     font-size: 16px;
     margin: 0 0 20px;
     color: var(--black-400);
     line-height: 26px;
     font-weight: 300;
 }
 
 .testimonial-item h3 {
     font-size: 18px;
     color: var(--black-900);
     font-weight: 500;
     margin: 0 0 5px;
     text-transform: capitalize;
 }
 
 .testimonial-item span {
     display: block;
     font-size: 16px;
     color: var(--black-400);
     font-weight: 300;
 }
 
 .testimonial-item .rating {
     margin-top: 10px;
 }
 
 .testimonial-item .rating i {
     display: inline-block;
     font-size: 16px;
     color: var(--main-color);
 }
 
 /*----------------------------
  Get-in-touch section
  ----------------------------*/
 .contact {
     background-color: var(--black-100);
 }
 
 .contact-info h3 {
     font-size: 22px;
     color: var(--black-900);
     font-weight: 500;
     margin: 0 0 40px;
 }
 
 .contact-info-item {
     position: relative;
     padding-left: 55px;
     margin-bottom: 30px;
 }
 
 .contact-info-item i {
     position: absolute;
     height: 40px;
     width: 40px;
     left: 0;
     top: 0;
     border-radius: 50%;
     font-size: 16px;
     color: var(--main-color);
     border: 1px solid var(--main-color);
     text-align: center;
     line-height: 38px;
 }
 
 .contact-info-item h4 {
     font-size: 18px;
     font-weight: 400;
     margin: 0 0 10px;
     color: var(--black-900);
 }
 
 .contact-info-item p {
     font-size: 16px;
     font-weight: 300;
     margin: 0;
     line-height: 26px;
     color: var(--black-400);
 }
 
 .contact-form .form-group {
     margin-bottom: 25px;
 }
 
 .contact-form .form-control {
     height: 52px;
     border: 1px solid transparent;
     box-shadow: var(--shadow-black-100);
     border-radius: 15px;
     padding-left: 0 24px;
     color: var(--black-900);
     background-color: var(--black-000);
     transition: all 0.5s ease;
 }
 
 .contact-form textarea.form-control {
     height: 140px;
     padding-top: 12px;
 }
 
 .contact-form .form-control:focus {
     border-color: var(--main-color);
 }
 
 /*----------------------------------
  Footer
  ---------------------------------*/
 .footer {
     background-color: var(--main-color);
     padding: 50px 0 0;
 }
 
 .footer-col h3 {
     font-size: 20px;
     font-weight: 500;
     color: #ffffff;
     margin: 0 0 30px;
     text-transform: capitalize;
 }
 
 .footer-col p {
     font-size: 16px;
     color: rgba(255, 255, 255, 0.9);
     font-weight: 300;
     line-height: 26px;
     margin: 0;
 }
 
 .footer-col ul {
     margin: 0;
 }
 
 .footer-col ul li:not(:last-child) {
     margin-bottom: 10px;
 }
 
 .footer-col ul li a {
     font-size: 16px;
     color: rgba(255, 255, 255, 0.9);
     font-weight: 300;
     display: block;
     text-transform: capitalize;
     transition: all 0.5s ease;
     text-decoration: none;
 }
 
 .footer-col ul li a:hover {
     padding-left: 5px;
 }
 
 .footer .copyright-text {
     padding: 20px 0;
     text-align: center;
     font-size: 16px;
     color: rgba(255, 255, 255, 0.9);
     font-weight: 300;
     margin: 50px 0 0;
     border-top: 1px solid rgba(255, 255, 255, 0.2);
 }
 
 .checkbox {
     margin: 10px;
     width: 20px;
     height: 20px;
     text-align: center;
     vertical-align: middle;
 }
 
 .table-img {
     max-width: 200px; /* Atur lebar maksimum sesuai kebutuhan */
     width: auto; /* Atur lebar menjadi otomatis */
     height: auto; /* Atur tinggi menjadi otomatis untuk mempertahankan rasio aspek */
 }
 
 .align-middle {
     vertical-align: middle !important;
 }
 
 .text-center {
     text-align: center;
 }
 
 #table {
     display: none;
 }
 
 #table th {
     text-align: center;
     vertical-align: middle;
 }
 
 