.footer-container {
    position: relative;
    width: 100%;
    height: 446px;
    background: url("../img/bgfooter.png") no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px auto;
}

.footer-content {
    color: white;
}

.footer-content h1 {
    font-size: 2em;
}

.footer-content a {
    background-color: white;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 20px;
    cursor: pointer;
}

.footer-bottom {
    background-color: #092c42;
    width: 100%;
    height: max-content;
    margin-top: -10px;
    padding: 50px;
    color: white;
}

.logo-footer {
    max-width: 200px;
    height: auto;
    margin-bottom: 1rem;
}

.tombol-footers {
    background-color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.qr-code img {
    width: 100%;
    height: auto;
    margin-top: -5px;
}

.btn-outline-light {
    min-width: 200px;
    padding: 13px;
}

.footer-section h5 {
    color: #0d6efd;
    margin-bottom: 1rem;
}

.footer-list {
    list-style: none;
    padding-left: 0;
}

.footer-list li {
    margin-bottom: 0.5rem;
}

.mobile-menu-button {
    background: none;
    border: none;
    color: #0d6efd;
    width: 40px;
    text-align: right;
}

.mobile-section {
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

@media (max-width: 576px) {
    .footer-container {
        position: relative;
        width: 100%;
        height: 199px;
        background: url('../img/bgfooter.png') no-repeat center center/cover;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 0 50px 0 0;
    }

    .footer-content h1 {
        font-size: 1.5em;
    }

    .footer-content button {
        padding: 8px 16px;
        font-size: 0.9em;
    }

    .swiperKost {
        width: 100%;
        height: 100%;
    }

    .tombol-kost {
        width: 369px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 20px;
    }

    .btn-outline-light {
        min-width: 270px;
    }
}
/* Media Queries */
@media (min-width: 1440px) {
    .qr-code img {
        width: 110px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .qr-code img {
        width: 125px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .qr-code img {
        width: 110px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .qr-code img {
        width: 110px;
    }

    .btn-outline-light {
        min-width: 100px;
    }
}


@media (min-width: 601px) and (max-width: 767px) {
    .qr-code img {
        width: 130px;
    }

    .btn-outline-light {
        min-width: 330px;
        padding: 17px;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .qr-code img {
        width: 100px;
    }

    .btn-outline-light {
        min-width: 210px;
        padding: 17px;
    }
}

@media (min-width: 428px) and (max-width: 480px) {
    .qr-code img {
        width: 120px;
    }

    .btn-outline-light {
        min-width: 220px;
        padding: 15px 0;
    }
}

@media (min-width: 390px) and (max-width: 427px) {
    .qr-code img {
        width: 100px;
    }

    .btn-outline-light {
        min-width: 180px;
        padding: 10px 10px;
    }
}

@media (min-width: 378px) and (max-width: 389px) {
    .qr-code img {
        width: 100px;
    }

    .btn-outline-light {
        min-width: 80px;
        padding: 12px 0;
    }
}

@media (min-width: 326px) and (max-width: 375px) {
    .qr-code img {
        width: 100px;
    }

    .btn-outline-light {
        min-width: max-content;
        padding: 10px;
    }
}

@media (min-width: 281px) and (max-width: 320px) {
    .qr-code img {
        width: 75px; 
    }

    .btn-outline-light {
        min-width: 110px;
        padding: 5px;
        font-size: 0.95rem;
    }
}

@media (max-width: 280px) {
    .qr-code img {
        width: 70px;
    }

    .btn-outline-light {
        min-width: 100px;
        padding: 4px;
        font-size: 0.9rem;
    }
}

@media (min-width: 810px) and (max-width: 1080px) {
    .qr-code {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .qr-code img {
        width: 90px;
    }
}

@media (min-width: 766px) and (max-width: 1054px) {
    .qr-code {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .qr-code img {
        width: 90px;
    }

    .btn-outline-light {
        min-width: 40px;
        padding: 6px;
        font-size: 1rem;
        margin-top: 10px; /* Add some space between the image and the button */
    }
}

