.bg-edu {
	background: url('/storage/uploads/banners/1721810809.jpg');
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}
.main-head{
	text-shadow: 1px 2px 2px rgb(0 0 0 / 0.6);
    font-family: "Aileron R";
    font-size: 50px;
}
.main-head span{
    color: var(--secoundery-color);
}
.step-by-step{
    bottom: 60px;
    background-color: var(--secoundery-color);
    border-radius: 100%;
    width: 96px;
    height: 96px;
    border: 9px solid #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}
.step-by-step .imageborder{
    border-radius: 0 !important;
    padding: 15px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);
    height: 75px;
    width: 75px;
    opacity: 1;
}
.stats-grid{
	flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
}
.stat-box{
	background: #fff;
    padding: 10px 60px 20px 60px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 15px;
    text-align: center;
}
.stat-box h3{
	font-family: 'Aileron R';
    font-size: 60px;
    line-height: 68px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    margin: 0;
    font-weight: 700;
}
.stat-box p{
    font-size: 16px;
    color: #444;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.testimonials-block{
	background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    text-align: left;
}
.set-block{
	background-color: #FFF6D8 !important;
    border-bottom: 3px solid #f5c611;
}
.set-block > .active{
	background-color: #FFF6D8 !important;
}
.set-block .content{
	background-color: #FFF6D8 !important;
}

/*Responsive*/
@media (max-width: 767px) {
    .bg-edu .main-head{
        background: rgb(0 0 0 / 60%);
        color: #ffffff;
        border-radius: 10px;
        padding: 20px 10px;
        text-align: center;
        font-size: 30px;
    }
    .bg-edu .main-head span{
        color: #ffffff;
    }
    .stats-grid{
        gap: unset;
    }
    .stat-box h3{
        font-size: 25px;
    }
}