.privacy-policy-page {
  background-color: #fff;
}
.privacy-policy-page .contact-container {
  width: 100%;
  max-width: 600px;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.privacy-policy-page h1 {
  text-align: center;
  color: #333;
}
.privacy-policy-page .contact-info {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.privacy-policy-page .contact-info li {
  margin-bottom: 10px;
}
.privacy-policy-page .contact-info li label {
  font-weight: bold;
  color: #555;
}


.privacy-policy{
  background-color: #f7f7f9;
}
.privacy-policy .privacy-policy-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--bs-heading-color);
}

.section-py {
  padding: 5.25rem 0;
}
.banner-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
  z-index: 0
}


/* .light-style body {
  background-color: #fff;
} */

.landing-footer .footer-link {
  transition: all 0.2s ease-in-out;
}
.landing-footer .footer-link:hover {
  opacity: 1;
}
.landing-footer .footer-link,
.landing-footer .footer-text,
.landing-footer .footer-title {
  color: #fff;
}
.landing-footer .footer-link,
.landing-footer .footer-text {
  opacity: 0.78;
}
.landing-footer .app-brand-text.footer-link {
  opacity: 1;
}
.landing-footer .footer-title {
  opacity: 0.92;
}
.landing-footer .footer-top {
  padding: 3rem 0;
}
@media (max-width: 767.98px) {
  .landing-footer .footer-top {
    padding: 3rem 0;
  }
}
.landing-footer .footer-top .footer-bg {
  object-position: center;
}
@media (min-width: 992px) {
  .landing-footer .footer-logo-description {
    max-width: 385px;
  }
}



