.elementor-57 .elementor-element.elementor-element-ee1be39{--display:flex;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

#profit-masters-wrapper {
  position: relative;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at center, #0a0018, #000);
}

/* Canvas */
#profit-masters-wrapper canvas#neonWave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Container */
#profit-masters-wrapper .container {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 25px;
  max-width: 420px;
  background: rgba(0,0,0,0.35);
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(162,0,255,0.4);
  backdrop-filter: blur(10px);
}

/* Logo */
#profit-masters-wrapper .logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #a200ff;
  box-shadow: 0 0 35px #a200ff;
  animation: glowLogo 2s infinite alternate;
  object-fit: cover;
}
@keyframes glowLogo {
  from { box-shadow: 0 0 20px #a200ff; }
  to { box-shadow: 0 0 45px #00eaff; }
}

/* Heading */
#profit-masters-wrapper h1 {
  font-size: 1.9rem;
  margin: 10px 0;
  background: linear-gradient(90deg,#a200ff,#00eaff);
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
  font-weight: 700;
}

/* Subtitle */
#profit-masters-wrapper .subtitle {
  font-size: 1rem;
  color: #d8d8d8;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Join Button */
#profit-masters-wrapper .join-btn {
  display: inline-block;
  background: linear-gradient(90deg,#a200ff,#00eaff);
  color: #fff;
  font-weight: 600;
  padding: 13px 36px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 1rem;
  box-shadow: 0 0 25px #a200ff;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%{box-shadow:0 0 15px #a200ff;}
  50%{box-shadow:0 0 30px #00eaff;}
  100%{box-shadow:0 0 15px #a200ff;}
}

/* Proofs */
#profit-masters-wrapper .proofs {
  margin-top: 25px;
  overflow: hidden;
  white-space: nowrap;
}
#profit-masters-wrapper .scroll-track {
  display: inline-flex;
  animation: scroll 15s linear infinite;
}
#profit-masters-wrapper .proofs img {
  width: 110px;
  height: 190px;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 5px;
  border: 2px solid #a200ff;
  box-shadow: 0 0 20px #a200ff;
}
@keyframes scroll {
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

/* Footer */
#profit-masters-wrapper footer {
  margin-top: 18px;
  font-size: 0.8rem;
  color: #888;
}/* End custom CSS */