

.destination-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.destination-card:hover {
    transform: scale(1.03);
}

.destination-image {
    height: 150px;
    background-size: cover;
    background-position: center;
}

.destination-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: white;
}

/* Top search bar & heading */
.search-bar-container {
    
    border-bottom: 1px solid #e2e2e2;
    padding: 1rem;
  }

  .search-bar-container{
    max-width: 600px;
    margin: 0 auto;
  }

  .search-bar-container .form-control {
    border-radius: 2rem;
    padding-left: 2.5rem;
  }

  .search-bar-container .form-control-feedback {
    position: absolute;
    left: 20px;
    top: 8px;
    
  }
  .booking-widget {
   
    position: sticky;
    top:6rem;
  }


   /* custom theme */
.btn-primary {
  color: #ffffff;
  background-color: #27667B;
  border-color: #27667B;
  box-shadow: inset 0 1px 0 rgba(236, 240, 243, 0.15), 0 1px 1px rgba(38, 40, 51, 0.075);
}
.bg-primary {
  background-color: #ffffff  !important;
}

