* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
img {
  width: 100%;
}
.packge_index {
  height: 315px;
}
body {
  font-family: "Poppins", sans-serif;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
}

/* BANNER */
.banner {
  position: relative;
}
.banner img {
  filter: brightness(0.8);
  object-fit: cover;
  height: 670px;
}
.banner figure {
  margin: 0;
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  transform: translate(-50%, -50%);
}
.banner-col figure {
  margin-bottom: 0;
}
.banner-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-content h2 {
  font-size: 55px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 0px 14px #0000005c;
}
.banner-content .bnr-span {
  display: block;
  font-size: 55px;
  line-height: 26px;
  font-family: "Poppins" !important;
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 0px 14px #0000005c;
}
.banner-content span {
  font-family: "Playball", cursive;
  color: #fff;
  font-size: 65px;
  line-height: 26px;
  font-weight: 400;
}
.dest {
  width: 22%;
}
.act {
  width: 18%;
}

/* BANNER BOTTOM */
.banner-bottom {
  background: #192024;
  padding: 3px 0;
}
.head-bottom {
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
}

@media (max-width: 992px) {
  .head-bottom {
    justify-content: flex-start;
  }
}
.head-bot-sec {
  padding: 10px 40px;
  align-items: center;
  color: white;
}
.head-bot-sec:last-child {
  border-right: none;
}
.head-bot-sec figure {
  margin: 0;
}
.head-bot-sec img {
  padding-right: 15px;
  width: auto;
}
.head-bot-sec span {
  font-size: 14px;
  /* line-height: 26px; */
  color: #fff;
  text-transform: uppercase;
}

/* memorable journey */
.memorable-journeys {
  padding: 80px 0;
  background: #f8f9fb;
}
.main-heading strong {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  color: #2c2d67;
  text-transform: uppercase;
}
.main-heading h1 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  margin-bottom: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0px 0 20px;
  text-transform: capitalize;
}
.main-heading h4 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color: #000;
  font-family: "Poppins";
  text-align: center;
  margin-bottom: 20px;
}

