body{
}
    /*----------main color------------*/
    .text-blue-1,
    .header .header-menu .menu .subnav > li > a:hover,
    .bc_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,
    .bc_single_book .nav-enquiry .enquiry-item.active span,
    .pricing-table .title{
    color: #3554D1;
    }

    .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: #3554D1 !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: #3554D1;
    }

    .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: #3554D1 !important;
    }

    .button.-blue-1:hover,
    .border-blue-1,
    .button.-outline-blue-1,
    .noUi-handle,
    .hotel_rooms_form .nav-enquiry .enquiry-item.active span,
    .bc_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: #3554D1;
    }
    /*-----------end main color------------*/


/* Logo size for desktop */
@media (min-width: 1200px) {
    .header .header-logo img {
        width: 200px;
        height: auto;
        max-width: 200px;
    }
}

/* Center menu on desktop - only the menu items */
@media (min-width: 1200px) {
    /* Make the row container relative for absolute positioning */
    .header .row.justify-between {
        position: relative;
    }
    
    /* Make col-auto and gotrip-header static so menu can break out */
    .header .row.justify-between > .col-auto:first-child {
        position: static;
    }
    
    .header .gotrip-header-normal,
    .header .gotrip-header-transparent_v5,
    .header .gotrip-header-transparent_v6,
    .header .gotrip-header-transparent_v9,
    .header .gotrip-header-normal_white {
        position: static;
    }
    
    /* Position menu absolutely relative to row container */
    .header .row.justify-between .gotrip-header-normal .header-menu,
    .header .row.justify-between .gotrip-header-transparent_v5 .header-menu,
    .header .row.justify-between .gotrip-header-transparent_v6 .header-menu,
    .header .row.justify-between .gotrip-header-transparent_v9 .header-menu,
    .header .row.justify-between .gotrip-header-normal_white .header-menu {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        width: auto;
        min-width: fit-content;
    }
    
    /* Center menu items within the menu */
    .header .header-menu .menu__nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    /* Ensure logo stays visible on left */
    .header .header-logo {
        position: relative;
        z-index: 11;
    }
}



