.elementor-2352 .elementor-element.elementor-element-f71fa7a{--display:flex;}/* Start custom CSS */.ue-hexagon-gallery__item-title {
    padding-bottom: 55px;
}
#uc_ue_hexagon_image_gallery_elementor_a5ecfb1 .ue-hexagon-gallery__item-wrapper {
    justify-content: end !important;
}
.ha-ihe-wrapper.grid {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

/* Base corner borders */
.ha-ihe-wrapper.grid::before,
.ha-ihe-wrapper.grid::after,
.ha-ihe-wrapper.grid .corner::before,
.ha-ihe-wrapper.grid .corner::after {
  content: '';
  position: absolute;
  background-color: #ff6600;
  transition: all 0.4s ease;
  
}

/* Top-left horizontal */
.ha-ihe-wrapper.grid::before {
  top: 0;
  left: 0;
  width: 20%;
  height: 6px;
  
}

/* Top-left vertical */
.ha-ihe-wrapper.grid::after {
  top: 0;
  left: 0;
  width: 6px;
  height: 50%;
  
}

/* Top-right horizontal */
.ha-ihe-wrapper.grid .corner::before {
  top: 0;
  right: 0;
  width: 30%;
  height: 6px;
 
}

/* Top-right vertical */
.ha-ihe-wrapper.grid .corner::after {
  top: 0;
  right: 0;
  width: 6px;
  height: 10%;
  
}

/* On hover: increase vertical height only */
.ha-ihe-wrapper.grid:hover::after {
  height: 70%;
  border-radius: 20px;
}

.ha-ihe-wrapper.grid:hover .corner::after {
  height: 70%;
  
}

/*For categroies font*/
.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-caption{
padding: 1em;
text-transform: capitalize;
}
.altboxcolor .ha-ihe-fig.ha-effect-oscar .ha-ihe-caption {

    background: linear-gradient(162deg, #05599e0d, #05599E);
}/* End custom CSS */