#fw-section-hero-1747926702 {

/* Main Heading */
h1, .pink-glow3text {
  margin-top: 350px !important;
  color: #dd095f !important;
  font-family: 'Arial Rounded MT Bold', 'Segoe UI Rounded', 'Verdana', 'Arial', sans-serif !important;
  font-weight: 700 !important;
  font-size: 64px !important;
  text-shadow:
    -5px -5px 0 #ffffff,
     5px -5px 0 #ffffff,
    -5px  5px 0 #ffffff,
     5px  5px 0 #ffffff,
    -5px  0px 0 #ffffff,
     5px  0px 0 #ffffff,
     0px -5px 0 #ffffff,
     0px  5px 0 #ffffff,
    -4px -4px 0 #ffffff,
     4px -4px 0 #ffffff,
    -4px  4px 0 #ffffff,
     4px  4px 0 #ffffff,
    -4px  0px 0 #ffffff,
     4px  0px 0 #ffffff,
     0px -4px 0 #ffffff,
     0px  4px 0 #ffffff !important;
  text-align: center;
}

/* Subheading */
h1 + h2, h1 + p, .subheading-glow {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #dd095f;
  font-family: 'Arial Rounded MT Bold', 'Segoe UI Rounded', 'Verdana', 'Arial', sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  text-shadow:
    -2px -2px 0 #ffffff,
     2px -2px 0 #ffffff,
    -2px  2px 0 #ffffff,
     2px  2px 0 #ffffff,
     0px  0px 8px #ffccf9;
  text-align: center;
}

/* 🌟 Target ALL the buttons, including outlines */
.button--outline.button--expand,
.button--outline,
.button--expand {
  background-color: #dd095f !important;
  color: #ffffff !important;
  font-family: 'Arial Rounded MT Bold', 'Segoe UI Rounded', 'Verdana', 'Arial', sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  border: none !important;
  margin: 4px !important;
  text-transform: none !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  display: inline-block !important;
  text-align: center !important;
}

/* Add space ABOVE the button group */
.button--outline.button--expand,
.button--outline,
.button--expand {
  margin-top: 50px !important; /* 👈 Adjust this number if you want more or less */
}

/* ✨ Optional hover glow */
.button--outline:hover,
.button--expand:hover {
  background-color: #b1074d !important;
  transform: scale(1.05);
}

}