.parallax-eratua {
  background-image: url("https://www.beautybellcollective.com/files/Brands/ERA%20TUA/Era_Tua_Product_Line.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 2rem;
}

.parallax-content {
  color: #fff;
  text-align: center;
  font-family: 'Roboto', 'Helvetica Neue', sans-serif;
}

.parallax-title {
  font-size: 3em; /* size of "Featuring ERATUA" */
  font-weight: 300;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
  margin: 0;
}

.parallax-subtext {
  font-size: 1.8em; /* bigger than before */
  font-weight: 400;
  margin-top: 10px;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.hero-gradient-divider {
  width: 100vw;                     /* full viewport width */
  height: 14px;                     /* ultra-thin fade */
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  background: 
    linear-gradient(
      to bottom,
      rgba(30, 30, 30, 0.45) 0%,    /* start darker, 3D shadow pop */
      rgba(245, 235, 230, 0) 100%   /* fade to peachy-beige */
    ),
    repeating-linear-gradient(
      45deg,
      rgba(50, 50, 50, 0.05),
      rgba(50, 50, 50, 0.05) 1px,
      transparent 1px,
      transparent 3px
    );
  z-index: 2;
}
.tagline-europe {
  text-align: center;
  width: 100%;
  padding: 14px 0 0 0; /* space above only */
}

.tagline-europe span {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 3.5rem;          /* your current size */
  font-weight: 400;
  color: #333;                /* dark charcoal for readability */
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  line-height: 1.1;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.35); /* subtle glow for glare */
}

/* Mobile scaling */
@media (max-width: 768px) {
  .tagline-europe span {
    font-size: 1.8rem;        /* mobile size */
  }
  .tagline-europe span::after {
    width: 32px;
    height: 1.6px;
  }
}

/* Targeting the wrapper or image section to add more vertical space */
#top-btns {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}