/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 07 2025 | 11:49:14 */
@font-face {
  font-family: "Awesome Serif"; /* Replace with your font name */
  src: url("/wp-content/uploads/2025/03/AwesomeSerif-Regular.woff")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}
.homeBanner .elementor-element-537d0a3 {
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.6) 9.92%,
    rgba(0, 0, 0, 0.4) 57.42%,
    rgba(0, 0, 0, 0) 99.82%
  );
}
.search-container {
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background: #00000033;
    width: 81.2%;
}
.search-container input[type="text"] {
  background: #00000033;
  border-radius: 0px;
  height: 60px;
  backdrop-filter: blur(20px);
}
.search-container input[type="text"]:focus{
	color:#ffffff;
}
.search-box::placeholder {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9a9b9d;
}
.search-wrapper .search-icon-left {
    background-color: #e74a5e;
    padding: 13.4px 15.5px;
    min-height: 60px;
    display: flex;
}
.search-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px ! IMPORTANT;
    justify-content: space-between;
    width: 100%;
    max-width: 667px;
    margin: 0 auto;
}
.search-box {
  padding: 10px;
  padding-left: 35px; /* Space for left icon */
  padding-right: 35px; /* Space for right icon */
  width: 300px;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 25px;
  background: #f9f9f9;
}
.search-container .search-icon-right {
  position: absolute;
  right: 15px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  top: 31%;
}
.search-cards-container {
  max-width: 667px;
  height: 366px;
  overflow-x: auto;
  overflow-y: auto;
  white-space: nowrap;
  background-color: #ffffff;
  padding: 24px 15px 24px 15px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  visibility: hidden;
  margin: 0 auto;
  border-top: 1px solid #ffffff4d;
  backdrop-filter: blur(100px);
	margin-top: -15px;
}
.search-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns per row */
  gap: 10px;
  min-width: 900px; /* Ensures grid extends for scrolling */
}
.serchCard {
  text-align: left;
  width: 200px;
}
.serchCard img {
  width: 100%;
}
.serchCard p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.surpriseButton {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background: #00000033;
    border: 1px solid #ffffff4d;
    text-decoration: none;
    height: 60px;
    display: inline-flex;
    overflow: hidden;
    max-width: 60px;
    transition: max-width 0.5s ease;
    padding: 10px 10px;
    white-space: nowrap;
    align-items: center;
    align-content: center;
    margin-left: 10px;
}
.surpriseButton:hover {
  max-width: 250px; /* Expands to show text on hover */
}
.surpriseIcon img {
  margin: 0 10px;
}
.surpriseText {
  opacity: 0;
  transition: opacity 0.3s ease;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.surpriseButton:hover .surpriseText {
  opacity: 1; /* Make text visible on hover */
}
.destinationDiv {
  display: flex;
  justify-content: space-between;
  margin: 10px 13px 10px 0px;
}
.heading {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #0f1216;
  text-transform: uppercase;
}
.suggestedHeading {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #0f1216;
  margin: 10px 10px 24px 0px;
}
/* For Webkit browsers (Chrome, Safari) */
.search-cards-container::-webkit-scrollbar {
  width: 8px; /* Adjust scrollbar width */
}

.search-cards-container::-webkit-scrollbar-track {
  background: transparent; /* Transparent scrollbar track */
}

.search-cards-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3); /* Slightly visible thumb */
  border-radius: 4px;
}

.search-cards-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5); /* More visible on hover */
}
/* For Firefox */
.search-cards-container {
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  scrollbar-width: thin;
}

p.animationText {
  color: #d9d9d9;
  font-family: Awesome Serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 40.8px;
  margin-bottom: 50px;
}
.aboutButton {
  width: auto;
  border-width: 1px;
  padding: 20px 28px;
  color: #ffffff;
  transition: background-color 0.3s ease-in-out;
  display: inline-block;
  background-color: #d9d9d9;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 21.6px;
  cursor:pointer;
}
.aboutButton:hover {
    background-color: rgb(21, 21, 88);
	color:#ffffff;
	opacity:0.7;
}
.readMoreWrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 40px; 
	justify-content: center;
  }
  .arrowIcon {
    width: 20px;
    height: auto;
  }
  .readMore {
    font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
	  color:#121256;
  }
.bannerHeading {
  font-family: Awesome Serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 57.6px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 35px;
}
.search-main {
  position: relative;
  top: 325px;
}


