/* .bg-gredient:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(10, 20, 20, 0.15) 0%, rgba(10, 20, 20, 0.45) 60%, rgba(10, 20, 20, 0.72) 100%);
} */

.contact-form .elementor-field-group-field_3356e4a {
  margin-bottom: 100px !important;
}

.contact-form .elementor-field-type-select select:focus {
  box-shadow: unset;
}

.contact-form input:focus,
.contact-form select:focus {
  border-bottom-color: #c8a96e !important;
}

.contact-form input,
.contact-form select {
  transition: border-color 0.25s;
}

.contact-form input {
  padding-left: 0;
  padding-right: 0px;
}

.contact-form .elementor-field-type-radio .elementor-field-option label {
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 9px 18px;
  border: 1px solid #d8d2c8;
  cursor: pointer;
  transition: all 0.2s;
  font-style: unset !important;
  font-family: "Avenir Light", Sans-serif !important;
}

.contact-form .elementor-field-group-contactmsg {
  font-size: 16px !important;
  font-style: italic;
  font-family: "Cormorant Garamond", serif !important;
  text-transform: inherit !important;
  line-height: 17px !important;
  letter-spacing: unset !important;
  color: #888880 !important;
}

.contact-form .elementor-field-type-radio .elementor-field-option label:hover {
  border-color: #1a4a4a;
  color: #1a4a4a;
}

.contact-form button.elementor-button:hover {
  cursor: pointer;
  background-color: #2a6060 !important;
}

.contact-form .elementor-field-type-radio .elementor-field-option input[type="radio"]:checked+label {
  background: #1a4a4a;
  color: white;
  border-color: #1a4a4a;
}

.contact-form .elementor-select-wrapper .select-caret-down-wrapper {
  display: none;
}

.contact-form .elementor-field-type-select select {
  background: unset;
}

.contact-form .elementor-field-type-select {
  position: relative;
}

.contact-form .elementor-field-type-select::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2026/03/down-arrow-icon.png);
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
  background-size: cover;
  right: 30px;
}

.contact-form .elementor-field-type-radio .elementor-field-option input[type="radio"] {
  display: none;
}

.wh-we-do-post-img {
  overflow: hidden;
  aspect-ratio: 7.99 / 9;
}

.wh-we-do-post-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.e-loop-item:hover .wh-we-do-post-img img {
  transform: scale(1.04);
}

div.cta-section {
  display: none;
}

.linear-divider {
  position: relative !important;
}

.linear-divider::before {
  content: "" !important;
  width: 100% !important;
  height: 1px !important;
  background: linear-gradient(to right,
      transparent,
      rgba(184, 154, 106, 0.4),
      transparent);
}

#elementor-sticky-header,
.single-destination-section #elementor-sticky-header #header-section {
  background-color: rgba(247,244,239,0.94);
}

#elementor-sticky-header a {
  color: #000;
}

.hero-main-heading h1 em {
  color: #b89a6a;
}

.hero-banner {
  position: relative;
}

.hero-banner::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(18, 16, 12, 0.62) 0%,
      rgba(18, 16, 12, 0.28) 40%,
      rgba(18, 16, 12, 0) 75%);
}

#elementor-sticky-header .current_page_item a,
#elementor-sticky-header a:hover {
  color: #c3996b;
}

#custom-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.popup-content {
  position: relative;
  width: 600px;
  max-width: 90%;
  margin: 5% auto;
  background: #fff;
  padding: 30px;
  z-index: 2;
}

.experience-wrapper {
  width: 100%;
  /* padding: 40px; */
  height: 100%;
}

#elementor-popup-modal-2424 .elementor-element.elementor-element-746ed36 {
  padding: 0;
  height: 100%;
}

#elementor-popup-modal-2424 #ajax-popup-content {
  padding: 0;
}

.experience-inner {
  display: flex;
  /* gap: 40px; */
  /* align-items: flex-start; */
}

/* LEFT */
.experience-gallery {
  width: 50%;
}

/* RIGHT */
.experience-content {
  width: 50%;
  padding: 50px;
}

.experience-content h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

/* Images */
.thumb-slider {
  margin-top: 15px;
}

.thumb-slider img {
  width: 100%;
  cursor: pointer;
  opacity: 0.6;
}

#ajax-popup-content .swiper-button-prev,
#ajax-popup-content .swiper-button-prev:hover {
  left: 0;
  top: -140%;
  left: -105px;
  font-weight: bold;
}

#ajax-popup-content .swiper-button-next,
#ajax-popup-content .swiper-button-next:hover {
  right: 0px;
  top: -140%;
  right: -105px;
  font-weight: bold;
}

#ajax-popup-content .swiper.thumb-slider {
  overflow: visible;
}

h4.related-exp-title {
  margin-top: 30px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6b6259;
  margin-bottom: 14px;
  font-family: "Avenir Light", Sans-serif;
}

#elementor-popup-modal-2424 .dialog-message {
  /* max-width: 90vw; */
  width: 100% !important;
  margin-left: auto;
  overflow: visible;
  /* max-height: 88vh; */
  max-width: 1100px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100% !important;
}

