.elementor-259 .elementor-element.elementor-element-73b4192{--display:flex;}.elementor-259 .elementor-element.elementor-element-8b750ef{--spacer-size:0px;}.elementor-259 .elementor-element.elementor-element-eb1003d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-043f007 */.terms-page {
  font-family: 'Poppins', sans-serif;
  color: #333;
  background: #f8f9fa;
  line-height: 1.7;
}

/* HERO SECTION */
.hero-section {
  text-align: center;
  background: linear-gradient(135deg, #11a63d, #0c8b32);
  color: #fff;
  padding: 80px 20px;
  border-bottom: 4px solid #0c8b32;
}

.hero-section h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-subtitle {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  opacity: 0.95;
}

/* TERMS SECTIONS */
.terms-section, .contact-section {
  max-width: 950px;
  margin: 50px auto;
  background: #fff;
  padding: 30px 25px;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.terms-section h2,
.contact-section h2 {
  color: #11a63d;
  font-size: 1.6rem;
  border-left: 5px solid #11a63d;
  padding-left: 12px;
  margin-bottom: 15px;
}

.terms-section ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-top: 10px;
}

.terms-section li {
  margin-bottom: 8px;
}

/* CONTACT */
.contact-section a {
  color: #11a63d;
  text-decoration: none;
  font-weight: 600;
}

.contact-section a:hover {
  text-decoration: underline;
}

/* FOOTER */
.terms-footer {
  text-align: center;
  background: #11a63d;
  color: #fff;
  padding: 40px 15px;
  font-size: 0.9rem;
  border-top: 3px solid #0c8b32;
}

/* Hover and Accent Effects */
.terms-section:hover {
  box-shadow: 0 8px 20px rgba(17, 166, 61, 0.1);
  transition: 0.3s ease-in-out;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.1rem;
  }

  .terms-section,
  .contact-section {
    margin: 30px 10px;
    padding: 20px;
  }

  .terms-section h2 {
    font-size: 1.4rem;
  }
}/* End custom CSS */