
#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-5 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#about-us-5 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-5 .content-wrapper {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  position: relative;
}
#about-us-5 .full-description {
  display: none;
  margin-top: 15px;
  white-space: pre-wrap;
}
#about-us-5 .read-more-btn {
  margin-top: 15px;
  padding: 8px 15px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}



#team-13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
#team-13 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-13 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-13 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-13 .value-item {
  text-align: center;
  padding: 1.5rem;
}
#team-13 .value-icon {
  margin-bottom: 1.5rem;
}
#team-13 .value-icon i {
  font-size: 3rem;
  color: var(--bs-primary);
}
#team-13 .value-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#team-13 .value-description {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #team-13 .value-name {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #team-13 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-13 .section-title {
    font-size: 2.1rem;
  }
  #team-13 .value-item {
    margin-bottom: 1rem;
  }
  #team-13 .value-icon i {
    font-size: 2.5rem;
  }
}



#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;
  }
}



#call-to-action-23 {
  padding: 5rem 0;
  overflow: hidden;
}
.cta-form-content h2 {
  font-weight: 700;
  color: #312e81;
}
.cta-form-content p {
  color: #4f46e5;
  font-size: 1.1rem;
}
.cta-form-wrapper .input-group {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.cta-form-wrapper .form-control {
  min-height: 3.5rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: #e0e7ff;
}
.cta-form-wrapper .form-control:focus {
  border-color: #a5b4fc;
  box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}
.cta-form-wrapper .btn {
  min-height: 3.5rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cta-form-wrapper .btn:hover {
  background-color: #4338ca;
  border-color: #4338ca;
}
@media (max-width: 991.98px) {
  .cta-form-content {
    margin-bottom: 2rem;
    text-align: center;
  }
}


