/* h1, h2, h3, h4, h5, h6 {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}



p, span, li, a{
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}  */

/* .merriweather-<uniquifier> {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.abril-fatface-regular {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
} */
@import url("https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.khand-light {
  font-family: "Khand", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.khand-regular {
  font-family: "Khand", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.khand-medium {
  font-family: "Khand", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.khand-semibold {
  font-family: "Khand", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.khand-bold {
  font-family: "Khand", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.rozha-one-regular {
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;
}

.outfit-regular {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-weight: 800;
  font-style: normal;
}

p,
span,
li,
a {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-weight: 300;
  font-style: normal;
} */

/* Header CSS Start */

.topbar-one.header-new {
  position: relative;
  background: rgb(70, 26, 145);
  background: linear-gradient(
    90deg,
    rgba(70, 26, 145, 1) 0%,
    rgba(254, 0, 171, 1) 100%
  );
  z-index: 1;
}

.main-header {
  width: 100%;
  /* background-color: #fff; */
  z-index: 100;
  position: relative;
}

.main-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
  width: 100%;
  background-color: #fff; /* Match your design */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.main-menu.new .main-menu__list > li > a {
  font-size: 14px;
}

.header-new.topbar-one::after {
  background-color: #172f84;
}

.header-new .topbar-one__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 500px);
  padding-right: 35px;
}

.topbar-one.header-new.topbar-one::after {
  content: "";
  width: calc(100% - 500px) !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #551793;
  z-index: -1;
  border-radius: 0 0 10px 0;
}

.topbar-one.header-new .topbar-one__right {
  max-width: unset;
}
/* Header CSS End */

/* Footer CSS Start */

.footer-three.footer-new {
  position: relative;
  /* background: rgb(70,26,145);
    background: linear-gradient(90deg, rgba(70,26,145,1) 0%, rgba(254,0,171,1) 100%); */
  background: rgb(70, 26, 145);
  background: linear-gradient(
    90deg,
    rgba(70, 26, 145, 1) 0%,
    rgba(254, 0, 171, 1) 100%
  );
}

.footer-new .footer-three__contact__list li a:hover {
  color: #f9f871;
}

.footer-new .footer-three__contact__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px 30px;
}

.footer-new .footer-three__contact__list li {
  width: 220px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.79;
  /* text-transform: capitalize; */
  /* color: var(--trevlo-gray2); */
  color: #ffffff;
}
.footer-new ul.footer-widget__links {
  column-count: 2;
}

/* Footer CSS End */

/* About Us Section CSS Start */

/* .about_us_sec .sec-title__title, .sec-title__heading {
  font-weight: 700;
  font-size: 35px;
} */

/* .about_us_sec .about-one__content__text {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 40px;
  color: #101010;
  text-align: justify;
} */

.about_us_sec .about-one__box__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  min-width: 170px;
}

.about_us_sec .about-one__box__text {
  font-size: 16px;
  font-weight: 500;
  color: #101010;
  line-height: 24px;
  padding: 4px 0 5px 35px;
  margin: 0 0 0 42px;
  border-left: 1px solid #101010;
  /* border-left: 1px solid var(--trevlo-white3, #EBE6DE); */
}

.about_us_sec.about-one {
  margin-top: -150px;
}

/* About Us Section CSS End */

/* Why Choose Us Section CSS Start */

.wcu_sec .sec-title__title,
.sec-title__heading {
  font-size: 40px;
  font-weight: 600;
}

.wcu_sec .benefit-one__content__text {
  margin: 0 0 25px;
  color: #101010;
  font-size: 18px;
  text-align: justify;
  font-weight: 500;
}

.wcu_sec .benefit-one__counter {
  color: #fff;
  position: relative;
  min-height: 54px;
  padding: 0px 0 0 400px;
  z-index: 2;
}

.wcu_sec .benefit-one__counter__icon {
  width: 54px;
  height: 54px;
  background-color: var(--trevlo-base, #ff5956);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: absolute;
  left: 325px;
  top: 10px;
  overflow: hidden;
  font-size: 30px;
  color: var(--trevlo-white, #ffffff);
  border: 1px solid #fff;
}

.wcu_sec .benefit-one__counter__title {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.wcu_sec .benefit-one__counter__number {
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: 40px;
  color: #fff;
}

.wcu_sec .benefit-one__bg {
  position: absolute;
  right: 0;
  top: 1px;
  width: 41.4%;
  height: 85%;
  content: "";
  background-color: #651696;
  border-radius: 0 0 0 30px;
}

/* Why Choose Us Section CSS End */

/* Ready to Travel CSS Start */

.ready_to_travel_sec .sec-title__tagline {
  color: #fff;
}

.ready_to_travel_sec .why-choose-one__box__icon {
  color: #fff;
}

/* Ready to Travel CSS End */

/* Banner Section CSS Start */

/* .banner-section {
  width: 100%;
  height: 100vh;
  position: relative;
}

.banner-section .parallax-slider {
  width: 100%;
  height: 100%;
} */

.banner-section {
  width: 100%;
  aspect-ratio: 16 / 9; /* Responsive 16:9 layout */
  position: relative;
  overflow: hidden;
}

.banner-section .parallax-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.banner-section .swiper-horizontal > .swiper-pagination-bullets,
.banner-section .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner-section .swiper-pagination-custom,
.swiper-pagination-fraction {
  display: none;
}

/* .banner-section .parallax-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
} */

/* .banner-section  .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-section  .slide-bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */

.banner-section .swiper-slide {
  width: 100%;
  height: 74%;
  position: relative;
}

.banner-section .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-position: center center; */
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-size: cover;
  object-position: center;
  /* background-color: #000; */
}

.banner-section .swiper-button-next,
.banner-section .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  top: 38%;
  transform: translateY(-50%);
}

.banner-section .swiper-button-next::after,
.banner-section .swiper-button-prev::after {
  font-size: 18px;
}

.banner-section .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}

