.elementor-8679 .elementor-element.elementor-element-0282040{--display:flex;}.elementor-8679 .elementor-element.elementor-element-0282040 .spaciaz-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.elementor-8679 .elementor-element.elementor-element-6416476 .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-8679 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}/* Start custom CSS *//* =====================================================
   WMN TOP CLASS REAL ESTATE LUXURY ANIMATION CSS
   Paste before closing </style>
===================================================== */

/* Overall luxury smoothness */
.wmn-services-page {
  position: relative;
  animation: wmnLuxuryPageLoad 1s ease forwards;
}

@keyframes wmnLuxuryPageLoad {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Premium animated background layer */
.wmn-services-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.08), transparent 24%),
    radial-gradient(circle at 88% 35%, rgba(7,27,51,0.07), transparent 26%),
    radial-gradient(circle at 50% 90%, rgba(245,184,46,0.06), transparent 30%);
  animation: wmnBackgroundLuxuryMove 12s ease-in-out infinite alternate;
}

.wmn-services-page > * {
  position: relative;
  z-index: 1;
}

@keyframes wmnBackgroundLuxuryMove {
  from {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  to {
    transform: translateY(-28px) scale(1.04);
    opacity: 1;
  }
}


/* Hero cinematic luxury effect */
.wmn-services-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.wmn-services-hero::before {
  animation: wmnHeroAuroraMove 8s ease-in-out infinite alternate !important;
}

@keyframes wmnHeroAuroraMove {
  0% {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateX(-35px) translateY(18px) scale(1.04);
  }
  100% {
    opacity: 0.85;
    transform: translateX(25px) translateY(-18px) scale(1.08);
  }
}


/* Luxury golden property beam */
.wmn-services-hero::after {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  right: -190px;
  bottom: -230px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(245,184,46,0.22), rgba(245,184,46,0.06), transparent 66%);
  filter: blur(16px);
  z-index: 1;
  animation: wmnGoldenPropertyBeam 5.5s ease-in-out infinite alternate;
}

@keyframes wmnGoldenPropertyBeam {
  from {
    transform: scale(1) translate(0, 0);
    opacity: 0.45;
  }
  to {
    transform: scale(1.28) translate(-45px, -34px);
    opacity: 0.95;
  }
}


/* Hero premium diagonal light sweep */
.wmn-services-hero .wmn-container::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -60%;
  width: 45%;
  height: 160%;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255,255,255,0.13),
    transparent
  );
  transform: rotate(12deg);
  animation: wmnHeroLightSweep 6.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 3;
}

@keyframes wmnHeroLightSweep {
  0% {
    left: -70%;
    opacity: 0;
  }
  22% {
    opacity: 0.9;
  }
  48% {
    left: 125%;
    opacity: 0;
  }
  100% {
    left: 125%;
    opacity: 0;
  }
}


/* Hero text high-end reveal */
.wmn-services-hero-content .wmn-small-title,
.wmn-services-hero-content h1,
.wmn-services-hero-content p,
.wmn-hero-buttons {
  opacity: 0;
  animation: wmnLuxuryTextReveal 1s cubic-bezier(.22,.75,.25,1) forwards;
}

.wmn-services-hero-content .wmn-small-title {
  animation-delay: 0.15s;
}

.wmn-services-hero-content h1 {
  animation-delay: 0.32s;
}

.wmn-services-hero-content p {
  animation-delay: 0.5s;
}

.wmn-hero-buttons {
  animation-delay: 0.68s;
}

@keyframes wmnLuxuryTextReveal {
  from {
    opacity: 0;
    transform: translateY(35px) scale(0.98);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}


/* Hero heading gold line with glow */
.wmn-services-hero h1::after {
  box-shadow: 0 0 25px rgba(245,184,46,0.45);
  animation: wmnPremiumGoldLine 2.6s ease-in-out infinite alternate !important;
}

@keyframes wmnPremiumGoldLine {
  from {
    width: 70px;
    opacity: 0.65;
  }
  to {
    width: 170px;
    opacity: 1;
  }
}


/* Section label 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);
}


/* Ultra premium service card */
.wmn-service-card {
  position: relative;
  isolation: isolate;
  transform-style: preserve-3d;
  perspective: 1000px;
  transition:
    transform 0.55s cubic-bezier(.22,.75,.25,1),
    box-shadow 0.55s ease,
    border-color 0.55s ease !important;
}

/* Card luxury animated border */
.wmn-service-card::after {
  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.35),
    transparent,
    rgba(245,184,46,0.75),
    transparent
  );
  opacity: 0;
  transition: 0.45s ease;
  pointer-events: none;
  animation: wmnBorderRotate 4s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.wmn-service-card:hover::after {
  opacity: 1;
}

