
#hero-1 {
  text-align: center;
  padding: 100px 20px;
  background-color: #f8f9fa;
}
#hero-1 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-1 .hero-subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 12px 30px;
  font-size: 18px;
}



#about-us-11 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#about-us-11 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-11 .awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
#about-us-11 .award-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#about-us-11 .award-card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 10px;
}
#about-us-11 .award-card h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #007bff;
}
#about-us-11 .award-card p {
  font-size: 0.95rem;
  color: #555;
}
#about-us-11 .statistics {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
#about-us-11 .stat {
  font-size: 1.5rem;
  font-weight: bold;
  color: #007bff;
}
#about-us-11 .stat-label {
  font-size: 1rem;
  color: #555;
}



#team-14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-14 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-14 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-14 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-14 .member-trigger-item {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#team-14 .member-trigger-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}
#team-14 .trigger-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
}
#team-14 .trigger-card .trigger-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem auto;
  border: 3px solid #eee;
}
#team-14 .trigger-card .trigger-name {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.1rem;
  color: #343a40;
}
#team-14 .trigger-card .trigger-role {
  font-size: 0.9rem;
  color: #6c757d;
}
#team-14 .trigger-circle {
  text-align: center;
}
#team-14 .trigger-circle .trigger-image img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem auto;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#team-14 .trigger-circle .trigger-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #343a40;
}
#team-14 .trigger-circle .trigger-role {
  font-size: 0.85rem;
  color: #6c757d;
}
#team-14 .modal-header {
  border-bottom-color: #eee;
}
#team-14 .modal-title {
  font-weight: 600;
  font-size: 1.4rem;
}
#team-14 .modal-body {
  padding: 1.5rem 2rem;
}
#team-14 .modal-image {
  text-align: center;
  margin-bottom: 1.5rem;
}
#team-14 .modal-image img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f1f1f1;
}
#team-14 .modal-bio p {
  font-size: 1rem;
  line-height: 1.7;
  color: #495057;
  margin-bottom: 1rem;
}
#team-14 .modal-contact-info {
  font-size: 0.95rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
#team-14 .modal-contact-info a {
  text-decoration: none;
  font-weight: 500;
}
#team-14 .modal-contact-info a:hover {
  text-decoration: underline;
}
#team-14 .modal-social-links {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
  text-align: center;
}
#team-14 .modal-social-links a {
  display: inline-block;
  color: #6c757d;
  margin: 0 0.6rem;
  font-size: 1.3rem;
  transition: color 0.3s ease;
}
#team-14 .modal-social-links a:hover {
  color: var(--bs-primary);
}
#team-14 .modal-footer {
  border-top-color: #eee;
}
@media (max-width: 767.98px) {
  #team-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-14 .section-title {
    font-size: 2.1rem;
  }
  #team-14 .modal-body {
    padding: 1rem 1.5rem;
  }
  #team-14 .modal-image img {
    width: 150px;
    height: 150px;
  }
}



#timeline-14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-14 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#timeline-14 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-14 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-14 .timeline-accordion-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
#timeline-14 .accordion-item {
  margin-bottom: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem !important;
  overflow: hidden;
}
#timeline-14 .accordion-item:first-of-type {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}
#timeline-14 .accordion-item:last-of-type {
  margin-bottom: 0;
  border-bottom-left-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
#timeline-14 .accordion-header {
}
#timeline-14 .accordion-button {
  font-weight: 600;
  font-size: 1.15rem;
  color: #343a40;
  background-color: #ffffff;
  box-shadow: none !important;
  padding: 1rem 1.25rem;
}
#timeline-14 .accordion-button:not(.collapsed) {
  color: var(--bs-primary);
  background-color: #f8f9fa;
}
#timeline-14 .accordion-button .header-icon {
  margin-right: 0.75rem;
  font-size: 1.1em;
  opacity: 0.8;
}
#timeline-14 .accordion-button:not(.collapsed) .header-icon {
}
#timeline-14 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
}
#timeline-14 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
#timeline-14 .accordion-body {
  padding: 1.5rem 1.75rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #495057;
}
#timeline-14 .accordion-body ul {
  padding-left: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#timeline-14 .accordion-body h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#timeline-14 .accordion-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #timeline-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-14 .section-title {
    font-size: 2.1rem;
  }
  #timeline-14 .accordion-button {
    font-size: 1.05rem;
    padding: 0.9rem 1rem;
  }
  #timeline-14 .accordion-body {
    padding: 1.25rem;
  }
}



#faq-28 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-28 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-28 .top-questions-row {
  margin-bottom: 4rem;
}
#faq-28 .top-question-card {
  background-color: #e7f1ff;
  border: none;
  border-radius: 10px;
  padding: 1.8rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#faq-28 .top-question-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.1);
}
#faq-28 .top-question-card .top-question-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #0a58ca;
  margin-bottom: 0.8rem;
}
#faq-28 .top-question-card .top-question-answer {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
#faq-28 .other-faqs-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #495057;
}
#faq-28 .accordion-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-28 .accordion-button {
  font-weight: 500;
  color: #495057;
  background-color: #f8f9fa;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none !important;
  text-align: left;
}
#faq-28 .accordion-button:not(.collapsed) {
  color: #0b5ed7;
  background-color: #f0f7ff;
}
#faq-28 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
  filter: brightness(0.6);
}
#faq-28 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230b5ed7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  filter: none;
}
#faq-28 .accordion-body {
  padding: 1.25rem 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-28 .accordion-body p:last-child {
  margin-bottom: 0;
}


