/* Start custom CSS for html, class: .elementor-element-8947473 */.hero-reviews {
  background: linear-gradient(135deg, #1c2b3a, #2c3e50);
  color: #fff;
  padding: 60px 20px;
  border-radius: 15px;
  margin-bottom: 40px;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.hero-left {
  flex: 1;
  min-width: 300px;
}

.hero-left h1 {
  font-size: 2.5rem;
  line-height: 1.3;
}

.hero-left h1 span {
  color: #f5a623;
}

.hero-left p {
  margin: 20px 0;
  font-size: 1.1rem;
}

.hero-btn {
  display: inline-block;
  background: #f5a623;
  color: #000;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #d48806;
}

.hero-right {
  flex: 1;
  min-width: 300px;
  position: relative;
}

.phone-mockup {
  position: relative;
  display: inline-block;
}

.phone-mockup img {
  max-width: 250px;
  border-radius: 20px;
}

.review-bubble {
  position: absolute;
  background: #fff;
  color: #333;
  padding: 12px 18px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  max-width: 220px;
  font-size: 0.9rem;
}

.review-bubble span {
  display: block;
  margin-top: 5px;
  color: #f39c12;
}

.bubble1 { top: 10%; left: -240px; }
.bubble2 { top: 40%; left: -220px; }
.bubble3 { bottom: 15%; left: -200px; }/* End custom CSS */