:root {
  --accent-gold: #ead8b6;
  --off-white: #f6f5ee;
  --accent-gray: #959595;
  --serif: "Italiana", sans-serif;
  --trans: 0.4s all ease;
}

.otgs-development-site-front-end,
.grecaptcha-badge {
  display: none !important;
}

.bigger-container {
  max-width: 1440px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

.consent-ctn {
  text-align: left;
}

.consent-ctn label,
.consent-ctn a {
  font-size: 13px;
  font-weight: 300;
}

/* new pagination buttons style start */
.nolist {
  padding: 0;
}

.my-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  padding-left: 0;
  position: relative;
  z-index: 2;
  margin-top: 0px !important;
}

.my-pagination-btn {
  display: inline-block;
  min-width: 55px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.61px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  background: transparent;
  border: 2px solid #959595;
  padding: 10px 15px;
  transition: 0.4s all ease;
}

.my-pagination-btn:hover {
  color: #fff;
  background: #959595;
}

.current-page-pagination {
  color: #fff;
  background: #959595;
}
/* new pagination buttons style end */

/* homepage */
.testimonial-swiper .swiper-wrapper {
  margin-bottom: 50px;
}

.testimonial-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d6d6d6;
  opacity: 1;
}

.testimonial-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #869791;
}

/* buyer page */
.select2-container--default .select2-selection--multiple {
  background: #fff !important;
  border-radius: 0px !important;
  padding: 10px 16px !important;
  margin-bottom: 18px !important;
  height: 50px !important;
  color: #000 !important;
  letter-spacing: 1px !important;
  border: 2px solid #000 !important;
  opacity: 0.5 !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-search__field {
  font-size: 12px !important;
  text-transform: uppercase !important;
}

.property .swiper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: 85vh;
}

.property .sheet-wrapper {
  position: absolute;
  left: 30px;
  top: 55px;
  width: 400px;
  height: calc(100% - 140px);
  z-index: 1;
}

.property .download a {
  color: #000;
  transition: 0.4s all ease;
}

.property .download a:hover,
.property .download a:focus {
  color: #000;
}

.property .sheet {
  background-color: rgba(246, 245, 238, 0.9);
  padding: 32px 32px 100px;
  min-height: 650px;
  position: relative;
  max-width: 400px;
  transition: 0.4s all ease;
  border: 3px solid var(--accent-gold);
}

.property {
  position: relative;
  margin-top: 120px;
  background: #f6f5ee;
}

.property .sheet .address h3 {
  font-size: 25px;
  line-height: 1.3;
  margin: 10px 0;
  text-transform: none;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.property .sheet .address {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--accent-gold);
  margin-bottom: 20px;
}

.property .sheet .download {
  border-top: 1px solid var(--accent-gold);
  margin-top: 20px;
  padding-top: 20px;
}

.property .sheet .address span {
  font-size: 18px;
  display: block;
}

.property .sheet .price span {
  font-size: 30px;
  line-height: 1;
}

.property .sector h3,
.property .download h3 {
  font-size: 25px;
  font-weight: 600;
}

.property .sector span {
  font-size: 18px;
}

.property .download span {
  display: block;
  font-size: 18px;
}

.property .btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-top: 20px;
}

.property .sheet.sticky-top {
  position: sticky;
  top: 160px;
  background: #f6f5ee;
}

.property .inner {
  padding: 0 40px 60px 0;
}

.property .inner .title {
  font-size: 30px;
  border-bottom: 1px solid var(--accent-gold);
  padding-bottom: 15px;
  margin-bottom: 40px;
  font-weight: 600;
}