/***** journey gems home page slider css *****/
.gems-slider-container {
  width: 100%;
  max-width: 1200px;
  height: 545px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.gems-slick-slider {
  width: 100%;
  height: 100%;
}
.gems-slick-slider .slick-slide {
  height: 545px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin: 0px !important;
  width: 100% !important;
}
.gems-banner-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.gems-banner-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.gems-content {
  width: 400px;
  text-align: left;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  color: white;
  padding: 36px;
  z-index: 10;
}
.gems-content a {
  display: inline-block;
  background-color: #ff9800;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
.gems-slider-container .slick-prev,
.slick-next {
  position: absolute;
  backdrop-filter: blur(32px);
  background: #02060a33;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.gems-slider-container .slick-prev:before,
.gems-slider-container .slick-next:before {
  opacity: 1;
  content: unset;
}
.gems-slider-container .slick-prev {
  top: 15%;
  left: 73%;
  backdrop-filter: blur(32px);
  background: #02060a33;
  width: 60px;
  height: 60px;
  z-index: 99;
}
.gems-slider-container .slick-next {
  right: 22%;
  top: 85%;
  backdrop-filter: blur(32px);
  background: #02060a33;
  width: 60px;
  height: 60px;
  z-index: 99;
}
.gems-slider-container .slick-prev:hover,
.gems-slider-container .slick-prev:focus,
.gems-slider-container .slick-next:hover,
.gems-slider-container .slick-next:focus {
  backdrop-filter: blur(32px);
  background: #02060a33;
}
#gems-content-subTitle {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #000000;
  margin-bottom: 12px;
  display:none !important;
}
h3#gems-content-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.6px;
  color: #121256;
  margin-bottom: 12px;
}
p#gems-content-desc {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gems-content .related-country-name {
    color: #121256;
}
a#gems-content-link {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.8px;
  color: #e74a5e;
  text-align: left;
}
a#gems-content-link {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.8px;
  color: #e74a5e;
  text-align: left;
  background-color: transparent;
  display: flex;
  align-items: center;
}
img.gemsarrow {
  margin-left: 10px;
}
.headingBorder {
  padding: 27px;
  display: block;
  width: 171px;
  background: #121256;
}
.gemsButtom {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -53.3px;
}
.headingIcon {
    position: relative;
    top: 12px;
}
.gemsViewAll {
 width: 177px;
    min-width: 150px;
    background-color: #e74a5e;
    border-width: 1px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.6px;
    text-align: center;
    padding: 16px 28px;
    color: #ffffff;
}
.gemsViewAll:hover {
  color: #ffffff;
  opacity:0.9;
}
/***** footer contact form css ******/
.contactForm {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.contactInfo p {
  margin-bottom: 0px;
  height: 46px;
}
.contactInfo input[type="text"],
.contactInfo input[type="email"] {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  padding: 12px 16px;
width:215px;
  border: 0;
  border-radius: 0;
  color: #676a6c;
}
.contactInfo input[type="text"]:focus,
.contactInfo input[type="email"]:focus{
	color:#000000;
	background-color:#ffffff;
}
.contactInfo input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: auto;
    border-width: 1px;
    border-radius: 0;
    background-color: #e74a5e !important;
    color: #ffffff;
    border: 0;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    padding: 12px 20px;
}
.contactInfo [type="submit"]:hover{
	opacity:0.7;
}
/***** home page journey tabs css ******/
div#topContent {
  display: none;
}
.journey-container {
  display: flex;
  width: 100%;
}
.journey-sidebar {
  display: flex;
  flex-direction: column;
  width: 36%;
  padding-right: 30px;
}
.jornetSpan {
/*   padding: 24px; */	
  display: block;
  width: 203px;
  height:45.6px;
  background: #121256;
  margin-bottom: 20px;
}

.journey-para {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 28px;
}
.journeyHeading {
  font-family: Awesome Serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 40.5px;
  color: #121256;
  margin-bottom: 28px;
}
.journey-tabs {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.journey-tab {
  padding: 2px 0px;
  cursor: pointer;
  margin-bottom: 12px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  text-align: left;
  color: #676a6c !important;
}
.journey-tab.active {
  color: #e74a5e !important;
  font-weight: 700;
}
.journey-content-wrapper {
  width: 64%;
/* 	width:60%; */
  position: relative;
}
.journey-content-wrapper .slick-track{
	padding-left: 5px;
}

.journey-content-wrapper .content {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.journey-content-wrapper .content.active {
  display: block;
}
.journey-top-content,
.bottom-content {
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
  margin-bottom: 10px;
}
.journey-content-wrapper .slider {
  width:100%;
  touch-action: pan-x !important; /* Enables horizontal touch gestures */
  -webkit-overflow-scrolling: touch; /* Smooth touch scrolling */
}
.journey-content-wrapper .slider .slide {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
/*   margin: 0 10px; */
}
.journey-content-wrapper .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .journey-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*         background: rgba(0, 0, 0, 0); 
  transition: background 0.3s;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.6) 1.78%,
    rgba(0, 0, 0, 0.4) 10.97%,
    rgba(0, 0, 0, 0) 19.17%
  );
} */

