.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
/* leaflet.markercluster styles */

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
#root,
.App {
  height: 100%;
}

body * {
  -webkit-font-smoothing: subpixel-antialiased !important;
  text-rendering: optimizeLegibility !important;
}

.App {
  text-align: center;
}

/* width */
body ::-webkit-scrollbar {
  width: 12px;
  height: 6px;
}

/* Track */
body ::-webkit-scrollbar-track {
  background: #fff;
}

body .start-body-container ::-webkit-scrollbar-thumb {
  background: #dddddd;
}

/* Handle */
body ::-webkit-scrollbar-thumb {
  background: #b0b0b0;
}

/* Handle on hover */
body ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.my-modal ::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.my-modal {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.tour-card {
  text-align: left;
  height: 100%;
  width: clamp(320px, 30vw, 400px);
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .tour-card {
    width: clamp(320px, 45vw, 400px);
  }
}

@media (max-width: 899px) {
  .tour-card {
    width: clamp(320px, 90vw, 400px);
  }
}

.tour_card_Image {
  width: 100%;
  max-width: 392px;
  height: auto;
  display: flex;
  align-items: start;
  border-radius: 25px;
}

@media (max-width: 600px) {
  .tour_card_Image {
    height: 100%;
  }
}

.tour-card .bottom-container {
  border-top: 1px solid #ececec;
  width: 100%;
  min-height: 40px;
}

.tour-card .bottom-container .title {
  display: flex;
  justify-content: space-between;
}

.btn {
  text-transform: unset !important;
}

.filter-box {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.filter-box.border {
  border-bottom: 1px solid #eaeaea;
}

.my-modal::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.cursor-link {
  cursor: pointer !important;
}

.station {
  white-space: break-spaces;
}

.MuiSlider-root.Mui-disabled {
  color: transparent !important;
}

.header-text {
  padding-top: 50px;
  padding-left: 100px;
  text-align: left;
  max-width: 700px;
  margin-bottom: 30px;
}

.header-line {
  background: #ffff;
  z-index: 0;
}

.header-line-main {
  min-height: 70px;
  margin-top: -20px;
  background-color: #f7f7f7;
  z-index: 0;
  box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.16);
}

.header-container {
  height: 500px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
}

.start-body-container {
  padding: 10px 8px;
}

.scrolling-card-box {
  flex: 0 0 400px;
}

.kpi-container {
  padding: 50px;
}

.order-container {
  margin-left: 10px;
}

.filter-button-container,
.order-container {
  min-width: 190px;
}

.cards-container {
  padding: 30px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.seo-bar {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  /* border-bottom: 1px solid #ececec; */
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #4992ff;
}

@media only screen and (max-width: 600px) {
  .header-text {
    padding-top: 0px;
    padding-left: 10px;
    font-size: 36px;
    letter-spacing: 0px;
  }

  .header-line {
    display: none;
  }

  .header-container {
    height: unset;
    min-height: 310px;
    padding-bottom: 50px;
  }

  .header-container.utils {
    padding: 30px 20px !important;
  }

  .start-body-container h4 {
    font-size: 18px;
  }

  .search-button-container {
    margin-top: 15px;
  }

  .search-button-container .MuiGrid-grid-xs-12 {
    margin-bottom: 15px;
  }

  .scrolling-card-box {
    flex: 0 0 100%;
  }

  .button-tour-planen {
    width: 100%;
  }

  .kpi-container {
    padding: 24px;
  }

  .search-box > div {
    width: 100% !important;
  }

  .result-bar > div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-container {
    margin-left: 0px;
    padding-left: 5px;
  }

  .result-text {
    display: none;
  }

  .filter-button-container,
  .order-container {
    min-width: unset;
  }

  .filter-button-container {
    padding-right: 5px;
  }

  .cards-container {
    padding: 10px;
  }

  .my-modal {
    width: 100%;
    border-radius: 18px 18px 0 0px !important;
  }

  .filter-box {
    padding-left: 16px;
    padding-right: 16px;
  }

  .social-icons {
    text-align: center !important;
    margin-top: 20px;
  }

  .footer-logo {
    max-width: unset !important;
  }

  .timeline-opposite-container {
    padding: 0px 10px 6px 0px !important;
  }

  .MuiTimeline-root {
    padding: 0px !important;
  }

  .timeline-outer-container {
    padding: 10px !important;
  }

  .order-container {
    margin-top: 10px;
  }

  .about-container h1 {
    font-size: 28px;
  }

  .filter-box.bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
  }
}

.search-result-header-container {
  background-color: #4992ff;
  position: relative;
  padding-bottom: 50px;
  z-index: 10;
  box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 910px) {
  .seo-bar {
    height: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .cards-container.seo-page {
    margin-top: 240px;
  }
}

.map-container {
  margin-top: -38px;
}

.tour-detail-header {
  padding: 2rem 1rem;
  text-align: left;
}

.tour-detail-difficulties {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.tour-detail-difficulty {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-right: 0.5rem;
}

.tour-detail-data-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 1rem;
}

.tour-detail-map-container {
  width: 100%;
  height: 250px;
}

.tour-detail-provider-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: #4992ff;
  border: 1px solid #dddddd;
  border-radius: 18px;
  max-width: 400px;
  min-height: 70px;

  margin: 2rem 0;
  cursor: pointer;
}

.tour-detail-provider-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  /*background: #FFFFFF;*/
  /*border: 2px solid #DDDDDD;*/
  margin: 0 10px;
}

