.hero-main {
    position: relative;
    background: url('/assets/img/home-hero.jpg') center center / cover no-repeat;
    min-height: 560px;
    display: flex;
    align-items: center;
    padding: 35px 0 25px;
}

.hero-main::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.40);
}

.hero-main .wrap {
    position: relative;
    z-index: 2;
}

.hero-main .main-filter__title {
    color: #fff;
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    max-width: 760px;
    margin-bottom: 30px;
}

.hero-main .main-filter {
    background: #fff;
    padding: 28px;
    border-radius: 24px;
    box-shadow: 0 14px 45px rgba(0,0,0,0.16);
    border: 1px solid rgba(255,255,255,0.65);
}

@media (max-width:768px) {

    .hero-main {
        padding: 60px 0 40px;
        min-height: auto;
    }

    .hero-main .main-filter__title {
        font-size: 38px;
    }
}
.hero-subtitle{
    display:block !important;
    color:#ffffff !important;
    font-size:22px !important;
    line-height:1.45 !important;
    max-width:760px;
    margin:-5px 0 25px !important;
    font-weight:400 !important;
    position:relative;
    z-index:10;
    opacity:1 !important;
    visibility:visible !important;
    text-shadow:0 2px 8px rgba(0,0,0,0.45);
}

@media (max-width:768px){
    .hero-subtitle{
        color:#ffffff !important;
        font-size:18px !important;
        line-height:1.4 !important;
        margin:-5px 0 25px !important;
    }
}
@media (min-width: 993px) {
    .hero-main .main-filter {
        margin-top: -5px;
    }

    .hero-main .custom-select-dropdown {
        max-height: 360px;
        overflow-y: auto;
    }
}