.elementor-8657 .elementor-element.elementor-element-e9aca4f{--display:flex;}.elementor-8657 .elementor-element.elementor-element-e9aca4f .spaciaz-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.elementor-8657 .elementor-element.elementor-element-92b6a3c .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-8657 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}/* Start custom CSS *//* ===============================
   WMN Ultra Premium Animation CSS
   Paste before closing </style>
================================ */

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Premium section reveal feel */
.wmn-founder-section,
.wmn-mission-section,
.wmn-who-section,
.wmn-services-section,
.wmn-values-section,
.wmn-about-content-section,
.wmn-about-cta {
  animation: wmnSectionReveal 0.9s ease both;
}

@keyframes wmnSectionReveal {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Luxury hero overlay movement */
.wmn-about-hero::before {
  animation: wmnLuxuryGlowMove 7s ease-in-out infinite alternate;
}

@keyframes wmnLuxuryGlowMove {
  from {
    opacity: 0.75;
    transform: translateX(0) translateY(0);
  }
  to {
    opacity: 1;
    transform: translateX(-25px) translateY(18px);
  }
}


/* Premium hero text stagger */
.wmn-about-hero-content .wmn-small-title,
.wmn-about-hero-content h1,
.wmn-about-hero-content p,
.wmn-hero-buttons {
  opacity: 0;
  animation: wmnHeroTextLuxury 0.9s ease forwards;
}

.wmn-about-hero-content .wmn-small-title {
  animation-delay: 0.15s;
}

.wmn-about-hero-content h1 {
  animation-delay: 0.32s;
}

.wmn-about-hero-content p {
  animation-delay: 0.48s;
}

.wmn-hero-buttons {
  animation-delay: 0.65s;
}

@keyframes wmnHeroTextLuxury {
  from {
    opacity: 0;
    transform: translateY(26px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}


/* Golden underline animation under headings */
.wmn-founder-content h2,
.wmn-mission-content h2,
.wmn-section-heading h2,
.wmn-values-content h2,
.wmn-about-content-box h2,
.wmn-cta-box h2 {
  position: relative;
}

.wmn-founder-content h2::after,
.wmn-mission-content h2::after,
.wmn-section-heading h2::after,
.wmn-values-content h2::after,
.wmn-about-content-box h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  margin-top: 16px;
  border-radius: 99px;
  background: linear-gradient(90deg, #f5b82e, #ffd36b, transparent);
  animation: wmnGoldLine 2.2s ease-in-out infinite alternate;
}

.wmn-section-heading h2::after {
  margin-left: auto;
  margin-right: auto;
}

@keyframes wmnGoldLine {
  from {
    width: 58px;
    opacity: 0.75;
  }
  to {
    width: 105px;
    opacity: 1;
  }
}


/* Premium card glass hover */
.wmn-founder-content,
.wmn-mission-content,
.wmn-who-card,
.wmn-service-card,
.wmn-values-box,
.wmn-about-content-box {
  position: relative;
  overflow: hidden;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.wmn-founder-content::before,
.wmn-mission-content::before,
.wmn-who-card::before,
.wmn-service-card::before,
.wmn-values-box::before,
.wmn-about-content-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(245, 184, 46, 0.13),
    transparent 35%,
    rgba(7, 27, 51, 0.04)
  );
  opacity: 0;
  transition: 0.45s ease;
  pointer-events: none;
}

.wmn-founder-content:hover::before,
.wmn-mission-content:hover::before,
.wmn-who-card:hover::before,
.wmn-service-card:hover::before,
.wmn-values-box:hover::before,
.wmn-about-content-box:hover::before {
  opacity: 1;
}

.wmn-founder-content:hover,
.wmn-mission-content:hover,
.wmn-who-card:hover,
.wmn-service-card:hover,
.wmn-values-box:hover,
.wmn-about-content-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 32px 80px rgba(7, 27, 51, 0.18);
  border-color: rgba(245, 184, 46, 0.35);
}


/* CEO image premium depth */
.wmn-founder-image {
  overflow: hidden;
  border-radius: 30px;
}

.wmn-founder-image img {
  transition: transform 0.7s ease, filter 0.7s ease;
}

.wmn-founder-image:hover img {
  transform: scale(1.045);
  filter: brightness(1.05) contrast(1.08) saturate(1.06);
}

.wmn-founder-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 28px;
  background: linear-gradient(
    120deg,
    transparent 20%,
    rgba(255,255,255,0.22) 45%,
    transparent 70%
  );
  transform: translateX(-130%);
  transition: 0.75s ease;
  pointer-events: none;
}

