/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: "PlusJakartaSans SemiBold";
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf');
}

@font-face {
  font-family: "PlusJakartaSans Bold";
  src: url('../fonts/PlusJakartaSans-Bold.ttf');
}

@font-face {
  font-family: "HankenGrotesk SemiBold";
  src: url('../fonts/HankenGrotesk-SemiBold.ttf');
}

@font-face {
  font-family: "HankenGrotesk Regular";
  src: url('../fonts/HankenGrotesk-Regular.ttf');
}

@font-face {
  font-family: "HankenGrotesk Medium";
  src: url('../fonts/HankenGrotesk-Medium.ttf');
}

@font-face {
  font-family: "HankenGrotesk Bold";
  src: url('../fonts/HankenGrotesk-Bold.ttf');
}

body {
  font-family: "HankenGrotesk Medium";
  color: #000000;
  background-color: #ffff;
  margin: 0 !important;
}

a {
  text-decoration: none;

}

p {
  font-family: "HankenGrotesk Medium";
  font-size: 18px;
  color: #000000;
  line-height: normal;
}

h1,
h2 {
  color: #000000;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 20px;
    font-family: "PlusJakartaSans Bold";
}

h5 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #7522DB;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 75px;
  z-index: 996;
  background: #FD6019;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #FD6019;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.back-to-top svg {
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #FD6019;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
  text-transform: lowercase;
  font-family: "HankenGrotesk Regular";
  font-weight: 400 !important;
}

#topbar .contact-info i a:hover {
  color: #fff;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  position: absolute;
  width: 100%;

}

#header.fixed-top {
  position: fixed;
  background-color: #fff;
}

#header.fixed-top .navbar a,
#header.fixed-top .navbar a:focus {
  color: #000;
  transition: 0.3s;
}

#header.fixed-top .nav-item.custom-menu-item a {
  color: #fff;
}

#header .navbar a {
  color: #fff;
}

#header .navbar a:hover {
  color: #f58220;
  transition: 0.3s;
}

#header a.logo,
#header a.fixed-logo {
  width: 200px;
  height: 100%;
}

#header .logo a {
  color: #222222;
}

#header .logo img {
  max-height: 70px;
}

#header .fixed-logo img {
  max-height: 70px;
}

/* .scrolled-offset {
margin-top: 70px;
} */

#header .fixed-logo {
  display: none;
}

#header.fixed-top .logo {
  display: none;
}

#header.fixed-top .fixed-logo {
  display: block;
}

section.solving-scalability img {
  border-radius: 50px;
}

section.auditfirms img {
  border-radius: 30px;
}

section.globle-telent img {
  border-radius: 30px;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.menu-item a:hover {
  color: #FD6019;
}

.navbar a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 18px;
  color: #FFFFFF ;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a:focus {
  color: #FD6019;
}

.navbar a i,
.navbar a:focus i {
  font-size: 18px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  right: 0;
  background-color: #FD6019;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  margin: 0 auto;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 20%;
}

.navbar .menu-item-has-children ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #ffff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  color: #000;
}

.navbar .menu-item-has-children ul li {
  min-width: 200px;
}

.navbar .menu-item-has-children ul a {
  padding: 10px 20px;
  font-weight: 400;
  color: #000 !important;
}

.navbar .menu-item-has-children ul a i {
  font-size: 12px;
}

.navbar > ul > li:last-child > a::before {
    display: none;
    content: none; /* optional but safe */
}

.navbar .menu-item-has-children:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .menu-item-has-children .menu-item-has-children ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .menu-item-has-children .menu-item-has-children:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .menu-item-has-children .menu-item-has-children ul {
    left: -90%;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover>ul {
    left: -100%;
  }
}
@media screen and (max-width: 991.98px) {

  /* Show toggle icon */
  .mobile-nav-toggle {
    display: block;
    z-index: 10000;
  }

  /* Hide menu by default */
  #navbar ul {
    display: none;
  }

  /* When mobile menu is active */
  #navbar.navbar-mobile ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .navbar a{
    color: #000 !important;
  }

  ul.drop-ul.depth_0 {
      display: none !important;
  }

  .drop-ul.depth_0 li a{
    text-wrap: auto;
  }
}



/* Mobile menu wrapper */
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(9, 9, 9, 0.9);
  z-index: 9999;  
  transition: 0.3s;
}

/* Menu box */
.navbar-mobile ul {
  position: absolute;
  top: 70px;
  right: 20px;
  left: 20px;
  bottom: 20px;
  padding: 20px 0;
  background-color: #fff;
  overflow-y: auto;
  border-radius: 10px;
  display:  block;
}

