@media screen and (max-width: 768px) {
    .header {
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 15px 5vw;
        gap: 15px;
        position: relative;
        background: rgba(10, 10, 10, 0.95);
    }
    .title {
        justify-content: center;
    }
    .menus {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    .contacts {
        justify-content: center;
    }
    .dropdown-cont {
        top: 35px;
    }
    .container {
        margin-left: 5vw;
        margin-right: 5vw;
        height: auto;
        min-height: 80vh;
        padding-top: 40px;
    }
    #intro {
        font-size: 12vw;
    }
    #sub-intro {
        font-size: 6vw;
    }
    #inov p {
        font-size: 4vw;
    }
    .dashboard {
        padding: 20px 5vw;
        margin: 20px auto;
    }
    .dashboard-title {
        font-size: 6vw !important;
        margin-bottom: 15px !important;
    }
    .map-wrapper {
        height: 60vh !important;
        min-height: 400px !important;
    }
    .map-wrapper iframe {
        width: 140% !important;
        height: 125% !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
    .event-btn {
        font-size: 0.8rem !important;
        padding: 8px 12px !important;
        margin: 5px !important;
    }
    .about-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 40px !important;
        margin-left: 5vw !important;
        margin-right: 5vw !important;
    }
    .contributors,
    .cont-us,
    .university {
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
    }
    .name div {
        justify-content: center !important;
    }
    .fact-ticker-container {
        margin: 20px auto 40px auto !important;
    }
    .fact-item {
        font-size: 0.85rem !important;
    }
}
