.header-menu-bd {
    background-color: white;
};

.header-menu-text-color{
    color: black;
}

.top-header-menu-bd {
    background-color: black;
};

.top-header-menu-text-color{
    color: white;
}

.top-header {
            background-color: #11743B;
            padding: 5px 0;
            font-size: 14px;
        }
.top-header i {
            color: white;
            margin-right: 5px;
        }

.admission-section {
    background-color: #0B1779;
}

.vc-bg {
    background-color: #223244;
    font-family: 'Poppins', sans-serif;
}

.vc-bg {
    color: aliceblue;
}

.vc-bg h4 {
    text-transform: uppercase;
    color: rgb(102, 186, 255);
}

#description {
    color: rgb(255, 255, 255);
    text-align: justify;
    font-weight: 200;
}

.vc-bg p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
}

.vc-image-custom {
    border-radius: 15px;
    border: 4px solid #66BAFF; /* Custom border color */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}


@media (max-width: 576px) {
    .admission-section h5 {
        font-size: 1rem;
    }

    .admission-section .marquee-container {
        font-size: 0.85rem;
    }
    
}



