body {

  background-image: url("/asset/backgroundsky.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Opsional: Mengunci gambar latar belakang saat scrolling */
  padding-bottom: 0px; /* Atur tinggi footer + sedikit ruang kosong di bawahnya */
}

.navbar-brand {
  font-size: 22px; /* Ubah ukuran font sesuai kebutuhan */
  font-weight: bold; /* Tambahkan ketebalan font sesuai kebutuhan */
  color: #ffffff; /* Ubah warna teks sesuai kebutuhan */
  text-transform: uppercase; /* Atur teks menjadi huruf besar */
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* Anda juga bisa menambahkan properti CSS lainnya sesuai kebutuhan */
}

.navbar-brand:hover {
  color: #ffffff; /* Mengubah warna teks saat dihover menjadi hitam */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' linecap='round' linejoin='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  /* Ubah warna garis pada icon hamburger menjadi putih */
}


.content {
  text-align: center;
  margin-top: 100px; /* Atur margin sesuai kebutuhan */
}


h1 {
  text-align: center;
  vertical-align: middle;
  margin-top: 350px;
  color: rgb(255, 0, 0);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
}

h3 {
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
}

.footer {
  background-color: #ffffff;
  padding: 20px 0;
  margin-top: 500px; /* Adjust the margin-top as needed */
  min-height: 100px; /* Set the minimum height for the footer */
}

.footer h5 {
  font-weight: bold;
  color: white;
}

.footer p {
  color: #dddddd;
}

.footer .social-icons a {
  font-size: 20px;
  color: #ffffff;
  margin-right: 15px;
  transition: color 0.3s;
}

.footer .social-icons a:hover {
  color: #007bff;
}

.footer hr {
  margin: 20px 0;
  border-color: #ffffff;
}

.social-icons i {
  font-size: 20px;
  margin-right: 10px;
  color: #000000;
}

.brand-logo {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* .btn-modern {
  background-color: #ff0000;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 14px;
  transition: background-color 0.3s ease;
} */

/* .btn-modern:hover {
  background-color: #ffe600;
} */

.background-button {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 700px; /* Atur margin atas sesuai kebutuhan */
  padding: 30px;
  background-color: white;
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

.kotak {
  width: 200px;
  height: 150px;
  border: 3px solid red;
  margin: 10px;
  padding: 10px;
  line-height: 0.2;
  display: inline-block; /* Ensures the boxes are inline */
  vertical-align: top; /* Aligns the boxes at the top */
}

.button-container {
  clear: both; /* Ensures the button is below the boxes */
  padding: 10px;
  text-align: center; /* Centers the button */
}

.background-button {
  text-align: center; /* Ensures all content is centered */
}

/* BUTTONNN */

/* CSS untuk tombol */
.button-container {
  text-align: center;
  margin: 20px 0;
}

.button-container .btn {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s, border-color 0.3s;
}

.button-container .btn:hover {
  background-color: #0056b3;
  border-color: #004085;
}

/* CSS untuk modal */
.modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 15px;
}

.modal-header .modal-title {
  font-size: 20px;
  margin: 0;
}

.modal-header .btn-close {
  background: none;
  border: none;
}

.modal-body {
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.modal-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  padding: 15px;
  bottom: auto;
}

.modal-footer .btn {
  margin-left: 10px;
}

.modal-footer .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}

.modal-footer .btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
}

.modal-footer .btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}

.modal-footer .btn-secondary:hover {
  background-color: #5a6268;
  border-color: #4e555b;
}


/* Gaya umum untuk semua logo */
.partner-logo {
  max-width: 150px; /* Atur ukuran maksimum logo */
  margin: 10px; /* Jarak antar logo */
}

/* Membuat logo-logo menjadi satu baris */
.partner-logos {
  display: flex;
  justify-content: center; /* Menempatkan logo di tengah */
  flex-wrap: wrap; /* Membuat logo berpindah ke baris baru jika tidak muat */
}

/* Responsif: Mengatur ukuran logo berdasarkan ukuran layar */
@media (max-width: 768px) {
  .partner-logo {
    max-width: 100px;
  }
}

.container h1 {
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-transform: uppercase;
  color: white;
  margin-top: 130px;
  margin-bottom: 15px;
}

.col-md-2 {
  margin-bottom: 30px;
}

.col-md-2 img {
  max-width: 70%;
  height: auto;
}

.col-md-2 p {
  font-size: 15px;
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.col-md-2 h2 {
  font-size: 14px;
  color: 
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif
}

@media only screen and (max-width: 767px) {
  .col-xs-12 {
    margin-top: 50px;
  }
}