.elementor-545 .elementor-element.elementor-element-9bea07a{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7f6123c *//* Terms & Conditions Page Styling */

.terms-container {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  font-family: "Segoe UI", Arial, sans-serif;
  color: #333;
  line-height: 1.8;
}

/* Main Title */
.terms-container h1 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700;
}

/* Subtitle */
.terms-container em {
  display: block;
  text-align: center;
  color: #777;
  margin-bottom: 30px;
  font-size: 14px;
}

/* Section Headings */
.terms-container h2 {
  font-size: 22px;
  margin-top: 35px;
  margin-bottom: 15px;
  padding-left: 12px;
  border-left: 4px solid #cc9e42;
  font-weight: 600;
}

/* Paragraphs */
.terms-container p {
  margin-bottom: 15px;
  font-size: 16px;
}

/* Lists */
.terms-container ul {
  margin: 15px 0 20px 20px;
  padding-left: 15px;
}

.terms-container ul li {
  margin-bottom: 8px;
  font-size: 15px;
}

/* Strong text */
.terms-container strong {
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .terms-container {
    padding: 20px;
    margin: 30px 15px;
  }

  .terms-container h1 {
    font-size: 26px;
  }

  .terms-container h2 {
    font-size: 18px;
  }
}/* End custom CSS */