.memorable-journeys .read-more {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #38404f;
  font-family: "Poppins";
  padding: 0;
  background: transparent;
  text-transform: capitalize;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.memorable-journeys .read-more i {
  color: #38404f;
}

.memorable-journeys .read-more:hover {
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-heading h2 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 20px 0;
  text-transform: capitalize;
}
.viren {
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  background: -webkit-linear-gradient(6deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 20px 0;
  text-transform: capitalize;
}
.journey-sec {
  justify-content: space-between;
  flex-wrap: wrap;
}
.journey-sec img {
  width: auto;
  border-radius: 100px;
}
.journey-col p {
  font-size: 16px;
  line-height: 25px;
  color: #4f5b70;
  padding-bottom: 15px;
}
.journey-col ul li {
  font-size: 16px;
  list-style: disc;
  line-height: 25px;
  color: #4f5b70;
  padding-bottom: 15px;
}
.journey-col a {
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
  padding: 15px 38px;
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  /* border-radius: 8px; */
  display: inline-block;
}
.journey-col a:hover {
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
}
.journey-img {
  position: relative;
}
.journey-img .fig2 {
  position: absolute;
  top: 60px;
  right: 16%;
}
.memory-detail {
  justify-content: space-between;
  padding-top: 80px;
  flex-wrap: wrap;
}
.memory-detail-col {
  width: calc(33.33% - 45px);
}
.memory-detail-col h4 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  color: #2c2d67;
  padding-bottom: 10px;
}
.memory-detail-col p {
  font-size: 16px;
  line-height: 25px;
  color: #4f5b70;
}

/* popular treks */
.popular-treks {
  padding: 100px 0;
}
.motorbiking-tour .main-heading h2,
.cycling-tour .main-heading h2,
.wildlife-safari-tour .main-heading h2,
.river-rafting-tour .main-heading h2,
.Spritual-tour .main-heading h2 {
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-head {
  text-align: center;
  margin: 0 150px;
}
.main-heading p {
  font-size: 16px;
  line-height: 26px;
  color: #4f5b70;
}
.popular-treks-cont {
  position: relative;
}
.popular-treks-cont figure {
  position: relative;
}
.popular-treks-cont figure:before,
.mounteering-col figure::before,
.jeep-safari-col figure::before,
.blog-content figure:before,
.below-content figure:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #000000c4 0%, transparent 60%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
}
.offroading-content figure:before {
  border-radius: 90px;
}
.pop-trek-sec img {
  width: 100%;
  border-radius: 50px;
}
.pop-trek-sec {
  padding-top: 25px;
  width: calc(33.33% - 20px);
}
.pop-trek-sec .view-link a,
.other-trek-sec .view-link a {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  color: #4f5b70;
}
.pop-trek-sec .view-link a small,
.other-trek-sec .view-link a small {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.pop-trek-sec .view-link a:hover,
.other-trek-sec .view-link a:hover {
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pop-trek-sec .view-link a i,
.other-trek-sec .view-link a i {
  font-size: 20px;
}
.pop-trek-content {
  padding-top: 25px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trek-info {
  align-items: center;
  padding-bottom: 20px;
  width: 50%;
}
.trek-info i {
  font-size: 22px;
  display: inline-block;
  color: #3306a6;
}
.trek-info-sec {
  padding-left: 15px;
  white-space: nowrap;
}
@media (max-width: 500px) {
  .trek-info-sec {
    white-space: wrap;
  }
}
.trek-info-sec small {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #4f5b70;
}
.trek-info-sec span {
  font-size: 16px;
  line-height: 24px;
  color: #4f5b70;
  font-weight: 700;
}
.trek-sec-content {
  position: absolute;
  left: 35px;
  bottom: 50px;
  transition: all 0.5s ease;
}
.trek-sec-content h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 5px;
}
.trek-sec-content h5 a {
  color: #fff;
}
.trek-sec-content h5 a:hover {
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease;
}
.trek-sec-content span {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
}
.trek-content-section {
  padding-bottom: 20px;
  border-bottom: 1px solid #adb7cc;
  padding-right: 46px;
}
.popular-treks-section {
  justify-content: space-between;
  flex-wrap: wrap;
}
.trek-journey-col {
  text-align: center;
  padding-top: 1%;
}

/* Mounteering */

.mounteering-sec {
  padding-top: 50px;
  justify-content: space-between;
}
.mounteering-col figure,
.mounteering-col {
  position: relative;
}
.mounteering-content {
  position: absolute;
  bottom: 22px;
  left: 34px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 85%;
}
.mounteering-content h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}
.mounteering-content small {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.mounteering-content a {
  color: #fff;
}
.mounteering-content a:hover {
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mounteering-content a i {
  font-size: 20px;
}
.mounteering-content h5 a {
  color: #fff;
}
.mounteering-content h5 a:hover {
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mounteering-col img {
  border-radius: 50px;
}
.mounteering-sec-strt {
  width: calc(33.33% - 20px);
}
.mounteering-sec-strt:last-child {
  padding-right: 0;
}
.mounteering .mount-col {
  padding-top: 20px;
}
/* offroad-trip */
.offroad-trip {
  padding: 100px 0;
  background: linear-gradient(263deg, #f15823, #7a5228);
}
.offroad-trip-heading span {
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}
.offroad-trip-heading h2 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  color: #fff;
  padding-top: 25px;
}
.offroading-content {
  padding-top: 114px;
}
.offroading-content img {
  border-radius: 90px;
  filter: brightness(0.8);
}
.offroading-content figure,
.offroad-slide {
  position: relative;
}
.offroad-content {
  position: absolute;
  bottom: 25px;
  left: 40px;
}
.offroad-content h4 {
  font-size: 42px;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.offroad-content h4 a {
  color: #fff;
  transition: all 0.5s ease;
}
.offroad-content h4 a:hover {
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offroad-content p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 1;
  border-radius: 50px;
  position: absolute;
  z-index: 9;
}
.offroad-trip .swiper-button-next,
.offroad-trip .swiper-button-prev {
  top: 30px;
}
.offroad-trip .swiper-button-prev {
  left: inherit;
  right: 62px;
}
.offroad-trip .swiper-button-next {
  right: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "\f178";
  font: normal normal normal 18px/1 FontAwesome;
  color: #ff6612;
}
.swiper-button-prev:after {
  transform: rotate(-180deg);
}
.offroad-trip .container {
  position: relative;
}
.offroad-trip-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.offroad-trip-heading a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #ff6612;
  padding: 15px 20px;
  background: #fff;
  border-radius: 10px;
  z-index: 9;
  border: 1px solid #ff6612;
  margin: 0 145px 12px 0;
}
.offroad-trip-heading a:hover {
  color: #fff;
  background: #ff6612;
  transition: all 0.5s ease;
}
.offroading-slider {
  padding-top: 100px;
}

/* jeep safari */

.jeep-safari-sec {
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}
.jeep-safari-col {
  width: calc(25% - 18px);
  position: relative;
}
.jeep-safari-col img {
  border-radius: 50px;
}
.jeep-safari-col figure {
  position: relative;
}
.jeep-safari-content {
  position: absolute;
  bottom: 39px;
  left: 32px;
  right: 32px;
}
.jeep-safari-content a {
  color: #fff;
}
.jeep-safari-content a:hover {
  color: #ff6612;
  transition: all 0.5s ease;
}
.jeep-safari-content span {
  font-size: 12px;
  line-height: 26px;
  color: #fff;
}
.jeep-safari-content h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  border-bottom: 1px solid #eaeaf3;
  padding-bottom: 20px;
}
.jeep-safari-content h5 a {
  color: #fff;
}
.jeep-safari-content a small {
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}
.jeep-safari-content a:hover,
.jeep-safari-content h5 a:hover,
.trek-col-content a:hover,
.jeep-safari-content a small:hover {
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jeep-safari-content a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jeep-safari-content a i {
  font-size: 18px;
}
.motor-biking {
  padding: 120px 0;
}

/* RIVER RAFTING */

/* spritual destination */
.spritual-destination {
  position: relative;
}
.spritual-thumb {
  position: absolute;
  bottom: 50px;
  right: 200px;
}
.spritual-thumb .swiper-slide-thumb-active {
  height: 212px !important;
  opacity: 1;
}
.spritual-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}
.spritual-thumb .swiper-wrapper {
  align-items: flex-end;
  justify-content: flex-end;
  height: 212px;
  padding-bottom: 20px;
}
.spritual-thumb .swiper-slide {
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  width: 175px !important;
  height: 152px;
  display: flex;
  align-items: end;
  position: relative;
  padding-bottom: 20px;
}
.spritual-thumb .swiper-pagination-progressbar {
  background: none;
}
.spritual-thumb
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  top: 204px;
  background: #47268d;
}
.spritual-destination .swiper-slide .spritual-destination-content {
  position: absolute;
  bottom: 140px;
  opacity: 1;
  width: 21%;
  left: 320px;
}
.spritual-thumb .swiper-slide img {
  border-radius: 50px;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.spritual-thumb .swiper-slide span {
  position: absolute;
  color: #fff;
  bottom: 35px;
  left: 30px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.spritual-destination-content strong {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  color: #fff;
}
.spritual-destination-content h4 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  color: #fff;
  padding: 20px 0 8px;
}
.spritual-destination-content p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 20px;
}
.spritual-destination-content a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #47268d;
  background: #fff;
  padding: 15px 20px;
  border: 1px solid #47268d;
  border-radius: 10px;
  display: inline-block;
}
.spritual-destination-content a:hover {
  color: #fff;
  background: #47268d;
  transition: all 0.5s ease;
}

/* NEAR ATTRACTION */
.near-attraction,
.near-attract {
  position: relative;
}
.near-attraction {
  padding: 100px 0;
  background: linear-gradient(263deg, #f15823, #7a5228);
}
.near-attraction .main-heading strong,
.near-attraction .main-heading h2 {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.near-attract img {
  border-radius: 100px;
  filter: brightness(0.7);
}
.attraction-thumb {
  position: absolute;
  bottom: 130px;
  right: 315px;
}
.tour-attraction .swiper-wrapper {
  align-items: flex-end;
  justify-content: flex-end;
  height: 212px;
  padding-bottom: 20px;
}
.tour-attraction-content {
  position: absolute;
  bottom: 45px;
  left: 115px;
  width: 25%;
}
.tour-attraction-content h4 {
  font-size: 32px;
  line-height: 41px;
  font-weight: 600;
  color: #fff;
}
.tour-attraction-content p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 0 10px #000;
}
.tour-attraction-content a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #47268d;
  background: #fff;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #47268d;
}
.tour-attraction-content a:hover {
  color: #fff;
  background: #47268d;
  transition: all 0.5s ease;
}
.attraction-thumb img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50px;
}
.attraction-thumb .swiper-slide {
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  width: 175px !important;
  height: 152px;
  display: flex;
  align-items: end;
  position: relative;
  padding-bottom: 20px;
}
.attraction-thumb .swiper-slide span {
  position: absolute;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  bottom: 35px;
  left: 30px;
}
.attraction-thumb .swiper-slide-thumb-active {
  height: 212px !important;
  opacity: 1;
}

/* OTHER TOUR */
.other-tour {
  padding: 100px 0;
}
.other-tour-sec {
  justify-content: space-between;
  padding-top: 30px;
  flex-wrap: wrap;
}
.tour-short-content {
  padding-top: 10px;
  justify-content: space-between;
}
.tour-short-content figure,
.oter-tour-content figure {
  position: relative;
}
.tour-short-content figure::before,
.oter-tour-content figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(360deg, #000000c4 0%, transparent 65%);
}
.oter-tour-content figure::before {
  border-radius: 50px;
}
.tour-short-content figure::before {
  border-radius: 10px;
}
.oter-tour-content {
  width: calc(33.33% - 20px);
  position: relative;
}
.tour-short-content img {
  border-radius: 10px;
}
.oter-upper img,
.blog-content img {
  border-radius: 35px;
  height: 100%;
}
.short-tour-col {
  position: absolute;
  bottom: 200px;
  left: 30px;
  width: 85%;
  justify-content: space-between;
  align-items: center;
}
.short-tour-col a {
  color: #fff;
}
.short-tour-col a:hover,
.shortest-tour .tour-bot-col a:hover {
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.short-tour-col a i {
  font-size: 20px;
}
.short-left-col h5 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
}
.short-left-col p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.tour-short-content .shortest-tour {
  position: relative;
  width: calc(50% - 10px);
}
.shortest-tour .tour-bot-col {
  position: absolute;
  bottom: 25px;
  left: 20px;
  width: 75%;
}
.shortest-tour .tour-bot-col a {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.shortest-tour .tour-bot-col a small {
  font-size: 18px;
  font-weight: 700;
}
.shortest-tour .tour-bot-col a i {
  display: inline-block;
  font-size: 20px;
}

/* trekking Tours */
.trekking-tours {
  padding: 100px 0 70px;
}
.journey-col h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #192024;
}
.journey-col h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #192024;
  margin-bottom: 20px;
}
.tour-trek {
  justify-content: space-between;
  flex-wrap: wrap;
}
.tour-trek-content {
  justify-content: space-between;
  padding-left: 35px;
  flex-wrap: wrap;
}
.trekking-col {
  width: calc(33.33% - 15px);
}
.trekking-col img {
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
  height: 420px;
  max-height: 428px;
  object-fit: cover;
}
.trekking-col figure,
.trekking-col {
  position: relative;
}