.drop-ul.depth_0 li a {
  background-color: unset !important;
  padding: 10px 20px !important;
  border-radius: unset !important;
}

.navbar-mobile .menu-item-has-children ul {
  position: unset;
  background: unset;
  display: none;
}

.navbar-mobile .menu-item-has-children.active-new .depth_0 {
  display: block;
  visibility: visible;
  opacity: 1;
  padding-left: 20px;
  box-shadow: unset;
}

.navbar-mobile .menu-item-has-children.active-new-second .depth_0 {
  display: block !important;
  visibility: visible;
  opacity: 1;
  padding-left: 20px;
  box-shadow: unset;
}

.navbar-mobile .depth_0 li:last-child a {
  width: 100% !important;
}

.navbar-mobile .menu-item-has-children ul a {
  padding: 10px 20px;
}

.navbar-mobile .menu-item-has-children ul a i {
  font-size: 18px;
}

.navbar-mobile .custom-menu-item a{
  color: #FFFFFF !important;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 12px 20px;
  font-size: 16px;
  color: #222222 !important;
  display: flex;
}


.navbar .custom-menu-item {
  background-color: #FD6019;
  padding: 5px 15px;
  border-radius: 15px;
  margin-left: 15px;
}

/* Menu links */

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #106eea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.mobile-nav-toggle {
  color: #282828;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 25px;
  right: 15px;
  color: #fff;
}


.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.km-trip-facts-section{
  overflow: visible;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.footer-top {
  padding: 40px;
}

.footer-logo img {
  max-height: 75px;
}


#menu-footer-menu li a,
#menu-footer-menu-service li a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
  color: #000;
}

.social-media {
  padding-top: 10px;
  display: flex;
  align-items: center;
  padding-left: 0;
}

.footer-common p {
  margin-bottom: 0;
}

.footer-common h4{
  font-size: 24px;
  color: #000000;
  font-family: "PlusJakartaSans Bold";  
}

.footer-info a{
  font-size: 18px;
  font-family: "HankenGrotesk Medium";
  color: #000000 !important;
}

.footer-info p{
  font-family: "HankenGrotesk SemiBold";
  margin-top: 10px;
}

.footer-common ul {
  list-style: none !important; /* remove default bullets */
  padding: 0;
  margin: 0 !important;
}

.footer-common ul li {
  position: relative;
  padding-left: 28px; /* space for custom bullet */
  margin-bottom: 10px;
}

/* Replace bullets with your image */
.footer-common ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url('../img/Mountain icon.png'); /* ← replace with your actual image path */
  background-size: contain;
  background-repeat: no-repeat;
}


/* Optional: style for links */
.footer-common ul li a {
  color: #000000;
  font-family: "HankenGrotesk Medium";
  text-decoration: none;
}

.footer-common ul li a:hover {
  color: #f58220; /* orange hover */
}

.footer-upper {
  padding-top: 60px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.option-main h4{
  font-size: 28px;
  color: #000000;
  font-family: "HankenGrotesk Bold";
  margin: 12px 0;
}


.sarovar {
  position: relative;
  background: #b8ddf4;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  z-index: 9;
}

#sarovar h2{
  font-size: 36px;
  margin: 0;
}

.nav-tabs {
  justify-content: space-evenly;
  border: none;
  background-color: #ffff;
  border-radius: 20px;
  padding: 10px;
  margin: 0;
}

.nav-tabs .nav-link {
  background: #fff;
  border: none;
  color: #000;
  border-radius: 20px;
  padding: 10px 35px;
  transition: all 0.3s ease;
  min-width: 638px;
}


.nav-tabs .nav-link.active h2{
  color: #fff;
}

.nav-tabs .nav-link.active {
  background: #FD6019; /* orange */
  color: #fff;
}

.tab-pane p{
  font-size: 24px;
  font-family: "HankenGrotesk SemiBold";
  margin-bottom: 20px;
}

.icon-list {
  text-align: left;
  display: inline-block;
}

.icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.icon-item img {
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  padding: 5px;
  border-radius: 10px;
}

.icon-item h6{
   font-family: "HankenGrotesk SemiBold";
   font-size: 24px;
   margin-bottom: 0;
   color: #050505;
}

.icon-item span{
  color: #050505;
  font-size: 18px;
  font-family: "HankenGrotesk Medium";
}

/* Mountain background */
.mountain-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0.8;
  pointer-events: none;
  z-index: -1;
}

