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: #a3c954;
        }

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

        .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: #a3c954 !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: #a3c954;
        }
        /*-----------end main color------------*/
    
            
    /* ── Tour detail: Overview typography ── */
.gotrip-overview p {
    font-size: 15px;
    line-height: 1.75;
    color: #2d3748;
    margin-bottom: 14px;
}
.gotrip-overview h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    margin-top: 28px;
    margin-bottom: 12px;
}
.gotrip-overview h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}
.gotrip-overview ul {
    padding-left: 20px;
    margin-bottom: 14px;
}
.gotrip-overview ul li {
    font-size: 15px;
    line-height: 1.7;
    color: #2d3748;
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 6px;
}

/* ── Itinerary accordion ── */
.accordion.-map .text-16 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}
.accordion.-map .text-14 {
    font-size: 14px;
    line-height: 1.5;
    color: #718096;
}

/* ── Tour include/exclude lists ── */
.bravo-tour-include ul li,
.bravo-tour-exclude ul li {
    font-size: 14px;
    line-height: 1.65;
}

/* ── Tour snapshot labels ── */
.text-15.lh-15 {
    font-size: 14px;
    line-height: 1.5;
}

/* ── content-text general ── */
.content-text p {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 12px;
}
.content-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 10px;
}
.content-text ul {
    padding-left: 20px;
    margin-bottom: 12px;
}
.content-text ul li {
    font-size: 15px;
    line-height: 1.7;
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 5px;
}
    
