.elementor-678 .elementor-element.elementor-element-b1e7ae1{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-b269214 *//* General styling for the privacy policy container */
.privacy-container {
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  color: #2c2c2c;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 30px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  line-height: 1.8;
  font-size: 17px;
}

/* Styling for the title */
.privacy-container h1,
.privacy-container .privacy-title {
  font-size: 36px;
  text-align: center;
  color: #111;
  margin-bottom: 40px;
  font-weight: 700;
}

/* Styling for subheadings */
.privacy-container h2 {
  font-size: 26px;
  color: #333;
  border-left: 5px solid #5cb85c;
  padding-left: 15px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.privacy-container h3 {
  font-size: 22px;
  color: #444;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* Paragraph styling */
.privacy-container p {
  margin-bottom: 18px;
}

/* List styling for both ordered and unordered lists */
.privacy-container ul,
.privacy-container ol {
  margin: 15px 0 25px 30px;
}

/* List item styling */
.privacy-container li {
  margin-bottom: 12px;
}

/* Link styling */
.privacy-container a {
  color: #0073e6;
  text-decoration: none;
  font-weight: 500;
}

.privacy-container a:hover {
  text-decoration: underline;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .privacy-container {
    padding: 40px 20px;
    font-size: 16px;
  }

  .privacy-container h1,
  .privacy-container .privacy-title {
    font-size: 28px;
  }

  .privacy-container h2 {
    font-size: 22px;
  }

  .privacy-container h3 {
    font-size: 20px;
  }
}/* End custom CSS */