/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
*/
.google-review-wrapper {
  padding: 60px 0;
  background: #f9f9f9;
}

.review-card {
  background: #fff;
  margin: 10px;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.review-card:hover {
  transform: translateY(-5px);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.review-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.review-header h4 {
  margin: 0;
  color: #FD8127;
  font-size: 16px;
}

.stars {
  color: #FD8127;
  font-size: 14px;
}

.review-text {
  margin-top: 15px;
  color: #555;
  font-size: 15px;
}

/* arrows */
.slick-prev, .slick-next {
  background: #FD8127 !important;
  border-radius: 50%;
}