
#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;
}



#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;
  }
}



#content-block-21 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#content-block-21 .section-header {
  margin-bottom: 2rem;
  text-align: center;
}
#content-block-21 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#content-block-21 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#content-block-21 .carousel {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#content-block-21 .carousel-inner {
  border-radius: 0.5rem;
}
#content-block-21 .carousel-item img {
  width: 100%;
  object-fit: cover;
  display: block;
}
#content-block-21 .carousel-caption {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  bottom: 1.25rem;
  left: 5%;
  right: 5%;
}
#content-block-21 .carousel-caption h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#content-block-21 .carousel-caption p {
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.4;
}
#content-block-21 .carousel-control-prev-icon,
#content-block-21 .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 0.75rem;
  background-size: 50% 50%;
}
#content-block-21 .carousel-indicators [data-bs-target] {
  background-color: rgba(255, 255, 255, 0.7);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
}
#content-block-21 .carousel-indicators .active {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  #content-block-21 .carousel-caption {
    padding: 0.5rem 0.75rem;
  }
  #content-block-21 .carousel-caption h5 {
    font-size: 1rem;
  }
  #content-block-21 .carousel-caption p {
    font-size: 0.85rem;
  }
}



#why-choose-us-24 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#why-choose-us-24 .section-title-container {
  margin-bottom: 40px;
}
#why-choose-us-24 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#why-choose-us-24 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#why-choose-us-24 .process-overview-main-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 30px;
  text-align: center;
}
#why-choose-us-24 .process-step-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  border-left: 5px solid #0d6efd;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
#why-choose-us-24 .process-step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#why-choose-us-24 .step-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#why-choose-us-24 .step-number-icon {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(13, 110, 253, 0.1);
  font-weight: 700;
}
#why-choose-us-24 .step-header .fas,
#why-choose-us-24 .step-header .far,
#why-choose-us-24 .step-header .fab {
  line-height: inherit;
}
#why-choose-us-24 .step-title-text {
  font-size: 1.35rem;
  font-weight: 600;
  color: #343a40;
}
#why-choose-us-24 .step-description-text {
  font-size: 0.95rem;
  color: #555e68;
  line-height: 1.7;
  margin-bottom: 10px;
}
#why-choose-us-24 .customer-involvement-note {
  font-size: 0.85rem;
  color: #0d6efd;
  font-style: italic;
  padding-top: 8px;
  border-top: 1px dashed #e0e0e0;
  margin-top: 10px;
}
#why-choose-us-24 .customer-involvement-note i {
  margin-right: 5px;
}
#why-choose-us-24 .final-transparency-message {
  margin-top: 30px;
  text-align: center;
  font-size: 1.05rem;
  color: #495057;
  font-weight: 500;
  padding: 15px;
  background-color: #e9f5ff;
  border-radius: 8px;
}



#call-to-action-10 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
#call-to-action-10 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-10 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-10 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #2575fc;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-10 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #2575fc;
}
@media (max-width: 767.98px) {
  #call-to-action-10 h2 {
    font-size: 28px;
  }
  #call-to-action-10 p {
    font-size: 16px;
  }
}


