
#timeline-7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
  background-color: #e9ecef;
}
#timeline-7::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.85);
}
#timeline-7 .container {
  position: relative;
  z-index: 2;
}
#timeline-7 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-7 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#timeline-7 .section-subtitle {
  font-size: 1.15rem;
  margin-bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #555;
}
#timeline-7 .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 4rem auto 0 auto;
  color: #212529;
}
#timeline-7 .timeline-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 15px;
  bottom: 15px;
  left: 50%;
  margin-left: -1.5px;
  z-index: 1;
}
#timeline-7 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 2rem;
}
#timeline-7 .timeline-item:last-child {
  margin-bottom: 0;
}
#timeline-7 .timeline-item::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 5px solid #0d6efd;
  top: 15px;
  border-radius: 50%;
  z-index: 2;
}
#timeline-7 .timeline-marker-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  text-align: center;
  z-index: 3;
  line-height: 30px;
  color: #0d6efd;
  font-size: 0.9rem;
}
#timeline-7 .timeline-left {
  left: 0;
  padding-right: 35px;
}
#timeline-7 .timeline-left::after {
  left: -15px;
}
#timeline-7 .timeline-left .timeline-marker-icon {
  right: -15px;
}
#timeline-7 .timeline-right {
  left: 50%;
  padding-left: 75px;
}
#timeline-7 .timeline-right::after {
  left: -15px;
}
#timeline-7 .timeline-right .timeline-marker-icon {
  left: -15px;
}
#timeline-7 .timeline-content {
  padding: 1.5rem;
  position: relative;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.9);
}
#timeline-7 .timeline-date {
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.2rem;
}
#timeline-7 .timeline-item-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
#timeline-7 .timeline-item-description {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  #timeline-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-attachment: scroll;
  }
  #timeline-7 .section-title {
    font-size: 2.1rem;
  }
  #timeline-7 .timeline-wrapper::after {
    left: 31px;
  }
  #timeline-7 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 15px;
  }
  #timeline-7 .timeline-left,
  #timeline-7 .timeline-right {
    left: 0%;
  }
  #timeline-7 .timeline-left::after,
  #timeline-7 .timeline-right::after {
    left: 16px;
  }
  #timeline-7 .timeline-left .timeline-marker-icon,
  #timeline-7 .timeline-right .timeline-marker-icon {
    left: 16px;
  }
}



#awards-15 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
#awards-15 .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2rem;
}
#awards-15 .logo-item {
  text-align: center;
  flex-shrink: 0;
}
#awards-15 .logo-item a {
  display: inline-block;
  line-height: 1;
  filter: grayscale(90%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
#awards-15 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}
#awards-15 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 45px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #awards-15 .logo-grid {
    gap: 1.5rem 1.8rem;
  }
  #awards-15 .logo-item img {
    max-height: 40px;
  }
}
@media (max-width: 767.98px) {
  #awards-15 .logo-grid {
    gap: 1rem 1.5rem;
  }
  #awards-15 .logo-item img {
    max-height: 35px;
  }
}



#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;
  }
}


