.elementor-1215 .elementor-element.elementor-element-46748d1{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1215 .elementor-element.elementor-element-aa4701e > .elementor-widget-container{margin:1px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-aa4701e */.privacy-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Poppins', sans-serif;
  color: #333;
  line-height: 1.8;
}

.privacy-section {
  background-color: #f9f9f9;
  padding: 25px;
  border-left: 5px solid #007bff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.privacy-section:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.privacy-section h2 {
  color: #003366;
  margin-top: 0;
  font-size: 1.8em;
}

.privacy-section a {
  color: #007bff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .privacy-section h2 {
    font-size: 1.4em;
  }

  .privacy-container {
    padding: 15px;
  }
}/* End custom CSS */