#elementor-popup-modal-2424 .swiper-button-next,
#elementor-popup-modal-2424 .swiper-button-prev {
  display: none !important;
}

.experience-cta a.plan-journey-btn {
  color: #fff;
  background: #c3996b;
  padding: 14px 28px;
  display: block;
  width: fit-content;
  margin-top: 25px;
}

.experience-cta a.plan-journey-btn:hover {
  background-color: #1e3c36;
}

.location-label {
  color: #c3996b;
}

#elementor-popup-modal-2424 .dialog-widget-content {
  background-color: transparent !important;
}

.thumb-slider .swiper-slide img {
  opacity: 1;
  border: 2px solid #000;
  height: 100%;
  object-fit: cover;
}

.thumb-slider .swiper-slide.swiper-slide-visible:not(.swiper-slide-thumb-active)::before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.thumb-slider .swiper-slide.swiper-slide-visible {
  position: relative;
}

#ajax-popup-content .swiper-button-prev:after,
#ajax-popup-content .swiper-button-next:after {
  color: #c3996b;
}

.thumb-slider .swiper-slide {
  width: 123px !important;
  height: 160px;
}

.best-time,
.location-name,
.suggested_stay {
  font-size: 13px;
  font-weight: 300;
  color: #000;
  display: block;
}

.best-time strong,
.suggested_stay strong,
.location-name strong {
  color: #c3996b;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}

.location {
  margin-top: 10px;
}

.exp-popup-wrapper {
  width: 100%;
  background: #f5f5f5;
}

.location span {
  padding: 1px 15px;
  background-color: #c3996b;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
}

#elementor-popup-modal-2424 .elementor-popup-modal .dialog-close-button svg {
  fill: #c3996b;
  font-size: 2rem;
}

.exp-popup-inner {
  display: flex;
  align-items: stretch;
}

/* LEFT IMAGE COLUMN */
.exp-image-col {
  flex: 1;
  overflow: hidden;
}

.exp-image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RIGHT CONTENT COLUMN */
.exp-content-col {
  flex: 1;
  padding: 13px 32px 13px 32px;
  background: #eaeaea;
}

.exp-title {
  font-size: 28px;
  margin-bottom: 20px;
}

.exp-description {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.exp-tags {
  font-size: 14px;
  color: #444;
}

a.filter-label.region-tab,
.custom-dropdown .dropdown-selected,
.month-btn {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 9px 18px;
  border: 1px solid rgba(184, 154, 106, 0.2);
  background: transparent;
  color: #6b6b63;
  cursor: pointer;
  transition: all 0.22s;
  white-space: nowrap;
  border-radius: unset;
  display: inline-flex;
}

.filter-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.filter-row h4 {
  min-width: 120px;
  margin: 0;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.filter-label:hover {
  color: #025157;
}

.filter-label.active:hover {
  color: #fff;
}

.filter-row.disabled {
  opacity: 0.4;
  pointer-events: none;
}

#clear-filter {
  margin-top: 10px;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 33px;
  border: 1px solid rgba(184, 154, 106, 0.2);
  background: transparent;
  transition: all 0.22s;
  z-index: 5;
  background-color: #000;
  color: #fff;
}

#destination-results {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  transition: all 0.3s ease;
}

.elementor-loop-item {
  width: 100% !important;
}

#destination-results .elementor-loop-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
}

#destination-results .elementor-loop-item {
  margin-bottom: 10px;
}

.destination-loader {
  width: 50px;
  height: 50px;
  border: 4px solid #eee;
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 60px auto;
}

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

/* Smooth fade container */
.filter-label span.checkmark {
  position: absolute;
  left: 43px;
  opacity: 0;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  transform: translateX(-20px);
  display: inline-flex;
  top: 8px;
}

.filter-options img {
  width: 15px;
}

.filter-label .buttonText {
  transition: transform 0.4s ease;
  display: block;
}

.filter-label.active span.checkmark {
  opacity: 1;
  transform: translateX(-25px);
}

.filter-label.active .buttonText {
  transform: translateX(12px);
}

/* Container */
.custom-dropdown {
  position: relative;

  font-family: inherit;
  font-size: 15px;
  color: #025157;
}

/* Selected Box */
.dropdown-selected {
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}

.dropdown-selected:hover {
  border-color: #999;
}