@keyframes wmnBorderRotate {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(18deg);
  }
}


/* Card glass light scan */
.wmn-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, transparent 34%, rgba(255,255,255,0.48) 50%, transparent 66%, transparent 100%),
    radial-gradient(circle at 85% 12%, rgba(245,184,46,0.16), transparent 28%);
  transform: translateX(-135%);
  transition: transform 0.9s ease;
  z-index: 1;
  pointer-events: none;
}

.wmn-service-card:hover::before {
  transform: translateX(135%);
}


/* Card top-class hover */
.wmn-service-card:hover {
  transform: translateY(-16px) scale(1.018) rotateX(1.2deg);
  box-shadow:
    0 34px 95px rgba(7,27,51,0.20),
    0 0 0 1px rgba(245,184,46,0.16),
    0 0 35px rgba(245,184,46,0.10);
}

.wmn-service-card > * {
  position: relative;
  z-index: 2;
}


/* Service icon premium real-estate badge */
.wmn-service-icon {
  position: relative;
  overflow: visible;
}

.wmn-service-icon::before {
  content: "";
  position: absolute;
  inset: -11px;
  border-radius: 24px;
  background: rgba(245,184,46,0.26);
  filter: blur(14px);
  z-index: -1;
  opacity: 0;
  transform: scale(0.8);
  transition: 0.4s ease;
}

.wmn-service-icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 24px;
  border: 1px solid rgba(245,184,46,0.45);
  opacity: 0;
  transform: scale(1.18);
  transition: 0.4s ease;
}

.wmn-service-card:hover .wmn-service-icon {
  transform: translateY(-10px) rotate(-6deg) scale(1.11);
}

.wmn-service-card:hover .wmn-service-icon::before {
  opacity: 1;
  transform: scale(1);
}

.wmn-service-card:hover .wmn-service-icon::after {
  opacity: 1;
  transform: scale(1);
}


/* Service title luxury underline */
.wmn-service-card h3 {
  position: relative;
  display: inline-block;
}

.wmn-service-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f5b82e, #ffd36b);
  box-shadow: 0 0 18px rgba(245,184,46,0.5);
  transition: 0.38s ease;
}

.wmn-service-card:hover h3::after {
  width: 100%;
}


/* Service card paragraph smooth lift */
.wmn-service-card p {
  transition: 0.35s ease;
}

.wmn-service-card:hover p {
  transform: translateY(-3px);
}


/* Buttons premium top-class */
.wmn-detail-btn,
.wmn-whatsapp-btn,
.wmn-gold-btn,
.wmn-outline-btn,
.wmn-dark-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

/* Button shine */
.wmn-detail-btn::before,
.wmn-whatsapp-btn::before,
.wmn-gold-btn::before,
.wmn-outline-btn::before,
.wmn-dark-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -135%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255,255,255,0.48),
    transparent
  );
  transition: 0.7s ease;
  z-index: -1;
}

.wmn-detail-btn:hover::before,
.wmn-whatsapp-btn:hover::before,
.wmn-gold-btn:hover::before,
.wmn-outline-btn:hover::before,
.wmn-dark-btn:hover::before {
  left: 135%;
}

/* Button arrow */
.wmn-detail-btn::after,
.wmn-whatsapp-btn::after {
  content: "→";
  margin-left: 8px;
  transition: 0.3s ease;
}

.wmn-detail-btn:hover::after,
.wmn-whatsapp-btn:hover::after {
  transform: translateX(6px);
}


/* Intro section premium glow */
.wmn-intro-content,
.wmn-intro-card,
.wmn-location-box,
.wmn-seo-box,
.wmn-review-card,
.wmn-process-card {
  position: relative;
  isolation: isolate;
}

.wmn-intro-content::after,
.wmn-location-box::after,
.wmn-seo-box::after,
.wmn-review-card::after,
.wmn-process-card::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -95px;
  bottom: -95px;
  background: rgba(245,184,46,0.10);
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0;
  transition: 0.4s ease;
  z-index: -1;
}

.wmn-intro-content:hover::after,
.wmn-location-box:hover::after,
.wmn-seo-box:hover::after,
.wmn-review-card:hover::after,
.wmn-process-card:hover::after {
  opacity: 1;
  transform: scale(1.25);
}


