/* Reset dan Typography dasar */
body {
  font-family: 'Raleway Regular', "Arial", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.bg-color1{background:#2d286b;}

a {
  color: #005ea2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Navbar mirip FEMA */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2d286b;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 100;
}

.navbar-brand {
  font-size: 1.1rem;
  line-height: 1.1;
  margin-right: 4rem;
}

.navbar-dark .nav-link {
  font-weight: 500;
  color: #ffc928;
}

.navbar-dark .nav-link:hover {
  color: #ffc928;
}

/* Jumbotron / Hero ala FEMA */
.jumbotron {
  background: linear-gradient(to right, #005ea2, #003d66);
  color: white;
  padding: 3rem 2rem;
  margin-bottom: 0;
  text-align: left;
  border-radius: 0;
}

.jumbotron h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.jumbotron .btn {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

header {
    border-color:#ffc928;
    font-size: 15px;
    color: #ffc928;
}

.header-main{border:none;border-bottom:5px solid;}

footer {
    border-color:#ffc928;
    font-size: 15px;
    color: #ffc928;
    padding-top: 2rem;
}

footer h5 {
  font-size: 16px;
  font-weight: bold;
  color: #ffc928;
  line-height: 1.2;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer a {
  color: #dbdbdb;
}
footer a:hover {
  color: #ffc928;
  text-decoration: none;
}

.footer-main, .head-footer{border-color:#ffc928;}
.footer-main{position:relative;overflow:hidden;width:100%;float:left;padding:20px 0;border:none;border-top:4px solid;}
.footer-main p{padding:0;font-size:100%;margin:0;line-height:1.2;color:#dbdbdb;}

/* Table for banjir data */
table.table {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

table.table thead {
  background-color: #005ea2;
  color: white;
}

.table-banjir {
  font-size: 0.9rem;
}

.table-banjir thead th {
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
}

.badge-success {
  background-color: #28a745;
}

.badge-warning {
  background-color: #ffc107;
  color: #212529;
}

/* Responsive utilities */
@media (max-width: 768px) {
  .jumbotron h1 {
    font-size: 1.8rem;
  }

  .navbar-nav {
    text-align: center;
  }
}

.carousel-caption {
  background: rgba(0,0,0,0.6);
  padding: 10px;
  border-radius: 10px;
}

.carousel-caption {
  line-height: 1.2;
}

.carousel-caption a {
  color: #dbdbdb;
}
.carousel-caption a:hover {
  color: #ffc928;
  text-decoration: none;
}

#preview {
  display: none;
  margin-top: 10px;
}

.section-bg {
    background-color: white;
}

.table td, .table th {padding: 0rem; vertical-align: middle; border-top: none;}


