.features-section {
    background: #fbfbfb;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
}

.section-subtitle {
    color: #6c757d;
    max-width: 600px;
    margin: auto;
}

.feature-box {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 14px;
    border: 1px solid rgb(255, 201, 101);
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.feature-icon {
    font-size: 38px;
    margin-bottom: 15px;
}

.feature-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.feature-box p {
    color: #6c757d;
    font-size: 15px;
}

.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* vision mission  */

.mission-vision-section {
    background: #ffffff;
}

.mv-box {
    background: #fff9e6;
    padding: 35px 30px;
    border-radius: 16px;
    height: 100%;
    border: 1px solid rgb(255, 202, 58);
    transition: all 0.3s ease;
}

.mv-box:hover {
    transform: translateY(-6px);
}

.mv-icon {
    width: 60px;
    height: 60px;
    background: var(--main-gradient);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.mv-box h4 {
    font-weight: 700;
    margin-bottom: 12px;
}

.mv-box p {
    color: #4c4c4c;
    font-size: 15.5px;
    line-height: 1.7;
}


@media(max-width:765px)
{
    .section-heading__desc {
        font-size: .9rem;
    }
}
