.u-section-1 .u-sheet-1 {
  min-height: 3000px;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  margin: 40px 0 0;
}

.u-section-1 .u-text-2 {
  margin: 18px 0 29px;
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 6060px;
  }

  .u-section-1 .u-text-2 {
    margin-bottom: 100px;
  }
}

/* Enhanced Privacy Policy Page Design */
.u-section-1 {
  background: linear-gradient(135deg, #f8fffe, #e8f5f3) !important;
  border-radius: 20px;
  margin: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.u-text-1 {
  color: #143c64 !important;
  text-shadow: 2px 2px 4px rgba(30, 120, 80, 0.3);
}

.u-text-2 {
  background: linear-gradient(135deg, #ffffff, #f0f9f7);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
}

.u-text-2 strong {
  color: #1e7850;
}

.u-text-2 ul li {
  margin-bottom: 10px;
}