.elementor-8734 .elementor-element.elementor-element-a059d84{--display:flex;}.elementor-8734 .elementor-element.elementor-element-a059d84 .spaciaz-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.elementor-8734 .elementor-element.elementor-element-b61596f .spaciaz-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-8734 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}/* Start custom CSS *//* =====================================================
   WMN DYNAMIC PROPERTIES PAGE - TOP CLASS ANIMATION CSS
   Paste before closing </style>
===================================================== */

/* Full page luxury reveal */
.wmn-dynamic-properties-page {
  position: relative;
  animation: wmnPropPageReveal 0.9s ease forwards;
}

@keyframes wmnPropPageReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Premium animated background */
.wmn-dynamic-properties-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(245,184,46,0.07), transparent 24%),
    radial-gradient(circle at 88% 35%, rgba(7,27,51,0.06), transparent 26%),
    radial-gradient(circle at 50% 90%, rgba(245,184,46,0.05), transparent 30%);
  animation: wmnPropBgMove 12s ease-in-out infinite alternate;
}

.wmn-dynamic-properties-page > * {
  position: relative;
  z-index: 1;
}

@keyframes wmnPropBgMove {
  from {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  to {
    transform: translateY(-28px) scale(1.04);
    opacity: 1;
  }
}


/* Hero cinematic light */
.wmn-prop-hero {
  isolation: isolate;
}

.wmn-prop-hero::before {
  animation: wmnPropHeroAuroraMove 8s ease-in-out infinite alternate !important;
}

@keyframes wmnPropHeroAuroraMove {
  0% {
    opacity: 0.68;
    transform: translateX(0) translateY(0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateX(-35px) translateY(18px) scale(1.04);
  }
  100% {
    opacity: 0.88;
    transform: translateX(25px) translateY(-18px) scale(1.08);
  }
}


/* Hero golden beam */
.wmn-prop-hero::after {
  width: 560px !important;
  height: 560px !important;
  right: -180px !important;
  bottom: -220px !important;
  background:
    radial-gradient(circle, rgba(245,184,46,0.22), rgba(245,184,46,0.06), transparent 66%) !important;
  filter: blur(16px) !important;
  animation: wmnPropGoldenBeam 5.5s ease-in-out infinite alternate !important;
}

@keyframes wmnPropGoldenBeam {
  from {
    transform: scale(1) translate(0, 0);
    opacity: 0.45;
  }
  to {
    transform: scale(1.28) translate(-45px, -34px);
    opacity: 0.95;
  }
}


/* Hero diagonal shine sweep */
.wmn-prop-hero .wmn-prop-container {
  position: relative;
}

.wmn-prop-hero .wmn-prop-container::before {
  content: "";
  position: absolute;
  top: -35%;
  left: -65%;
  width: 45%;
  height: 170%;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255,255,255,0.13),
    transparent
  );
  transform: rotate(12deg);
  animation: wmnPropHeroSweep 6.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 3;
}

@keyframes wmnPropHeroSweep {
  0% {
    left: -70%;
    opacity: 0;
  }
  22% {
    opacity: 0.9;
  }
  48% {
    left: 125%;
    opacity: 0;
  }
  100% {
    left: 125%;
    opacity: 0;
  }
}


/* Hero badge style */
.wmn-prop-hero .wmn-small-title {
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(245,184,46,0.12);
  border: 1px solid rgba(245,184,46,0.26);
  backdrop-filter: blur(10px);
}


/* Hero heading premium glow */
.wmn-prop-hero h1 {
  text-shadow: 0 18px 45px rgba(0,0,0,0.28);
}

.wmn-prop-hero h1::after {
  box-shadow: 0 0 25px rgba(245,184,46,0.45);
  animation: wmnPropPremiumLine 2.5s ease-in-out infinite alternate !important;
}

@keyframes wmnPropPremiumLine {
  from {
    width: 70px;
    opacity: 0.65;
  }
  to {
    width: 170px;
    opacity: 1;
  }
}


/* Filter box premium border */
.wmn-prop-filter-box {
  position: relative;
  isolation: isolate;
}

.wmn-prop-filter-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(245,184,46,0.85),
    transparent 38%,
    rgba(7,27,51,0.20),
    transparent
  );
  opacity: 0;
  transition: 0.4s ease;
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.wmn-prop-filter-box:hover::before {
  opacity: 1;
}


/* Search bar glow */
.wmn-prop-search-wrap {
  position: relative;
}

.wmn-prop-search-wrap::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(245,184,46,0.65), transparent);
  opacity: 0;
  transition: 0.35s ease;
  z-index: -1;
}

.wmn-prop-search-wrap:focus-within::after {
  opacity: 1;
  filter: blur(5px);
}


/* Filter buttons tech-style hover */
.wmn-property-filters button {
  position: relative;
  overflow: hidden;
}

.wmn-property-filters button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255,255,255,0.55),
    transparent
  );
  transform: translateX(-130%);
  transition: 0.6s ease;
}

.wmn-property-filters button:hover::before,
.wmn-property-filters button.active::before {
  transform: translateX(130%);
}

.wmn-property-filters button.active {
  box-shadow:
    0 16px 35px rgba(245,184,46,0.28),
    0 0 0 1px rgba(245,184,46,0.18);
}


/* Property card 3D premium hover */
.wmn-property-card {
  transform-style: preserve-3d;
  perspective: 1000px;
}

.wmn-property-card:hover {
  transform: translateY(-14px) scale(1.012) rotateX(1deg) !important;
}


/* Property card animated gold border */
.wmn-property-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: conic-gradient(
    from 180deg,
    transparent,
    rgba(245,184,46,0.95),
    transparent,
    rgba(7,27,51,0.28),
    transparent,
    rgba(245,184,46,0.75),
    transparent
  );
  opacity: 0;
  transition: 0.45s ease;
  pointer-events: none;
  z-index: 3;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.wmn-property-card:hover::before {
  opacity: 1;
}