.trek-col-content span {
  font-size: 12px;
  line-height: 26px;
  color: #38404f;
}
.trek-col-content h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.trek-col-content h5 a {
  color: #38404f;
}
.trek-col-content h5 a:hover {
  color: #ff6612;
}
.trek-col-content strong {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #eaeaf3;
  padding-bottom: 20px;
}
.trek-col-content a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}
.trek-col-content a small {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
}
.trek-col-content a i {
  font-size: 20px;
}
.adven-blog-col figure:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #000000c4 0%, transparent 65%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
}
.nav {
  border-bottom: 2px solid #d9d9d9;
  padding-top: 20px;
}
.nav-item .nav-link {
  font-size: 20px;
  line-height: 30px;
  color: #4f5b70;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 40px;
}
.nav-item .nav-link.active {
  font-weight: 600;
  color: #192024;
  position: relative;
}
.nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  background: linear-gradient(263deg, #f15823, #7a5228);
  width: 80%;
  height: 3px;
  bottom: -3px;
  left: 0;
}
.tab-content {
  padding-top: 55px;
}
.india-mountaineering,
.cycling-tour,
.river-rafting-tour {
  padding: 100px 0;
}
.adventure-blog-col {
  position: relative;
}
.motorbiking-tour {
  padding-top: 100px;
  background: #f8f9fb;
}
.cycling-tour,
.wildlife-safari-tour,
.river-rafting-tour,
.spritual-tour {
  background: #f8f9fb;
}
.wildlife-safari-tour {
  padding-bottom: 100px;
}

