.hero-text h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.3;
  color: #fff;
}
.highlight-box {
  background: linear-gradient(45deg, #4e4848, #d1abab00);
  border-left: 5px solid #fff;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 1rem;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  max-width: 550px;
}
.waves {
  position: absolute;
  top: -10px;
  width: 100%;
}
.waves-down {
  position: absolute;
  bottom: -23px;
  width: 100%;
  transform: rotate(180deg);
}

/* Custom input styles */
.form-control-custom,
.form-select.form-control-custom {
  background: transparent;
  border: none;
  border-bottom: 1px solid #444;
  border-radius: 0;
  color: #fff;
  font-size: 0.95rem;
  padding-left: 0;
  padding-right: 0;
}

.form-control-custom:focus,
.form-select.form-control-custom:focus {
  border-bottom: 1px solid #fff;
  outline: none;
  box-shadow: none;
}

.form-control-custom::placeholder {
  color: #aaa;
}

.btn-light {
  background: #fff;
  border: none;
  border-radius: 0;
}

.btn-light:hover {
  background: #f1f1f1;
}

/* Apply to your custom select */
.form-select.form-control-custom {
  background: transparent;
  border: none;
  border-bottom: 1px solid #444;
  border-radius: 0;
  color: #fff;
  font-size: 0.95rem;
  padding-left: 0;
  padding-right: 0;
  appearance: none; /* Removes default arrow (Chrome/Edge) */
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */
}

/* Dropdown arrow replacement */
.form-select.form-control-custom {
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='12' viewBox='0 0 20 20' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548l4.484 4.487 4.484-4.487L16 9.064l-6 6-6-6z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px;
}

/* Fix dropdown options */
.form-select.form-control-custom option {
  background-color: #000;
  color: #fff;
}

/* Custom date input */
input[type="date"].form-control-custom {
  background: transparent;
  border: none;
  border-bottom: 1px solid #444;
  border-radius: 0;
  color: #fff;
  font-size: 0.95rem;
  padding-left: 0;
  padding-right: 0;
}

/* Remove default calendar icon (Chrome/Safari/Edge) */
input[type="date"].form-control-custom::-webkit-calendar-picker-indicator {
  filter: invert(1); /* turns icon white */
  cursor: pointer;
}

/* For Firefox */
input[type="date"].form-control-custom::-moz-focus-inner {
  border: 0;
}

.gallery-item {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.gallery-item img {
  transition: transform 0.4s ease;
}
.gallery-item:hover img {
  transform: scale(1.05);
}
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-item:hover .overlay {
  opacity: 1;
}
/* Make exactly 5 columns on large screens */
.gallery-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.gallery-col {
  padding: 0;
}
.gallery-item {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.gallery-item img {
  transition: transform 0.4s ease;
}
.gallery-item:hover img {
  transform: scale(1.05);
}
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-item:hover .overlay {
  opacity: 1;
}
.waves-down-2 {
  position: absolute;
  bottom: 27px;
  width: 100%;
  transform: rotate(180deg);
}

.page-banner {
  background: url("https://via.placeholder.com/1600x400") center/cover no-repeat;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
}
.page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.page-banner h1 {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.policy-section {
  padding: 60px 15px;
}
.policy-section h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 40px;
}
.policy-section p {
  margin-top: 15px;
  line-height: 1.8;
}

/* Responsive: stack fewer per row on smaller screens */
@media (max-width: 992px) {
  .gallery-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .gallery-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991.98px) {
  .hero-text h1 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .highlight-box {
    font-size: 0.9rem;
    padding: 10px 15px;
  }
  .navbar-brand span {
    font-size: 0.9rem;
  }
  .navbar .btn {
    padding: 5px 15px;
    font-size: 0.9rem;
  }
}

/* Mobiles */
@media (max-width: 575.98px) {
  .hero-text h1 {
    font-size: 1.7rem;
    line-height: 1.2;
  }
  .highlight-box {
    font-size: 0.85rem;
    padding: 8px 12px;
  }
  .navbar-brand img {
    height: 28px;
  }
  .navbar-brand span {
    font-size: 0.8rem;
  }
  .navbar .btn {
    font-size: 0.8rem;
    padding: 4px 12px;
  }
  .bnr-image {
    height: 250px;
  }
}
