/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
#Top_bar .menu > li > a span:not(.description) {
    border: none;
}
.full-width-wrap .desc-wrapper {
        width: 100% !important;
    word-wrap: break-word;
}
span.button_icon {
    transform: rotate(-45deg);
}
.desc-wrapper .desc {
    position: relative; /* important */
  }
  
  .desc-wrapper .desc:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 69px;
    height: 1px;
    background: #000;
    opacity: 0.2;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
  }

.fancy-heading {
    display: flex;
    align-items: center;
}

.fancy-heading h2,
.fancy-heading .title {
    margin: 0;
    white-space: nowrap;
}

.fancy-heading::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #344DA0;
    margin-left: 20px;
    position: relative;
    top: 0;
}

/* Team Slider */

.teamSwiper{
    width:100%;
    overflow:hidden;
    padding-bottom:30px;
}

.teamSwiper .swiper-wrapper{
    transition-timing-function:linear !important;
}

.teamSwiper .swiper-slide{
    text-align:center;
}

.teamSwiper img{
    width:100%;
    height:230px;
    object-fit:cover;
    display:block;
}

.teamSwiper h3 {
    margin-top: 23px;
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.teamSwiper p{
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.contact-box{
    border-radius: 4px;
    background: #F8F8F8;
    padding: 25px 219.59px 25px 10px;
}

.contact-item{
    display:flex;
    align-items:center;
    gap:0;
    margin-bottom:10px;
}

.contact-item:last-child{
    margin-bottom:0;
}

.contact-icon{
    width:40px;
    min-width:40px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.contact-item a{
    color: #3D3D3D;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.55px;
}

.contact-item a:hover{
    color:#FF9103;
}

#Top_bar .menu > li > a span:not(.description) {
    padding: 0 10px;
}

@media(max-width:768px){

    .contact-box{
        padding:25px;
    }

    .contact-item{
        gap:0;
    }

    .contact-item a{
        font-size:18px;
        word-break:break-word;
    }
    .ups-property-layout__header h2 {
        font-size: 30px !important;
    }
    .flip-image-description-group .column_column {
        padding: 33px 20px;
    }
    .flip-image-description-group .column_attr p {
        font-size: 19px;
        line-height: 35px;
    }

}

/* Property finder section */
.ups-property-layout {
    background: linear-gradient(180deg, #f7f8fc 0%, #eef1f7 100%);
    border: 1px solid #e2e7f2;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.ups-property-layout--fyh {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/* Map + sidebar (split) layout */
.ups-property-layout--split {
    background: #ffffff;
    border: 1px solid #e5e8ef;
    border-radius: 0;
    box-shadow: none;
}

.ups-property-layout--split .ups-property-layout__content {
    min-height: 520px;
}

.ups-property-layout--split .ups-sidebar-panel {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.ups-property-layout--split .ups-property-list {
    max-height: min(480px, 52vh);
    flex: 1 1 auto;
}

.ups-property-item.is-filtered-out,
.ups-property-item.is-beyond-list-cap {
    display: none !important;
}

.ups-property-item.is-selected {
    background: #f2f2f2;
}

.ups-property-item.is-selected .ups-property-copy {
    background: transparent;
}

.ups-property-layout--split .ups-property-copy h3 {
    font-weight: 700;
}

.ups-property-layout--split .ups-filter-group--neighborhood .choices__inner {
    background: #f2f2f2;
}

.ups-property-layout--split .ups-filter-group--neighborhood .choices[data-type*="select-multiple"] .choices__button,
.ups-property-layout--split .ups-filter-group--university .choices[data-type*="select-multiple"] .choices__button {
    border-left-color: rgba(0, 0, 0, 0.18);
}

.ups-property-layout--split .ups-multi-select {
    min-height: 50px;
}

.ups-property-layout__header {
    text-align: center;
    padding: 50px 20px 30px;
}

.ups-property-layout__header h2 {
    margin: 0 0 15px;
    letter-spacing: 0.04em;
    color: #242527;
    font-family: Arial;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.ups-property-layout__content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    min-height: 560px;
}

.ups-map-panel {
    position: relative;
    overflow: hidden;
    background: #eef1f5;
}

#ups-property-map {
    width: 100%;
    height: 100%;
    min-height: 560px;
}

#ups-property-map .leaflet-tile {
    filter: grayscale(100%) brightness(1.04) contrast(0.92);
}

.ups-map-empty {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(90%, 380px);
    background: rgba(255, 255, 255, 0.92);
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 16px;
    display: none;
}

.ups-map-empty.is-visible {
    display: block;
}

.ups-map-marker {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #344da0;
    box-shadow: 0 0 0 6px rgba(52, 77, 160, 0.16);
}

.ups-map-marker--one {
    left: 19%;
    top: 35%;
}

.ups-map-marker--two {
    left: 40%;
    top: 72%;
}

.ups-sidebar-panel {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 24px 20px 20px;
    background: #ffffff;
    border-left: 1px solid #e8ecf5;
    text-align: left;
}

.ups-filter-group {
    margin-bottom: 28px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.ups-filter-group:last-of-type {
    margin-bottom: 22px;
}

.ups-filter-group label,
.ups-filter-group .ups-filter-label {
    display: block;
    margin: 0 0 14px;
    color: #03101C;
    font-family: Arial;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.5px;
}

.ups-filter-group select {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 14px 40px 14px 16px;
    color: #1a1a1a;
    font-size: 15px;
    background: #f2f2f2;
}

.ups-filter-group .choices {
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
}

.ups-filter-group .choices__inner {
    position: relative;
    min-height: 50px;
    border: 0;
    border-radius: 0;
    background: #f2f2f2;
    padding: 10px 44px 10px 14px;
    transition: box-shadow 0.15s ease;
}

.ups-filter-group .choices[data-type*="select-multiple"] .choices__inner {
    padding-right: 44px;
}

.ups-filter-group .choices[data-type*="select-multiple"] .choices__inner::after {
    content: "" !important;
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    left: auto !important;
    margin-top: -3px !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 6px 5px 0 5px !important;
    border-color: #333333 transparent transparent transparent !important;
    transform: none !important;
    pointer-events: none !important;
}

.ups-filter-group .is-focused .choices__inner,
.ups-filter-group .is-open .choices__inner {
    box-shadow: inset 0 0 0 1px #c8c8c8;
}

.ups-filter-group .choices__list--multiple .choices__item {
    background: #e0e0e0;
    border: 0;
    border-radius: 0;
    color: #111111;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    padding: 4px 8px;
    margin-bottom: 0;
}

.ups-filter-group .choices__list--multiple .choices__item.choices__item--selectable {
    padding-right: 8px;
}

.ups-filter-group .choices__list--multiple .choices__item.choices__item--selectable.is-highlighted {
    background: #d0d0d0;
}

.ups-filter-group .choices[data-type*="select-multiple"] .choices__button,
.ups-filter-group .choices[data-type*="text"] .choices__button {
    margin-left: 6px;
    padding-left: 8px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 0.75;
}

.ups-filter-group .choices__list--dropdown,
.ups-filter-group .choices__list[aria-expanded] {
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    margin-top: 4px;
}

.ups-filter-group .choices__placeholder {
    opacity: 1;
    color: #9a9a9a;
}

.ups-filter-group .choices__input,
.ups-filter-group .choices__input--cloned {
    background: transparent;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 8px !important;
    border: 0 !important;
    min-height: 20px;
    line-height: 20px;
    color: #1a1a1a;
    box-shadow: unset;
}

.ups-filter-group .choices__list--multiple {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.ups-filter-group .choices__list--multiple .choices__item {
    margin: 0;
}

.ups-filter-group select[multiple] {
    min-height: 50px;
    width: 100%;
    display: block;
}

.ups-sidebar-footer {
    flex-shrink: 0;
    margin-top: auto;
    padding-top: 20px;
    border-top: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ups-sidebar-footer .ups-view-all-btn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
}

.ups-filter-action-btn {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: #333333;
    background: #f2f2f2;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.ups-filter-action-btn:hover {
    background: #e8e8e8;
    color: #000000;
}

.ups-filter-action-btn:focus-visible {
    outline: 2px solid #000000;
    outline-offset: 2px;
}

.ups-property-list {
    flex: 1 1 auto;
    min-height: 0;
    margin: 4px 0 0;
    max-height: 360px;
    overflow: auto;
    padding-right: 2px;
}

.ups-property-list-meta {
    margin: 0 0 12px;
    padding: 0;
    font-size: 12px;
    line-height: 1.45;
    color: #888888;
}

.ups-property-item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    cursor: pointer;
    border-bottom: none;
    margin-bottom: 15px;
}

.ups-property-item:last-child {
    margin-bottom: 0;
}

.ups-property-item.is-selected {
    border-color: transparent;
    box-shadow: none;
}

.ups-property-item.is-selected .ups-property-copy {
    background: #f2f2f2;
}

.ups-property-thumb {
    position: relative;
    flex: 0 0 150px;
    width: 150px;
    min-height: 109px;
    background: #d4d4d4;
}

.ups-property-copy {
    flex: 1;
    min-width: 0;
    padding: 12px 14px 12px 14px;
    background: #ffffff;
    transition: background-color 0.15s ease;
}

.ups-property-thumb img {
    width: 100%;
    height: 100%;
    min-height: 109px;
    object-fit: cover;
    display: block;
}

.ups-property-copy h3 {
    margin: 0 0 6px;
    color: #000;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
}

.ups-property-copy h3:hover {
    color: #000;
}

.ups-property-item.is-selected .ups-property-copy h3 {
    color: #000;
}

.ups-property-copy p {
    margin: 0;
    white-space: pre-line;
    color: #bfbfbf;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.5px;
}

.ups-no-properties {
    margin: 0;
    color: #555;
    font-size: 15px;
}

.ups-view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #f8e71c;
    color: #000000;
    text-decoration: none;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    border-radius: 0;
    border: 0;
    transition: filter 0.15s ease, background-color 0.15s ease;
}

.ups-view-all-btn span[aria-hidden="true"] {
    font-size: 1.1em;
    line-height: 1;
    font-weight: 700;
}

.ups-view-all-btn:hover {
    color: #000000;
    filter: brightness(0.97);
}




/* Ref layout [property_layout_ref]: map zoom + / − (needs .ups-ref-map-shell + .ups-ref-map-zoom markup from shortcode) */
.ups-property-layout--ref .ups-ref-map-shell {
    position: relative;
}

.ups-property-layout--ref .ups-ref-map-zoom {
    position: absolute !important;
    top: 16px !important;
    left: 16px !important;
    right: auto !important;
    z-index: 2000 !important;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.22);
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    pointer-events: auto;
}

.ups-property-layout--ref .ups-ref-map-zoom__btn {
    display: block !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    color: #000000 !important;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 26px !important;
    font-weight: 700;
    line-height: 38px !important;
    text-align: center;
    text-indent: 0;
}

.ups-property-layout--ref .ups-ref-map-zoom__btn + .ups-ref-map-zoom__btn {
    border-top: 1px solid #cccccc !important;
}

.ups-property-layout--ref .ups-ref-map-zoom__btn:hover,
.ups-property-layout--ref .ups-ref-map-zoom__btn:focus-visible {
    background: #f4f4f4 !important;
    color: #000000 !important;
}







@media (max-width: 1230px) {
    .ups-property-copy h3 { font-size: 18px; }
    .ups-property-copy p { font-size: 16px; }
}

@media (max-width: 991px) {
    .ups-property-layout__content {
        grid-template-columns: 1fr;
    }

    .ups-map-panel {
        min-height: 360px;
    }

    #ups-property-map {
        min-height: 360px;
    }

    .ups-sidebar-panel {
        border-left: 0;
        border-top: 1px solid #e8ecf5;
    }
}

/* Find-your-home stacked layout (shortcode) */
.ups-county-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 8px 20px 30px;
}

