
.slider-hero-content{
    position: absolute;
    inset: 0;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;   /* Perfect vertical center */
    align-items: center;

    text-align: center;
    padding: 20px;
    color: #fff;

    background: linear-gradient(
        to bottom,
        rgba(0,0,0,.15),
        rgba(0,0,0,.35),
        rgba(0,0,0,.55)
    );
}

.slider-hero-content h1{
    font-size: clamp(2rem, 5vw, 2.5rem);
    line-height: 1.15;
    max-width: 900px;
    margin-bottom: 5px;
    text-shadow: 0 4px 15px rgba(0,0,0,.4);
}

.slider-hero-content p {
    font-size: 18px;
    margin-bottom: 25px;
}
.destination-search-box{
    width: min(700px, 92%);
    display: flex;
    align-items: center;

    background: rgba(255,255,255,.15);
    backdrop-filter: blur(14px);

    border-radius: 60px;
    padding: 0px 10px;
}

.destination-search-box input{
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 16px 22px;
    color: #fff;
    font-size: 16px;
}

.destination-search-box input::placeholder{
    color: rgba(255,255,255,.8);
}

.destination-search-box button{
    border: none;
    padding: 8px 17px;
    border-radius: 50px;
    background: #ff6b00;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
