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: #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------------*/
    
            
    .fa.fa-star {
    color: #ff8400
}

.col-12.review-item {
    padding: 24px; /* Slightly increased padding for a more spacious feel */
    background-color: #ffffff; /* Ensures pure white background */
    border-radius: 10px; /* Increased radius for smoother corners */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); /* Softer, more spread-out shadow */
    margin-bottom: 24px; /* Increased spacing between boxes */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
}

/* Optional: Add hover effect for interactivity */
.col-12.review-item:hover {
    transform: translateY(-5px); /* Slight lift on hover */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); /* Enhanced shadow on hover */
}
.pickBox.selected {
    background-color: rgb(81 145 250);
    border-color: rgb(81 145 250);
    color: white;
}
.timePick li.active {
    background-color: rgb(81 145 250);
    border-color: rgb(81 145 250);
    color: white;
}
.pickBox {
    border: 1px solid rgb(81 145 250);
}
.timePick li {
    border: 1px solid rgb(81 145 250);
}
.timePick {
    column-gap: 6px;
}
.y-gap-40 > * {
    padding-top: 10px;
    padding-bottom: 10px;
}
.y-gap-30 > * {
    padding-top: 10px;
    padding-bottom: 10px;
}
.mb-40 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}
.pt-40 {
    padding-top: 20px !important;
}
.mt-30 {
    margin-top: 15px !important;
}
.perQTY .NPrice {
    color: #5191fa;
}
.sticky-top-bar {
     margin-bottom: -10px;
 }
 .ticketBOx h6 {
    color: #3b54d1;
}
.ticketBOx .Newprice span {
    color: #dc3545;
}
.ticketBOx .Newprice b {
    color: #151617;
}
.pt-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-24 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.py-15 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
tbody, td, tfoot, th, thead, tr {
    border: solid;
    border-color: #171616;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .text-26 {
        font-size: calc(var(--text-26) - 4px) !important; /* Adjust the value as needed */
    }
    .text-22 {
        font-size: calc(var(--text-22) - 4px) !important; /* Adjust the value as needed */
    }
    h4 {
        font-size: calc(1.1rem - .2vw); /* Adjust the values to make the font smaller */
    }
     p {
        font-size: 14px; /* Adjust the font size as needed */
    }
    .ticketBOx h6 {
        font-size: 16px !important; /* Adjust to your desired smaller font size */
    }
}
.bravo_wrap .bravo_detail_event .bravo-more-book-mobile {
    display: block;
}
.card-body {
    background-color: #e6efff;
}
/* Universal styles (applies to all devices) */
.col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
}
.searchMenu-loc__field.-is-active {
    pointer-events: auto;
    opacity: 1;
    width: 100%;
}
.autocomplete.show, .smart-search .bravo-autocomplete.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

/* Additional styles for mobile devices (max-width: 767px) */
@media (max-width: 767px) {
    .col-lg-6 {
        width: 100%; /* Ensure full width on smaller screens */
    }
    .searchMenu-loc__field.-is-active {
        width: auto; /* Ensure full width on smaller screens */
        padding-left: 12px;
        margin-left: 20px;
        
    }
    .autocomplete.show, .smart-search .bravo-autocomplete.show {
        width: auto; /* Ensure full width on smaller screens */
        padding-left: 12px;
        margin-left: 20px;
    }
}
.input-search .bravo-autocomplete .message, .smart-search .bravo-autocomplete .message {
    margin-left: 20px;
}
tbody, td, tfoot, th, thead, tr {
    border: solid .5px;
}

.instructionList {
    list-style: none; /* Remove default bullets */
    padding-left: 20px;
}

.instructionList li::before {
    content: "➤"; /* Custom bullet (•) */
    color: red; /* Bullet color */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: 10px;
}
.variant--non-room .variant__toggle-expanded {
    color: #198754;
    text-decoration: underline;
}
h3 {
    margin: 0;
    line-height: 2.45;
    font-weight: 400;
}
.bravo-news h3 {
    font-size: 1.10em;
    font-weight: bold;
}
h2 {
    margin: 0;
    line-height: 1.45;
    font-weight: 600;
    font-size: 1.4em;
}
p {
    color: #051036;
}
.editorContent ul li {
    list-style-position: outside;
}
.gotrip-overview ul li {
    list-style-position: outside;
}
.description.text-dark-1.text-15.mt-20 {
    padding-left: 10px;
}
.border-top-light.border-bottom-light.py-30.mt-30 {
    display: none;
}
.card-body {
    background: linear-gradient(135deg, #e6efff, #c8dfff);
    border: solid 1px #5191fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.card-body:hover {
    background: linear-gradient(135deg, #d6e4ff, #b3cfff);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.bravo_wrap .bravo_detail_event .bravo-more-book-mobile .container {
    align-items: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 65px;
    background-color: #d0e3ff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}

.bravo_wrap .bravo_detail_event .bravo-more-book-mobile .container:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}
.gotrip-overview ul li
 {
    list-style-position: inside;
}
h2 {
    font-size: 2em;
}
    