.box-image{
  position: relative;
}

.box-image img{
  border-radius: 15px;
}

.himalays-box .date-box{
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.date-box p{
  margin: 0;
  padding: 8px;
  background-color: #FFFFFF;
  font-size: 16px;
}

.box-image img{
  max-width: 365px;
  max-height: 200px;
}

.left-arrow,
.right-arrow{
  cursor: pointer;
}

#himalays {
  background-color: #EDF2F1;
}

#himalays .slick-list {
  margin: 0 0 0 22px;
}

.read-btn a{
  padding: 5px 10px;
  background: #0683FB;
  color: #fff !important;
  text-decoration: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: max-content;
  align-items: center;
  border-radius: 5px;
}

.read-btn a:hover{
  color: #fff;
}


.person-details img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.person-details{
  align-items: center;
}



.box-title p{
  margin-top: 10px;
  min-height: 50px;
}

#testimonials{
 background: #E8E7E5;
background: linear-gradient(180deg, rgba(232, 231, 229, 1) 32%, rgba(237, 242, 241, 1) 67%);
}

.test-box-img img{
  margin: 25px 0;
}



#testimonials .left-arrow{
  position: absolute;
  bottom: 10px;
  right: 125px;
  z-index: 2;
}

#testimonials .right-arrow{
  position: absolute;
  bottom: 10px;
  right: 50px;
}

#kailash-yatra {
  position: relative;
  overflow: hidden;
}

.kailash-yatra-main {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.kailash-yatra-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0.5;
  pointer-events: none;
}

.kailash-yatra-main h3{
  font-family: "HankenGrotesk Medium";
  font-size: 32px;
  color: #000000;
}

.kailash-yatra-main p{
  margin-bottom: 15px;
}

.kailash-yatra-main h4{
  font-family: "HankenGrotesk Regular";
  color: #000000;
  margin-top: 15px;
}

.footer-main-img img{
  height: 100%;
}

.yatra-gallery {
 background: #CEE5F3;
background: linear-gradient(180deg,rgba(206, 229, 243, 1) 36%, rgba(242, 246, 247, 1) 67%);

}


rectpackr-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
  padding: 8px;
}

rectpackr-layout .gallery-item {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 8px;
  border-radius: 16px;
}

@media (min-width: 400px) {
  rectpackr-layout  .gallery-item {
    width: 33.333%;
  }
}

@media (min-width: 800px) {
  rectpackr-layout .gallery-item {
    width: 33.333%;
  }
}

@media (min-width: 1200px) {
  rectpackr-layout .gallery-item {
   width: 33.333%;
  }
}

@media (min-width: 1600px) {
  rectpackr-layout .gallery-item {
    width: 33.333%;
  }
}

@media (min-width: 2000px) {
  rectpackr-layout .gallery-item {
    width: 33.333%;
  }
}

@media (min-width: 2400px) {
  rectpackr-layout .gallery-item {
    width: 9.999%;
  }
}

.gallery-item {
  position: relative;
  border-radius: 15px;
}

/* Image styling */
.gallery-item img {
  width: 100%;
}

.overlay {
    position: absolute;
    bottom: 20px;
    padding: 10px;
}

.overlay h5 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.emi-box {
  background: #ff5b00;
  border-radius: 8px;
  padding: 8px 15px;
  display: inline-block;
  text-align: center;
}

.emi-box h5 {
  display: block;
}

.emi-box p {
  font-size: 22px;
  margin: 0;
  color: #FFFFFF;
}

.gallery-item:nth-child(4) img,
.gallery-item:nth-child(6) img { 
  margin-top: -170px;
 }

.gallery-item:nth-child(even) img{
  height: 559px;
}

.gallery-item:nth-child(odd) img{
  height: 392px;
}


 /* Contact Us */

 .Contact-title{
      position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .here-to-img img{
  border-radius: 20px;
 }

 .here-to-text p{
  margin-bottom: 10px;
 }

 .location-main img{
  width: 48px;
  height: 48px;
 }

 .call-box{
  flex-direction: column;
 }

 .address-box p,
 .address-box a{
  font-size: 20px;
  color: #333333;
  font-family: "HankenGrotesk Medium";
 }

.cf7-box {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    max-width: 650px;
    margin: auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Title */
.cf7-title {
    margin-bottom: 25px;
    color: #000;
}

/* Inputs */
.cf7-box input[type="text"],
.cf7-box input[type="email"],
.cf7-box input[type="tel"],
.cf7-box textarea,
.cf7-box .wpcf7-select {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 15px;
    background: #f8f8f8;

}

/* Textarea */
.cf7-box textarea {
    height: 120px;
    resize: none;
}

/* Submit Button */
.cf7-box input[type="submit"] {
    background: #F36F2C;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    transition: 0.3s;
}

.address-from p{
  margin-bottom: 0;
}



#about-kailash-yatra {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

#about-kailash-yatra .kailash-yatra-main {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

#about-kailash-yatra .kailash-yatra-main h2{
  color: #fff;
  font-family: "PlusJakartaSans SemiBold";

}

#about-kailash-yatra .kailash-yatra-main p{
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}


