.justify-content-space-between{
    justify-content: space-between;
}
.text-justify{
    text-align:justify;
}
.ml-60{
    margin-left:60px;
}
.display2 {
    font-size: 60px;
}
.blue, .pink, .orange, .purple{
    padding: 50px;
    border-radius: 20px;
    height: 400px;
}
.purple{
    background: #e5d7fa;
}
.blue{
    background: #f3f9ff;
}
.pink{
    background: #ffe6fd;
}
.orange{
    background: #fff3cd;
}
.explore-course h4{
    font-size: 18px;
    line-height: 1.5;
}
.explore-course .content{
    border: 1px solid #d2dbe9;
    height:250px;
    background-color:#fff!important;
}
.nav-menu__link {
    padding: 28px 0;
}
.common-tab .nav-item .nav-link.active {
    color: #000 !important; 
    border-color: #fff !important;
    background-color: #fff !important;
}
.bg-border-white{
    border:1px solid #fff!important;
}
.text-center{
    text-align:center!important;
}
body {
    overflow-x: hidden;
}

.hover-card {
    transition: 0.3s;
}
.hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.feature-card {
    background: #fff;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    font-size: 22px;
    min-height: 100%;
}
.feature-card p {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.icon-box {
    font-size: 26px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef2ff;
    border-radius: 50%;
}

.cefr-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* top gradient line */
.cefr-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #4f46e5, #06b6d4);
}

/* hover effect */
.cefr-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* title styling */
.cefr-card h5 {
    font-size: 22px;
    color: #4f46e5;
}

/* text */
.cefr-card p {
    color: #000;
    font-weight:bold;
    font-size: 16px;
}

@media (min-width: 992px) {
    .py-120 {
        padding-block-start: 80px !important;
        padding-block-end: 80px !important;
    }
}
@media (min-width: 1500px) {
    .banner-thumb__img {
        margin-inline-start: 0px!important;
    }
}