/* Dark intro card luxury aurora */
.wmn-intro-card::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -110px;
  top: -110px;
  border-radius: 50%;
  background: rgba(245,184,46,0.18);
  filter: blur(16px);
  z-index: 0;
  animation: wmnDarkLuxuryPulse 4.5s ease-in-out infinite alternate;
}

.wmn-intro-card > * {
  position: relative;
  z-index: 2;
}

@keyframes wmnDarkLuxuryPulse {
  from {
    transform: scale(1);
    opacity: 0.45;
  }
  to {
    transform: scale(1.25) translate(-22px, 22px);
    opacity: 0.92;
  }
}


/* Process dark section luxury grid */
.wmn-process-section {
  position: relative;
  isolation: isolate;
}

.wmn-process-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
  animation: wmnLuxuryGridMove 14s linear infinite;
  pointer-events: none;
}

@keyframes wmnLuxuryGridMove {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 84px 84px;
  }
}


/* Process card step luxury */
.wmn-process-card span {
  position: relative;
  transition: 0.35s ease;
}

.wmn-process-card span::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  background: rgba(245,184,46,0.22);
  filter: blur(10px);
  z-index: -1;
  opacity: 0;
  transition: 0.35s ease;
}

.wmn-process-card:hover span {
  transform: rotate(-6deg) scale(1.12);
}

.wmn-process-card:hover span::after {
  opacity: 1;
}


/* Review cards top-class quote effect */
.wmn-review-card {
  overflow: hidden;
}

.wmn-review-card::before {
  content: "“";
  position: absolute;
  right: 20px;
  top: -5px;
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  color: rgba(245,184,46,0.14);
  transition: 0.4s ease;
}

.wmn-review-card:hover::before {
  transform: rotate(-8deg) scale(1.12);
  color: rgba(245,184,46,0.20);
}

.wmn-review-card:hover .wmn-stars {
  letter-spacing: 6px;
  color: #f5b82e;
  text-shadow: 0 0 18px rgba(245,184,46,0.35);
}

.wmn-stars {
  transition: 0.35s ease;
}


/* Location tags luxury pill animation */
.wmn-location-tags span {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.wmn-location-tags span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255,255,255,0.42),
    transparent
  );
  transform: translateX(-130%);
  transition: 0.6s ease;
  z-index: -1;
}

.wmn-location-tags span:hover::before {
  transform: translateX(130%);
}

.wmn-location-tags span:hover {
  box-shadow: 0 14px 32px rgba(7,27,51,0.15);
}


/* CTA luxury premium border */
.wmn-cta-box {
  isolation: isolate;
}

.wmn-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: wmnCtaBorderGlow 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 wmnCtaBorderGlow {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(20deg);
  }
}


/* CTA golden glow */
.wmn-cta-box::after {
  animation: wmnCtaLuxuryPulse 4.2s ease-in-out infinite alternate !important;
}

@keyframes wmnCtaLuxuryPulse {
  from {
    transform: scale(1) translate(0, 0);
    opacity: 0.42;
  }
  to {
    transform: scale(1.25) translate(-28px, -24px);
    opacity: 0.9;
  }
}


/* Internal links premium arrow */
.wmn-link-buttons a {
  position: relative;
  overflow: hidden;
}

.wmn-link-buttons a::after {
  content: "→";
  margin-left: 8px;
  transition: 0.3s ease;
}

.wmn-link-buttons a:hover::after {
  transform: translateX(6px);
}


/* Premium hover consistency */
.wmn-intro-content:hover,
.wmn-intro-card:hover,
.wmn-process-card:hover,
.wmn-location-box:hover,
.wmn-seo-box:hover,
.wmn-review-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 30px 80px rgba(7,27,51,0.17),
    0 0 0 1px rgba(245,184,46,0.10);
}


/* Disable heavy effects on mobile */
@media (max-width: 767px) {
  .wmn-services-page::before {
    display: none;
  }

  .wmn-services-hero .wmn-container::before {
    display: none;
  }

  .wmn-services-hero::after {
    width: 260px;
    height: 260px;
    right: -100px;
    bottom: -120px;
  }

  .wmn-service-card:hover {
    transform: translateY(-6px) scale(1);
  }

  .wmn-intro-content:hover,
  .wmn-intro-card:hover,
  .wmn-process-card:hover,
  .wmn-location-box:hover,
  .wmn-seo-box:hover,
  .wmn-review-card:hover {
    transform: translateY(-5px);
  }

  .wmn-section-heading .wmn-small-title::before,
  .wmn-section-heading .wmn-small-title::after {
    display: none;
  }
}/* End custom CSS */