/* Customer Review */
.customer-review {
  padding-top: 100px;
}
.review-col {
  background: url(../img/review-banner.jpg) 0 0 no-repeat;
  background-size: contain;
}
.review-heading {
  text-align: center;
  padding: 70px 0 35px;
}
.review-heading span {
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}
.review-heading h2 {
  font-size: 58px;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
  padding-top: 15px;
}
.review-sec {
  padding: 0 100px 50px;
}
.review-content {
  background: #fff;
  padding: 34px 30px 45px;
  border-radius: 50px;
}
.review-content h4 {
  font-size: 24px;
  line-height: 30px;
  color: #211d1d;
  text-transform: capitalize;
}
.review-content-head {
  border: 2px solid #47268d;
  border-radius: 20px;
  padding: 20px 20px 35px;
  position: relative;
}
.review-content-head::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 35px;
  border: 3px solid #47268d;
  border-width: 0 2px 2px 0;
  padding: 7px;
  vertical-align: middle;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #fff;
}
.review-content p {
  font-size: 20px;
  line-height: 30px;
  color: #211d1d;
  padding: 30px 0 16px 15px;
}
.review-content strong,
.review-content small {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding-left: 15px;
}
.review-content strong {
  font-weight: 600;
}
.customer-review .swiper-button-next,
.customer-review .swiper-button-prev {
  top: 90%;
}
.customer-review .swiper-button-prev {
  left: 45%;
  transform: translateX(10%);
}
.customer-review .swiper-button-next {
  right: 45%;
  transform: translateX(45%);
}
.review-slider {
  padding-bottom: 115px;
}
.review-sec .swiper-button-next:after,
.review-sec .swiper-button-prev:after {
  content: "\f178";
  font: normal normal normal 18px/1 FontAwesome;
  color: #47268d;
}

/* travel blog */
.travel-blog {
  padding: 100px 0;
}
.adventure-blog,
.blog-content-below {
  /*    justify-content: space-between;*/
  gap: 15px;
  flex-wrap: wrap;
}
.adventure-blog-col {
  width: calc(50% - 15px);
}
.blog-content {
  position: relative;
  width: 49%;
}

