.no-result {
  text-align: center;
  margin: 0;
  padding: 50px 0;
  color: #9b9b9b;
}
.loader {
  --c:no-repeat linear-gradient(#bdb087 0 0);
  background: 
    var(--c),var(--c),var(--c),
    var(--c),var(--c),var(--c),
    var(--c),var(--c),var(--c);
  background-size: 16px 16px;
  animation: 
    l32-1 1s infinite,
    l32-2 1s infinite;
}
@keyframes l32-1 {
  0%,100% {width:45px;height: 45px}
  35%,65% {width:65px;height: 65px}
}
@keyframes l32-2 {
  0%,40%  {background-position: 0 0,0 50%, 0 100%,50% 100%,100% 100%,100% 50%,100% 0,50% 0,  50% 50% }
  60%,100%{background-position: 0 50%, 0 100%,50% 100%,100% 100%,100% 50%,100% 0,50% 0,0 0,  50% 50% }
}

#jodoo-data * {
  font-family: "Sofia Sans", sans-serif;
}
#jodoo-data #jodoo-header {
  margin-bottom: 50px;
  display: none;
}
#jodoo-data #jodoo-header h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #C3B997;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
#jodoo-data #jodoo-header form {
  max-width: 570px;
  margin: auto;
}
#jodoo-data #jodoo-header input[type="search"] {
  width: 100%;
  height: 40px;
  background-color: #F2F2F2;
  border: 0;
  font-size: 14px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  margin-bottom: 10px !important;
}
#jodoo-data #jodoo-header input[type="submit"] {
  display: block;
  background-color: #C3B997;
  color: #fff;
  padding: 8px 15px;
  margin: 0 auto;
  width: auto;
  min-width: 150px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#jodoo-data #jodoo-header input[type="submit"]:hover {
  background-color: #b5a77e;
}

/* ==========================================
   LOADER WITH WHITE SPACE - NEW
   ========================================== */
#jodoo-data {
  min-height: 60vh;
}
#jodoo-data #jodoo-body {
  position: relative;
  min-height: 60vh;
}
#jodoo-data #jodoo-loader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  width: 100%;
  padding: 100px 20px;
  background: #fff;
  z-index: 1;
}
#jodoo-data #jodoo-loader .loader {
  position: static;
  transform: none;
  left: auto;
  top: auto;
}
/* Smooth fade-in when content appears */
#jodoo-data #jodoo-content {
  display: none;
  animation: fadeIn 0.4s ease-in;
}
@keyframes fadeIn {
  from { 
    opacity: 0;
    transform: translateY(10px);
  }
  to { 
    opacity: 1;
    transform: translateY(0);
  }
}
/* ========================================== */

#jodoo-data #jodoo-content .listing figure figcaption {
  position: relative;
  margin-top: 10px;
  /* padding-right: 125px; */
  min-height: 45px;
}
#jodoo-data #jodoo-content .listing figure figcaption h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1;
}
#jodoo-data #jodoo-content .listing figure figcaption p {
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 1;
}
#jodoo-data #jodoo-content .listing figure figcaption a {
  display: table;
  background-color: #C3B997;
  color: #fff;
  padding: 8px 15px;
  margin-top: 8px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#jodoo-data #jodoo-content .listing figure figcaption a:hover {
  background-color: #b5a77e;
}
#pagination button {
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}
#pagination button:hover,
#pagination button.active-btn {
  background-color: #C3B997;
  color: #fff;
  border-color: #C3B997;
}

