body {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding-top: 0;
  }

body {
    font-family: 'Open Sans', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
  }

  .privacy-heading h1 {
    font-weight: bold;
    font-size: 2.5rem;
    text-align: left;
    margin-top: 0rem;
    margin-bottom: 5rem;  
    padding-left: 1rem;
    font-size: 5rem;
  }
  
  section h2 {
    color: #007BFF; 
    font-weight: bold;
    margin-top: 2rem;
  }
  .privacy-heading p {
    margin-top: 0;
    margin-bottom: 0;         
    font-size: 1.2rem;
    color: #555;            
  }

  section p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

 
.custom-footer {
  background-color: rgb(20, 20, 20);
  border-top: 2px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0 10px 0; 
  margin-top: 0 !important;
  text-align: center;
}

.footer-logo {
  margin-bottom: 5px; 
}
.custom-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}


.footer-logo img {
  height: 40px;
  width: auto;
  transform: scale(4); 
  transform-origin: center;
}


.footer-description {
  font-size: 14px;
  line-height: 1.4;
  margin: 10px auto;  
  max-width: 500px;
  color: #fff;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;  
  flex-wrap: wrap;
}

.footer-links a {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.footer-links a:hover {
  color: #36b1ea;
}

.footer-brand {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
    .fade-up {
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 0.8s ease, transform 0.8s ease;
      }
      
      .fade-up.active {
        opacity: 1;
        transform: translateY(0);
      }
    