.ups-county-tab {
    margin: 0;
    padding: 12px 22px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    color: #03101C;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.7px;
    background: transparent;
}

.ups-county-tab:hover {
    background: #2E4796;
    color: white;
}

.ups-county-tab.is-active {
    background: #1e3a5f;
    color: #ffffff;
}

.ups-neighborhood-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
    padding: 0 20px 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.ups-neighborhood-pill {
    margin: 0;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.15s ease, box-shadow 0.15s ease;
    background: rgba(194, 208, 205, 0.35);
    padding: 13px 16px 13px 17px;
    color: #000;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.7px;
    letter-spacing: 0.6px;
}

.ups-neighborhood-pill:hover {
    background: #2E4796;
    color: white;
}

.ups-neighborhood-pill.is-active {
    box-shadow: none;
    margin: 0;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.15s ease, box-shadow 0.15s ease;
    background: #2E4796;
    padding: 13px 16px 13px 17px;
    color: #000;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.7px;
    letter-spacing: 0.6px;
    border: none;
    color: white;
}

.ups-property-layout--ref .ups-neighborhood-pill[hidden] {
    display: none !important;
}

.ups-property-layout--ref .ups-ref-neighborhoods-block[hidden] {
    display: none !important;
}

.ups-map-panel--fyh {
    border-top: 1px solid #e8ecf5;
    border-bottom: 1px solid #e8ecf5;
}

