/* mobile: max-width: 768px */
@media only screen and (max-width: 768px) {
    /* ------- general ------- */
    .gap-top {
        margin-top: 40px;
    }

    .gap-top-padding {
        padding-top: 40px;
    }

    .section_title {
        font-size: 1.95rem !important;
    }

    /*--- Navbar Styles ---*/
    .nav-first-row {
        border: 1px solid #095074;
        border-radius: 10px;
        margin-top: 30px;
        display: block;
    }

    .nav-second-row {
        border: 1px solid #095074;
        border-radius: 10px;
        margin-top: 10px !important;
        margin-bottom: 30px;
        display: block;
    }

    .nav-second-row li {
        border-bottom: 1px solid #095074;
    }

    .nav-second-row li:last-child {
        border-bottom: none;
    }

    .rattings {
        margin-left: 7px;
    }

    /*--- Main Slider Styles ---*/
    .mainSlide .carousel-inner img {
        aspect-ratio: 16/14;
        object-fit: cover;
    }

    /*--- hotel location ---*/
    .hotel-location-1 {
        border-bottom: 1px solid #ddd;
        border-right: none !important;
        padding-bottom: 25px;
    }

    /*--- highlights ---*/
    .highlights-menu {
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }

    /*--- faq ---*/
    .accordion-faq {
        width: 95% !important;
    }
}