.journey-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0); */
    transition: background 0.3s;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) -5.22%, rgb(0 0 0 / 70%) 10.97%, rgba(0, 0, 0, 0) 56.17%);
}
.journey-content-wrapper .slide:hover .journey-overlay {
/*   background: rgba(0, 0, 0, 0.5); */
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 9.94%, rgba(0, 0, 0, 0.50) 64.09%, rgba(0, 0, 0, 0.00) 100%);
}
.journey-top-buttons {
    position: absolute;
    top: 10px;
    left: 10px;
    gap: 10px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.journey-content-wrapper .slide:hover .journey-top-buttons {
  display: flex;
}
.journey-top-buttons button span {
    padding-right: 10px;
}
.journey-top-buttons button {
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    backdrop-filter: blur(24px);
    background: #00000029;
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    border-radius: 0;
    display: flex;
    align-items: center;
	height:35px;
}
.journey-top-buttons button img {
  padding-right: 10px;
}
.slide:hover .journey-top-buttons {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.bottom-heading {
    position: absolute;
    left: 16px;
    bottom: -18.3%;
    color: #ffffff;
    border-radius: 5px;
    transition: bottom 0.6s ease;
    width: 93%;
	z-index:9;
}

.bottom-heading h3 {
    color: #ffffff;
    font-family: Awesome Serif;
    font-weight: 400;
    font-size: 51px;
    line-height: 53px;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-top: 0px;
    margin-top: 0px;
}
/* .slide:hover .bottom-heading {
    bottom: 20px;
    margin-bottom: 0px;
    
} */
.page-id-2950 .slide:hover .bottom-heading {
    bottom: 0;
}
.slide:hover .bottom-heading {
    bottom: 10px;
    margin-bottom: 0px;
    
}
.journey-hover-content {
    position: relative;
    width: 100%;
    padding-top: 10px;
    transition: opacity 0.4s ease;
    opacity: 0;
}
.slide:hover .journey-hover-content {
    opacity: 1;
    display: block;
}
.journey-hover-content span {
  color: #ffffff;
  font-size: 16px;
}
.journey-hover-content button {
    padding: 4px 12px;
    cursor: pointer;
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    border: 0px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
    margin-bottom: 4px;
}
.journeyjorneyCategory {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 19.2px;
  color: #ffffff;
  margin: 5px 0px 0px 0px;
}
.jorneyPara {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0px;
    min-height: 85px;
}
.journey-arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
}
.journey-wishlist {
  display: none;
}
.journey-content-wrapper .slide:hover .journey-arrow {
  display: block;
}
.journey-bottom-content {
  width: 203px;
  gap: 8px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-width: 1px;
  background: #e74a5e;
  border: 1px solid #e74a5e;
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
/****search destination and experience slide css*****/
.search-destination-wrapper {
    overflow-x: hidden;
    margin-bottom: 20px;
}
      .slick-initialized .slick-slide {
      
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .search-destination-item.slick-slide {
        display: flex;
        flex-direction: column;
		align-items:flex-start;
      }
    .search-destination-item p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0px;
    text-wrap: auto;
    max-width: 200px;
	color: var(--Greys-950, #0F1216);
  
}
.search-destination .slick-next, .search-destination .slick-prev {
    z-index: 5;
    position: absolute;
    top: 41%;
    z-index: 9;
    width: 37px;
    height: 37px;
}
      .search-destination .slick-next {
        right: 22px;
      }
      .search-destination .slick-prev {
        left: 22px;
      }
      .search-destination .slick-next:before,
      .search-destination .slick-prev:before {
        color: #000;
        font-size: 26px;
      }
/*****get in touch css*******/
.contact-details {
    background-color: #f2f3f3;
    padding: 32px 24px;
}
.getFormRow sup {
    color: red;
    position: relative;
    font-size: 13px;
    top: 1px;
}
.contect-head {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}
.contect-head h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0px 0px 24px 0px;
}
.contect-head1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	margin-bottom: 6px;
}
.contect-head1 span.days {
    width: 124px;
    margin-right: 30px;
    font-weight: 600;
    border: none;
    padding-left: 2px;
}
p.contectPara {
    color: #676A6C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 0px;
}
.headingBorderGetContact {
    padding: 24px;
    display: block;
    width: 190px;
    background: #121256;
}
.getDropDown .dropdown-container {
    position: relative;
    width: 240px;
    background-color: white;
    display: flex;
    align-items: center;
}
.getDropDown .phone-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.getDropDown select {
    flex: 1;
    padding: 0px 8px;
    border: none;
    outline: none;
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    cursor: pointer;
	color: #0F1216;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.getDropDown .dropdown-container::after {
    content: "";
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/03/expand_more-1.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; 
}
.getFormRow {
    display: flex;
	align-items: flex-end;
/*     justify-content: space-between; */
	margin: 32px 0px;
	gap: 20px;
}
.top-submit p {
    margin: 0 !important;
}
p.getHeading {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 0px;
}
.getFormField label {
    color: #0F1216;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.6px;
	margin-bottom:8px;
}
.getFormField {
	display: flex;
	justify-content: space-between;
}
.getForm {
    border-bottom: 1px solid #CCCDCE;
	margin-right: 9%;
}
.getFormField input[type=text], .getFormField input[type=email], .getFormField input[type=tel] {
    border: 0.5px solid #9A9B9D;
    padding: 12px 16px;
    border-radius: 0px;
}
.getFormName input[type=text] {
    margin-right: 10px;
}
.getFormEmail input[type=text]{
	margin-left: 10px;
}
.getFormField::placeholder {
  color: #9A9B9D;
font-family: Montserrat;
font-size: 16px;
font-weight: 400;
line-height: 16px;
}
.getFormField p {
    margin-bottom: 0px;
	height: 77px;
}
.getFormField [type=submit] {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border: 1px solid var(--Primary-Colours-Happy, #E74A5E);
    background: var(--Primary-Colours-Happy, #E74A5E);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border-radius: 0px;
    padding: 14.5px 20px;
	margin-top: 28px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    padding-left: 16px;
    margin-left: 160px;
	    width: 336px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 140px;
	background-color: transparent;
    border: 0.5px solid #9A9B9D;
}
.intl-tel-input .selected-flag {
    padding: 0 0 0 16px;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 32px;
	color: #9A9B9D;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
}
.intl-tel-input .selected-flag .iti-arrow {
    top: 35%;
    margin-top: -2px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    content: "";
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/03/expand_more-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
/****get in tpucjh optional details form css****/
.optionalDetailRow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
	column-gap: 20px;
	
}
.optionalDetailRow p, .optionalDetailRow1 p {
    margin-bottom: 0px;
}
.optionalDetailRow1{
	margin-bottom: 32px;

}
.optionalDetailRow11{
	margin-bottom: 20px;
	
}
.formWarpper {
    margin-right: 9%;
}
div#selected-experiences, div#selected-destinations {
    margin-bottom: 32px;
}
.formOptionalDetail select {
    display: block;
    border: 0.5px solid var(--Greys-400, #9A9B9D);
    background: var(--sds-color-background-default-default);
    border-radius: 0px;
    padding: 12px 16px;
}
.formOptionalDetail .optionalDetailRow label, .formOptionalDetail .optionalDetailRow1 label, .optionalDetailField lable, .optionalDetailRow11 label{
	color: #0F1216;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.6px;
    margin-bottom: 8px;
}
.optionalDetailRow1 textarea {
    height: 120px;
	border-radius: 0px;
}
.formOptionalDetail::placeholder, 
.formOptionalDetail textarea::placeholder{
  color: #9A9B9D;
font-family: Montserrat;
font-size: 16px;
font-weight: 400;
line-height: 16px;
}
/* Default style for the select dropdown */
.formOptionalDetail select {
    appearance: none; /* Hide default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
     font-family: Montserrat;
  font-size: 16px;
    cursor: pointer;
    width: 100%;
    position: relative;
    color: #9A9B9D; /* Default color (before selection) */
    transition: color 0.3s ease;
}

/* Custom arrow for the select dropdown */
.formOptionalDetail select {
    background-image: url("/wp-content/uploads/2025/03/expand_more.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}

/* Ensure placeholder (first_as_label) remains gray */
.formOptionalDetail select option:first-child {
    color: #9A9B9D !important;
}

/* Ensure selected option color changes after selection */
.formOptionalDetail select:focus {
    color: #0F1216 !important; /* Change text color to dark gray after selection */
}
.optionalDetailField.fieldrow2 {
    width: 457px;
}
.optionalDetailField.fieldrow1 {
    width: 213px;
}
.optionalDetailField.fieldrow3 {
    width: 335px;
}
.formOptionalDetail [type=submit] {
    height: 50px;
    border: 1px solid #E74A5E;
    background: #E74A5E;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--Greys-00, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    border-radius: 0px;
}
/* Style the checkbox */
.formOptionalDetail input[type="checkbox"] {
  appearance: none; /* Remove default browser styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px; /* Set width */
  height: 24px; /* Set height */
  border: 2px solid black; /* Border color */
  background-color: white; /* Background color */
  cursor: pointer;
  display: inline-block;
  position: relative;
padding:0px !important;
}

/* Change color when checked */
.formOptionalDetail input[type="checkbox"]:checked {
  background-color: #121256; /* Checkbox background when checked */
  border-color: #121256; /* Keep border black */
}

/* Add a custom checkmark */
/* .formOptionalDetail input[type="checkbox"]::before {
  content: "✔"; /* Unicode checkmark
  font-size: 16px;
  color: white; Checkmark color
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;  Hide by default 
} */
.formOptionalDetail input[type="checkbox"]::before {
  content: "";
  position: absolute;
	
    left: 9px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid white;
/*     border-width: 0 2px 2px 0; */
	border-width: 0 3px 3px 0;
    transform: rotate(45deg);
} 
/* Show checkmark when checked */
.formOptionalDetail input[type="checkbox"]:checked::before {
  display: block;
}
.formOptionalDetail span.wpcf7-list-item label {
  color: #1C1F23;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0px;
}
.formOptionalDetail .wpcf7-list-item{
	margin-left:0px;
}

/* Selected tags styling */
.selected-tag {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    padding: 6px 12px;
    background: #E6E6E7;
    backdrop-filter: blur(12px);
    color: #121256;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
	 align-items: center; /* Center vertically */
    justify-content: center;
}
p.optionalPara {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
	margin-bottom: 32px;
	margin-top:24px;
}
.optionTitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	margin-bottom:32px;
	margin-top:32px;
	
}
.optionTitle h4 {
    color: #000;
    font-family: Montserrat !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0px;
}
.clearData a {
    color: #E74A5E;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-decoration: none;
}
.clearData p {
    margin: 0px;
}
div#getIntouchSlider {
    width: 100%;
}
div#getIntouchSlider .slider .slide {
	height: 500px;
}
/* #getIntouchSlider .slick-track {
  margin-left: 60px !important; /* Adjust this value as needed */
} */
.unsaveAll {
    border-top: 1px solid #CCCDCE;
    padding-top: 32px;
}
a.getSubmit {
    padding: 12px 20px;
    align-items: center;
    border: 1px solid #E74A5E;
    background: #E74A5E;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-decoration: none;
}
.wpcf7 form .wpcf7-response-output {
    padding: 0px;
    margin: 28px 0px;
    font-size: 12px;
    border: none !IMPORTANT;
    color: #dc3232 !IMPORTANT;
}
.wpcf7-response-output {
    color: #121256 !important;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
	margin-top: 7px;
}
/*****home page serch form *****/
.searchForm {
    gap: 12px;
    display: flex;
    justify-content: center;
}
.serachInfo p {
    margin-bottom: 0px;
}
.serachInfo input[type=text] {
    width: 320px;
    background-color: #ffffff;
    padding: 6px 18px;
    height: 60px;
    border-radius: 0px;
    border: 0px;
    color: #35383B;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
}
.serachInfo input[type="text"]::placeholder {
    color: #35383B;
}
.serachInfo select {
    height: 60px;
    width: 273px;
    padding: 6px 18px;
    border-radius: 0px;
    border: 0px;
    color: #35383B;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
}
.serchBtn {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.trigger {
    width: 320px;
    background-color: #ffffff;
    padding: 6px 18px;
    height: 60px;
    border-radius: 0px;
    border: 0px;
    color: #35383B;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.trigger span.serachdropdownIcon {
    position: relative;
    padding-left: 10px;
    top: 5px;
}
.month-selection span.wpcf7-list-item {
    display: inline-block;
    width: 50%; /* Two-column layout */
	margin-bottom: 15px;
    margin-left: 0px;
}
.month-selection span.wpcf7-list-item-label {
    color: var(--Greys-900, #1C1F23);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-left: 10px;
    position: relative;
    top: -7px;
}
.month-selection {
    display: none; /* Hide by default */
    border: 1px solid #ddd;
    padding: 32px;
    background: #ffffff;
	width: 320px;
	position: absolute;
}
/* Hide the default checkbox */
.month-selection input[type="checkbox"] {
    appearance: none; /* Remove default styles */
    width: 24px;
    height: 24px;
	border:1px solid #676A6C;
    background-color: #E6E6E7; /* Default background */
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

/* Custom checkmark when checked */
.month-selection input[type="checkbox"]:checked {
    background-color: #121256; /* Checked background */
}

/* Add the white tick mark */
.month-selection input[type="checkbox"]::before {
    content: "\2713";
	font-size: 18px;
    color: transparent; 
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

/* Show tick mark when checked */
.month-selection input[type="checkbox"]:checked::before {
    color: #ffffff !important; /* White tick mark */
}
.serchBtn [type=submit] {
    width: 180px;
    height: 60px;
    padding: 16px 28px;
    align-items: center;
    gap: 12px;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
    border: 0px;
    background-color: #E74A5E;
    color: #ffffff;
	border-radius: 0px;
}
.serchBtn .wpcf7-spinner {
    display: block;
}
.monthRow {
    display: flex;
	flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 10px;
}
.monthImage {
    position: relative;
}
.monthImage img {
    max-width: 162px;
    max-height: 197.333px;
    width: 100%;
    min-width: 162px;
    min-height: 197.333px;
}
.monthImage a {
    float: left;
    width: 100%;
    height: 100%;
}

.monthImage a img {
    object-fit: cover;
    height: 100%;
}
.monthContainer {
    margin-left: 75px;
}
.monthImage h6 {
    margin: 0px;
    position: absolute;
    bottom: 15px;
    left: 12px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    text-transform: uppercase;
}
.monthImage h6 {
    margin: 0px;
    position: absolute;
    bottom: 16px;
}
/* .getFirstForm {
    max-height: 100vh;
    top: 95px;
    position: -webkit-sticky;
    position: sticky;
} */
/* #getInForm {
  height: 670px; 
  overflow-y: auto;
  scrollbar-width: thin; 
  scrollbar-color: transparent transparent; 
} 
#getInForm::-webkit-scrollbar {
  width: 8px; 
}
#getInForm::-webkit-scrollbar-track {
  background: transparent; 
}
#getInForm::-webkit-scrollbar-thumb {
  background: transparent; 
}
#getInForm:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
} */
/**** Experience page******/
.experiencecards {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    
    width: 100%;
/*     justify-content: space-around; */
}
.experiencecards .slide {
    width: 389.33px;
    height: 442px;
    position: relative;
    overflow: hidden;
/*     margin-bottom: 16px; */
}
.experiencecards .journey-top-buttons {
    position: absolute;
    top: 10px;
    left: 10px;
    gap: 10px;
 
}
.experiencecards .journey-top-buttons img {
    padding-right: 10px !important;
    aspect-ratio: auto;
    width: auto !important;
    height: auto !important;
}
.experiencecards .journey-top-buttons button {
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    backdrop-filter: blur(24px);
    background: #00000029;
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    border-radius: 0;
    display: flex;
	align-items: center;
}
.experiencecards .bottom-heading h4, .bottom-heading h4 {
    font-family: Montserrat !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    margin-top: 0px;
margin-bottom: 0px;
}
span.bottomHeadingSpan {
    font-size: 12px;
}
.experiencecards .slide:hover .bottom-heading {
    bottom: 20px;
}
.experiencecards .bottom-heading h3 {
    font-size: 24px ! IMPORTANT;
    line-height: 40.8px;
}
.experiencecards .custom-category-gems{
	opacity: 1;
}
.experiencecards .slide:hover .custom-category-gems{
	opacity: 0;
}
.experience-sec button#loadMore {
    margin-top: 3rem !important;
    justify-content: center;
}
.experience-sec button#loadMore {
    display: flex;
    height: 3rem;
    min-width: 9.375rem;
    padding: 0.75rem 1.25rem;
    gap: 0.5rem;
    border: 1px solid var(--Primary-Colours-Happy, #E74A5E);
    background: var(--Primary-Colours-Happy, #E74A5E);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--Greys-00, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 700;
    line-height: 120%;
    margin: 0 auto;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.experinceSurpriseBtn{
    margin-top: 35px;
}
.experinceSurpriseBtn span.surpriseText {
    color: #E74A5E;
	font-weight: 600;
}
.experinceSurpriseBtn a.surpriseButton {
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #CCCDCE;
	margin-left: 0px;
}
.experinceSurpriseBtn {
    display: flex;
    justify-content: center;
}
.experienceBar {
    display: flex;
    justify-content: center;
	    margin-top: 60px;
}
.experienceBar span.experiencePinkBar {
    background-color: #E74A5E;
    width: 176px;
    padding: 15px;
    display: block;
}
.experienceBar span.experienceBlueBar {
    background-color: #121256;
    width: 176px;
    padding: 15px;
    display: block;
}
.experienceCatForm .contactInfo input[type="text"], 
.experienceCatForm .contactInfo input[type="email"]{
	background-color:#f2f3f3;
}
.loadMoreExperience {
    align-items: center;
    background-color: #ffffff !important;
    color: #E74A5E !important;
}
.surpriseLeft {
    border: 0.5px solid var(--Greys-200, #CCCDCE);
    backdrop-filter: blur(12px);
    height: 60px;
    padding: 8px 20px;
    align-items: center;
}
.surpriePara1 {
    color: #0F1216;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0px;
}
.surpriePara2 {
    color: #9A9B9D;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
	margin: 0px;
}
/****blog slider css*****/
.blog-slider-wrapper .slick-initialized .slick-slide {
    margin: 0 20px 0 0;
}
.blog-slider-wrapper .slick-slide img{
	width:100%;
}
.blog-slider-wrapper .slick-track {
    padding-left: 50px;
}
.blogDetails .blogHeading {
    color: #121256;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.8px;
    margin-top: 16px;
    margin-bottom: 0px;
}
.blogDetails .blogContent{
	overflow: hidden;
    color: #0F1216;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    height: 65px;
    align-self: stretch;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limits text to 3 lines */
    -webkit-box-orient: vertical;
    white-space: normal;
	margin: 10px 0px;
}
.blogDetails .blogDate {
    overflow: hidden;
    color: #676A6C;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
}
.blogDetails .blogTime{
	font-size: 14px;
}
.slide:hover .custom-category-gems {
    display: none;
}
.custom-category-gems {
    display: flex;
    background: var(--Primary-Colours-Happy, #E74A5E);
    backdrop-filter: blur(12px);
    column-gap: 0.25rem;
    color: var(--Greys-00, #FFF);
    font-family: Montserrat;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 0.25rem 0.75rem 0.25rem 0.5rem;
    position: absolute;
    top: 1rem;
/*     left: 37%; */
	left: 33%;
    justify-content: flex-start;
    align-items: center;
    opacity: 1;
}
div#contactPageSlider {
	width: 100%;
}
div#contactPageSlider .slick-track {
	padding-left: 30px;
}
div#unpackingStyleSlider{
	width: 100%;
}
.unpackingStyle h3{
	font-size: 24px;
line-height: 28.8px;
}
div#contactPageSlider .bottom-heading h3{
	font-size: 24px;
line-height: 28.8px;
}
/************Responsive css******************/
@media only screen and (max-width: 1920px) {
/* div#getSliderContainer{
  padding-left:65px;
}
#getIntouchSlider .slick-track {
  margin-left: 27px !important; 
} */
}
@media only screen and (max-width: 1440px) {
/* div#getSliderContainer{
  padding-left:15px;
}
#getIntouchSlider .slick-track {
  margin-left: 32px !important;
} */
}
@media only screen and (max-width: 1400px) {
/* div#getSliderContainer{
  padding-left:15px;
}
#getIntouchSlider .slick-track {
  margin-left: 24px !important; 
} */
}
@media only screen and (max-width: 1366px) {
div#trendingJourneysHm {
    padding-left: 10px;
}
/* #getIntouchSlider .slick-track {
  margin-left: 20px !important; 
} */
}
@media only screen and (max-width: 1280px) {
div#trendingJourneysHm {
    padding-left: 18px;
}
/* div#getSliderContainer {
    padding-left: 10px;
}
#getIntouchSlider .slick-track {
  margin-left: 18px !important; 
} */
}
@media only screen and (max-width: 1200px) {
/* div#getSliderContainer {
    padding-left: 0px;
}	 */
}
@media(min-width:821px) and (max-width:1024px){
	.intl-tel-input input.wpcf7-form-control.wpcf7-phonetext {
    width: 60% !important;
    padding-left: 16px !important;
}
.intl-tel-input .selected-flag {
    padding: 0 0 0 10px !important;
}
.intl-tel-input  .flag-container {
    width: 40% !important;
    position: unset;
}
}
@media only screen and (max-width: 1024px) {
	
/* 	.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    margin-left: 20px !important;
} */
.search-cards-container {
    width: 100%;
}
.contactInfo input[type="text"], .contactInfo input[type="email"] {
    width: 200px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    width: 231px;
}
div#trendingJourneysHm {
    padding-left: 0px;
}
/* #getIntouchSlider .slick-track {
    margin-left: 10px !important;
} */
#getIntouchSlider .slide:hover .bottom-heading {
    bottom: 180px;
}
.optionalDetailField.fieldrow2 {
    width: auto;
}
.optionalDetailField.fieldrow3 {
    width: 48%;
}
.experiencecards .slide {
    width: 49%;
    margin-bottom: 0px;
}
.gems-slider-container .slick-prev {
    left: 70%;
}
.gems-slider-container .slick-next {
    right: 24%;
}
.testimonial-content-container{
width:59%;
}
}
@media only screen and (max-width: 997px) {
 .contactForm {
    flex-direction: column;
}
 .contactInfo input[type="text"],
  .contactInfo input[type="email"],
  .contactInfo,
  .contactInfo input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
  }
  .contactForm {
    gap: 12px;
  }
}
@media only screen and (max-width: 820px) {
.experiencecards .slide {
        width: 48.7%;
    }
	.getFormRow {
    flex-direction: column;
}
}
@media only screen and (max-width: 768px) {
	
.getFormRow {
    flex-direction: column;
	align-items: flex-start;
}
.getFormField {
    flex-direction: column;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    margin: 0px !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
        width: 268px;
/*         margin-left: 20px !important; */
}
.optionalDetailRow {
    flex-direction: column;
}
.optionalDetailField.fieldrow1{
	width:100%;
	 margin-bottom: 32px;
}
 .optionalDetailField.fieldrow3{
	width:100%;
}
	.fieldTravel{
		margin-bottom: 32px;
	}

    .gems-slider-container .slick-prev {
        left: 62%;
    }
    .gems-slider-container .slick-next {
        right: 30%;
    }
}
@media only screen and (max-width: 667px) {
.top-submit, .top-submit input {
    width: 100%;
}
	.gems-content{
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}
	.fieldrow1 select.wpcf7-form-control.wpcf7-select {
    width: 100%;
}
	.intl-tel-input input.wpcf7-form-control.wpcf7-phonetext {
    width: 60% !important;
    padding-left: 16px !important;
}
	.intl-tel-input  .flag-container {
    width: 40% !important;
    position: unset;
}
	input.wpcf7-form-control.wpcf7-phonetext {
    margin-left: 0px !important;
}
	.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 26px;
}
	.intl-tel-input .selected-flag {
    padding: 0 0 0 10px !important;
}
	.intl-tel-input .selected-flag {
/*     width: 120px !important; */
    background-color: transparent !important;
    border: 0.5px solid #9A9B9D;
}
    .bannerHeading {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 32px;
    }

  p.animationText {
    font-size: 22px;
    line-height: 28.6px;
    margin-bottom: 30px;
    text-align: center;
  }
  .aboutAnimationText {
    text-align: center;
    margin: 0 auto;
  }
  .aboutButton {
    width: auto;
	 font-size: 16px;
    line-height: 19.2px;
  }
  .slick-slide > .textimonial-slick {
    flex-direction: column;
  }
  .contactForm {
    flex-direction: column;
  }
  .testimonial-content-container {
    text-align: left;
  }
  .testimonial-slide-item {
    padding: 0px;
    margin: 0px 20px;
  }
  .testimonial-content-container p {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial-content-container span {
    font-size: 18px;
    line-height: 21.6px;
  }
	.testimonial-content-container h3{
		font-size: 25px;
    line-height: 30px;
		margin: 16px 0px;
	}
  .testimonial-image-container img {
    width: 200px;
    height: 200px;
	min-width: 200px;
    min-height: 200px;
}
	.testimonial-content-container{
		padding-left: 0px !important;
		width: 100%;
	}
  .borderSpan {
    display: none !important;
  }
  .mobileBorderSpan {
    display: block !important;
    margin-top: 16px;
	  width:200px;
  }
	.jornetSpan {
    padding: 15px;
    width: 200px;
}
  .journey-container {
    flex-direction: column;
  }
  .journey-sidebar {
    width: 100%;
    padding: 0px 16px;
  }
  .journey-content-wrapper {
    width: 100%;
  }
  .journey-content-wrapper .content {
    position: relative;
  }
  .journey-content-wrapper .content {
    position: relative;
  }
  .jornetSpan {
    margin: 0 auto;
  }
  .contactInfo input[type="text"],
  .contactInfo input[type="email"],
  .contactInfo,
  .contactInfo input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
  }
  .contactForm {
    gap: 12px;
  }
  .journeyHeading {
    font-size: 36px;
    line-height: 32.5px;
    margin-bottom: 28px;
    margin-top: 28px;
    text-align: center;
  }
  p.journey-para {
    text-align: center;
    margin-bottom: 20px;
  }
  .journey-tabs {
    flex-direction: row;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
 
  .journey-tab {
    padding: 12px;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16.8px;
    width: auto;
    background-color: #ffffff;
    margin: 9px;
  }
  .journey-bottom-content {
    position: absolute;
    bottom: -40px;
    margin: 0 auto;
    left: 0;
	  right:0;
  }
  .journey-content-wrapper .slick-slider {
    margin-bottom: 32px;
  }
  .gems-slider-container {
    height: auto;
  }
  .gems-content {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    padding-bottom: 20px;
    z-index: unset;
/*     padding: 40px 10px 0px 10px; */
	padding-top: 40px;
    text-align: center;
  }
  .gems-slick-slider .slick-slide, .gems-slick-slider .slick-slide img {
    height: 300px !important;
  }
  a#gems-content-link {
    justify-content: center;
    margin: 21.5px 0px;
  }
	#gems-content-subTitle{
		display:none;
	}