/* Dropdown List */
.dropdown-list {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  max-height: 220px;
  overflow-y: auto;
  display: none;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Dropdown Items (filter-label) */
.dropdown-list .filter-label {
  padding: 10px 15px;
  display: flex;
  sition: background 0.2s ease;
  border: unset;
  width: 100%;
  justify-content: flex-start;
}

/* Hover state */
.dropdown-list .filter-label:hover {
  background: #f5f5f5;
}

/* Active Item */
.dropdown-list .filter-label.active .checkmark {
  opacity: 1;
}

/* Smooth animation */
.custom-dropdown.open .dropdown-list {
  display: block;
}

/*Abhinay Style for Filters*/
/* ===== COMMON ROW ===== */

.filter-row h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* ===================================
   MONTH SECTION
=================================== */

.month-filter {
  display: block;
  /* ensure full width */
}

.month-filter .filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* ===================================
   COUNTRY + REGION TWO COLUMN
=================================== */

.country-filter,
.region-filter {
  display: inline-block;
  vertical-align: top;
}

.region-filter {
  margin-left: 1%;
}

/* ===== TWO COLUMN WRAPPER ===== */
.filter-two-column {
  display: flex;
  gap: 0%;
  flex-wrap: wrap;
}

.elementor-widget-testimonial-carousel .swiper-pagination-bullets {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {

  .country-filter,
  .region-filter {
    width: 100%;
    margin-left: 0;
  }
}

/* ===================================
   FILTER BUTTON STYLE
=================================== */

.filter-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

a.filter-label.region-tab:hover,
.custom-dropdown .dropdown-selected:hover,
.month-btn:hover {
  border-color: #c3996b;
  color: #000;
}

.filter-label.active {
  background: #0f766e;
  color: #fff;
  border-color: #0f766e;
  position: relative;
}

/* Hide checkmark by default */
.filter-label .checkmark {
  display: none;
}

.filter-label.active .checkmark {
  display: inline-block;
}

/* ===================================
   DROPDOWN STYLING
=================================== */
.dropdown-selected {
  padding: 12px 15px;
  border: 1px solid #dcdcdc;
  background: #fff;
  cursor: pointer;
}

.dropdown-list {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
  max-height: 250px;
  overflow-y: auto;
  z-index: 99;
}

.dropdown-list li {
  padding: 10px 15px;
  cursor: pointer;
}

.dropdown-list li:hover {
  background: #f3f3f3;
}

.page-id-2963 .elementor.elementor-59 {
  background-color: #1e3c36;
}

.contact-form .elementor-field-group-timefeild {
    display: block;
    margin-bottom: 10px !important;
}

.contact-form .elementor-field-group-datefeild{
   display: block;
   margin-bottom: 10px !important;
}

.contact-form .elementor-field-group-dateoptionfeildformob{
 display: none;
}

.contact-form .elementor-field-group-timefeildformob{
 display: none;
}

/* ===================================
   CLEAR BUTTON
=================================== */

#clear-filter:hover {
  background: #0f766e;
}

/* Responsive */
@media (max-width: 768px) {
  .filter-two-column {
    flex-direction: column;
    gap: 20px;
  }

  #destination-results .elementor-loop-container {
    gap: 14px;

  }

  .contact-form .elementor-field-group-field_3356e4a {
    margin-bottom: 66px !important;
  }

  .scroll-right {
    padding: 12px !important;
}

}

@media (max-width: 1024px) {
  #destination-results .elementor-loop-container {
    grid-template-columns: repeat(2, 1fr);

  }
}



@media (max-width: 599px) {
  #destination-results .elementor-loop-container {
    grid-template-columns: 1fr;

  }
}

/* MOBILE */
@media (max-width: 768px) {
  .experience-inner {
    flex-direction: column;
  }

  .experience-gallery,
  .experience-content {
    width: 100%;
  }

  .filter-top {
    display: inline-grid !important;
  }

  .month-filter {
    display: inline-grid !important;

  }

}

@media (max-width: 767px) {
.start-with-you-sec .start-with-you-card-body {
      z-index: 1;
  }
  .start-with-you-sec .start-with-you-column img, .start-with-you-sec .start-with-you-column .elementor-widget-image {
    opacity: unset !important;
  }
#destination-results h2.elementor-heading-title {
    font-size: 23px !important;
  }

  #destination-results .elementor-widget-text-editor {
    font-size: 15px;
}
.decl-sub {
    font-size: 12px !important;
}

.decl-line-1,.decl-line-2{
  max-width: 100% !important;
}
.story-slide img{
  height: 100% !important;
}
.story-stage {
        height: 70vh !important;
    }

.stories {
  padding-left: 0px !important;
  padding-right: 0px !important;
    }

    .story-slide-body {
    bottom: 34px !important;
}

.story-slide-nav {
    bottom: 18px !important;
    left:25px !important;
}

.story-nav-btn {
    width: 30px !important;
    height: 30px !important;

}
.story-slide-tag {
    font-size: 12px !important;
}

.story-slide-title {
    font-size: clamp(25px, 3.2vw, 44px) !important;
}

.decl-text-side {
        padding: 56px 16px !important;
    }

  .experi-desc {
    max-height: unset !important;
    opacity: unset !important;
}
.experi-readthestory {
    opacity: unset !important;

  }

  .spacing-text p {
    padding-top: 0px;
}

.contact-form .elementor-field-group-timefeild {
    display: none !important;
}

.contact-form .elementor-field-group-datefeild{
   display: none !important;

}

.contact-form .elementor-field-group-dateoptionfeildformob{
 /* display: block !important; */
  margin-bottom: 10px !important;
}

.contact-form .elementor-field-group-timefeildformob{
 /* display: block !important; */
 margin-bottom: 10px !important;
}

.contact-form .elementor-field-type-date {
    width: 100% !important;
}

.contact-form .elementor-field-type-select {
    width: 50% !important;
}

.moment-desc {
max-height: unset !important;
opacity: unset !important;
}

