
#hero-13 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-13::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-13 .container {
  position: relative;
  z-index: 2;
}
#hero-13 .hero-content-wrapper-13 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
#hero-13 .hero-title-13 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-13 .hero-subtitle-13 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-13 .cta-button-wrapper-13 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-13 .hero-cta-button-13 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
#hero-13 .hero-cta-button-13.cta-style-secondary {
  border-color: #ffffff;
}
#hero-13 .hero-cta-button-13:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-13 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-13 .hero-title-13 {
    font-size: 2.3rem;
  }
  #hero-13 .hero-subtitle-13 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  #hero-13 .cta-button-wrapper-13 {
    gap: 0.8rem;
  }
}



#features-12 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-12 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-12 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-12 .feature-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: transform 0.3s;
}
#features-12 .feature-item:hover {
  transform: scale(1.05);
}
#features-12 .feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#features-12 .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 162, 184, 0.7);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 20px;
  text-align: center;
}
#features-12 .feature-item:hover .feature-overlay {
  opacity: 1;
}
#features-12 .overlay-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-12 .overlay-description {
  font-size: 14px;
}



#about-us-4 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#about-us-4 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-4 .description {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
}
#about-us-4 .timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
#about-us-4 .timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
}
#about-us-4 .timeline-item {
  position: relative;
  margin-left: 70px;
  margin-bottom: 30px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#about-us-4 .timeline-item::before {
  content: attr(data-year);
  position: absolute;
  left: -40px;
  top: 10px;
  background: #007bff;
  color: #fff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}
#about-us-4 .timeline-item h4 {
  margin: 0 0 5px;
  font-size: 1.2rem;
  color: #007bff;
}
#about-us-4 .timeline-item p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#why-choose-us-30 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f9fbfd;
}
#why-choose-us-30 .section-title-container {
  margin-bottom: 45px;
}
#why-choose-us-30 .section-main-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #004085;
}
#why-choose-us-30 .section-main-subtitle {
  font-size: 1.15rem;
  color: #38587a;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  margin-bottom: 30px;
}
#why-choose-us-30 .commitments-intro {
  font-size: 1.05rem;
  color: #495057;
  margin-bottom: 40px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}
#why-choose-us-30 .commitment-item-wrapper {
  margin-bottom: 30px;
}
#why-choose-us-30 .commitment-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px 30px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 5px 18px rgba(0, 64, 133, 0.08);
  height: 100%;
}
#why-choose-us-30 .commitment-icon-area {
  font-size: 2.5rem;
  color: #004085;
  margin-right: 25px;
  min-width: 40px;
  padding-top: 5px;
}
#why-choose-us-30 .commitment-content {
  flex-grow: 1;
}
#why-choose-us-30 .commitment-title-text {
  font-size: 1.45rem;
  font-weight: 600;
  color: #004085;
  margin-bottom: 10px;
}
#why-choose-us-30 .commitment-description-text {
  font-size: 0.95rem;
  color: #34495e;
  line-height: 1.8;
  margin-bottom: 12px;
  text-align: justify;
}
#why-choose-us-30 .commitment-examples {
  font-size: 0.9rem;
  color: #556b82;
  font-style: italic;
  padding-left: 15px;
  border-left: 3px solid #007bff;
}
#why-choose-us-30 .commitment-examples strong {
  font-weight: 500;
}
#why-choose-us-30 .overall-promise {
  margin-top: 40px;
  text-align: center;
  font-size: 1.2rem;
  color: #004085;
  font-weight: 600;
  padding: 25px;
  background-color: #e6f0ff;
  border-radius: 10px;
  border-top: 3px solid #004085;
}
@media (max-width: 767.98px) {
  #why-choose-us-30 .section-main-title {
    font-size: 2.2rem;
  }
  #why-choose-us-30 .commitment-item {
    flex-direction: column;
    text-align: center;
  }
  #why-choose-us-30 .commitment-icon-area {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #why-choose-us-30 .commitment-title-text {
    font-size: 1.3rem;
  }
  #why-choose-us-30 .commitment-description-text,
  #why-choose-us-30 .commitment-examples {
    text-align: left;
  }
}



