body {
    font-family: poppins, sans-serif;
    background: #f9fbfd;
    color: #34364a;
}

.bg-primary {
    background-color: #435ebe !important;
}

.icon-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #34364a;
    border: 2px solid #34364a;
    width: 18px;
    height: 18px;
    padding: 14px;
    font-size: 18px;
    border-radius: 41%;
    margin-right: 12px;
    margin-bottom: 8px;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #435ebe !important;
    text-decoration: none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #435ebe;
    --bs-btn-border-color: #435ebe;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3950a2;
    --bs-btn-hover-border-color: #364b98;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #364b98;
    --bs-btn-active-border-color: #364b98;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #435ebe;
    --bs-btn-disabled-border-color: #435ebe;
}

.table {
    --bs-table-striped-bg: #f9f9f9;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #f9f9f9;
    border-style: solid;
    border-width: 0;
}

.form-search input {
    border-color: #ced4da;
    padding: 0.5rem 1.5rem;
    padding-right: calc(2em + 1.2rem);
    background-image: url(../img/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right calc(1em + 0.3rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-search .was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(2em + 1.2rem);
    background-image: url(../img/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right calc(1em + 0.3rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-search .was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(2em + 1.2rem);
    background-image: url(../img/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right calc(1em + 0.3rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.flatpickr-day {
    border-radius: 15px;
}

.pagination-pill .page-link {
    display: flex;
    border-radius: 41% !important;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
}

.page-link {
    position: relative;
    display: block;
    color: #6c757d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link:hover {
    color: #435ebe;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #435ebe;
}

.page-item .page-link {
    margin: 0 7px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    font-weight: 500;
    background-color: #435ebe;
}

.footer .copyright a {
    color: #ee5050;
    text-decoration: none;
}

.footer .copyright a:hover {
    color: #eb2d2d;
}

.info {
    padding: 4em 0;
  }
  .circle-loader {
    margin: 0 0 30px 10px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    animation-name: loader-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .circle-loader, .circle-loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
  }
  .success {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border opacity 500ms ease-out;
  }
  .success .status.draw:after {
    animation-duration: 1.2s;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
  }
  .success .status:after {
    opacity: 1;
    height: 4em;
    width: 2em;
    transform-origin: left top;
    border-right: 2px solid #5cb85c;
    border-top: 2px solid #5cb85c;
    content: '';
    left: 1.8095238095em;
    top: 4em;
    position: absolute;
  }
  .failed {
    -webkit-animation: none;
    animation: none;
    border-color: #f00;
    transition: border opacity 500ms ease-out;
  }
  .failed .status {
    top: 50%;
    left: 50%;
    position: absolute;
  }
  .failed .status.draw:before, .failed .status.draw:after {
    animation-duration: 1.2s;
    animation-timing-function: ease;
    animation-name: crossmark;
  }
  .failed .status.draw:before {
    transform: scaleX(-1) rotate(45deg);
  }
  .failed .status.draw:after {
    transform: scaleX(-1) rotate(225deg);
  }
  .failed .status:before, .failed .status:after {
    opacity: 1;
    height: 2em;
    width: 2em;
    transform-origin: left top;
    border-right: 2px solid #f00;
    border-top: 2px solid #f00;
    content: '';
    position: absolute;
  }
  .failed .status:before {
    left: calc(1.656854259em - 4px);
    top: calc(4px - 1.656854259em);
  }
  .failed .status:after {
    left: calc(5.656854259px - 1.656854259em);
    top: calc(1.656854259em - 2.8284271295px);
  }
  @keyframes loader-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 2em;
      opacity: 1;
    }
    40% {
      height: 4em;
      width: 2em;
      opacity: 1;
    }
    100% {
      height: 4em;
      width: 2em;
      opacity: 1;
    }
  }
  @keyframes crossmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 2em;
      opacity: 1;
    }
    40% {
      height: 2em;
      width: 2em;
      opacity: 1;
    }
    100% {
      height: 2em;
      width: 2em;
      opacity: 1;
    }
  }
  

  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  .fadeIn {
    animation: fadeIn 2s ease-in;
  }

  .animate-on-hover .alert:hover {
    transform: scale(1.05); /* Memperbesar elemen saat dihover */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); /* Tambahkan bayangan */
}

.dropdown-item.notification-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #e9ecef;
}

.dropdown-item.notification-item i {
  margin-right: 10px;
  font-size: 18px;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(assets/img/loading.gif) center no-repeat #fff;
}



body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Hitam dengan opacity 50% */
  z-index: -1; /* Membuat pseudo-element berada di belakang gambar latar belakang */
}
#passwordMessage {
  color: #333;
  font-size: 14px;
  margin-top: 5px;
}
.invalid {
  color: #d9534f;
}
.valid {
  color: #5cb85c;
}
/* Loading Spinner */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center; /* Posisikan secara horizontal di tengah */
  align-items: center; /* Posisikan secara vertikal di tengah */
  background-color: #f7f9fb; /* Pastikan variabel $f7f9fb sudah didefinisikan */
  transition: opacity 0.75s, visibility 0.75s;
}

.loader-hidden {
  opacity: 0;
  visibility: hidden;
}

.loader::after {
  content: "";
  width: 75px;
  height: 75px;
  border: 15px solid #dddddd;
  border-top-color: #f7300d;
  border-radius: 50%;
  animation: loading 0.75s ease infinite;
}