.moment-cta {
 max-height: unset !important;
opacity: unset !important;
}

.single-destinations .MainContainer .elementor-column {
    flex: unset !important;
}

.single-experiences .sticky-left {
    position: relative !important;
}

.single-experiences .scroll-right {
    height: unset !important;
    overflow-y: unset !important;
    scroll-behavior: unset !important;
}

 #homePageCards {
    display: none !important;
}

.single-experiences .sticky-left{
   height: unset;
}

.single-destinations .featured-banner.stax-condition-yes {
    min-height: unset !important;
}


}

@media (max-width: 768px) {
  .single-experiences .country-region span {
    font-size: 10px;
  }
.month-filter {
    margin-top: 15px !important;
}

}

@media (min-width: 993px) {
  .filter-top {
    gap: 11px !important;
  }

}

@media (max-width: 993px) {
.country-filter .dropdown-selected {
    width: 160px !important;
}
.single-experiences .sticky-left {
         margin-top: 0px !important;
    }

.scroll-right {
    padding: 5px 15px !important;
}
.exp-nav-item {
    padding: 18px 15px !important;
}
 .elementor-sticky--active.stickyHeader {
    background-color: #1e3c36 !important;
    position: fixed !important;
}
.single-experiences .mobileMenu {
background-color: #1e3c36;
/* position: relative !important; */
}

.single-destinations .mobileMenu,
.page-id-6925 .mobileMenu,
.page-id-6939 .mobileMenu {
background-color: #1e3c36;
/* position: relative !important; */
}

.single-experiences .elementor-sticky--active.stickyHeader {
background-color: #1e3c36 !important;
position: fixed !important;
}

.single-destinations .elementor-sticky--active.stickyHeader,
.page-id-6925 .elementor-sticky--active.stickyHeader,
.page-id-6939 .elementor-sticky--active.stickyHeader {
background-color: #1e3c36 !important;
position: fixed !important;
}


}


@media (min-width: 1200px) {
  .themegoods-navigation-wrapper .nav>li {
    margin: 0px 22px 0px 0px !important;
  }
}

@media (max-width: 1200px) {
  .month-filter {
    gap: 16px !important;
  }

  .month-btn {
    padding: 9px 17px;
  }


.start-with-you-sec .start-with-you-card-body {
    padding: 0 15px 36px !important;
}

.single-experiences .sticky-left {
    background-size: cover !important;
    margin-top: 20px;
}

}

@media (min-width: 769px) and (max-width: 993px) {
  #mobile-header .elementor-hidden-tablet {
    display: block;
  }

}

@media (min-width: 481px) and (max-width: 630px) {
  .elementor-field-group-contactmsg {
    width: 100% !important;
  }

  .contact-form .e-form__buttons {
    width: 100% !important;
    justify-content: flex-start !important;
  }

}

@media (max-width: 480px) {
  .clientNotes {
    font-size: 19px;
  }

  .MainContainer .elementor-column {
    flex: auto !important;
    width: 100%;
}



}

@media (max-width: 600px) {
  .moments-grid .elementor-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

}


#destination-results h2.elementor-heading-title {
  font-family: "Cormorant Garamond", Sans-serif;
  text-transform: capitalize;
  font-size: 30px;
  bottom: -5px;
}

#destination-results .e-child::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  opacity: 1;
  bottom: -6%;
  top: unset;
  background: linear-gradient(0deg, #000, transparent);
}

#destination-results .e-child {
  position: relative;
}

#destination-results .elementor-widget-heading,
#destination-results .elementor-widget-text-editor {
  position: relative;
  top: 5px;
}

#destination-results .elementor-loop-item .e-con-boxed.e-flex {
  padding: 0;
}

.destination-card {
  position: relative;
  overflow: hidden;
}

.destination-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
  z-index: 0;
}

.destination-card:hover::before {
  transform: scale(1.04);
}

.destination-card * {
  position: relative;
  z-index: 1;
}

.no-posts {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #777;
}

#load-more-destinations {
  font-family: "Avenir Light", Sans-serif;
  background: #1e3c36;
  color: #ffffff;
  padding: 18px 48px;
  border: none;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#load-more-destinations:hover {
  background: #449384;
}

.load-more-wrap {
  text-align: center;
  margin-top: 30px;
}

.has-more-posts {
  display: none;
}

.experience-grid {
  display: flex;
  height: 100%;
}

.right-col {
  width: 50%;
  padding: 60px;
  background: #f7f5f2;
}

.thumb-list {
  display: flex;
  gap: 15px;
  /* margin-top: 20px; */
}

.thumb-card {
  cursor: pointer;
  width: 120px;
  flex-shrink: 0;
  width: 130px;
  height: 90px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}

