.skip-link {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  background: #ffffff;
  color: #0f172a;
  padding: 8px 12px;
  z-index: 100000;
  border: 2px solid #0f172a;
}

.skip-link:focus {
  transform: translateY(0);
}

.es-listings__image__link {
  display: block;
  width: 100%;
  height: 100%;
}

.es-listing__image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ng-footer__logo img {
  width: 100%;
  max-width: 220px;
  height: auto;
  aspect-ratio: 500 / 381;
  display: block;
}

a:focus-visible,
button:focus-visible,
.es-btn:focus-visible {
  outline: 2px solid #0B5674;
  outline-offset: 2px;
}

:root {
  --ng-text: #0f172a;
  --ng-muted: #475569;
  --ng-border: #e2e8f0;
  --ng-surface: #ffffff;
  --ng-surface-alt: #f8fafc;
  --ng-primary: #0B5674;
  --ng-primary-dark: #09485f;
  --ng-radius: 14px;
  --ng-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

body {
  color: var(--ng-text);
}

body.ng-menu-open {
  overflow: hidden;
}
.ng-header {
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 8px 22px rgba(2, 8, 23, 0.06);
}

.ng-header .elementor-nav-menu--main .elementor-item {
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 10px;
  white-space: nowrap;
}

.ngh__link.is-active {
  color: #ffffff !important;
}

.ngh__link:hover,
.ngh__link:focus-visible,
.ngh__link:active {
  color: #0f172a !important;
}

.ng-header__cta .elementor-button {
  padding: 12px 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .ng-header {
    gap: 8px;
  }

  .ng-header__logo img {
    max-width: 50px !important;
    width: 50px !important;
    height: auto !important;
  }

  .ng-header__cta .elementor-button {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .ng-header,
  .ng-header.e-con {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .ng-header__logo,
  .ng-header__logo.e-con {
    order: 1;
    margin-right: auto;
    width: auto !important;
    flex: 0 0 auto !important;
  }

  .ng-header__nav,
  .ng-header__nav.e-con {
    order: 2;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    flex: 0 0 auto !important;
    width: auto !important;
    margin-top: -6px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ng-header__nav .elementor-menu-toggle {
    margin-left: auto;
    margin-top: 0 !important;
    align-self: center;
    padding: 6px 8px;
  }

  .ng-header__cta,
  .ng-header__cta.e-con {
    order: 3;
    width: 100%;
    flex: 0 0 100%;
  }

  .ng-header__logo,
  .ng-header__nav,
  .ng-header__logo.e-con,
  .ng-header__nav.e-con {
    align-self: center;
  }

  .ng-header__logo,
  .ng-header__logo.e-con {
    max-height: 56px;
  }

  .ng-header__logo img {
    display: block;
  }

  .elementor-location-header .elementor-sticky--active {
    position: static !important;
    top: auto !important;
    transform: none !important;
  }

  .elementor-location-header .elementor-sticky__spacer {
    display: none !important;
  }

  .ng-header {
    position: relative;
    z-index: 50;
  }

  .ng-header,
  .ng-header .elementor-container,
  .ng-header .elementor-column,
  .ng-header .elementor-column-wrap,
  .ng-header .elementor-widget-wrap {
    overflow: visible;
  }

  .ng-header__nav {
    position: relative;
    z-index: 9999;
    flex: 0 0 auto;
    order: 2;
  }

  .ng-header__cta {
    position: relative;
    z-index: 0;
    order: 3;
  }

  .ng-header__cta,
  .ng-header__cta .elementor-widget-wrap,
  .ng-header__cta .elementor-element {
    z-index: 0 !important;
  }

  .ng-header__nav .elementor-widget-nav-menu,
  .ng-header__nav .elementor-nav-menu {
    position: relative;
    z-index: 99999;
  }

  .ng-header .elementor-nav-menu__container {
    width: 100%;
  }

  .ng-header .elementor-menu-toggle {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(11, 86, 116, 0.18);
    padding: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100000;
  }

  .ng-header .elementor-menu-toggle:hover,
  .ng-header .elementor-menu-toggle:focus-visible {
    border-color: rgba(11, 86, 116, 0.35);
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.16);
  }

  .ng-header .elementor-menu-toggle .elementor-menu-toggle__icon,
  .ng-header .elementor-menu-toggle i {
    color: #0f172a;
    font-size: 18px;
  }

  .ng-header .elementor-menu-toggle .eicon-menu-bar {
    font-size: 20px;
  }

  .ng-header .elementor-nav-menu--dropdown {
    margin-top: 0;
    border: 1px solid var(--ng-border);
    border-radius: 14px;
    box-shadow: var(--ng-shadow);
    background: #ffffff;
    overflow: visible !important;
    position: fixed !important;
    top: 90px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
    max-height: none !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }

  .ngh__burger {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(11, 86, 116, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #eef4f9 100%);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .ngh__burger:focus-visible,
  .ngh__burger:hover {
    border-color: rgba(11, 86, 116, 0.4);
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.16);
  }

  .ngh__burgerLines {
    position: relative;
    width: 22px;
    height: 2px;
    background: #0f172a;
    border-radius: 999px;
    display: block;
  }

  .ngh__burgerLines::before,
  .ngh__burgerLines::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: #0f172a;
    border-radius: 999px;
  }

  .ngh__burgerLines::before {
    top: -7px;
  }

  .ngh__burgerLines::after {
    top: 7px;
  }

  .ngh__mobileHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .ngh__close,
  .ngh__mobileHead .ngh__close {
    position: relative;
    top: 50px;
    left: -20px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid var(--ng-border);
    background-color: #ffffff !important;
    background: #ffffff !important;
    opacity: 1 !important;
    background-image: none !important;
    background-clip: padding-box !important;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
  }

  .ngh__close span {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
  }

  body.ng-menu-open .ng-header .elementor-menu-toggle,
  .elementor-location-header .elementor-menu-toggle.elementor-active,
  .ng-header .elementor-menu-toggle.elementor-active,
  .elementor-location-header .elementor-menu-toggle[aria-expanded="true"],
  .ng-header .elementor-menu-toggle[aria-expanded="true"] {
    position: fixed !important;
    top: 120px !important;
    right: 18px !important;
    z-index: 100001;
  }

  .ng-header .elementor-nav-menu--dropdown a.elementor-item {
    padding: 14px 16px;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-transform: none;
    border-bottom: 1px solid var(--ng-border);
    color: var(--ng-text);
    transition: background 0.15s ease, color 0.15s ease;
    background: #ffffff;
  }

  .ng-header .elementor-nav-menu--dropdown a.elementor-sub-item {
    padding: 14px 16px;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-transform: none;
    border-bottom: 1px solid var(--ng-border);
    color: var(--ng-text);
    background: #ffffff;
    transition: background 0.15s ease, color 0.15s ease;
  }

  .ng-header .elementor-nav-menu--dropdown li {
    background: transparent;
  }

  .ng-header .elementor-nav-menu--dropdown li.menu-item-has-children {
    position: relative;
  }

  .ng-header .elementor-nav-menu--dropdown .sub-menu {
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% - 1px);
    background: #ffffff;
    border: 1px solid var(--ng-border);
    border-radius: 12px;
    box-shadow: var(--ng-shadow);
    padding: 6px 0;
    z-index: 999999;
    max-height: none !important;
    overflow: visible !important;
  }

  .ng-header .elementor-nav-menu--dropdown li:last-child > a.elementor-item {
    border-bottom: 0;
  }

  .ng-header .elementor-nav-menu--dropdown .elementor-item:focus-visible,
  .ng-header .elementor-nav-menu--dropdown .elementor-item:hover,
  .ng-header .elementor-nav-menu--dropdown .elementor-item:active,
  .ng-header .elementor-nav-menu--dropdown .elementor-sub-item:focus-visible,
  .ng-header .elementor-nav-menu--dropdown .elementor-sub-item:hover,
  .ng-header .elementor-nav-menu--dropdown .elementor-sub-item:active,
  .ng-header .elementor-nav-menu--dropdown li:hover > a.elementor-item,
  .ng-header .elementor-nav-menu--dropdown li:hover > a.elementor-sub-item {
    background: var(--ng-primary);
    color: #ffffff;
  }

  .ng-header .elementor-nav-menu--dropdown .elementor-item-active {
    background: var(--ng-primary);
    color: #ffffff;
    box-shadow: none;
    font-weight: 600;
  }

  .ng-header .elementor-nav-menu--dropdown {
    max-height: none;
    overflow-y: visible;
  }
}
.ng-header__logo img {
  max-width: 120px;
  height: auto;
}

.ng-header__nav .elementor-nav-menu--main {
  flex-wrap: nowrap;
  justify-content: center;
}

.es-btn--primary,
.es-btn.es-btn--primary {
  background: var(--ng-primary);
  border-color: var(--ng-primary);
  color: #fff;
  border-radius: 999px;
}

.es-btn--primary:hover,
.es-btn.es-btn--primary:hover {
  background: var(--ng-primary-dark);
  border-color: var(--ng-primary-dark);
}

.es-search,
.es-search form,
.es-search__address {
  gap: 12px;
}

.es-search {
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius);
  box-shadow: var(--ng-shadow);
}

.es-search input,
.es-search select,
.es-search .select2-selection {
  border-radius: 10px;
  border: 1px solid var(--ng-border);
  padding: 12px 14px;
}

.es-search-nav__item > a {
  border-radius: 999px;
  border: 1px solid var(--ng-border);
  padding: 10px 14px;
  background: var(--ng-surface);
}

.es-search-nav__item--more > a {
  background: var(--ng-surface-alt);
}

.es-listing {
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius);
  overflow: hidden;
  background: var(--ng-surface);
  box-shadow: var(--ng-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  content-visibility: auto;
}

.es-listing:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.es-listing__image {
  background: #0b1220;
}

.es-listing__content {
  padding: 16px 18px;
}

.es-listing__title {
  margin-bottom: 6px;
}

.es-listing__title a {
  color: var(--ng-text);
}

.es-listing__content__left .es-address,
.es-listing__content__left .es-excerpt {
  color: var(--ng-muted);
}

a,
.elementor a {
  color: var(--ng-primary);
}

a:hover,
.elementor a:hover {
  color: var(--ng-primary-dark);
}

.ng-footer,
.ng-footer a,
.ng-footer a:visited {
  color: #eaf2f7 !important;
}

.ng-footer .ng-footer__link,
.ng-footer .ng-footer__legalLink {
  color: rgba(234, 242, 247, 0.92) !important;
}

.ng-footer .ng-footer__link:hover,
.ng-footer .ng-footer__legalLink:hover {
  color: #ffffff !important;
}

.ng-footer .ng-footer__badge,
.ng-footer .ng-footer__item {
  color: rgba(234, 242, 247, 0.78) !important;
}

.es-listings.es-listings--grid-3 .es-listing .es-listing__image,
.es-listings[class^="es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__image,
.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__image {
  padding-top: 66.666%;
}

@supports (aspect-ratio: 1 / 1) {
  .es-listings.es-listings--grid-3 .es-listing .es-listing__image,
  .es-listings[class^="es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__image,
  .es-listings[class*=" es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__image {
    padding-top: 0;
    aspect-ratio: 4 / 3;
  }
}

.es-listings.es-listings--grid-3 .es-listing .es-listing__image__slider,
.es-listings.es-listings--grid-3 .es-listing .es-listing__image__slider .slick-list,
.es-listings.es-listings--grid-3 .es-listing .es-listing__image__slider .slick-track,
.es-listings.es-listings--grid-3 .es-listing .es-listing__image__slider .slick-slide,
.es-listings.es-listings--grid-3 .es-listing .es-listing__image__background,
.es-listings[class^="es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__image__slider,
.es-listings[class^="es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__image__slider .slick-list,
.es-listings[class^="es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__image__slider .slick-track,
.es-listings[class^="es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__image__slider .slick-slide,
.es-listings[class^="es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__image__background,
.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__image__slider,
.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__image__slider .slick-list,
.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__image__slider .slick-track,
.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__image__slider .slick-slide,
.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__image__background {
  height: 100% !important;
}

.es-listings.es-listings--grid-3 .es-listing .es-listing__content,
.es-listings[class^="es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__content,
.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__content {
  overflow: visible;
}

.es-listings.es-listings--grid-3 .es-listing ul.es-listing__meta,
.es-listings[class^="es-listings--grid-"].es-listings--grid-3 .es-listing ul.es-listing__meta,
.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 .es-listing ul.es-listing__meta {
  margin: 8px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.es-listings.es-listings--grid-3 .es-listing ul.es-listing__meta > li,
.es-listings[class^="es-listings--grid-"].es-listings--grid-3 .es-listing ul.es-listing__meta > li,
.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 .es-listing ul.es-listing__meta > li {
  margin: 0;
  max-width: 100%;
}

.es-listings.es-listings--grid-3 .es-listing .es-listing__meta-es_type a,
.es-listings.es-listings--grid-3 .es-listing .es-listing__terms a,
.es-listings[class^="es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__meta-es_type a,
.es-listings[class^="es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__terms a,
.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__meta-es_type a,
.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__terms a {
  white-space: normal;
}

.es-listings.es-listings--grid-3 .es-listing .es-listing__terms,
.es-listings[class^="es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__terms,
.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.es-listings.es-listings--grid-3 > .type-properties,
.es-listings[class^="es-listings--grid-"].es-listings--grid-3 > .type-properties,
.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 > .type-properties {
  display: flex;
}

.es-listings.es-listings--grid-3 > .type-properties .es-listing,
.es-listings[class^="es-listings--grid-"].es-listings--grid-3 > .type-properties .es-listing,
.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 > .type-properties .es-listing {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.es-listings.es-listings--grid-3 .es-listing .es-listing__content,
.es-listings[class^="es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__content,
.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__content {
  flex: 1 1 auto;
}

.es-mobile-gallery-wrap {
  border-radius: var(--ng-radius);
  overflow: hidden;
  background: #0b1220;
}

.es-mobile-gallery-wrap .js-es-mobile-gallery,
.es-mobile-gallery-wrap .slick-list,
.es-mobile-gallery-wrap .slick-track,
.es-mobile-gallery-wrap .slick-slide {
  height: 100% !important;
}

.es-mobile-gallery-wrap .js-es-mobile-gallery {
  aspect-ratio: 4 / 3;
}

.es-mobile-gallery-wrap .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.es-mobile-gallery-wrap .slick-arrow {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.25);
}

.es-mobile-gallery-wrap .slick-arrow.slick-prev {
  left: 12px;
}

.es-mobile-gallery-wrap .slick-arrow.slick-next {
  right: 12px;
}

.es-mobile-gallery-wrap .es-mobile-gallery__pager {
  bottom: 12px;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.75);
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }

  .es-listing__title {
    font-size: 18px;
    line-height: 1.3;
  }

  .es-listing__content {
    padding: 16px 16px 18px;
  }

  .es-listing__meta,
  .es-listing__terms,
  .es-address {
    font-size: 14px;
  }

  .elementor-button,
  .es-btn,
  button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"] {
    min-height: 44px;
    padding: 12px 16px;
    font-size: 16px;
  }

  .elementor-button,
  .es-btn {
    border-radius: 12px;
  }

  .es-listings.es-listings--grid-3,
  .es-listings[class^="es-listings--grid-"].es-listings--grid-3,
  .es-listings[class*=" es-listings--grid-"].es-listings--grid-3 {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }

  .es-listings.es-listings--grid-3 .es-listing .es-listing__title,
  .es-listings[class^="es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__title,
  .es-listings[class*=" es-listings--grid-"].es-listings--grid-3 .es-listing .es-listing__title {
    font-size: 16px;
  }
}

.elementor-12 {
  display: flex;
  flex-direction: column;
}

.elementor-12 > .elementor-element {
  width: 100%;
}

.elementor-12 > .elementor-element-8077912 {
  order: 1;
}

.elementor-12 > .elementor-element-48192db {
  order: 2;
}

.elementor-12 > .elementor-element-3f0a73c {
  order: 3;
}

.elementor-12 > .elementor-element-ec7da59 {
  order: 4;
}

.elementor-12 > .elementor-element-64b4d59 {
  order: 5;
}

.elementor-12 > .elementor-element-2f4bc6d {
  order: 6;
}

.elementor-12 .js-es-properties__map,
.elementor-12 .es-map-error,
.elementor-12 .es-powered {
  display: none !important;
}

.es-property__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.es-property__meta-item {
  background: var(--ng-surface-alt);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
}

.es-single__header {
  gap: 16px;
  align-items: flex-start;
}

.es-single__header-left {
  max-width: 680px;
}

.es-single__header-right {
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.es-price-container {
  padding: 12px 16px;
  border-radius: var(--ng-radius);
  background: var(--ng-surface-alt);
  border: 1px solid var(--ng-border);
}

.es-property-section {
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius);
  padding: 18px;
  margin-bottom: 18px;
  background: var(--ng-surface);
}

.es-property-section__title {
  margin-top: 0;
}

.es-property-section__content {
  color: var(--ng-text);
}

.es-request-form,
.es-request-form-wrapper {
  border-radius: var(--ng-radius);
  border: 1px solid var(--ng-border);
  padding: 18px;
  background: var(--ng-surface-alt);
}

.es-request-form input,
.es-request-form textarea,
.es-request-form select {
  border-radius: 10px;
  border: 1px solid var(--ng-border);
  padding: 10px 12px;
}

.es-property__control .es-btn,
.es-listing__content .es-btn {
  border-radius: 999px;
}

.es-single .es-gallery,
.es-property-gallery {
  border-radius: var(--ng-radius);
  overflow: hidden;
}

.es-gallery__image,
.es-slider__image,
.es-mobile-gallery-wrap {
  position: relative;
}

.ng-photo-count {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 5;
  background: rgba(15, 23, 42, 0.75);
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
}

.es-slider__image a,
.es-gallery__image a,
.es-mobile-gallery-wrap img {
  cursor: zoom-in;
}

.es-property-magnific .mfp-content {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.es-property-magnific .mfp-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.es-property-magnific .mfp-img {
  max-width: 96vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.es-property-magnific .mfp-top-bar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

@media (min-width: 768px) {
  .es-slider__pager {
    display: block !important;
  }

  .es-slider__pager .es-slider__item {
    padding-top: 60%;
    border-radius: 10px;
  }

  .es-slider__pager .slick-slide {
    opacity: 0.7;
  }

  .es-slider__pager .slick-slide.slick-current {
    opacity: 1;
  }
}

.es-property-section__content iframe {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .es-single__header {
    flex-direction: column;
  }

  .es-single__header-right {
    width: 100%;
  }
}
