.elementor-65 .elementor-element.elementor-element-2215263{--display:flex;}/* Start custom CSS for html, class: .elementor-element-53c08f5 *//* ===== REVIEWS SECTION ===== */
.reviews-section {
  padding: 40px 15px;
  background: #f9f9f9;
  max-width: 1200px;
  margin: auto;
}

.reviews-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.reviews-subtitle {
  text-align: center;
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
}

/* ===== IMAGE GRID ===== */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-bottom: 35px;
}

.reviews-grid img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* ===== VIDEO GRID ===== */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

/* ===== RESPONSIVE VIDEO ===== */
.video-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ===== MOBILE TWEAKS ===== */
@media (max-width: 480px) {
  .reviews-title {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4798796 *//* ===== VALUE STACK SECTION ===== */
.value-stack {
  max-width: 1100px;
  margin: auto;
  padding: 45px 20px;
  background: #ffffff;
}

/* INTRO */
.value-intro {
  text-align: center;
  margin-bottom: 40px;
}

.value-intro h2 {
  font-size: 36px;          /* BIGGER headline */
  line-height: 1.35;
  font-weight: 800;
}

.value-intro h2 span {
  color: #1f8f2f;
}

.value-intro p {
  font-size: 19px;          /* larger intro text */
  margin-top: 10px;
  line-height: 1.7;
}

/* CARD */
.value-card {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 25px;
  background: #f9f9f9;
  border-radius: 14px;
  padding: 25px;
  margin-bottom: 30px;
  align-items: center;
}

.value-card img {
  width: 100%;
  border-radius: 12px;
}

/* CONTENT */
.value-content h3 {
  font-size: 28px;          /* bigger card title */
  margin-bottom: 12px;
  line-height: 1.35;
  font-weight: 800;
}

.value-content h3 span {
  color: #1f8f2f;
  font-size: 18px;          /* bigger span */
  font-weight: 700;
}

.value-content p {
  font-size: 18px;          /* bigger body text */
  margin-bottom: 12px;
  line-height: 1.75;
}

/* FULL WIDTH CARD */
.value-content.full {
  grid-column: 1 / -1;
}

/* CTA BUTTON */
.buy-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 16px 36px;
  background: linear-gradient(135deg, #1f8f2f, #2ecc71);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 19px;          /* bigger button text */
  border-radius: 45px;
  transition: all 0.3s ease;
}

.buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(31, 143, 47, 0.35);
}

/* MOBILE */
@media (max-width: 768px) {
  .value-card {
    grid-template-columns: 1fr;
  }

  .value-intro h2 {
    font-size: 28px;        /* mobile headline */
  }

  .value-content h3 {
    font-size: 24px;        /* mobile card title */
  }

  .value-content p {
    font-size: 17px;        /* mobile body */
  }

  .buy-btn {
    font-size: 18px;
    padding: 15px 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1140dd0 */.buy-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 16px 36px;
  background: linear-gradient(135deg, #1f8f2f, #2ecc71);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 19px;
  border-radius: 45px;
  transition: all 0.3s ease;
}

.buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(31, 143, 47, 0.35);
}/* End custom CSS */