/* Featured Wrapper */
.cms-be-featured-properties-wrap { padding: 1.25rem 0; position: relative; z-index: 1; }
.cms-be-featured-properties-wrap .container { width: 100%; max-width: 87.5rem; }
.cms-be-featured-properties-wrap .title-icon { width: 100%; max-width: 12.5rem; height: auto; margin-bottom: 0.75rem; }
@media (min-width: 768px) {
  .cms-be-featured-properties-wrap .title-icon { max-width: 18rem; }
}
@media (min-width: 1025px) {
  .cms-be-featured-properties-wrap { padding: 1.75rem 0; }
  .cms-be-featured-properties-wrap .title-icon { max-width: 21.875rem; }
}

/* Featured Swiper */
.cms-be-featured-properties-wrap .swiper-container .swiper-lazy-preloader { --swiper-preloader-color: hsl(var(--siteColor1)); }
.be-featured-properties-swiper { max-width: 87.5rem; padding: 1.3125rem 0.9375rem; }
.be-featured-properties-controls { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; max-width: 10.25rem; margin: auto; position: relative; }
.be-featured-properties-controls .be-featured-btn-next,
.be-featured-properties-controls .be-featured-btn-prev { display: flex; width: 3.125rem; height: 3.125rem; margin: 0; position: relative; top: auto; right: auto; left: auto; background: transparent; border: 0.125rem hsl(var(--siteColor1)) solid; border-radius: 50vw; box-shadow: none; color: hsl(var(--siteColor1)); transition: all 0.4s ease-in-out; }
.be-featured-properties-controls .be-featured-btn-next:hover,
.be-featured-properties-controls .be-featured-btn-prev:hover { background: hsl(var(--siteColor1)); box-shadow: var(--dropShadow); color: hsl(var(--white)); }
.be-featured-properties-controls .be-featured-btn-next:focus,
.be-featured-properties-controls .be-featured-btn-prev:focus { outline: none; box-shadow: var(--focusShadow); }
.be-featured-properties-controls .be-featured-btn-next:after,
.be-featured-properties-controls .be-featured-btn-prev:after { display: none; }
.be-featured-properties-controls .be-featured-btn-next .icon,
.be-featured-properties-controls .be-featured-btn-prev .icon { width: 1.75rem; height: 1.75rem; }
.be-featured-properties-controls .be-featured-pagination { display: none; align-items: center; position: relative; top: auto; right: auto; left: auto; }
.be-featured-properties-swiper .swiper-slide { --marginRight: 1.875rem; --columns: 1; margin-right: var(--marginRight); width: calc(calc(100% / var(--columns)) - var(--marginRight) + calc(var(--marginRight) / var(--columns))); }
@media (min-width: 0) {
  .be-featured-properties-swiper .swiper-slide { --columns: 1; }
}
@media (min-width: 667px) {
  .be-featured-properties-swiper .swiper-slide { --columns: 2; }
  .be-featured-properties-controls { max-width: 15rem; }
  .be-featured-properties-controls .be-featured-pagination { display: flex; }
}
@media (min-width: 992px) {
  .be-featured-properties-swiper .swiper-slide { --columns: 3; }
}
@media (min-width: 1025px) {
  .be-featured-properties-swiper { padding: 1.875rem 0.9375rem; }
}
@media (min-width: 1200px) {
  .be-featured-properties-swiper .swiper-slide { --columns: 4; }
}

/* Featured Property */
.be-featured-property { overflow: hidden; display: flex; flex-direction: column; }
.be-featured-property-img-wrap { height: 15rem; position: relative; z-index: 1; border-radius: var(--borderRadius); background-color: var(--placeholderBG); }
.be-featured-property-img-link { display: block; width: 100%; height: 100%; border-radius: var(--borderRadius); position: absolute; top: 0; left: 0; overflow: hidden; }
.be-featured-property-img { display: block; width: 100%; height: 100%; border-radius: var(--borderRadius); position: absolute; top: 0; left: 0; object-fit: cover; transition: all ease-in-out 0.4s; }
.be-featured-property:hover .be-featured-property-img { transform: scale(1.2); }
.be-featured-property-info-wrap { display: flex; flex-direction: column; position: relative; padding: 1rem 0; background: hsl(var(--white)); border-bottom: 0.0625rem solid hsl(var(--bodyFontColor)); line-height: 1; }
.be-featured-property-subtitle { margin: 0 -0.625rem; display: flex; font-size: 0.875rem; line-height: 1.2; }
.be-featured-property-subtitle span { padding: 0 0.625rem; margin-bottom: 0.75rem; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.be-featured-property-subtitle span:not(:last-child):after { content: ""; display: block; height: 0.875rem; width: 0.0625rem; background-color: hsl(var(--bodyFontColor)); position: absolute; top: 50%; right: -0.03125rem; transform: translateY(-50%); }
.be-featured-property-title { display: flex; margin: 0; }
.be-featured-property-title .h3 { width: 100%; margin: 0; font-size: 1.25rem; line-height: 1.25; font-weight: var(--wMedium); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.be-featured-property-title-link { display: block; width: 95%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.be-featured-property-title-link,
.be-featured-property-title-link:hover { color: hsl(var(--bodyFontColor)); }
.be-featured-property-info { display: flex; flex-wrap: nowrap; margin: 0 -0.625rem; padding: 0; font-size: 1rem; line-height: 1; font-weight: var(--wNormal); }
.be-featured-property-info-item { display: block; margin-top: 0.75rem; padding: 0 0.625rem; position: relative; }
.be-featured-property-info-item:not(:last-child):after { content: ""; display: block; height: 0.875rem; width: 0.0625rem; background-color: hsl(var(--bodyFontColor)); position: absolute; top: 50%; right: -0.03125rem; transform: translateY(-50%); }
.be-featured-property-info-item .icon { height: 0.85rem; width: 1.25rem; margin-right: 0.25rem; color: hsl(var(--siteColor1)); }
.be-featured-property-btn { display: block; border-radius: 0; font-weight: var(--wBold); box-shadow: none !important; }
@media (min-width: 1025px) {
  .be-featured-property-title .h3 { font-size: 1.45rem; }
}