.text-blue-small {
    font-size: 4rem;
}

body .prog-highligths-box-container {
    display: flex !important;
    flex-wrap: wrap !important;
    column-gap: 1rem;
}

.program-highligths-sec .highlights-box {
    width: 16%;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 3rem;
    border: 1px solid rgba(0, 0, 0, .19);
    box-shadow: 0 .2rem 0.5rem rgba(0, 0, 0, .15) !important;
    padding-top: 3rem;
}

.program-highligths-sec .highligth-img {
    height: 10rem !important;
    margin-bottom: 1rem;
}

.program-highligths-sec .highlights-box {
    min-height: 33rem;
}

.program-highligths-sec .highlights-box p {
    font-weight: 500;
}

.program-highligths-sec {
    padding: 60px 5% !important;
}

section.prog-download-sec.container-fluid {
    padding-bottom: 0px !important;
    padding-top: 0 !important;
    margin-top: 15rem;
}

.prog-download-sec {
    background-color: #EFF5FF;
    margin-top: 9rem;
}

.download-new-btm {
    width: 45%;
    background: #EB2024;
    padding: 10px 40px;
    border-radius: 40px;
    color: white;
    font-weight: 600;
}

.program-sec-iimg {
    margin-top: -13rem;
}

.cuss-col {
    width: 35.333333% !important;
}

.prog-highligths-box-container .slick-dots li.slick-active button:before {
    color: #11468F !important;
}

button:focus-visible {
    outline: none !important;
}

.prog-highligths-box-container .slick-dots li button:before {
    font-size: 10px;
}

.footer-para {
    font-size: 2.4rem;
}

body footer ul.dots {
    line-height: 1.5;
}

.leadership-cards-content .nav.nav-tabs {
    border-bottom: 1px solid #101010;
}

.leadership-cards-content .nav.nav-tabs button {
    color: #101010;
    text-decoration: none;
    font-weight: 500;
    font-size: 2.4rem;
    flex: 1;
}

.leadership-cards-content .nav.nav-tabs button.active {
    color: #EB2024;
    border: none;
    border-bottom: 3px solid #EB2024;
}

.leadership-cards-content .nav.nav-tabs :focus-within {
    outline: unset !important;
}

.leadership-inner-card {
    background-image: url('/../images/aboutus/blue-abg.webp');
    display: flex;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2rem;
    align-items: flex-end;
    padding-bottom: 3px;
    padding-top: 2rem;
    padding-left: 0;
}

.leadw-10 {
    width: 40%;
    border-bottom-left-radius: 5rem !important;
    text-align: center;
}

.leadw-80 {
    width: 60%;
    color: #fff;

}

.leadder-name {
    font-weight: 500;
    font-size: 1.5rem;
}

.leader-location {
    width: 100%;
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 2.1rem;
}

.leader-para-content {
    height: 350px;
    overflow-y: scroll;
    margin-bottom: 2rem;
    padding-right: 2rem;
}

.leadw-10 img {
    border-bottom-left-radius: 3rem !important;
    text-align: center;
    margin: auto;
}

/* Handle */
.leadership-cards-content .cus-scroll::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

/* Handle on hover */
.leadership-cards-content .cus-scroll::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.program-sec {
    padding-bottom: 40px !important;
}

.banner-box a {
    color: white !important;
    text-decoration: none !important;
    display: flex !important;
    justify-content: center !important;

}

.enquire-sec {
    /* height: 80vh !important; */
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 7% !important;
    padding-top: 7% !important;
}

.enquire-sec .content-row {
    /* height: 80vh !important; */
    display: flex;
    align-content: center;
    justify-content: center;
    padding-bottom: 12% !important;

}

/* .icons{
    width: 33px;
    height: 33px;
} */




/* training and placement page style Starts */

section.pageTabContainer .sidebar-navigation-container a.nav-item-btn.current-tab,
section.pageTabContainer .sidebar-navigation-container a.link-item-btn.current-tab {
    pointer-events: none;
    background: #eb2024;
}

section.pageTabContainer .sidebar-navigation-container a.nav-item-btn,
section.pageTabContainer .sidebar-navigation-container a.link-item-btn {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

section.pageTabContainer .sidebar-navigation-container a.nav-item-btn:first-child {
    border-radius: 30px 30px 0px 0px;
}

section.pageTabContainer .sidebar-navigation-container a.nav-item-btn:last-child {
    border-radius: 0px 0px 30px 30px;
}

section.pageTabContainer {
    display: flex;
    min-height: 100vh;
}


/* Sidebar Styles */
section.pageTabContainer .sidebar-navigation-container {
    width: 350px;

    padding: 20px 0;
    overflow-y: auto;
}

section.pageTabContainer .nav-item-btn,
section.pageTabContainer .link-item-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

section.pageTabContainer .nav-item-btn:hover,
section.pageTabContainer .link-item-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateX(-5px);
}

section.pageTabContainer .nav-item-btn.current-tab {
    background-color: rgba(255, 255, 255, 0.2);
    border-left: 4px solid #fff;
}

section.pageTabContainer .nav-item-btn div,
section.pageTabContainer .link-item-btn div {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
}

