.toppers-section {
    margin-top: 100px;
    width: 100%;
    text-align: center;
    /* background: linear-gradient(135deg, #E3F2FD, #BBDEFB); */
    padding: 40px 20px;
    border-radius: 10px;
}

.section-title {
    font-size: 30px;
    color: #2b3899;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.toppers-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.topper-card {
    background: #fff;
    backdrop-filter: blur(10px);
    padding: 20px;
    width: 250px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.topper-card:hover {
    transform: scale(1.05);
}

.topper-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-bottom: 10px;
}

.topper-info h3 {
    font-size: 20px;
    color: black;
    margin-bottom: 5px;
}

.topper-info p {
    font-size: 16px;
    color: black;
}

.topper-info span {
    font-weight: bold;
    color: #394493;
}



/* mht cet */

.mhtcet-section {
    width: 100%;
    text-align: center;
    /* background: linear-gradient(135deg, #E3F2FD, #BBDEFB); */
    padding: 50px 0;
}

.mhtcet-heading {
    font-size: 36px;
    color: #004080; /* Professional deep blue */
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.mhtcet-image-container img {
    width: 100%;  /* Fullscreen width */
    height: auto; /* Maintain aspect ratio */
    display: block;
}
