* { 
    box-sizing: border-box; 
    margin: 0; 
    padding: 0; 
    font-family: "Century Gothic", sans-serif !important;
  }

  .slider-container {
    margin-top: 80px;
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 75vh; */
    padding-bottom: 50px;
  }

  .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
  }

  .slide {
    min-width: 100%;
    box-sizing: border-box;
  }

  .slide img {
    width: 100%;
    border-radius: 12px;
  }

  .dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
  }

  .dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .dot.active {
    background-color: #333;
  }

  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    user-select: none;
  }

  .arrow.left {
    left: 10px;
  }

  .arrow.right {
    right: 10px;
  }

.body {
  /* font-family: Raleway, sans-serif; */
  background: #f6f8fd;
}

.bg-nav {
  background-color: #FFFFFF;
}

.mt--2 {
  margin-top: -0.5rem !important;
}

.hr-dotted {
  border-top: 1px dotted;
  opacity: .25;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030; /* Lebih tinggi dari konten biasa */
}

.navbar-light .navbar-nav .nav-link {
  color: #2F69BD !important;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #2F69BD !important;
}

.feature-icon-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  font-size: 3rem;
  color: #fff;
  border-radius: 100%;
}

.btn-social-media {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  width: 2rem;
  height: 2rem;
  padding: 1.2rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border-width: 2px;
}

.btn-social-media:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* Footer */
.footer {
	background-color: #2D5AAF;
	color: white;
	padding: 40px 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer div {
	max-width: 34%;
}
.footer h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.footer p {
	color: #ffffff;
	margin: 5px 0;
	font-size: 16px;
	font-weight: 400;
}
.footer .logo h3 {	
	font-size: 30px;
	font-weight: bold;
	margin-bottom: -10px;
}
.contact-info p {
	display: flex;
	align-items: center;
}
.contact-info p img {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.footer-bottom {
	text-align: center;
	font-size: 12px;
	padding: 15px;
	background: #2D5AAF;
	color: #ffffff;
}
.footer-bottom span {
	font-weight: #09034F;
}

.img-fluid1 {
  max-width: 50%;
}
.img-fluid2 {
  max-width: 47%;
}
.img-fluid3 {
  max-width: 34%;
}
.img-fluid4 {
  max-width: 50%;
}

.blog-posts {
  margin-bottom: 30px;
}

.blog-posts article {
  background-color: #D9D9D9;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.tentang h2 {
  font-size: 56px;
}

.tentang p {
  font-size: 30px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
	display: none;
}

.dropdown-submenu:hover .dropdown-menu {
	display: block;
}

.dropdown-menu {
	--bs-dropdown-link-hover-color: #ffffff;
	--bs-dropdown-link-hover-bg: #2F69BD;
	--bs-dropdown-item-padding-y: 0.75rem;
	--bs-dropdown-padding-x: 0.5rem;
}

.g-6, .gy-6 {
	--bs-gutter-y: 1.5rem;
}

.list {
	margin-top: 10px;
	font-size: 30px;
}

.list-item {
  display: flex;
  align-items: center; /* Biar sejajar vertikal */
  gap: 10px; /* Memberi jarak antara ikon dan teks */
  margin-bottom: 20px;
}

.list-item svg {
  width: 50px;
  height: 50px;
}

.list-item h2 {
  font-size: 30px;
  font-weight: bold;
}

.deposito p {
  font-size: 30px;
}

.list-tentang li {
  font-size: 30px;
  text-align: left;
  font-weight: lighter;
  margin-bottom: 15px;
}

.report {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.download {
	font-size: 24px;
	color: blue;
	cursor: pointer;
}

@media (max-width: 768px) {
  .footer {
      flex-direction: column;
  }

  .footer div {
    max-width: 100%;
  }

  .logo, .contact-info {
      width: 100%;
      margin-bottom: 15px;
  }

  .email {
    font-size: 14px;
  }
  
  .document {
	font-size: 12px;
  }

  .img-fluid1 {
    max-width: 25%;
  }
  .img-fluid2 {
    max-width: 23%;
  }
  .img-fluid3 {
    max-width: 21%;
  }
  .img-fluid4 {
    max-width: 75%;
  }

  .tentang h2 {
    font-size: 36px;
  }
  
  .tentang p {
    font-size: 18px;
  }

  .list-item h2 {  
    font-size: 24px;
    font-weight: bold;
  }

  .deposito td {
    font-size: 14px;
  }

  .deposito p {
    font-size: 14px;
  }

  .deposito h3 {
    font-size: 18px;
  }

  .list li {
    font-size: 14px;
  }
    
  .list-tentang li {
    font-size: 14px;
    text-align: left;
    font-weight: lighter;
    margin-bottom: 10px;
  }

  .dropdown-submenu .dropdown-menu {
    display: none; /* Sembunyikan submenu di awal */
  }
}