.elementor-585 .elementor-element.elementor-element-15a4c2e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-585 .elementor-element.elementor-element-2dd8115{--display:flex;--border-radius:15px 15px 15px 15px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}@media(min-width:768px){.elementor-585 .elementor-element.elementor-element-2dd8115{--width:85%;}}@media(max-width:1024px) and (min-width:768px){.elementor-585 .elementor-element.elementor-element-2dd8115{--width:97%;}}/* Start custom CSS */.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-caption{
    padding:1rem !important;
}
.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::before {
    right: 15px !important;
    left: 15px !important;

}

.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::after {

    right: 15px !important;
    left: 15px !important;

   }
   
   
   .ha-ihe-fig.ha-effect-bubba {
  position: relative;
  overflow: hidden;
}

.ha-ihe-fig.ha-effect-bubba .ha-ihe-img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  display: block;
  width: 100%;
}

/* Gradient overlay */
.ha-ihe-fig.ha-effect-bubba::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none; /* ensures clicks pass through */
  transition: opacity 0.35s;
}

/* Optional: make overlay stronger on hover */
.ha-ihe-fig.ha-effect-bubba:hover::after {
  opacity: 0.9;
}
.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-title{
    z-index: 2;
}/* End custom CSS */