.journey_of_growth_tab .elementor-widget-image-box .elementor-image-box-content {
	position: absolute;
	bottom: 25px;
	left: 30px;
	color: #fff;
	width: fit-content;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
}
.journey_of_growth_tab figure.elementor-image-box-img:after {
	content: '';
	width: 100%;
	height: 160px;
	display: block;
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	bottom: 0;
}
.journey_of_growth_tab .elementor-image-box-wrapper{
	border-radius: 8px;
	border: 1px solid transparent;
	overflow: hidden;
	position: relative;
}
.AlumniImg .elementor-widget-image{
	height: 100%;
}
.AlumniImg .elementor-widget-image img{
	height: inherit;
	object-fit: cover;
}
#Alumni_Journeys .slick-track{
	display: flex;
	height: inherit;
}
#Alumni_Journeys .alumni_item.slick-slide {
	width: var(--container-max-width);
	display: flex;
	position: relative;
	z-index: 1;
	margin-right: 20px;
	height: inherit;
	overflow: hidden;
}
#Alumni_Journeys button.slick-arrow {
    top: -40px;
    bottom: auto;
    right: calc(var(--container_left_space));
    left: auto;
}
#Alumni_Journeys button.slick-arrow.slick-prev {
    right: calc(var(--container_left_space) + 50px);
}
.Alumni_info::after {
    content: '';
    position: absolute;
    background: url(https://billabong.mystagingwebsite.com/wp-content/uploads/2025/01/Vector-3.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 2%;
    z-index: 1;
    left: 38%;
}
.white_cards {
    z-index: 2;
	margin-bottom: 30px;
}

.stud_info {
    z-index: 2;
}
.overlay_inside {
    position: relative;
}

.overlay_inside:after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 1) 100%) !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.innovation_starts h3 {
	display: none;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    padding: 8px 25px;
    border-radius: 20px;
    border: 1px solid #000;
    width: fit-content;
	margin-bottom: 20px;
}
.innovation_starts .elementor-widget-image-box .elementor-image-box-description {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000ba;
}
.innovation_starts.slick-initialized .slick-slide{
	padding: 7px;
}
.innovation_starts.slick-initialized .elementor-image-box-img img{
	border-radius: 20px;
}
.innovation_starts button.slick-arrow {
    top: -40px;
    bottom: auto;
    right: calc(var(--container_left_space));
    left: auto;
}
    .inner_banner.foundation_care::after {
        background: linear-gradient(0deg, #000000fc -68%, rgba(0, 0, 0, 0.00) 50.88%);
    }
.innovation_starts button.slick-arrow.slick-prev {
    right: calc(var(--container_left_space) + 50px);
}
.explore_text {
    position: relative;
    z-index: 1;
}
@media(max-width:767px){
	.Alumni_info::after {
    content: '';
    position: absolute;
    background: url(https://billabong.mystagingwebsite.com/wp-content/uploads/2025/01/Vector-3.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 2%;
    z-index: 1;
    left: 0%;
}
	.innovation_starts ul.slick-dots li button, #Alumni_Journeys ul.slick-dots li button{
/* 		width: 10px; */
		height: 10px;
		background: #000000 !important;
		border-radius: 20px;
		transition: 0.5s;
	}
	.innovation_starts ul.slick-dots li.slick-active, ul.slick-dots li.slick-active button, #Alumni_Journeys ul.slick-dots li.slick-active, ul.slick-dots li.slick-active button{
		width:34px;
	
}
}