
#portfolio-12 {
  padding-top: 0;
  padding-bottom: 70px;
  position: relative;
}
#portfolio-12 .map-background-container {
  height: 450px;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
#portfolio-12 .map-background-container.no-map-bg {
  background-color: #e9ecef;
  color: #333;
}
#portfolio-12 .map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#portfolio-12 .map-title-content {
  position: relative;
  z-index: 2;
  padding: 20px;
}
#portfolio-12 .map-section-main-title {
  font-size: 2.8rem;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#portfolio-12 .map-section-main-subtitle {
  font-size: 1.15rem;
  max-width: 700px;
  margin: 15px auto 0 auto;
  line-height: 1.6;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#portfolio-12 .projects-listing-area {
  padding-top: 50px;
}
#portfolio-12 .map-project-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#portfolio-12 .map-project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
#portfolio-12 .map-project-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#portfolio-12 .map-project-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#portfolio-12 .map-project-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 5px;
}
#portfolio-12 .map-project-location {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 10px;
}
#portfolio-12 .map-project-location i {
  margin-right: 6px;
  color: #fd7e14;
}
#portfolio-12 .map-project-description {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
}
#portfolio-12 .map-project-link a {
  font-size: 0.9rem;
  font-weight: 500;
}
#portfolio-12 .view-all-map-projects {
  margin-top: 40px;
}



#testimonials-3 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#testimonials-3 .slider-container {
  position: relative;
  overflow: hidden;
  height: 300px;
}
#testimonials-3 .slider-item {
  display: none;
  text-align: center;
  padding: 30px;
}
#testimonials-3 .slider-item.active {
  display: block;
}
#testimonials-3 .slider-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-3 .slider-item p {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-3 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#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;
  }
}