.blog-content:nth-child(3) {
  width: 24%;
}
.blog-content:nth-child(4) {
  width: 24%;
}
.blog-col,
.below-col {
  position: absolute;
  bottom: 30px;
  left: 25px;
  width: 85%;
}
.below-col {
  right: 30px;
  bottom: 40px;
}
.blog-col span {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}
.blog-col h5,
.below-col h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.blog-col h5 a,
.below-col h5 a {
  color: #fff;
}
.blog-col h5 a:hover,
.below-col h5 a:hover {
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-col h5 a,
.below-col h5 a {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.blog-col h5 a i {
  font-size: 20px;
}
.below-col h5 a i {
  font-size: 20px;
  /* padding-left: 140px; */
}
.below-content {
  width: calc(50% - 10px);
  position: relative;
}
.blog-content figure,
.below-content figure {
  position: relative;
  margin: 0;
  height: 100%;
  width: 100;
  max-height: 425px;
}

/* travel-advice */
.travel-guide {
  background: url(../img/travel-advice-banner.webp) 0 0 no-repeat;
  width: 100%;
  background-position: center;
  object-fit: cover;
  padding: 350px 0 100px;
}
.travel-guide-sec {
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;
}
.travel-guide-col {
  width: calc(33.33% - 63px);
}
.travel-guide-col strong {
  font-size: 60px;
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
}
.travel-guide-col strong i {
  text-align: center;
  color: #ff6612;
}
.travel-guide-col h4 {
  padding-top: 43px;
  font-size: 24px;
  line-height: 33px;
  color: #192024;
  font-weight: 600;
}
.travel-guide-col p {
  font-size: 16px;
  line-height: 26px;
  color: #4f5b70;
}

/* FAQ */
.faq {
  padding: 10px 0;
  background: #eeede9;
}
.faq-sec {
  justify-content: space-between;
  padding-top: 40px;
  flex-wrap: wrap;
}
.faq-info {
  width: calc(30% - 20px);
}
.faq-sec .accordion {
  width: calc(70% - 50px);
}
.faq-sec .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-top: 1px solid #d9d9e8;
  box-shadow: none;
}
.faq-sec .accordion-button {
  background-color: #eeede9;
  padding-left: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #38404f;
  padding: 6px 0 27px;
}
.faq-sec .accordion-button:focus {
  box-shadow: none;
}
.faq-sec .accordion-body {
  padding-left: 0;
  padding-top: 0;
}
.faq-sec .accordion-body p {
  font-size: 16px;
  line-height: 25px;
  color: #38404f;
}
.faq-sec .accordion-body ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 25px;
  color: #38404f;
}
.faq-sec .accordion-item {
  background-color: transparent;
}
.faq-sec .accordion .read-more {
  color: #38404f;
  font-size: 15px;
  line-height: 30px;
}
.faq-info p {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  color: #38404f;
}
.faq-info p span {
  color: #ff6612;
}
.faq-info a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(165deg, #f05824, #b45525);
  padding: 15px 20px;
  border-radius: 30px;
  /* border: 1px solid transparent; */
  display: inline-block;
  margin-top: 20px;
}
.faq-info a:hover {
  background: linear-gradient(263deg, #b45525, #b45525);
}
.faq .accordion-button:not(.collapsed)::after,
.accordion-button::after {
  background: url(../img/arrow.png) 0 0 no-repeat;
  background-size: cover;
}

/* contacts */

.contact-sec strong,
.contact-sec a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.contact-sec a i {
  color: #ff6612;
  padding-right: 10px;
  font-size: 20px;
}
.contact-sec a:hover {
  color: #ff6612;
}
.contact-sec .connect {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
  background: #ff6612;
  padding: 15px 20px;
  border-radius: 10px;
}
.contact-sec .connect:hover {
  background: #fff;
  transition: all 0.5s ease;
}
/* partners */
.partners {
  background: #192024;
  padding: 5px 0 30px;
}
.partners-sec {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.partners-col h6 {
  text-align: center;
  font-size: 19px;
  /* line-height: 21px; */
  color: #fff;
  font-weight: 700;
  padding-bottom: 40px;
  text-transform: uppercase;
}

/* More */
.more-info {
  padding: 40px 100px;
  background: #192024;
}
.more-info-heading h4 {
  font-size: 48px;
  line-height: 57px;
  font-weight: 600;
  color: #e6e6e6;
  padding-bottom: 20px;
}
.more-info-sec {
  border-bottom: 1px solid #484f5a;
  padding-bottom: 50px;
}
.more-info-sec p {
  font-size: 16px;
  line-height: 25px;
  color: #e6e6e6;
}
.more-info-sec ul {
  list-style: disc;
}
.more-info-sec ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 25px;
  color: #e6e6e6;
  margin-bottom: 10px;
}
.more-info-sec h5 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  color: #e6e6e6;
  padding: 15px 0;
}
.read-more {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: 600;
  background: transparent;
  border: none;
  padding-top: 20px;
}
.read-more i {
  color: #ff6612;
  font-size: 18px;
  padding-left: 10px;
  font-weight: 700;
  vertical-align: middle;
}
.more-info .other-packages {
  padding: 30px 0;
  border-bottom: 1px solid #484f5a;
}

.more-info .other-packages h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #e6e6e6;
}
.more-info .other-packages-sec {
  flex-wrap: wrap;
  padding-left: 0;
}
.more-info .other-packages-sec li {
  list-style-type: disc;
  padding-right: 25px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #e6e6e6;
  padding-bottom: 2px;
}

.more-info .other-packages-sec li::marker {
  color: #e6e6e6;
  font-size: 7px;
}
.more-info .other-packages-sec li a {
  color: #e6e6e6;
}
.more-info .other-packages-sec li a:hover {
  color: #ff6612;
  transition: all 0.5s ease;
}

