.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b3f42c0:#A65C2D;--e-global-color-862161c:#6E7D98;--e-global-color-b422b10:#5E5C63;--e-global-color-4adbd0f:#FDFCF2;--e-global-typography-primary-font-family:"IBM Plex Serif";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IBM Plex Serif";--e-global-typography-accent-font-weight:400;--e-global-typography-10a5ec1-font-family:"IBM Plex Serif";--e-global-typography-10a5ec1-font-size:100px;--e-global-typography-10a5ec1-font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === HOVER WRAPPER === */
.adora-hover-container,
.salford-hover-container {
  position: relative;
  overflow: hidden;
}

/* === IMAGE === */
.adora-hover-container img,
.salford-hover-container img {
  display: block;
  width: 100%;
  height: auto;
}

/* === OVERLAY === */
.adora-overlay,
.salford-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(165, 92, 45, 0.95); /* A65C2D overlay */
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

/* === CENTERED TEXT === */
.adora-hover-text,
.salford-hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: auto; /* ✅ fixed: text is now clickable */
  z-index: 3;
}

/* === HOVER STATES === */
.adora-hover-container:hover .adora-overlay,
.salford-hover-container:hover .salford-overlay {
  opacity: 0.95;
}

.adora-hover-container:hover .adora-hover-text,
.salford-hover-container:hover .salford-hover-text {
  opacity: 1;
}/* End custom CSS */