#jodoo-data #jodoo-content #property {
  width: 100% !important;   /* required */
}
#jodoo-data #jodoo-content #property .heading {
  margin-bottom: 20px;
}
#jodoo-data #jodoo-content #property .heading h1 {
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 40px;
  color: #C3B997;
  font-weight: 700;
}
#jodoo-data #jodoo-content #property .heading h2 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  font-size: 20px;
}
#jodoo-data #jodoo-content #property .gallery-details-form {
  margin-bottom: 15px;
  width: 100% !important;   /* required */
}
#jodoo-data #jodoo-content #property .gallery-details-form .gallery {
  margin-bottom: 20px;
  display: block;
  width: 100% !important;   /* required */
}
#jodoo-data #jodoo-content #property .gallery-details-form .slider-nav {
  margin-top: 10px;
}
#jodoo-data #jodoo-content #property .gallery-details-form .slider-nav,
#jodoo-data #jodoo-content #property .gallery-details-form .slider-for {
  width: 100%;
}
#jodoo-data #jodoo-content #property .gallery-details-form .slider-for .slick-slide {
  margin-left: 5px;
  margin-right: 2px;
  outline: none;
}
#jodoo-data #jodoo-content #property .gallery-details-form .slider-for img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    margin: 0 !important;
}
#jodoo-data #jodoo-content #property .gallery-details-form .slider-nav .slick-slide {
  margin: 0 5px;
  outline: none;
}
#jodoo-data #jodoo-content #property .gallery-details-form .slider-nav .slick-slide img {
  border: 0 solid transparent;
  transition: all 0.3s ease;
}
#jodoo-data #jodoo-content #property .gallery-details-form .slider-nav .slick-slide.slick-current img {
  border: 6px solid #C3B997;
}
#jodoo-data #jodoo-content #property .gallery-details-form .property-table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
#jodoo-data #jodoo-content #property .gallery-details-form .property-table tbody {
  border: 0;
}
#jodoo-data #jodoo-content #property .gallery-details-form .property-table tr {
  background: transparent;
}
#jodoo-data #jodoo-content #property .gallery-details-form .property-table tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
#jodoo-data #jodoo-content #property .gallery-details-form .property-table td {
  padding: 5px 0;
  border: 0;
  font-size: 16px;
  background: transparent;
}
#jodoo-data #jodoo-content #property .gallery-details-form .property-table td:first-child {
  font-weight: normal;
  width: 40%;
  padding-right: 5px;
}
#jodoo-data #jodoo-content #property .gallery-details-form .property-table td:last-child {
  font-weight: 700;
  color: #b7ab91; /* Gold-beige color */
  text-align: left;
}
#jodoo-data #jodoo-content #property .gallery-details-form .property-form > h2 {
  margin-bottom: 5px;
  color: #C3B997;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
#jodoo-data #jodoo-content #property .gallery-details-form .property-form .quillforms-iframe {
  min-height: 563px !important;
  height: auto !important;
}
#jodoo-data #jodoo-content #property .content h2 {
  color: #c3b997;
  font-weight: bold;
  font-size: 40px;
}
#jodoo-data #jodoo-content #property .location-map h2,
#jodoo-data #jodoo-content #property .property-video h2,
#jodoo-data #jodoo-content #property .related-properties .heading {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #C3B997;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
#jodoo-data #jodoo-content #property .location-map .ratio,
#jodoo-data #jodoo-content #property .property-video .ratio {
    --bs-aspect-ratio: 30%;
}
#jodoo-data #jodoo-content #property .related-properties {
  margin-bottom: 80px;
}
#jodoo-data #jodoo-content #property .related-properties .listing figure {
    padding: 0 15px;
    margin-bottom: 30px;
    outline: none;
}
#jodoo-data #jodoo-content #property .related-properties .listing .slick-dots li button:hover,
#jodoo-data #jodoo-content #property .related-properties .listing .slick-dots li button:focus {
    background: transparent;
}
#jodoo-data #jodoo-content #property .related-properties .listing .slick-dots li button:before {
    content: '';
    background-color: #000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}
#jodoo-data #jodoo-content #property .related-properties .listing .slick-dots li button:hover:before,
#jodoo-data #jodoo-content #property .related-properties .listing .slick-dots li button:focus:before,
#jodoo-data #jodoo-content #property .related-properties .listing .slick-dots li.slick-active button:before {
    background-color: #C3B997;
}
h2.inquiry-form-title {
    font-size: 48px !important;
    color: #beb18b !important;
    margin-bottom: 40px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}