/* Property image premium overlay */
.wmn-property-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(7,27,51,0.45)),
    radial-gradient(circle at 80% 20%, rgba(245,184,46,0.10), transparent 35%);
  opacity: 0.85;
  transition: 0.45s ease;
}

.wmn-property-card:hover .wmn-property-image::after {
  opacity: 0.55;
}


/* Badge floating animation */
.wmn-property-badge {
  animation: wmnPropertyBadgeFloat 2.4s ease-in-out infinite alternate;
}

@keyframes wmnPropertyBadgeFloat {
  from {
    transform: translateY(0);
    box-shadow: 0 12px 25px rgba(245,184,46,0.22);
  }
  to {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(245,184,46,0.38);
  }
}


/* Property title premium underline */
.wmn-property-card h3 a {
  position: relative;
  display: inline;
  background-image: linear-gradient(90deg, #f5b82e, #ffd36b);
  background-size: 0% 3px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.35s ease, color 0.35s ease;
}

.wmn-property-card:hover h3 a {
  background-size: 100% 3px;
}


/* Meta chips premium */
.wmn-property-meta span {
  transition: 0.3s ease;
}

.wmn-property-card:hover .wmn-property-meta span {
  background: rgba(245,184,46,0.18);
  transform: translateY(-2px);
}


/* Card content slight lift */
.wmn-property-content {
  transition: 0.35s ease;
}

.wmn-property-card:hover .wmn-property-content {
  transform: translateY(-3px);
}


/* Buttons premium shine */
.wmn-gold-btn,
.wmn-outline-btn,
.wmn-white-btn,
.wmn-property-btn,
.wmn-property-whatsapp {
  isolation: isolate;
}

.wmn-gold-btn::before,
.wmn-outline-btn::before,
.wmn-white-btn::before,
.wmn-property-btn::before,
.wmn-property-whatsapp::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 75%;
  height: 100%;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255,255,255,0.48),
    transparent
  );
  transition: 0.65s ease;
  z-index: -1;
}

.wmn-gold-btn:hover::before,
.wmn-outline-btn:hover::before,
.wmn-white-btn:hover::before,
.wmn-property-btn:hover::before,
.wmn-property-whatsapp:hover::before {
  left: 130%;
}


/* Button arrows */
.wmn-property-btn::after,
.wmn-property-whatsapp::after {
  content: "→";
  margin-left: 8px;
  transition: 0.3s ease;
}

.wmn-property-btn:hover::after,
.wmn-property-whatsapp:hover::after {
  transform: translateX(6px);
}


/* Loader pulse */
.wmn-prop-loader {
  animation: wmnPropLoaderPulse 1.6s ease-in-out infinite alternate;
}

@keyframes wmnPropLoaderPulse {
  from {
    transform: translateY(0);
    box-shadow: 0 14px 35px rgba(7,27,51,0.08);
  }
  to {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(245,184,46,0.16);
  }
}


/* Cards reveal after JS load */
.wmn-property-card {
  animation: wmnPropertyCardReveal 0.75s ease both;
}

.wmn-property-card:nth-child(1) { animation-delay: 0.05s; }
.wmn-property-card:nth-child(2) { animation-delay: 0.12s; }
.wmn-property-card:nth-child(3) { animation-delay: 0.19s; }
.wmn-property-card:nth-child(4) { animation-delay: 0.26s; }
.wmn-property-card:nth-child(5) { animation-delay: 0.33s; }
.wmn-property-card:nth-child(6) { animation-delay: 0.40s; }

@keyframes wmnPropertyCardReveal {
  from {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}


/* Section heading premium side lines */
.wmn-section-heading .wmn-small-title {
  position: relative;
}

.wmn-section-heading .wmn-small-title::before,
.wmn-section-heading .wmn-small-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(245,184,46,0.9));
}

.wmn-section-heading .wmn-small-title::before {
  right: calc(100% + 14px);
}

.wmn-section-heading .wmn-small-title::after {
  left: calc(100% + 14px);
  background: linear-gradient(90deg, rgba(245,184,46,0.9), transparent);
}


/* CTA luxury effect */
.wmn-prop-cta-box {
  isolation: isolate;
}

.wmn-prop-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: conic-gradient(
    from 180deg,
    rgba(245,184,46,0.9),
    transparent,
    rgba(245,184,46,0.35),
    transparent,
    rgba(245,184,46,0.9)
  );
  pointer-events: none;
  animation: wmnPropCtaBorder 4s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@keyframes wmnPropCtaBorder {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(22deg);
  }
}

.wmn-prop-cta-box::after {
  animation: wmnPropCtaPulse 4.2s ease-in-out infinite alternate !important;
}

@keyframes wmnPropCtaPulse {
  from {
    transform: scale(1) translate(0, 0);
    opacity: 0.42;
  }
  to {
    transform: scale(1.25) translate(-28px, -24px);
    opacity: 0.9;
  }
}


/* Mobile safe */
@media (max-width: 767px) {
  .wmn-dynamic-properties-page::before {
    display: none;
  }

  .wmn-prop-hero .wmn-prop-container::before {
    display: none;
  }

  .wmn-prop-hero::after {
    width: 260px !important;
    height: 260px !important;
    right: -100px !important;
    bottom: -120px !important;
  }

  .wmn-property-card:hover {
    transform: translateY(-6px) scale(1) !important;
  }

  .wmn-section-heading .wmn-small-title::before,
  .wmn-section-heading .wmn-small-title::after {
    display: none;
  }
}/* End custom CSS */