.read-more-btn{
  color:#007bff;
  cursor:pointer;
  font-weight:600;
  margin-left:5px;
}
section.bannerFllWrp {
  width: 100%;
  display: block;
  position: relative;
}

.travel-banner img {
  display: block;
  aspect-ratio: 15/5;
  object-fit: cover;
}
.btn-container {
    display: flex;
    justify-content: flex-end;
}

.view-more-btn {
    background: #09243a;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
}
section.aboutSection {
  display: block;
  padding: 50px;
  background: #f1f1f1;
}

.aboutContantBody {
  display: block;
  padding: 30px;
  background: #fff;
}
.aboutContantBody h2.subTitle {
  font-size: 24px;
  font-weight: 600;
  color: #09243a;
  margin-bottom: 20px;
}

.aboutContantBody p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.readToggle {
  display: block;
  margin: 0 0 0 auto;
  max-width: 100px;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #ff6400;
}
.bannerTitleBx {
  position: absolute;
  bottom: 50px;
  z-index: 1050;
  left: 0;
  right: 0;
  text-align: center;
}

.bannerTitleBx h1 {
  font-size: 48px;
  font-weight: bold;
  color: #f96700;
  text-shadow: 3px 2px 10px #000;
  margin: 0;
}

.bannerTitleBx p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  text-shadow: 2px 2px 10px #000;
  font-weight: 400;
  font-style: italic;
}
.activity-card{
  width:100%;
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 4px 15px rgba(0,0,0,0.1);
  font-family:sans-serif;
}

.activity-img{
  position:relative;
}

.activity-img img{
  width:100%;
  height:200px;
  object-fit:cover;
  display:block;
}

.arrow{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  background:#fff;
  width:32px;
  height:32px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  box-shadow:0 2px 8px rgba(0,0,0,0.2);
}

.activity-content{
  padding: 10px;
}

.activity-top {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #777;
  margin-bottom: 5px;
}

.rating{
  color:#2eaf62;
  font-weight:600;
}

h3{
  font-size: 14px;
  /*margin: 10px 0 30px;*/
  font-weight: bold;
}

.price-row{
  display:flex;
  align-items:center;
  gap:10px;
}

.old-price{
  text-decoration:line-through;
  color:#999;
  font-size: 12px;
}

.save{
  background:#e6f7ea;
  color:#2eaf62;
  font-size: 10px;
  padding:2px 6px;
  border-radius:4px;
}

.new-price{
  font-size: 16px;
  font-weight:700;
  margin: 3px 0 5px;
}

.new-price span{
  font-size:14px;
  font-weight:400;
  color:#777;
}

.book-btn{
  width:100%;
  background:#09243a;
  border:none;
  color:#fff;
  padding: 8px 12px;
  border-radius:8px;
  font-size: 14px;
  cursor:pointer;
}
.tourActivSlider .item {
  margin: 15px 0;
}
.tourActivSlider .item {
    margin: 15px 0;
}

.tourActiSliderBx {
    display: block;
    padding: 70px 0 0;
}

h2.subTitle {
    font-size: 28px;
    display: block;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding-bottom:15px;
}

h2.subTitle:before {
    position:absolute;
    width: 80px;
    height: 3px;
    background: #ff6400;
    content:"";
    bottom:0;
    margin:auto;
    display:block;
    left:0;
    right:0;
    border-radius:10px;
}
.tourActivSlider {
  display: block;
  width: 100%;
  padding-top: 20px;
}
.section-title{
  font-weight:700;
  margin-bottom:20px;
  }
  /* FAQ DESIGN */
  .faq-box{
  background:#fff;
  border-radius:10px;
  padding:0px;
  }
  .faq-item{
  border-bottom:1px solid #eee;
  padding: 0px 0;
  width: 100%;
  display: block;
  height: auto !important;
  }
  .faq-question{
  font-weight:600;
  font-size: 16px;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  }
  .faq-answer{
  display:none;
  font-size: 14px;
  color:#666;
  /*margin-top:8px;*/
  line-height: 20px;
  width: 100%;
  /*padding: 20px;*/
  background: #fff;
  padding-top: 0;
  box-sizing: border-box;
  height: 100% !important;
  overflow: auto;
  max-height: 100%;
  }
  /* TAGS */
  .tags-container{
  background:#fff;
  padding:15px 0;
  border-radius:10px;
  }
  .tag{
  display:inline-block;
  border:1px solid #ddd;
  padding:6px 12px;
  border-radius:25px;
  margin:4px;
  font-size:12px;
  background:#fff;
  transition:0.3s;
  }
  .tag:hover{
  background:#ff6b00;
  color:#fff;
  border-color:#ff6b00;
  }
  /* ATTRACTION CARDS */
  .card-custom{
  border-radius:12px;
  overflow:hidden;
  position:relative;
  transition:0.3s;
  }
  .card-custom img{
  height:220px;
  width:100%;
  object-fit:cover;
  }
  .card-custom:hover{
  transform:translateY(-5px);
  }
  .card-overlay{
  position:absolute;
  bottom:0;
  width:100%;
  padding:15px;
  background:linear-gradient(transparent, rgba(0,0,0,0.85));
  color:#fff;
  }
  .card-overlay h6{
  margin:0;
  font-weight:600;
  }
  .card-overlay small{
  font-size:12px;
  opacity:0.8;
  }
  .btn-orange{
  background:#ff6b00;
  color:#fff;
  border:none;
  padding:8px 20px;
  border-radius:5px;
  }
  .btn-orange:hover{
  background:#e55d00;
  }
  .faq-question::after {
    display: none;
  }
  .faq-box button {
    width: 100%;
    max-width: 150px;
    margin-top: 30px;
    height: 40px;
}

