.elementor-3 .elementor-element.elementor-element-d769856{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3 .elementor-element.elementor-element-c3289cc{text-align:center;}.elementor-3 .elementor-element.elementor-element-c3289cc .elementor-heading-title{color:#3C83F6;}.elementor-3 .elementor-element.elementor-element-30179f8{--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;}.elementor-3 .elementor-element.elementor-element-30179f8.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-3 .elementor-element.elementor-element-30179f8{--width:96.288%;}}/* Start custom CSS for html, class: .elementor-element-3ccd565 *//* Container & Background */
.privacy-container {
  background-color: #f8fafc;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #334155;
  line-height: 1.7;
}

/* Card Styling */
.privacy-card {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
  border: 1px solid #e2e8f0;
}

/* Header */
.privacy-header {
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

/* Primary Heading Color Override */
.privacy-title,
.privacy-section h2,
.toc-title {
  color: #44a2f5 !important;
  font-weight: 700;
  margin-top: 0;
}

.privacy-title {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.privacy-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
}

.meta-badge {
  background-color: #e6f3ff;
  color: #44a2f5;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
}

.meta-date {
  color: #64748b;
}

/* Body & Typography */
.privacy-body p {
  margin-bottom: 18px;
  font-size: 1rem;
}

.privacy-lead {
  font-size: 1.05rem;
  font-weight: 400;
  color: #1e293b;
}

.privacy-section {
  margin-bottom: 36px;
  scroll-margin-top: 20px;
}

.privacy-section h2 {
  font-size: 1.4rem;
  margin-bottom: 16px;
}

/* Table of Contents */
.privacy-toc {
  background-color: #f0f7ff;
  border-left: 4px solid #44a2f5;
  padding: 24px;
  border-radius: 0 8px 8px 0;
  margin: 32px 0;
}

.toc-title {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.toc-list {
  margin: 0;
  padding-left: 20px;
}

.toc-list li {
  margin-bottom: 8px;
}

.toc-list a {
  color: #334155;
  text-decoration: none;
  transition: color 0.2s ease;
}

.toc-list a:hover {
  color: #44a2f5;
  text-decoration: underline;
}

/* Lists */
.styled-list {
  padding-left: 20px;
  margin-bottom: 20px;
}

.styled-list li {
  margin-bottom: 12px;
}

/* Table Styling */
.table-responsive {
  overflow-x: auto;
  margin: 24px 0 12px 0;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.privacy-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.95rem;
}

.privacy-table th {
  background-color: #44a2f5 !important;
  color: #ffffff !important;
  padding: 14px 18px;
  font-weight: 600;
}

.privacy-table td {
  padding: 14px 18px;
  border-top: 1px solid #e2e8f0;
  background-color: #ffffff;
}

.privacy-table tbody tr:nth-child(even) td {
  background-color: #f8fafc;
}

.table-note {
  font-size: 0.85rem;
  color: #64748b;
  font-style: italic;
}

/* Contact Card */
.contact-card {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  margin-top: 16px;
}

.contact-card p {
  margin-bottom: 8px;
}

.contact-card p:last-child {
  margin-bottom: 0;
}

/* Divider & Links */
.privacy-divider {
  border: 0;
  height: 1px;
  background: #e2e8f0;
  margin: 36px 0;
}

a {
  color: #44a2f5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .privacy-card {
    padding: 24px;
  }

  .privacy-title {
    font-size: 1.75rem;
  }

  .privacy-section h2 {
    font-size: 1.25rem;
  }
}/* End custom CSS */