body{
                                                                                                                        }
            /*----------main color------------*/
        .text-blue-1,
        .header .header-menu .menu .subnav > li > a:hover,
        .bravo_wrap .footer .menu-footer .menu__nav li .subnav > li > a:hover,
        .desktopMenu .menu a:hover,
        .desktopMenu .menu .subnav__backBtn a,
        .hotel_rooms_form .nav-enquiry .enquiry-item.active span,
        .bravo_single_book .nav-enquiry .enquiry-item.active span,
        .pricing-table .title{
            color: #13357b;
        }

        .tabs.-underline .tabs__controls .tabs__button:hover,
        .tabs.-pills-2 .tabs__controls .tabs__button:hover,
        .tabs.-bookmark-2 .tabs__button:hover,
        .sidebar.-dashboard .sidebar__button.-is-active,
        .tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active,
        .accordion.-db-sidebar .accordion__item.is-active .sidebar__button,
        .tabs.-underline-2 .tabs__controls .tabs__button:hover{
            color: #13357b !important;
        }

        .pagination.-dots .pagination__item.is-active,
        .button.-outline-blue-1:hover,
        .form-checkbox:hover input ~ .form-checkbox__mark,
        .pricing-tabs .tab-btns:before,
        .tabs.-underline-2 .tabs__controls .tabs__button::after{
            background-color: #13357b;
        }

        .bg-blue-1,
        .button.-blue-1:hover,
        .tabs.-pills-2 .tabs__controls .tabs__button.is-tab-el-active,
        .tourTypeCard.-type-1:hover,
        .noUi-connect,
        .accordion.-map .accordion__item.is-active .accordion__icon,
        .form-checkbox input:checked ~ .form-checkbox__mark{
            background-color: #13357b !important;
        }

        .button.-blue-1:hover,
        .border-blue-1,
        .button.-outline-blue-1,
        .noUi-handle,
        .hotel_rooms_form .nav-enquiry .enquiry-item.active span,
        .bravo_single_book .nav-enquiry .enquiry-item.active span,
        .form-checkbox input:checked ~ .form-checkbox__mark,
        .pricing-table .inner-box:hover, .pricing-table.tagged .inner-box{
            border-color: #13357b;
        }
        /*-----------end main color------------*/
    
                    .header .header-menu .menu a{
            font-family: 'GL Dumbadze Garnituri Semi', sans-serif;
        }

        .header .header-menu .menu__nav a,
        .app-menu-panel .menu__nav a{
            font-family: 'GL Dumbadze Garnituri Semi', sans-serif;
        }

    .layout-pt-lg {
    padding-top: 50px !important;
}


.masthead.-type-1 {
    position: relative !important;
    padding-top: 180px !important;
    padding-bottom: 110px !important;
}


