.section-title {
    font-weight: 700;
    margin-bottom: 2rem;
    border-bottom: 3px solid #0d6efd;
    padding-bottom: 0.5rem;
    width: fit-content;
  }
  .amenities-icon {
    font-size: 2.5rem;
    color: #0d6efd;
  }
  blockquote {
    font-size: 1.1rem;
    font-style: italic;
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.375rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  .hero-search {
    background: #fff url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
    padding: 80px 0 40px 0;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  }
  .hero-search h1 {
    font-size: 2.7rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 10px #fff, 0 1px 4px #0001;
  }
  
  img.img-fluid.rounded.shadow-sm {
    height: 250px;
}

img.card-img-top.rounded {
    height: 300px;
}