#our-services-14 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#our-services-14 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-14 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-14 .service-grid-item {
  text-align: center;
  padding: 1.5rem 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.075);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#our-services-14 .service-grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#our-services-14 .service-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary, #0d6efd);
  margin-bottom: 1rem;
}
#our-services-14 .service-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.25rem;
}
#our-services-14 .service-tagline {
  font-size: 0.85rem;
  color: #6c757d;
}
#serviceDetailModal .modal-header {
}
#serviceDetailModal .modal-header .btn-close {
}
#serviceDetailModal .modal-body img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#serviceDetailModal .modal-body p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
#serviceDetailModal .modal-footer {
}



#counter-10 {
  padding: 90px 0;
  background: linear-gradient(
    135deg,
    var(--gradient-start, #4a00e0),
    var(--gradient-end, #8e2de2)
  );
  color: var(--text-color, #ffffff);
  text-align: center;
  overflow: hidden;
}
#counter-10 .container {
  position: relative;
  z-index: 2;
}
#counter-10 .section-header {
  margin-bottom: 60px;
}
#counter-10 .section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-color, #ffffff);
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
#counter-10 .section-header p {
  font-size: 1.15rem;
  color: var(--text-color, #ffffff);
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
}
#counter-10 .counter-item-floating {
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
#counter-10 .floating-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  display: inline-block;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-out;
  animation: floatAnimation 4s ease-in-out infinite;
}
#counter-10 .counter-item-floating:hover .floating-icon {
  transform: scale(1.1) translateY(-5px);
  animation-play-state: paused;
}
@keyframes floatAnimation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
#counter-10 .counter-value-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 10px;
  color: var(--text-color, #ffffff);
}
#counter-10 .counter-number {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
#counter-10 .counter-suffix {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 6px;
  line-height: 1;
  opacity: 0.9;
}
#counter-10 .counter-title-floating {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--text-color, #ffffff);
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #counter-10 .counter-number {
    font-size: 2.8rem;
  }
  #counter-10 .counter-suffix {
    font-size: 1.8rem;
  }
  #counter-10 .floating-icon {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  #counter-10 {
    padding: 60px 0;
  }
  #counter-10 .section-header h2 {
    font-size: 2.2rem;
  }
  #counter-10 .counter-item-floating {
    margin-bottom: 40px;
  }
  #counter-10 .counter-item-floating:last-child {
    margin-bottom: 0;
  }
}



#portfolio-20 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-20 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-20 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-20 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-20 .project-insight-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
#portfolio-20 .project-insight-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
#portfolio-20 .project-main-image-container img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
#portfolio-20 .project-card-content {
  padding: 20px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#portfolio-20 .project-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 5px;
}
#portfolio-20 .project-card-title a {
  color: inherit;
  text-decoration: none;
}
#portfolio-20 .project-card-title a:hover {
  text-decoration: underline;
}
#portfolio-20 .project-card-category {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#portfolio-20 .project-final-result-desc {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 20px;
}
#portfolio-20 .project-insight-snippet {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px dashed #e0e5ec;
}
#portfolio-20 .insight-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#portfolio-20 .insight-icon {
  font-size: 1.1rem;
  color: #20c997;
  margin-right: 10px;
  min-width: 20px;
}
#portfolio-20 .insight-title-text {
  font-size: 1rem;
  font-weight: 500;
  color: #343a40;
}
#portfolio-20 .insight-text-content {
  font-size: 0.85rem;
  color: #555e68;
  line-height: 1.5;
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  #portfolio-20 .project-card-title {
    font-size: 1.25rem;
  }
  #portfolio-20 .insight-text-content {
    padding-left: 0;
  }
}



