@charset "UTF-8";
:root {
  --mastermind: #7f54b3;
  --mm-green: #7ad03a;
  --mm-red: #a00;
  --mm-orange: #ffba00;
  --mm-blue: #2ea2cc;
  --mm-primary: #7f54b3;
  --mm-primary-text: white;
  --mm-secondary: #e9e6ed;
  --mm-secondary-text: #515151;
  --mm-highlight: #000000;
  --mm-highligh-text: white;
  --mm-content-bg: #fff;
  --mm-subtext: #767676;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: star;
  src: url(../fonts/star.eot);
  src: url(../fonts/star.eot?#iefix) format("embedded-opentype"),
    url(../fonts/star.woff) format("woff"),
    url(../fonts/star.ttf) format("truetype"),
    url(../fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Mastermind;
  src: url(../fonts/Mastermind.eot);
  src: url(../fonts/Mastermind.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Mastermind.woff) format("woff"),
    url(../fonts/Mastermind.ttf) format("truetype"),
    url(../fonts/Mastermind.svg#Mastermind) format("svg");
  font-weight: 400;
  font-style: normal;
}
body:not([class*=elementor-page-]) .site-main{
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
}
/* Loader overlay same as WooCommerce */
.site-main.loading {
  position: relative;
}
.site-main.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.7);
  z-index: 9999;
}

.site-main.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  border-radius: 50%;
  border: 3px solid #999;
  border-top-color: #333;
  animation: spin 1s linear infinite;
  z-index: 10000;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.flex-wrap{
  flex-wrap: wrap;
}
.mastermind-store-notice,
p.demo_store {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #7f54b3;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}
.mastermind-store-notice a,
p.demo_store a {
  color: #fff;
  text-decoration: underline;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.admin-bar p.demo_store {
  top: 32px;
}
.clear {
  clear: both;
}
.mastermind .blockUI.blockOverlay {
  position: relative;
}
.mastermind .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url(../images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.mastermind .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url(../images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.mastermind a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.mastermind a.remove:hover {
  color: #fff !important;
  background: red;
}
.mastermind small.note {
  display: block;
  color: #767676;
  font-size: 0.857em;
  margin-top: 10px;
}
.mastermind .mastermind-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
}
.mastermind .mastermind-breadcrumb::after,
.mastermind .mastermind-breadcrumb::before {
  content: " ";
  display: table;
}
.mastermind .mastermind-breadcrumb::after {
  clear: both;
}
.mastermind .quantity .qty {
  width: 3.631em;
  text-align: center;
}
.mastermind div.property {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.mastermind div.property .property_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  font-family: Sora;
  font-weight: 300;
  font-size: 44px;
  line-height: 1.2em;
  letter-spacing: -0.03px;
  text-transform: uppercase;
  margin: 0px;
}
.mastermind div.property p.price ins,
.mastermind div.property span.price ins {
  background: inherit;
  font-weight: 500;
  display: inline-block;
}
.mastermind div.property p.price del,
.mastermind div.property span.price del {
  opacity: 0.5;
  display: inline-block;
}
.gap-10{
  gap: 10px;
}
.gap-20{
  gap: 20px;
}
.mb-15{
  margin-bottom: 15px;
}
.mastermind div.property div.summary .builtup_area{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.mastermind div.property div.images {
  margin-bottom: 2em;
}
.mastermind div.property div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
  object-fit: cover;
}
.mastermind div.property div.images div.thumbnails {
  padding-top: 1em;
}
.mastermind div.property div.images.mastermind-property-gallery {
  position: relative;
}
.mastermind div.property div.images.mastermind-property-gallery .flex-viewport{
  margin-bottom: 20px;
}
.mastermind div.property div.images .mastermind-property-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
.mastermind div.property div.images .mastermind-property-gallery__wrapper .mastermind-property-gallery__image img{
  max-height: 570px;
}
.mastermind
  div.property
  div.images
  .mastermind-property-gallery__wrapper
  .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.mastermind
  div.property
  div.images
  .mastermind-property-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}
.mastermind
  div.property
  div.images
  .mastermind-property-gallery__image:nth-child(n + 2) {
  width: 25%;
  display: inline-block;
}
.mastermind div.property div.images .mastermind-property-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1em;
  z-index: 9;
  width: 32px;
  height: 32px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}
.mastermind
  div.property
  div.images
  .mastermind-property-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}
.mastermind
  div.property
  div.images
  .mastermind-property-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box;
}
.mastermind div.property div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.mastermind div.property div.images .flex-control-thumbs li {
  margin: 0;
  list-style: none;
  flex: 0 0 calc((100% - (6 * 20px)) / 7);
  max-width: calc((100% - (6 * 20px)) / 7);
  list-style: none;
}
.mastermind div.property div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.2s linear;
  max-height: 66px;
}
.mastermind div.property div.images .flex-control-thumbs li img.flex-active,
.mastermind div.property div.images .flex-control-thumbs li img:hover {
  opacity: 1;
  border: 1px solid #000;
  padding: 2px;
}
.mastermind
  div.property
  .mastermind-property-gallery--columns-3
  .flex-control-thumbs
  li:nth-child(3n + 1) {
  clear: left;
}
.mastermind
  div.property
  .mastermind-property-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n + 1) {
  clear: left;
}
.w-full{
  width: 100%;
  flex: 1;
}
.mastermind
  div.property
  .mastermind-property-gallery--columns-5
  .flex-control-thumbs
  li:nth-child(5n + 1) {
  clear: left;
}
.mastermind div.property div.summary {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 2em;
}
.mastermind div.property div.summary .property_meta{
  margin-bottom: 75px;
}
.mastermind div.property div.summary.property_map_box{
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 2em;
}
#property-map {
  width: 100%;
  height: 295px;
  overflow: hidden;
}
#map-view{
  width: 100%;
  height: 631px;
  overflow: hidden;
}
.mastermind div.property div.social {
  text-align: right;
  margin: 0 0 1em;
}
.mastermind div.property div.social span {
  margin: 0 0 0 2px;
}
.mastermind div.property div.social span span {
  margin: 0;
}
.mastermind div.property div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.mastermind div.property div.social iframe {
  float: left;
  margin-top: 3px;
}
.mastermind div.property .mastermind-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.mastermind div.property .mastermind-tabs ul.tabs li {
  border: 1px solid #cfc8d8;
  background-color: #e9e6ed;
  color: #515151;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.mastermind div.property .mastermind-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}
.mastermind div.property .mastermind-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6a6a6a;
}
.mastermind div.property .mastermind-tabs ul.tabs li.active {
  background: #fff;
  color: #515151;
  z-index: 2;
  border-bottom-color: #fff;
}
.mastermind div.property .mastermind-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.mastermind div.property .mastermind-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff;
}
.mastermind div.property .mastermind-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff;
}
.mastermind div.property .mastermind-tabs ul.tabs li::after,
.mastermind div.property .mastermind-tabs ul.tabs li::before {
  border: 1px solid #cfc8d8;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  box-sizing: border-box;
}
.mastermind div.property .mastermind-tabs ul.tabs li::before {
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #e9e6ed;
}
.mastermind div.property .mastermind-tabs ul.tabs li::after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #e9e6ed;
}
.mastermind div.property .mastermind-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #cfc8d8;
  z-index: 1;
}
.mastermind div.property .mastermind-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.mastermind ul.properties li.property .flash-bagde{
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  margin: 0;
  z-index: 9;
}
.single-property div.property > .flash-bagde{
  position: absolute;
  top: 2em;
  left: 0.5em;
  margin: 0;
  z-index: 9;
}
.mastermind .flash-bagde span.onsale {
  position: relative !important;
  display: inline-block;
  min-width: 3.236em;
  padding: 0.202em;
  text-align: center;
  margin: 0;
  border-radius: 3px;
  background-color: #da517d;
  color: #fff;
  font-size: 12px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
}
.mastermind span.onrent {
  position: relative !important;
  display: inline-block;
  min-width: 3.236em;
  padding: 0.202em;
  text-align: center;
  margin: 0;
  border-radius: 3px;
  background-color: #9ccd55;
  color: #fff;
  font-size: 12px;
  font-family: "Sora", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.mastermind ul.properties li.property .mastermind-loop-category__title,
.mastermind ul.properties li.property .mastermind-loop-property__title,
.mastermind ul.properties li.property h3 {
  padding: 0px;
  margin: 0;
  font-family: "Sora",sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.mastermind ul.properties li.property a {
  text-decoration: none;
}
.mastermind ul.properties li.property a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.mastermind ul.properties li.property strong {
  display: block;
}
.mastermind ul.properties li.property .mastermind-placeholder {
  border: 1px solid #f2f2f2;
}
.mastermind ul.properties li.property .star-rating {
  font-size: 0.857em;
}
.mastermind ul.properties li.property .button {
  display: inline-block;
  margin-top: 1em;
}
.mastermind ul.properties li.property .price {
  display: inline-flex;
  font-weight: 600;
  font-size: 22px;
  font-family: "Sora", sans-serif;
  flex-wrap: nowrap;
}
.mastermind ul.properties li.property .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
.mastermind ul.properties li.property .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block;
}
.mastermind ul.properties li.property .price .mastermind-Price-currencySymbol{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 5px;
}
.single-property div.property .property_meta .property-specification {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.mastermind ul.properties li.property .property-specification {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.property-specification .property-meta-specification {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #151515;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
.property-specification .property-meta-specification svg{
  width: 25px;
}
.property .property-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.property .property-tags .tag {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 6px 12px;
  color: rgba(20, 20, 20, 1);
  white-space: nowrap;
}
.single-property div.property .property_meta .property-contact-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.mastermind ul.properties li.property .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(132, 132, 132, 0.5);
}
.mastermind .mastermind-result-count {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 30px;
  text-transform: capitalize;
}
.mastermind .mastermind-filter-wrapper{
  margin-bottom: 60px;
}
.mastermind .mastermind-ordering,
.mastermind .mastermind-filtering {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: row;
  z-index: 1;
}
.mastermind .mastermind-ordering select {
  width: 380px;
  max-width: 100%;
  vertical-align: middle;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
  color: rgba(21, 21, 21, 1);
  padding: 16px 32px 16px;
   appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7 12L16 21L25 12' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 12px center;
  background-size: 32px 32px; /* scale down arrow */
}
.mastermind .mastermind-filtering select {
  width: 320px;
  max-width: 100%;
  vertical-align: middle;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
  color: rgba(21, 21, 21, 1);
  padding: 16px 32px 16px;
   appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7 12L16 21L25 12' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 12px center;
  background-size: 32px 32px; /* scale down arrow */
}
.mastermind div.mastermind-pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mastermind nav.mastermind-pagination {
  text-align: center;
}
.mastermind nav.mastermind-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #cfc8d8;
  border-right: 0;
  margin: 1px;
}
.mastermind nav.mastermind-pagination ul li {
  border-right: 1px solid #cfc8d8;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.mastermind nav.mastermind-pagination ul li a,
.mastermind nav.mastermind-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em;
  min-width: 1em;
  display: block;
}
.mastermind nav.mastermind-pagination ul li a:focus,
.mastermind nav.mastermind-pagination ul li a:hover,
.mastermind nav.mastermind-pagination ul li span.current {
  background: #e9e6ed;
  color: #816e99;
}
.mastermind #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0;
}
.mastermind #reviews h2 small a {
  text-decoration: none;
  color: #767676;
}
.mastermind #reviews h3 {
  margin: 0;
}
.mastermind #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.mastermind #reviews #comment {
  height: 75px;
}
.mastermind #reviews #comments .add_review::after,
.mastermind #reviews #comments .add_review::before {
  content: " ";
  display: table;
}
.mastermind #reviews #comments .add_review::after {
  clear: both;
}
.mastermind #reviews #comments h2 {
  clear: none;
}
.mastermind #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
}
.mastermind #reviews #comments ol.commentlist::after,
.mastermind #reviews #comments ol.commentlist::before {
  content: " ";
  display: table;
}
.mastermind #reviews #comments ol.commentlist::after {
  clear: both;
}
.mastermind #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.mastermind #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #e9e6ed;
  border: 1px solid #e1dde7;
  margin: 0;
  box-shadow: none;
}
.mastermind #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e1dde7;
  border-radius: 4px;
  padding: 1em 1em 0;
}
.mastermind #reviews #comments ol.commentlist li .comment-text::after,
.mastermind #reviews #comments ol.commentlist li .comment-text::before {
  content: " ";
  display: table;
}
.mastermind #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}
.mastermind #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.mastermind #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.mastermind #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.mastermind #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.mastermind #reviews #comments ol.commentlist #respond {
  border: 1px solid #e1dde7;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.mastermind #reviews #comments .commentlist > li::before {
  content: "";
}
.mastermind .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.mastermind .star-rating::before {
  content: "sssss";
  color: #cfc8d8;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.mastermind .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.mastermind .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.mastermind .mastermind-property-rating {
  line-height: 2;
  display: block;
}
.mastermind .mastermind-property-rating::after,
.mastermind .mastermind-property-rating::before {
  content: " ";
  display: table;
}
.mastermind .mastermind-property-rating::after {
  clear: both;
}
.mastermind .mastermind-property-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.mastermind .properties .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.mastermind .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.mastermind #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.mastermind #review_form #respond::after,
.mastermind #review_form #respond::before {
  content: " ";
  display: table;
}
.mastermind #review_form #respond::after {
  clear: both;
}
.mastermind #review_form #respond p {
  margin: 0 0 10px;
}
.mastermind #review_form #respond .form-submit input {
  left: auto;
}
.mastermind #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}
.mastermind p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.mastermind p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: Mastermind;
  content: "\e021";
  text-indent: 0;
}
.mastermind p.stars a:hover ~ a::before {
  content: "\e021";
}
.mastermind p.stars:hover a::before {
  content: "\e020";
}
.mastermind p.stars.selected a.active::before {
  content: "\e020";
}
.mastermind p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.mastermind p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.mastermind table.properties_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.mastermind table.properties_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.mastermind table.properties_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.mastermind table.properties_table td small {
  font-weight: 400;
}
.mastermind table.properties_table td del {
  font-weight: 400;
}
.mastermind table.properties_table tbody:first-child tr:first-child td,
.mastermind table.properties_table tbody:first-child tr:first-child th {
  border-top: 0;
}
.mastermind table.properties_table tbody th,
.mastermind table.properties_table tfoot td,
.mastermind table.properties_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mastermind td.property-name .mm-item-meta,
.mastermind td.property-name dl.variation {
  list-style: none outside;
}
.mastermind td.property-name .mm-item-meta .mm-item-meta-label,
.mastermind td.property-name .mm-item-meta dt,
.mastermind td.property-name dl.variation .mm-item-meta-label,
.mastermind td.property-name dl.variation dt {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
.mastermind td.property-name .mm-item-meta dd,
.mastermind td.property-name dl.variation dd {
  margin: 0;
}
.mastermind td.property-name .mm-item-meta p,
.mastermind td.property-name .mm-item-meta:last-child,
.mastermind td.property-name dl.variation p,
.mastermind td.property-name dl.variation:last-child {
  margin-bottom: 0;
}
.mastermind td.property-name p.backorder_notification {
  font-size: 0.83em;
}
.mastermind td.property-quantity {
  min-width: 80px;
}
.mastermind ul.property_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.mastermind ul.property_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
}
.mastermind ul.property_list_widget li::after,
.mastermind ul.property_list_widget li::before {
  content: " ";
  display: table;
}
.mastermind ul.property_list_widget li::after {
  clear: both;
}
.mastermind ul.property_list_widget li a {
  display: block;
  font-weight: 700;
}
.mastermind ul.property_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}
.mastermind ul.property_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.mastermind ul.property_list_widget li dl::after,
.mastermind ul.property_list_widget li dl::before {
  content: " ";
  display: table;
}
.mastermind ul.property_list_widget li dl::after {
  clear: both;
}
.mastermind ul.property_list_widget li dl dd,
.mastermind ul.property_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.mastermind ul.property_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.mastermind ul.property_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.mastermind ul.property_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.mastermind ul.property_list_widget li .star-rating {
  float: none;
}
.mastermind form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.mastermind form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.mastermind form .form-row label {
  line-height: 2;
}
.mastermind form .form-row label.hidden {
  visibility: hidden;
}
.mastermind form .form-row label.inline {
  display: inline;
}
.mastermind form .form-row .mastermind-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.mastermind form .form-row .mastermind-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}
.mastermind form .form-row .mastermind-input-wrapper .description::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}
.mastermind form .form-row select {
  cursor: pointer;
  margin: 0;
}
.mastermind form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.mastermind form .form-row .optional {
  visibility: visible;
}
.mastermind form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.mastermind form .form-row input.input-text,
.mastermind form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.mastermind form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}
.mastermind form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.mastermind form .form-row.mastermind-invalid label {
  color: #a00;
}
.mastermind form .form-row.mastermind-invalid .select2-container,
.mastermind form .form-row.mastermind-invalid input.input-text,
.mastermind form .form-row.mastermind-invalid select {
  border-color: #a00;
}
.mastermind form .form-row.mastermind-validated .select2-container,
.mastermind form .form-row.mastermind-validated input.input-text,
.mastermind form .form-row.mastermind-validated select {
  border-color: #6dc22e;
}
.mastermind form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.mastermind form .form-row :-moz-placeholder {
  line-height: normal;
}
.mastermind form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.mastermind form.login,
.mastermind form.register {
  border: 1px solid #cfc8d8;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}
.mastermind ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.mastermind ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
.mastermind ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}
.mastermind ul#shipping_method li label {
  display: inline;
}
.mastermind ul#shipping_method .amount {
  font-weight: 700;
}
.mastermind p.mastermind-shipping-contents {
  margin: 0;
}
.mastermind ul.order_details {
  margin: 0 0 3em;
  list-style: none;
}
.mastermind ul.order_details::after,
.mastermind ul.order_details::before {
  content: " ";
  display: table;
}
.mastermind ul.order_details::after {
  clear: both;
}
.mastermind ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #cfc8d8;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.mastermind ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.mastermind ul.order_details li:last-of-type {
  border: none;
}
.mastermind .mm-bacs-bank-details-account-name {
  font-weight: 700;
}
.mastermind .mastermind-customer-details,
.mastermind .mastermind-order-details,
.mastermind .mastermind-order-downloads {
  margin-bottom: 2em;
}
.mastermind .mastermind-customer-details :last-child,
.mastermind .mastermind-order-details :last-child,
.mastermind .mastermind-order-downloads :last-child {
  margin-bottom: 0;
}
.mastermind .mastermind-customer-details .additional-fields,
.mastermind .mastermind-customer-details .addresses {
  margin-bottom: 2em;
}
.mastermind .mastermind-customer-details .additional-fields:last-child,
.mastermind .mastermind-customer-details .addresses:last-child {
  margin-bottom: 0;
}
.mastermind .addresses .mm-block-components-additional-fields-list {
  margin: 0;
  padding: 0;
}
.mastermind .addresses .mm-block-components-additional-fields-list dt {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 700;
  display: inline;
}
.mastermind .addresses .mm-block-components-additional-fields-list dt::after {
  content: ": ";
}
.mastermind .addresses .mm-block-components-additional-fields-list dt::before {
  content: "";
  display: block;
}
.mastermind .addresses .mm-block-components-additional-fields-list dd {
  margin: 0;
  padding: 0;
  font-style: normal;
  display: inline;
}
.mastermind
  .mm-block-order-confirmation-additional-fields-wrapper
  .mm-block-components-additional-fields-list {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  display: grid;
  grid-template-columns: 1fr max-content;
}
.mastermind
  .mm-block-order-confirmation-additional-fields-wrapper
  .mm-block-components-additional-fields-list
  dt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-weight: 700;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 !important;
}
.mastermind
  .mm-block-order-confirmation-additional-fields-wrapper
  .mm-block-components-additional-fields-list
  dt::after {
  display: none;
}
.mastermind
  .mm-block-order-confirmation-additional-fields-wrapper
  .mm-block-components-additional-fields-list
  dt:last-of-type {
  border-bottom: 0;
}
.mastermind
  .mm-block-order-confirmation-additional-fields-wrapper
  .mm-block-components-additional-fields-list
  dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  box-sizing: border-box;
  text-align: right;
  margin: 0 !important;
}
.mastermind
  .mm-block-order-confirmation-additional-fields-wrapper
  .mm-block-components-additional-fields-list
  dd:last-of-type {
  border-bottom: 0;
}
.mastermind .mastermind-customer-details .mastermind-column__title {
  margin-top: 0;
}
.mastermind .mastermind-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
  box-sizing: border-box;
}
.mastermind .mastermind-customer-details .mastermind-customer-details--email,
.mastermind .mastermind-customer-details .mastermind-customer-details--phone {
  padding-left: 1.5em;
}
.mastermind
  .mastermind-customer-details
  .mastermind-customer-details--email:last-child,