/*=========ITINERARY PAGE CSS=================================================== */
/* pic gallery */
.first-pic img {
  height: 579px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.forth-pic img {
  border-radius: 0 10px 0 0;
}
.fifth-pic img {
  border-radius: 0 0 10px 0;
}
.pic-gallery {
  padding: 50px 0;
}
.carousel-control-next {
  right: -40px;
}
.carousel-control-prev {
  left: -40px;
}
.itinerary-heading {
  align-items: center;
}
.itinerary-heading h1 {
  font-size: 48px;
  line-height: 58px;
  padding-bottom: 8px;
  color: #1f282f;
  font-weight: 600;
  margin-bottom: 35px;
  position: relative;
}
.itinerary-heading h1::before {
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  width: 90px;
  height: 4px;
  bottom: 0;
}
.short-info p {
  margin-bottom: 8px;
  font-size: 16px;
}
.short-info p i {
  font-size: 20px;
  color: #fc3f31;
  padding-right: 10px;
}
.short-info p span {
  color: #1f282f;
  font-weight: 500;
}
/* MAIN SEC */
.main-sec {
  padding: 50px 0 50px;
  background: #f9f6f5;
}
.main-col {
  position: relative;
  align-items: start;
}
.main-left-content {
  width: calc(60% - 15px);
}
.main-right-content {
  width: calc(40% - 15px);
  position: sticky;
  top: 0;
  background: #fff;
  padding: 30px 15px 15px;
  border-radius: 5px;
}
.itinerary-heading h3,
.itinerary-heading h4 {
  font-size: 26px;
  line-height: 36px;
  color: #1f282f;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}
.itinerary-heading h4 {
  padding: 0;
  font-size: 24px;
}
.itinerary-heading h3:before {
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  width: 55px;
  height: 3px;
  bottom: 0;
}
.overview-detail {
  padding: 10px 0;
}
.overview-detail p {
  font-size: 16px;
  line-height: 26px;
  color: #4f5b70;
  padding: 0px 0 15px;
  margin: 0;
}
.overview-content ul {
  padding: 0;
}
.overview-content ul li {
  font-size: 16px;
  /* line-height: 25px; */
  color: #4f5b70;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}

.overview-content ul li strong {
  margin-right: 5px;
  white-space: nowrap;
}
.overview-content ul li p {
  margin: 0;
  padding: 0;
}
.overview-content ul li i {
  font-size: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #cef2e5;
  color: #10ac58;
  border-radius: 100px;
  margin-right: 10px;
}
.highlights-detail {
  padding-bottom: 15px;
  border-bottom: 1px solid #dee7f3;
}
.kedarnath-peak-detail {
  padding-top: 15px;
}
.inex-sec {
  padding: 10px 0 10px;
  border-bottom: 1px solid #dee7f3;
}
.inex-detail {
  padding: 8px 0 0;
}
.inex-sec .exclude-item li i {
  background: #fad6d6;
  color: #da3838;
}
.itinerary-content {
  padding: 35px 0 0;
}
.itinerary-col {
  padding: 15px 0 0;
}
.itinerary-col .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}
.itinerary-col .accordion-button:focus {
  box-shadow: none;
}
.itinerary-col .accordion-item {
  margin-bottom: 15px;
  border: 1px solid #eaeef3;
  border-radius: 15px;
  /* background: #f8f9fb; */
  background: #fff;
}
.itinerary-col .accordion-button {
  background: transparent;
  font-size: 16px;
  line-height: 25px;
  color: #4f5b70;
  font-weight: 600;
}
.itinerary-col .accordion-button span {
  font-size: 16px;
  line-height: 25px;
  color: #4f5b70;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 30px;
  border: 1px solid #eaeef3;
  padding: 8px 16px;
  border-radius: 10px;
  background: #f9f6f5;
}
.itinerary-col .accordion-body {
  font-size: 16px;
  line-height: 25px;
  color: #4f5b70;
  padding-top: 10px;
}
.itinerary-col .accordion-body ul {
  list-style: disc;
  font-size: 16px;
  line-height: 25px;
  color: #4f5b70;
  padding-top: 10px;
}
.itinerary-col .accordion-body ul li {
  list-style: disc;
}
.itinerary-col .accordion-button:not(.collapsed)::after {
  background: url(../img/arrow.png) 0 0 no-repeat;
  background-size: cover;
}
/* Other treks */
.other-treks {
  padding: 50px 0 60px;
  /* background: #FBF2F1; */
}
.other-treks-content {
  padding: 20px 0 0;
}
.other-treks .swiper-button-next,
.swiper-button-prev {
  top: 240px;
}
/* breadcrumb */
.breadcrumb-sec {
  padding: 15px 0;
  background: #f8f9fb;
}
.breadcrumb {
  margin: 0;
}
.breadcrumb li {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}
.breadcrumb li small {
  font-size: 15px;
  color: #fc3f31;
}
.breadcrumb li a {
  color: #1f282f;
}
.breadcrumb li a:hover {
  color: #fc3f31;
  transition: all 0.5s ease;
}
/*----------------------------------- FORM */
#popup-form form {
  padding: 10px 25px 40px;
  margin-top: 30px;
  background: #fff;
  border: 1px solid #e7e5e5;
  border-radius: 5px;
}
.contact-page-form {
  margin-top: 40px;
}
.form-sec h5 {
  color: #494f5d;
  font-size: 35px;
  font-weight: 700;
  position: relative;
  padding-bottom: 6px;
}
.form-sec h5::after {
  content: "";
  position: absolute;
  background: #ff6612;
  width: 40px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-40%);
}
.form-sec h5 span {
  color: #61c27c;
}
.form-content {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
}
.form-content .form-detail {
  width: 49%;
}
.form-content .form-detail input,
.form-content .form-detail .query-select,
.form-field input,
.form-field textarea {
  width: 100%;
  padding: 8px 5px;
  border: 1px solid #cbcaca;
  border-radius: 5px;
}
.form-content label,
.form-field label {
  display: block;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  color: #333333;
  padding-bottom: 6px;
}
.form-content .form-detail input:focus,
.form-content .form-detail .query-select:focus,
.form-field input:focus,
.form-field textarea:focus {
  outline: none;
}
.form-field {
  padding-top: 15px;
}
.form-content .form-detail input::placeholder,
.form-content .form-detail input,
.form-content .form-detail .query-select,
.form-field input::placeholder,
.form-field textarea::placeholder {
  font-size: 14px;
  color: #989595;
}
/* .form-field.submit-btn{
    margin-top: 10px;
  } */
.form-field.submit-btn input {
  padding: 18px 0;
  background: #fc3f31;
  color: #fff;
  font-weight: 600;
}
.form-detail label span,
.form-field label span {
  color: #fc3f31;
}

/* -----------------------------------------  Sticky Footer -------------------------------- */
.contacts {
  padding: 10px 0;
  background: #2d3544;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.contact-sec {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5vw;
}