.thumb-card img {
  width: 100%;
  border-radius: 4px;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* REGION TABS */

.region-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.region-tab {
  padding: 10px 18px;
  border: 1px solid #d9d3cc;
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
}

.region-tab.active {
  background: #000 !important;
  color: #fff !important;
}

/* MONTH */

.month-filter {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.filter-title {
  font-size: 11px;
  letter-spacing: 2px;
  color: #8b847c;
}

.month-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.month-btn.active {
  background: #000;
  color: #fff;
}

/* DROPDOWN */
.dropdown-selected {
  border: 1px solid #d9d3cc;
  padding: 10px 15px;
  cursor: pointer;
}

.country-filter .dropdown-selected {
  width: 192px;
}

.dropdown-menu {
  position: absolute;
  background: #fff;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #ddd;
  display: none;
}

.dropdown-region {
  padding: 10px 15px;
}

.region-title {
  font-size: 11px;
  color: #999;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.dropdown-item {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  cursor: pointer;
}

.dropdown-item:hover {
  color: #000;
}

.count {
  color: #aaa;
}

.filter-row-clear-button {
  margin-top: 6px;
  margin-bottom: 41px;
  text-align: center;
}

#clear-filter:hover {
  background: #000;
  color: #fff;
}

.filter-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.region-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.month-filter {
  display: inline-flex;
  gap: 20px;
  margin-top: 30px;
}

.experience-grid .right-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 1.15;
  font-size: 40px;
  color: #1a1714;
  margin-bottom: 20px;
  position: relative;
}

.experience-grid .right-content h2::before {
  content: "";
  position: absolute;
  background-color: #c3996b;
  height: 1px;
  width: 36px;
  bottom: -20px;
}

.experience-grid .right-content .location-label {
  font-family: "Avenir Light", Sans-serif;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #c3996b;
  margin-bottom: 10px;
}

.experience-grid .right-content .description {
  margin-top: 45px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  color: #6b6259;
  margin-bottom: 28px;
}

/* .experience-grid .left-col {
  width: 50%;
} */
/*.experience-grid .right-col {
   width: 50%;
  background-color: #f8f4ef;
  overflow-y: auto;
  padding: 52px 52px 52px 48px;
  display: flex;
  flex-direction: column;
  gap: 0;
}*/

/* #elementor-popup-modal-2424 .dialog-message {
    max-width: 1060px;
    max-height: 88vh;
} */

.thumb-list {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #cfcfcf transparent;
}

/* Chrome, Edge, Safari */
.thumb-list::-webkit-scrollbar {
  height: 6px;
}

.thumb-list::-webkit-scrollbar-track {
  background: transparent;
}

.thumb-list::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #cfcfcf, #b5b5b5);
  border-radius: 20px;
}

.thumb-list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #b5b5b5, #999);
}

.thumb-card {
  flex: 0 0 auto;
  width: 160px;
  scroll-snap-align: start;
  border-radius: 8px;
  overflow: hidden;
}

.thumb-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.location-name {
  grid-column: 1 / -1;
}

.single-destination-section #header-section {
  background-color: #1e3c36;
}

.moments-grid .elementor-grid {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr) !important;*/
  gap: 10px !important;
}

.moment-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 520px;
  background: var(--dark);
}

.moment-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(12, 10, 6, 0.88) 0%,
      rgba(12, 10, 6, 0.2) 50%,
      transparent 100%);
  transition: opacity 0.35s;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.moment-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.moments-grid .open-location-popup {
  padding: 0;
  transition: transform 0.65s ease;
}

.experience-count {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #5a5850;
  padding-bottom: 4px;
}

.moment-cat {
  position: absolute !important;
  top: 30px;
  left: 25px;
  background: rgba(10, 8, 6, 0.45);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(160, 140, 200, 0.5);
  padding: 6px 12px;
  transition: background 0.25s !important;
}

.moment-cat .elementor-heading-title {
  letter-spacing: 0.2em;
}

.moment-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(12, 10, 6, 0.88) 0%,
      rgba(12, 10, 6, 0.2) 50%,
      transparent 100%);
  transition: opacity 0.35s;
}

.moment-body {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px 24px 24px !important;
  z-index: 1 !important;
}

.moment-desc {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.45s ease,
    opacity 0.35s ease !important;
}

.moment-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b89a6a;
  margin-top: 15px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.35s ease 0.05s,
    opacity 0.3s ease 0.05s !important;
}

.open-location-popup:hover {
  transform: translateY(-4px);
}

.open-location-popup {
  transition: transform 0.4s ease !important;
}

.open-location-popup:hover img {
  transform: scale(1.06);
}

.open-location-popup img {
  transition: transform 0.65s ease;
}

.open-location-popup:hover .moment-desc {
  max-height: 90px;
  opacity: 1;
}

.open-location-popup:hover .moment-cta {
  max-height: 24px;
  opacity: 1;
}

.neighbouring-countries {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.country-btn {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a5850;
  border: 1px solid rgba(90, 88, 80, 0.14);
  padding: 6px 13px;
  text-decoration: none;
  transition:
    border-color 0.22s,
    color 0.22s;
}

.single-destination-section #testimonial-sec {
  display: none;
}

.country-region {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Avenir Light";
}

.country-region .country {
  color: #b89a6a;
}

.country-region .region {
  color: #b89a6a;
}

.country-region .dot {
  margin: 0 3px;
}

.story-heading em {
  font-weight: 300;
}

.when-we-go-subheading {
  margin-bottom: 12px !important;
}

