


@media (max-width: 767px) {
    /* ================= HEADER & IMAGE SECTION ================= */
    .Admission-requirements-and-procedure-image-section {
        height: 30vh;
        margin-top: 5rem;
    }

    .text-overlay h2 {
        font-size: large;
    }

    .row {
        margin: 0;
    }

    .sidebar {
        display: none;
    }

    /* ================= ADMISSION DROPDOWN ================= */
    .admission-dropdown {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        position: relative;
    }

    .admission-dropdown-toggle {
        background-color: #A12124;
        color: #ffffff;
        width: 100%;
        padding: 12px 15px;
        font-size: medium;
        font-weight: bold;
        border: none;
        border-radius: 5px;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .admission-dropdown-toggle:hover,
    .admission-dropdown-toggle:focus {
        background-color: #8d1b1e;
    }

    .admission-dropdown-menu {
        width: 100%;
        border-radius: 5px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        display: none;
        position: absolute;
        background: white;
        z-index: 1000;
        text-align: center;
        padding: 5px 0;
    }

    .admission-dropdown-menu.show {
        display: block;
    }

    .admission-dropdown-item {
        font-size: medium;
        font-weight: bold;
        padding: 10px 15px;
        color: #333;
        display: block;
        text-align: center;
        text-decoration: none;
    }

    .admission-dropdown-item:hover,
    .admission-dropdown-item.active {
        background-color: #A12124;
        color: #ffffff;
    }

    .admission-title {
        font-size: large;
    }

    .admission-header-title {
        font-size: large;
    }

    .admission-ul {
        font-size: medium;
    }

    /* ================= LINKAGE OFFICE SECTION ================= */
    .Linkage-office-image-section {
        height: 50vh;
        margin-top: 5rem;
    }

    .Linkage-office-dropdown-section,
    .partnercontent,
    .Linkage-office-hr-section {
        padding: 30px;
    }

    .officer-card-img {
        height: 200px;
    }

    .officer-name {
        font-size: large;
    }

    .news-events-section {
        padding: 5rem 1rem;
    }

    .news-title {
        font-size: 20px;
    }

    .news-text {
        font-size: small;
    }

    .news-img {
        height: auto;
    }

    .accordion-button {
        font-size: large;
        padding: 12px;
    }

    .officer-card {
        text-align: center;
    }

    .event-card,
    .news-card {
        text-align: center;
    }

    .text-new-primary {
        font-size: x-large;
    }

    .bg-red {
        font-size: x-large;
    }

    /* ================= SUBTITLE & PARTNER NUMBERS ================= */
    .fw-bold1 {
        font-size: 20px;
    }

    .linkagenum {
        font-size: 80px;
    }

    .fw-bold.fs-3 {
        font-size: 18px;
        text-align: center;
    }
}

/* ================= MOBILE SCREENS (MAX 480PX) ================= */
@media (max-width: 480px) {
    .Linkage-office-image-section {
        height: 40vh;
    }

    .Linkage-office-dropdown-section,
    .partnercontent,
    .Linkage-office-hr-section {
        padding: 20px;
    }

    .accordion-button {
        font-size: medium;
        padding: 10px;
    }

    .officer-name {
        font-size: medium;
    }

    .news-events-section {
        padding: 3rem 1rem;
    }

    .news-title {
        font-size: 18px;
    }

    .news-text {
        font-size: small;
    }

    .btn-readmore {
        font-size: 14px;
    }

    .fw-bold1 {
        font-size: xx-large;
    }

    .subtitle-text {
        font-size: 13px;
    }

    .linkagenum {
        font-size: 60px;
    }

    .fw-bold.fs-3 {
        font-size: 16px;
    }

    .Subtitle-text-grey {
        font-size: medium;
    }
}