.property .inner .broker {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.property .inner .broker img {
  width: 200px;
  border-radius: 50%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}

.property .inner .broker .img {
  border-radius: 50%;
}

.property .inner .info {
  padding-left: 40px;
  align-self: center;
}

.property .inner .info span,
.property .inner .info a {
  display: block;
}

.property .inner .mbtween {
  margin: 40px 0;
}

.property .inner .info span {
  font-size: 20px;
  color: var(--accent-gold);
  text-transform: uppercase;
  margin-top: 15px;
}

.property .table td {
  border: none !important;
}

.property .table thead th {
  border-top: none;
  border-bottom: 1px solid;
  font-size: 45px;
  border-bottom: 1px solid var(--accent-gold);
  padding-bottom: 15px;
  margin-bottom: 40px;
  font-weight: 600;
  color: var(--accent-gold);
  padding-left: 0;
}

.property .title.closed[aria-expanded="true"] .pull-right i {
  transform: rotate(180deg);
}

.property .title.open[aria-expanded="false"] .pull-right i {
  transform: rotate(180deg);
}

.property .pull-right i {
  transition: 0.4s all ease;
  cursor: pointer;
}

.prop-table {
  border: none !important;
}

.property .table td,
.property .table th {
  font-weight: 400;
  font-size: 15px;
}

.property .inner .info a {
  font-size: 16px;
}

.property .inner .broker .name {
  font-size: 25px;
  color: #959595;
  margin-bottom: 5px;
  line-height: 1.3;
}

.property .inner .floor {
  position: relative;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.property .inner .floor:hover::before {
  background: rgba(0, 0, 0, 0.7);
}

.property .inner .floor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s all ease;
}

.property .inner .floor .downloadf {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  transition: 0.3s all ease;
}

.property .inner .floor .downloadf i {
  border: 2px solid #fff;
  margin: 10px auto 15px auto;
  text-align: center;
  padding: 15px 19px 15px 20px;
  font-size: 22px;
  color: #fff;
  position: relative;
}

.property .inner .floor .downloadf h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
}

.property .inner .floor .downloadf span {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
}

.property .inner .floor:hover .downloadf {
  transform: translateY(-20px);
}

.show-laptop {
  display: none;
}

.mobile__fullscreen__button {
  position: absolute;
  top: 15px;
  z-index: 1;
  background: var(--accent-gold);
  color: #fff;
  font-size: 20px;
  right: 15px;
  padding: 10px;
}

.mobile__fullscreen__button a {
  color: #fff;
}

#slider .mobile__fullscreen__button img {
  width: 20px;
  height: 20px;
  filter: invert(1);
  display: block;
  padding: 0;
}

.property .inner .sp-status {
  margin-bottom: 40px;
}

.property .inner .sp-status .open-house {
  background: var(--accent-gold);
}

.property .inner .sp-status .open-house p {
  font-weight: 500;
}

.property .sheet .abs-wrapper {
  transition: 0.4s all ease;
}

.property .sheet.sticky-top .abs-wrapper {
  bottom: 32px;
}

.property .sheet.sticky-top .btns {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  display: none;
}

.property .sheet .btns .fullscreen a {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.4;
  width: auto;
}

#gallery .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

#gallery img {
  width: 100%;
  height: calc(100vh - 280px);
  padding: 0 10px;
  object-fit: cover;
}

#gallery.modal {
  padding-right: 0 !important;
}

#gallery h3 {
  font-size: 25px;
  color: #fff;
  font-family: "Inter", sans-serif;
}

#gallery .modal-content {
  background: #141414;
  min-height: 100vh;
  padding: 30px 0 0;
  border: none;
  border-radius: 0;
  box-shadow: rgb(0 0 0 / 25%) 0 4px 20px;
}

#gallery .close {
  border: 1px solid #fff;
  color: #fff;
  margin: 0;
  float: none;
  transition: 0.4s all ease;
  opacity: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  font-weight: 400;
  vertical-align: middle;
}

#gallery .current {
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#gallery .swiper-button-prev,
#gallery .swiper-button-next {
  background: #fff;
  width: 40px;
  height: 40px;
  color: #000;
}