.wmn-founder-image:hover::after {
  transform: translateX(130%);
}


/* Premium icon glow */
.wmn-icon,
.wmn-focus-item span {
  position: relative;
}

.wmn-icon::after,
.wmn-focus-item span::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  background: rgba(245, 184, 46, 0.28);
  filter: blur(12px);
  z-index: -1;
  opacity: 0;
  transition: 0.35s ease;
}

.wmn-who-card:hover .wmn-icon::after,
.wmn-focus-item:hover span::after {
  opacity: 1;
}

.wmn-who-card:hover .wmn-icon {
  transform: translateY(-8px) scale(1.09) rotate(-4deg);
}


/* Mission dark card premium effect */
.wmn-mission-card {
  position: relative;
  overflow: hidden;
}

.wmn-mission-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -90px;
  background: rgba(245, 184, 46, 0.18);
  border-radius: 50%;
  filter: blur(12px);
  animation: wmnDarkCardGlow 4s ease-in-out infinite alternate;
}

@keyframes wmnDarkCardGlow {
  from {
    transform: scale(1);
    opacity: 0.45;
  }
  to {
    transform: scale(1.2);
    opacity: 0.85;
  }
}

.wmn-mission-card > * {
  position: relative;
  z-index: 2;
}


/* Focus item premium slide */
.wmn-focus-item {
  transition: 0.35s ease;
  border-radius: 16px;
}

.wmn-focus-item:hover {
  padding-left: 14px;
  background: rgba(255,255,255,0.04);
}


/* Service cards top gold shine */
.wmn-service-card {
  border-top: none;
}

.wmn-service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, #f5b82e, #ffd36b, #f5b82e);
  transition: 0.35s ease;
}

.wmn-service-card:hover::after {
  left: 12px;
  right: 12px;
  height: 5px;
}


/* Luxury buttons */
.wmn-gold-btn,
.wmn-outline-btn,
.wmn-dark-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.wmn-gold-btn::after,
.wmn-outline-btn::after,
.wmn-dark-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.38),
    transparent
  );
  transform: translateX(-120%);
  transition: 0.65s ease;
  z-index: -1;
}

.wmn-gold-btn:hover::after,
.wmn-outline-btn:hover::after,
.wmn-dark-btn:hover::after {
  transform: translateX(120%);
}

.wmn-gold-btn:hover,
.wmn-outline-btn:hover,
.wmn-dark-btn:hover {
  letter-spacing: 0.3px;
}


/* CTA premium glowing border */
.wmn-cta-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(245, 184, 46, 0.25);
}

.wmn-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(245,184,46,0.75),
    transparent,
    rgba(245,184,46,0.35)
  );
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}


/* Values premium hover */
.wmn-values-list div {
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
}

.wmn-values-list div::before {
  content: "✓";
  margin-right: 8px;
  color: #f5b82e;
}

.wmn-values-list div:hover {
  background: #071b33;
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 16px 35px rgba(7, 27, 51, 0.16);
}


/* Mobile safe */
@media (max-width: 767px) {
  .wmn-about-hero {
    animation: none !important;
  }

  .wmn-founder-content:hover,
  .wmn-mission-content:hover,
  .wmn-who-card:hover,
  .wmn-service-card:hover,
  .wmn-values-box:hover,
  .wmn-about-content-box:hover {
    transform: translateY(-4px);
  }

  .wmn-founder-image:hover img {
    transform: scale(1.015);
  }

  .wmn-founder-content h2::after,
  .wmn-mission-content h2::after,
  .wmn-section-heading h2::after,
  .wmn-values-content h2::after,
  .wmn-about-content-box h2::after {
    width: 70px;
  }
}/* End custom CSS */