.light-background {
    background-color: #f9f9f9;
}
/* new-login-start */
.top-header-background {
    background-color: var(--dark);
}
/* new-login-end */
/* navbar.blade.php-start */

body .navbar-light .navbar-nav .nav-link {
    margin-right: 20px;
}
.header-link {
    color: #fff;
    font-weight: 500;
}
.header-link.active {
    color: #06bbcc;
}
.navbar-light .navbar-nav > .nav-link:last-child {
    margin-right: 0;
}
/* navbar.blade.php-end */

/* homepage/count-section-start */
.count-section .div-container i {
    font-size: 36px;
}
/*new change 9 april*/
.count-section .div-container span {
    font-size: 48px;
    display: block;
    color: var(--yellow-clr);
    font-weight: 700;
}
.count-section .div-container p {
    font-size: 22px;
}
/* homepage/count-section-start */

/*enqurey btn*/
.enquiry-btn {
    font-size: 1.3rem;
    padding: 16px 48px;
}

.tie-up img {
    width: auto;
    height: 100px;
}

.copyright-sec p {
    color: white;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 5px;
}
.banner-img img {
    height: 80vh;
}

/*collaboration imges */
.collaboration img {
    width: 15%;
    aspect-ratio: 3/2;
    object-fit: contain;
    /*mix-blend-mode: color-dodge;*/
}
/*course details page course section*/
.course-info div {
    background-color: #06bbcc;
    color: white;
    padding: 10px;
    margin: 10px;
}

.gallerybox-tab .card {
    width: 100%;
}
.gallerybox-tab .card-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.gallery-banner {
    background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
        url(../img/library1.jpeg);
}