.when-we-go-mainheading h3 {
  margin-bottom: 14px;
}

.common-label-line::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #b89a6a;
}

.common-label-line {
  display: flex;
  align-items: center !important;
  gap: 12px !important;
}

.full-story-btn span.elementor-button-text {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  transition:
    gap 0.3s ease,
    color 0.25s;
}

.full-story-btn span.elementor-button-text::after {
  content: "";
  position: absolute;
  background-color: #b89a6a;
  width: 100%;
  height: 1px;
  bottom: -10px;
}

.full-story-btn span.elementor-button-text span.arrow {
  font-size: 14px;
  transition:
    gap 0.3s ease,
    color 0.25s;
  color: #1a1a18;
}

.full-story-btn span.elementor-button-text:hover {
  gap: 22px;
  transition:
    gap 0.3s ease,
    color 0.25s;
}

.full-story-btn span.elementor-button-text:hover span.arrow {
  color: #b89a6a;
}

.featured-banner .elementor-widget-image img:hover {
  transform: scale(1.04);
}

.featured-banner .elementor-widget-image img {
  transition: transform 8s ease;
}

.featured-banner .elementor-widget-image {
  overflow: hidden;
}

.moment-body .elementor-widget-heading {
  margin-bottom: 8px !important;
}

#elementor-sticky-header.main-menu-wrapper.visible {
  z-index: 99 !important;
  border-bottom: 1px solid rgba(195, 153, 107, 0.25);
}

#elementor-popup-modal-2424 {
  background: rgba(10, 8, 6, 0.72);
  pointer-events: all;
  backdrop-filter: blur(4px);
}

.exp-nav-wrapper {
  display: flex;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* Default half width */
.exp-nav-item {
  width: 50%;
  padding: 18px 60px;
  text-decoration: none;
  color: #222;
}

/* LEFT alignment */
.exp-nav-item.left {
  margin-right: auto;
  text-align: left;
  border-right: 1px solid #eee;
}

/* RIGHT alignment */
.exp-nav-item.right {
  margin-left: auto;
  text-align: right;
}

/* 🔥 IMPORTANT: when only one exists */
.exp-nav-wrapper .exp-nav-item:only-child.left {
  margin-right: auto;
  margin-left: 0;
}

.exp-nav-wrapper .exp-nav-item:only-child.right {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.exp-nav-item .label {
  font-size: 10px;
  letter-spacing: 2px;
  color: #c3996b;
  display: block;
  margin-bottom: 6px;
  font-family: "Avenir Light";
  font-weight: 400;
}

.exp-nav-item .title {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
}

.exp-nav-item .cat {
  font-size: 9px;
  letter-spacing: 2px;
  color: #999;
  display: block;
  margin-top: 8px;
  font-family: "Avenir Light";
  font-weight: 400;
}

.exp-nav-item:hover {
  background: #fafafa;
}

#elementor-popup-modal-2424 .dialog-close-button {
  display: flex;
  position: fixed;
  top: 22px;
  right: 28px;
  z-index: 400;
  background: rgba(26, 26, 24, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  backdrop-filter: blur(6px);
  transition: background 0.2s;
}

.elementor-popup-modal .dialog-close-button svg {
  fill: #fff !important;
  height: 15px !important;
}

.elementor-location-popup .right-content .location-label {
  margin-bottom: 0px;
  font-family: "Cormorant Garamond", Sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #b89a6a;
}

.elementor-location-popup .right-content h2::before {
  display: none;
}

.elementor-popup-modal .experience-grid .right-content {
  margin-bottom: 0;
}

.elementor-popup-modal .location-name {
  font-family: "Avenir Light", Sans-serif;
}

.experi-img {
  width: 100%;
  height: calc(100vh - 142px);
  overflow: hidden;
}

.experi-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(10, 20, 16, 0.82) 0%,
      rgba(10, 20, 16, 0.55) 22%,
      rgba(10, 20, 16, 0) 48%);
  pointer-events: none;
}

.experi-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block !important;
  transition: transform 0.8s ease;
  filter: saturate(0.88);
}

.open-experience-popup {
  padding: 0 !important;
}

.experi-info {
  position: absolute !important;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 28px 30px;
  z-index: 10;
}

.story-heading {
  transition: color 0.3s !important;
}

.experi-desc {
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease !important;
}

.experi-readthestory {
  opacity: 0;
  transform: translateY(4px) !important;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    color 0.3s !important;
}

.experi-readthestory span.arrow {
  font-size: 14px;
}

.experiences:hover .experi-readthestory {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.experiences {
  transition:
    opacity 0.7s ease,
    transform 0.7s ease !important;
}

.experiences:hover .experi-img img {
  transform: scale(1.06);
  filter: saturate(1);
}

.experiences:hover .experi-desc {
  max-height: 60px;
  opacity: 1;
}

/*Popup New Styling*/
/* Prevent flicker */

/* Slide base */

.left-col {
  width: 50%;
}

#testimonial-sec {
  display: none;
}

body.page-id-1138 #testimonial-sec,
body.page-id-916 #testimonial-sec {
  display: block;
}

#testimonial-sec .swiper-pagination-bullets {
  display: none;
}


