/* ===== Page Layout ===== */
.zipline-page {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px auto;
  max-width: 1400px;
  padding: 0 20px;
}
.zipline-main {
  flex: 1 1 60%;
}
.zipline-sidebar {
  flex: 1 1 30%;
}

/* ===== Sidebar Styling ===== */
.sidebar-box {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  margin-bottom: 25px;
  /* padding: 20px; */
}
.sidebar-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #222;
}
.sidebar-box p {
  font-size: 15px;
  line-height: 1.6;
}

/* ===== Booking Box ===== */
.booking-box123 {
  text-align: center;
}
.booking-box img {
  border-radius: 10px;
  margin-bottom: 15px;
}
.booking-box button {
  background: #800080;
  color: #fff;
  border: none;
 /* padding: 12px 25px; */
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}
.booking-box button:hover {
  background: #a020a0;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .zipline-page {
    flex-direction: column;
  }
  .zipline-main,
  .zipline-sidebar {
    flex: 1 1 100%;
  }
}
.rating .stars .star:after {
    width: 18px;
    height: 17px;
    background: url(https://extreme-hipline.b-cdn.net/rak-zipline/img/star-active.svg) center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: 0;
    left: 2px;
    display: none;
}
.rating .stars .star {
    width: 22px;
    height: 17px;
    display: block;
    float: left;
    position: relative;
    padding: 0 2px;
}
.rating .stars .star:first-child {
    padding-left: 0;
}
.rating {
    margin-bottom: 25px;
}
.rating .stars {
    width: auto;
}
.rating .stars .star.active:after {
    display: block;
}
.rating .stars .star:first-child:after {
    left: 0;
}
.banner-h1 {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    line-height: 45px;
}

 .single-sidebar .tour--info .top

 {
    padding: 50px 20px 15px;
    min-height: 225px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px 8px 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
 .single-sidebar .tour--info .btn {
    width: 100%;
    color: #fff;
}
.single-sidebar .tour--info .bottom {
    background: #fff;
    padding: 12px 20px 24px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #ececec;
}

.small-label {
    font-size: 12px;
    color: #333;
}

 ._title {
    font-size: 24px;
    font-weight: 900;
    color: #4d4d4d;
    margin-bottom: 20px;
}
.single-sidebar .tour--info .top .flex-bottom ._title {
    font-size: 27px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 16px;
}

.side-img-over-txt {
    color: #f8f8f8;
    line-height: 1.35;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 24px;
}

 .single-sidebar .tour--info .top .flex-bottom {
    z-index: 1;
    bottom: 0;
    position: absolute;
}

 .single-sidebar .tour--info .top:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .43;
    background: #000;
    content: '';
    border-radius: 8px 8px 0 0;
    width: 100%;
    position: absolute;
}

._title {
    font-size: 24px;
    font-weight: 900;
    color: #4d4d4d;
    margin-bottom: 20px;
}
/* ===== Hero Section ===== */
.zipline-hero {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  color: #fff;
  text-align: left;
}
.zipline-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
}
.zipline-hero-content {
  position: relative;
  z-index: 2;
  padding: 40px;
  max-width: 1200px;
  top: -50px;
 
}
.zipline-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin: 10px 0;
}
.zipline-hero .location {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #eee;
}
.zipline-hero .stars {
  color: #ffcc00;
  font-size: 18px;
}
@media (max-width: 900px) {
  .zipline-hero {
    height: 500px;
  }
  .zipline-hero h1 {
    font-size: 30px;
  }
   .mhide {
      display: block !important;
  }
}

.mhide {
      display: none;
  }