.elementor-124 .elementor-element.elementor-element-7e38cc7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-03283a5 *//* BASE & RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #F4F4F4;
  color: #333333;
  line-height: 1.6;
}

/* TOP HEADER */
.header-section {
  text-align: center;
  padding: 2.5rem 1rem 1rem 1rem;
  background-color: #F4F4F4;
}

.main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2D114D;
}

.main-title span {
  color: #8A2BE2;
}

.header-divider {
  border: 0;
  height: 1px;
  background-color: #D3D3D3;
  margin: 1.5rem auto 0 auto;
  max-width: 100%;
}

/* MAIN BLACK BOX */
.content-wrapper {
  background-color: #121316;
  color: #E0E0E0;
  max-width: 100%;
  padding: 4rem 15% 3rem 15%;
}

/* THANK YOU SECTION */
.thank-you-section {
  margin-bottom: 3.5rem;
}

.gradient-purple {
  font-size: 2.2rem;
  font-weight: 700;
  background: linear-gradient(90deg, #6A1B9A, #AB47BC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
}

.thank-you-section p {
  font-size: 0.95rem;
  color: #CCCCCC;
  margin-bottom: 1.25rem;
  max-width: 800px;
}

.signature {
  margin-top: 2rem;
}

.signature p {
  margin-bottom: 0.25rem;
}

.author-name {
  font-weight: 700;
  color: #FFFFFF;
}

/* COMMUNITY SECTION */
.community-section {
  text-align: left;
}

.community-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #00E5FF;
  margin-bottom: 0.75rem;
}

.community-section p {
  font-size: 0.9rem;
  color: #CCCCCC;
  margin-bottom: 2rem;
}

/* SOCIAL ICONS */
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}

.icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #FFFFFF;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.icon:hover {
  transform: scale(1.1);
}

.whatsapp {
  background-color: #25D366;
}

.gmail {
  background-color: #EA4335;
}

.facebook {
  background-color: #1877F2;
}

/* FOOTER */
.footer-section {
  background-color: #FFFFFF;
  text-align: center;
  padding: 1.5rem 1rem;
}

.footer-section p {
  font-size: 0.85rem;
  color: #222222;
  font-weight: 600;
}

.footer-section a {
  color: #2575FC;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

/* RESPONSIVE LAYOUT */
@media (max-width: 768px) {
  .content-wrapper {
    padding: 2.5rem 1.5rem 2rem 1.5rem;
  }

  .main-title {
    font-size: 2rem;
  }

  .gradient-purple {
    font-size: 1.75rem;
  }
}/* End custom CSS */