#about-kailash-yatra .kailash-yatra-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: unset;
  pointer-events: none;
  z-index: 1; /* send image behind text */
  height: 100%;
  object-fit: cover;
}

.get-a-quote a{
  padding: 15px 25px;
  background-color: #F16B24;
  border-radius: 10px;
  color: #fff !important;
  text-transform: none;
  text-decoration: none;
}

.blog-date{
  position: absolute;
  bottom: -20px;
  left: 15px;
}

.blog-date p{
  margin: 0;
  padding: 10px 20px;
  background-color: #FD6019;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 50px;
}

.blog-listing-box a{
  color: #FD6019 !important;
}

.blog-box-title p{
  font-size: 18px;
  color: #484848;
}

.blog-box-title h4{
  color: #000000;
}

.blog-image-date img{
  border-radius: 15px;
  max-height: 360px;
}

.oreng-text{
  color:#FD6019 ;
}

#login-section{
  background-color: #F16B24;
}

#login-section >div{
  margin: 30px;
}

.login-page{
  border-radius: 15px !important;
  background-color: #FFFFFF;
}

.login-page .form{
  background: #FFFFFF;
}

.login-page .form h3{
  color: #000000;
  font-size: 36px;
  font-family: "PlusJakartaSans SemiBold";
}

.login-page .form input{
  border-radius: 10px;
  background-color: #F9F9F9 !important;
}

.login-page .form span::before{
  border-radius: 10px 0 0 10px;
  background-color: #F9F9F9 !important;
}

#rememberme{
  border:none;
  border-radius: 5px;
  background-color: #D9D9D9 !important;
}

#rememberme::before{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: unset;
}


#login-section .form button{
  background: #F36F2C;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    transition: 0.3s;
    text-transform: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 0 !important;
}

#login-section .wp-travel-error{
  margin-top: 15px !important;
  background-color: #FFFFFF !important;
}

#login-section .wp-travel-error::before{
  top: 16px !important;
  left: 60px;
}

#checkout-main{
  background-color: #004485;
}

#wp-travel-booking .wp-travel-trip-details,
#wp-travel-booking,
.checkout-page-wrap .wp-travel-checkout-section .checkout-left,
#shopping-cart .cart-summary,
.checkout-page-wrap .checkout-right, .wp-travel-enquiries-form .checkout-right{
  border-radius: 15px !important;
}

#shopping-cart .cart-summary .cart-header .title svg {
    width: 38px !important;
    height: 46px !important;
    margin-right: 10px;
    color: #004485 !important;
}

#shopping-cart .cart-summary .cart-header .title{
  font-family: "PlusJakartaSans SemiBold";
}

#shopping-cart .cart-summary .cart-header .subtitle{
  margin-bottom: 20px;
}

.wp-travel-book{
  background-color: #004485;
  color: #FFFFFF !important;
}

.wp-travel-order-heading{
  text-align: center;
}

#newBookingDetails{
  margin: 0 auto;
  width: 80%;
  border: 3px double #b3b3b3;
}

#newBookingDetails tbody td, #newBookingDetails thead th {
    padding: 15px !important;
    border: 1px solid #b3b3b3;
    
}

.wp_travel_payment_detail_show_on_frontend th{
  padding: 10px;
}


#newBookingDetails thead tr {
    background-color: #F36F2C !important;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}

.wp-travel-notice::before{
  left: 35% !important;
  top:13px !important;
}

.itinerary-row {
    position: relative;
    padding: 130px 0;
    padding-bottom: 0;
    z-index: -20;
}

/* BEFORE image only */
.itinerary-row::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 159px;
    background-size: contain;
    pointer-events: none;
    z-index: 999;
}

/* Remove before image ONLY for the first itinerary row */
.itinerary-row:first-of-type::before {
    content: none;
    background: none;
    
}

.itinerary-row:first-of-type{
  padding-top: 0;
}