h3#gems-content-title {
    margin: 8px 0px 10px 0px;
}
  .gemsButtom {
    justify-content: center;
    top: 0px;
/* 	  background-color: #f2f3f394; */
        padding: 0px 0px 40px 0px;
  }
	.gemsViewAll {
    font-size: 16px;
    line-height: 19.2px;
		    padding: 12px 20px;
	text-decoration:none;
}
  .gems-slider-container .slick-prev {
    top: 45%;
    left: 2%;
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
  }
  .gems-slider-container .slick-next {
    right: 2%;
    top: 45%;
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
  }
	.headingBorder {
    padding: 15px;
    width: 200px;
}
  div#homeCounterMobile {
    display: none;
    width: 100%;
    float: left;
  }
  div#homeCounterMobile .elementor-element {
    width: 50%;
    float: left;
	  
    text-align: center;
  }
  div#homeCounterMobile .e-con-inner {
    height: 190px;
    align-content: space-around;
    justify-content: center;
  }
div#trendingJourneysHm {
        padding-left: 20px;
    }
.contactInfo input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 20px;
}
	.search-container input[type="text"], .surpriseButton {
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
}
.search-box::placeholder {
  font-size: 12px;
  line-height: 18px;
  color: #9A9B9D;
}
	.journey-content-wrapper .slider .slide{
		height:500px;
	}
	