.banner-section .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.destination-one__offer .trevlo-btn:hover {
  background-color: #000;
  color: #fff;
}

/* Banner Section CSS End */

/* New Loader CSS Start */

.preloader .loader {
  width: 6em;
  height: 6em;
}

.preloader .loader-ring {
  animation: ringA 2s linear infinite;
}

.preloader .loader-ring-a {
  stroke: #9708f4;
}

.preloader .loader-ring-b {
  animation-name: ringB;
  stroke: #5e14e4;
}

.preloader .loader-ring-c {
  animation-name: ringC;
  stroke: #9708f4;
}

.preloader .loader-ring-d {
  animation-name: ringD;
  stroke: #5e14e4;
}

@keyframes ringA {
  from,
  4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }

  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }

  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }

  40%,
  54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }

  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }

  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }

  90%,
  to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}

@keyframes ringB {
  from,
  12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }

  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }

  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }

  48%,
  62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }

  98%,
  to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}

@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  36%,
  58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  94%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

@keyframes ringD {
  from,
  8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  44%,
  50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  86%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

/* New Loader CSS End */

/* Religious Tours Section CSS Start */

.religious-tours {
  padding: 80px 0;
  background-color: #f9f9f9;
  margin-bottom: 130px;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-weight: bold;
}
.religious-tours .points {
  /* gap: 158px; */
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-weight: bold;
  margin-top: 25px;
}

/* .religious-img-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.main-image {
  width: 100%;
  border-radius: 30px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px,
              rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.small-image {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 180px;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px,
              rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
} */

/* Right Content Styling */
.religious-tours .small-heading {
  font-size: 1rem;
  color: #a97b00;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-align: center;
}

.religious-tours .heading {
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #691798;
  /* margin-bottom: 1.5rem;
  line-height: 1.4; */
}

.religious-tours .description {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  color: #17438f;
  /* margin-bottom: 1.5rem;
  line-height: 1.4; */
}
/* .highlight-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
  padding: 0;
  list-style: none;
} */

.religious-tours ul.highlight-points {
  margin-top: 15px;
  list-style: none;
  padding-left: 5px;
  column-count: 2;
}

.religious-tours .highlight-points li {
  position: relative;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-weight: bold;
  padding-left: 25px;
  font-size: 18px;
  color: #101010;
  font-weight: 500;
}

.religious-tours.services .highlight-points li {
  position: relative;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-weight: bold;
  padding-left: 25px;
  font-size: 16px;
  color: #101010;
  font-weight: 500;
}

.religious-tours.services .highlight-points li {
  display: flex;
  /* align-items: center; */
  gap: 10px;
  /* justify-content: center; */
  /* position: relative; */
  /* font-family: var(--trevlo-font, "DM Sans", sans-serif); */
  /* font-weight: bold; */
  /* padding-left: 25px; */
  font-size: 16px;
  color: #101010;
  font-weight: 500;
  padding: 10px 5px;
}

.religious-tours.services .highlight-points li i.fas.fa-long-arrow-alt-right {
  font-size: 22px;
  color: #174993;
  margin-top: 5px;
}
.religious-tours .religious-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.religious-tours .religious-img img {
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* Religious Tours Section CSS End */

/* Wildlife Safari Section CSS Start */

/* .wildlife-safari-section {
  padding: 80px 20px;
} */

section.wildlife-safari-section {
  margin-top: -202px;
  padding: 100px 0px;
  /* height: 700px; */
  background-image: url(../images/bg/texture.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.wildlife-safari-section .sec-title__title,
.sec-title__heading {
  color: #610a8a;
}

.wildlife-safari-section .safari-top {
  text-align: center;
}

.safari-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.points-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
  flex: 1;
}

.safari-image {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}
.safari-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.point {
  display: flex;
  gap: 10px;
  /* justify-content: center; */
  align-items: center;
  color: #101010;
  font-size: 18px;
  font-weight: bold;
  /* background-color: #ffffff; */
  padding: 10px 10px;
  border-radius: 10px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  /* font-weight: 500; */
  text-align: center;
}

.points-group.right {
  margin-left: 30px;
}

.wildlife-safari-section h6.sec-title__title.desc {
  font-size: 30px;
  font-weight: 600;
  color: #17438f;
}

section.wildlife-safari-section .safari-icon {
  height: 50px;
  width: 50px;
  /* margin-right: 10px; */
}

/* Wildlife Safari Section CSS End */

/* Header Scrolling Text CSS Start */

/* .scrolling-text-container {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  white-space: nowrap;
  position: relative;
}



.scrolling-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 20s linear infinite;
  font-size: 17px;
  color: #fff;
  font-weight: 600; 
}

@keyframes scroll-left {
  0% {
      transform: translateX(0%);
  }
  100% {
      transform: translateX(-100%);
  }
} */

.scrolling-text-container {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  /* background-color: #000;  */
  white-space: nowrap;
  position: relative;
}

.scrolling-text-wrapper {
  display: flex;
  width: max-content;
  animation: scroll-left 25s linear infinite;
}

.scrolling-text {
  display: flex;
}

.scrolling-text span {
  font-size: 18px;
  color: #fff;
  margin-right: 50px;
  white-space: nowrap;
  font-family: "Khand", sans-serif;
  font-weight: 600;
  font-style: normal;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Header Scrolling Text CSS End */

/* New About Us CSS Start */

/* .container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
} */

/* section.wildlife-safari-section {
  margin-top: -202px;
  padding: 100px 0px;
  background-image: url(../images/bg/texture.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
} */

.about-section {
  padding: 80px 0px;
  margin-top: -198px;
  /* background: #dadada; */
  background-image: url(../images/bg/1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* text-align: center; */
}

p.about-one__content__text {
  text-align: center;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.about-left img.rounded-img {
  width: 100%;
  max-width: 400px;
  border-radius: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.about-right {
  flex: 1;
  min-width: 300px;
}

.about-right h2 {
  font-size: 2rem;
  color: #222;
}

.about-right h2 span {
  color: #e63946;
}

.about-right p {
  font-size: 1.1rem;
  margin: 20px 0;
}

.read-more-btn {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 18px;
  background-color: #e63946;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s ease;
}

.read-more-btn:hover {
  background-color: #c71f2d;
}
*/

/* Stats grid */
.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
}

.about-feature {
  background: white;
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.about-feature h3 {
  font-size: 2rem;
  color: #e63946;
  margin: 0;
}

.about-feature p {
  margin-top: 8px;
  font-size: 0.95rem;
}

.about_us_sec .sec-title {
  margin-bottom: 26px;
}

.about_us_sec .sec-title__title.desc {
  font-weight: 700;
  font-size: 24px;
  color: #17438f;
}

.about_us_sec .sec-title__title,
.sec-title__heading {
  font-weight: 700;
  font-size: 35px;
  color: #691798;
}

.about_us_sec .about-one__content__text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -10px;
  /* margin: 0 0 40px; */
  color: #101010;
  text-align: center;
}

.about_us_sec .about-one__counter {
  position: absolute;
  z-index: 2;
  left: -45px;
  bottom: -100px;
  width: 165px;
  height: 165px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.about_us_sec ul.highlight-list {
  list-style: none;
  padding-left: 0px;
  column-count: 3;
}

.about_us_sec ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #101010;
  padding: 10px 20px;
  /* margin: 15px 0px; */
}

.about_us_sec .highlight-list .about-icon {
  height: 40px;
  width: 40px;
  padding: 2px;
  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;
}

.about_us_sec .aboutlist-index {
  margin-top: 50px;
}

.about_us_sec.about-one__content .trevlo-btn {
  margin-top: 30px;
  margin-bottom: 10px;
}
/* New About Us CSS Start */

/* Special Offer Section CSS Start */

.offer-one.special-offer-sec .sec-title__title,
.offer-one.special-offer-sec .sec-title__heading {
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  color: #fff;
  margin-left: 4px;
  margin-bottom: -15px;
  margin-top: 15px;
}

/* Special Offer Section CSS End */

.page-header__bg.about {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../images/inner_banner/about-us.png);
  opacity: 40;
}

.page-header__bg.tourismpartner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../images/inner_banner/tourismpartners.png);
  opacity: 40;
}

.page-header.about-us {
  padding: 35px 0 130px;
}

.page-header.wiildlife-tour {
  padding: 35px 0 130px;
}

.page-header__bg.wildlife {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../images/inner_banner/wildlife.png);
  opacity: 40;
}

.page-header__bg.spiritual {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../images/inner_banner/spiritualtour.png);
  opacity: 40;
}
.page-header__bg.international {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../images/inner_banner/internationaltours.png);
  opacity: 0.4;
}
.page-header__bg.domestic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../images/inner_banner/domestictours.png);
  opacity: 30.4;
}
.page-header__bg.contact-us {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../images/inner_banner/contactus.png);
  opacity: 0.4;
}
.page-header__bg.tourismpartners {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../images/inner_banner/tourismpartners.png);
  opacity: 0.4;
}
.special_features .feature-two__inner {
  padding: 60px 64px 60px;
  border-radius: 0px;
}