/* Alternate alignment (like your design) */
.itinerary-row:nth-child(even)::before {
    background: url('../img/Arrow line 1.png') no-repeat center;
}
.itinerary-row:nth-child(0)::before {
    content: none !important;
}

.itinerary-row:nth-child(odd)::before {
    background: url('../img/Arrow line 2.png') no-repeat center;
}



.landing-contect{
  flex-direction: column;
}

.government-approved {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 20px;
  background: #FD6019;
  border-radius: 20px;
  position: absolute;
  top: -110px;
  z-index: 99999;
  left: 2%;
  right: 2%;
}

.landing-form .cf7-box {
  max-width: 100%;
}

#planning{
  background-color: #FFFFFF;
}

.planning-box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.planning-box img{
  width: 56px;
  height: 56px;
}

.testimonials-landing{
  background: #FFFFFF !important;
}


.landing-images{
  top:0;
}

#kailash-yatra-landing{
  position: relative;
  overflow: hidden;
  height: 100vh;
}

#landing-form,
#contact-hero{ 
  overflow: visible;
}

/* Remove Slick default arrow styles */
.hero-slider .slick-prev,
.hero-slider .slick-next {
    background: transparent !important;
    border: none !important;
    width: auto;
    height: auto;
    padding: 0;
}

/* Remove default ::before arrow icon */
.hero-slider .slick-prev::before,
.hero-slider .slick-next::before {
    content: none !important;
}

/* Position arrows */
.hero-slider .slick-prev {
    left: 20px;
    z-index: 10;
}

.hero-slider .slick-next {
    right: 20px;
    z-index: 10;
}

/* Image-only arrows */
.hero-slider .slick-prev img,
.hero-slider .slick-next img {
    display: block;
    width: 40px;   /* adjust as needed */
    height: auto;
}

/* Hide arrows by default */
.hero-slider .slick-arrow {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* Show arrows on hover */
.hero-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.hero-blogs-img img{
  border-radius: 30px;
}

.testi-page-listing{
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 30px;
}

.testi-page-p-img img{
  border-radius: 15px;
}

.landing-form{
  margin-top: 30px;
}

.gallery-items img{
  border-radius: 25px;
}

.person-name p{
  font-size: 14px;
}

.single-post section {
    padding: 30px 0;
}

.date-autor img {
    border-radius: 50%;
}

.page-template-listing-page .trip-price{
  padding: 0;
}

.page-template-listing-page .trip-overview p {
    border-left: 3px solid #fd6019;
    padding-left: 10px;
    font-size: 20px;
}

.page-template-listing-page  .btn.btn-primary {
    background-color: #fd6019;
    border: none;
}

.page-template-listing-page .person-count {
    color: #fd6019;
    font-size: 36px;
}

.What-we-are-Offering-img {
    margin-top: -20%;
    z-index: -9;
    position: relative;
}

.What-we-are-Offering-content .sub-content {
    font-size: 32px;
}

.What-we-are-Offering-content h2 {
    color: #fd6019;
}

.himalays-box {
    padding: 20px;
}

.landing-form label {
    color: #666;
}

.landing-form br {
    display: none;
}

#download-brochure {
    background-color: #004485;
    padding: 20px;
}

.download-buttons a {
    background-color: #fd6019;
    color: #fff !important;
    padding: 10px 50px;
    border-radius: 10px;
    border: none;
}

.download-buttons a:hover {
    color: #000 !important;
}


/* Base arrow styling */
#gallery-main .slick-prev,
#gallery-main .slick-next {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    z-index: 99999;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px 35px;
}

/* Remove default slick arrow icon */
#gallery-main .slick-prev::before,
#gallery-main .slick-next::before {
    content: '';
}

/* Left arrow image */
#gallery-main .slick-prev {
    background-image: url('https://pavitrakailashyatra.com/wp-content/uploads/2025/10/left-2.png');
}

/* Right arrow image */
#gallery-main .slick-next {
    background-image: url('https://pavitrakailashyatra.com/wp-content/uploads/2025/10/right-2.png');
}

.new-hero-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.new-hero-text h1{
  font-size: 100px;
}
.new-hero-text h2{
  text-transform: uppercase;
}

.new-hero-text h3,
.new-hero-text p{
  color: #FFFFFF;
  margin-top: 20px;
}

.back-to-home{
  background-color: #FD6019;
    padding: 10px 25px;
    border-radius: 15px;
    font-size: 22px;
    width: fit-content;
    margin: 0 auto !important;
    
}

.back-to-home a{
  color: #FFFFFF !important;
  margin: 0 auto !important;
}