#gsi_body .gsi_gf_section.gsi_branches .gsi_city_sec {
    width: 100%;
}

#gsi_body .gsi_gf_section.gsi_branches .gsi_offices {
    grid-template-columns: 1fr 1fr 1fr;
}

.gsi_city_dropdown_wrapper {
    margin-bottom: 64px;
    float: right;
}

.gsi_city_dropdown_wrapper .select2.select2-container {
    width: 421px !important;
}

.gsi_city_dropdown_wrapper .select2-selection {
    height: 81px;
    padding: 15px 24px;
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    border: 1px solid var(--deep-navy);
    border-radius: 8px !important;
    box-shadow: unset;
    outline: 0;
    background: var(--cool-grey-1);
    display: flex;
    align-items: center;
}

.gsi_city_dropdown_wrapper .select2-dropdown {
    border: 1px solid var(--deep-navy);
    border-radius: 8px;
    margin-top: 12px;
}

.gsi_city_dropdown_wrapper .select2-container .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 0px;
}

.gsi_city_dropdown_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 20px;
    content: url('/wp-content/uploads/sites/3/2025/03/gsi-region-select-icon.svg');
    height: 20px;
    border: unset;
    transform: translate(-100%, 100%)rotate(0deg);
    transition: transform 0.3s ease;
}

.gsi_city_dropdown_wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    transform: translate(-100%, 100%)rotate(180deg);
    transition: transform 0.3s ease;
}

.gsi_city_dropdown_wrapper span.select2-results ul {
    list-style: none;
    padding: 8px;
}

.gsi_city_dropdown_wrapper .select2-results__option {
    padding: 12px 24px !important;
    color: var(--deep-navy) !important;
    font-family: var(--deep-navy);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.gsi_city_dropdown_wrapper span.select2-search.select2-search--dropdown input.select2-search__field {
    border-radius: 8px;
    padding: 8px 24px;
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid var(--deep-navy);
}

@media (max-width: 980px) {
    #gsi_body .gsi_gf_section.gsi_branches .gsi_offices {
        grid-template-columns: 1fr 1fr;
    }

    .gsi_city_dropdown_wrapper .select2.select2-container {
        width: 100% !important;
    }

    .gsi_city_dropdown_wrapper {
        margin-bottom: 40px;
        width: 100%;
    }

    .gsi_city_dropdown_wrapper .select2-selection {
        height: 56px;
        padding: 16px 20px;
    }

    .gsi_city_dropdown_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
        width: 16px;
        height: 16px;
        transform: translate(-100%, 50%)rotate(0deg);
    }

    .gsi_city_dropdown_wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        transform: translate(-100%, 50%)rotate(180deg);
        transition: transform 0.3s ease;
    }

    .gsi_city_dropdown_wrapper .select2-selection {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    #gsi_body .gsi_gf_section.gsi_branches .gsi_offices {
        grid-template-columns: 1fr;
    }
}