.special_features .feature-two__inner::after {
  border-radius: 0px;
}

.about-three.inner .about-three__content__text {
  font-size: 16px;
  text-align: justify;
  font-weight: 800;
  margin: 0 0 30px;
}

.about-three.inner h2.sec-title__title {
  font-family: "Poppins";
  color: #0096b5;
}

.wild_inner .about-five__text {
  width: 100%;
  color: #101010;
  text-align: justify;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.75;
  text-align: justify;
}

.wild_inner .about-five__list li {
  width: 38%;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #101010;
  /* color: var(--trevlo-black2); */
  line-height: 1.78;
  text-transform: capitalize;
}

.wild_inner .about-five__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 45px;
  gap: 7px 30px;
  column-count: 3;
}

.wild-slider .tour-listing-two__card-show-title-box {
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: unset;
  gap: 0px;
}

.wild-slider .tour-listing__card-title a.title {
  font-size: 22px;
  font-weight: bold;
}

.wild-slider .tour-listing__card-title a.place {
  font-size: 20px;
  font-weight: 500;
}

.wild-slider .tour-listing-two__card-show-content {
  padding: 20px 20px;
}

.wild-slider .tour-listing-two__card:hover .tour-listing__card-title a {
  font-weight: 600;
  font-size: 17px;
  color: #491991;
}

