* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    background: #fff;
}

body.nav-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.main-header, .main-nav, .main-footer {
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    position: relative;
    background: inherit;
}

.main-header .container, .main-nav .container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-content > .container, .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.top-bar {
    background: #23292b;
    color: #fff;
    padding: 0;
    width: 100%;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 44px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.social-links {
    display: flex;
    gap: 18px;
    align-items: center;
}

.social-links a {
    color: #fff;
    font-size: 22px;
    margin-right: 8px;
    text-decoration: none;
    transition: color 0.2s;
}

.social-links a:last-child, .top-bar-actions a:last-child, .nav-links > li:last-child {
    margin-right: 0;
}

.social-links a:hover, .top-bar-actions a:hover {
    color: #fecaca;
}

.social-links .fab, .social-links .fa {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.social-links .fab:before, .social-links .fa:before {
    display: inline-block;
}

.social-links .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.top-bar-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-bar-actions .btn.btn-primary {
    background: #8b1c1c;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s;
    border: none;
    cursor: pointer;
}

.top-bar-actions .btn.btn-primary:hover {
    background: #6b1515;
}

.top-bar-actions a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.main-nav {
    background: black;
    padding: 0;
    width: 100%;
}

.main-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-brand-stack {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.soci-abbr {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.establishment-info {
    display: flex;
    gap: 20px;
    font-size: 12px;
    color: #ccc;
}

.establishment-info > div {
    display: flex;
    align-items: center;
}

img, picture, video, iframe {
    max-width: 100%;
    height: auto;
}

.main-nav .nav-links {
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
}

.main-content {
    padding-top: 0;
    min-height: calc(100vh - 200px);
}

* {
    max-width: 100%;
}

html {
    font-size: 100%;
}

.p-1 {
    padding: 0.5rem !important;
}

.p-2 {
    padding: 1rem !important;
}

.p-3 {
    padding: 1.5rem !important;
}

.m-1 {
    margin: 0.5rem !important;
}

.m-2 {
    margin: 1rem !important;
}

.m-3 {
    margin: 1.5rem !important;
}

.nav-menu {
    flex: 1;
    margin-left: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.nav-links {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    background: none;
}

.nav-links > li {
    position: relative;
    margin-right: 24px;
}

.nav-links > li > a {
    color: #fff;
    text-decoration: none;
    padding: 12px 18px;
    display: block;
    transition: background 0.2s, color 0.2s;
    border-radius: 4px 4px 0 0;
}

.nav-links > li > a:hover, .nav-links > li.dropdown:hover > a {
    background: #7c2d12;
    color: #fff;
}

.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 180px;
    background: #fff;
    color: #222;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.13);
    border-radius: 0 0 8px 8px;
    z-index: 100;
    padding: 8px 0;
}

.dropdown:hover > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu, .dropdown-submenu:focus-within > .dropdown-menu, .dropdown-submenu > a:hover + .dropdown-menu, .tab-content.active {
    display: block;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu a {
    color: #222;
    font-weight: 400;
    padding: 10px 22px;
    display: block;
    text-decoration: none;
    border-radius: 0;
    transition: background 0.2s, color 0.2s;
}

.dropdown-menu a:hover {
    background: #f3f4f6;
    color: #b91c1c;
}

.footer-social a {
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.footer-social a:hover {
    color: #fecaca;
    background: rgba(255,255,255,0.2) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,255,255,0.2);
}

.page-header, .page-header-overview, .page-header-programmes, .page-header-structure, .page-header-learning, .page-header-graduate, .page-header-skills, .page-header-philosophy, .page-header-objectives, .page-header-placements, .page-header-faculty, .page-header-events, .page-header-admissions, .page-header-contact {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

.page-header-programmes, .page-header-skills, .page-header-objectives, .page-header-admissions {
    background: url('../img/students.jpg') center center/cover no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header-structure, .page-header-graduate, .page-header-philosophy, .page-header-contact {
    background: url('../img/ACM Sprint.jpg') center center/cover no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header-events {
    background: url('https://joyuniversity.edu.in/userfiles/PhotoGallery/5864eef557fc4375b06d825af335be4a.jpg') center center/cover no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-header p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.content-section {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1f2937;
}

.section-header p {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
}

.section-header-red {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.section-header-red .section-bar {
    width: 40px;
    height: 80px;
    background: #b91c1c;
    margin-right: 24px;
    border-radius: 0;
}

.section-header-red h2 {
    color: #b91c1c;
    font-size: 1.7rem;
    font-weight: 400;
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
}

.main-footer {
    background: #fff;
    color: #991b1b;
    border-top: 1px solid #e5e7eb;
    padding: 0 0 0 0;
    margin-top: 40px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 24px 0 24px;
    gap: 0 32px;
}

.footer-section {
    flex: 1 1 200px;
    min-width: 180px;
    margin-bottom: 24px;
}

.footer-section h3, .footer-section h4 {
    color: #b91c1c;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 0;
}

.footer-section h4 {
    font-size: 19px;
    font-weight: 600;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 6px;
}

.footer-section ul li a {
    color: #222;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.2s;
}

.footer-section ul li a:hover, .footer-section a:hover {
    color: #b91c1c;
    text-decoration: underline;
}

.footer-section a {
    color: #991b1b;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-section p {
    color: #222;
    font-size: 16px;
    margin: 0 0 8px 0;
}

.footer-section .red-link {
    color: #b91c1c;
    font-weight: 600;
}

.footer-section .red-link:hover {
    color: #991b1b;
}

.footer-social-bar {
    background: #b91c1c;
    padding: 18px 0 0 0;
    margin-top: 24px;
}

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 8px;
}

.footer-social a {
    color: #fff;
    font-size: 22px;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
}

.footer-social a:hover {
    background: #fff;
    color: #b91c1c;
}

.footer-bottom {
    background: #b91c1c;
    color: #fff;
    text-align: center;
    padding: 8px 0 0 0;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-bottom .footer-links {
    display: flex;
    gap: 18px;
    font-size: 16px;
}

.footer-bottom .footer-links a {
    color: #fff;
    text-decoration: none;
    transition: text-decoration 0.2s;
}

.footer-bottom .footer-links a:hover {
    text-decoration: underline;
}

html {
    scroll-behavior: smooth;
}

button:focus, a:focus, input:focus {
    outline: 2px solid #dc2626;
    outline-offset: 2px;
}

.programmes-table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    font-size: 17px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.programmes-table th, .programmes-table td {
    border: 1px solid #b91c1c;
    padding: 16px 14px;
    text-align: left;
    vertical-align: top;
}

.programmes-table th {
    background: #b91c1c;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.programmes-table .dept-header th {
    background: #a71c1c;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: 3px solid #b91c1c;
}

.programmes-table a:hover {
    color: #b91c1c;
}

.programmes-table ul {
    margin: 0 0 0 18px;
    padding: 0;
    list-style: disc;
}

.programmes-table li {
    margin-bottom: 6px;
    font-size: 16px;
}

.top-bar-actions .btn.btn-primary {
    padding: 2px 10px;
    font-size: 13px;
    border-radius: 2px;
    margin-right: 8px;
}

.establishment-info-bar {
    background: #000;
    color: #dbeafe;
    width: 100%;
    padding: 0;
}

.establishment-info-bar .container {
    display: flex;
    align-items: center;
    padding: 0 20px;
    /* min-height: 32px; */
}

.establishment-info {
    font-size: 17px;
    color: #dbeafe;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.establishment-info > div:last-child {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.nav-header-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-logo-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 32px;
}

.nav-logo-stack img, .accordion-item:not(:last-child) {
    margin-bottom: 0;
}

.logo-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 8px;
}

.logo-subtitle {
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 2px;
    font-weight: 400;
    text-align: left;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    position: absolute;
    display: none;
    min-width: 180px;
    background: #fff;
    color: #222;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.13);
    border-radius: 0 8px 8px 8px;
    z-index: 110;
    padding: 8px 0;
}

.overview-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 40px 0 32px 0;
    flex-wrap: wrap;
}

.overview-img-col {
    flex: 1 1 350px;
    max-width: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.overview-img {
    width: 100%;
    max-width: 420px;
    max-height: 520px;
    aspect-ratio: 3/4;
    object-fit: cover;
    border-radius: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    display: block;
}

.overview-text-col {
    flex: 2 1 400px;
    max-width: 700px;
    padding: 16px 0;
}

.overview-video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 48px 0 56px 0;
}

.overview-video-inner {
    position: relative;
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}

.overview-video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 20px;
}

.logo-soci {
    font-size: 2.1rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 8px;
    text-align: left;
}

.header-bar {
    width: 100%;
    background: #232323;
    padding: 18px 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo-title {
    display: flex;
    align-items: center;
    gap: 28px;
    max-width: 1200px;
    width: 100%;
    margin: 0 32px;
}

.header-logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.header-title-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #f3f3f3;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.1;
}

.header-abbr {
    font-size: 1.2rem;
    font-weight: 600;
    color: #eab308;
    margin-left: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-subtitle {
    font-size: 1.1rem;
    color: #d1d5db;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 2px;
    letter-spacing: 0.5px;
}

.header-logo-plain {
    width: 70px;
    height: auto;
    background: none;
    border-radius: 0;
    object-fit: contain;
    box-shadow: none;
    display: block;
}

.main-slider {
    position: relative;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    margin-bottom: 30px;
}

.slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 1;
}

.slider-slide.active {
    opacity: 1;
    z-index: 2;
    position: relative;
}

.slider-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.slider-caption {
    position: absolute;
    left: 200px;
    bottom: 180px;
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 24px 36px;
    border-radius: 6px;
    font-size: 2.5rem;
    font-weight: bold;
    z-index: 3;
}

.slider-controls {
    position: absolute;
    left: 40px;
    bottom: 30px;
    z-index: 4;
    display: flex;
    gap: 8px;
}

.slider-controls button {
    background: rgba(255,255,255,0.8);
    border: 2px solid #fff;
    color: #222;
    font-size: 2rem;
    border-radius: 4px;
    padding: 2px 10px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.slider-controls button:hover {
    background: #fecaca;
    color: #b91c1c;
}

.slider-dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    gap: 10px;
}

.slider-dots .dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.7;
    cursor: pointer;
    border: 2px solid #fff;
    transition: background 0.2s, opacity 0.2s;
}

.slider-dots .dot.active {
    background: #ff9800;
    opacity: 1;
    border-color: #ff9800;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}

.accordion-item {
    background: #fff;
    border: 2px solid #b91c1c;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
    transition: box-shadow 0.2s;
}

.accordion-item-header {
    padding: 20px 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    font-weight: 600;
    color: #b91c1c;
    background: #fff;
    border: none;
    outline: none;
    transition: background 0.2s;
}

.accordion-item-header:hover {
    background: #f5f5f5;
}

.accordion-item-header-title {
    color: #b91c1c;
    font-size: 1.3rem;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
}

.accordion-item-description-wrapper {
    padding: 0 28px 20px 28px;
}

.accordion-item-description {
    font-size: 1.05rem;
    color: #222;
    margin-top: 8px;
}

.apply-now-button {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 22px;
    border: 2px solid #b91c1c;
    border-radius: 8px;
    background: #fff;
    color: #b91c1c;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
    text-align: center;
}

.apply-now-button:hover {
    background: #b91c1c;
    color: #fff;
}

.programmes-offered-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.07);
    padding: 36px 48px 48px 48px;
    margin: 32px auto;
    max-width: 98%;
    width: 100%;
}

.page-header h1, .page-header p {
    color: #fff;
}

.page-header-faculty, .page-header-structure, .page-header-skills, .page-header-programmes, .page-header-placements, .page-header-philosophy, .page-header-objectives, .page-header-learning, .page-header-graduate, .page-header-events, .page-header-contact, .page-header-admissions {
    min-height: 500px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    left: 0;
    right: 0;
}

.tab-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab-button {
    padding: 12px 24px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    color: #4b5563;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.tab-button.active, .tab-button:hover {
    background: #dc2626;
    color: white;
    border-color: #dc2626;
}

.tab-content {
    display: none;
}

.sidebar-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.sidebar-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1f2937;
}

.fact-list {
    list-style: none;
    padding: 0;
}

.fact-list li {
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb;
}

.fact-list li:last-child {
    border-bottom: none;
}

.contact-section {
    padding: 80px 0;
    background: white;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.contact-info p {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.contact-icon {
    background: #b91c1c;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 1.2rem;
}

.contact-details p {
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.map-section {
    margin-top: 60px;
}

.map-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 30px;
    text-align: center;
}

.map-container {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/* .contact-form-container {
    background: #f8fafc;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.contact-form-container h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 10px;
}

.contact-form-container p {
    color: #64748b;
    margin-bottom: 25px;
} */

.nav-toggle {
    display: none;
    cursor: pointer;
    padding: 10px;
}

.nav-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px;
    background: #fff;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

[class*="col-"] {
    padding: 0 10px;
}

.col-lg-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}

.col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.research-main-section {
    padding: 60px 20px;
    background-color: #fff;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #2c3e50;
    border-bottom: 2px solid #ccc;
    display: inline-block;
    padding-bottom: 10px;
}

.research-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.research-item {
    background: #f9f9f9;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s ease-in-out;
}

.research-item:hover {
    transform: translateY(-5px);
}

.research-item h2 {
    font-size: 1.5rem;
    color: red;
    margin-bottom: 10px;
}

.research-item p {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
}

.project-section, .dean-message {
    padding: 60px 20px;
    background-color: #ffffff;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #2c3e50;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

.project-card {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.project-card h2 {
    font-size: 1.8rem;
    color: red;
    margin-bottom: 15px;
}

.project-card p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.btn-link {
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    background: red;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.btn-link:hover {
    background: #005bb5;
}

.dean-message .section-title, .faculty-profile-name {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #2c3e50;
    padding-bottom: 10px;
    text-align: center;
}

.faculty-profile {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.faculty-profile-photo {
    max-width: 250px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faculty-profile-info {
    flex: 1;
    min-width: 280px;
}

.faculty-profile-degree, .faculty-profile-title {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 10px;
}

.faculty-profile-bio {
    margin-top: 20px;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}

.faculty-profile-bio p {
    margin-bottom: 15px;
}

.faculty-profile-readmore {
    display: inline-block;
    margin-top: 10px;
    background-color: red;
    color: #fff;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.faculty-profile-readmore:hover {
    background-color: red;
}

.seminar-section {
    max-width: 900px;
    margin: 2rem auto;
    padding: 0 1rem;
    font-family: 'Inter', sans-serif;
    color: #333;
}

.seminar-section h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ccc;
    padding-bottom: 0.5rem;
}

.seminar-section p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #555;
}

.seminar-item {
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
}

.seminar-date {
    font-weight: bold;
    color: #444;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

.seminar-title {
    font-size: 1.2rem;
    margin: 0.3rem 0;
    color: #222;
}

.seminar-speaker {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.seminar-links a {
    font-size: 0.9rem;
    margin-right: 1rem;
    text-decoration: none;
    color: #0056b3;
    transition: color 0.2s ease-in-out;
}

.seminar-links a:hover {
    color: #003d80;
    text-decoration: underline;
}

.seminar-section h2 {
    margin-top: 2rem;
    font-size: 1.5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.4rem;
}

.seminar-section ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    color: #555;
}

.student-section {
    max-width: 1100px;
    margin: 2rem auto;
    padding: 0 1rem;
    font-family: 'Inter', sans-serif;
    color: #333;
}

.student-section h1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #1f2937;
    border-bottom: 2px solid #ccc;
    padding-bottom: 0.5rem;
}

.filters {
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    font-size: 0.95rem;
}

.filters label, .student-info span {
    font-weight: 600;
    color: #1f2937;
}

.filters select {
    padding: 0.4rem 0.6rem;
    font-size: 0.95rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.student-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.student-card {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    transition: transform 0.2s ease;
}

.student-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.student-name {
    font-weight: bold;
    color: #8b1c1c;
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.student-info {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 0.4rem;
}

.page-header-library {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.page-header-library h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-header-library p {
    font-size: 1.3rem;
    opacity: 0.9;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.resource-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid #7c3aed;
}

.resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.resource-icon {
    padding: 30px;
    text-align: center;
    background: #faf5ff;
}

.resource-icon i {
    font-size: 3rem;
    color: #7c3aed;
    margin-bottom: 15px;
}

.resource-content {
    padding: 0 30px 30px 30px;
}

.resource-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #7c3aed;
    margin-bottom: 12px;
    text-align: center;
}

.resource-description {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
}

.resource-features {
    margin-bottom: 25px;
}

.resource-features h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
}

.resource-features ul {
    list-style-type: none;
    padding: 0;
}

.resource-features li {
    padding: 6px 0;
    color: #6b7280;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.resource-features li:before {
    content: "•";
    color: #7c3aed;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 10px;
}

.access-btn {
    background: #7c3aed;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    text-align: center;
    transition: background 0.2s;
}

.access-btn:hover {
    background: #6d28d9;
}

.collections-section {
    background: #f8fafc;
    padding: 60px 0;
    margin: 60px 0;
    border-radius: 20px;
}

.collections-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.collection-item {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: center;
}

.collection-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #7c3aed;
    display: block;
    margin-bottom: 10px;
}

.collection-label {
    font-size: 1.1rem;
    color: #6b7280;
    font-weight: 500;
}

.services-section {
    margin: 60px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border-left: 4px solid #7c3aed;
}

.service-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-title i {
    color: #7c3aed;
    font-size: 1.2rem;
}

.service-description {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
}

.page-header {
    margin-top: 0;
    padding-top: 0;
    min-height: 320px;
    max-width: revert-layer;
    height: 500px;
}

.seminar-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

.seminar-header {
    margin-bottom: 16px;
}

.seminar-date, .upcoming-date {
    font-weight: bold;
    color: #1e3a8a;
    margin-bottom: 8px;
}

.seminar-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.seminar-speaker {
    font-size: 1rem;
    color: #6b7280;
}

.seminar-content {
    margin-top: 16px;
}

.seminar-abstract {
    font-size: 1rem;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 20px;
}

.seminar-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.detail-item {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: #374151;
}

.detail-item i {
    color: #1e3a8a;
    margin-right: 6px;
}

.upcoming-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.upcoming-card {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.upcoming-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.upcoming-speaker {
    font-size: 0.95rem;
    color: #6b7280;
}

.section-header-red {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    margin-top: 30px
}

.section-bar {
    width: 6px;
    height: 30px;
    background-color: #e11d48;
    border-radius: 4px;
}

.section-header-red h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
}

.guideline-box {
    background: #f8fafc;
    padding: 40px;
    border-radius: 16px;
}

.guideline-box h3 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 20px;
}

.guideline-box ul {
    list-style-type: disc;
    margin-left: 30px;
    color: #374151;
    font-size: 1.1rem;
    line-height: 1.8;
}

@media (max-width: 768px) {
.main-content > .container {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
}

.sidebar-card {
    width: 100%;
    max-width: 100%;
}

.tab-buttons {
    flex-wrap: wrap;
}

.overview-img-col img {
    width: 100%;
    height: auto;
}
}

@media (max-width: 768px) {
.container {
    padding: 0 15px;
    max-width: 100%;
}

.main-content > .container {
    padding: 0 15px;
}
}

@media (max-width: 480px) {
.container, .main-content > .container {
    padding: 0 10px;
}
}

@media (max-width: 768px) {
.top-bar .container {
    flex-direction: column;
    padding: 10px 15px;
    gap: 10px;
}

.top-bar-actions {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.top-bar-actions .btn.btn-primary {
    font-size: 12px;
    padding: 6px 12px;
}

.top-bar-actions a {
    font-size: 12px;
}
}

@media (max-width: 480px) {
.top-bar .container {
    padding: 8px 10px;
}

.social-links {
    gap: 12px;
}

.social-links a {
    font-size: 18px;
}
}

@media (max-width: 768px) {
.main-nav .container {
    padding: 0 15px;
    min-height: 60px;
}
}

@media (max-width: 480px) {
.main-nav .container {
    padding: 0 10px;
    min-height: 50px;
}
}

@media (max-width: 768px) {
.establishment-info {
    flex-direction: column;
    gap: 5px;
    font-size: 11px;
}
}

@media (max-width: 480px) {
.establishment-info {
    display: none;
}
}

@media (max-width: 768px) {
.main-nav .container {
    justify-content: space-between;
    position: relative;
}

.nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 1001;
    position: relative;
    touch-action: manipulation;
}

.nav-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 3px 0;
    background: #fff;
    transition: all 0.3s ease;
    transform-origin: center;
    pointer-events: none;
}

.nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #8b1c1c;
    flex-direction: column;
    padding: 80px 20px 20px;
    transition: left 0.3s ease-in-out;
    z-index: 1000;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0,0,0,0.3);
}

.nav-links.active {
    left: 0;
}

.nav-links li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.nav-links li:last-child, .dropdown-menu li {
    border-bottom: none;
}

.nav-links li a {
    padding: 16px 0;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.2s;
    width: 100%;
}

.nav-links li a:hover {
    color: #fecaca;
}

.dropdown-menu {
    position: static;
    background: rgba(0,0,0,0.2);
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.dropdown.active .dropdown-menu {
    max-height: 500px;
}

.dropdown-menu a {
    padding: 12px 20px;
    font-size: 14px;
    color: #f0f0f0;
}

.dropdown-menu a:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.dropdown-submenu .dropdown-menu {
    margin-left: 20px;
    background: rgba(0,0,0,0.3);
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

.nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1002;
}

.nav-close a {
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4px;
    line-height: 1;
}
}

@media (min-width: 769px) {
.nav-toggle {
    display: none;
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

.nav-links > li, .dropdown-submenu {
    position: relative;
}

.nav-links > li:last-child {
    margin-right: 0;
}

.nav-links > li > a {
    display: block;
    padding: 20px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.2s;
}

.nav-links > li > a:hover, .nav-links > li > a:focus {
    color: #fecaca;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.dropdown:hover > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu, .dropdown-submenu:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    border-bottom: 1px solid #eee;
}

.dropdown-menu a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s;
}

.dropdown-menu a:hover {
    background: #f8f9fa;
    color: black;
}

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

@media (max-width: 768px) {
.student-section {
    padding: 20px 15px;
}

.student-section h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.filters {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.filters label, .student-info {
    font-size: 14px;
}

.filters select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.student-grid {
    grid-template-columns: 1fr;
    gap: 15px;
}

.student-card {
    padding: 15px;
}

.student-name {
    font-size: 16px;
}
}

@media (max-width: 480px) {
.student-section {
    padding: 15px 10px;
}

.student-section h1 {
    font-size: 20px;
}

.student-card {
    padding: 12px;
}
}

@media (max-width: 768px) {
.footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 15px;
}

.footer-section {
    text-align: center;
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    font-size: 14px;
}

.footer-bottom {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    text-align: center;
}

.footer-social {
    justify-content: center;
    gap: 15px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    font-size: 18px;
}
}

@media (max-width: 480px) {
.footer-content {
    padding: 20px 10px;
}

.footer-section h3 {
    font-size: 16px;
}

.footer-section ul li a {
    font-size: 13px;
}

.footer-social a {
    width: 35px;
    height: 35px;
    font-size: 16px;
}
}

@media (max-width: 768px) {
.content-section {
    padding: 20px 15px;
}

.section-header h2 {
    font-size: 24px;
}

.page-header h1 {
    font-size: 28px;
}
}

@media (max-width: 480px) {
.content-section {
    padding: 15px 10px;
}

.section-header h2 {
    font-size: 20px;
}

.page-header h1 {
    font-size: 24px;
}
}

@supports (-webkit-touch-callout: none) {
html, body {
    height: -webkit-fill-available;
}
}

@media (max-width: 768px) {
button, a, input, select, textarea {
    min-height: 44px;
    min-width: 44px;
}

.nav-links li a {
    min-height: 44px;
    display: flex;
    align-items: center;
}

.dropdown > a::after {
    content: '▼';
    margin-left: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.dropdown.active > a::after {
    transform: rotate(180deg);
}
}

@media (max-width: 480px) {
.nav-links {
    padding: 70px 15px 20px;
}

.nav-links li a {
    font-size: 15px;
    padding: 14px 0;
}

.dropdown-menu a {
    padding: 10px 15px;
    font-size: 13px;
}

.dropdown-submenu .dropdown-menu {
    margin-left: 15px;
}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.nav-toggle span {
    transform: scale(0.5);
    transform-origin: center;
}
}

@media (max-width: 768px) and (orientation: landscape) {
.nav-links {
    padding: 60px 20px 20px;
}

.nav-links li a {
    padding: 12px 0;
}
}

@media (max-width: 1200px) {
html {
    font-size: 90%;
}
}

@media (max-width: 992px) {
html {
    font-size: 85%;
}
}

@media (max-width: 768px) {
html {
    font-size: 80%;
}
}

@media (max-width: 900px) {
.footer-content {
    flex-direction: column;
    gap: 0;
    padding: 24px 8px 0 8px;
}

.footer-section {
    min-width: 0;
    margin-bottom: 18px;
}

.footer-bottom {
    flex-direction: column;
    gap: 8px;
    padding: 8px 0 0 0;
}
}

@media (max-width: 768px) {
.nav-toggle, .nav-links.active {
    display: flex;
}

.nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.nav-links li {
    margin: 10px 0;
}

.page-header h1 {
    font-size: 2.2rem;
}

.section-header h2 {
    font-size: 2rem;
}

.content-grid {
    grid-template-columns: 1fr;
}

.tab-buttons {
    flex-direction: column;
}

.tab-button {
    width: 100%;
    text-align: center;
}
}

@media (max-width: 480px) {
.container {
    padding: 0 8px;
}

.hero-content h1 {
    font-size: 1.5rem;
}

.page-header h1 {
    font-size: 1.2rem;
}

.logo-text h1 {
    font-size: 1.1rem;
}

.logo-text p {
    font-size: 0.9rem;
}

.subnav-links {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.subnav-links a {
    width: auto;
    max-width: none;
}
}

@keyframes fadeInUp {
from {
    opacity: 0;
    transform: translateY(30px);
}

to {
    opacity: 1;
    transform: translateY(0);
}
}

@media print {
.main-header, .subnav, .main-footer {
    display: none;
}

.main-content {
    margin: 0;
}

.page-header {
    background: none;
    color: #000;
}
}

@media (max-width: 800px) {
.programmes-table th, .programmes-table td {
    padding: 10px 6px;
    font-size: 15px;
}

.programmes-table .dept-header th {
    font-size: 16px;
}
}

@media (max-width: 900px) {
.nav-links {
    flex-direction: column;
    align-items: flex-start;
}

.nav-links > li {
    margin-right: 0;
    width: 100%;
}

.dropdown-menu {
    position: static;
    box-shadow: none;
    border-radius: 0;
    min-width: 100%;
}
}

@media (max-width: 900px) {
.overview-row {
    flex-direction: column;
    gap: 24px;
    margin: 24px 0 16px 0;
}

.overview-img-col, .overview-text-col {
    max-width: 100%;
}

.overview-img {
    max-width: 100%;
    max-height: 340px;
    aspect-ratio: 3/4;
}

.overview-video-inner {
    max-width: 100vw;
    border-radius: 14px;
}

.overview-video-inner iframe {
    border-radius: 14px;
}

.overview-video {
    margin: 32px 0 36px 0;
}
}

@media (max-width: 900px) {
.logo-soci {
    font-size: 1.3rem;
    margin-top: 4px;
    text-align: center;
}
}

@media (max-width: 900px) {
.header-logo-title {
    gap: 14px;
    margin: 0 8px;
}

.header-logo {
    width: 48px;
    height: 48px;
}

.header-title {
    font-size: 1.1rem;
}

.header-abbr {
    font-size: 0.8rem;
}

.header-subtitle {
    font-size: 0.85rem;
}

.header-bar {
    padding: 10px 0 6px 0;
}
}

@media (max-width: 900px) {
.header-logo-plain {
    width: 48px;
}
}

@media (max-width: 900px) {
.programmes-offered-card {
    padding: 18px 8px 24px 8px;
}
}

@media (max-width: 900px) {
.overview-row {
    flex-direction: column;
    gap: 24px;
    margin: 24px 0 16px 0;
}

.overview-img-col, .overview-text-col {
    max-width: 100%;
}

.overview-img {
    max-width: 100%;
    max-height: 340px;
    aspect-ratio: 3/4;
}

.overview-video-inner {
    max-width: 100vw;
    border-radius: 14px;
}

.overview-video-inner iframe {
    border-radius: 14px;
}

.overview-video {
    margin: 32px 0 36px 0;
}
}

@media (max-width: 900px) {
.logo-soci {
    font-size: 1.3rem;
    margin-top: 4px;
    text-align: center;
}
}

@media (max-width: 768px) {
.contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
}

.contact-section {
    padding: 40px 0;
}

.contact-item {
    padding: 15px;
}

.contact-icon {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
}

.php-email-form button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
}

*/ */
    .map-container iframe {
    height: 300px;
}
}

@media (max-width: 480px) {
.contact-section {
    padding: 30px 0;
}

.contact-item {
    padding: 12px;
    margin-bottom: 20px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    margin-right: 15px;
}

.contact-details h3 {
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.contact-details p {
    font-size: 0.9rem;
}

.map-container iframe {
    height: 250px;
}
}

@media (max-width: 600px) {
body, html {
    font-size: 14px;
}

.container {
    padding: 0 12px;
}
}

@media (max-width: 768px) {
.slider-caption {
    left: 20px;
    bottom: 60px;
    font-size: 1.5rem;
    padding: 12px 16px;
}

.slider-controls {
    left: 20px;
    bottom: 20px;
}

.slider-dots {
    bottom: 20px;
}
}

@media (max-width: 768px) {
.nav-toggle {
    display: block;
}
}

@media (max-width: 768px) {
.page-header-faculty, .page-header-structure, .page-header-skills, .page-header-programmes, .page-header-placements, .page-header-philosophy, .page-header-objectives, .page-header-learning, .page-header-graduate, .page-header-events, .page-header-contact, .page-header-admissions {
    margin-left: 0;
    width: 100%;
    min-height: 300px;
}
}

@media (max-width: 768px) {
.programmes-table {
    display: block;
    width: 100%;
    overflow-x: auto;
}
}

@media (max-width: 768px) {
.row {
    flex-direction: column;
}

.col-lg-8, .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (max-width: 768px) {
.main-nav .container {
    justify-content: space-between;
}

.nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 1001;
}

.nav-links {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: #8b1c1c;
    flex-direction: column;
    padding-top: 60px;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
}

.nav-links.active {
    transform: translateX(0);
}

.nav-links li {
    margin: 0;
}

.nav-links li a {
    padding: 14px 20px;
    display: block;
    background: #8b1c1c
}

.nav-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.nav-close a {
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4px;
}

.mobile-nav-overlay {
    display: block !important;
}
}

@media (max-width: 768px) {
.faculty-profile {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.faculty-profile-info {
    padding: 0 10px;
}

.faculty-profile-photo {
    max-width: 200px;
}
}

@media screen and (max-width: 600px) {
.seminar-title {
    font-size: 1rem;
}

.seminar-section h1 {
    font-size: 1.5rem;
}
}

@media screen and (max-width: 600px) {
.student-section h1 {
    font-size: 1.6rem;
}

.filters {
    flex-direction: column;
    align-items: flex-start;
}
}

 @media (max-width: 768px) {
.top-bar, .top-bar-actions{
    display: none !important;
}
.establishment-info{
    display: contents inline !important;
}
}
  


 