/* ===== FIND A BAR REDESIGN - 2 COLUMN WITH ROUNDED FORMS ===== */

.find-bar-redesigned .find-bar_wrap-redesigned {
    padding: 70px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.find-bar-redesigned {
    position: relative;
}

.find-bar-redesigned .find-bar {
    width: 60%;
    padding: 0;
}
/*.find-bar-collage {
    background: url(../images/findBar-bg26.jpg?ver=12) center right no-repeat;
}*/
/* ===== FORM CONTAINER ===== */

.find-bar-form-redesigned {
    width: 100%;
}

/* ===== INPUTS WITH ROUNDED BORDERS ===== */

.fab-inputs-rounded-redesigned {
    width: 100%;
    display: flex;
    border-radius: 35px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    transition: all 300ms ease;
}

.fab-inputs-rounded-redesigned:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.4);
}

.fab-inputs-rounded-redesigned .form-control {
    border: none;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
    flex: 1;
}

.fab-inputs-rounded-redesigned .form-control:last-child {
    border-right: none;
}

.fab-inputs-rounded-redesigned .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 900;
    text-transform: uppercase;
}

.fab-inputs-rounded-redesigned .form-control:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.02);
}

/* ===== COUNTRY DROPDOWN ROUNDED ===== */

.fab-inputs-rounded-redesigned.xpMaterial,
.xpMaterial.fab-inputs-rounded-redesigned {
    width: 100%;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 35px;
    background: rgba(0, 0, 0, 0.3);
    padding: 0;
    transition: all 300ms ease;
}

.fab-inputs-rounded-redesigned.xpMaterial:hover,
.xpMaterial.fab-inputs-rounded-redesigned:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.4);
}

.xpMaterial.fab-inputs-rounded-redesigned .chosen-container-single {
    border-radius: 35px;
    border: none;
    background: transparent;
}

.xpMaterial.fab-inputs-rounded-redesigned .chosen-container-single a.chosen-single {
    border-radius: 33px;
    border: none;
    background: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0 22px;
    letter-spacing: 0.5px;
}

.xpMaterial.fab-inputs-rounded-redesigned .chosen-container-single a.chosen-single span {
    color: #fff;
}

.xpMaterial.fab-inputs-rounded-redesigned .chosen-container-single a.chosen-single div b {
    background-image: url(../images/arrow.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.xpMaterial.fab-inputs-rounded-redesigned .chosen-container-single .chosen-single div b::before {
    content: none;
}

.xpMaterial.fab-inputs-rounded-redesigned .chosen-drop {
    border-radius: 12px;
    background: rgba(30, 30, 30, 0.95);
    border: 2px solid rgba(255, 255, 255, 0.15);
    margin-top: 10px;
}

.xpMaterial.fab-inputs-rounded-redesigned .chosen-drop .chosen-results {
    color: #fff;
}

.xpMaterial.fab-inputs-rounded-redesigned .chosen-results li {
    color: #fff;
    padding: 8px 15px;
}

.xpMaterial.fab-inputs-rounded-redesigned .chosen-results li.highlighted {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.xpMaterial.fab-inputs-rounded-redesigned .chosen-results li.result-selected {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

/* ===== SEARCH BUTTON ROUNDED ===== */

.find-bar-btn-rounded-redesigned {
    border-radius: 35px;
    border: 2px solid #fff;
    padding: 0 45px;
    height: 50px;
    line-height: 46px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 300ms ease;
}

.find-bar-btn-rounded-redesigned:hover {
    background: #fff;
    color: #000;
    transform: scale(1.02);
}

/* ===== HEADING & TEXT ===== */

.find-bar-redesigned .h2 {
    font-size: 42px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.find-bar-redesigned .find-bar-instruction {
    margin: 0 0 25px 0;
    max-width: 100%;
}

.find-bar-redesigned .find-bar-instruction .p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.search-redesigned {
    width: 100%;
}

/* ===== SPACING FOR FORM FIELDS ===== */

.find-bar-form-redesigned {
    gap: 20px;
}

/* ===== TABLET & DESKTOP ===== */

@media screen and (min-width: 1299px) {
    .find-bar_wrap-redesigned {
        padding: 80px 30px;
    }

    .find-bar-redesigned .h2 {
        font-size: 44px;
        margin-bottom: 28px;
    }

    .find-bar-redesigned .find-bar-instruction .p {
        font-size: 17px;
    }

    .fab-inputs-rounded-redesigned {
        border-radius: 40px;
        margin-bottom: 25px;
    }

    .xpMaterial.fab-inputs-rounded-redesigned .chosen-container-single a.chosen-single {
        border-radius: 38px;
        height: 52px;
        line-height: 52px;
        padding: 0 24px;
    }

    .find-bar-btn-rounded-redesigned {
        border-radius: 40px;
        padding: 0 50px;
        height: 52px;
        line-height: 48px;
    }
}

/* ===== TABLET ===== */

@media screen and (min-width: 768px) and (max-width: 1198px) {
    .find-bar_wrap-redesigned {
        padding: 60px 20px;
    }
    .find-bar-redesigned .find-bar {
        width: 100%;
        padding: 0;
    }

    .find-bar-redesigned .h2 {
    }

    .find-bar-redesigned .find-bar-instruction .p {
    }

    .fab-inputs-rounded-redesigned {
        border-radius: 32px;
    }

    .fab-inputs-rounded-redesigned .form-control {
        padding: 13px 15px;
        font-size: 12px;
    }

    .xpMaterial.fab-inputs-rounded-redesigned .chosen-container-single a.chosen-single {
        border-radius: 30px;
        height: 48px;
        line-height: 48px;
        padding: 0 18px;
        font-size: 12px;
    }

    .find-bar-btn-rounded-redesigned {
        border-radius: 32px;
        padding: 0 35px;
        height: 48px;
        line-height: 44px;
        font-size: 14px;
    }
}

/* ===== MOBILE ===== */

@media screen and (max-width: 767px) {
    .find-bar-tool.find-bar-redesigned {
        padding: 40px 20px;
    }

    .col-41.find-bar_wrap.find-bar_wrap-redesigned {
        width: 100%;
        padding: 1.2rem;
    }
    .find-bar-redesigned .find-bar {
        width: 100%;
        padding: 0;
      }

    .find-bar-redesigned .h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .find-bar-redesigned .find-bar-instruction .p {
        font-size: 14px;
    }

    .fab-inputs-rounded-redesigned {
        border-radius: 28px;
    }

    .fab-inputs-rounded-redesigned .form-control {
        padding: 12px 12px;
    }

    .xpMaterial.fab-inputs-rounded-redesigned .chosen-container-single a.chosen-single {
        border-radius: 26px;
        height: 44px;
        line-height: 44px;
        padding: 0 15px;
        font-size: 12px;
    }

    .find-bar-btn-rounded-redesigned {
        border-radius: 28px;
        padding: 0 30px;
        height: 44px;
        line-height: 40px;
        font-size: 12px;
    }

    .find-bar-form-redesigned {
        gap: 15px;
    }
}

/* ===== OVERRIDE EXISTING STYLES ===== */
.find-bar-redesigned .has-glass_effect {
    position: relative;
}

.find-bar-redesigned .find-bar {
    gap: 20px;
}

.search-redesigned .xpMaterial {
    display: block !important;
}

.search-redesigned .xpMaterial.has-dropdown {
    margin-bottom: 0;
}