.ups-map-panel--fyh #ups-property-map {
    min-height: 420px;
}

.ups-fyh-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 40px;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 0 8px;
}

.ups-filter-group--inline .ups-filter-label {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.ups-filter-group--inline select {
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 14px 16px;
    font-size: 15px;
    color: #333;
    background: #e8eaef;
    appearance: auto;
    cursor: pointer;
}

.ups-property-sections {
    padding: 0;
}

.ups-property-section__title {
    margin: 28px 0 16px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #242527;
    font-family: Arial;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.ups-property-section:first-child .ups-property-section__title {
    margin-top: 8px;
}

.ups-property-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
    max-width: 100%;
    margin: 0 auto;
}

.ups-property-card {
    cursor: pointer;
    border-radius: 0;
}

.ups-property-card.is-filtered-out {
    display: none !important;
}

.ups-property-card.is-selected .ups-property-card__panel {
    box-shadow: none;
}

.ups-property-card__media {
    position: relative;
    overflow: hidden;
    background: #d4d4d4;
    aspect-ratio: 4 / 3;
}

.ups-property-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    vertical-align: middle;
}

.ups-property-card__badge {
    position: absolute;
    top: 12px;
    right: 0;
    padding: 8px 14px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #fff;
    background: #2f4ea3;
    z-index: 2;
}

