.elementor-4126 .elementor-element.elementor-element-7a7b1e0 > .elementor-widget-container{border-radius:17px 17px 17px 17px;box-shadow:0px 0px 0px -100px rgba(0,0,0,0.5);}.elementor-4126 .elementor-element.elementor-element-7a7b1e0 .elementor-wrapper{--video-aspect-ratio:1.33333;}/* Start custom CSS for html, class: .elementor-element-6001019 */.hero-quote {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 28px;
  overflow: hidden;
  border-radius: 16px;
}

.hero-img {
  display: block;
  width: 100%;
  height: auto;
}

.img-gradient {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 35%;
  background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0));
  pointer-events: none;
}

/* Caption card with bevel + shadow */
.quote-card.caption-style {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 20px 24px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e0e0e0;
  font-family: Arial, Helvetica, sans-serif;
  color: #222222;

  /* Hovering effect */
  box-shadow: 
    0 8px 20px rgba(0,0,0,0.25),   /* deep shadow */
    inset 0 1px 0 #ffffff,         /* light bevel top */
    inset 0 -1px 3px rgba(0,0,0,0.08); /* soft inner edge */

  /* Optional smooth fade-in if you want */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quote-card.caption-style:hover {
  transform: translateY(-4px); /* lift on hover */
  box-shadow: 
    0 12px 28px rgba(0,0,0,0.3),
    inset 0 1px 0 #ffffff,
    inset 0 -1px 3px rgba(0,0,0,0.08);
}

.quote-text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
}
.quote-text .emph {
  font-weight: 700;
  color: #6b7cff;
}
.quote-author {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #555555;
  text-align: right;
}

@media (max-width: 767px) {
  .quote-card.caption-style {
    left: 12px; right: 12px; bottom: 12px;
    padding: 16px 18px;
  }
  .quote-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}/* End custom CSS */