#gallery .swiper-button-prev:after,
#gallery .swiper-button-next:after {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#gallery .swiper {
  padding-bottom: 80px;
}

#gallery .swiper-button-prev {
  top: unset;
  bottom: 0;
  left: 60px;
}

#gallery .swiper-button-next {
  bottom: 0;
  top: unset;
  right: 60px;
}

#schedule-showing-modal {
  z-index: 1060;
}

#gallery .modal-body {
  padding: 30px 0 0;
}

.banner-arrow i {
  display: block;
  position: relative;
  width: 26px;
  height: 40px;
}

.banner-arrow i:before,
.banner-arrow i:after {
  position: absolute;
  top: 50%;
  background-color: #fff;
  content: "";
  width: 4px;
  height: 23px;
  transition: 0.3s all ease;
}

.banner-arrow i:after {
  transform: rotate(45deg);
  right: 4px;
}

.banner-arrow i:before {
  transform: rotate(-45deg);
  left: 4px;
}

.banner-arrow {
  position: absolute;
  left: 50%;
  bottom: 40px;
}

.banner-arrow a:hover i:before,
.banner-arrow a:hover i:after {
  background-color: var(--accent-gold);
}

.property .btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-top: 20px;
}

.property .btns .navigation {
  display: flex;
  position: relative;
}

.property .btns .current {
  font-size: 18px;
  text-align: center;
  flex: 0 0 33%;
}

.property .btns .navigation div {
  background: #fff;
  width: 44px;
  height: 44px;
  position: relative;
  color: #000;
  transition: 0.4s all ease;
  border: 1px solid #fff;
}

.property .btns .navigation div:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.property .btns .navigation div i {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.property .btns .navigation .swiper-button-prev-custom {
  margin-right: 5px;
}

.property .abs-wrapper {
  position: absolute;
  bottom: 37px;
  left: 0;
  padding: 0 32px;
  right: 0;
}

.property h4 {
  color: #959595;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.property .table td,
.property .table th {
  background: none;
}

.show-mobile {
  display: none;
}

#gallery .modal-header {
  border: none !important;
}

#gallery .btn-close {
  background: var(--accent-gold) var(--bs-btn-close-bg) center/1em auto
    no-repeat;
  opacity: 1;
  border-radius: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  float: none;
  margin: 0;
  vertical-align: middle;
}

#gallery .btn-default {
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.2;
  height: 40px;
  margin-right: 15px;
}

.property_sold,
.open-house {
  background: var(--accent-gold);
}

.property .inner .info h5 {
  font-size: 20px;
  font-weight: 600;
}

.property .inner .info a:hover {
  color: var(--accent-gold);
}

#singleMap {
  height: 400px;
  width: 100%;
}

.gallery-grid {
  height: 100%;
  display: grid;
  grid-gap: 2px;
  background: #fff;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
}

.gallery-grid .gallery-item--1 {
  grid-row: 1/1;
  grid-column: 1/1;
}

.gallery-grid .gallery-item--3 {
  grid-row: 2/2;
  grid-column: 2/2;
}

.gallery-grid .gallery-item--5 {
  grid-row: 2/2;
  grid-column: 3/3;
}

.gallery-grid > div {
  position: relative;
}

@media (min-width: 768px) {
  .gallery-grid .gallery-item--1 {
    grid-row: 1/3;
  }
}

@media (min-width: 1200px) {
  .gallery-grid {
    height: 85vh;
  }
}

#calculator mw-calc-panel {
  max-width: 100%;
}

#calculator mw-calc-section {
  padding: 10px 0 0 !important;
}

#calculator mw-calc-panel-body {
  padding: 0 !important;
}

.broker-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  display: grid;
  grid-gap: 20px;
}

.btn-default.gold {
  background: var(--accent-gold);
  border-color: var(--accent-gold);
}

.btn-default.gold:hover {
  background: var(--accent-gray);
  border-color: var(--accent-gray);
}

