
#hero-7 {
  padding: 100px 20px;
  background-color: #f1f3f5;
  text-align: center;
}
#hero-7 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-7 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.testimonials {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonial-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.testimonial-item blockquote {
  font-size: 20px;
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
}
.testimonial-author {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}



#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;
}



#features-13 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-13 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-13 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-13 .feature-item {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-13 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-13 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-13 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-13 .feature-description {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
}
#features-13 .testimonial {
  display: flex;
  align-items: center;
  justify-content: center;
}
#features-13 .testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
}
#features-13 .testimonial-text {
  text-align: left;
}
#features-13 .testimonial-name {
  font-size: 14px;
  font-weight: bold;
}
#features-13 .testimonial-position {
  font-size: 12px;
  color: #6c757d;
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 30px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #666;
  margin-top: 8px;
}

/* === Tabs Nav === */
.post-tabs {
  margin-bottom: 30px;
}
.post-tabs .nav-link {
  font-weight: 600;
  color: #555;
  border: none;
  border-bottom: 2px solid transparent;
}
.post-tabs .nav-link.active {
  color: #000;
  border-color: #007bff;
}

/* === Grid === */
.tab-content .post-grid {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .tab-content .post-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width: 992px) {
  .tab-content .post-grid {
    grid-template-columns: repeat(3,1fr);
  }
}
.post-card {
  background: #f8f9fa;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}
.post-card:hover {
  transform: translateY(-5px);
}
.post-card img {
  width: 100%;
  display: block;
}
.post-card .card-body {
  padding: 1rem;
}
.post-card .card-body h5 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.post-card .card-body p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
}
.post-card .btn-readmore {
  font-size: 0.85rem;
}

/* === More Posts Button === */
.more-post-btn {
  text-align: center;
  margin-top: 40px;
}




#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;
  }
}



#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;
  }
}



#call-to-action-21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.cta-multi-image-content h2 {
  font-weight: 700;
  color: #1e293b;
}
.cta-multi-image-content p {
  color: #475569;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.cta-multi-image-content .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-multi-image-content .btn i {
  margin-right: 8px;
}
.cta-multi-image-grid {
}
.cta-multi-image-item {
  transition: transform 0.3s ease;
}
.cta-multi-image-item:hover {
  transform: translateY(-5px);
}
.cta-multi-image-img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 5px;
}
@media (max-width: 991.98px) {
  .cta-multi-image-content {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .cta-multi-image-grid .row {
    justify-content: center !important;
  }
}
@media (max-width: 575.98px) {
  .cta-multi-image-img {
    max-height: 60px;
  }
}



#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;
  }
}



#faq-22 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-22 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2rem;
}
#faq-22 .faq-alternating-block {
  margin-bottom: 5rem;
}
#faq-22 .faq-alternating-block:last-child {
  margin-bottom: 0;
}
#faq-22 .faq-alternating-block:nth-child(even) {
  background-color: #f8f9fa;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 15px;
}
#faq-22 .faq-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 1.5rem;
}
#faq-22 .faq-content-col h5 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
#faq-22 .faq-content-col p {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}
#faq-22 .faq-image-col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#faq-22 .faq-alternating-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767.98px) {
  #faq-22 .faq-alternating-block {
    margin-bottom: 3rem;
  }
  #faq-22 .faq-image-col {
    margin-bottom: 1.5rem;
    order: 1 !important;
  }
  #faq-22 .faq-content-col {
    order: 2 !important;
    text-align: center;
  }
  #faq-22 .faq-content-col p {
    text-align: left;
  }
  #faq-22 .faq-alternating-image {
    max-width: 80%;
  }
  #faq-22 .faq-alternating-block:nth-child(even) {
    padding: 2rem 1rem;
  }
}


