.elementor-642 .elementor-element.elementor-element-6685a65{--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-d3e46b3 */.terms-wrapper {
  background: #fafafa;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  font-family: "Inter", "Montserrat", "Helvetica Neue", sans-serif;
  color: #333;
  line-height: 1.7;
}

.terms-container {
  background: #fff;
  max-width: 900px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 60px 50px;
  transition: all 0.3s ease;
}

.terms-container:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.terms-container h1 {
  font-size: 2rem;
  color: #0b3d91;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
}

.terms-container h2 {
  font-size: 1.25rem;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #1d1d1d;
  position: relative;
}

.terms-container h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 40px;
  height: 2px;
  background: #0b3d91;
  border-radius: 4px;
}

.terms-container p {
  margin-bottom: 16px;
  font-size: 0.95rem;
}

.terms-container a {
  color: #0b3d91;
  text-decoration: none;
}

.terms-container a:hover {
  text-decoration: underline;
}

.signature {
  margin-top: 50px;
  text-align: right;
  font-size: 0.95rem;
  color: #555;
}

@media (max-width: 768px) {
  .terms-container {
    padding: 40px 25px;
  }

  .terms-container h1 {
    font-size: 1.6rem;
  }
}/* End custom CSS */