.happyland-section {
  /* chiều cao tối thiểu mỗi section */
  min-height: 650px;
}
.bg-hero {
    /* Tạo lớp phủ gradient mờ dần từ màu xám đậm (trên) sang trong suốt (dưới) và chèn ảnh nền */
    background: linear-gradient(to bottom, rgba(50, 50, 50, 0.75) 0%, rgba(255, 255, 255, 0) 100%), 
                url('https://happyland.vn/templates/happyland/images/b1.jpg');
    /* Cấu hình hiển thị ảnh nền chuẩn chỉnh */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.btn-realtor {
  background-color: #d11e36;
  color: white;
}
.btn-realtor:hover {
  background-color: #b01529;
  color: white;
}
.nav-pills .nav-link.active {
  background-color: #ffffff !important;
  color: #000000 !important;
}
/* Chọn thẻ span bao quanh và ép thẻ SVG bên trong kéo dài ra */
.custom-line svg {
    width: 80px !important;   /* Thay đổi số này (ví dụ: 100px, 120px) để tăng/giảm độ dài */
    height: auto;
    display: block;
}