#testimonials-20 {
  padding: 80px 0;
  background-color: #ffffff;
}
#testimonials-20 .container {
  max-width: 1140px;
}
#testimonials-20 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#testimonials-20 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-20 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
#testimonials-20 .map-testimonial-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#testimonials-20 .map-testimonial-item {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#testimonials-20 .marker-icon {
  display: inline-block;
  font-size: 1.8rem;
  color: #dc3545;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  line-height: 1;
}
#testimonials-20 .map-testimonial-item:hover .marker-icon,
#testimonials-20 .map-testimonial-item .marker-icon:focus {
  transform: scale(1.2);
  color: #0d6efd;
}
#testimonials-20 .testimonial-popup {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  max-width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 3;
  text-align: left;
  border: 1px solid #e0e0e0;
}
#testimonials-20 .map-testimonial-item:hover .testimonial-popup,
#testimonials-20 .map-testimonial-item .marker-icon:focus + .testimonial-popup {
  opacity: 1;
  visibility: visible;
}
#testimonials-20 .testimonial-popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.95) transparent transparent transparent;
}
#testimonials-20 .popup-message {
  font-size: 0.9rem;
  color: #343a40;
  line-height: 1.5;
  margin-bottom: 8px;
  font-style: italic;
}
#testimonials-20 .popup-client-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #495057;
  display: block;
  text-align: right;
}
#testimonials-20 .testimonial-list-fallback {
  display: none;
  margin-top: 40px;
}
#testimonials-20 .testimonial-list-fallback h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  color: #343a40;
}
#testimonials-20 .fallback-item {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #e9ecef;
}
#testimonials-20 .fallback-item blockquote {
  margin-bottom: 5px;
  font-size: 0.95rem;
  font-style: italic;
  color: #495057;
}
#testimonials-20 .fallback-item cite {
  display: block;
  text-align: right;
  font-size: 0.9rem;
  color: #6c757d;
  font-style: normal;
}
@media (max-width: 767.98px) {
  #testimonials-20 {
    padding: 50px 0;
  }
  #testimonials-20 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-20 .map-testimonial-container {
    display: none;
  }
  #testimonials-20 .testimonial-list-fallback {
    display: block;
  }
}



#awards-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  overflow: hidden;
  position: relative;
}
/*
#awards-10::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #6610f2 0%, #34156e 100%);
    z-index: 1;
}
#awards-10 .container { position: relative; z-index: 2; }
*/
#awards-10 .highlight-icon {
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#awards-10 .highlight-text {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#awards-10 .description-text {
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto 3rem auto;
  opacity: 0.9;
}
#awards-10 .key-logos-wrapper {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 900px;
  margin: 0 auto;
}
#awards-10 .logos-title {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  opacity: 0.8;
}
#awards-10 .key-logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}
#awards-10 .logo-item {
  text-align: center;
}
#awards-10 .logo-item a {
  display: inline-block;
  opacity: 0.85;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#awards-10 .logo-item a:hover {
  opacity: 1;
  transform: scale(1.05);
}
#awards-10 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  #awards-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-10 .highlight-text {
    font-size: 2.2rem;
  }
  #awards-10 .description-text {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
  #awards-10 .key-logos-wrapper {
    padding-top: 2rem;
  }
  #awards-10 .logos-title {
    margin-bottom: 1.5rem;
  }
  #awards-10 .key-logos-grid {
    gap: 1.5rem 2rem;
  }
  #awards-10 .logo-item img {
    max-height: 40px;
  }
}



#timeline-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-10 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-10 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-10 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-10 .milestone-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
#timeline-10 .milestone-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#timeline-10 .card-header {
  padding: 1rem 1.25rem;
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#timeline-10 .header-icon i {
  font-size: 1.3rem;
  color: var(--bs-primary);
}
#timeline-10 .header-date {
  font-size: 1.1rem;
  font-weight: 700;
  color: #495057;
  line-height: 1.2;
}
#timeline-10 .header-image {
  text-align: center;
  padding: 1rem 0 0 0;
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
}
#timeline-10 .header-image img {
  max-height: 100px;
  width: auto;
  max-width: 80%;
  margin-bottom: -1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#timeline-10 .card-body {
  padding: 1.25rem;
  flex-grow: 1;
}
#timeline-10 .milestone-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#timeline-10 .milestone-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #timeline-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-10 .section-title {
    font-size: 2.1rem;
  }
  #timeline-10 .card-header {
    padding: 0.8rem 1rem;
  }
  #timeline-10 .header-date {
    font-size: 1rem;
  }
  #timeline-10 .card-body {
    padding: 1rem;
  }
  #timeline-10 .milestone-title {
    font-size: 1rem;
  }
}