.contact-banner {
    background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
        url(../img/msr1.jpeg);
}
.about-banner {
    background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
        url(../img/about1.jpg);
}
.course-banner {
    background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
        url(../img/course-2.jpg);
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-logo {
    height: 67px;
}
.navbar-brand h2 {
    margin: 4px;
}
/*img object fit for big devices */
.img-objectfit {
    object-fit: cover;
}
.img-outer-container {
    min-height: 400px;
}
@media screen and (max-width: 769px) {
    /* homepage/count-section-start */
    .count-section .div-container i {
        font-size: 28px;
    }
    .count-section .div-container span {
        font-size: 30px;
    }
    .count-section .div-container p {
        font-size: 18px;
    }
    /*enqurey btn*/
    .enquiry-btn {
        font-size: 1rem;
        padding: 8px 16px;
    }
    .img-outer-container {
        margin-top: 0;
    }
}

@media screen and (max-width: 521px) {
    .nav-logo {
        height: 45px;
    }

    .navbar-brand h2 {
        font-size: 18px;
        word-wrap: break-word;
    }
    .navbar-toggler {
        padding: 0;
    }
    /* homepage/count-section-start */
    .count-section .div-container i {
        font-size: 22px;
    }
    .count-section .div-container span {
        font-size: 26px;
    }
    .count-section .div-container p {
        font-size: 14px;
    }
    /*img object fit for small devices */
    .img-objectfit {
        object-fit: contain;
    }
    .img-outer-container {
        min-height: 300px;
        margin-top: 0;
    }
}

@media screen and (max-width: 376px) {
    .navbar-brand h2 {
        font-size: 13px;
    }
}

.result-table tr,
.result-table td,
.result-table th,
table {
    border-collapse: collapse;
}
.result-table tr {
    padding: 3px;
}
.result-table {
    width: 100%;
}

/*result.php page table*/
.result-table {
    width: 100%;
    color: black;
    text-align: center;
    box-shadow: 2px 2px 5px #888888;
}
.result-table th {
    color: white;
    background-color: var(--dark);
    padding: 10px;
}

.result-section {
    padding: 3% 10%;
}

/* login.blade.php-start
.number-form[type="number"] {
    -moz-appearance: textfield;
} */
input.number-form[type="number"]::-webkit-outer-spin-button,
input.number-form[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.dob-form[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
/* login.blade.php-end */

/*news page */

.newsEvent {
    height: 400px;
    padding: 5px;
    overflow-y: auto;
    background-color: #f9f9f9;
}
.newsEvent ul li {
    list-style: none;
    padding: 15px 5px;
    color: black;
    font-weight: 600;
    margin: 3px;
}
.newsEvent ul li span {
    font-size: 14px;
}
/*news page end*/

/*gallery page */
.gallery .card {
    width: 100%;
}
.gallery .card-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

/*dashboard page*/
.dashboard {
    background-color: #f3eded;
}
.profile-banner {
    position: relative;
    width: 100%;
    height: 200px;
    background: url("../img/newmsr.png");
    background-size: cover;
}
.profile-banner img {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.profile-info {
    margin-top: 60px;
    text-align: center;
}

.dashboard .profile-card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: white;
}
/*

.dashboard .info-doc{
    border:2px solid #b9b6b6;
} */

/* new page more about college*/
.affilation .info-box {
    background: linear-gradient(135deg, #007bff, #00d4ff); /* Gradient blue */
    color: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    width: 90%;
    transition: transform 0.3s ease-in-out;
}

.affilation .info-box:hover {
    transform: scale(1.05);
}

.awards,
.green-background {
    background-color: #181d38;
    /* #d1f1a5;*/
    color: black;
}

.leaders .profile {
    width: 200px;
    height: 200px;
}
.leaders .profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.leaders .section-title {
    font-size: clamp(2rem, 5vw, 4rem);
}
.members {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.award-card {
    background: #f9f9f9; /* Light transparent white */
    padding: 20px;
    margin: 15px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
}
.award-card h4 {
    color: #00d4ff;
}
.award-card p {
    color: rgb(16, 16, 16);
    margin-bottom: 0;
}

.balancesheet-list {
    list-style-type: none;
    padding-left: 0;
    color: black;
    font-size: 20px;
    font-weight: 600;
}
.balancesheet-list li {
    padding: 5px;
}
/*
    .balancesheet-table{
        color:black;
        font-size:22px;
        font-weight: 700;
        border:none;
        min-height: 200px;
        padding:8px;
        background-color: white;
        border-style: none;
    }
    .balancesheet-table tr,.balancesheet-table td{
        padding:5px;
        border:0;
    }
    .balancesheet-table th{
        color:#181d38;
        font-size:2rem;
        border:0;
    } */
.balance-sheet-data {
    padding-left: 3%;
    padding-right: 3%;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.counts {
    color: white;
}

.course-detail-main {
    /*new change 9 april*/
    /* background-color: var(--light);
        */
    color: rgb(11, 11, 11);
}

.whyus .service-item i {
    color: white;
}
/*
    .enquire{
        background: url('../img/msr1.jpeg') no-repeat;
        background-position: center;
        background-size: cover;
        filter: blur(3px);
    }*/
.enquire-bg {
    background: url("../img/msr1.jpeg") no-repeat center center / cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: blur(5px);
    z-index: 1;
}

.facility .service-item,
.facility .service-item h5 {
    background: var(--bs-dark);
    color: white;
}

.facility .testimonial-carousel::before {
    background: none;
}
.facility .testimonial-carousel::after {
    background: none;
}

.yellow-text {
    color: var(--yellow-clr);
}

.yellow-bg {
    background-color: var(--yellow-clr);
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background-color: var(--yellow-clr);
}

/* leader-board-page-start */
.leader-board-sec .leader-img-block,
.leader-board-sec .leader-img-block button {
    height: 290px;
}
.name-btn button {
    background-color: unset;
}
.rank-points {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #b7b7b794;
    display: flex;
    justify-content: start;
    align-items: center;
}
.rank-point {
    flex-basis: 50%;
}
.rank-points > ul:first-child {
    padding-left: 24px;
    padding-right: 8px;
}
.rank-points > ul:last-child {
    padding-left: 8px;
    padding-right: 24px;
}
.rank-points .rank-point {
    text-align: left;
}
.rank-points .rank-point li {
    list-style: none;
}
.rank-points .rank-point li:first-child {
    color: #181d38;
    font-weight: 500;
}
@media (min-width: 1201px) and (max-width: 1400px) {
    .leader-board-sec .leader-img-block,
    .leader-board-sec .leader-img-block button {
        height: 240px;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    .leader-board-sec .leader-img-block,
    .leader-board-sec .leader-img-block button {
        height: 200px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .leader-board-sec .leader-img-block,
    .leader-board-sec .leader-img-block button {
        height: 200px;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .leader-board-sec .leader-img-block,
    .leader-board-sec .leader-img-block button {
        height: 230px;
    }
}
@media  (max-width: 567px) {
    .leader-board-sec .leader-img-block,
    .leader-board-sec .leader-img-block button {
        height: auto;
    }
}
/* leader-board-page-end */
