<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
                                                                                                                        }
            /*----------main color------------*/
        .text-blue-1,
        .header .header-menu .menu .subnav &gt; li &gt; a:hover,
        .bravo_wrap .footer .menu-footer .menu__nav li .subnav &gt; li &gt; 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: #5191FA;
        }

        .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: #5191FA !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: #5191FA;
        }

        .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: #5191FA !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: #5191FA;
        }
        /*-----------end main color------------*/
    
            
    .header .header-logo img {
    width: 225px;
}
.citiesCard.-type-1 .citiesCard__image img {
    object-fit: cover;
}
section#bravo-reviews .row.y-gap-40.justify-between {
    display: none;
}
section#bravo-reviews .border-top-light.pt-40.mt-40 {
    border-top: none;
}

#simple-translate.simple-translate-system-theme,
#simple-translate .simple-translate-button,
#simple-translate .simple-translate-panel,
#simple-translate .simple-translate-result-wrapper,
#simple-translate .simple-translate-move,
#simple-translate .simple-translate-result-contents,
#simple-translate .simple-translate-result,
#simple-translate .simple-translate-candidate {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    z-index: -9999 !important;
}


div[class*="simple-translate"] {
    display: none !important;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 40px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: floatIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.float:hover {
    transform: scale(1.1);
    box-shadow: 3px 3px 5px #666;
}

.float:active {
    transform: scale(0.85);
    filter: brightness(90%);
}

.float svg {
    width: 25px;
    height: 25px;
    fill: white; 
}

.float:active svg {
    animation: pulse 0.3s ease;
}

.float::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.13) 77%, rgba(255,255,255,0.5) 92%, rgba(255,255,255,0) 100%);
    transform: rotate(45deg);
    animation: shine 6s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes floatIn {
    0% {
        transform: translateY(100px) scale(0.5);
        opacity: 0;
    }
    50% {
        transform: translateY(-10px) scale(1.1);
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes shine {
    0% { transform: translateX(-100%) rotate(45deg); }
    20%, 100% { transform: translateX(150%) rotate(45deg); }
}

.whatsapp {
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    animation-delay: 0.1s;
}
.whatsapp:hover {
    background-color: #128C7E;
}

.wechat {
    bottom: 120px;
    background-color: #07C160;
    color: #FFF;
    animation-delay: 0.2s;
}
.wechat:hover {
    background-color: #06ad54;
}

.phone {
    bottom: 200px;
    background-color: #0088cc;
    color: #FFF;
    animation-delay: 0.3s;
}
.phone:hover {
    background-color: #006699;
}

@media screen and (max-width: 767px) {
    .float {
        width: 50px;
        height: 50px;
        right: 20px;
        font-size: 25px;
        transition: transform 0.3s ease, bottom 0.3s ease;
    }
    .whatsapp { bottom: 20px; }
    .wechat { bottom: 90px; }
    .phone { bottom: 160px; }
    .float svg {
        width: 20px;
        height: 20px;
    }

    @media (max-height: 400px) {
        .float {
            transform: scale(0.8);
            right: 10px;
        }
        .whatsapp { bottom: 10px; }
        .wechat { bottom: 70px; }
        .phone { bottom: 130px; }
    }
}

@media (prefers-color-scheme: dark) {
    .float {
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.1);
    }
    
    .float:hover {
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    }

    .whatsapp { background-color: rgba(37, 211, 102, 0.9); }
    .wechat { background-color: rgba(7, 193, 96, 0.9); }
    .phone { background-color: rgba(0, 136, 204, 0.9); }
}

@media (hover: none) {
    .float:hover {
        transform: none;
    }
    
    .float:active {
        transform: scale(0.95);
    }
}
    
</pre></body></html>