.elementor-3 .elementor-element.elementor-element-919ee10{--display:flex;}@media(min-width:768px){.elementor-3 .elementor-element.elementor-element-919ee10{--content-width:800px;}}/* Start custom CSS for html, class: .elementor-element-f2418d4 */.privacy-policy-page h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #111;
  font-weight: 700;
  position: relative;
  padding-bottom: 18px;
}

.privacy-policy-page h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 4px;
  background: #00ABC8;
  border-radius: 100px;
}

/* Section Titles */
.privacy-policy-page h2 {
  margin-top: 55px;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.3;
  color: #111;
  font-weight: 700;
  position: relative;
  padding-left: 18px;
}

.privacy-policy-page h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: calc(100% - 16px);
  background: #00ABC8;
  border-radius: 50px;
}

/* Paragraphs */
.privacy-policy-page p {
  margin-bottom: 20px;
  color: #444;
}

/* Lists */
.privacy-policy-page ul {
  margin: 25px 0;
  padding-left: 0;
  list-style: none;
}

.privacy-policy-page ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  color: #333;
}

.privacy-policy-page ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  background: #00ABC8;
  border-radius: 50%;
}

/* Links */
.privacy-policy-page a {
  color: #00ABC8;
  text-decoration: none;
  transition: all 0.3s ease;
}

.privacy-policy-page a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* Highlight Box */
.privacy-policy-highlight {
  background: rgba(0, 171, 200, 0.08);
  border-left: 4px solid #00ABC8;
  padding: 24px 28px;
  border-radius: 16px;
  margin: 35px 0;
}

/* Table Support */
.privacy-policy-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}

.privacy-policy-page table th,
.privacy-policy-page table td {
  border: 1px solid #e5e5e5;
  padding: 14px 18px;
  text-align: left;
}

.privacy-policy-page table th {
  background: rgba(0, 171, 200, 0.08);
  color: #111;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
  .privacy-policy-page {
    padding: 60px 20px;
    font-size: 16px;
  }

  .privacy-policy-page h1 {
    font-size: 36px;
  }

  .privacy-policy-page h2 {
    font-size: 24px;
    margin-top: 40px;
  }
}/* End custom CSS */