.ups-property-card__panel {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 16px 18px 14px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    transition: box-shadow 0.15s ease;
}

.ups-property-card__name {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
    color: #111;
    line-height: 1.25;
}

.ups-property-card__row {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.45;
    color: #444;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.ups-property-card__row a {
    color: #2f4ea3;
    text-decoration: none;
}

.ups-property-card__row a:hover {
    text-decoration: underline;
}

.ups-property-card__icon {
    flex-shrink: 0;
    width: 16px;
    color: #2f4ea3;
    margin-top: 2px;
}

.ups-property-card__icon svg {
    display: block;
}

.ups-property-card__visit {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #2f4ea3;
    text-decoration: none;
}

.ups-property-card__visit:hover {
    text-decoration: underline;
}

.ups-property-card__visit-arrow {
    font-size: 1.1em;
    line-height: 1;
}

.ups-fyh-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 8px 20px 28px;
    max-width: 560px;
    margin: 0 auto;
}

.ups-fyh-footer .ups-filter-action-btn {
    width: auto;
    min-width: 200px;
    flex: 1 1 200px;
}

.ups-fyh-footer .ups-view-all-btn {
    flex: 1 1 200px;
    min-width: 200px;
}

@media (max-width: 991px) {
    .ups-property-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ups-fyh-filters {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .ups-property-grid {
        grid-template-columns: 1fr;
    }

    .ups-county-tab {
        font-size: 11px;
        padding: 10px 14px;
    }
}

/* Ref shortcode: stacked filter captions (Counties / Neighborhoods) */
.ups-ref-filter-row {
    padding: 0 20px;
    margin-bottom: 4px;
}

.ups-ref-filter-row--neighborhoods {
    margin-bottom: 8px;
}

.ups-ref-filter-row__label {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #242527;
    margin-bottom: 10px;
}

.ups-ref-filter-row .ups-county-tabs,
.ups-ref-filter-row .ups-neighborhood-pills {
    padding-top: 0;
}

.ups-ref-filter-row--counties .ups-county-tabs {
    padding-top: 0;
}

/* Design-ref shortcode [property_layout_ref]: primary blue #2E4796, map target, logo, empty sections */
.ups-property-layout--ref .ups-county-tab {
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.ups-property-layout--ref .ups-county-tab.is-active {
    background: #2E4796;
}

.ups-property-layout--ref .ups-property-card__badge {
    background: #2E4796;
}

.ups-property-layout--ref .ups-property-card__visit {
    color: #2E4796;
}

.ups-property-layout--ref .ups-property-grid {
    gap: 28px;
}

.ups-property-layout--ref .ups-property-card {
    border-radius: 12px;
    background: #F8F8F8;
    padding: 0 0 25px;
}

.ups-property-layout--ref .ups-property-card__media {
    overflow: visible;
    border-radius: 16px;
    aspect-ratio: 4 / 3;
}

.ups-property-layout--ref .ups-property-card__media > img {
    border-radius: 12px 12px 0 0;
}

.ups-property-layout--ref .ups-property-card__badge {
        position: absolute;
        top: 12px;
        right: 12px;
        left: auto;
        margin: 0;
        text-transform: uppercase;
        background: #2E4796;
        z-index: 4;
        box-sizing: border-box;
        padding: 8px;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-family: Arial;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 23.7px;
        letter-spacing: 0.6px;
}

.ups-property-layout--ref .ups-property-card__logo {
    left: 20px;
    bottom: 128px;
    width: 180px;
    height: 72px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
    object-position: left center;
}

.ups-property-layout--ref .ups-property-card__panel {
    left: 15px;
    right: 36px;
    bottom: -125px;
    box-shadow: none;
    padding: 24px 26px 20px;
    border-radius: 8px;
    background: #FFF;
    width: 93%;
}

.ups-property-layout--ref .ups-property-card__name {
    margin-bottom: 18px;
    letter-spacing: -0.02em;
    color: #000;
    font-family: Arial;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.ups-property-layout--ref .ups-property-card__row {
    margin: 0 0 12px;
    gap: 10px;
    color: #858B94;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.ups-property-layout--ref .ups-property-card__icon {
    width: 20px;
    color: #2E4796;
    margin-top: 2px;
}

.ups-property-layout--ref .ups-property-card__icon svg {
    width: 20px;
    height: 20px;
}

.ups-property-layout--ref .ups-property-card__row a {
    color: #79808e;
    text-decoration: none;
}

.ups-property-layout--ref .ups-property-card__row--link a {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    cursor: pointer;
}

.ups-property-layout--ref .ups-property-card__row--link:hover,
.ups-property-layout--ref .ups-property-card__row--link:hover a {
    cursor: crosshair;
}

.ups-property-layout--ref .ups-property-card__footer {
    padding: 150px 36px 0;
}

.ups-property-layout--ref .ups-property-card__visit {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    text-transform: uppercase;
    color: #344DA0;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}

.ups-property-layout--ref .ups-property-card__visit-arrow {
    font-size: 1.15em;
    position: relative;
    top: -1px;
}

.ups-ref-leaflet-map {
    width: 100%;
    height: 100%;
    min-height: 420px;
}

.ups-property-card__logo {
    position: absolute;
    left: 12px;
    bottom: 96px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    z-index: 2;
    background: #fff;
}

.ups-property-section.is-empty {
    display: none;
}

.ups-filter-group--fyh-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.ups-filter-group--fyh-inline .ups-filter-label {
    flex: 0 0 auto;
    margin-bottom: 0;
    min-width: 8.5rem;
    color: #03101C;
    font-family: Arial;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.5px;
}
}

.ups-filter-group--fyh-inline .choices {
    flex: 1 1 auto;
    min-width: 0;
}

.ups-filter-group--fyh-inline select.ups-ref-select {
    flex: 1 1 auto;
    min-width: 0;
}

.ups-fyh-filters--ref {
    max-width: 100%;
}

.ups-map-panel--fyh .ups-ref-leaflet-map .leaflet-tile {
    filter: grayscale(100%) brightness(1.04) contrast(0.92);
}

.footer-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
}

.privacy-text {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.social-icons {
    display: flex;
    gap: 14px;
}

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    text-decoration: none;
}

.icon-circle:hover {
    background: rgba(255,255,255,0.22);
    transform: translateY(-2px);
}
.footer-wrapper a.privacy-text , .footer-wrapper a.privacy-text:hover {
    color: white;
    font-size: 15px;
    text-decoration: none;
}



/*Adding Custom hover effect*/

.service-box {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.service-box img {
    width: 100%;
    display: block;
}

.service-box h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: opacity .3s ease;
    z-index: 2;
}

/* Overlay */
.service-overlay {
    position: absolute;
    inset: 0;
    background: rgba(52, 77, 160, 0.88);
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

    transform: translateY(-100%);
    transition: transform .45s ease-in-out;
    z-index: 3;
}

.service-overlay h4 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 700;
}

.service-overlay p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}

