.custom-searchbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #8589956e;
  border-radius: 50px;
  padding: 6px 10px;
  background: #fff;
}

.custom-searchbar .search-input {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 10px;
}

.custom-searchbar .search-input i {
  color: #888;
  margin-right: 8px;
}

.custom-searchbar .search-input input {
  border: none;
  outline: none;
  flex: 1;
}

.custom-searchbar .divider {
  width: 1px;
  height: 28px;
  background: #ddd;
}

.custom-searchbar .calendar {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.custom-searchbar .calendar i {
  color: #888;
  margin-right: 6px;
}

.custom-searchbar .calendar select {
  border: none;
  outline: none;
  background: transparent;
}

.custom-searchbar .btn-search {
  border: none;
  border-radius: 50px;
  padding: 6px 18px;
  margin-left: 10px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
}

.calendar-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.calendar-input-wrapper input {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  width: 120px;
}

.clear-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  color: #666;
}

.clear-btn:hover {
  color: red;
}

/* Calendar header arrows close to month name */
.flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px; /* spacing between arrows and month */
}

/* detail page css start */
.main-container {
  background: #ffffff;
  max-width: 1100px;
  margin: 36px auto; /* center horizontally */
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(24, 39, 75, 0.08);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}

.destination-nav-tabs .destination-nav-link {
  color: #222222;
  font-size: 1.1rem;
  font-weight: 500;
}
.destination-nav-tabs .destination-nav-link:hover {
  background-color: #fff;
}
.destination-nav-tabs .destination-nav-link.active {
  background-color: #fff;
  border-color: transparent;
  border-bottom: 2px solid #f99422;
  color: #2d3194;
  font-weight: 600;
  /* border-radius: 3px; */
}
.destination-tabs-ul {
  padding-left: 0;
  list-style: none;
}
/* .destination-tabs-li {
} */
.destination-tabs-li-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.2rem;
}
.destination-tabs-li-para {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.btn-light:focus,
.btn-light:active,
.btn-light.show {
  box-shadow: none !important;
  outline: none !important;
}

ul {
  list-style: none;
  padding-left: 0;
}

.see-more-reviews {
  text-decoration: underline;
}

/* modal css */
/* Stars in rating */
.star-filled {
  color: #f99422;
  font-size: 0.9rem;
}

/* Review card container */
.review-card {
  border-radius: 12px;
  background-color: #ffffff;
  padding: 1rem; /* Optional: inner spacing */
}

/* Avatar circle */
.avatar {
  width: 40px;
  height: 40px;
  background-color: #ff6b35;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
}

/* Reviewer name */
.reviewer-name {
  font-weight: 600;
  color: #2c3e50;
  font-size: 0.95rem;
  margin: 0;
}

/* Review date text */
.review-date {
  color: #6c757d;
  font-size: 0.85rem;
  margin: 0;
}

/* Review text content */
.review-text {
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* Rating number next to stars */
.rating-number {
  font-weight: 600;
  color: #2c3e50;
  font-size: 0.9rem;
}

/* More options (ellipsis) */
.more-options {
  color: #6c757d;
  cursor: pointer;
  font-size: 1.2rem;
}

.more-options:hover {
  color: #495057;
}

.main-discover {
  background-color: #f99422;
}

.top-num {
  padding: 3px 15px 3px 15px;
  color: #fff;
  background: #2d3194;
}

.topAttractions-container {
  border: 1px solid #2d309498;
  transition: background-color 0.3s;
}

.topAttractions-container:hover {
  background-color: #2d3194;
}

.topAttractions-container:hover a {
  color: #fff;
}

.main-container-bg {
  background: #ffff;
}

.topAttractions-atag {
  padding: 0px 10px;
}

#counterMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.counter-btn:hover {
  background-color: transparent !important;
}

.ticketCard {
  display: block;
  display: none;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-top: 12px;
}

.opening-hours {
  font-weight: bold;
  line-height: 1.5;
}

.booking-alert p {
  font-size: 0.9rem;
  color: #f99422;
  margin: 0;
}

.extras-list-container {
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 5px;
}

.bg-ligt-gry {
  background-color: lightgray;
}

#formRow {
  background-color: #fff;
  border-radius: 12px;
  position: absolute;
  bottom: -80px;
}
.visit-country {
}
.visit-country .item {
  /* position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px; */
}
.imageCar {
  position: relative;
}
.list-payment {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.right-content {
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 6px;
}
.visit-country .item .right-content ul {
  /* border-top: 1px solid #15123d9c; */
  padding: 10px 0px;
}
.visit-country .item .right-content ul.details {
  padding: 10px 0px;
}

.visit-country .item .right-content ul.details li {
  display: inline-block;
  width: 100%;
  /* color: #afafaf; */
  color: #555;
  font-size: 14px;
}

.visit-country .item .right-content ul.details li i,
.visit-country .item .right-content ul.info li i {
  /* margin-right: 5px; */
  font-size: 16px;
}
.visit-country .item .right-content ul.info li {
  /* display: inline-block;
  width: 100%; */
  color: #555;
  font-size: 14px;
  text-align: left;
}
/* .visit-country .item .right-content ul.info li:nth-child(2) {
  text-align: center;
}
.visit-country .item .right-content ul.info li:last-child {
  text-align: right;
} */
.price-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  background: #fff1e4b5;
  border-top: 1px solid #fff1e4b5;
}
.main-button a {
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-button a,
.visit-country .item .right-content .main-button a {
  color: #fff;
  font-size: 14px;
  background-color: #f38920;
  border: 1px solid #f38920;
  padding: 8px 24px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.card__payment-method {
  display: flex;
  /* flex-direction: column; */
  flex-direction: row;
  margin-top: 6px;
}
.card__payment-method img.pay-icon {
  height: 16px;
  opacity: 0.8;
}
.pakg-title {
  font-size: 22px !important;
  font-weight: bold !important;
  color: #fa931e;
  text-align: center;
}
.pakg-price {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #fa931e;
  margin-bottom: 0;
  margin-top: 10px;
}
/* 2nd section  */
.feature-img-bg {
  border-radius: 20px;
  background-size: cover;
}
.feature-1 {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  min-height: calc(50% - 15px);
  top: 0;
  margin-bottom: 30px !important;
}
.feature-icon {
  height: 50px;
}
.feature-iconTitle {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 5px;
  color: #2d3194 !important;
}
.feature-1-wrap {
  position: relative;
}
/* google reviews  */
.EvYKy,
.fUfWZS {
  background-color: #ffffff;
}
.customPlaceholder::placeholder {
  font-size: 14px;
}
.airport-card-decoration {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.haji {
  padding-top: 22px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  height: 90px;
}

.route-btn a {
  color: #fff;
  font-size: 14px;
  background-color: #2d3194;
  border: 1px solid #2d3194;
  padding: 8px 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.route-card {
  /* box-shadow: rgb(243 137 32) 0px 2px 8px 0px; */
  box-shadow: rgb(243 137 32) 1px 0px 9px 1px;
  margin: 0px -5px;
  border-radius: 9px;
}
.route-icon {
  height: 25px;
  margin-right: 5px;
}