.wild-slider .tour-listing-two__card-hover-content .tour-listing__card-text {
  font-weight: 500;
  color: #101010;
}

.wild-slider .trevlo-owl__carousel--with-shadow .owl-stage-outer {
  overflow: hidden;
}

.wild-slider .owl-carousel .owl-stage-outer {
  position: unset;
  overflow: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
}

.wild-slider .trevlo-owl__carousel--with-shadow .owl-item {
  opacity: 1;
  visibility: visible;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.tour-listing-two--home-three.wild-slider {
  position: relative;
  padding-top: 0;
  padding: 80px 0px;
}

.safari-inner p.safari-text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #101010;
}

.safari-inner ul {
  list-style: none;
  padding-left: 0px;
}

/* .safari-inner ul li {
  display: inline-block;
  gap: 15px;
  align-items: center;
  font-size: 17px;
  color: #101010;
  font-weight: 500;
} */

.safari-inner .safari-info p {
  display: inline-block;
  gap: 15px;
  align-items: center;
  font-size: 17px;
  color: #101010;
  font-weight: 500;
}
.safari-inner .jeep-safari {
  display: flex;
  /* align-items: center; */
}

.safari-inner .safari-icon {
  height: 40px;
  width: 40px;
  margin-right: 16px;
}

.safari-types .owl-prev,
.safari-types .owl-next {
  display: block;
}

.safari-types .owl-prev.one,
.safari-types .owl-next.two {
  display: none;
}

.comon-ab3align {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.algnment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.figureAlignment {
  display: flex;
  height: 102px;
  justify-content: center;
}

/* .col.alignMent {
  display: flex;
  justify-content: center;
} */
h2.sec-title__title.text-center.populardes {
  margin-bottom: 51px;
}

.imageOfTour {
  height: 80px;
  width: 80px;
  background: #fff;
  padding: 10px;
  border-radius: 20%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.destination {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  position: relative;
}

.destination::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #000;
  width: 240px;
  top: 0px;
  bottom: 0px;
}
.destination img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  object-fit: cover;
}
.destination span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.container-topdestination {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  margin: 60px 120px;
  /* margin-top: 15px; */
}

.page-header.wiildlife-tour .container {
  position: relative;
  top: 60px;
  z-index: 11;
}

.footer-three.footer-new .footer-three__contact__list li a {
  color: inherit;

  width: 275px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.79;
  color: rgb(255, 255, 255);
  gap: 15px;
}

.footer-three.footer-new .footer-widget__links a {
  /* color: var(--trevlo-gray2); */
  /* color: #e4d9d9; */
  color: #fff;
  font-weight: 500;
}

/* Initially hide the icons */
.phone-button,
.whatsapp-button,
.instagram-button,
.facebook-button,
.linkedin-button,
.twitter-button {
  opacity: 0;
  transition: opacity 0.3s ease;
  /* Smooth transition */
}

/* When the "visible" class is added, show the icons */
.phone-button.visible,
.whatsapp-button.visible,
.instagram-button.visible,
.facebook-button.visible,
.linkedin-button.visible,
.twitter-button.visible {
  opacity: 1;
}

.about-map {
  display: flex; /* Change from inline-block to flex */
  gap: 50px;
  flex-direction: column; /* Align items vertically */
  justify-content: center; /* Center items vertically */
  align-items: center; /* Center items horizontally */
  position: relative;
}

.about-map img {
  height: auto;
  margin-left: 0px;
}

.about-map h6 {
  margin-top: 30px;
  font-size: 18px;
  margin-left: 60px;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom {
  position: relative;
  display: inline-block;
}

.easyzoom img {
  display: block;
  max-width: 100%;
}

.easyzoom--adjacent .easyzoom-pane {
  position: absolute;
  top: 0;
  right: 100%;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.8);
  width: 200px; /* Adjust based on your preference */
  height: 200px; /* Adjust based on your preference */
}

section.destination-four.section-space.safari-types {
  background: aliceblue;
  margin-top: 80px;
}

.navigation__List {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #000;
  background: rgb(239 236 243 / 65%);
  padding: 10px 30px;
  /* border-radius: 30px; */
  z-index: 10;
  width: 100%;
  border-radius: 0px 0px 20px 20px;
}

.destination-four__card:hover .navigation__List {
  color: #fff;
  background: #581794;
}

.about-mission .jeep-about-mission {
  display: flex;
  /* align-items: center; */
}
.about-mission .about-mission-info p {
  display: inline-block;
  gap: 15px;
  align-items: center;
  font-size: 17px;
  color: #101010;
  font-weight: 500;
}

p,
span,
li,
a {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-weight: 300;
  font-style: normal;
  /* color: #fff; */
}
.about-mission .about-mission-icon {
  height: 80px;
  width: 80px;
  margin-right: 10px;
}

.about-three .about-five__text {
  color: #101010;
  text-align: justify;
  font-size: 16px;
  margin-bottom: 27px;
  font-weight: 400;
  line-height: 1.75;
}

.religious-tours .highlight-points li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: #d4af37;
  font-weight: bold;
}
.religious-tours.services .highlight-points li::before {
  position: unset;
  content: unset;
}
.religious-tours.services ul.highlight-points {
  margin-top: 15px;
  list-style: none;
  padding-left: 5px;
  column-count: 1;
}
.religious-tours.services {
  padding: 50px 0;
  background-color: #f9f9f9;
  margin-bottom: 50px;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-weight: bold;
}