section.pageTabContainer .nav-item-btn img,
section.pageTabContainer .link-item-btn img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

/* Mobile Dropdown */
section.pageTabContainer .mobile-nav-dropdown {
    display: none;
    width: 100%;
    padding: 10px;
    margin: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Content Area */
section.pageTabContainer .mainContentArea {
    flex: 1;
    padding: 40px;
    background: white;
    overflow-y: auto;
}

section.pageTabContainer .contentSection {
    display: none;
}

section.pageTabContainer .contentSection.visibleContent {
    display: block;
}

.text-blue {
    color: #1e3c72;
}

.fw-bold {
    font-weight: bold;
}

.mb-5 {
    margin-bottom: 2rem;
}

section.pageTabContainer h2,
section.studentSections h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

section.pageTabContainer .contentSection p,
section.studentSections p {
    margin-bottom: 1rem;
    line-height: 1.6;
    text-align: justify;
}

section.pageTabContainer table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

section.pageTabContainer table,
section.pageTabContainer th,
section.pageTabContainer td {
    border: 1px solid #ddd;
}

section.pageTabContainer th,
section.pageTabContainer td {
    padding: 12px;
    text-align: left;
}

section.pageTabContainer th {
    background-color: #254989;
    color: white;
}

section.pageTabContainer td {
    background-color: #ecf0f1;
}

section.pageTabContainer h2 {
    color: #34495e;
    font-size: 22px;
}

section.pageTabContainer h3,
section.studentSections h3 {
    /* color: #34495e; */
    font-size: 18px;
}

section.pageTabContainer ul,
section.studentSections ul {
    margin-left: 20px;
    list-style-type: disc;
}

section.studentSections ol {
    margin-left: 20px;

}

section.pageTabContainer ul li,
section.studentSections ul li,
section.studentSections ol li {
    margin-bottom: 10px;
}

section.studentSections p {
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
    section.pageTabContainer {
        flex-direction: column;
    }

    section.pageTabContainer .desktop-view {
        display: none;
    }

    section.pageTabContainer .mobile-view {
        display: block;
    }

    section.pageTabContainer .sidebar-navigation-container {
        width: 100%;
    }

    section.pageTabContainer .mainContentArea {
        padding: 20px;
    }
}

@media (min-width: 769px) {
    section.pageTabContainer .mobile-view {
        display: none;
    }

    section.pageTabContainer .desktop-view {
        display: block;
    }
}

section.studentSections {
    padding: 10px 5% 40px !important;
}

/* training and placement page style Ends */

.bigboldtxt {
    font-size: 18px;
}

/* Entrepreneurship and placement page style starts  */

.pdf-card-container {
    display: flex;
    gap: 20px;
    justify-content: start;
    flex-wrap: wrap;
}

.pdf-card-container .pdf-card {
    display: block;
    background-color: #eb2024;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 220px;
    text-align: start;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pdf-card-container .pdf-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.pdf-card-container .pdf-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.pdf-card-container .pdf-card p {
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: start !important;
}

.headingUndeline {
    position: relative;
    margin-bottom: 2.4rem !important;
}

.headingUndeline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 20%;
    height: 3px;
    background-color: red;

}

h2.headingBlue {
    color: #0c3771;
}

.documents-container {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.document-link {
    text-decoration: none;
    color: #0d6efd;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
}

.document-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

#main_nav ul.studentDropdowns {
    max-height: 70vh;
    overflow: hidden;
    overflow-y: scroll;
}

#main_nav ul.studentDropdowns li a {
    line-height: 1.5;
}

/* Entrepreneurship and placement page style Ends  */
section.pageTabContainer.right-tabs.studentSections {
    min-height: 40vh;
}


/* Sidebar Styles */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.sidebar-overlay.show {
    opacity: 1;
    visibility: visible;
}

.sidebar {
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100%;
    background-color: #11468f;
    z-index: 1050;
    transition: right 0.3s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.sidebar.show {
    right: 0;
}

.sidebar-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-header h5 {
    margin: 0;
    color: #333;
}

.sidebar-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #ffffff;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-close:hover {
    color: #333;
}

.sidebar-content {
    padding: 20px;
}

.sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav-item {
    margin-bottom: 10px;
}

.sidebar-nav-link {
    display: block;
    padding: 5px 5px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.sidebar-nav-link:hover {
    color: #fff;
    transform: translateX(5px);
    text-decoration: none;
}

.sidebar-nav-link i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

/* Hamburger Menu Button */
.hamburger-btn {
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    padding: 5px 5px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.hamburger-btn i {
    color: #ffffff;
    font-size: 2.2rem;
    transition: all ease-in 0.3s;
}


.hamburger-btn i:hover {
    color: red;
    scale: 1.3;
}

/* Navbar adjustments */
.navbar-nav {
    align-items: center;
}

.hamburger-container {
    margin-left: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sidebar {
        width: 300px;
        right: -300px;
    }
}

@media (max-width: 480px) {
    .sidebar {
        width: 280px;
        right: -280px;
    }
}

/* Custom dropdown styles to match existing theme */
.dropdown-menu {
    border: 1px solid #dee2e6;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

/* Submenu styles */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
}