.header .header-logo img {
    width: 180px;
}
    

    body.is-app .bravo-more-book-mobile,
    body.is-app .bravo_wrap .bravo-more-book-mobile{
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    body.is-app{
        overscroll-behavior: none;
        -webkit-text-size-adjust: 100%;
    }

    body.is-app input,
    body.is-app select,
    body.is-app textarea{
        font-size: 16px !important;
    }

    body.is-app .select2-container,
    body.is-app .select2-container .select2-selection,
    body.is-app .select2-container--default,
    body.is-app .select2-container--default .select2-selection--single,
    body.is-app .select2-container--default .select2-selection--multiple{
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    body.is-app .select2-container--open,
    body.is-app .select2-dropdown{
        z-index: 20000 !important;
    }

    body.is-app .select2-dropdown{
        max-width: calc(100vw - 24px) !important;
        width: auto !important;
        box-sizing: border-box;
    }

    body.is-app .select2-results__options{
        max-height: 50vh;
    }

    body.is-app .pac-container{
        z-index: 20010 !important;
        max-width: calc(100vw - 24px) !important;
    }

    body.is-app .searchMenu-loc{
        overflow: visible !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    body.is-app .searchMenu-loc__field{
        z-index: 20020 !important;
        left: 0 !important;
        right: 0 !important;
        max-width: 100% !important;
    }

    .footer_middle_area .menu__nav{
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .footer_middle_area .menu__nav > li{
        position: relative;
        list-style: none;
    }

    .footer_middle_area .menu__nav > li > a{
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .footer_middle_area .menu__nav .subnav{
        min-width: 80px;
    }

    @media (max-width: 991.98px) {
        .mobile-search-section {
            display: none !important;
            max-height: 0 !important;
            height: 0 !important;
            overflow: hidden !important;
            opacity: 0 !important;
            visibility: hidden !important;
            pointer-events: none !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            background: transparent !important;
            transition: max-height 0.3s ease, opacity 0.2s ease;
        }

        .mobile-search-section.is-open {
            display: block !important;
            max-height: 2000px !important;
            height: auto !important;
            opacity: 1 !important;
            visibility: visible !important;
            pointer-events: auto !important;
            padding-top: 40px !important;
            padding-bottom: 40px !important;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            background: var(--color-light-2, #f5f5f5) !important;
        }
    }

    body.is-app .mobile-search-section {
        display: none !important;
        max-height: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        background: transparent !important;
        transition: max-height 0.3s ease, opacity 0.2s ease;
    }

    body.is-app .mobile-search-section.is-open {
        display: block !important;
        max-height: 2000px !important;
        height: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        background: var(--color-light-2, #f5f5f5) !important;
    }

    .layout-pt-lg {
        padding-top: 0 !important;
    }

    @media (max-width: 767px) {
        .layout-pt-lg {
            padding-top: 0 !important;
        }
    }

    @media (max-width: 575px) {
        .layout-pt-lg {
            padding-top: 0 !important;
        }
    }

    @media (max-width: 767.98px){
        .ratio-5\:4::before{
            padding-bottom: 40%;
        }

        .cardImage.ratio-5\:4 + .cardImage__content{
            height: auto;
        }

        h3.text-18.lh-16.fw-500 a{
            font-size: 25px;
            line-height: 1.2;
        }
    }

    body.is-app .app-footer-bar,
    body.is-mobile .app-footer-bar,
    .bravo_wrap .app-footer-bar{
        position: fixed !important;
        left: 16px !important;
        right: 16px !important;
        bottom: 16px !important;
        z-index: 10050 !important;
        display: flex !important;
        gap: 8px;
        align-items: center;
        justify-content: space-between;
        padding: 5px 8px;
        border-radius: 40px;
        background: linear-gradient(180deg, #ffffff 0%, #f1f1f1 100%);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .app-footer-item{
        flex: 1;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        padding: 5px 5px;
        border-radius: 999px;
        color: #111827;
        font-size: 13px;
        line-height: 1.1;
        border: none;
        background: transparent;
        font-family: 'GL Dumbadze Garnituri Semi', sans-serif;
        transition: background 0.2s ease, color 0.2s ease;
    }

    .app-footer-item i{
        font-size: 26px;
    }

    .app-footer-item span{
        font-weight: 600;
    }

    .app-footer-item.is-active{
        background: #e4e4e4;
        color: #13357b;
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
    }

    .app-menu-overlay{
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        z-index: 10000;
    }

    .app-menu-overlay.is-open{
        opacity: 1;
        pointer-events: auto;
    }

    .app-menu-overlay.is-open .app-menu-panel{
        transform: translateY(0);
        opacity: 1;
    }

    .app-menu-panel{
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 96px;
        background: #ffffff;
        border-radius: 18px;
        padding: 16px;
        max-height: 65vh;
        overflow: auto;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
        transform: translateY(12px);
        opacity: 0;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .app-menu-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .app-menu-title{
        font-weight: 600;
        font-size: 16px;
        color: #111827;
    }

    .app-menu-close{
        width: 32px;
        height: 32px;
        border-radius: 999px;
        border: none;
        background: #f3f4f6;
        color: #111827;
        font-size: 20px;
        line-height: 32px;
    }

    .app-menu-panel .menu__nav{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .app-menu-panel .menu__nav > li > a{
        display: block;
        padding: 10px 12px;
        border-radius: 12px;
        background: #f9fafb;
        color: #111827;
    }

    .app-menu-panel .menu__nav > li.active > a{
        background: #e5e7eb;
        color: #0ea5e9;
    }

    .form-input .select2-container{
        width: 100% !important;
    }

    .form-input .select2-container--default .select2-selection--single{
        min-height: 70px !important;
        height: 70px !important;
        border: 1px solid var(--color-border);
        border-radius: 4px;
        display: flex;
        align-items: flex-start;
        padding: 0;
        background-color: #fff;
    }

    .form-input .select2-container--default .select2-selection--single .select2-selection__rendered{
        height: 70px !important;
        line-height: 1.2 !important;
        padding: 25px 36px 0 15px !important;
    }

    .form-input .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 70px !important;
        right: 10px;
    }

    .checkout-country-select2.select2-container--default .select2-selection--single{
        min-height: 70px !important;
        height: 70px !important;
        border: 1px solid var(--color-border) !important;
        border-radius: 4px !important;
        display: flex !important;
        align-items: flex-start !important;
        padding: 0 !important;
        background-color: #fff !important;
        width: 100% !important;
    }

    .checkout-country-select2.select2-container--default .select2-selection--single .select2-selection__rendered{
        height: 70px !important;
        line-height: 1.2 !important;
        padding: 25px 36px 0 15px !important;
        color: #051036 !important;
    }

    .checkout-country-select2.select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 70px !important;
        right: 10px !important;
    }

    @media (min-width: 768px){
        .app-footer-bar,
        .app-menu-panel{
            max-width: 520px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .footer_7.pb-60{
        padding-bottom: 0 !important;
    }

    @media (max-width: 575.98px){
        .footer_7 .row.y-gap-30{
            display: flex;
            flex-wrap: wrap;
        }

        .footer_7 .row.y-gap-30 > [class*="col-"]{
            flex: 0 0 50%;
            max-width: 50%;
        }

        .footer_7 .row.y-gap-30 > .col-sm-6,
        .footer_7 .row.y-gap-30 > .col-lg-4{
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    @media (max-width: 1199px){
        .header{
            position: relative;
            z-index: 10020;
        }

        .header .header-menu{
            top: 80px;
            height: calc(100vh - 80px);
            z-index: 10000;
        }

        .header .icon-menu{
            position: relative;
            z-index: 10030;
        }
    }

    body.is-app .bravo_header{
        display: none !important;
    }

    /* Keep WYSIWYG list formatting visible on frontend */
    .blog-content ul,
    .blog-content ol,
    .location-editor-content ul,
    .location-editor-content ol{
        margin: 0 0 1rem;
        padding-left: 1.35rem;
    }

    .blog-content ul,
    .location-editor-content ul{
        list-style-type: disc;
        list-style-position: outside;
    }

    .blog-content ol,
    .location-editor-content ol{
        list-style-type: decimal;
        list-style-position: outside;
    }

    .blog-content li,
    .location-editor-content li{
        display: list-item;
        list-style: inherit;
        margin: 0 0 0.45rem;
        padding: 0;
    }

    @media (max-width: 767px){
        .header-margin{
            margin-top: 0 !important;
        }
    }
