.elementor-146 .elementor-element.elementor-element-20ebd09{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-649cd5f */.terms-page {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f8f8;
  padding: 60px 20px;
}

.terms-wrapper {
  background-color: #ffffff;
  max-width: 900px;
  margin: auto;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.terms-wrapper h1 {
  font-size: 32px;
  color: #0A1A3E;
  margin-bottom: 25px;
  text-align: center;
}

.terms-wrapper h2 {
  font-size: 20px;
  color: #1e7eff;
  margin-top: 30px;
  margin-bottom: 10px;
}

.terms-wrapper p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
}

.terms-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.terms-wrapper ul li {
  font-size: 15px;
  margin-bottom: 8px;
}
.terms-wrapper a {
  color: #1e7eff;
  text-decoration: none;
}
.terms-wrapper a:hover {
  text-decoration: underline;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .terms-wrapper {
    padding: 25px;
  }

  .terms-wrapper h1 {
    font-size: 26px;
  }

  .terms-wrapper h2 {
    font-size: 18px;
  }

  .terms-wrapper p,
  .terms-wrapper li {
    font-size: 14px;
  }
}/* End custom CSS */