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: #c6a26a;
        }

        .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: #c6a26a !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: #c6a26a;
        }

        .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: #c6a26a !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: #c6a26a;
        }
        /*-----------end main color------------*/
    
            
    .tourCard.-type-1 {
  height: 100%;
  min-height: 360px;
  max-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.tourCard.-type-1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.tourCard__image {
  flex: 0 0 auto;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.tourCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.tourCard__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.tourCard__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
/******** car Card Style ***********/
.carCard.-type-1 {
  height: 100%;
  min-height: 360px;
  max-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.carCard.-type-1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.carCard__image {
  flex: 0 0 auto;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.carCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.carCard__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.carCard__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
/*************************/
.rounded-4 {
    border-radius: 25px;
}
.bg-yellow-1{
    background-color:#C6A26A !important;
}


/*
.text-white {
   color :#000 !important; }  /* color: var(--color-white); */
.menu__nav.text-white.-is-active{
     color :#000 !important;
}
.bg-dark-3{
    background-color : #FFF !important }
    
.border-white.-outline-white.text-white.button.px-30.fw-400.text-14.h-50.ml-20{
    color :#fff !important;
    background-color:#C6A26A!important
}
.d-flex.items-center.icon-user.text-inherit.text-22{
color :#000 !important;
    
}
.d-flex.items-center.icon-menu.text-inherit.text-20{
color :#000 !important;
    
}
    
