
.school-name {
    margin-left: 15px;
    line-height: 40px;
    color: #012758;
    font-weight: 500;
    font-size: 27px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
        margin-top: 4px;
}
.p-absulute {
    display: flex;
}
.footer-social, .footer-social .developed-by {
    color: #fff;
    margin-left: 4px;
    font-weight: 500;
}
.copyright-text a {
    color: #eab533 !important;
    font-weight: 600 !important;
}
.w-35{width: 24%;}
.footer-social a.developed-by{ color: #eab533 !important;font-weight: 600 !important;}
.info .portfolio-info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-radius: 0px;
}
.bg-012758 th{background: #012758; color: #fff;}
.bg-ffffffa6 {
    background: #ffffffa6;
}
.info:hover .portfolio-info {
    bottom: 0;
}
.list-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
}

/* Style for the icon (checkbox) */
.list-item i {
    margin-right: 10px;
}
li {
    display: flex;
    align-items: flex-start;
    /* margin-bottom: 15px; */
    font-size: 16px;
    line-height: 1.5;
}
.navbar-nav .dropdown-li {
    display: block !important;
    align-items: inherit !important;
    /* margin-bottom: 15px; */
    font-size: 16px;
    line-height: 1.5;
}
li i {
    margin-right: 10px;
    color: #2c3e50;
}
li b {
    font-weight: bold;
}
.content {
    flex: 1;
}
.feature-item{height: 100%;}
.desktop-none{display: none;}
@media screen and (max-width: 480px) {
    .school-name {
        margin-top: -10px;
        font-size: 18px;
    }
    .w-35{width: 70% !important;}
    .desktop-none .theme-btn{width: 100%;}
}
@media screen and (max-width: 991px) {
    .w-35{width: 50%;}
    .desktop-none{display: block;}
}
@media (max-width: 768px) {
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
    }
    table {
        width: 100%; /* Ensure the table uses full width on smaller screens */
    }
}