#hero1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/webroot/images/hero.webp);
}

.hero-content {
    position: relative;
    margin-bottom: 3em;
}

.hero {
    width: 100%;
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero h1 {
    margin: 0 0 10px 0;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
}

.hero h2 {
    color: rgba(255, 255, 255, 1.5);
    margin-bottom: 20px;
    font-size: 20px;
}

.search-bar {
    padding: 5px;
    background-color: #ffb700;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: absolute;
    max-width: 1100px;
    width: calc(100% - 10px);
    left: 50%;
    transform: translate(-50%, -54px);
    z-index: 1;
}

div.form-group:not(:last-child) {
    padding-right: 0px !important;
}

.form-group {
    margin: unset !important;
}

#country_code {
    margin-bottom: 8px !important;
}