
#hero-10 {
  padding: 120px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-10 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-10 .hero-subtitle {
  font-size: 22px;
  color: #777;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 14px 40px;
  font-size: 18px;
}



#our-services-24 {
  padding: 80px 0;
  background-color: #fff;
}
#our-services-24 .services-intro {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#our-services-24 .services-section-title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
#our-services-24 .services-section-subtitle {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
}
#our-services-24 .service-bg-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  min-height: 300px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
#our-services-24 .service-bg-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
#our-services-24 .service-bg-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
  z-index: 1;
}
#our-services-24 .service-bg-card:hover::before {
  transform: scale(1.1);
}
#our-services-24 .service-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.1) 70%
  );
  padding: 1.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.3s ease;
}
#our-services-24 .service-bg-card:hover .service-card-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.2) 80%
  );
}
#our-services-24 .service-bg-card .card-title {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#our-services-24 .service-bg-card .card-text {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#our-services-24 .service-bg-card .stretched-link-custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  font-size: 0;
  color: transparent;
}



#why-choose-us-3 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#why-choose-us-3 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#why-choose-us-3 .carousel-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
#why-choose-us-3 .carousel-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#why-choose-us-3 .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 4px;
}
#why-choose-us-3 .btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #why-choose-us-3 .carousel-item img {
    height: 200px;
  }
}



#features-9 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-9 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-9 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-9 .feature-item {
  position: relative;
  padding: 40px 20px;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-9 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-9 .feature-icon {
  font-size: 50px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-9 .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 162, 184, 0.8);
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 20px;
}
#features-9 .feature-item:hover .feature-overlay {
  opacity: 1;
}
#features-9 .feature-overlay h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#features-9 .feature-overlay p {
  font-size: 14px;
}



#testimonials-4 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#testimonials-4 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#testimonials-4 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-4 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-4 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-4 .testimonial-card {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#testimonials-4 .testimonial-card:hover {
  transform: translateY(-5px);
}
#testimonials-4 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-4 .testimonial-card p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-4 .testimonial-card .client-info {
  font-size: 0.95rem;
  color: #777;
}
@media (max-width: 576px) {
  #testimonials-4 .testimonial-card {
    flex: 1 1 100%;
  }
}



#call-to-action-3 {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 70px 15px;
  color: #fff;
  text-align: center;
}
#call-to-action-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#call-to-action-3 .content {
  position: relative;
  z-index: 2;
}
#call-to-action-3 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-3 p {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
#call-to-action-3 .btn {
  background-color: #ff5722;
  color: #fff;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-3 .btn:hover {
  background-color: #e64a19;
}
#call-to-action-3 .statistics {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
#call-to-action-3 .stat {
  text-align: center;
}
#call-to-action-3 .stat .value {
  font-size: 2rem;
  font-weight: bold;
}
#call-to-action-3 .stat .label {
  font-size: 1rem;
  color: #ddd;
}



#customer-support-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e9ecef;
  overflow: hidden;
}
#customer-support-8 .section-header {
  margin-bottom: 3rem;
}
#customer-support-8 .section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#customer-support-8 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
}
#customer-support-8 .contact-card {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#customer-support-8 .contact-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#customer-support-8 .contact-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #343a40;
}
#customer-support-8 .contact-details p {
  margin-bottom: 0.25rem;
  color: #495057;
  line-height: 1.6;
}
#customer-support-8 .contact-details a {
  color: var(--bs-primary);
  text-decoration: none;
}
#customer-support-8 .contact-details a:hover {
  text-decoration: underline;
}
#customer-support-8 .social-links-wrapper {
  margin-top: 3rem;
  text-align: center;
}
#customer-support-8 .social-links-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #495057;
}
#customer-support-8 .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--bs-primary);
  margin: 0 0.3rem;
  font-size: 1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#customer-support-8 .social-links a:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
}
@media (max-width: 767.98px) {
  #customer-support-8 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #customer-support-8 .section-header {
    margin-bottom: 2rem;
  }
  #customer-support-8 .section-title {
    font-size: 1.8rem;
  }
}



#faq-6 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-6 .faq-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
#faq-6 .faq-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}
#faq-6 .faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#faq-6 .faq-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}
#faq-6 .faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#faq-6 .faq-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
#faq-6 .faq-content {
  flex: 1;
  text-align: left;
}
#faq-6 .faq-question {
  font-size: 20px;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 10px;
}
#faq-6 .faq-answer {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 768px) {
  #faq-6 .faq-list {
    gap: 15px;
  }
  #faq-6 .faq-item {
    flex-direction: column;
    text-align: center;
  }
  #faq-6 .faq-image {
    margin-bottom: 15px;
  }
  #faq-6 .faq-content {
    text-align: center;
  }
}



#team-8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-8 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-8 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-8 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-8 .team-card-topimg {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.3s ease;
}
#team-8 .team-card-topimg:hover {
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.1);
}
#team-8 .member-image-top {
  position: relative;
  width: 100%;
  padding-top: 80%;
}
#team-8 .member-image-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#team-8 .member-card-body {
  padding: 1.25rem 1.5rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#team-8 .member-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.2rem;
}
#team-8 .member-role {
  font-size: 0.9rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
#team-8 .member-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 1rem;
  flex-grow: 1;
  /*
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(1.5 * 0.9rem * 2); 
    /* */
}
#team-8 .member-social-links {
  margin-top: auto;
  padding-top: 0.5rem;
}
#team-8 .member-social-links a {
  display: inline-block;
  color: #adb5bd;
  margin: 0 0.4rem;
  font-size: 1rem;
  transition: color 0.3s ease;
}
#team-8 .member-social-links a:hover {
  color: var(--bs-primary);
}
@media (max-width: 767.98px) {
  #team-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-8 .section-title {
    font-size: 2.1rem;
  }
  #team-8 .member-name {
    font-size: 1.1rem;
  }
  #team-8 .member-card-body {
    padding: 1rem 1.25rem;
  }
}


