.elementor-2582 .elementor-element.elementor-element-e64eefc{--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;}.elementor-2582 .elementor-element.elementor-element-82a250b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2582 .elementor-element.elementor-element-1212c7b{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2582 .elementor-element.elementor-element-7acdd99{--display:flex;}/* Start custom CSS for html, class: .elementor-element-abfaca5 *//* Global heading override */
h1, .entry-content h1,
h2, .entry-content h2,
h3, .entry-content h3,
h4, .entry-content h4,
h5, .entry-content h5,
h6, .entry-content h6 {
  color: #ffffff !important;
  font-family: Helvetica, sans-serif !important;
}

/* Hover Box */
.hover-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: Helvetica, sans-serif;
}

.hover-box img {
  width: 100%;
  display: block;
  height: auto;
  transition: filter 0.3s ease;
}

.hover-box:hover img {
  filter: blur(2px) brightness(0.8);
}

/* Text Overlay */
.text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  transition: all 0.3s ease-in-out;
}

/* Heading (default state) */
.always-visible {
  margin: 0;
  font-size: 32px !important;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}

/* Hidden Text (default state) */
.hover-text {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  transform: translateY(20px);
  transition: opacity 0.3s ease, max-height 1.5s ease, transform 0.3s ease;
}

/* On hover: reveal text and move heading */
.hover-box:hover .hover-text {
  opacity: 1;
  max-height: 400px;
  transform: translateY(0);
}

.hover-box:hover .always-visible {
  transform: translateY(-10px);
}

/* Force Helvetica + white inside */
.hover-box,
.hover-box * {
  font-family: Helvetica, sans-serif !important;
  color: #ffffff !important;
}

/* ---------------------- */
/* ✅ Responsive Styling  */
/* ---------------------- */

/* Tablet (768px and below) */
@media (max-width: 768px) {
  .always-visible {
    font-size: 26px !important;
  }

  .hover-text {
    font-size: 16px;
  }

  .text-overlay {
    padding: 15px;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .always-visible {
    font-size: 22px !important;
  }

  .hover-text {
    font-size: 14px;
  }

  .text-overlay {
    padding: 12px;
  }
}/* End custom CSS */