.banner {
    position: relative;
    height: 80vh;
    background: url('../image/deposito.webp')
                center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
  }
  
  .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(145, 145, 145, 0.55); 
    z-index: 1;
  }
  
  .banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 0 20px;
  }
  
  .banner-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .banner-text {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    opacity: 0.95;
  }
  
  @media (max-width: 768px) {
    .banner-tabungan {
      height: 70vh;
      padding: 10px 0;
    }
  
    .banner-title {
      font-size: 2rem;
    }
  
    .banner-text {
      font-size: 1rem;
    }
  
  }

  .section {
    background: linear-gradient(to bottom, #ffffff, #f5f9f7);
    padding-top: 20px;
    padding-bottom: 30px;
    font-family: "Poppins";
    color: #333;
    text-align: center;
  }
  h2.section-title {
    font-size: 2rem;
    color: #003D79;
    font-weight: 700;
    margin-bottom: 10px;
  }

  p.section-subtitle {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
  }
.container {
    max-width:1200px;
    margin:0 auto;
}
.header-depo {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
}
.head-table {
    background:#fff;
    border-radius:12px;
    box-shadow:0 6px 20px rgba(0,0,0,0.06);
    overflow:hidden;
}
.table-judul {
    padding:16px 18px;
    border-bottom:1px solid #eef4f1;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
table {
    width:100%;
    border-collapse:collapse;
    min-width:720px;
}
table thead tr {
    background:linear-gradient(90deg,#f9f0c6,#fff);
    color:#003D79;
    text-align:center;
}
table thead tr th {
    padding:14px 18px;
    font-weight:700;
}
tbody tr {
    border-top:1px solid #f0f5f3;
}
tbody tr td {
    padding:12px 18px;
}
.footer-table {
    padding:14px 18px;
    border-top:1px solid #eef4f1;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}
@media (max-width: 992px){
  .header-depo {
    align-items:center;
    width: 95%;
    margin: 10px;
    justify-content:center;
    flex-wrap:wrap;
  }
  .head-table {
    width: 95%;
    margin: 10px;
  }
}

.blog-deposito {
  background: linear-gradient(to bottom, #ffffff, #f5f9f7);
  padding: 40px 20px;
  font-family: "Poppins";
  color: #333;
}

.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto; 
  align-items: flex-start; 
}

.blog-container {
  flex: 2;
  min-width: 320px;
}

.blog-container h2 {
  color: #004085;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.blog-container p {
  line-height: 1.7;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #444;
}

.deposito-calc {
  flex: 1;
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  top: 20px; 
}

.deposito-calc h3 {
  margin-bottom: 15px;
  color: #003D79;
  text-align: center;
  font-weight: 600;
}

.deposito-calc label {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-weight: 500;
}

.deposito-calc input {
  width: 94.5%;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 7px;
  border: 1px solid #ccc;
  font-size: 15px;
}
.deposito-calc select {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.deposito-calc input[readonly] {
  background: #eee;
  cursor: not-allowed;
}

.deposito-calc button {
  width: 100%;
  padding: 10px;
  background: #003D79;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 600;
}

.deposito-calc button:hover {
  background: #0056b3;
  transform: translateY(-2px);
}

#hasil {
  margin-top: 20px;
  display: none;
}

#hasil h4 {
  margin-bottom: 10px;
  color: #004085;
}

#hasil p {
  margin: 5px 0;
  color: #333;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .blog-wrapper {
    flex-direction: column;
  }
  .deposito-calc {
    position: static;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .blog-wrapper {
    justify-content: center;
    display: grid;
    width: 100%;
  }

  .blog-container,
  .deposito-calc {
    width: 100%;
    justify-content: center;
  }

  .blog-container h2 {
    text-align: center;
    padding-right: 25px;
  }
  .blog-container p {
    text-align: justify;
    padding-right: 25px;
  }

  .blog-deposito {
    padding: 20px 10px;
    justify-content: center;
  }

  .blog-container {
    padding: 10px;
    width: 100%;
  }

  .blog-container h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .blog-container p {
    font-size: 0.95rem;
  }

  .deposito-calc {
    padding: 18px;
    width: 90%;
  }

  .deposito-calc h3 {
    font-size: 1.1rem;
  }

  .deposito-calc button {
    font-size: 0.95rem;
    padding: 10px;
  }

  #hasil p {
    font-size: 0.9rem;
  }
}
