/*header color */
body .bravo_wrap .bravo_detail_tour .bravo_content .g-header h1, body  .bravo_wrap .bravo_detail_tour .bravo_content .g-header h2 {
     color:#00a0e9;
}
body .bravo_wrap .bravo_detail_tour .bravo_content .g-header h1
{
    text-transform:capitalize;
}
/* Each Item */
.accordion-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
  background: #fff;
}

/* Top Header */
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 16px;
}

/* Left-side title and description */
.accordion-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 90%;
}

.accordion-title strong {
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

.accordion-title .itinerary-desc {
  color: #666;
  font-weight: 400;
  font-size: 15px;
  white-space: normal;
}

/* Toggle icon */
.toggle-icon {
  font-size: 22px;
  font-weight: bold;
}

/* Hidden body by default */
.accordion-body {
  display: none;
  padding: 20px;
  border-top: 1px solid #eee;
}

/* Inside Body: Image + Content */
.accordion-inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.itinerary-image-box {
  flex: 1 1 35%;
}

.itinerary-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  max-height: 220px;
  object-fit: cover;
}

.itinerary-content-box {
  flex: 1 1 60%;
}

.itinerary-content {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* 1. Hide "What's Nearby" heading */
.location-title > h3 {
  display: none !important;
}

/* 2. Hide "Education" and other <h6> labels */
.location-title > h6 {
  display: none !important;
}


/* 4. Hide empty right columns */
.location-title .row .col-lg-8:empty {
  display: none !important;
}

/* 5. Reformat visible city names */
.location-title .row {
  display: inline;
}

.location-title .col-lg-4 {
  display: inline;
  text-transform: capitalize;
  font-size:12px;
}

.location-title .col-lg-4::before {
  content: "🚩 ";
  margin-right: 2px;
}
.g-tour-feature h4.name
{
    font-size:16px !important;
}
.location-title .col-lg-4::after {
  content: " → ";
  margin-right: 5px;
}
.location-title .col-lg-4:last-of-type::after {
  content: "";
  margin: 0;
}
.bravo-reviews
{
    margin-top:64px;
}

.page-template-content .bravo-list-locations.style_4
{
    margin-top:80px !important;
}
.page-template-content .bravo-list-locations.style_4 .title, .page-template-content .bravo-list-locations.style_4 .sub-title
{
    text-align:center;
}
.page-template-content .bravo-list-tour.box_shadow .title, .page-template-content .bravo-list-tour.box_shadow .sub-title

{
    text-align:center;
}
.item-tour.item-loop-wrap .info .duration, .bravo-list-tour .list-item .item .duration
{
text-align:center;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .title-address {
    float: none;
    width: 100% !important;
}