.contact-sec strong,
.contact-sec a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.contact-sec a i {
  color: #ff6612;
  padding-right: 10px;
  font-size: 20px;
}
.contact-sec a:hover {
  color: #ff6612;
}
.contact-sec .connect {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
  background: #ff6612;
  padding: 10px 15px;
  border-radius: 10px;
}
.contact-sec .connect:hover {
  background: #fff;
  transition: all 0.5s ease;
}

.contact-sec strong,
.contact-sec a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.contact-sec a i {
  color: #ff6612;
  padding-right: 10px;
  font-size: 20px;
}
.contact-sec a:hover {
  color: #ff6612;
}
.contact-sec .connect {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
  background: #ff6612;
  padding: 10px 15px;
  border-radius: 10px;
}
.contact-sec .connect:hover {
  background: #fff;
  transition: all 0.5s ease;
}

@media (max-width: 480px) {
  footer {
    padding: 50px 0 80px;
  }
  .contact-sec {
    justify-content: center;
  }
  .contact-sec .connect {
    padding: 5px 10px;
    border-radius: 5px;
  }
  .contact-sec strong,
  .contact-sec a {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
  }
}

/* ------------------------------- Fixed Departure  ------------------------------- */

.main-sec .main-left-content .itinenary-table-02 {
  width: 100%;
  border-top: 1px solid #d6d1d1;
  margin-bottom: 20px;
}

.main-sec .main-left-content .itinenary-table-02 tr th {
  padding: 10px 5px;
  font-size: 18px;
  line-height: 25px;
  color: #38404f;
  font-family: "Poppins";
}

.main-sec .main-left-content .itinenary-table-02 > :not(caption) > * > * {
  background-color: transparent;
  border: 1px solid #d6d1d1;
  box-shadow: inset 0 0 0 9999px transparent;
}

.main-sec .main-left-content .itinenary-table-02 tr td {
  padding: 10px 5px;
  font-size: 16px;
  line-height: 25px;
  color: #192024;
  font-family: "Poppins";
  text-align: left;
}

.main-sec .main-left-content .itinenary-table-02 tr td a {
  color: #192024;
  transition: all 0.3s ease-in-out;
  display: block;
}
.main-sec .main-left-content .itinenary-table-02 tr td a:hover {
  background: -webkit-linear-gradient(6deg, #f15823, #7a5228);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-sec .main-left-content .itinenary-table-02 tr td:first-child {
  color: #38404f;
  font-family: "Poppins";
  width: inherit;
}

@media (max-width: 600px) {
  .main-sec .main-left-content .responsive-table {
    width: 100%;
    overflow-x: scroll;
  }
  .main-sec .main-left-content .itinenary-table-02 {
    width: max-content;
    border-top: 1px solid #d6d1d1;
    margin-bottom: 20px;
  }
}

/* ------------------------- */

.inex-detail ul {
  list-style: disc;
  padding-left: 1.2rem;
}
.inex-detail ul li {
  list-style: disc;
  display: list-item;
}

.inex-detail-02 ul {
  list-style: none;
  padding-left: 0;
}
.inex-detail-02 ul li {
  list-style: none;
  display: flex;
}

.detail-sec .detail-content .testimonial-content {
  background: #fff;
  padding: 30px 30px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.detail-sec .detail-content .testimonial-content .auth-name {
  font-size: 20px;
  line-height: 30px;
  font-family: "Poppins";
  color: #303636;
  font-weight: 500;
  margin: 10px 0;
}

.detail-sec .detail-content .testimonial-content .auth-text {
  position: relative;
}

.detail-sec .detail-content .testimonial-content .auth-text a {
  word-wrap: break-word;
}
.detail-sec .detail-content p a {
  color: #ff6612;
}
.detail-sec .detail-content .testimonial-content .auth-text i {
  color: #ff6612;
  position: absolute;
}
.detail-sec .detail-content .testimonial-content .auth-text .fa-quote-left {
  top: 0;
  left: -20px;
}
.detail-sec .detail-content .testimonial-content .auth-text .fa-quote-right {
  bottom: 8px;
  margin-left: 4px;
}

.detail-sec .detail-content .term-heading {
  font-family: "Poppins";
  font-size: 32px;
  line-height: 42px;
  color: #1f282f;
}

@media (max-width: 767px) {
  .detail-sec .detail-content .term-heading {
    font-size: 22px;
    line-height: 32px;
  }
}
.carousel-item img {
  height: 500px;
  object-fit: cover;
}
.carousel-caption {
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
}
/* General Styling */
.banner-bottomm {
  padding: 20px;
  background-color: #f9f9f9;
}

.head-bottomm {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 20px;
}

/* Card Styling */
.head-bot-secc {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  flex: 1 1 calc(25% - 20px); /* Responsive layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Icon Styling */
.iconn {
  font-size: 40px;
  margin-bottom: 10px;
}

/* Text Styling */
.head-bot-secc span {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.head-bot-secc:hover {
  transform: translateY(-20px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(180deg, #a92d00, #cd7a31);
  color: #fff;
}

.head-bot-secc:hover .icon {
  color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .head-bot-secc {
    flex: 1 1 calc(50% - 20px); /* Adjust layout for smaller screens */
  }
}

@media (max-width: 480px) {
  .head-bot-secc {
    flex: 1 1 100%; /* Full width for very small screens */
  }
}
.carousel-control-next {
  right: 0;
}
.custom-mr {
  margin: 0;
  padding: 0;
}

/* why chose section css */
#why-chooseus {
  padding-top: 60px;
  padding-bottom: 60px;
}

#why-chooseus .container {
  max-width: 1200px; /* Limit container width for large screens */
}

#why-chooseus h2 {
  font-size: 2.5rem; /* Larger font size for the section heading */
  color: #e75824 !important; /* Set the title color to #20aac6 */
}

#why-chooseus p.lead {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #6c757d; /* Muted color for the description text */
}

#why-chooseus .col-lg-6 {
  padding: 30px;
}

#why-chooseus h3 {
  font-size: 1.75rem;
  color: #e75824 !important; /* Set the subheading color to #20aac6 */
}

