.elementor-10584 .elementor-element.elementor-element-0eed0f0{padding:0px 0px 030px 0px;}.elementor-10584 .elementor-element.elementor-element-f7f7a10 > .elementor-widget-container{background-color:var( --e-global-color-secondary );}body.elementor-page-10584:not(.elementor-motion-effects-element-type-background), body.elementor-page-10584 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-secondary ) 100%);}/* Start custom CSS for shortcode, class: .elementor-element-8b35242 */.idx-omnibar-extra-button {
    background-color: #22c55e;   /* Button background */
    color: #ffffff;              /* Text color */
    padding: 10px 18px;           /* Space inside button */
    border: none;                 /* Remove default border */
    border-radius: 6px;           /* Rounded corners */
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;    /* Smooth hover effect */
}

/* Hover effect */
.idx-omnibar-extra-button:hover {
    background-color: #ffffff;
    transform: translateY(-1px);
}

/* Optional: focus/active state */
.idx-omnibar-extra-button:active {
    transform: scale(0.98);
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-f7f7a10 *//* ===============================
   IMPress Property Showcase Layout
================================ */

/* Wrapper */
.impress-property-showcase {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Property Card */
.impress-property-showcase .medium-3 {
  flex: 0 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
  padding: 14px;
  background: #ffffff;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.impress-property-showcase .medium-3:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.1);
}

/* Property Image */
.impress-showcase-property img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

/* Property Details */
.impress-property-showcase .impress-details,
.impress-carousel-property .impress-details {
  background: #ffffff;
  padding: 16px 18px;
  border-radius: 0 0 16px 16px;
}

/* Title */
.impress-details .entry-title {
  font-size: 17px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}

/* Description Clamp */
.impress-details p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Price */
.impress-showcase-property span.impress-price {
  color: #0F3D3E;
  font-weight: 700;
  font-size: 16px;
}

/* Beds / Baths / Sqft */
.impress-beds-baths-sqft span {
  font-size: 13px;
  color: #374151;
}

/* Acres Badge */
.impress-beds-baths-sqft .impress-acres {
  padding: 4px 10px;
  background-color: #22c55e;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  line-height: 1;
}

/* ===============================
   PAGINATION STYLING
================================ */

.impress-property-showcase + .pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pagination li {
  list-style: none;
}

.pagination li a,
.pagination li span {
  padding: 10px 14px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #111827;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}

.pagination li.current span,
.pagination li a:hover {
  background: #0F3D3E;
  color: #ffffff;
}

/* ===============================
   RESPONSIVE BREAKPOINTS
================================ */

/* Tablet */
@media (max-width: 1024px) {
  .impress-property-showcase .medium-3 {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .impress-property-showcase {
    gap: 16px;
  }

  .impress-property-showcase .medium-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}/* End custom CSS */