.elementor-1143 .elementor-element.elementor-element-c082539 > .elementor-element-populated{margin:0px 0px 0px 25px;--e-column-margin-right:0px;--e-column-margin-left:25px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ea3526b */.discover-hero {
  background: #000; /* black background */
  padding: 120px 20px;
  text-align: center;
  font-family: 'Montserrat', system-ui, sans-serif;
}

.discover-hero h1 {
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 800;
  margin: 0 0 30px;
  line-height: 1.1;

  /* animated gradient text */
  background: linear-gradient(270deg, #FAD0C4, #FFD1FF, #f8bda8);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 15s ease infinite; /* slow subtle shift */
}

.discover-hero p {
  margin: 0 auto;
  max-width: 720px;
  line-height: 1.6;
}

.discover-hero .line1 {
  display: block;
  font-size: clamp(35px, 2.5vw, 26px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px; /* more space after line 1 */
}

.discover-hero .line2 {
  display: block;
  font-size: clamp(18px, 2vw, 22px);
  color: #fff;
 
}

.discover-hero .line2 {
  display: block;
  font-size: clamp(18px, 2vw, 22px);
  color: #fff;
  margin-bottom: 2px; /* very small gap */
}

.discover-hero .line3 {
  display: block;
  font-size: clamp(18px, 2vw, 22px);
  color: #fff;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}/* End custom CSS */