.map {
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  transition: transform 0.3s ease;
}

.map:hover {
  transform: scale(1.01);
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(20%) contrast(105%);
  transition: filter 0.3s ease;
}

.map:hover iframe {
  filter: grayscale(0%) contrast(110%);
}


.reviews_sec {
  background: linear-gradient(135deg, #f8fbff, #eef4ff);
  position: relative;
  overflow: hidden;
}

.reviews_sec .w3-head-all h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.testi-subtitle {
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 0;
  letter-spacing: 0.3px;
}

.testimonial-slider {
  max-width: 850px;
}

.testimonial-card {
  background: #fff;
  border-radius: 24px;
  padding: 55px 35px 35px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  position: relative;
  margin: 20px 10px;
  transition: all 0.35s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.quote-icon {
  width: 70px;
  height: 70px;
  line-height: 78px;
  border-radius: 50%;
  background: linear-gradient(135deg, #007bff, #00c6ff);
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 auto 20px;
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.25);
}

.review-stars {
  margin-bottom: 20px;
}

.review-stars span {
  color: #ffb400;
  font-size: 1.2rem;
  margin: 0 2px;
}

.testimonial-text {
  font-size: 1.08rem;
  line-height: 1.9;
  color: #444;
  max-width: 700px;
  margin: 0 auto 28px;
  font-style: italic;
}

.testimonial-user h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111;
  margin: 12px 0 6px;
}

.review-source {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: rgba(0, 123, 255, 0.08);
  color: #007bff;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.review-source:hover {
  background: #007bff;
  color: #fff;
  text-decoration: none;
}

.user-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e90ff, #6a5cff);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 68px;
  margin: 0 auto;
  box-shadow: 0 10px 20px rgba(30, 144, 255, 0.2);
}

/* Flexslider arrows */
.flex-direction-nav a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  text-align: center;
  line-height: 46px;
  opacity: 1 !important;
}

.flex-direction-nav a:before {
  font-size: 18px;
  color: #007bff;
}

/* Flexslider dots */
.flex-control-nav {
  bottom: -35px;
}

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  background: #cfd8e3;
  border-radius: 50%;
  box-shadow: none;
}

.flex-control-paging li a.flex-active {
  background: linear-gradient(135deg, #007bff, #00c6ff);
  width: 28px;
  border-radius: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .reviews_sec .w3-head-all h3 {
    font-size: 2rem;
  }

  .testimonial-card {
    padding: 45px 20px 28px;
  }

  .testimonial-text {
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .quote-icon {
    width: 60px;
    height: 60px;
    line-height: 67px;
    font-size: 2.5rem;
  }

  .user-avatar {
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 1.25rem;
  }
}