
#about-us-14 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#about-us-14 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-14 .split-container {
  display: flex;
  gap: 30px;
}
#about-us-14 .story-content,
#about-us-14 .vision-content {
  flex: 1;
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  white-space: pre-wrap;
}
@media (max-width: 768px) {
  #about-us-14 .split-container {
    flex-direction: column;
  }
}



#timeline-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-2 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-2 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-2 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-2 .timeline-horizontal-row {
  position: relative;
}
/*
#timeline-2 .timeline-horizontal-row::before {
    content: '';
    position: absolute;
    top: 60px; // Position relative to icon/year top
    left: 5%; // Start after first item padding
    right: 5%; // End before last item padding
    height: 4px;
    background-color: var(--bs-primary);
    opacity: 0.3;
    z-index: 1;
}
*/
#timeline-2 .milestone-column {
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
#timeline-2 .milestone-column::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 4px solid var(--bs-primary);
  border-radius: 50%;
  z-index: 3;
}
#timeline-2 .milestone-icon {
  margin-bottom: 0.75rem;
}
#timeline-2 .milestone-icon i {
  font-size: 2rem;
  color: var(--bs-primary);
}
#timeline-2 .milestone-year {
  font-size: 1.3rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#timeline-2 .milestone-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.75rem;
}
#timeline-2 .milestone-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #timeline-2 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  #timeline-2 .section-title {
    font-size: 2.1rem;
  }
  #timeline-2 .timeline-horizontal-row::before {
    display: none;
  }
  #timeline-2 .milestone-column {
    border-bottom: 1px dashed #dee2e6;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  #timeline-2 .row > div:last-child .milestone-column {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #timeline-2 .milestone-column::before {
    display: none;
  }
}



#awards-5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f8f9fa;
  overflow: hidden;
  position: relative;
}
#awards-5 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#awards-5 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-5 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-5 .aw5-swiper-container {
  overflow: hidden;
  position: relative;
}
#awards-5 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 200px;
}
#awards-5 .award-slide-content {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  width: 90%;
  margin: 0 auto;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#awards-5 .award-slide-visual {
  margin-bottom: 1rem;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-5 .award-slide-visual img {
  max-height: 45px;
  max-width: 130px;
  width: auto;
}
#awards-5 .award-slide-visual i {
  font-size: 2.5rem;
  color: var(--bs-primary);
}
#awards-5 .award-slide-name {
  font-size: 1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.25rem;
}
#awards-5 .award-slide-by {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-5 .award-slide-year {
  font-size: 0.85rem;
  color: #6c757d;
}
#awards-5 .swiper-pagination-aw5 {
  position: static;
  margin-top: 2.5rem;
}
#awards-5 .swiper-pagination-aw5 .swiper-pagination-bullet {
  background-color: var(--bs-primary);
  opacity: 0.4;
}
#awards-5 .swiper-pagination-aw5 .swiper-pagination-bullet-active {
  opacity: 1;
}
#awards-5 .swiper-button-next-aw5,
#awards-5 .swiper-button-prev-aw5 {
  color: var(--bs-primary);
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
#awards-5 .swiper-button-next-aw5::after,
#awards-5 .swiper-button-prev-aw5::after {
  font-size: 1.1rem;
  font-weight: 900;
}
#awards-5 .swiper-button-prev-aw5 {
  left: 5px;
}
#awards-5 .swiper-button-next-aw5 {
  right: 5px;
}
@media (max-width: 767.98px) {
  #awards-5 {
    padding-bottom: 5rem;
  }
  #awards-5 .swiper-button-next-aw5,
  #awards-5 .swiper-button-prev-aw5 {
    width: 38px;
    height: 38px;
  }
  #awards-5 .swiper-button-next-aw5::after,
  #awards-5 .swiper-button-prev-aw5::after {
    font-size: 0.9rem;
  }
}
@media (max-width: 575.98px) {
  #awards-5 .swiper-slide {
    min-height: 180px;
  }
  #awards-5 .award-slide-content {
    padding: 1rem;
    width: 100%;
    min-height: 160px;
  }
  #awards-5 .award-slide-name {
    font-size: 0.9rem;
  }
}



#team-4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#team-4 .content-wrapper {
  display: flex;
  align-items: center;
}
#team-4 .text-column {
  padding-right: 3rem;
}
#team-4 .section-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#team-4 .section-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
}
#team-4 .text-content p {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#team-4 .text-content h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
#team-4 .text-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
  color: #495057;
}
#team-4 .text-content ul li {
  padding-left: 1.75rem;
  position: relative;
  margin-bottom: 0.5rem;
}
#team-4 .text-content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--bs-primary);
  font-size: 0.9em;
}
#team-4 .cta-button .btn {
  padding: 0.75rem 1.8rem;
  font-weight: 500;
}
#team-4 .image-column img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  #team-4 .text-column {
    padding-right: 1.5rem;
  }
  #team-4 .section-title {
    font-size: 2.1rem;
  }
}
@media (max-width: 767.98px) {
  #team-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-4 .content-wrapper {
    flex-direction: column;
  }
  #team-4 .image-column {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  #team-4 .image-column img {
    max-width: 90%;
  }
  #team-4 .text-column {
    padding-right: 0;
  }
}



#press-mentions-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-6 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-6 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-6 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-6 .award-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#press-mentions-6 .award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1.5rem rgba(var(--bs-primary-rgb), 0.1);
  border-color: rgba(var(--bs-primary-rgb), 0.5);
}
#press-mentions-6 .award-icon i {
  font-size: 3rem;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
}
#press-mentions-6 .award-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#press-mentions-6 .awarded-by {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
#press-mentions-6 .awarded-by-logo img {
  height: 25px;
  width: auto;
  max-width: 80px;
  margin-right: 0.75rem;
  filter: grayscale(100%);
  opacity: 0.7;
}
#press-mentions-6 .award-description {
  font-size: 0.95rem;
  color: #495057;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  flex-grow: 1;
}
#press-mentions-6 .award-link {
  margin-top: auto;
}
#press-mentions-6 .award-link a {
  font-size: 0.9rem;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#press-mentions-6 .award-link a:hover {
  text-decoration: underline;
}
#press-mentions-6 .award-link i {
  margin-left: 0.3rem;
}
@media (max-width: 767.98px) {
  #press-mentions-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-6 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-6 .award-card {
    padding: 1.5rem;
  }
  #press-mentions-6 .award-name {
    font-size: 1.2rem;
  }
}



#call-to-action-13 {
  padding: 120px 0;
  background-color: #28a745;
  color: #fff;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
}
#call-to-action-13::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
#call-to-action-13 .container {
  position: relative;
  z-index: 1;
}
#call-to-action-13 h2 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: -1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#call-to-action-13 p {
  font-size: 1.3rem;
  margin-bottom: 40px;
  line-height: 1.8;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#call-to-action-13 .btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#call-to-action-13 .btn {
  display: inline-block;
  padding: 18px 45px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  animation: pulse 2s infinite alternate;
}
#call-to-action-13 .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}
#call-to-action-13 .btn.primary {
  background-color: #007bff;
  color: #fff;
}
#call-to-action-13 .btn.primary:hover {
  background-color: #0056b3;
}
#call-to-action-13 .btn.secondary {
  background-color: #ffc107;
  color: #333;
}
#call-to-action-13 .btn.secondary:hover {
  background-color: #e0a800;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.05);
    opacity: 1;
  }
}