.religious-tours.services .sec-title__title,
.sec-title__heading {
  font-size: var(--trevlo-size-8xl, 40px);
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center;
}

.about-mission .sec-title__tagline {
  text-align: center;
}

.about-mission .sec-title__title,
.sec-title__heading {
  font-size: var(--trevlo-size-8xl, 40px);
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center;
}

.about-mission .jeep-about-mission {
  display: flex;
  gap: 40px;
  justify-content: center;
  /* align-items: center; */
  margin-bottom: 50px;
}

.about-mission strong {
  font-size: 18px;
  font-weight: bold;
  color: #6230aa;
}

.about-mission .about-five__text {
  margin-bottom: 27px;
  font-weight: 400;
  line-height: 1.75;
  color: #101010;
  font-size: 16px;
}

p.about-five__text.heading.domestic {
  font-size: 23px;
  font-weight: bold;
  color: #6811a1;
  margin-bottom: -20px;
  text-align: left;
}

.wild_inner .tour-packages {
  font-size: 18px;
  font-weight: bold;
  color: #6811a1;
  font-family: "Rozha One", serif;
}

.wild_inner .tour-packages.placename {
  font-size: 18px;
  font-weight: 400;
  color: #6811a1;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
}

p.about-five__text.heading {
  font-size: 30px;
  font-weight: bold;
  color: #29951a;
  text-align: center;
  font-family: "Rozha One", serif;
  margin-bottom: 10px;
}

.approach .product-details__description-list li span {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-primary, #2d2330);
  line-height: 1.4;
  font-weight: 500;
}

.Experiences {
  color: #000;
}

/* 0 */