.tour-detail-provider-name-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.tour-detail-provider-name {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*max-width: 320px;*/
  max-width: 225px;
}

.tour-detail-provider-link {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*max-width: 320px;*/
  max-width: 225px;
}

.tour-detail-conditional-desktop {
  display: none;
}

.tour-detail-img-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  margin: 2rem 0;
}

.tour-detail-img-container img {
  height: 300px;
  width: 400px;
  border-radius: 18px;
}

.tour-detail-itinerary-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 24px;
}

.tour-detail-conditional-mobile {
  display: block;
}

.tour-detail-itinerary {
  border-radius: 30px;
  background: #ebebeb;
  padding: 25px;
}

.tour-detail-itinerary > div:nth-of-type(2) > div::before {
  display: none;
}

.tour-detail-itinerary > div:nth-of-type(2) > div > div > div {
  margin-top: 0;
  margin-bottom: auto;
}

.tour-detail-itinerary-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
}

.tour-detail-itinerary-calendar {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tour-detail-itinerary-calendar-selected-day {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #4992ff;
  padding: 14px 0 0 0;
  width: 100%;
  height: 30px;
}

.tour-detail-itinerary-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 46px);
  height: 85px;
  padding: 0 10px;
}

.tour-detail-itinerary-calendar-grid .tour-detail-itinerary-calendar-week-day {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #8b8b8b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tour-detail-itinerary-calendar-grid .tour-detail-itinerary-calendar-week-end {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #101010;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tour-detail-itinerary-calendar-grid .tour-detail-itinerary-calendar-date {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #101010;
  height: 46px;
  width: 46px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tour-detail-itinerary-calendar-grid
  .tour-detail-itinerary-calendar-grid-selected {
  position: relative;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  height: 46px;
  width: 46px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.tour-detail-itinerary-calendar-grid
  .tour-detail-itinerary-calendar-grid-selected::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  background: #4992ff;
  border-radius: 50%;
  height: 41px;
  width: 41px;
  z-index: -1;
}

@media only screen and (max-width: 600px) {
  .tour-detail-itinerary {
    max-width: 300px;
  }
  .tour-detail-itinerary-calendar {
    max-width: 400px;
  }
  .tour-detail-itinerary-calendar-grid {
    grid-template-columns: repeat(7, 38px);
    height: 85px;
    padding: 10px 10px;
  }
}

.tour-detail-action-btns-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 325px;
  margin: 1rem 0;
}

.tour-detail-action-btns-container .tour-detail-action-btns {
  border-radius: 12px;
  border: 1.5px solid #101010;
  max-width: 325px;
  width: 325px;
  height: 56px;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0.5rem 0;
}

