::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.scroll-y::-webkit-scrollbar {
    height: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.main-content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.navbar {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.navbar-brand {
    font-weight: 700;
    color: #007bff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand i {
    font-size: 1.5rem;
    margin-right: 8px;
}

.nav-link {
    font-weight: 500;
    color: #495057 !important;
    margin-right: 15px;
}

.nav-link:hover {
    color: #007bff !important;
}

.navbar .btn {
    font-weight: 500;
    margin-left: 0.5rem;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .notification-bell {
    background: none;
    border: none;
    color: #6c757d;
    font-size: 1.25rem;
    padding: 0.375rem 0.75rem;
}

.navbar .notification-bell:hover {
    color: #007bff;
}

.hero-icon {
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.hero-text h1 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-text p {
    font-size: 1.1rem;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-animation: slideInDescription 0.8s ease-out forwards;
    animation: slideInDescription 0.8s ease-out forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    margin-bottom: 2rem;
}

.hero-search-form .form-control {
    border: none;
    border-radius: 0.375rem 0 0 0.375rem;
    padding: 0.75rem 1.25rem;
    font-size: 1.1rem;
}

.hero-search-form .form-control:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.hero-search-form .btn {
    background-color: #fff;
    color: #007bff;
    border: none;
    border-radius: 0 0.375rem 0.375rem 0;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    margin-left: 0;
}

.hero-search-form .btn:hover {
    background-color: #e9ecef;
    color: #0056b3;
}

@-webkit-keyframes slideInDescription {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInDescription {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.kos-item-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    -webkit-transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.kos-item-link:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: inherit;
}

.kos-image {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.kos-details {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.price-section-noncard {
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #eee;
    padding-left: 0;
    padding-right: 0;
}

.kos-details h5 {
    font-weight: 600;
    color: #333;
    font-size: 1.1rem;
}

.kos-details p.text-muted {
    font-size: 0.9rem;
}

.badge {
    font-weight: 500;
}

.text-danger.fw-bold {
    font-size: 0.9rem;
}

.mb-2 span.fw-bold {
    font-size: 0.95rem;
}

.price-section-noncard p {
    margin-bottom: 0;
}

.price-section-noncard .fs-5 {
    font-size: 1.2rem !important;
    color: #007bff;
}

.price-section-noncard small {
    font-size: 0.85rem !important;
    color: #6c757d;
}

.kos-item-link:hover .kos-details h5,
.kos-item-link:hover .price-section-noncard p {
    color: #0056b3;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.kos-item-link:hover .kos-details .badge {
    opacity: 0.9;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.view-all-container {
    margin-top: 2rem;
    margin-bottom: 3rem;
    text-align: center;
}

.view-all-container .btn {
    width: auto;
    display: inline-block;
    padding: 0.75rem 1.5rem;
}

@media (max-width: 575.98px) {
    .view-all-container .btn {
        display: block;
        width: 100%;
    }
}

.footer {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #007bff), color-stop(10%, #00c6fb));
    background-image: -o-linear-gradient(left, #007bff 90%, #00c6fb 10%);
    background-image: linear-gradient(to right, #007bff 90%, #00c6fb 10%);
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    margin-top: 3rem;
    font-size: 0.9rem;
}

.footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer h5 {
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767.98px) {
    #navbarNav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 280px;
        background-color: #fff;
        z-index: 1045;
        overflow-y: auto;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        padding: 1rem;
        -webkit-box-shadow: -0.5rem 0 1rem rgba(0, 0, 0, 0.15);
        box-shadow: -0.5rem 0 1rem rgba(0, 0, 0, 0.15);
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    #navbarNav.collapse:not(.show) {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        visibility: hidden;
    }

    #navbarNav .btn-close {
        margin-left: auto;
        margin-bottom: 1rem;
        padding: 0.5rem;
    }

    #navbarNav .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 !important;
        padding: 0 !important;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
    }

    #navbarNav .nav-item {
        margin: 0 !important;
        width: 100%;
    }

    #navbarNav .nav-link {
        padding: 0.75rem 0.5rem !important;
        color: #333 !important;
        font-weight: 500;
        border-bottom: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    #navbarNav .nav-link i {
        margin-right: 0.75rem;
        font-size: 1.1rem;
        width: 20px;
        text-align: center;
    }

    #navbarNav .nav-link.active {
        color: #007bff !important;
        font-weight: 700;
    }

    #navbarNav .nav-link:hover {
        background-color: #f8f9fa;
    }

    #navbarNav hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    #navbarNav .sidebar-login-container {
        margin-top: auto;
        padding-top: 1rem;
        width: 100%;
    }

    #navbarNav .sidebar-login-container .btn {
        width: 100%;
    }

    .navbar .d-none.d-md-inline-block {
        display: none !important;
    }

    .hero-section {
        padding: 2.5rem 0;
        text-align: center;
    }

    .hero-icon {
        font-size: 5rem;
    }

    .hero-text h1 {
        font-size: 1.8rem;
    }

    .hero-text p {
        font-size: 1rem;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        opacity: 1;
    }

    .hero-search-form .form-control,
    .hero-search-form .btn {
        font-size: 1rem;
        padding: 0.6rem 1rem;
    }

    .hero-search-form .input-group-lg {
        font-size: 1rem;
    }

    .kos-image {
        height: 180px;
    }

    .kos-details {
        padding: 0.75rem;
    }

    .price-section-noncard {
        padding-left: 0;
        padding-right: 0;
    }

    .kos-details h5 {
        font-size: 1.05rem;
    }

    .price-section-noncard .fs-5 {
        font-size: 1.1rem !important;
    }

    .price-section-noncard small {
        font-size: 0.8rem !important;
    }

    .footer {
        text-align: start;
    }

    .footer .col-md-4 {
        margin-bottom: 2rem;
    }

    .footer .social-icons {
        margin-top: 1rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer .social-icons a {
        margin: 0 0.75rem;
    }
}

footer {
    background-image: -webkit-gradient(linear, left top, right top, from(#87CEFA), to(#ADD8E6));
    background-image: -o-linear-gradient(left, #87CEFA, #ADD8E6);
    background-image: linear-gradient(to right, #87CEFA, #ADD8E6);
    color: #333;
    padding: 40px 0;
    text-align: start;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.main-content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.navbar {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: #ffffff !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}

.navbar-brand {
    font-weight: 700;
    color: #007bff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand i {
    font-size: 1.5rem;
    margin-right: 8px;
}

.nav-link {
    font-weight: 500;
    color: #495057 !important;
    margin-right: 15px;
}

.nav-link:hover {
    color: #007bff !important;
}

.navbar .btn {
    font-weight: 500;
    margin-left: 0.5rem;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .notification-bell {
    background: none;
    border: none;
    color: #6c757d;
    font-size: 1.25rem;
    padding: 0.375rem 0.75rem;
}

.navbar .notification-bell:hover {
    color: #007bff;
}

.hero-section {
    color: #fff;
    background-size: cover;
    padding: 4rem 0;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-icon {
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.hero-text h1 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-text p {
    font-size: 1.1rem;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-animation: slideInDescription 0.8s ease-out forwards;
    animation: slideInDescription 0.8s ease-out forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    margin-bottom: 2rem;
}

.hero-search-form .form-control {
    border: none;
    border-radius: 0.375rem 0 0 0.375rem;
    padding: 0.75rem 1.25rem;
    font-size: 1.1rem;
}

.hero-search-form .form-control:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.hero-search-form .btn {
    background-color: #fff;
    color: #007bff;
    border: none;
    border-radius: 0 0.375rem 0.375rem 0;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    margin-left: 0;
}

.hero-search-form .btn:hover {
    background-color: #e9ecef;
    color: #0056b3;
}

.grid-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #e9ecef;
    /* Placeholder background */
    cursor: pointer;
    /* Indicate clickable */
    border-radius: 0.25rem;
    /* Optional: rounded corners */
}

.aspect-ratio-16-9 {
    padding-top: 56.25%;
}

.aspect-ratio-4-3 {
    padding-top: 75%;
}

.aspect-ratio-1-1 {
    padding-top: 100%;
}

.grid-image-wrapper .grid-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Crop image to fit */
}

.btn-see-all-photos-grid {
    position: absolute;
    bottom: 1rem;
    /* Adjust spacing */
    right: 1rem;
    /* Adjust spacing */
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: #333 !important;
    backdrop-filter: blur(2px);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-see-all-photos-grid:hover {
    background-color: rgba(255, 255, 255, 0.95) !important;
    color: #000 !important;
}

#imageModal .carousel-item img {
    max-height: 90vh;
    width: 80%;
    border-radius: 4px;
    /* Batasi tinggi gambar modal */
    object-fit: contain;
    /* Agar gambar tidak terpotong di modal */
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    /* Aspect ratio 16:9 (height/width). Sesuaikan jika perlu (misal 75% untuk 4:3) */
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: 0;
    /* Menghilangkan border default iframe jika ada */
}

@keyframes slideInDescription {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.kos-item-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    -webkit-transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.kos-item-link:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: inherit;
}

.kos-image {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.kos-details {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.price-section-noncard {
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #eee;
    padding-left: 0;
    padding-right: 0;
}

.kos-details h5 {
    font-weight: 600;
    color: #333;
    font-size: 1.1rem;
}

.kos-details p.text-muted {
    font-size: 0.9rem;
}

.badge {
    font-weight: 500;
}

.text-danger.fw-bold {
    font-size: 0.9rem;
}

.mb-2 span.fw-bold {
    font-size: 0.95rem;
}

.price-section-noncard p {
    margin-bottom: 0;
}

.price-section-noncard .fs-5 {
    font-size: 1.2rem !important;
    color: #007bff;
}

.price-section-noncard small {
    font-size: 0.85rem !important;
    color: #6c757d;
}

.kos-item-link:hover .kos-details h5,
.kos-item-link:hover .price-section-noncard p {
    color: #0056b3;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.kos-item-link:hover .kos-details .badge {
    opacity: 0.9;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.view-all-container {
    margin-top: 2rem;
    margin-bottom: 3rem;
    text-align: center;
}

.view-all-container .btn {
    width: auto;
    display: inline-block;
    padding: 0.75rem 1.5rem;
}

@media (max-width: 575.98px) {
    .view-all-container .btn {
        display: block;
        width: 100%;
    }
}

.footer {
    background: #007bff;
    background-image: #007bff;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    margin-top: 3rem;
    font-size: 0.9rem;
    text-align: left;
}

.footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer h5 {
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767.98px) {
    #navbarNav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 280px;
        background-color: #fff;
        z-index: 1045;
        overflow-y: auto;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        padding: 1rem;
        -webkit-box-shadow: -0.5rem 0 1rem rgba(0, 0, 0, 0.15);
        box-shadow: -0.5rem 0 1rem rgba(0, 0, 0, 0.15);
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    #navbarNav.collapse:not(.show) {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        visibility: hidden;
    }

    #navbarNav .btn-close {
        margin-left: auto;
        margin-bottom: 1rem;
        padding: 0.5rem;
    }

    #navbarNav .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 !important;
        padding: 0 !important;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
    }

    #navbarNav .nav-item {
        margin: 0 !important;
        width: 100%;
    }

    #navbarNav .nav-link {
        padding: 0.75rem 0.5rem !important;
        color: #333 !important;
        font-weight: 500;
        border-bottom: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    #navbarNav .nav-link i {
        margin-right: 0.75rem;
        font-size: 1.1rem;
        width: 20px;
        text-align: center;
    }

    #navbarNav .nav-link.active {
        color: #007bff !important;
        font-weight: 700;
    }

    #navbarNav .nav-link:hover {
        background-color: #f8f9fa;
    }

    #navbarNav hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    #navbarNav .sidebar-login-container {
        margin-top: auto;
        padding-top: 1rem;
        width: 100%;
    }

    #navbarNav .sidebar-login-container .btn {
        width: 100%;
    }

    .navbar .d-none.d-md-inline-block {
        display: none !important;
    }

    .hero-section {
        padding: 2.5rem 0;
        text-align: center;
    }

    .hero-icon {
        font-size: 5rem;
    }

    .hero-text h1 {
        font-size: 1.8rem;
    }

    .hero-text p {
        font-size: 1rem;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        opacity: 1;
    }

    .hero-search-form .form-control,
    .hero-search-form .btn {
        font-size: 1rem;
        padding: 0.6rem 1rem;
    }

    .hero-search-form .input-group-lg {
        font-size: 1rem;
    }

    .kos-image {
        height: 180px;
    }

    .kos-details {
        padding: 0.75rem;
    }

    .price-section-noncard {
        padding-left: 0;
        padding-right: 0;
    }

    .kos-details h5 {
        font-size: 1.05rem;
    }

    .price-section-noncard .fs-5 {
        font-size: 1.1rem !important;
    }

    .price-section-noncard small {
        font-size: 0.8rem !important;
    }

    .footer {
        text-align: center;
    }

    .footer .col-md-4 {
        margin-bottom: 2rem;
    }

    .footer .social-icons {
        margin-top: 1rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer .social-icons a {
        margin: 0 0.75rem;
    }
}

footer {
    background: #0056b3;
    color: #333;
    padding: 40px 0;
    text-align: justify;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999999999999999999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .main-content-wrapper .row>.col-lg-4 {
        min-height: 100%;
    }
}


.general-facility {
    position: relative;
}

.general-facility .general-facility-frame {
    width: 24rem;
    height: 14rem;
    padding: .8rem;
    border-radius: 8px;
    position: absolute;
    z-index: 2;
    bottom: 2rem;
    left: 2rem;
    transform: scale(0);
    transform-origin: left bottom;
    background-color: #e9ecef;
    transition: .2s;
}

.general-facility .general-facility-frame img {
    width: 100%;
    height: 100%;
}

.general-facility:hover .general-facility-frame {
    transform: scale(1);
}