#why-chooseus .list-unstyled {
  padding-left: 0;
}

#why-chooseus .list-unstyled li {
  font-size: 1.125rem;
  padding-left: 35px; /* Create space for icons */
  position: relative;
  margin-bottom: 15px;
}

#why-chooseus .fas {
  color: #e75824 !important; /* Apply requested color to icons */
}

#why-chooseus .d-flex {
  display: flex;
  align-items: center;
}

#why-chooseus .d-flex i {
  margin-right: 20px; /* Add space between icon and text */
}

#why-chooseus .text-muted {
  font-size: 1rem;
  line-height: 1.6;
}

#why-chooseus .h5 {
  font-weight: bold;
}

@media (max-width: 768px) {
  #why-chooseus h2 {
    font-size: 2rem;
  }

  #why-chooseus .h3 {
    font-size: 1.5rem;
  }

  #why-chooseus .h5 {
    font-size: 1.125rem;
  }

  #why-chooseus .d-flex i {
    font-size: 1.5rem; /* Adjust icon size for smaller screens */
  }
}

.paddd {
  padding-left: 15%;
  padding-right: 15%;
}
.position {
  top: -131%;
  position: absolute;
  left: 19%;
}
.contt {
  position: relative;
}
.contt h3 a {
  color: white;
}
.contt h3 {
  position: absolute;
  top: 300px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 100%;
}
.orl:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.902);
}
.contt img {
  height: 370px;
  padding: 10px;
  object-fit: cover;
}
.contt {
  border-radius: 10px;
}
/* after banner section   */
.content-wrapper {
  padding: 20px;
  border-radius: 8px;
}

.content-wrapper h2 {
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}

.content-wrapper p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.features-list {
  list-style: none;
  padding: 0;
}

.features-list li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
  display: flex;
  align-items: center;
}

.features-list i {
  margin-right: 10px;
  color: #33c08c;
  font-size: 18px;
}

.review-card {
  background-color: #f9f9f9;
}

.review-rating .fa-star {
  color: #ffd700;
}

.review-rating .fa-star.checked {
  color: #ffd700;
}

.review-text p {
  font-style: italic;
}

.google-reviews {
  background: linear-gradient(45deg, #9b4016, #e555228a);
  padding: 3rem 0;
}
.memorable-experiences{
    background: linear-gradient(45deg, #a14921, #ee5823cc);
   padding-bottom: 38px;
}
.header-rt{
  padding-right: 15px;
    display: flex;
    justify-content: right;
}
.header-rt a i{
  transform: rotate(90deg);
}


.inclusions-exclusions {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  margin: 20px 0;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.inclusions-exclusions h2 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.inclusions-exclusions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inclusions-exclusions ul li {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 10px; /* Space between icon and text */
}

.inclusions ul li::before,
.exclusions ul li::before {
  content: '';
  display: inline-flex; /* Ensures proper alignment */
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0; /* Prevent shrinking */
}

.inclusions ul li::before {
  background-color: #28a745; /* Green background for inclusions */
  content: '✓'; /* Green check mark */
}

.exclusions ul li::before {
  background-color: #dc3545; /* Red background for exclusions */
  content: '✗'; /* Red cross */
}


.inclusions {
  flex: 1;
  padding: 20px;
  background-color: #e7f7e6;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.exclusions {
  flex: 1;
  padding: 20px;
  background-color: #ffe5e5;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .inclusions-exclusions {
    flex-direction: column;
  }

  .inclusions,
  .exclusions {
    margin-bottom: 20px;
  }
}


.cancellation-policy {
  display: flex;
  justify-content: space-between;
  gap: 20px; /* Decreased gap between sections */
  padding: 30px; /* Reduced padding */
  margin: 20px 0; /* Reduced margin */
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.cancellation-policy h2 {
  font-size: 24px; /* Reduced font size */
  font-weight: 700;
  color: #333;
  margin-bottom: 15px; /* Reduced bottom margin */
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cancellation-policy ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.cancellation-policy ul li {
  font-size: 16px; /* Reduced font size */
  color: #555;
  margin-bottom: 12px; /* Reduced margin */
  line-height: 1.5; /* Adjusted line height */
  position: relative;
  padding-left: 30px; /* Adjusted padding */
}

.cancellation-policy ul li::before {
  content: '\2022';
  position: absolute;
  left: 5px; /* Adjusted bullet position */
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px; /* Reduced bullet size */
  color: #3498db;
}

.cancellation-policy .policy {
  background-color: #ffffff;
  padding: 20px; /* Reduced padding */
  border-radius: 12px;
  flex: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cancellation-policy .policy:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.cancellation-policy .policy ul li {
  margin-left: 0;
}

@media (max-width: 768px) {
  .cancellation-policy {
      flex-direction: column;
      padding: 20px;
  }

  .policy {
      margin-bottom: 15px; /* Reduced space between policy sections */
  }
}