.Experiences .sec-title__tagline {
  color: var(--trevlo-base, #ff5956);
}

.Experiences p {
  color: #101010;
}

/* .about-five__text {
  margin-bottom: 27px;
  font-weight: 400;
  line-height: 1.75;
  color: #101010;
} */

.about-five.section-space.wild_inner.international p.about-five__text.heading {
  font-size: 35px;
  font-weight: bold;
  color: #6811a1;
  text-align: left;
  font-family: "Rozha One", serif;
  margin-bottom: 10px;
}

.about-five.section-space.wild_inner.international .about-map img {
  height: 550px;
  margin-top: 40px;
}

.about-three.inner span.mean {
  font-size: 17px;
  /* letter-spacing: 1px; */
  font-weight: 600;
  /* font-family: poppins; */
  color: #621796;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  /* font-style: italic; */
}

.about-three.inner span.meanhindi {
  font-size: 22px;
  /* letter-spacing: 1px; */
  font-weight: 600;
  /* font-family: poppins; */
  color: #621796;
  font-family: "Khand", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.about-three.inner span.meanhindititle {
  font-size: 40px;
  /* letter-spacing: 1px; */
  font-weight: 600;
  /* font-family: poppins; */
  color: #0096b5;
  font-family: "Khand", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.about-mission strong {
  font-size: 24px;
  /* font-weight: bold; */
  color: #7a59e5;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

.about-three.inner b,
strong {
  font-weight: bolder;
  color: #0096b5;
}

.product-details__description.approach img.wcu._icon {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.product-details__description.approach li {
  display: flex;
  align-items: center;
  padding: 5px;
  /* justify-content: center; */
}

.product-details__description img.wcu._icon {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.product-details__description .product-details__description-title {
  font-size: var(--trevlo-size-7xl, 30px);
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 0;
  color: #621796;
}

.about-five.section-space.wild_inner h4 {
  font-size: 27px;
  color: #17438f;
  font-weight: 700;
  font-family: Outfit;
}

.about-five.section-space.wild_inner h3 {
  font-size: 27px;
  color: #17438f;
  font-weight: 700;
  font-family: Outfit;
  margin-bottom: 20px;
}

.about-five.section-space.wild_inner ul.safari-list {
  list-style: none;
  padding-left: 0px;
  margin-top: 0px;
}

.about-five.section-space.wild_inner ul.safari-list li {
  font-size: 16px;
  font-weight: 500;
  color: #101010;
  padding: 5px 0px;
}

.about-five__text-specialize {
  color: #610a8a;
  font-weight: bold;
  /* border-bottom: #610a8a 1px solid; */
  position: relative;
}

.about-five__text-specialize::after {
  position: absolute;
  border-bottom: 1px solid #610a8a;
  bottom: 5px;
  width: 300px;
  left: 0px;
}

.about-five__text-resort {
  color: #610a8a;
  font-weight: bold;
  /* border-bottom: #610a8a 1px solid; */
  position: relative;
  /* margin-bottom: -30px; */
}

img.wildlife-photographer {
  width: 550px;
  height: auto;
}

.wild_inner .sec-title.sec-title--two.text-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wild-inner span.wild-line {
  color: #101010;
  /* margin-bottom: -11px; */
  font-size: 16px;
  font-weight: 500;
}

.sec-title__tagline.internation {
  color: #ef6636;
}

.nextpara {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 120px;
  margin-right: 40px;
}

.strongBold {
  color: #000;
  font-weight: bold;
}

p.fs-5.fw-bold.forestName {
  color: #01040a;
}

.strongBoldpink {
  color: #7030a0;
  font-weight: bold;
}

.paraofWildlife {
  color: rgb(16, 16, 16);
  text-align: justify;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.75;
  width: 106%;
}

img.japan {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

p.about-five__text.heading.Embark {
  color: #621796;
  /* color: #621796; */
  text-align: left;
}

/* Center the heading */
.product-details__description-title {
  text-align: center;
  display: block;
  width: 100%;
}

/* Make UL into two columns */
/* .two-column-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 10px; 
  padding: 0;
  list-style: none;
} */

/* Ensure list items are formatted well */
/* .two-column-list li {
  display: flex;
  align-items: center;
  gap: 8px;
} */

/* ul.product-details__description-list.two-column-list {
  margin-left: 40px;
  margin: 45px 40px 100px 80px;
} */
ul.product-details__description-list.two-column-list {
  margin: 30px 30px 0px 20px;
  text-align: justify;
  /* margin-top: 30px; */
  /* column-count: 2; */
}
strong.spiritualStr {
  color: black;
  font-weight: 800;
  text-align: left;
  font-size: 15px;
}

.product-details__description.wcu.us .product-details__description-list li i {
  font-size: 20px;
  color: var(--trevlo-base, #ff5956);
  margin-right: 0px;
  margin-top: 3px;
  margin-top: 13x;
  font-weight: 600;
}

li.spirit_li_color {
  color: black;
}

.tab-onespiritual {
  position: relative;
  background-color: #0a020c;
  padding: 10px 0 10px;
}

h2.sec-title__title.spiritual {
  color: black;
}
.spiritual {
  color: #000;
}

.about-three.inner b,
strong {
  font-weight: bolder;
  color: #000;
}

.about-five.section-space.safari-inner {
  padding-top: 0px;
}

/* h2.page-header__title.wow.animated.fadeInLeft.animated {
  color: black;
} */

.trevlo-breadcrumb li {
  color: #fff;
}

.about-three.inner.partners h2.sec-title__title {
  font-family: "Poppins";
  color: #0096b5;
  font-size: 27px;
}

.join-us-sec .join-us h3 {
  font-size: 30px;
  text-align: left;
  color: #601694;
  font-weight: bold;
  position: relative;
  /* border-bottom: 1px dashed #601694; */
  /* width: 203px; */
}

.join-us-sec .join-us h3::before {
  content: "";
  border-bottom: 1px solid #000000;
  width: 369px;
  position: absolute;
  bottom: -5px;
  left: 34%;
  transform: translate(-50%, -50%);
}

section.join-us-sec {
  /* padding: 29px 0px; */
  text-align: center;
  padding-bottom: 40px;
}

.join-us-sec .join-us p {
  color: #101010;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
}

.join-us-sec .join-us .contact-details h3 {
  font-size: 24px;
  text-align: left;
  color: #601694;
  font-weight: bold;
  position: relative;

  /* border-bottom: 1px dashed #601694; */
  /* width: 203px; */
}

.join-us-sec .join-us .contact-details h3::before {
  content: "";
  border-bottom: 1px solid #000000;
  width: 160px;
  position: absolute;
  bottom: -4px;
  left: 80px;
  /* transform: translate(-50%, -50%); */
}

.join-us-sec .join-us .contact-details ul {
  list-style: none;
  padding-left: 0px;
}

.join-us-sec .join-us .contact-details ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: left;
  font-size: 16px;
  font-weight: 500;
  color: #101010;
  padding: 5px;
}

.headinaboutfive {
  margin-top: 30px;
  color: rgb(97, 10, 138);
  font-weight: bold;
  position: relative;
}
.wild-line {
  color: #000;
}

.we-are-expert {
  color: #000;
  font-weight: 800;
}

span.kashtokanya {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-weight: bolder;
  font-style: normal;
  font-size: 18px;
  color: #6c259c;
}

.row.gutter-y-50.spiritual {
  margin-bottom: -300px;
}

.about-map.spiritual img {
  height: 300px;
  width: auto;
}

/* .tour-listing-two.tour-listing-two--home-three.wild-slider.spititual-destination {
  padding: 280px 0;
} */

.tab-onespiritual {
  position: relative;
  background-color: #faf5ee;
  padding: 70px 0 70px;
}

.spiritual {
  color: #000;
}

.tab-onespiritual .tab-one__content {
  padding: 20px;
  /* padding-left: 30px; */
}

h4.tab-one__content__title.spiritual {
  font-size: 25px;
  margin-bottom: 10px;
}

.tab-one__content__list li {
  display: flex;
  align-items: center;
  float: left;
  width: 50%;
  color: black;
}

.tab-onespiritual .tab-one__list li + li {
  margin-top: 40px;
}

.spiritualhead {
  color: #000;
  text-align: center;
}

/* Contact Us Page CSS Start */

/* Full-page background */
.contact-us .contact-page {
  background: url(../images/bg/seashore.png) no-repeat center center / cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 50px 200px 50px;
  margin-bottom: 0px;
}

/* Card Styling */
.contact-us .contact-card {
  /* background: rgba(255, 255, 255, 0.9); */
  border-radius: 8px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  border-radius: 10px;
  height: 150px;
  /* border: 1px solid rgba(255, 255, 255, 0.18); */
}
/* .contact-us .contact-card:hover {
  transform: translateY(-5px);
} */

/* Contact Form */
.contact-us .contact-form {
  /* background: rgba(255, 255, 255, 0.9); */
  padding: 20px;
  border-radius: 8px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

/* Company Details */
/* .contact-us .company-details {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
} */

.contact-us .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  /* color: var(--bs-card-title-color); */
  color: #5a02ad;
}

.contact-us h5.contact-heading {
  font-size: 25px;
  font-weight: bold;
  color: #161ab9;
}

.contact-us p.contact-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.contact-form .form-one__input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 60px;
  /* background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18); */
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  /* background-color: var(--trevlo-white2, #faf5ee); */
  padding: 20px 30px 20px 30px;
  border-radius: 6px;
  /* color: #000; */
}

.contact-form .contact-page__form .form-one__btn-box {
  text-align: left;
}

.contact-form .sec-title__title,
.sec-title__heading {
  font-size: 31px;
  margin-bottom: 45px;
  margin-left: 03px;
}

.about-five.section-space.wild_inner h3 {
  font-size: 22px;
}

h5.headinaboutfive {
  font-size: 18px;
}

.wild_inner .about-five__text {
  font-size: 15px;
}

img.gandol-ride-img {
  height: auto;
  width: 122%;
}

img.wildlife-photographer {
  width: 122%;
  margin-left: -16px;
  height: auto;
  /* margin-right: 11px; */
  margin-top: 50px;
}

.wcu_sec .benefit-one__content__text {
  font-size: 15px;
}
.aboutcenter.about-three .about-five__text {
  font-size: 15px;
}

h2.sec-title__title.gandola {
  font-size: 31px;
}

.contact-us .company-details {
  /* margin: 26px 20px 20px 20px; */
  padding: 30px;
  /* background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px); */
  border-radius: 10px;
}

.contact-form input::placeholder,
textarea::placeholder {
  color: #101010;
  opacity: 1;
}

.company-details h4 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #2641c5;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
}
.company-details h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #101010;
}

.company-details .location-card {
  height: 250px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* justify-content: center; */
  align-items: center;
  text-align: center;
  padding: 25px;
  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;
}
.company-details .location-card p {
  font-size: 16px;
  font-weight: 600;
  color: #101010;
  width: 100%;
  text-align: center;
}
.company-details .location-text p.contact-us {
  margin-bottom: 0px;
}

.company-details .location-card ul {
  list-style: none;
  padding-left: 0px;
}

.company-details .location-card ul li {
  font-size: 16px;
  font-weight: 600;
  color: #101010;
  width: 100%;
  text-align: center;
}

.location-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 210px;
}

.location-icon {
  /* font-size: 34px; */
  /* margin-top: -4px; */
  /* width: 40px; */
  /* height: 40px; */
  /* padding: 15px; */
  /* background-color: white; */
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
}
.location-icon i {
  color: #d32f2f;
  font-size: 30px;
}

.contact-us .contact-map {
  margin-top: 60px;
}

/* Contact Us Page CSS End */

/* .product-details__description-list li {
  font-size: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
} */

.product-details__description-list i {
  margin-right: 10px;
  font-size: 18px;
}

.product-details__description {
  color: black;
}

.product-details__description-content.wcu_about .desc_list {
  display: flex;
  gap: 10px;
}

.product-details__description-content.wcu_about .desc_list p {
  color: #101010;
  font-size: 16px;
  font-weight: 500;
}

.product-details__description-content.wcu_about {
  border-bottom: unset;
}

.wcu {
  padding-bottom: 60px;
}

.aboutcenter.about-three .about-five__text {
  color: #101010;
  text-align: center;
  font-size: 18px;
  margin-bottom: 27px;
  font-weight: 400;
  line-height: 1.75;
}

.aboutcenter .about-three__content {
  position: relative;
  text-align: center;
}

.logo-img img {
  /* height: 250px; */
  width: 110%;
  /* margin-top: 39px; */
  margin-left: 96px;
}

.logo-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutcenter.about-three .logo-content .about-five__text {
  text-align: left;
}

.embark .headonefor-title {
  font-size: 27px;
  color: #17438f;
  font-weight: 700;
  font-family: Outfit;
  margin-bottom: 20px;
}
.wild_inner.spiritual p.about-five__text.headonefor-title {
  font-size: 25px;
  color: #17438f;
  font-weight: 700;
  font-family: Outfit;
  text-align: center;
  margin-bottom: 20px;
}

.embark {
  text-align: center;
  margin-top: 10px;
}

.wild_inner.spiritual .about-five__text {
  width: 100%;
  color: #101010;
  text-align: justify;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

.headonefor-title-dom {
  font-size: 20px;
  color: #17438f;
  font-weight: 700;
  font-family: Outfit;
  margin-bottom: 20px;
}

.about-maptaj img {
  height: 492px;
  /* height: 550px; */
  width: auto;
  margin-left: 55px;
}

p.headonefor-title {
  font-size: 24px;
  color: #17438f;
  font-weight: 700;
  font-family: Outfit;
  margin-bottom: 20px;
}

.about-map.world h2 {
  font-size: 30px;
  font-weight: 600;
  color: #101010;
  text-align: center;
  /* margin: auto; */
  margin-left: 0px;
}

.about-five.section-space.wild_inner.international .about-map.world img {
  height: auto;
  margin-top: 20px;
  width: 80%;
}

.about-map.world {
  display: flex;
  gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

section.about-three.inner.partners {
  text-align: center;
}

.about-three.inner.partners h2.sec-title__title {
  font-size: 27px;
  color: #17438f;
  font-weight: 700;
  font-family: Outfit;
  margin-bottom: 20px;
}

.about-three.inner.partners .about-five__text {
  color: #101010;
  text-align: center;
  font-size: 16px;
  margin-bottom: 27px;
  font-weight: 400;
  line-height: 1.75;
}

.partners-img img {
  width: 100%;
}

.himachal {
  padding: 50px 0px;
  text-align: center;
}

.himachal .about-five__text {
  color: #101010;
}

.about-five__content.wow.fadeInLeft.animated.animated.headonefor-title.animated {
  margin-right: 7px;
}

img.spiritual-imag-char {
  width: 100%;
  height: 300px;
  border-radius: 12px;
}

h4.tab-one__content__title.spiritualhead {
  font-size: 24px;
  text-align: left;
}

.tab-onespiritual .tab-btn.active-btn {
  padding: 12px;
  font-size: 22px;
}

.topbar-one.header-new a.topbar-one__info-text {
  font-weight: bold;
}

.contact-map.contact-page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  background: url(../images/bg/seashore.png) center center / cover no-repeat;
  padding: 50px 50px 200px;
}

section.contact-us {
  padding-top: 80px;
}

.religious-tours .highlight-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #d4af37;
  font-weight: bold;
}

.special-offer-sec .offer-one__top-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
}

.special-offer-sec .offer-one__text {
  color: var(--trevlo-white, #ffffff);
  margin-top: 30px;
  margin-bottom: 0px;
  width: 120%;
}

.special-offer-sec .offer-one__text.book {
  color: var(--trevlo-white, #ffffff);
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  width: 120%;
}

.about-map {
  position: relative;
  width: 600px;
  /* Adjust based on your layout */
  display: inline-block;
}

.about-map img {
  height: auto;
  margin-left: -16px;
  width: 90%;
  margin-top: 10px;
}

/* The zoomed-in section appearing directly on hover */
.zoom-lens {
  position: absolute;
  width: 200px;
  /* Adjust size */
  height: 200px;
  border: 2px solid #000;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  display: none;
  pointer-events: none;
}

.zoom-lens img {
  position: absolute;
  width: 800px;
  /* Large image for better zoom */
}

.location-map {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
}

iframe {
  width: 90% !important;
  height: 585px !important;
  /* text-align: center; */
}

.tour-listing__card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* New Loader CSS Start */

/* #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* Background color */
/* display: flex;
  justify-content: center;
  align-items: center; */
/* z-index: 9999; Ensures it stays on top */
/* transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
} */

/* Loader GIF */
/* #preloader img { */
/* width: 100%; */
/* width: 100px; */
/* height: 100%; */
/* }  */

.counter-one.counter_sec .counter-box__title {
  text-transform: capitalize;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  color: #101010;
  font-weight: bold;
}

p.sec-title__tagline {
  /* align-items: center; */
  text-align: center;
}

h3.sec-title__title {
  text-align: center;
}

h4.headonefor-title {
  font-size: 28px;
  color: #17438f;
  font-weight: 700;
  text-align: center;
  font-family: Outfit;
  margin-bottom: 10px;
  margin-top: 40px;
}

.headonefor-title-tigers {
  font-size: 28px;
  color: #17438f;
  font-weight: 700;
  font-family: Outfit;
  margin-bottom: 0px;
  margin-top: 40px;
}

section.about-five.section-space.wild_inner {
  padding-bottom: 50px;
}

.headonefor-title-tigers p {
  width: 100%;
  font-size: 30px;
  color: #17438f;
  font-weight: 700;
  font-family: Outfit;
  margin-bottom: 0px;
  margin-top: 40px;
}
h3.comon-head-m.Experiencesbottom {
  margin-bottom: 86px;
}

p.mobilde {
  margin-top: -18px;
}

.address-details {
  display: flex;
  gap: 15px;
}

.footer-new .footer-three__contact__list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  font-size: 16px;
  /* color: var(--trevlo-base, #FF5956); */
  border: 1px solid RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.4);
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 500ms ease;
  margin-top: 5px;
}

.address-details p {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.address-details p.call {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.address-details p.call a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.address-details.contact {
  margin-left: 35px;
}

.photographer-image {
  float: right;
  margin-left: 20px;
  max-width: 50%;
}

.photographer-image {
  display: flex;
  justify-content: flex-end;
}

.photographer-image img {
  width: auto;
  height: 365px;
}
.photographer-image {
  position: absolute;
  right: -105px;
  bottom: -166px;
}

section.wildlife-safari.text-white.py-5 {
  position: relative;
}

.about-five.section-space.wild_inner h4.night-safari-img {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  margin-left: 75px;
}

.about_us_sec .about-one__content {
  position: relative;
  text-align: center;
}

.about_us_sec .about-list {
  margin: 50px -75px 5px 17px;
}

.visitor-counter {
  text-align: center;
  padding: 10px;
}

.digit-container {
  display: inline-flex;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.digit-box {
  display: inline-block;
  width: 18px;
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-radius: 2px;
  background: #ffffff;
  /* border: 1px solid #e9b2ff; */
  text-align: center;
  box-shadow: rgb(199, 229, 255) 3px 3px 6px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

span.counter-label-labelvisit {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
}


/* Certificate Section CSS Start */

.certificate-img img{
  /* height: 400px; */
  width: 70%;
}

.certificate-img a{
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificate-sec{
  margin-top: 50px;
}

.certificate-sec .certificate-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 60px;
  /* margin: auto; */
}

.certificate-sec .certificate-content h4.tiger {
  font-size: 28px;
  color: rgb(97, 10, 138);
  font-weight: bold;
  text-align: left;
  /* width: 28%; */
}

.certificate-sec .certificate-content p {
  color: #101010;
  text-align: justify;
  font-size: 18px;
  margin-top: 30px;
  /* margin-bottom: 10px; */
  font-weight: 400;
  line-height: 1.75;
}