#property--search input,
#property--search select {
  width: 100%;
  height: 45px;
  background: transparent;
  border: none;
  border-bottom: solid 1px #000;
  padding: 0 10px;
}

#property--search .btn-default {
  min-width: auto;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .property .sheet-wrapper,
  .property .sheet.sticky-top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 30px;
  }

  .property .sheet {
    min-height: auto;
    padding-bottom: 30px;
  }

  .property .abs-wrapper {
    position: static;
    padding: 0;
    margin-top: 20px;
  }

  .property .sheet.sticky-top .btns {
    opacity: 1;
    display: flex;
    pointer-events: all;
  }

  .property .sheet {
    max-width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .gallery-grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .property .inner {
    padding-right: 0;
  }
}

.banner video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner .inner {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.banner .btn-default:hover {
  background: #959595;
  border-color: #959595;
  color: #fff;
}

.header:not(.fixed) .link,
.header:not(.fixed) .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff;
}

.header:not(.fixed) .menu-btn {
  color: #fff;
}

.header.inner-page .logo img,
.header.inner-page .logo-agency img {
  filter: none;
}

.header.inner-page .link,
.header.inner-page .wpml-ls-legacy-list-horizontal ul li a,
.header.inner-page .menu-btn {
  color: #000;
}

.header.inner-page {
  display: block;
  position: static;
  background: #f6f5ee;
}

.header.inner-page.fixed {
  position: fixed;
}

.home--listing {
  margin-bottom: 100px;
}

.home--listing .img a {
  position: relative;
  display: block;
}

.home--listing ul {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.home--listing ul li {
  display: inline-block;
  margin: 0 10px;
  background-color: #f6f5ee;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 13px;
}

.home--listing .img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.home--listing p.price {
  font-size: 22px;
}

.home--listing p.description {
  font-size: 15px;
  line-height: 1.5;
}

.home--listing .btn-default {
  margin: 0;
  border-radius: 30px;
  line-height: 1.4;
  padding: 12px 25px;
  border: 1px solid #000;
  font-weight: 400;
  letter-spacing: 0;
}

.buysell .second.right .cta-lg-img {
  right: 0px;
  left: 60px;
}

.ip-banner {
  padding: 70px 0px;
  background-color: #f6f5ee;
}

.ip-banner .img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.ip-banner .inner {
  background-color: #fff;
  padding: 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ip-banner .section-title h1 {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}

.ip-banner p {
  font-size: 18px;
}

.padd-md {
  padding: 70px 0;
}

.search--types .single--type {
  position: relative;
}

.search--types .single--type h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  background-color: var(--accent-gold);
  color: #000;
  transition: all 0.4s ease-out;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 18px;
  padding: 12px 20px;
}

.search--types .single--type img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.main--title h2 {
  margin-bottom: 30px;
}

.search--prices .single--price a {
  border: 2px solid var(--accent-gold);
  text-align: center;
  font-weight: 600;
  padding: 20px 10px;
  color: #000;
  background: transparent;
  transition: var(--trans);
}

.search--prices .single--price a:hover {
  background: var(--accent-gold);
}

.search--sectors .sectors--wrapper {
  display: flex;
}

.search--sectors .sectors {
  min-width: 220px;
  background-color: var(--accent-gold);
  color: #fff;
  padding: 25px;
}

.search--sectors .sectors a {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 20px 0;
  font-weight: 600;
}

.search--sectors .first--img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.search--sectors .third--img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.search--sectors .second--img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.search--more .main--title {
  background-color: #fff;
  padding: 0 45px;
  display: inline-block;
  position: relative;
  margin-top: -30px;
  top: -5px;
}

.search--more .inner {
  border: 1px solid var(--accent-gray);
  padding: 0 80px 60px;
}

.search--more .buttons {
  margin-top: 40px;
}

.works-img h4,
.works-img h5 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.search--map #map {
  height: 500px;
  z-index: 10;
}
