* {
  font-family: "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

body {
  font-family: "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 0;
  background-color: #f5f5f5;
}

.tour-section {
  max-width: 100%;
  background: #F6F7FB;
  padding: 60px 0;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  box-shadow: unset !important;
}

button {
  border: 0;
}

.tour-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.tour-header,
.tour-location {
  padding: 0 20px;
}

.tour-header h2 {
  margin: 0;
  font-size: 45px;
  font-weight: 900;
}

.tour-header .buttons {
  display: flex;
  gap: 10px;
}

.tour-header button {
  color: #999;
  background-color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  padding: .5rem 1.25rem;
  border-radius: 2em;
  box-shadow: 0 0 60px 0 rgba(6, 30, 98, 0);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  gap: 6px;
}

.tour-header button:hover {
  cursor: pointer;
  color: #fff;
  background-color: hsl(22.4, 67%, 58.4%);
  box-shadow: 0 0 60px rgba(6, 30, 98, .08);
}

.tour-location {
  margin: 15px 0;
  font-size: 16px;
  color: #555;
}

.tour-location i {
  color: #dc3545;
  margin-right: 6px;
}

.slider-container {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}

.slick-slide {
  padding: 0 10px;
}

.slick-slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 1);
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  left: 60px;
  transform: translate(0, -50%);
}

.slick-prev {
  left: 60px !important;
}

.slick-next {
  left: unset;
  right: 60px !important;
}

.slick-prev,
.slick-next {
  cursor: pointer;
}

.slick-prev:hover,
.slick-next:hover {
  background: #dc834e;
}

.slick-prev:hover i,
.slick-next:hover i {
  color: #fff;
}

.slick-prev:before,
.slick-next:before {
  color: white;
  font-size: 20px;
}

.babe-section {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding: 0 20px;
}

.info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.info-col {}

.icon-col {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon-col i {
  color: #dc834e;
}

.icon {
  margin-top: 2px;
  font-size: 1rem;
}

.info-title {
  font-weight: bold;
  margin-bottom: 4px;
}

.info-value {
  font-size: 0.95rem;
}


.review-stars i {
  color: #2dd75d;
}


.overview-section .container {
  display: flex;
  gap: 40px;
  margin: 0 auto;
}

.main-content {
  flex: 1 1 70%;
  padding: 0 40px 0 0;
}

.main-content h2,
.included-excluded h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 900;
}


.main-content h3 {
  font-size: 1.618em;
  margin-bottom: 20px;
  font-weight: 800;
}

.main-content h4 {
  font-size: 1.41575em;
  margin: 0 0 10px 0;
  font-weight: 800;
}

hr {
  height: 1px;
  border: none;
  background-color: #ccc;
  margin-top: 50px;
}

.main-content p {
  font-size: 16px;
  margin: 0 0 1em;
  color: #666;
  line-height: 24px;
}

.sidebar {
  flex: 1 1 25%;
  padding: 0 40px !important;
  margin-left: 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0 30px 0 rgba(5.999999999999997, 30.00000000000003, 98.00000000000001, .08);
  align-self: flex-start;
}

.btn.button.booking_form_submit {
  background-color: #dc834e;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 20px;
  color: #FFF;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 30px 15px 30px;
  width: 150px;
  cursor: pointer;
}

.btn.button.booking_form_submit:hover {
  background: #9e5d36;
}

.booking_form_submit .external-link-icon {
  display: none;
  margin-left: 8px;
  color: #fff;
  transition: opacity 0.3s ease;
}

.booking_form_submit:hover .external-link-icon {
  display: inline-block;
  opacity: 1;
}

.sidebar h4 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: left;
}

.sidebar p {
  font-size: 14px;
  color: #666;
}

.submit_group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px 0;
}

.booking-form-block {
  display: flex;
  justify-content: space-between;
}

.included-excluded {
  margin-top: 40px;
}

.ie-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.ie-col {
  flex: 1 1 45%;
}

.ie-col p {
  font-size: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.included .fa-check-circle {
  font-size: 15px;
  color: #2EA452;
  margin-right: 10px;
  font-weight: bold;
}

.excluded .fa-times-circle {
  color: #EF2A38;
  margin-right: 10px;
  font-weight: bold;
}

.custom-tour-plan-heading {
  font-size: 24px;
  margin-bottom: 20px;
  color: #dc834e;
}

.custom-step-item {
  margin-bottom: 30px;
}

.custom-step-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  padding: 18px 20px;
  line-height: 24px;
  background-color: #eff1f6;
  border: none;
}

.custom-step-title:hover {
  background-color: #f8f8f8;
}

.custom-step-heading {
  display: flex;
  align-items: center;
  font-size: 16px !important;
  gap: 10px;
  font-weight: unset !important;
  margin: 0 !important;
  color: #dc834e;
  font-weight: 700 !important;
  line-height: 24px;
}

.custom-step-heading strong {
  color: #000;
}

.custom-icon {
  color: #150000;
}

.custom-step-toggle i {
  font-size: 14px;
}

.toggle-opened {
  display: none;
}

.custom-step-content {
  display: none;
  padding: 15px 20px;
  background-color: #fdfdfd;
}

.custom-step-text p {
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .overview-section .container {
    flex-direction: column;
  }

  .main-content,
  .sidebar {
    flex: 1 1 100%;
  }

  .ie-columns {
    flex-direction: column;
  }

  .ie-col {
    flex: 1 1 100%;
  }

  .tour-header h2 {
    max-width: unset !important;
  }
}

.elementor-location-header {
  background-color: gray !important;
}