
#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-24 {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  min-height: 500px;
}
#about-us-24 .left-col,
#about-us-24 .right-col {
  flex: 1 1 50%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  text-align: center;
}
#about-us-24 .left-col {
  background-color: #f9f9f9;
  color: #333;
}
#about-us-24 .left-col h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#about-us-24 .left-col p {
  font-size: 1rem;
  line-height: 1.7;
}
#about-us-24 .right-col {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
}
#about-us-24 .right-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#about-us-24 .right-col .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}
#about-us-24 .right-col .overlay-content h3 {
  font-size: 2rem;
  margin-bottom: 15px;
}
#about-us-24 .right-col .overlay-content p {
  font-size: 1.1rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #about-us-24 {
    flex-direction: column;
  }
  #about-us-24 .left-col,
  #about-us-24 .right-col {
    flex: 1 1 100%;
    min-height: auto;
  }
}



#why-choose-us-7 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#why-choose-us-7 .row {
  display: flex;
  gap: 30px;
  align-items: center;
}
#why-choose-us-7 .image-column {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
}
#why-choose-us-7 .image-column img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#why-choose-us-7 .content-column {
  flex: 2;
}
#why-choose-us-7 .content-column h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}
#why-choose-us-7 .reason-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#why-choose-us-7 .reason-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
#why-choose-us-7 .reason-list li i {
  font-size: 2rem;
  color: #28a745;
  margin-right: 15px;
}
#why-choose-us-7 .reason-list li .reason-content h5 {
  margin: 0;
  font-size: 1.2rem;
}
#why-choose-us-7 .reason-list li .reason-content p {
  margin: 0;
  color: #555;
}
@media (max-width: 768px) {
  #why-choose-us-7 .row {
    flex-direction: column;
  }
}



#timeline-19 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
#timeline-19 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-19 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-19 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-19 .story-block-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
#timeline-19 .story-block {
  padding: 2.5rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease;
}
#timeline-19 .story-block:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
#timeline-19.alternate-bg .story-block:nth-child(odd) {
  background-color: #f8f9fa;
  border-color: #f1f1f1;
}
#timeline-19 .story-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
#timeline-19 .story-icon i {
  font-size: 1.8rem;
  color: var(--bs-primary);
  width: 40px;
  text-align: center;
}
#timeline-19 .story-header-text {
  flex-grow: 1;
}
#timeline-19 .story-date {
  font-size: 1rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.1rem;
}
#timeline-19 .story-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0;
  line-height: 1.3;
}
#timeline-19 .story-content p {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1rem;
}
#timeline-19 .story-content p:last-child {
  margin-bottom: 0;
}
#timeline-19 .story-image {
  margin-top: 1.5rem;
}
#timeline-19 .story-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
}
@media (max-width: 767.98px) {
  #timeline-19 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  #timeline-19 .section-title {
    font-size: 2.1rem;
  }
  #timeline-19 .story-block {
    padding: 1.5rem;
  }
  #timeline-19 .story-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
  }
  #timeline-19 .story-icon {
    margin-bottom: 0.5rem;
  }
  #timeline-19 .story-title {
    font-size: 1.25rem;
  }
  #timeline-19 .story-content p {
    font-size: 0.95rem;
  }
}



#team-15 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#team-15 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#team-15 .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-15 .team-list-columns {
  column-gap: 2.5rem;
}
#team-15 .member-list-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f1f1;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
#team-15 .member-list-item:last-child {
  border-bottom: none;
}
#team-15 .member-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.1rem;
}
#team-15 .member-role {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #team-15 .team-list-columns {
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  #team-15 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #team-15 .section-title {
    font-size: 1.9rem;
  }
  #team-15 .team-list-columns {
    column-count: 1;
  }
  #team-15 .member-list-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}