/* .journey-content-wrapper .slide:hover .journey-overlay {
background: none;
} */
/* .journey-content-wrapper .slide:hover .journey-top-buttons {
  display: none;
}

.journey-content-wrapper .journey-arrow, .journey-content-wrapper .slide:hover .journey-arrow{
  display:none;
} */
.slide:hover .journey-wishlist {
    display: none;
}
.journey-wishlist {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
}
.getDropDown .dropdown-container {
    margin: 0 auto;
}
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
        width: 215px;
/*         margin-left: 20px !important; */
    }
#getIntouchSlider .slide:hover .bottom-heading {
    bottom: 55px;
}
.getFormField [type=submit] {
    width: 100%;
}
a.getSubmit {
    display: block;
    text-align: center;
}
/* #getIntouchSlider .slick-track{
		margin-left: -29px !important;
	} */
/* div#getIntouchSlider .slider .slide {
    margin: 0 0px 0px 0px;
} */
	.optionalDetailRow1, .optionalDetailRow11, .optionalDetailField.fieldrow1, .optionalDetailRow, .optionalDetailField.fieldrow3 {
    margin-bottom: 24px;
}
	div#selected-experiences, div#selected-destinations {
    margin-bottom: 12px;
}
	.travelRow, .hereAboutRow{
		margin-bottom: 0px;
	}