@media only screen and (max-width: 1024px) {
  .tour-detail-properties {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .tour-detail-properties-el:nth-child(even):before {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    height: 41px;
    width: 1px;
    background: #dddddd;
  }

  .tour-detail-img-container img {
    width: 325px;
    height: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .tour-detail-header {
    padding: 2rem 7rem;
    text-align: left;
  }

  .tour-detail-itinerary {
    width: 390px;
  }

  .tour-detail-img-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    margin: 2rem 0;
  }

  .tour-detail-conditional-mobile {
    display: none;
  }

  .tour-detail-conditional-desktop {
    display: block;
  }

  .tour-detail-data-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;

    padding: 2rem 7rem;
  }

  .tour-detail-action-btns-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /*padding: 2rem 7rem;*/
    max-width: 400px;
  }

  .tour-detail-action-btns-container .tour-detail-action-btns {
    max-width: 400px;
    width: 400px;
  }

  .tour-detail-properties-el {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .tour-detail-properties {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tour-detail-properties-el:nth-child(3n)::before,
  .tour-detail-properties-el:nth-child(3n-1)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    height: 41px;
    width: 1px;
    background: #dddddd;
  }

  .tour-detail-map-container {
    width: 100%;
    height: 450px;
  }

  .tour-detail-provider-link {
    max-width: 320px;
  }

  .tour-detail-itinerary-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;

    padding: 0 0 0 3rem;
    height: 100%;
  }
}

.static-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.static-container h5 {
  text-align: left;
  padding-bottom: 15px;
  line-height: 16px;
  color: #000000;
}

.order-container > div {
  flex: 1;
}

ul.about-bullets {
  padding-left: 16px;
}

.about-bullets li {
  background: transparent;
  color: #8b8b8b;
  text-align: left;
  margin-top: 5px;
}

.react-horizontal-scrolling-menu--wrapper {
  position: relative;
}

.react-horizontal-scrolling-card {
  width: auto;
  /* margin-right: 20px; */
  vertical-align: top;
  height: 98%;
}

.react-horizontal-scrolling-arrow-container {
  display: block;
}

@media only screen and (max-width: 600px) {
  .react-horizontal-scrolling-arrow-container {
    display: none;
  }
  .react-horizontal-scrolling-card {
    max-width: 100%;
  }
}

.react-horizontal-scrolling-arrow {
  margin: 0;
  position: absolute;
  top: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0.5;
  background-color: #000;
  color: #fff;
}

.leaflet-control {
  z-index: 0 !important;
}

.leaflet-pane {
  z-index: 0 !important;
}

.leaflet-top,
.leaflet-bottom {
  z-index: 0 !important;
}

.custom-marker-cluster {
  background: #4992ff;
  border: 10px solid #4992ff;
  border-radius: 50%;
  color: #fff;
  height: 33px;
  line-height: 32px;
  text-align: center;
  width: 33px;
  font-weight: bold;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  font-size: 15px;
}

.map-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.map-spinner span {
  margin-top: 50px;
}

.seo-city-link {
  line-height: 24px;
  color: #4992ff;
}

.alignStart {
  display: flex;
  align-items: flex-start;
}

.countrySwitch {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 15px;
  width: 173.02px;
  background: rgba(37, 73, 128, 0.2);
  border-radius: 20px;
  cursor: pointer;
}

