.gallery-item img {
  transition: all 0.4s ease;
  cursor: pointer;
}

.gallery-item:hover img {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Optional for spacing consistency */
section h2 {
  font-size: 2rem;
  letter-spacing: 1px;
}

@media (max-width: 576px) {
  section h2 {
    font-size: 1.6rem;
  }
}




.price-section {
  color: #ffffff;
  position: relative;
}

.btn-primary {
  background-color: #003366;
  border: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #0055aa;
  transform: scale(1.05);
}

.table {
  border-color: rgba(0,0,0,0.1);
}

.table th, .table td {
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
}

.overlay {
  z-index: 0;
}

.container.position-relative {
  z-index: 2;
}



.location-box {
  background: linear-gradient(135deg, #003366 0%, #005599 100%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.btn-light:hover {
  background-color: #d4a056;
  color: #fff;
  transition: 0.3s ease-in-out;
  transform: scale(1.05);
}

ul li {
  font-size: 15px;
  line-height: 1.6;
}

section h2 {
  color: #2b2b2b;
}

@media (max-width: 768px) {
  .location-box {
    text-align: center;
  }
}





.form-control:focus, .form-select:focus {
  border-color: #003366;
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 102, 0.25);
}

.btn:hover {
  background-color: #0055aa;
  transform: scale(1.02);
  transition: 0.3s ease-in-out;
}

section h3 {
  letter-spacing: 0.5px;
}


.down{
    display: none;
}

.btn-custom {
  background-color: #003366;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background-color: #0055aa;
  color: #fff;
}

@media (max-width: 767px) {
  .btn-custom {
    border-radius: 0 !important;
    font-size: 16px;
    padding: 14px 0;
  }
  .down{
    display: inline;
  }
  .col-12 + .col-12 {
    margin-top: 8px; /* Add small gap when stacked on mobile */
  }
}