.elementor-421 .elementor-element.elementor-element-4bdb7fe{--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 html, class: .elementor-element-f06de46 *//* Privacy Policy Page CSS */

.privacy-page {
  background: linear-gradient(135deg, #f7f5ef 0%, #ffffff 45%, #eef2f7 100%);
  padding: 80px 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #222222;
}

.privacy-hero {
  max-width: 1050px;
  margin: 0 auto 40px;
  padding: 60px 40px;
  text-align: center;
  background: linear-gradient(145deg, #0b1f3a, #12345c);
  color: #ffffff;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(11, 31, 58, 0.35);
  transform: perspective(1000px) rotateX(2deg);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.badge {
  display: inline-block;
  background: linear-gradient(135deg, #d4a017, #f5c542);
  color: #0b1f3a;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(212, 160, 23, 0.35);
}

.privacy-hero h1 {
  font-size: 48px;
  margin: 0 0 18px;
  line-height: 1.1;
}

.privacy-hero p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  color: #e8edf5;
}

.updated {
  margin-top: 22px !important;
  color: #f5c542 !important;
  font-weight: 600;
}

.privacy-card {
  max-width: 1050px;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px;
  border-radius: 28px;
  box-shadow:
    0 30px 70px rgba(11, 31, 58, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(11, 31, 58, 0.08);
  position: relative;
  overflow: hidden;
}

.privacy-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #0b1f3a, #d4a017, #0b1f3a);
}

.privacy-card h2 {
  color: #0b1f3a;
  font-size: 26px;
  margin-top: 34px;
  margin-bottom: 12px;
  position: relative;
}

.privacy-card h2:first-child {
  margin-top: 10px;
}

.privacy-card h2::after {
  content: "";
  display: block;
  width: 55px;
  height: 4px;
  background: #d4a017;
  margin-top: 8px;
  border-radius: 20px;
}

.privacy-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 18px;
}

.privacy-card ul {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
}

.privacy-card li {
  background: #f7f5ef;
  margin-bottom: 12px;
  padding: 16px 18px;
  border-left: 5px solid #d4a017;
  border-radius: 14px;
  color: #374151;
  box-shadow: 0 10px 22px rgba(11, 31, 58, 0.08);
  transition: all 0.3s ease;
}

.privacy-card li:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(11, 31, 58, 0.15);
}

.privacy-card strong {
  color: #0b1f3a;
}

/* Responsive */
@media (max-width: 768px) {
  .privacy-page {
    padding: 50px 15px;
  }

  .privacy-hero {
    padding: 45px 25px;
    transform: none;
  }

  .privacy-hero h1 {
    font-size: 36px;
  }

  .privacy-hero p {
    font-size: 16px;
  }

  .privacy-card {
    padding: 35px 22px;
  }

  .privacy-card h2 {
    font-size: 23px;
  }
}/* End custom CSS */