.rowing {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media only screen and (min-width: 600px) {
  .rowing {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .rowing {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.languageIcon {
  width: 49px;
  height: 49px;
  background: rgba(37, 73, 128, 0.2);
  border-radius: 35px;
  cursor: pointer;
}

.centerMe {
  display: flex;
  align-items: center;
  justify-content: center;
}

.colCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.colLeft {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-direction: column;
}

.languageMenu {
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 5px;
  padding-bottom: 10px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  position: absolute;
  right: 30px;
  top: 15px;
}

@media only screen and (max-width: 600px) {
  .languageMenu {
    right: 15px;
  }
}

.closeIcon {
  background: #ebebeb;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  margin-left: 7px;
}

.languageItem {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 34px;
  color: #8b8b8b;
  cursor: pointer;
}

.languageItem:hover {
  color: #4992ff;
}

.languageOptions {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  width: 100%;
  margin-right: 20px;
}

.colLeft {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
}

.domainMenu {
  width: 179px;
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: absolute;
  left: 20px;
  top: 15px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 10px;
}

@media only screen and (max-width: 600px) {
  .domainMenu {
    left: 15px;
  }
}

colLeft .domainItem {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15.4457px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #8b8b8b;
  margin-left: 9px;
  margin-right: 9px;
}

.domainItem:hover {
  color: #4992ff;
}

.colCenteral {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.horizontalBar {
  background-color: #dddddd;
  height: 1px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.colLeft {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.pointy {
  cursor: pointer;
}

.filter-icon-container {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ddd;
  border-radius: 50%;
  transition: color 0.3s;
  padding: 8px;
}

.updated-title {
  font-size: 14px; /* Equivalent to h4 in Material-UI */
  font-weight: 700; /* Equivalent to h4 in Material-UI */
  line-height: 18px; /* Adjust as needed */
  width: 100%;
  text-decoration: none;
  color: rgb(16, 16, 16);
}

/* For desktop and mobile detail property section of detail page */
/* styles for both Desktop and mobile */

/* ==================================== */
/* ==================================== */

/* Common styles */
.tour-detail-properties {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr; /* Columns for elements and dividers */
  max-width: 706px; /* Max width */
  margin: 0;
  gap: 0; /* No gap between grid items */
  height: 100%;
}

/* Ensure consistent spacing and alignment within each cell */
.tour-detail-properties-el {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; /* Align text to the left */
  padding-right: 0.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0; /* Ensure no extra space below */
  height: 100%; /* allow children elements to adjust heights */
  text-align: start;
}

/* Reset margins for Typography elements */
.tour-detail-properties-el .MuiTypography-root {
  margin: 0;
  padding: 0;
}

/* Styles for desktop (min-width: 679px) */
@media (min-width: 679px) {
  .tour-detail-properties {
    grid-template-columns: 1fr 1px 1fr 1px 1fr; /* 3 columns with vertical dividers */
  }

  .tour-detail-properties-el {
    padding-left: 1rem;
  }
}

/* Styles for small screens (max-width: 678px) */
@media (max-width: 678px) {
  .tour-detail-properties {
    grid-template-columns: 1fr 1px 1fr; /* 2 columns with a vertical divider */
    grid-template-rows: auto auto auto; /* 3 rows */
  }

  .tour-detail-properties-el {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* StartSkeleton.css - Minimal skeleton styles without background image */

.skeleton-container {
  min-height: 100vh;
  background: #fff;
}

/* Hero section - solid color only, no background image */
.skeleton-hero {
  height: 500px;
  background-color: #4992ff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .skeleton-hero {
    height: 400px;
  }
}

/* Logo placeholder */
.skeleton-logo {
  width: 120px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  margin-bottom: 24px;
}

/* Title placeholder */
.skeleton-title {
  width: 400px;
  max-width: 80%;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  margin-bottom: 16px;
  animation: pulse 1.5s ease-in-out infinite;
}

/* Search bar placeholder */
.skeleton-search {
  width: 500px;
  max-width: 90%;
  height: 56px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: rgba(100, 100, 111, 0.3) 0px 3px 20px 0px;
}

@media (max-width: 768px) {
  .skeleton-search {
    width: 300px;
  }
}

/* Content section */
.skeleton-content {
  padding: 64px 32px 32px;
}

@media (max-width: 768px) {
  .skeleton-content {
    padding: 48px 16px 16px;
  }
}

/* Section title placeholder */
.skeleton-section-title {
  width: 250px;
  height: 28px;
  background: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 24px;
  margin-left: 32px;
  animation: pulse 1.5s ease-in-out infinite;
}

@media (max-width: 768px) {
  .skeleton-section-title {
    margin-left: 0;
  }
}

/* Cards container */
.skeleton-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 32px;
}

@media (max-width: 768px) {
  .skeleton-cards {
    flex-direction: column;
    padding: 0;
  }
}

/* Individual card placeholder */
.skeleton-card {
  width: 280px;
  height: 320px;
  background: #f0f0f0;
  border-radius: 12px;
  animation: pulse 1.5s ease-in-out infinite;
}

@media (max-width: 768px) {
  .skeleton-card {
    width: 100%;
    height: 280px;
  }
}

/* Pulse animation */
@keyframes pulse {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

