/* about page css */
.about-page-section{
    width: 100%;
    min-height: 86vh;
}
.about-us-sec{
    width: 100%;
}
.page-main-heading{
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: "Montserrat" !important;
}
.about-us-static-content{
    text-align: center;
    font-size: 16px;
    font-family: "Poppins" !important;
}
.program-list {
    list-style-type: none;
    text-align: center;
    padding: 0;
}

.program-list li {
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
}

.program-list li strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.about-page-section {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
}

.about-us-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-us-sec {
    padding: 20px;
    width: 90%;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.page-main-heading {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    font-family: "Montserrat", sans-serif !important;
    margin-bottom: 15px;
    color: #333;
}

.about-us-static-content {
    text-align: justify;
    font-size: 16px;
    text-wrap:wrap;
    font-family: "Poppins", sans-serif !important;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.program-list {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

.program-list li {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f3f3f3;
    border-left: 4px solid #15376D;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.5;
}

.program-list li strong {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Responsive Design */
@media (max-width: 1022px) {
}
/* Responsive Design */
@media (max-width: 768px) {
    .page-main-heading {
        font-size: 20px;
    }

    .about-us-static-content,
    .program-list li {
        font-size: 14px;
    }

    .about-us-sec {
        padding: 15px;
    }
}



/* privacy section */
.privacy-policy-section {
    width: 100%;
    padding: 20px;
}

.privacy-policy-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.privacy-policy-sec {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.page-main-heading {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif !important;
}

.sub-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif !important;
}

.privacy-policy-intro,
.privacy-policy-static-content {
    font-size: 16px;
    font-family: "Poppins", sans-serif !important;
    line-height: 1.6;
    color: #555;
    text-align: justify;
}

.privacy-policy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.privacy-policy-list li {
    margin: 10px 0;
    padding: 10px;
    border-left: 4px solid #15376d;
    background-color: #f3f3f3;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
}

.privacy-policy-list li strong {
    display: block;
    margin-bottom: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-policy-container {
        padding: 0 10px;
    }

    .page-main-heading {
        font-size: 24px;
    }

    .sub-heading {
        font-size: 18px;
    }

    .privacy-policy-intro,
    .privacy-policy-static-content {
        font-size: 14px;
    }

    .privacy-policy-list li {
        font-size: 14px;
    }
}


/* faqs */

.faq-section {
    width: 100%;
    margin-top: 20px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
}

.faq-sec {
    margin-bottom: 20px;
}

.page-main-heading {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.sub-heading {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 15px 0;
}

.faq-list {
    list-style: none;
    padding: 0;
}

.faq-list li {
    margin-bottom: 15px;
}

.faq-list li strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.faq-list li p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    margin: 5px 0;
    text-align: justify;
}

.faq-sublist {
    list-style: disc;
    margin: 10px 0 0 20px;
}

.faq-sublist li {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
}

/* ToS */
.terms-section {
  width: 100%;
  margin-top: 20px;
}

.terms-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
}

.terms-sec {
  margin-bottom: 20px;
}

.page-main-heading {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

.sub-heading {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 15px 0;
}

.terms-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.terms-list li {
  margin-bottom: 20px;
}

.terms-list li h2 {
  margin-bottom: 10px;
}

.terms-list li p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin: 5px 0;
  text-align: justify;
}

.terms-sublist {
  list-style: disc;
  margin: 10px 0 0 20px;
}

.terms-sublist li {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}


/* contact */
.contact-page {
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

.contact-header {
  text-align: center;
  margin-bottom: 20px;
}

.page-main-heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.contact-info {
  font-size: 16px;
  color: #666;
}

.email {
  font-size: 16px;
  color: #15376D;
}

.email a {
  text-decoration: none;
  color: #15376D;
  font-weight: bold;
}

.email a:hover {
  text-decoration: underline;
}

.office-locations {
  margin-top: 30px;
}

.sub-heading {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #444;
  text-align: center;
}

.location-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.location-card {
  width: calc(33.33% - 20px);
  background: #f0f0f0;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.location-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.location-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #15376D;
}

.location-card p {
  font-size: 14px;
  margin: 0 0 5px;
  color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
  .location-card {
      width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .location-card {
      width: 100%;
  }

  .page-main-heading {
      font-size: 22px;
  }

  .sub-heading {
      font-size: 18px;
  }
}