.mastermind
  .mastermind-customer-details
  .mastermind-customer-details--phone:last-child {
  margin-bottom: 0;
}
.mastermind
  .mastermind-customer-details
  .mastermind-customer-details--phone::before {
  font-family: Mastermind;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e037";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.mastermind
  .mastermind-customer-details
  .mastermind-customer-details--email::before {
  font-family: Mastermind;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e02d";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.mastermind .mastermind-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.mastermind
  .mastermind-widget-layered-nav-list
  .mastermind-widget-layered-nav-list__item {
  padding: 0 0 1px;
  list-style: none;
}
.mastermind
  .mastermind-widget-layered-nav-list
  .mastermind-widget-layered-nav-list__item::after,
.mastermind
  .mastermind-widget-layered-nav-list
  .mastermind-widget-layered-nav-list__item::before {
  content: " ";
  display: table;
}
.mastermind
  .mastermind-widget-layered-nav-list
  .mastermind-widget-layered-nav-list__item::after {
  clear: both;
}
.mastermind
  .mastermind-widget-layered-nav-list
  .mastermind-widget-layered-nav-list__item
  a,
.mastermind
  .mastermind-widget-layered-nav-list
  .mastermind-widget-layered-nav-list__item
  span {
  padding: 1px 0;
}
.mastermind
  .mastermind-widget-layered-nav-list
  .mastermind-widget-layered-nav-list__item--chosen
  a::before {
  font-family: Mastermind;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.mastermind .mastermind-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.mastermind .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.mastermind .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.mastermind .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.mastermind .widget_layered_nav_filters ul li a::before {
  font-family: Mastermind;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
  vertical-align: inherit;
  margin-right: 0.5em;
}
.mastermind .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.mastermind .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.mastermind .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.mastermind .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.mastermind .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #7f54b3;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -0.3em;
  margin-left: -0.5em;
}
.mastermind .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #7f54b3;
}
.mastermind .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #35224c;
  border: 0;
}
.mastermind .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.mastermind .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.mastermind .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.mastermind .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.mastermind .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.mastermind .widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none;
}
.mastermind .widget_rating_filter ul li::after,
.mastermind .widget_rating_filter ul li::before {
  content: " ";
  display: table;
}
.mastermind .widget_rating_filter ul li::after {
  clear: both;
}
.mastermind .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.mastermind .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.mastermind .widget_rating_filter ul li.chosen a::before {
  font-family: Mastermind;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.mastermind .mastermind-form-login .mastermind-form-login__submit {
  float: left;
  margin-right: 1em;
}
.mastermind .mastermind-form-login .mastermind-form-login__rememberme {
  display: inline-block;
}
.mastermind:where(body:not(.mastermind-uses-block-theme))
  .mastermind-breadcrumb {
  font-size: 0.92em;
  color: rgba(150, 150, 150, 1);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.mastermind:where(body:not(.mastermind-uses-block-theme))
  .mastermind-breadcrumb
  a {
  color: rgba(0, 0, 0, 1);
}
.mastermind:where(body:not(.mastermind-uses-block-theme)) div.property p.price,
.mastermind:where(body:not(.mastermind-uses-block-theme))
  div.property
  span.price {
  color: #000000;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.1em;
  letter-spacing: -0.03px;
  text-transform: capitalize;
}
.mastermind:where(body:not(.mastermind-uses-block-theme))
  div.property
  span.price .mastermind-Price-currencySymbol{
    font-weight: 400;
    margin-right: 5px;
    font-size: 22px;
}
.mastermind:where(body:not(.mastermind-uses-block-theme)) div.property .stock {
  color: #000000;
}
.mastermind:where(body:not(.mastermind-uses-block-theme))
  div.property
  .out-of-stock {
  color: red;
}
.mastermind:where(body:not(.mastermind-uses-block-theme))
  ul.properties
  li.property
  .price {
  color: #000000;
}
.mastermind:where(body:not(.mastermind-uses-block-theme))
  #reviews
  #comments
  ol.commentlist
  li
  .meta {
  color: #767676;
  font-size: 0.75em;
}
.mastermind-no-js form.mastermind-form-login {
  display: block !important;
}
.mastermind-no-js .mastermind-form-login-toggle {
  display: none !important;
}
.mastermind-error,
.mastermind-info,
.mastermind-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f6f5f8;
  color: #515151;
  border-top: 3px solid #7f54b3;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.mastermind-error::after,
.mastermind-error::before,
.mastermind-info::after,
.mastermind-info::before,
.mastermind-message::after,
.mastermind-message::before {
  content: " ";
  display: table;
}
.mastermind-error::after,
.mastermind-info::after,
.mastermind-message::after {
  clear: both;
}
.mastermind-error::before,
.mastermind-info::before,
.mastermind-message::before {
  font-family: Mastermind;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.mastermind-error .button,
.mastermind-info .button,
.mastermind-message .button {
  float: right;
}
.mastermind-error li,
.mastermind-info li,
.mastermind-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.rtl.mastermind .price_label,
.rtl.mastermind .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}
.mastermind-message {
  border-top-color: #8fae1b;
}
.mastermind-message::before {
  content: "\e015";
  color: #8fae1b;
}
.mastermind-info {
  border-top-color: #333;
}
.mastermind-info::before {
  color: #333;
}
.mastermind-error {
  border-top-color: #b81c23;
}
.mastermind-error::before {
  content: "\e016";
  color: #b81c23;
}
.mastermind-account .mastermind::after,
.mastermind-account .mastermind::before {
  content: " ";
  display: table;
}
.mastermind-account .mastermind::after {
  clear: both;
}
.mastermind-account .addresses .title::after,
.mastermind-account .addresses .title::before {
  content: " ";
  display: table;
}
.mastermind-account .addresses .title::after {
  clear: both;
}
.mastermind-account .addresses .title h3 {
  float: left;
}
.mastermind-account .addresses .title .edit {
  float: right;
}
.mastermind-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.mastermind-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.mastermind-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.mastermind-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px;
}
.mastermind-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}
.mastermind-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.mastermind-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.mastermind-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.mastermind-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}
.mastermind-password-hint {
  margin: 0.5em 0 0;
  display: block;
}

