body {
    font-family: "Poppins", sans-serif;
    padding-top: 30px;
}

.custom-navbar {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    /* background: linear-gradient(310deg, #FFFFFF 75%, #3D71B7 75%); */
    backdrop-filter: blur(100px);
    background: linear-gradient(0deg, #ffffff, #ffffff);
    padding: 10px 20px;
    position: fixed;
    /* width: 82%; */
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1030;
}


.custom-footer {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    backdrop-filter: blur(50px);
    padding: 10px 20px;
    background-color: #051112;
}

/* .school-name {
    color: white;
    font-size: 12px;
    font-weight: 700;
    margin-right: 20px;
}

.nav-link {
    color: black;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.3s;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
}

.nav-logo {
    width: 55px;
    height: 55px;
    border-radius: 20px;
} */

.footer-logo {
    width: 70px;
    height: 70px;
    border-radius: 20px;
}

/* .navbar-nav {
    gap: 10px;
} */

/* Footer Mobile Styles */
@media (max-width: 768px) {
    .custom-footer {
        padding: 20px 15px;
    }

    .footer-mobile {
        display: block;
    }

    .footer-desktop {
        display: none;
    }

    .footer-section {
        margin-bottom: 25px;
    }

    .footer-section:last-child {
        margin-bottom: 0;
    }

    .social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background-color: #ffffff;
        border-radius: 50%;
        margin-right: 10px;
        transition: all 0.3s;
    }

    .copyright-mobile {
        text-align: center;
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
}

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

    .footer-desktop {
        display: block;
    }
}

/* @media (max-width: 992px) {
    body {
        padding-top: 110px;
    }

    .custom-navbar {
        background: linear-gradient(310deg, #FFFFFF 60%, #3D71B7 60%);
        width: 90%;
    }

    .navbar-collapse {
        margin-top: 15px;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.95);
        padding: 15px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .custom-footer {
        width: 90%;
    }

    .nav-link {
        text-align: left;
        padding: 12px 20px;
        margin: 5px 0;
        border-radius: 8px;
        display: block;
        transition: all 0.3s;
    }

    .navbar-nav {
        gap: 0;
    }

    .d-flex.align-items-center {
        flex: 1;
    }
} */

/* @media (max-width: 576px) {
    body {
        padding-top: 100px;
    }

    .container.my-3.px-5 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .custom-navbar {
        padding: 8px 15px;
        width: 95%;
    }

    .school-name {
        font-size: 11px;
        margin-right: 15px;
    }

    .nav-logo {
        width: 45px;
        height: 45px;
    }
} */
/*
@media (min-width: 993px) {
    .navbar-nav {
        gap: 5px;
        justify-content: center;
        width: auto;
    }

    .nav-item {
        flex: 1;
        text-align: center;
    }

    .nav-link {
        padding: 10px 15px;
        margin: 0 2px;
    }
} */

/* @media (min-width: 1200px) {
    .navbar-nav {
        gap: 15px;
    }

    .nav-link {
        padding: 10px 25px;
    }
} */

/* Responsive Styles */
@media (max-width: 768px) {
    body {
        padding-top: 90px;
    }

    /* .custom-navbar {
                width: 95%;
                top: 10px;
                padding: 8px 5px;
            }

            .custom-footer {
                width: 95%;
                padding: 20px 15px;
            } */

    .custom-navbar {
        width: 100%;
        max-width: 100%;
        top: 10px;
        padding: 8px 5px;
    }

    .custom-footer {
        width: 100%;
        max-width: 100%;
        top: 10px;
        padding: 20px 15px;
    }

    .nav-link {
        text-align: center;
        margin: 2px 0;
    }

    .navbar-nav {
        text-align: center;
    }

    .btn-daftar {
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    body {
        padding-top: 80px;
    }

    .custom-navbar {
        width: 98%;
        top: 5px;
    }

    .custom-footer {
        width: 98%;
    }
}
