.elementor-290 .elementor-element.elementor-element-aec312f{--display:flex;--min-height:0px;--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;}.elementor-290 .elementor-element.elementor-element-aec312f.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-290 .elementor-element.elementor-element-aec312f{--width:115.526%;}}/* Start custom CSS for html, class: .elementor-element-14a897e *//* Privacy Policy Styles */
.privacy-policy-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #333;
  line-height: 1.6;
}

.privacy-header {
  text-align: center;
  margin-bottom: 40px;
}

.privacy-header h1 {
  font-size: 2.5em;
  color: #2c3e50;
  margin-bottom: 10px;
}

.last-updated {
  color: #666;
  font-size: 0.9em;
}

.privacy-section {
  background: #ffffff;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.privacy-section h2 {
  color: #2c3e50;
  font-size: 1.8em;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.privacy-section h3 {
  color: #34495e;
  font-size: 1.3em;
  margin: 20px 0 10px;
}

.company-details {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 6px;
}

.company-details p {
  margin: 5px 0;
}

.data-types ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.security-measures li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.security-measures li::before {
  content: "✓";
  color: #27ae60;
  position: absolute;
  left: 0;
}

.rights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.right-item {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 6px;
}

.right-item h3 {
  color: #2c3e50;
  margin-bottom: 10px;
}

.contact-info {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 6px;
  margin-top: 15px;
}

a {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #2980b9;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .privacy-policy-container {
    padding: 20px 15px;
  }

  .privacy-section {
    padding: 20px;
  }

  .rights-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */