.signika-one-regular {
  font-family: "Signika", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Signika", sans-serif; */
  font-family: "Cinzel", sans-serif;
  /* font-family: "Zain", sans-serif; */
  font-weight: 700;
  font-style: normal;
}

p,
a,
li,
span {
  /* font-family: "Montserrat", sans-serif; */
  /* font-family: "Fira Sans", sans-serif; */
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.header-contact {
  padding: 8px 0px;
}

.menu-style1>ul>li {
  padding: 0px 0;
}

.vs-logo img {
  width: 75%;
  padding: 8px 0px;
}

.main-menu ul {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-right: 30px;
}

/* Tour Pacakges CSS Start */

/* .tour_pacakges .package-style1 .package-meta{
    border-bottom: 1px solid #ffb993;
    border-top: 1px solid #ffb993;
    padding-bottom: 12px;
    padding-top: 12px;
}

.tour_pacakges .package-meta a{
    font-size: 18px;
    font-weight: 500;
    padding: 4px 4px;
    color: #484848;
    text-align: center;
} */

.package-card .vs-blog.blog-style3 {
  width: 390px;
  position: relative;
  height: 700px;
  background-color: #fff;
  /* background-image: url("../img/bg/bg-one.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
}

.package-card .blog-content {
  position: absolute;
  bottom: 20px;
}

.package-card .blog-style3 .blog-bottom {
  width: 88%;
  /* position: absolute;
  bottom: 16px; */
}

.package-card .blog-style3 .blog-title {
  font-size: 18px;
  /* height: 50px; */
  margin-bottom: 12px;
  height: 55px;
}

.package-card .blog-style3 .blog-text {
  margin-bottom: 10px;
  height: 80px;
}

.tour_packages {
  position: relative;
}

.tour_packages .icon-btn.prev-btn {
  position: absolute;
  top: 55%;
  left: 35px;
  display: inline-block;
  width: var(--btn-size, 60px);
  height: var(--btn-size, 60px);
  line-height: var(--btn-size, 60px);
  background-color: var(--white-color);
  color: var(--theme-color);
  text-align: center;
  border-radius: 50%;
  font-size: var(--btn-font-size, 20px);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  padding: 0;
  vertical-align: middle;
  border: none;
}

.tour_packages .icon-btn.next-btn {
  position: absolute;
  top: 55%;
  right: 35px;
  display: inline-block;
  width: var(--btn-size, 60px);
  height: var(--btn-size, 60px);
  line-height: var(--btn-size, 60px);
  background-color: var(--white-color);
  color: var(--theme-color);
  text-align: center;
  border-radius: 50%;
  font-size: var(--btn-font-size, 20px);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  padding: 0;
  vertical-align: middle;
  border: none;
}

/* Tour Pacakges CSS End */

/* Footer CSS Start */

.footer .footer-widget.widget_nav_menu .menu .address {
  display: flex;
  gap: 8px;
}

.footer .footer-widget.widget_nav_menu .menu .address i {
  margin-top: 5px;
}

.footer .main-footer_copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 5px;
}

.footer .bdm_footer_logo {
  width: 170px;
}

.whatsapp-btn {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 94;
  /* opacity: 0;
    visibility: hidden; */
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}

.whatsapp-btn i {
  display: inline-block;
  background-color: #21a013;
  color: var(--white-color);
  text-align: center;
  font-size: 25px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}

.whatsapp-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed #21a013;
  transition: all ease 0.4s;
  animation: spin 13s infinite linear;
}

.whatsapp-btn:focus i,
.whatsapp-btn:hover i {
  background-color: #21a013;
  color: var(--white-color);
}

.whatsapp-btn:focus:before,
.whatsapp-btn:hover:before {
  border-color: #21a013;
}

.whatsapp-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .whatsapp-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }

  .whatsapp-btn.show {
    bottom: 15px;
  }
}

.whatsapp {
  position: fixed;
  right: 15px;
  bottom: 85px;
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: all ease 0.4s;
  z-index: 96;
}

.whatsapp.show {
  bottom: 15px;
  right: 15px;
  opacity: 1;
  visibility: visible;
}

/* .footer .cta-style-1 .cta-image img{
    height: 300px !important;
  } */

/* Footer CSS End */

.popup-search-box form button {
  position: unset !important;
  width: 250px;
  height: 60px;
}

/* Tour Package Inner Page CSS Start */

.tours-tabs .nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: left;
  position: relative;
}

.tours-tabs .nav-tabs .nav-link {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  border: none;
  padding: 15px 15px;
  position: relative;
  margin: 5px;
  border-radius: 4px;
  border: 1px solid #000;
  /* gap: 20px; */
  width: 230px;
  background-color: #fff;
}

/* .tours-tabs .nav-tabs .nav-link.active {
  color: #d75618;
  font-weight: bold;
} */

.tours-tabs .nav-tabs .nav-link h3 {
  font-size: 18px;
  margin: unset;
}

.tours-tabs .nav-tabs .nav-link.active h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.tours-tabs .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #001cbbe1;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #001cbbe1;
}

/* Underline effect for active tab */
/* .tours-tabs .nav-tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #ddd;
} */

/* .tours-tabs .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #d75618;
  animation: underline 0.3s ease-in-out;
}

@keyframes underline {
  from {
      width: 0;
  }
  to {
      width: 100%;
  }
} */

/* Styling for tab content */
.tours-tabs .tab-content {
  padding: 20px;
  /* background: #f9f9f9;
  border-radius: 10px;
  border-top: 3px solid #007bff; */
  animation: fadeIn 0.5s ease-in-out;
  margin-top: 10px;
  width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.overview p {
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  color: #101010;
  line-height: 25px;
  width: 90%;
}

.sec-title.itinerary {
  margin: unset;
  font-size: 20px;
}

.title-area.details {
  margin-bottom: 20px;
}

.tours-tabs .benefits--layout1 .accordion-style1 .accordion-item {
  width: 90%;
}

.accordion-button:not(.collapsed)::before {
  content: "-";
}

.inclusion ul {
  margin: 10px 0px 0px 20px;
  padding: unset;
  list-style-type: none;
  column-count: 2;
}

.inclusion ul li {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #101010;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0px;
}

.inclusion ul li i {
  font-size: 15px;
  font-weight: bold;
  color: #d75618;
  margin-top: 5px;
}

.inclusion h3 {
  margin-bottom: 0px;
  margin-left: 0px;
}

.destination-details .ds-title {
  font-size: 42px;
  position: relative;
}

.destination-details .ds-title::before {
  content: "";
  position: absolute;
  border-bottom: 3px solid #d75618;
  width: 60px;
  bottom: 0px;
  left: 32px;
  transform: translate(-50%, -50%);
}

.destination-details .ds-title::after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #484848;
  width: 30px;
  bottom: 0px;
  left: 82px;
  transform: translate(-50%, -50%);
}

/* Banner CSS Start */

/* .hero-slider3.banner.slick-slider {
  top: -100px !important;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  } */

/* why choose ections start */

.benefits--layout1.wcu .title-area {
  text-align: center !important;
}

.benefits--layout1.wcu .item {
  height: 320px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  display: flex;
  border-radius: 15px;
  justify-content: center;
  gap: 40px;
  padding-right: 0px;
  margin-bottom: 50px;
  text-align: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 20px 60px 20px;
}

.benefits--layout1.wcu img:not([draggable]),
embed,
object,
video {
  /* max-width: 20%;
  height: auto; */

  height: 90px;
  width: 90px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background: rgb(255, 255, 255);
  padding: 8px;
  border-radius: 20%;
  /* margin-bottom: 10px; */
}

/* why choose ections end*/

/* index about us sections start here */

.about--layout4 .about-content {
  padding: 0px 0px 0px 50px;
}

/* index about us sections end here */

/* testimonial start here  */

.space-top.testimonial-style4 {
  padding-bottom: 113px;
}

/* testimonial end here  */

.destination-style1 {
  position: relative;
}

.destination-info {
  z-index: 2;
}

.destination-info.position-absolute.text-white.px-3.py-2 {
  transition: 0.5s ease-in-out;
  background-color: rgba(28, 28, 28, 0.8);
  padding: 25px 30px 10px;
  max-width: 320px;
  width: 109%;
  border-radius: 0 10px 10px 0px;
  position: absolute;
  left: 0;
  bottom: 10px;

  top: 80%;
  left: 25px;
  background: rgba(106, 106, 106, 0.5);
  border-radius: 10px;
}

section.space.space-extra-bottom.bg-light.shape-mockup-wrap.background-image {
  padding-top: 60px;
}

/* destination-details whole ::content  */

img.golden_triangle_img.d-block.w-100.rounded.shadow {
  height: 400px;
  margin-top: 20px;
}

/* destination-details whole ::content  */

/* home page .tour_packages start here */

.tour-package-area-start .blog-style5 .blog-content {
  background: var(--white-color);
  padding: 0 12px 2px;
  text-align: center;
  border-radius: 10px;
  height: 175px;
  width: 100%;
}

.tour-package-area-start .blog-body {
  font-size: 13px;
}

.tour-package-area-start h2 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px 0;
  height: 80px;
}

a.tour-pages-details {
  font-size: 20px;
}

section.tour-package-area-start.space.space-extra-bottom.blog-wrapper {
  padding-top: 40px;
}

/* home page .tour_packages end here */

/* home page our benfits starts here */

.benefits-element1.gif {
  min-width: 103%;
  height: 85%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  /* background: #f5f5f5; */
  border-top-left-radius: 50px;
  background: url(/assets/img/bg/india-tradition.gif);
}

/* home page our benfits end here */

/* swiper start here  */

.swiper-button-next.breadcumb-next,
.swiper-button-prev.breadcumb-prev {
  color: #fff;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next.breadcumb-next::after,
.swiper-button-prev.breadcumb-prev::after {
  font-size: 20px;
}

.slider-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.slider-caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 20px;
  border-radius: 30px;
}

.caption-text {
  font-weight: 600;
  color: #000;
  text-align: center;
  flex-grow: 1;
}

.slider-btn {
  border: none;
  background: transparent;
  font-size: 24px;
  color: #000;
  width: 30px;
  cursor: pointer;
}

.swiper {
  width: 320px;
  height: 605px;
  background-color: #f5f5f5;
  /* Slightly bigger height */
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  padding: 10px;
}

.swiper-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
}

.place-name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.myCustomSwiper98765 {
  width: 100%;
  height: 400px;
  /* margin-top: 20px; */
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 5px;
}

#imageSlider {
  margin: 0;
  padding: 0;
}

#imageSlider,
.carousel,
.carousel-inner,
.carousel-item {
  height: 500px;
  /* or match the breadcrumb height */
  width: 100%;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#swiperContainer98765 {
  width: 100%;
  height: 500px;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.breadcumb-wrapper {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}

.breadcumb-wrapper.tour {
  padding-top: 200px;
  padding-bottom: 60px;
}

.breadcumb-content {
  color: #fff;
  /* text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); */
}

.breadcumb-menu {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}

.breadcumb-menu li {
  color: #fff;
}

.breadcumb-menu li::after {
  content: "/";
  margin-left: 5px;
  color: #000;
}

.breadcumb-menu li:last-child::after {
  content: "";
}

.sticky-wrapper {
  margin-bottom: -20px;
}

#swiperContainer98765 {
  width: 100%;
  height: 550px;
}

/* swiper start here  */

.tour-card {
  /* background: #155fb3; */
  /* background: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
  border-radius: 10px;
  padding: 10px 10px;
}

.tour-card .tour-title {
  color: #102e50;
  font-size: 40px;
  font-weight: 600;
  position: relative;
}

h2.tour-title {
  text-align: left;
  position: relative;
  margin-left: 50px;
}

/* h2.tour-title::after {
  box-sizing: border-box;
  font-size: 45px;
  line-height: 50px;
  content: "";
  position: absolute;
  transform: translate(-1290%, -118%);
  bottom: -10px;
  width: 40px;
  height: 3px;
  background-color: #df0303;
  border-radius: 50px;
} */

.tour-card {
  margin: 20px 20px;
  /* margin: 50px 100px 75px -100px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.row.justify-content-end {
  text-align: left;
  margin: 0px 0px 0px 0px;
}

/* h2.tour-title::before {
  border-radius: 10px 10px 10px 10px;
  content: "";
  position: absolute;
  transform: translate(0%, -35%);
  border-radius: 50px;
  bottom: -9px;
  width: 9%;
  height: 5px;
  background-color: #dddddd;
} */

.tour-card h4 {
  color: #101010;
}

.tour-card h4 strong {
  color: #ff5d12;
}

.tour-card .promo-icon {
  height: 50px;
  width: 50px;
  padding: 5px;
  border-radius: 50%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}


.tour-card .promo {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}

.breadcumb-title.tour-pack {
  font-size: 48px;
  /* color: #0d47a1; */
  color: #fff;
  margin: 0 0 -5px 0;
}

li.tour-pack {
  color: #000;
}


a.tour-pack {
  color: #000;
}

.tour-card .promo h4 {
  color: #102e50;
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
  /* line-height: 45px; */
  width: 85%;
}

.tours-tabs {
  margin-top: 50px;
}

.overview-text {
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  /* margin: auto; */
}

.overview-text p {
  color: #101010;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
}

.tour-top .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* itinerary sections start here */

/* Reset default margins and padding */

.tripingItercontainer {
  max-width: 900px;
  margin: 0 auto;
  /* Center the container */
  padding: 0;
  /* Remove container padding */
  width: 100%;
  /* Ensure full width */
}

.itineraryname {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* Active animation */
/* .day-card-itinary.in-view {
  transform: scale(1);
  opacity: 1;
} */

/* Card-specific styling */
.day-card-itinary {
  scroll-snap-align: start;
  /* Align to the top of the viewport */
  box-sizing: border-box;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: scale(0.95);
  display: flex;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
  /* Keep bottom margin for spacing between cards */
  margin-right: 20px;
  width: 100%;
  height: 50%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  /* box-shadow: 25px 25px 50px 50px rgba(0, 0, 0, 0.1); */
}

/* .day-card-itinary.in-view {
  margin-left: 5px;
} */

.day-image-itinaryimg {
  position: relative;
  width: 220px;
  height: 320px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  margin-right: 15px;
}

.day-label-itinary-txt {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 50px;
  height: auto;
  background-color: #ffffff;
  color: #0d2b57;
  font-weight: 900;
  padding: 5px 5px;
  font-size: 15px;
  border-radius: 6px;
  text-align: left;
  line-height: 1.2;
}

span.day-label-itinary-txt.contuinue {
  margin-right: 0px;
  position: absolute;
  left: 44px;
  bottom: 0px;
  width: 80px;
  font-size: 15px;
}

.day-label-itinary-txt span {
  display: block;
  font-size: 28px;
  color: #0d2b57;
}

table.itinary-table-cls {
  border: unset;
  /* width: 100%; */
  border-collapse: collapse;
  margin: 5px;
}

/* th,
td {
  border: unset;
  padding: 10px;
  border-bottom: 1px solid #f3f3f3 ;
  font-size: 15px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #f3f3f3;
}

td{
  height: 250px;
} */

.notes-taken-nobor {
  border-right: none !important;
  width: 25%;
}

.act-normal-itinary {
  width: 55%;
}

th {
  color: #e74c3c;
  font-weight: bold;
  background-color: #fff;
}

.vs-blog-wrapper.vs-blog-details.space-top.space-extra-bottom {
  padding-top: 20px;
}

/* itinerary new format days  */

h3.history-title.fonchng {
  font-size: 24px;
  width: 74%;
}

li.listchanign {
  font-size: 14px;
  margin-bottom: 5px;
  width: 100%;
}

/* itinerary new format days  */

/* itinerary new format days  */

.history-steped.pachng {
  padding-bottom: 50px;
}

.vs-history .history-date::before {
  width: 50px;
}

.vs-history .history-date::before,
.vs-history .history-date::after {
  right: 80%;
}

.vs-history {
  padding: 24px 8px 24px 18px;
}

.golden-bg {
  background: url(../img/bg/golden-bg.gif);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

section.benefits--layout1.space-top.space-extra-bottom.wcu {
  background: radial-gradient(circle at 80% 90%,
      #9bf0ff,
      #a7f2ff,
      #b4f4ff,
      #c1f6ff,
      #cdf8ff,
      #daf9ff,
      #e6fbff,
      #f3fdff,
      #ffffff);
  background: url(../img/bg/card-bg.gif);
  background-size: cover;
  padding-bottom: 20px;
  padding-top: 40px;
  border-radius: 10px;
}




.itinerary-content .day-details {
  padding: 15px 15px;
}

.itinerary-content .day-details p {
  font-size: 17px;
  font-weight: 400;
  color: #101010;
  line-height: 26px;
  text-align: justify;
}

.itinerary-content .day-details ul {
  padding-left: 0px;
}

.itinerary-content .day-details ul li {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #101010;
  text-align: justify;
  padding: 0px 0px;
  list-style-type: none;
  display: flex;
  gap: 5px;
  align-items: flex-start;
}

.itinerary-content .day-details ul li i {
  margin-top: 4px;
  color: #d32f2f;
}

.itinerary-content .blog-single {
  padding: unset;
  box-shadow: unset;
}



.hero-layout4.banner_sec .hero-slide {
  padding: 320px 0;
  position: relative;
  z-index: 1;
  /* Small devices */
  height: 100vh;
}



.inner-slider .swiper-button-next.breadcumb-next {
  right: 20px;
}



.inner-slider .swiper-button-prev.breadcumb-prev {
  left: 20px;
}


.inner-slider .swiper-button-next.breadcumb-next.active,
.swiper-button-prev.breadcumb-prev.active {
  color: #fff;
  background: #ff5722;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}


/* Package Inner CSS Start */

.package-inner .tour-title {
  text-align: center;
  font-size: 40px;
  color: #bb4600;
}


.package-inner .overview-text p {
  color: #101010;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
}

.package-inner .promo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
}

.package-inner .promo .promo-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  padding: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}


.package-inner .promo h4 {
  margin-bottom: 0px;
  font-size: 20px;
}


.package-inner .promo::after {
  content: '';
  border-left: 2px dashed #ff5722;
  height: 60px;
  position: absolute;
  right: -10px;
  top: 0px;
}


.package-inner .promo.last::after {
  border-left: unset;
}

/* .package-inner .day-card-itinary {
  min-height: 420px;
} */




.img-slider {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  padding: 8px;
  border-radius: 8px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.img-slider .swiper {
  width: 100%;
  height: 100%;
}

.img-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


.active-place-name1,
.active-place-name2,
.active-place-name3,
.active-place-name4,
.active-place-name5,
.active-place-name6,
.active-place-name7,
.active-place-name8,
.active-place-name9,
.active-place-name10,
.active-place-name11,
.active-place-name12,
.active-place-name13,
.active-place-name14,
.active-place-name15,
.active-place-name16,
.active-place-name17,
.active-place-name18,
.active-place-name19,
.active-place-name20,
.active-place-name21,
.active-place-name22,
.active-place-name23,
.active-place-name24,
.active-place-name25,
.active-place-name26,
.active-place-name27,
.active-place-name28,
.active-place-name29,
.active-place-name30,
.active-place-name31,
.active-place-name32,
.active-place-name33,
.active-place-name34,
.active-place-name35,
.active-place-name36,
.active-place-name37,
.active-place-name38,
.active-place-name39,
.active-place-name40,
.active-place-name41,
.active-place-name42,
.active-place-name43,
.active-place-name44,
.active-place-name45,
.active-place-name46,
.active-place-name47,
.active-place-name48,
.active-place-name49,
.active-place-name50 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  min-width: 180px;
  opacity: 1;
  transition: opacity 0.5sease-in-out;
}


.img-slider .navigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 30px;
  border-radius: 30px;
  z-index: 10;
}

.img-slider .swiper-prev1,
.img-slider .swiper-next1,
.img-slider .swiper-prev2,
.img-slider .swiper-next2,
.img-slider .swiper-prev3,
.img-slider .swiper-next3,
.img-slider .swiper-prev4,
.img-slider .swiper-next4,
.img-slider .swiper-prev5,
.img-slider .swiper-next5,
.img-slider .swiper-prev6,
.img-slider .swiper-next6,
.img-slider .swiper-prev7,
.img-slider .swiper-next7,
.img-slider .swiper-prev8,
.img-slider .swiper-next8,
.img-slider .swiper-prev9,
.img-slider .swiper-next9,
.img-slider .swiper-prev10,
.img-slider .swiper-next10,
.img-slider .swiper-prev11,
.img-slider .swiper-next11,
.img-slider .swiper-prev12,
.img-slider .swiper-next12,
.img-slider .swiper-prev13,
.img-slider .swiper-next13,
.img-slider .swiper-prev14,
.img-slider .swiper-next14,
.img-slider .swiper-prev15,
.img-slider .swiper-next15,
.img-slider .swiper-prev16,
.img-slider .swiper-next16,
.img-slider .swiper-prev17,
.img-slider .swiper-next17,
.img-slider .swiper-prev18,
.img-slider .swiper-next18,
.img-slider .swiper-prev19,
.img-slider .swiper-next19,
.img-slider .swiper-prev20,
.img-slider .swiper-next20,
.img-slider .swiper-prev21,
.img-slider .swiper-next21,
.img-slider .swiper-prev22,
.img-slider .swiper-next22,
.img-slider .swiper-prev23,
.img-slider .swiper-next23,
.img-slider .swiper-prev24,
.img-slider .swiper-next24,
.img-slider .swiper-prev25,
.img-slider .swiper-next25,
.img-slider .swiper-prev26,
.img-slider .swiper-next26,
.img-slider .swiper-prev27,
.img-slider .swiper-next27,
.img-slider .swiper-prev28,
.img-slider .swiper-next28,
.img-slider .swiper-prev29,
.img-slider .swiper-next29,
.img-slider .swiper-prev30,
.img-slider .swiper-next30,
.img-slider .swiper-prev31,
.img-slider .swiper-next31,
.img-slider .swiper-prev32,
.img-slider .swiper-next32,
.img-slider .swiper-prev33,
.img-slider .swiper-next33,
.img-slider .swiper-prev34,
.img-slider .swiper-next34,
.img-slider .swiper-prev35,
.img-slider .swiper-next35,
.img-slider .swiper-prev36,
.img-slider .swiper-next36,
.img-slider .swiper-prev37,
.img-slider .swiper-next37,
.img-slider .swiper-prev38,
.img-slider .swiper-next38,
.img-slider .swiper-prev39,
.img-slider .swiper-next39,
.img-slider .swiper-prev40,
.img-slider .swiper-next40,
.img-slider .swiper-prev41,
.img-slider .swiper-next41,
.img-slider .swiper-prev42,
.img-slider .swiper-next42,
.img-slider .swiper-prev43,
.img-slider .swiper-next43,
.img-slider .swiper-prev44,
.img-slider .swiper-next44,
.img-slider .swiper-prev45,
.img-slider .swiper-next45,
.img-slider .swiper-prev46,
.img-slider .swiper-next46,
.img-slider .swiper-prev47,
.img-slider .swiper-next47,
.img-slider .swiper-prev48,
.img-slider .swiper-next48,
.img-slider .swiper-prev49,
.img-slider .swiper-next49,
.img-slider .swiper-prev50,
.img-slider .swiper-next50 {
  background: white;
  border: 2px solid #d32f2f;
  color: #d32f2f;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 11;
}

.img-slider .swiper-prev:hover,
.img-slider .swiper-next:hover {
  background: #ddd;
}

.itinerary-content .day-details ul li.last-line {
  font-size: 30px;
  font-weight: bold;
  color: #de3500;
  line-height: 30px;
}

.itinerary-content .row {
  display: flex;
  justify-content: center;
  align-items: center;
}


.package-inner .widget {
  background: unset;
  box-shadow: unset;
  padding: unset;
}

.package-inner .widget_categories ul {
  column-count: 2;
}


.package-inner .widget_categories li:hover {
  color: unset;
  background-color: unset;
}


.package-inner .widget_categories li:hover a {
  color: unset;
}

.package-inner .underline {
  /* display: flex;
  justify-content: center;
  align-items: center;
  margin: auto; */
  position: relative;
  left: 6%;
  bottom: 5px;
  transform: translate(-50%, -50%);
}


.package-inner .underline img {
  width: 100px;
  /* position: absolute;
  left: 50%;
  transform: translate(-50%, -50%); */
  /* margin-top: -20px; */
  /* margin-top: -20px;
  margin-left: 30px; */

}

.package-inner .package-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}



.tour-inner .blog-style3 .blog-bottom {
  border-top: unset;
}

.tour-inner .blog-style3 .blog-text {
  width: 90%;
  font-size: 17px;
  font-weight: 500;
  color: #101010;
  text-align: justify;
  line-height: 26px;
}


.tour-inner {
  /* background-image: url('../img/bg/tour-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; */
  background-color: #f5f5f5;
  ;
}




/* Banner CSS New Start */


/* section.hero-layout4.banner_sec {
    height: 100vh;
} */


.vs-header.header-layout3 {
  position: absolute;
  top: 0;
  /* width: 100%; */
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.vs-header .main-menu ul li a {
  /* color: #101010; */
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 500;
}

.vs-header .main-menu ul li a:hover {
  color: #ffc107;
}

.vs-logo img {
  width: 250px;
}


.vs-header.header-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%; */
  z-index: 999;
  background: transparent;
}


.sticky-active {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100VW;
  z-index: 999;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: transparent;
}

/* .vs-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  z-index: 999;
  transition: all 0.3s ease;
} */



.vs-header.scrolled .sticky-active {
  background-color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.vs-header.scrolled .sticky-active .main-menu ul li a {
  color: #fff;
}

/* .vs-header {
  transition: all 0.3s ease;
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 999;
}

.vs-header.show-bottom-header {
  top: 0;
  background-color: rgba(0, 0, 0, 0.95);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
} */


/* Give banner enough top padding to avoid header overlap */
.hero-slide {
  height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  /* adjust to match header height */
}

/* .hero-content {
        position: relative;
        z-index: 2;
    } */




/* Banner CSS New End */


/* About Us New CSS Start */

.about_us {
  padding: 80px 80px;
  background-image: url('../img/shape/Bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.about_us .sec-subtitle,
.about_us .sec-title {
  text-align: center;
}

.about_us .sec-title {
  font-size: 40px;
}


.about_us p.tagline {
  font-size: 25px;
  font-weight: 600;
  color: #101010;
  text-align: center;
  margin-bottom: 30px;
}

.about_us p {
  font-size: 18px;
  font-weight: 400;
  color: #101010;
  line-height: 26px;
  text-align: justify;
}

.about_us ul {
  margin-top: 20px;
  column-count: 2;
  padding-left: 0px;
  list-style-type: none;
  text-align: justify;
}


.about_us ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #101010;
  line-height: 26px;
  padding: 6px 0px;
}

.about_us ul li i {
  font-size: 18px;
  font-weight: bold;
  color: #bf602e;
  /* margin-top: 4px; */
}

/* About Us New CSS End */



/* Tour Packages New CSS Start */




.tour-packages-slider.tour-package-area-start .sec-subtitle,
.tour-packages-slider.tour-package-area-start .sec-title {
  text-align: center;
}

.tour-packages-slider.tour-package-area-start .sec-title {
  font-size: 40px;
  margin-bottom: 20px;
}


.tour-packages-slider.tour-package-area-start p.tagline {
  font-size: 25px;
  font-weight: 600;
  color: #101010;
  text-align: center;
  margin-bottom: 30px;
}


.tour-packages-slider.tour-package-area-start h2 {
  height: 35px;
  font-size: 18px;
}


.tour-packages-slider.tour-package-area-start p {
  font-size: 16px;
  font-weight: 400;
  color: #101010;
  text-align: center;
  line-height: 26px;
  margin-bottom: 10px;
}

.tour-packages-slider.tour-package-area-start .blog-style5 .blog-link {
  font-size: 20px;
  font-weight: 500;
  color: #101010;
}

.tour-packages-slider.tour-package-area-start .blog-style5 .blog-content {
  height: 175px;
}

.tour-packages-slider.tour-package-area-start .blog-style5 .blog-date {
  font-weight: 600;
  padding: 0 30px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  margin-left: 10px;
}

/* Tour Packages New CSS End */


.whats-sets-us-apart {
  background-color: #f9f9f9;
  padding: 80px 40px;
}


.whats-sets-us-apart .sec-subtitle,
.whats-sets-us-apart .sec-title {
  text-align: center;
}

.whats-sets-us-apart .sec-title {
  font-size: 40px;
}


.whats-sets-us-apart p.tagline {
  font-size: 25px;
  font-weight: 600;
  color: #101010;
  text-align: center;
  margin-bottom: 30px;
}

.whats-sets-us-apart p {
  font-size: 18px;
  font-weight: 400;
  color: #101010;
  line-height: 26px;
  text-align: center;
  margin-bottom: 30px;
}

.whats-sets-us-apart .wcu-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-items: center;
  align-items: center;
}

.whats-sets-us-apart .wcu-icon {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 5px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whats-sets-us-apart .wcu-icon img {
  height: 50px;
  width: 50px;
}


.whats-sets-us-apart .wcu-card .wcu-content h5 {
  text-align: center;
  margin-top: 10px;
}


.activity-slider-section {
  /* background-color: #f9f9f9; */
  padding: 80px 40px;
}


.activity-slider-section .sec-subtitle,
.activity-slider-section .sec-title {
  text-align: center;
}

.activity-slider-section .sec-title {
  font-size: 40px;
  margin-bottom: 10px;
}


.activity-slider-section p.tagline {
  font-size: 25px;
  font-weight: 600;
  color: #101010;
  text-align: center;
  margin-bottom: 30px;
}

.activity-slider-section p {
  font-size: 18px;
  font-weight: 400;
  color: #101010;
  line-height: 26px;
  text-align: center;
  margin-bottom: 30px;
}

.activity-slider-section .swiper {
  width: 100%;
  height: auto;
  background-color: unset;
}

.activity-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  /* height: 300px; */
}

.activity-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bottom overlay */
.bottom-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* background: rgb(255 255 255 / 60%); */
  background: #d32f2fb0;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
}


.bottom-overlay h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 0px 0px;
  margin-bottom: 0px;
}

/* Arrow styling */
/* .swiper-button-prev,
.swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 15px;
  border-radius: 50%;
  top: 40%;
  transition: background 0.3s;
} */

.activity-slider-section .swiper-button-prev:hover,
.activity-slider-section .swiper-button-next:hover {
  background: #fff;
  border: 1px solid #d32f2f;
  color: #d32f2f;
}

/* Make sure arrows are visible on top */
.activity-slider-section .swiper-button-prev,
.activity-slider-section .swiper-button-next {
  z-index: 10;
  background-color: #d32f2f;
  height: 45px !important;
  width: 45px !important;
  border-radius: 50%;
  font-size: 18px !important;
  color: #fff;
  border: 1px solid transparent;
  padding: 10px;
  transition: all 0.3s ease-in;
  top: 45%;
}


.activity-slider-section .swiper-button-prev {
  left: 0px;
}


.activity-slider-section .swiper-button-next {
  right: 0px;
}


.activity-slider-section .swiper {
  --swiper-navigation-size: 19px;
}

.booking {
  background-image: url('../img/bg/sea-link.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
}


.booking .container {
  position: relative;
  left: -25%;
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
}

.booking h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  /* color: #000000; */
  margin-bottom: 5px;
  /* font-family: "Zain", sans-serif; */
  text-align: left;
}

.booking p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  /* color: #000; */
  /* font-family: "Raleway", sans-serif; */
  margin-bottom: 20px;
}

.booking input::placeholder,
textarea::placeholder {
  color: #101010 !important;
  font-size: 16px;
}

.booking .form-group {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.booking .form-group div {
  width: 50%;
}

.booking input,
select,
textarea,
button {
  width: 100%;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid transparent;
  font-size: 16px;
  margin: 10px 0px;
  background: rgb(241 245 249 / 70%);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(1px);
}

.booking textarea {
  height: 120px;
  resize: none;
  width: 100%;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid transparent;
  font-size: 16px;
  margin: 10px 0px;
  background: rgb(241 245 249 / 70%) !important;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37) !important;
  backdrop-filter: blur(1px) !important;
}

.booking button {
  background-color: #142d45;
  border: 1px solid transparent;
  color: white;
  /* border: none; */
  cursor: pointer;
  width: 100%;
  padding: 12px;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 10px;
}

.booking button:hover {
  background: rgb(241 245 249 / 70%);
  border: 1px solid #142d45;
  color: #142d45;
}

.booking-form {
  padding: 30px;
}


.header-btns.new a,
.header-btns.new button {
  line-height: 30px;
}


.footer-layout5.footer-new .widget_nav_menu .menu li {
  float: left;
  width: 100%;
}


.footer-layout5.footer-new .widget_nav_menu .menu li>a {
  padding-left: 30px;
}

.footer-layout5.footer-new .footer-widget.widget_nav_menu a i {
  position: absolute;
  font-size: 16px;
  left: 0px;
  top: 5px;
}


.bdm_footer_logo {
  width: 40px;
}


.footer-layout5.footer-new .main-footer_copyright {
  display: flex;
  gap: 10px;
}


.footer-layout5.footer-new .copyright-wrap {
  text-align: center;
  padding: 10px 10px;
  position: relative;
  z-index: 2;
  border-top: 1px solid transparent;
  background: #142d45;
  border-radius: 10px;
  color: #fff;
}


.footer-layout5.footer-new {
  padding-bottom: 10px;
}



/* About Us Inner CSS Start */


.about-inner {
  padding: 80px 0px;
}


.about-inner .title-area {
  text-align: center;
}


.about-inner .title-area p.tagline {
  font-size: 25px;
  font-weight: 600;
  color: #101010;
  text-align: center;
  margin-bottom: 30px;
}


.about-inner p {
  color: #101010;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
}

/* About Us Inner CSS End */


/* Contact Us CSS Start */


.contact-top {
  margin-top: 80px;
  padding: 0px 80px;
}


.contact-top .location-card {
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 20px 20px;
  height: 360px;
}


.contact-top .location-card .location-icon img {
  height: 75px;
  width: 75px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  padding: 5px;
}


.contact-top .location-card .location-heading h4 {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 20px;
}


.contact-top .location-card .location-heading .separator1 {
  border: 2px solid #c3602f;
  position: relative;
  width: 14px;
  margin: 10px auto 0px;
  margin-left: 2px;
  /* margin-bottom: 10px; */
  top: -12px;
}


.contact-top .location-card .location-heading .separator1::before {
  content: '';
  position: absolute;
  width: 50px;
  border: 2px solid #c3c3c3;
  right: -56px;
  top: -2px;
}


.contact-top .location-card .location-details ul {
  list-style-type: none;
  padding-left: 5px;
  margin-top: 10px;
}


.contact-top .location-card .location-details .address-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}




.contact-top .location-card .location-details .address-card i {
  font-size: 20px;
  font-weight: bold;
  color: #101010;
  margin-top: 5px;
}


.contact-top .location-card .location-details .address-card p a {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #101010;
}


.contact-form .sec-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #101010;
  text-align: justify;
  width: 90%;
  margin: 0px;
}


/* Contact Us CSS End */