.elementor-15844 .elementor-element.elementor-element-f70ff49{--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;}/* Start custom CSS for wd_text_block, class: .elementor-element-2ee4fde *//* Main container with glassy card style */
.privacy-policy-text {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 50px 35px;
  max-width: 1000px;
  margin: 50px auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  line-height: 1.9;
  transition: all 0.4s ease;
  border: 1px solid rgba(0,0,0,0.06);
}

/* Headings with gradient bar and glow */
.privacy-policy-text h2,
.privacy-policy-text h3 {
  position: relative;
  font-weight: 700;
  margin-top: 40px;
  font-size: 24px;
  color: #007acc;
  padding-left: 16px;
}

.privacy-policy-text h2::before,
.privacy-policy-text h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 80%;
  width: 6px;
  border-radius: 3px;
  background: linear-gradient(180deg, #00d2ff, #3a7bd5);
  box-shadow: 0 0 10px #00c3ff70;
}

/* Paragraphs */
.privacy-policy-text p {
  font-size: 16px;
  margin-bottom: 22px;
  color: #333;
}

/* Lists */
.privacy-policy-text ul {
  padding-left: 22px;
  margin-bottom: 25px;
}

.privacy-policy-text ul li {
  list-style-type: disc;
  font-size: 15px;
  color: #444;
  margin-bottom: 12px;
}

/* Links */
.privacy-policy-text a {
  color: #007acc;
  text-decoration: underline;
  font-weight: 500;
  transition: 0.3s ease;
}

.privacy-policy-text a:hover {
  color: #005f99;
  text-decoration: none;
}

/* Section hover pop (optional) */
.privacy-policy-text:hover {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .privacy-policy-text {
    padding: 30px 20px;
  }

  .privacy-policy-text h2 {
    font-size: 20px;
  }
}/* End custom CSS */