.dropdown-region-label {
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a0896a;
  background: #f7f4ef;
  pointer-events: none;
}

.country-filter {
  width: 18%;
}

.custom-dropdown {
  position: relative;
  width: 250px;
  font-family: inherit;
}

.dropdown-selected {
  padding: 12px 15px;
  border: 1px solid #ddd;
  cursor: pointer;
  background: #fff;
  position: relative;
  user-select: none;
  transition: 0.3s ease;
}

.dropdown-selected:hover {
  border-color: #999;
}

/* Arrow */
.dropdown-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s ease;
}

/* Rotate arrow when open */
.custom-dropdown.open .dropdown-arrow {
  transform: translateY(-50%) rotate(-135deg);
  top: 56%;
}

/* Dropdown list */
.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  display: none;
  max-height: 250px;
  overflow-y: auto;
  z-index: 999;
}

.custom-dropdown.open .dropdown-list {
  display: block;
}

.dropdown-list li {
  padding: 10px 15px;
  cursor: pointer;
}

.dropdown-list li:hover {
  background: #f5f5f5;
}

.home-slider .swiper-slide::before {
  content: '';
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), transparent);
  animation: scrollpulse 2s ease-in-out infinite;
}

@keyframes scrollpulse {

  0%,
  100% {
    opacity: 0.4;
    transform: translateX(-50%) scaleY(1);
  }

  50% {
    opacity: 0.8;
    transform: translateX(-50%) scaleY(1.1);
  }
}

.start-with-you-sec .start-with-you-column {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 5;
  background: #1a1a18;
}

.start-with-you-sec .start-with-you-column img,
.start-with-you-sec .start-with-you-column .elementor-widget-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.78;
  transition: transform 0.8s ease, opacity 0.4s;
}

.start-with-you-sec .start-with-you-column:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}

.start-with-you-sec .start-with-you-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 28px 36px;
}

.start-with-you-sec .start-with-you-column .elementor-widget-image::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.92) 100%);
  content: '';
  height: 100%;
  width: 100%;
  z-index: 1;
}

.start-with-you-sec .start-with-you-column .elementor-heading-title em {
  color: #c9aa7a;
  display: block;
}

.hover-btn a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #c3996b;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .2s ease-out;
}

.hover-btn a {
  position: relative;
}

.e-con:hover .hover-btn a {
  color: #C3996B !important;
}


/*  Container hover -&gt; button active */
.e-con:hover .hover-btn a::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* css for dark green button*/
.hover-btn-green-line a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;

  height: 2px;
  width: 100%;
  background-color: #1E3C36;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: color .1s, transform .2s ease-out;

}

.hover-btn-green-line a {
  position: relative;


}

.e-con:hover .hover-btn-green-line a {
  color: #1E3C36 !important;
}

.e-con:hover .hover-btn-green-line a::before {

  transform-origin: left top;
  transform: scale(1, 1);
}
.start-with-you-sec .elementor-widget-text-editor p {
    padding: 0;
}



/* 04 TRAVELER STORIES */
.stories-header { text-align: center; padding-bottom: 40px; }
.stories-header h2 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(34px, 3.8vw, 52px); line-height: 1.15;
  color: var(--dark); margin-top: 16px;
}
.stories-header h2 em { font-style: italic; color: var(--gold); }
.story-stage {
  position: relative; width: 100%; aspect-ratio: 16/8;
  overflow: hidden; background: #1a1a18;
}
.story-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; }
.story-slide.active { opacity: 1; }
.story-slide img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0.78; }
.story-slide-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.06) 40%, rgba(0,0,0,0.72) 100%);
}
.story-slide-body {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 0 56px 48px; display: flex;
  align-items: flex-end; justify-content: space-between; gap: 48px;
}
.story-slide{
    display: none;
}

