.elementor-1203 .elementor-element.elementor-element-6e34be7{--display:flex;--padding-top:60px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1203 .elementor-element.elementor-element-871cfc0{color:var( --e-global-color-astglobalcolor2 );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-1203 .elementor-element.elementor-element-6e34be7{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-871cfc0 *//* Main Container */
.terms-light {
  max-width: 900px;
  margin: 0px auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #eee;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  font-family: 'Poppins', sans-serif;
  color: #333;
  line-height: 1.8;
}

/* Main Heading */
.terms-light h1 {
  font-size: 38px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  position: relative;
}

/* Yellow underline */
.terms-light h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #f5b400;
  margin-top: 10px;
  border-radius: 2px;
}

/* Sub Headings */
.terms-light h2  {
  font-size: 22px;
  font-weight: 600;
  color: black;
  margin-top: 30px;
  margin-bottom: 10px;
  border-left: 4px solid #f5b400;
  padding-left: 10px;
}
.terms-light  h3{
    font-size: 20px;
}

/* Paragraph */
.terms-light p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

/* Lists */
.terms-light ul {
  padding-left: 20px;
}

.terms-light ul li {
  margin-bottom: 8px;
  color: #555;
}

/* Links */
.terms-light a {
  color: #f5b400;
  text-decoration: none;
  font-weight: 500;
}

.terms-light a:hover {
  text-decoration: underline;
}

/* Strong text */
.terms-light strong {
  color: #000;
}

/* Mobile */
@media (max-width: 768px) {
  .terms-light {
    padding: 20px;
  }

  .terms-light h1 {
    font-size: 26px;
  }

  .terms-light h2 {
    font-size: 18px;
  }
}/* End custom CSS */