/*** 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%;
}

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