/* Property front css */
.property-loop-thumb-wrap::before,
.property-loop-thumb-wrap::after,
.mastermind .property-inner-box:before,
.mastermind .property-inner-box:after {
    content: "";
    display: table;
}

.property-loop-thumb-wrap::after,
.mastermind .property-inner-box:after {
    clear: both;
}
.mastermind .archive-content-wrap{
  position: relative;
  width: 100%;
  flex: 1;
}
.mastermind .property-inner-box{
  width: 100%;
  height: 100%;
  border: 1px solid rgba(219, 219, 219, 1);
  display: flex;
  flex-direction: column;
}
.mastermind .property-loop-thumb-wrap{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.mastermind .property-loop-content-wrap{
  position: relative;
  width: 100%;
  float: left;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(219, 219, 219, 1);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  flex: 1;
}
.mastermind .property-loop-content-wrap .property-loop-title{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.mastermind .property-loop-thumb-wrap img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 295px;
}
body.archive.mastermind-page .site-header:not(.sticky-header),
body.page-contact-us .site-header:not(.sticky-header){
  background-color: rgba(248, 247, 242, 1);
}
.mastermind-properties-header{
  background-color: rgba(248, 247, 242, 1);
  padding-top: 30px;
  padding-bottom: 30px;
}
.mastermind-properties-header__title{
    font-family: "Sora", Sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #151515;
    margin: 0px;
    line-height: 1em;
}
.mastermind-properties-header .header-inner > span {
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #151515;
}
.mastermind-properties-header .property-archive-desc{
   font-family: "Manrope", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    color: #151515;
}

.property .view_cta_button {
    background-color: #ffffff;
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    border: 1px solid #000000;
    border-radius: 0;
    padding: 16px 16px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease; /* smooth animation */
}

.property .view_cta_button svg {
    vertical-align: middle;
    transition: transform 0.3s ease;
}

/* Hover effect */
.property .view_cta_button:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

.property .view_cta_button:hover svg path {
    stroke: #ffffff; /* arrow changes to white */
}

.property .view_cta_button:hover svg {
    transform: translateX(5px); /* arrow slides right */
}
.mastermind ul.properties li.property .builtup_area{
  font-family: "Sora",sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-wrap: nowrap;
}
.mastermind ul.properties li.property .builtup_area svg{
  width: 23px;
  height: auto;
}
.mastermind ul.properties li.property .pld-like-dislike-wrap{
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 9;
  margin: 0px;
}
.single-property div.property > .pld-like-dislike-wrap{
  position: absolute;
  top: 0.5em;
  left: 0.3em;
  z-index: 9;
  margin: 0px;
}
.property  .pld-like-dislike-wrap .pld-common-wrap{
  margin: 0px;
  min-width: 25px;
}
.property  .pld-like-dislike-wrap .pld-common-wrap .pld-count-wrap{
  display: none;
}
.mastermind ul.properties li.property .gallery-count{
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  display: flex;
  align-items: center;
  vertical-align: middle;
  gap: 5px;
}
.single-property div.property .gallery-count{
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  display: flex;
  align-items: center;
  vertical-align: middle;
  gap: 5px;
}
.single-property div.property .property-section-title{
  font-family: Sora;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1em;
  letter-spacing: -0.03px;
  text-transform: capitalize;
}
.single-property div.property .mastermind-property-content-area{
  font-family: "Manrope", sans-serif;
  color: rgba(47, 47, 47, 1);
}
.single-property div.property .mastermind-property-content-area p{
  line-height: 1.5em;
  margin-bottom: 30px;
}
.single-property div.property .mastermind-property-content-area ul li{
  line-height: 1.5em;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.property-map-view{
  width: 100%;
  margin-bottom: 100px;
}
section.related{
  margin-top: 100px;
}
section.related h2{
  font-family: "Sora", sans-serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 1.1em;
  letter-spacing: -0.03px;
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 50px;
}
.mastermind ul.properties li.property .property-thumb-slider{
  width: 100%;
}
.mastermind ul.properties li.property .property-thumb-slider .swiper-button-next, 
.mastermind ul.properties li.property .property-thumb-slider .swiper-button-prev{
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  outline: none;
  transition: all 0.2s linear;
}
.mastermind ul.properties li.property .property-thumb-slider .swiper-button-next:hover, 
.mastermind ul.properties li.property .property-thumb-slider .swiper-button-prev:hover{
  background: rgba(0, 0, 0, 0.56);
}
.mastermind ul.properties li.property .property-thumb-slider .swiper-button-next:after, 
.mastermind ul.properties li.property .property-thumb-slider .swiper-button-prev:after{
  font-size: 16px;
}
/* --- Main Dropdown Box --- */
.p-multiselect {
  position: relative;
  width: 380px;
  max-width: 100%;
  font-family: "Manrope",sans-serif;
  font-size: 18px;
  line-height: 1.1em;
  letter-spacing: 0px;
  border: 1px solid #000;
  border-radius: 0px;
  padding: 16px 16px;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}

/* Label inside box */
.p-multiselect-label-container {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.placeholder {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

/* Clear + arrow */
.p-multiselect-clear-icon,
.p-multiselect-trigger-icon {
  margin-left: 8px;
  font-size: 18px;
  color: #555;
}
.p-multiselect-trigger-icon svg{
  vertical-align: middle;
}
.p-multiselect-clear-icon { cursor: pointer; }

/* --- Dropdown Panel --- */
.p-multiselect-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  padding: 10px 0px;
}

/* Each option */
.p-multiselect-item {
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
.p-multiselect-item:hover {
  background: #f2f2f2;
}

/* --- Custom Checkbox --- */
.p-multiselect-checkbox {
  margin-right: 18px;
}
.p-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.p-checkbox-input { display: none; } /* hide native checkbox */
.p-checkbox-box {
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.p-checkbox-icon {
  display: none;
  width: 16px;
  height: 16px;
  color: white;
}
.p-multiselect-checkbox.p-highlight .p-checkbox-box {
  border-color: rgba(53, 43, 194, 1);
  background: rgba(53, 43, 194, 1);
}
.p-multiselect-checkbox.p-highlight .p-checkbox-icon { display: block; }
@media (min-width: 768px) {
  .mastermind-properties-header {
      max-width: 100%;
      padding-top: 70px;
      padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
      .mastermind-properties-header__title{
        font-size: 50px;
		letter-spacing: -3px;
    }
}