/* Start custom CSS for html, class: .elementor-element-273f030 *//* FOOTER */
.bp-footer{
  background:#06263d;
  color:#a8b7c8;

  text-align:center;

  padding:48px 24px;
}

.bp-footer-logo img{
  height:34px;
  width:auto;

  margin-bottom:18px;
}

.bp-footer p{
  font-size:15px;
  margin-bottom:18px;
}

.bp-footer-links{
  display:flex;
  justify-content:center;
  gap:22px;
  flex-wrap:wrap;
}

.bp-footer-links a{
  color:#d7e2ec;
  text-decoration:none;
  font-size:14px;
}

.bp-footer-links a:hover{
  color:#08d6aa;
}
/* FOOTER BRAND FIX */
.bp-footer-brand{
  font-size:32px !important;
  font-weight:800 !important;
  color:#ffffff !important;

  margin-bottom:14px !important;

  letter-spacing:-1px !important;
}

.bp-footer-brand span{
  color:#08d6aa !important;
}

.bp-footer p{
  color:#8ea2b7 !important;
}

.bp-footer-links a{
  color:#ffffff !important;
}

.bp-footer-links a:hover{
  color:#08d6aa !important;
}/* End custom CSS */
/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');

body.elementor-page-2749 {
  --bp-navy: #0A2540;
  --bp-mint: #00D4A8;
  --bp-text-soft: #475569;
  --bp-text-mute: #64748B;
  --bp-bg: #F8FAFC;
  --bp-card: #FFFFFF;
  --bp-border: #E2E8F0;
  --bp-radius-lg: 16px;
}

body.elementor-page-2749 * { box-sizing: border-box; }

body { background: var(--bp-bg) !important; }

body.elementor-page-2749 p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--bp-text-soft);
}

/* HEADER */
body.elementor-page-2749 .bp-app-header {
  background: #FFFFFF;
  border-bottom: 1px solid var(--bp-border);
  padding: 16px 0;
}
body.elementor-page-2749 .bp-app-header .bp-app-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
body.elementor-page-2749 .bp-app-logo img {
  display: block;
  height: auto;
  max-width: 160px;
}
body.elementor-page-2749 .bp-app-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--bp-text-mute);
  transition: all 0.2s ease;
  text-decoration: none;
}
body.elementor-page-2749 .bp-app-close:hover {
  background: var(--bp-bg);
  color: var(--bp-navy);
}

/* CARD CONTENT */
body.elementor-page-2749 .elementor-widget-text-editor {
  max-width: 760px;
  margin: 56px auto;
  background: var(--bp-card);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius-lg);
  padding: 56px;
  box-shadow: 0 1px 3px rgba(10, 37, 64, 0.04), 0 8px 24px -8px rgba(10, 37, 64, 0.08);
}

/* PRIVACY POLICY title */
body.elementor-page-2749 .elementor-widget-text-editor p:first-child {
  font-family: 'Sora', sans-serif !important;
  font-size: clamp(28px, 4vw, 38px) !important;
  font-weight: 600 !important;
  color: var(--bp-navy) !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
  margin-bottom: 12px !important;
  text-align: center !important;
}

/* Last updated */
body.elementor-page-2749 .elementor-widget-text-editor p:nth-child(2) {
  text-align: center !important;
  font-size: 14px !important;
  color: var(--bp-text-mute) !important;
  font-style: italic !important;
  margin-bottom: 40px !important;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--bp-border);
}

body.elementor-page-2749 .elementor-widget-text-editor p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--bp-text-soft);
  margin-bottom: 16px;
}

body.elementor-page-2749 .elementor-widget-text-editor a {
  color: var(--bp-mint);
  text-decoration: underline;
  font-weight: 500;
}

@media (max-width: 640px) {
  body.elementor-page-2749 .elementor-widget-text-editor {
    padding: 32px 24px;
    margin: 24px;
  }
}
/* ─── PRIVACY/TERMS PAGE — Better readability ─── */
@media (max-width: 768px) {
  
  /* Reduce outer margins so card uses full width */
  body.elementor-page-2749 .bp-legal-page,
  body.elementor-page-2749 .bp-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  
  /* Card itself: less padding, more content space */
  body.elementor-page-2749 .bp-legal-card {
    padding: 24px 20px !important;
    border-radius: 12px !important;
  }
  
  /* Title: smaller, on 1 line */
  body.elementor-page-2749 .bp-legal-card h1,
  body.elementor-page-2749 h1 {
    font-size: 26px !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
  }
  
  /* Paragraphs: tighter line-height, smaller text */
  body.elementor-page-2749 .bp-legal-card p,
  body.elementor-page-2749 p {
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin-bottom: 14px !important;
  }
  
  /* Section headings (H2/H3) */
  body.elementor-page-2749 .bp-legal-card h2,
  body.elementor-page-2749 h2 {
    font-size: 19px !important;
    margin-top: 24px !important;
    margin-bottom: 10px !important;
  }
  
  body.elementor-page-2749 .bp-legal-card h3,
  body.elementor-page-2749 h3 {
    font-size: 16px !important;
    margin-top: 18px !important;
    margin-bottom: 8px !important;
  }
  
  /* Lists tighter */
  body.elementor-page-2749 .bp-legal-card ul,
  body.elementor-page-2749 .bp-legal-card ol,
  body.elementor-page-2749 ul,
  body.elementor-page-2749 ol {
    margin-bottom: 14px !important;
    padding-left: 20px !important;
  }
  
  body.elementor-page-2749 .bp-legal-card li,
  body.elementor-page-2749 li {
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin-bottom: 4px !important;
  }
}/* End custom CSS */