.unsaveAll {
    padding-top: 24px;
}
#getInForm {
  height: auto; 
}
.journey-content-wrapper .slide:hover .journey-overlay, .journey-overlay {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 1.78%, rgba(0, 0, 0, 0.4) 10.97%, rgba(0, 0, 0, 0) 50.17%) ;
}
.testimonial-slide-item.slick-slide {
    margin: 0 20px !important;
}
.journey-content-wrapper .slick-track{
	padding-left: 20px;
}
.homeBanner .elementor-element-537d0a3{
	background:unset;
}
.getForm {
    padding-top: 22px;
}
.monthImage img {
    max-width: 100%;
    max-height: 100%;
}
.searchForm {
    flex-direction: column;
}
.serachInfo input[type=text], .serachInfo select, .serchBtn [type=submit] {
	width: 100%;
}
.serchBtn {
    display: block;
}
.experinceSurpriseBtn {
    margin-top: 0px;
	flex-direction: column;
    align-items: center;
}
.experienceBar span.experiencePinkBar, .experienceBar span.experienceBlueBar {
    width: 105px;
}
.experienceBar {
    margin-top: 32px;
}
.experiencecards .slide {
        height: 500px;
	width: 100%;
    }

.surpriseLeft {
    margin-top: 18px;
    margin-bottom: 32px;
}
.trending .slick-list{
	padding-right:0px !important;
}
.journey-content-wrapper .slick-initialized .slick-slide {
    margin: 0 16px 0 0 !important;
}
.journey-content-wrapper .slick-track {
    padding-left: 50px;
}
.custom-category-gems {
	opacity: 1;
}
.experiencecards .journeyjorneyCategory {
    display: none;
}

.trigger {
	width:100%;	
	}
.surpriseButton{
	margin-left: 5px;	
	}
}