.elementor-kit-886{--e-global-color-primary:#0889BA;--e-global-color-secondary:#2F343A;--e-global-color-text:#7A7A7A;--e-global-color-accent:#C7A86A;--e-global-color-3ccc0bb:#066B94;--e-global-color-d878ab5:#303030;--e-global-color-2554aea:#FFFFFF;--e-global-color-d9e66b1:#E5E5E5;--e-global-color-b9f4732:#B0B0B0;--e-global-color-6664bd2:#2F343A;--e-global-color-0ead862:#D8B98B;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:700;background-color:#D5D8D5;}.elementor-kit-886 button,.elementor-kit-886 input[type="button"],.elementor-kit-886 input[type="submit"],.elementor-kit-886 .elementor-button{background-color:#0889BA;font-size:12px;font-weight:bold;border-radius:6px 6px 6px 6px;}.elementor-kit-886 button:hover,.elementor-kit-886 button:focus,.elementor-kit-886 input[type="button"]:hover,.elementor-kit-886 input[type="button"]:focus,.elementor-kit-886 input[type="submit"]:hover,.elementor-kit-886 input[type="submit"]:focus,.elementor-kit-886 .elementor-button:hover,.elementor-kit-886 .elementor-button:focus{background-color:#066B94;border-radius:8px 8px 8px 8px;}.elementor-kit-886 e-page-transition{background-color:#FFBC7D;}.elementor-kit-886 h1{font-size:36px;}.elementor-kit-886 h3{font-size:28px;}.elementor-kit-886 label{font-size:12px;}.elementor-kit-886 input:not([type="button"]):not([type="submit"]),.elementor-kit-886 textarea,.elementor-kit-886 .elementor-field-textual{font-size:3px;line-height:4px;letter-spacing:0.6px;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1310px;}.e-con{--container-max-width:1310px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-886{--e-global-typography-primary-font-size:24px;--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === UTILITY CLASSES === */
.hide-me {
  display: none !important;
}

/* === LISTING GRID CONTAINER === */
.listing-grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  text-align: center;
}

/* === LISTING CARD === */
.listing-card {
  width: 100%;
  max-width: 280px;
  min-width: 280px;
  min-height: 420px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.listing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.listing-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 12px;
}

.listing-card .elementor-widget-shortcode {
  flex-grow: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}

.listing-card .elementor-button,
.listing-card .listing-button {
  margin: 0 auto;
  display: inline-block;
}

.listing-card * {
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  white-space: normal !important;
}

/* === UNIVERSAL ELEMENTOR BUTTON STYLING === */
.elementor-button,
a.elementor-button,
.listing-button {
  background-color: #0889BA;
  color: #ffffff !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: auto;
  min-width: unset;
  max-width: 100%;
  margin-top: 12px;
}

.elementor-button:hover,
a.elementor-button:hover,
.listing-button:hover {
  background-color: #066b94;
  transform: scale(1.07);
  color: #ffffff !important;
}

/* === FEATURED LISTINGS BUTTON MATCH === */
.featured-listings-grid .listing-card a.elementor-button {
  width: auto !important;
  min-width: unset !important;
  max-width: 100% !important;
  padding: 8px 18px !important;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  background-color: #0889BA;
  color: white !important;
}

.featured-listings-grid .listing-card a.elementor-button:hover {
  background-color: #066b94;
  transform: scale(1.07);
  color: white !important;
}

/* === FIX BUTTON SPACING ON GRID === */
.listing-grid-container .elementor-button {
  width: auto;
  margin-top: 12px;
}

/* === PREVENT CARD SHIFT ON HOVER FOR FEATURED === */
.featured-listings-grid .listing-card {
  transition: box-shadow 0.2s ease;
}

.featured-listings-grid .listing-card:hover {
  transform: none !important;
}

/* === MAP STYLING === */
.custom-map-box iframe {
  width: 100%;
  height: 400px;
  max-width: 960px;
  margin: 0 auto;
  display: block;
  border: none;
  border-radius: 8px;
}

@media (min-width: 1025px) {
  .custom-map-box {
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .custom-map-box {
    padding: 10px;
  }
  .custom-map-box iframe {
    height: 300px;
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .custom-map-box {
    padding: 10px;
  }
  .custom-map-box iframe {
    height: 250px;
    max-width: 100%;
  }

  .listing-grid-container {
    flex-direction: column;
    align-items: center;
  }
}

/* === PAGINATION === */
.custom-pagination-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.custom-pagination-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.custom-pagination-wrapper ul li a,
.custom-pagination-wrapper ul li span {
  display: inline-block;
  padding: 8px 14px;
  background-color: #0889BA;
  color: #ffffff !important;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.custom-pagination-wrapper ul li span.current {
  background-color: #0889BA;
  color: #ffffff !important;
}

.custom-pagination-wrapper ul li a:hover {
  background-color: #066b94;
  transform: scale(1.07);
  color: #ffffff !important;
}

/* === MOBILE LISTING LIMIT: Hide Listings Beyond 6 === */
@media (max-width: 767px) {
  .listing-grid-container > div:nth-of-type(n + 7) {
    display: none !important;
  }
}

#listing-grid > div {
    display: none;
}

/* Fade-in effect for AJAX-loaded listing cards */
.listing-card.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.listing-card.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Loading indicator with animated dots */
#listing-loading {
  text-align: center;
  font-size: 16px;
  color: white;
  padding: 12px;
}

.loading-dots span {
  animation: blink 1.4s infinite both;
}

.loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}/* End custom CSS */