.story-slide.active{
    display: block;
}
.story-slide-text { max-width: 640px; }
.story-slide-tag {
  font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; font-family: Jost;
  color: #B89A6A; display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.story-slide-title {
  font-family: "Cormorant Garamond", Sans-serif; font-weight: 300;
  font-size: clamp(28px, 3.2vw, 44px); line-height: 1.15; color: #fff; letter-spacing: -0.01em;
}
.story-slide-title em { font-style: italic; color: #c9aa7a; }
.story-slide-nav { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; flex-shrink: 0; padding-bottom: 4px; position: absolute; bottom: 50px; right: 55px;}
.story-nav-btns { display: flex; gap: 8px; }
.story-nav-btn {
  width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.3);
  background: none; cursor: pointer; font-size: 18px; color: rgba(255,255,255,0.8);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.25s, border-color 0.25s; font-family: var(--serif);
}
.story-nav-btn:hover { background: rgba(184,154,106,0.4); border-color: var(--gold); }
.story-nav-dots { display: flex; gap: 7px; }
.story-nav-dot {
  width: 22px; height: 2px; background: rgba(255,255,255,0.25);
  border: none; padding: 0; cursor: pointer; transition: background 0.3s, width 0.3s;
}
.story-nav-dot.active { background:  #B89A6A; width: 38px; }
.story-read-link {
  display: block; font-family: 'Jost', sans-serif; font-size: 13px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.75); border-bottom: 1px solid rgba(184,154,106,0.5);
  padding-bottom: 3px; margin-top: 18px; transition: color 0.25s, border-color 0.25s;
}
.story-read-link::after { content: ' →'; color: var(--gold); }
.story-read-link:hover { color: #fff; border-color: var(--gold); }
.story-progress { position: absolute; bottom: 0; left: 0; height: 2px; background: var(--gold); width: 0%; opacity: 0.7; }
@media (max-width: 900px) {
  .story-stage { aspect-ratio: 4/5; }
  .story-slide-body { padding: 0 24px 36px; flex-direction: column; align-items: flex-start; gap: 20px; }
  .story-slide-nav { flex-direction: row; align-items: center; }
  .stories { padding-left: 24px; padding-right: 24px; }
}






/* 06 DECLARATION */
.declaration { display: grid; grid-template-columns: 1fr 1fr; min-height: 88vh; overflow: hidden; }
.decl-photo-side { position: relative; overflow: hidden; }
.decl-photo-side .decl-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; }
.decl-photo-side .decl-slide.active { opacity: 1; }
.decl-photo-side img { width: 100%; height: 100% !important; object-fit: cover; display: block; }
.decl-caption {
  position: absolute; bottom: 24px; right: 24px;
  font-family: var(--sans); font-size: 9px; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(255,255,255,0.5);
  background: rgba(0,0,0,0.26); padding: 5px 10px; pointer-events: none;
}
.decl-text-side {
  background: #1e3c36; display: flex; flex-direction: column;
  justify-content: center; align-items: flex-start; padding: 80px 72px; position: relative;
}
.decl-sub {
  font-family: 'Jost', sans-serif; font-size: 15px; font-weight: 400; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 32px; position: relative; z-index: 1; padding: 0;
}
.decl-line-1 {
      font-family: "Cormorant Garamond", Sans-serif; font-weight: 300;
  font-size: clamp(28px, 3vw, 42px); line-height: 1.35; color: #b89a6a;
  max-width: 460px; margin-bottom: 28px; position: relative; z-index: 1; padding-top: 0; padding-bottom: 0;
}
.decl-line-2 {
  font-family: "Cormorant Garamond", Sans-serif; font-weight: 300;
  font-size: clamp(19px, 1.9vw, 24px); line-height: 1.6; color: rgba(255,255,255,0.82);
  max-width: 460px; margin-bottom: 36px; position: relative; z-index: 1; padding-top: 0; padding-bottom: 0;
}
.decl-dots { display: flex; gap: 10px; position: relative; z-index: 1; }
.decl-dot { width: 28px; height: 2px; background: rgba(255,255,255,0.2); border: none; cursor: pointer; transition: background 0.4s, width 0.4s; padding: 0; }
.decl-dot.active { background: #B89A6A; width: 48px; }
@media (max-width: 900px) {
  .declaration { grid-template-columns: 1fr; min-height: unset; }
  .decl-photo-side { height: 55vw; min-height: 280px; }
  .decl-text-side { padding: 56px 32px; }
}


/*Sticky Header*/
.stickyHeader {
    background: rgba(247, 244, 239, 0.94) !important;
    border-bottom: 1px solid rgba(184, 154, 106, 0.12) !important;
}
.stickyHeader li.menu-item a {
    color: #c3996b !important;
}
.single-experiences .mainHeader, .single-destinations .mainHeader, .page-id-6939 .mainHeader, .page-id-6925 .mainHeader, .page-id-3 .mainHeader, .page-id-2963 .mainHeader, .page-id-3440 .mainHeader {
    position: relative;
    background: rgba(247, 244, 239, 0.94) !important;
    border-bottom: 1px solid rgba(184, 154, 106, 0.12) !important;
}
.single-experiences .mainHeader a, .single-destinations .mainHeader a, .page-id-6939 .mainHeader a, .page-id-6925 .mainHeader a, .page-id-3 .mainHeader a, .page-id-2963 .mainHeader a, .page-id-3440 .mainHeader a{
    color: #c3996b !important;
}
#homePageCards .elementor-loop-container.elementor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    width: 100%;
}
#homePageCards .e-child {
    position: relative;
}
#homePageCards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    transition: all 0.3s ease;
}
#homePageCards .elementor-loop-item .e-con-boxed.e-flex {
    padding: 0;
}
#homePageCards .e-child::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    opacity: 1;
    bottom: -6%;
    top: unset;
    background: linear-gradient(0deg, #000, transparent);
}
@media (max-width: 992px) {
  .mobileMenu nav.elementor-nav-menu--dropdown {
    top: 60px ;
}
.home-slider {

}
.stickyHeader{
   z-index: 9 !important;
    position: relative !important;
}
.mobileMenu{
    z-index: 9 !important;
    position: absolute !important;
    top:0 !important;
}
.mobile-card-slider .slick-slide{
    padding: 0 0px;
}

.mobile-card-slider .slick-dots{
    bottom: -30px;
}
.mobile-test-desti {
    position: absolute !important;
    bottom: 0 !important;
}

}