@keyframes loading{
  from{
      transform: rotate(0turn);
  }
  to{
      transform: rotate(1turn);
  }
}
.navbar {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('gambar-latar-belakang.jpg');
background-size: cover;
background-position: center;
transition: background-color 0.3s ease; /* Transisi untuk perubahan latar belakang */
}

.navbar.bg-dark-transparent {
background-color: rgba(0, 0, 0, 0.7); /* Warna latar belakang gelap dengan opacity 70% */
}

.navbar-nav .nav-link {
color: white; /* Warna teks item navigasi */
}

.navbar-scrolled {
background-color: rgba(0, 0, 0, 0.9) !important; /* Warna latar belakang gelap dengan opacity 90% saat scroll */
}


.dropdown-menu {
display: none;
}

.dropdown-menu.show {
display: block;
animation: fadeInUp 0.3s ease-in-out;
}


@keyframes fadeInUp {
from {
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}
to {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
}
.nav-link {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.nav-link:hover {
background-color: #007bff !important;
color: #fff !important;
transform: translateY(-3px);
}


.nav-link:focus,
.nav-link:focus:hover {
background-color: #007bff !important;

color: #fff !important;
transform: translateY(-3px); /* Transformasi tetap aktif */
}

.bgcarrier {
  background-color: #25ac0b;
}

#carouselExampleIndicators .carousel-inner {
  height: 300px; /* Atur tinggi carousel */
  overflow: hidden; /* Sembunyikan konten yang keluar dari carousel */
}

/* Mengatur kedalaman z-index untuk dropdown */
.dropdown-menu {
z-index: 1000; /* Sesuaikan dengan kebutuhan */
}
.main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; /* Membuat kontainer memiliki tinggi 100% dari viewport */

}
#fh5co-gallery {
padding: 50px 0; /* Atur padding atas dan bawah */
margin-bottom: 170px;
}

#fh5co-gallery .fh5co-heading h2 {
  font-size: 24px; /* Atur ukuran font judul */
}

#fh5co-gallery .fh5co-gallery_item {
  margin-bottom: 30px; /* Atur jarak antara item galeri */
}

#fh5co-gallery .fh5co-bg-img {
  height: 200px; /* Atur tinggi gambar */
  background-size: cover; /* Atur gambar untuk menutupi seluruh kontainer */
  background-position: center; /* Atur posisi gambar menjadi di tengah */
}

#fh5co-gallery .fh5co-bg-img[data-trigger="zoomerang"] {
  cursor: pointer; /* Ganti kursor saat digulirkan ke atas gambar */
}



@media (max-width: 768px) {
  #fh5co-gallery .col-md-3, #fh5co-gallery .col-md-6 {
      flex-basis: 100%; /* Pada layar kecil, item galeri menjadi satu baris penuh */
  }
}
#fh5co-gallery .fh5co-gallery_item {
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}
#fh5co-gallery .fh5co-bg-img {
height: 200px;

}
#fh5co-gallery .fh5co-gallery_item {
/* Aturan gaya normal */
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#fh5co-gallery .fh5co-gallery_item:hover {
  /* Aturan gaya saat dihover */
  transform: scale(1.1); /* Memperbesar elemen */
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); /* Bayangan dengan blur */
}

#fh5co-gallery .fh5co-gallery_big {
height: 420px;
}
@media screen and (max-width: 768px) {
#fh5co-gallery .fh5co-gallery_big {
  height: 200px;
}
}
button{
  border: none;
  cursor: pointer;
  color: white;
  background: none;
  transition: all .3s ease-in-out;
}

.containercarousel {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: white;
margin-top: -200px;
}

.carousel-view {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
padding: 44px 0;
transition: all 0.25s ease-in;
}

.carousel-view .item-list {
max-width: 950px;
width: 70vw;
padding: 50px 10px;
display: flex;
gap: 70px;
scroll-behavior: smooth;
transition: all 0.25s ease-in;
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
overflow: auto;
scroll-snap-type: x mandatory;
}

.carousel-view .item-list .item {
width: 200px;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.item-list::-webkit-scrollbar {
display: none;
}

.prev-btn {
background: transparent;
cursor: pointer;
}

.next-btn {
background: transparent;
cursor: pointer;
}

.item {
scroll-snap-align: center;
width: auto;
max-height: 300px;
max-width: 10000px;
height: 120px;
background-color: transparent;
border-radius:8px;
}

.coverage-text {
  width: calc(33.3333% - 10px); /* Memberikan ruang antar elemen */
  margin-bottom: 20px; /* Jarak antar baris */
}

@media (max-width: 768px) {
.coverage-text {
  float: none; /* Menghapus floating pada layar kecil */
  width: 100%; /* Mengisi lebar penuh pada layar kecil */
  margin-right: 0; /* Menghapus margin pada layar kecil */
  margin-bottom: 20px; /* Menambah jarak antara teks dan gambar pada layar kecil */
}
}


@media only screen and (max-width: 600px) {
  #coverage-img {
      max-width: 100%;
      height: auto;
  }
}
.fh5co-footer-links a {
  color: white; /* Warna teks sebelum hover */
  transition: color 0.3s ease; /* Efek transisi warna teks */
}

.fh5co-footer-links a:hover {
  color: #007bff !important; /* Warna teks saat hover */
  cursor: pointer; /* Ubah kursor saat hover */
}