
#terms-conditions-6 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#terms-conditions-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#terms-conditions-6 .content-wrapper {
  display: flex;
  gap: 30px;
}
#terms-conditions-6 .sidebar-nav {
  flex: 1;
  border-right: 1px solid #ddd;
}
#terms-conditions-6 .sidebar-nav ul {
  list-style: none;
  padding: 0;
}
#terms-conditions-6 .sidebar-nav ul li {
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s;
}
#terms-conditions-6 .sidebar-nav ul li:hover,
#terms-conditions-6 .sidebar-nav ul li.active {
  background: #f8f9fa;
}
#terms-conditions-6 .main-content {
  flex: 3;
  padding-left: 20px;
}
#terms-conditions-6 .main-content .terms-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
}
@media (max-width: 768px) {
  #terms-conditions-6 .content-wrapper {
    flex-direction: column;
  }
  #terms-conditions-6 .sidebar-nav {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  #terms-conditions-6 .main-content {
    padding-left: 0;
  }
}



#policy-10 {
  padding: 60px 15px;
  margin: 0 auto;
  background: #f4f4f4;
}
#policy-10 .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#policy-10 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
}
#policy-10 .content-wrapper p {
  margin-bottom: 15px;
}


