/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

@media (max-width: 590px) {
    .boho_logo img {
        width: 75px;
        height: auto;
    }
}


/* Font Awesome icon styling for facilities */
.box_facilities i {
    font-size: 40px;
    color: #c9a86c;
    margin-bottom: 15px;
    display: inline-block;
}

/* Check-in/out card styling */
.parallax_section_1 .card {
    transition: transform 0.3s ease;
}

.parallax_section_1 .card:hover {
    transform: translateY(-5px);
}

.parallax_section_1 .card-body {
    border: 1px solid rgba(255, 255, 255, 0.2);
}