.elementor-29777 .elementor-element.elementor-element-ae84ffd{--display:flex;--margin-top:-43px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for text-editor, class: .elementor-element-703b03b */@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Playfair+Display:wght@600;700;800&display=swap');

/* PRIVACY POLICY DESIGN - THEME #0B1F3A */
.sc-privacy-content {
  max-width: 1380px;
  margin: 0 auto;
  padding: 30px 60px;
  background:
    radial-gradient(circle at top left, rgba(11, 31, 58, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
  border: 1px solid rgba(11, 31, 58, 0.12);
  box-shadow: 0 25px 80px rgba(37, 24, 32, 0.10);
  font-family: "Outfit", sans-serif;
  color: #514952;
  font-size: 16.5px;
  line-height: 1.9;
  position: relative;
  overflow: hidden;
}

.sc-privacy-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #0B1F3A, #597CA3, #0B1F3A);
}

.sc-privacy-content h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.05;
  font-weight: 800;
  color: #241b2f;
  text-align: center;
  margin: 0 0 26px;
  padding-bottom: 26px;
  position: relative;
}

.sc-privacy-content h1::after {
  content: "♡";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  color: #0B1F3A;
  font-family: serif;
  font-size: 20px;
  line-height: 1;
  background: linear-gradient(90deg, transparent, #597CA3, transparent);
}

.sc-privacy-content h2 {
  margin: 46px 0 16px;
  padding: 20px 22px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.35;
  font-weight: 800;
  color: #0B1F3A;
  background: linear-gradient(90deg, rgba(11, 31, 58, 0.09), rgba(244, 247, 251, 0));
  border-left: 5px solid #0B1F3A;
  border-radius: 16px;
  letter-spacing: -0.3px;
}

.sc-privacy-content p {
  margin: 0 0 18px;
  color: #514952;
  font-size: 16.5px;
  line-height: 1.9;
}

.sc-privacy-content strong {
  color: #241b2f;
  font-weight: 800;
}

/* Last Updated line */
.sc-privacy-content h1 + strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(11, 31, 58, 0.10);
  color: #0B1F3A;
  font-size: 14px;
  font-weight: 800;
}

/* Normal text readability */
.sc-privacy-content {
  white-space: normal;
}

/* Links */
.sc-privacy-content a {
  color: #0B1F3A;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 31, 58, 0.35);
  transition: 0.25s ease;
}

.sc-privacy-content a:hover {
  color: #05101E;
  border-bottom-color: #05101E;
}

/* Better spacing after headings */
.sc-privacy-content h2 + p,
.sc-privacy-content h2 + strong,
.sc-privacy-content h2 + br {
  margin-top: 8px;
}

/* If you use UL LI anywhere, it will look premium */
.sc-privacy-content ul {
  margin: 18px 0 26px;
  padding: 22px 26px;
  list-style: none;
  background: #f4f7fb;
  border: 1px solid rgba(11, 31, 58, 0.12);
  border-radius: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
}

.sc-privacy-content li {
  position: relative;
  padding-left: 24px;
  color: #514952;
  font-size: 15.8px;
  line-height: 1.65;
}

.sc-privacy-content li::before {
  content: "♥";
  position: absolute;
  left: 0;
  top: 1px;
  color: #0B1F3A;
  font-size: 12px;
}

/* Contact section area styling */
.sc-privacy-content h2:nth-of-type(38) {
  background: linear-gradient(135deg, rgba(11, 31, 58, 0.12), rgba(240, 244, 248, 1));
}

.sc-privacy-content h2:nth-of-type(38) ~ strong {
  display: inline-block;
  margin-top: 12px;
  padding: 14px 18px;
  background: #f0f4f8;
  border: 1px solid rgba(11, 31, 58, 0.14);
  border-radius: 14px;
  color: #0B1F3A;
}

/* Nice selection */
.sc-privacy-content ::selection {
  background: #0B1F3A;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .sc-privacy-content {
    padding: 42px 22px;
    border-radius: 22px;
    font-size: 15.8px;
    line-height: 1.85;
  }

  .sc-privacy-content h1 {
    font-size: 42px;
  }

  .sc-privacy-content h2 {
    margin-top: 34px;
    padding: 16px 18px;
    font-size: 22px;
  }

  .sc-privacy-content ul {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}/* End custom CSS */