.google-review-section {
  padding: 80px 20px;
  background: #fefefe;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.review-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.review-text h2 {
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}

.review-text p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 25px;
  line-height: 1.6;
}

.google-review-btn {
  display: inline-block;
  background: #ea4335;
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1rem;
}

.google-review-btn i {
  margin-right: 10px;
}

.google-review-btn:hover {
  background: #c72d1f;
}

.review-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
