.elementor-901 .elementor-element.elementor-element-645d1208{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-45c328d *//* === TERMS & CONDITIONS PAGE (White Background + Black Text) === */
.terms-container {
  font-family: 'Poppins', sans-serif;
  color: #000;
  background: #fafafa;
  padding: 60px 20px;
}

/* === Hero Section === */
.terms-hero {
  text-align: center;
  margin-bottom: 50px;
}

.terms-hero h1 {
  font-size: 2.8rem;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
}

.terms-hero p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 20px;
}

/* === Download PDF Button === */
.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 30px;
  border: 2px solid #000;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.download-btn:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-2px);
}

/* === Terms Content === */
.terms-content {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  padding: 40px 50px;
  line-height: 1.7;
  color: #000;
}

.terms-content h2 {
  color: #000;
  margin-top: 30px;
  font-size: 1.3rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 8px;
  font-weight: 600;
}

.terms-content p {
  margin-top: 12px;
  color: #000;
}

.terms-content a {
  color: #000;
  text-decoration: underline;
}

.terms-content a:hover {
  text-decoration: none;
  color: #333;
}

/* === Footer Note === */
.terms-footer-note {
  margin-top: 40px;
  text-align: center;
  font-size: 0.95rem;
  color: #444;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  .terms-content {
    padding: 30px 20px;
  }

  .terms-hero h1 {
    font-size: 2.2rem;
  }
}/* End custom CSS */