  /* ----------------------------------------------------- */
.section-title {
  font-weight: bold;
  /* font-size: 1.2em; */
}
.center-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
   /* background-color: #f2f2f2;  Optional light background */
    padding: 20px 10px;
  }
  
  .box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    width: 100%;
  }
  
  .container.my-5 {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .container.my-5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }  
.privacypolicy-box {
    max-width: 1200px;
    height: auto;
    margin: auto;
    font-size: 0.95rem;
    position: relative;
    border-radius: 82px !important;
}
  
.privacypolicy-logo-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.12;
    width: 350px;
    height: 350px !important;
    z-index: 0;
    pointer-events: none;
}
  
.privacypolicy-body {
    font-size: 24px;
    font-weight: 300;
    z-index: 1;
    position: relative;
    padding-top: 25px;
}
  
.divider {
    display: block; /* Ensures it behaves like a block element */
    margin: 0 auto; /* Centers the element horizontally */
    width: 800px;
    border-top: 2px solid #FEBE10 !important;
    border-bottom: 2px solid #FEBE10 !important;
    border-left: 8px solid white;
    border-right: 8px solid white;
    position: relative;
  }
  
  
  .divider::before,
  .divider::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background-color: #FEBE10;
  }
  
.divider::before {
    left: -10px;
}
  
.divider::after {
    right: -10px;
}
  
.privacypolicy-heading {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
  }


@media (max-width: 1199px) {
    .privacypolicy-box {
      padding: 2rem;
      font-size: 0.9rem;
    }
  
    .privacypolicy-logo-bg {
      width: 250px;
      height: 250px;
    }
  
    .privacypolicy-heading {
      font-size: 36px;
    }
  
    .divider {
      width: 100%;
    }
  
    .privacypolicy-body {
      font-size: 22px;
    }
}
  

@media (max-width: 991px) {
    .privacypolicy-box {
      padding: 1.5rem;
    }
  
    .privacypolicy-logo-bg {
      width: 200px;
      height: 200px;
    }
  
    .privacypolicy-heading {
      font-size: 32px;
    }
  
    .divider {
      width: 80% !important;
    }
  
    .privacypolicy-body {
      font-size: 20px;
    }
}
  

@media (max-width: 767px) {
    .privacypolicy-box {
      padding: 1rem;
    }
  
    .privacypolicy-logo-bg {
      width: 150px;
      height: 150px;
    }
  
    .privacypolicy-heading {
      font-size: 28px;
    }
  
    .divider {
      width: 80% !important;
    }
  
    .privacypolicy-body {
      font-size: 18px;
    }
}
  

@media (max-width: 575px) {
    .privacypolicy-box {
      padding: 1rem;
    }
  
    .privacypolicy-logo-bg {
      width: 120px;
      height: 120px;
    }
  
    .privacypolicy-heading {
      font-size: 24px;
    }
  
    .divider {
      width: 90% !important;
    }
  
    .privacypolicy-body {
      font-size: 16px;
    }
}
  

.privacypolicy-body ol {
  counter-reset: item;
  padding-left: 1.5rem;
  list-style-type: decimal;
  margin-bottom: 2rem;
}

.privacypolicy-body ol > li {
  margin-bottom: 1.5rem;
  position: relative;
  font-size: 20px;
  line-height: 1.6;
}

.privacypolicy-body ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin-top: 1rem;
}

.privacypolicy-body ul > li {
  margin-bottom: 0.75rem;
  font-size: 18px;
  line-height: 1.5;
}

.privacypolicy-body a {
  color: #007BFF;
  text-decoration: underline;
}

.privacypolicy-body a:hover {
  text-decoration: none;
}
