/*** custom image box ***/
/* Ensure image-wrap behaves correctly with alignment */
.custom-image-box .image-wrap {
    display: inline-block;
    overflow: hidden;
}

/* Circle shape styling */
.custom-image-shape-circle .image-wrap {
    border-radius: 50%;
}

.box-subtitle {
	position: absolute;
  top: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}