.search-form-home {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #fff;
    width: 100%;
    max-width: 1000px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    position: relative;
}
.search-form-home.filter > .form-group{
    padding: 16px 24px;
    position: relative;
}
.search-form-home.filter .form-group > label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 10px;
    letter-spacing: calc(16px * -0.03);
    cursor: pointer;
}
.date-display.date-input.active{
    font-weight: 600;
}
.date-display.date-input{
    display: flex;
    align-items: center;
}
.nation-select span.current{
    width: fit-content;
}
.date-display.date-input,.nation-select span.current{
    font-size: 16px;
    padding: 0;
    font-weight: 400;
    color: var(--title-color);
    background: transparent;
    min-height: 42px;
    letter-spacing: calc(16px * -0.03);
}
.search-form-home.filter .choose-popup{
    min-width: 328px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0px 4px 10px 0px #CBCFEA;
}
.search-form-home.filter .date-picker-container{
    padding: 0;
    top: 102%;
}
.search-form-home.filter .choose-popup.choose-where{
    left: -25px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px 24px;
}
.search-form-home.filter .form-col{
    align-items: center;
    justify-content: space-between;
}
.search-form-home.filter .counter-group{
    padding: 0;
}
.search-form-home.filter .choose-popup button.submit-qtt{
    width: 100%;
    background: #283DC3;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 16px;
    border-radius: 6px;
    letter-spacing: calc(15px * -0.03);
}
.search-form-home.filter .counter-value {
    font-size: 16px;
    font-weight: 500;
}
.search-form-home.filter .form-col > label {
    font-size: 15px;
    font-weight: 600;
    color: var(--title-color);
    letter-spacing: calc(15px * -0.03);
}
.search-form-home.filter .tab-content{
    padding: 24px;
}
.search-form-home.filter .form-group:first-child:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 70%;
    background-color: #CED6EA;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.search-form-home.filter .list-where .item-where:not(:last-child){
    margin-bottom: 10px;
}
.search-form-home.filter .list-where .item-where{
    align-items: center;
    justify-content: space-between;
}
.search-form-home.filter .list-where .item-where h5{
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--title-color);
    letter-spacing: calc(16px * -0.03);
}
.search-form-home.filter .list-where .item-where img{
    border-radius: 8px;
}

.search-form-home.filter .find-tour-btn {
    background-color: #283DC3;
    color: #fff;
    border: none;
    padding: 12px 50px;
    border-radius: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
    position: absolute;
    top: 100%;
    right: 0;
    letter-spacing: calc(16px * -0.03);
}

.search-form-home.filter .find-tour-btn:hover {
    background-color: #17299b;
}