/* Hover */
.service-box:hover .service-overlay {
    transform: translateY(0);
}

.service-box:hover h3 {
    opacity: 0;
}





/*End Custom hover effect*/

.custom-social-sticky2{
    position: fixed;
    top: 50%;
    right: -55px; /* Pushes half outside the screen */
    transform: translateY(-50%);
    z-index: 99999;
}

.custom-social-sticky2 .sticky-job-btn{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 170px;
    height: 50px;

    background: #f7ec37;
    color: #000 !important;
    text-decoration: none !important;

    font-size: 16px;
    font-weight: 600;

    border-radius: 10px 10px 0 0;
    box-shadow: 0 8px 20px rgba(0,0,0,.2);

    transform: rotate(-90deg);
    transform-origin: center;

    transition: all .3s ease;
}

.custom-social-sticky .sticky-job-btn:hover{
    right: 0;
    background: #083b69;
}

.pum-theme-524, .pum-theme-default-theme {
    background-color: rgba(0, 0, 0, 0.8);
}



@media (max-width: 1400px) {
    .ups-property-layout--ref .ups-property-card__name {
        font-size: 21px;
        line-height: 30px;
    }

    .ups-property-layout--ref .ups-property-card__visit {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .ups-property-layout--ref .ups-filter-group--fyh-inline .ups-filter-label {
        min-width: 7rem;
        font-size: 20px;
        line-height: 28px;
    }

    .ups-property-layout--ref .ups-property-card {
        padding: 22px 22px 20px;
    }

    .ups-property-layout--ref .ups-property-card__badge {
        top: 22px;
        right: 22px;
    }

    .ups-property-layout--ref .ups-property-card__panel {
        left: 24px;
        right: 24px;
        bottom: -86px;
        padding: 20px 20px 16px;
    }

    .ups-property-layout--ref .ups-property-card__name {
        font-size: 20px;
        line-height: 1.35;
    }

    .ups-property-layout--ref .ups-property-card__row {
        font-size: 15px;
        line-height: 1.5;
    }

    .ups-property-layout--ref .ups-property-card__icon,
    .ups-property-layout--ref .ups-property-card__icon svg {
        width: 26px;
        height: 26px;
    }

    .ups-property-layout--ref .ups-property-card__footer {
        padding: 104px 24px 0;
    }

    .ups-property-layout--ref .ups-property-card__visit {
        font-size: 15px;
        gap: 12px;
    }
}

@media (max-width: 600px) {
    .ups-property-layout--ref .ups-filter-group--fyh-inline {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 0;
    }

    .ups-property-layout--ref .ups-filter-group--fyh-inline .ups-filter-label {
        min-width: 0;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.3px;
    }

    .ups-property-layout--ref .ups-property-card {
        border-radius: 20px;
        padding: 14px 14px 18px;
    }

    .ups-property-layout--ref .ups-property-card__media,
    .ups-property-layout--ref .ups-property-card__media > img {
        border-radius: 12px 12px 0 0;
    }

    .ups-property-layout--ref .ups-property-card__badge {
        top: 14px;
        right: 14px;
        padding: 8px 12px;
    }

    .ups-property-layout--ref .ups-property-card__logo {
        left: 14px;
        bottom: 112px;
        width: 130px;
        height: 56px;
    }

    .ups-property-layout--ref .ups-property-card__panel {
        left: 18px;
        right: 18px;
        bottom: -82px;
        border-radius: 12px;
        padding: 16px 16px 12px;
    }

    .ups-property-layout--ref .ups-property-card__name {
        margin-bottom: 14px;
        font-size: 18px;
        line-height: 1.35;
    }

    .ups-property-layout--ref .ups-property-card__row {
        margin-bottom: 8px;
        gap: 10px;
        font-size: 14px;
        line-height: 1.45;
    }

    .ups-property-layout--ref .ups-property-card__icon,
    .ups-property-layout--ref .ups-property-card__icon svg {
        width: 30px;
        height: 30px;
    }

    .ups-property-layout--ref .ups-property-card__footer {
        padding: 100px 18px 0;
    }

    .ups-property-layout--ref .ups-property-card__visit {
        font-size: 14px;
        font-weight: 500;
        gap: 10px;
    }
    .ups-property-section__title {
        font-size: 25px;
    }
    .footer-wrapper {
        display: flex;
        justify-content: flex-start;

        padding-top: 20px;
    }
}




/* =========================================
   BETHEME WORKING FLIP CARD
========================================= */

/* PERSPECTIVE */
.flip-image-description-group{
    perspective: 1200px;
}

/* FLIP CONTAINER */
.flip-image-description-group .mcb-wrap-inner{
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s ease;
}

/* FLIP EFFECT */
.flip-image-description-group:hover .mcb-wrap-inner{
    transform: rotateY(180deg);
}

/* BOTH SIDES */
.flip-image-description-group .column_image,
.flip-image-description-group .column_column{
    width: 100%;
    margin: 0 !important;

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    border-radius: 30px;
    overflow: hidden;
}

/* FRONT */
.flip-image-description-group .column_image{
    position: relative;
    z-index: 2;
    transform: rotateY(0deg);
}

/* IMAGE */
.flip-image-description-group .image_frame{
    border-radius: 30px;
    overflow: hidden;
}

.flip-image-description-group img{
    width: 100%;
    display: block;
    border-radius: 30px;
}

/* BACK */
.flip-image-description-group .column_column{
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 40px;
    box-sizing: border-box;

    background: rgba(52,77,160,0.88);

    transform: rotateY(180deg);
}

/* TEXT */
.flip-image-description-group .column_attr{
    text-align: center;
    margin: 0 !important;
}

.flip-image-description-group .column_attr p{
    color: #fff;
    font-size: 22px;
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
}

/* MOBILE */
@media(max-width:767px){

    .flip-image-description-group .mcb-wrap-inner{
        transform: none !important;
    }

    .flip-image-description-group:hover .mcb-wrap-inner{
        transform: none;
    }

    .flip-image-description-group .column_column{
        position: relative;
        transform: none;
        margin-top: 20px !important;
    }
}

.ups-filter-group .choices {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
    z-index: 1;
}
.ups-filter-group .choices.is-open {
    z-index: 50;
}
.ups-filter-group .choices__list--dropdown,
.ups-filter-group .choices__list[aria-expanded] {
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    margin-top: 4px;
    z-index: 60;
}
.ups-split-property-tooltip.leaflet-tooltip {
  white-space: normal;
  max-width: calc(100vw - 32px);
}

.ups-split-marker-card {
  width: min(320px, calc(100vw - 32px));
  white-space: normal;
}

.ups-split-marker-card__title,
.ups-split-marker-card__row {
  overflow-wrap: anywhere;
}
.ups-ref-property-tooltip.leaflet-tooltip {
  white-space: normal;
  max-width: calc(100vw - 32px);
}

.ups-ref-marker-card {
  width: min(320px, calc(100vw - 32px));
  white-space: normal;
}

.ups-ref-marker-card__title,
.ups-ref-marker-card__row {
  overflow-wrap: anywhere;
}
.ups-property-layout--ref .ups-property-card__badge--current-special,
.ups-property-layout--ref .ups-property-card__badge {
    text-decoration: none;
}

.ups-property-layout--ref a.ups-property-card__badge--current-special {
    cursor: pointer;
}

.ups-property-layout--ref a.ups-property-card__badge--current-special:hover,
.ups-property-layout--ref a.ups-property-card__badge--current-special:focus {
    color: #fff;
    text-decoration: none;
}