.btn-theme {
	/* white */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px 12px 24px;
	isolation: isolate;
	
	height: 48px;
	
	background: #FFFFFF;
	box-shadow: 0px 0.301094px 1.50547px -1.5px rgba(0, 0, 0, 0.08), 0px 1.14427px 5.72133px -3px rgba(0, 0, 0, 0.04);
	border-radius: 24px;
	border: none;
	cursor: pointer;
	
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	transition: all 0.3s ease;
    width: fit-content;

}

.gallery-box {
	background-size: cover;
	background-position: center;
	width: 100%;
	border-radius: 14px;
}

/* Desktop: unified layout */
@media (min-width: 992px) {
	.gallery-wrapper {
		height: 480px; /* unified layout height */
	}

	.big-box {
		height: 100%; /* fills entire left column */
	}

	.small-box {
		height: calc(100%); /* 2 rows with g-3 spacing */
	}
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
	.big-box {
		height: 350px;
	}
	.small-box {
		height: 180px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.big-box {
		height: 250px;
	}
	.small-box {
		height: 160px;
	}
}
.object-cover {
	object-fit: cover;
}

.icon-timeline {
	width: 32px;
	height: 32px;
	background: #eee;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.related-swiper {
	padding-bottom: 40px; 
}

.related-swiper .swiper-pagination {
	margin-top: 20px !important;
}
.map-swiper img {
	object-fit: cover;
}

.map-nav button {
	width: 42px !important;
	height: 42px !important;
	padding: 0 !important;
	border-radius: 50% !important;
	background-color: #000 !important;
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 20;
}
.map-nav button i {
	font-size: 20px;
	color: #fff !important;
}

/* Hover + Active */
.map-nav button:hover,
.map-nav button:active,
.map-nav button:focus {
	background-color: #222 !important;
}

@media (max-width: 1200px) {
	.experiences-section {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}
@media (max-width: 768px) {
	.experiences-section {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
.card-hover {
	transition: transform 0.3s ease-in-out;
}
.card-hover:hover {
	transform: scale(1.05);
}
@media (max-width: 1200px) {
	.experiences-section {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}
@media (max-width: 768px) {
	.experiences-section {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

.btn-theme:hover {
	transform: translateX(4px);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-theme::after {
	content: '\f054';
	font-family: 'FontAwesome';
    color: #FFFFFF;
	width: 32px;
	height: 32px;
	background: #0098da;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	position: relative;
    margin-left: 32px;
}

.btn-theme::before {
	content: '';
	position: absolute;
	right: 8px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	z-index: 1;
}



.btn-theme-2 {
	/* white */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px 12px 24px;
	isolation: isolate;
	
	height: 48px;
	
	background: #0098da;
	box-shadow: 0px 0.301094px 1.50547px -1.5px rgba(0, 0, 0, 0.08), 0px 1.14427px 5.72133px -3px rgba(0, 0, 0, 0.04);
	border-radius: 24px;
	border: none;
	cursor: pointer;
	
	font-weight: 800;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease;
    width: fit-content;

}

.btn-theme-2:hover {
	transform: translateX(4px);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-theme-2::after {	
	content: '\f054';
	font-family: 'FontAwesome';
    color: #0098da;
	width: 32px;
	height: 32px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	position: relative;
    margin-left: 32px;
}

.btn-theme-2::before {
	content: '';
	position: absolute;
	right: 8px;
	color: #0098da;
	font-size: 24px;
	font-weight: bold;
	z-index: 1;
}

.btn-theme-3 {
	color: #333333;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	padding: 12px 20px;
	isolation: isolate;

	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	/* shadow-s */
	box-shadow: 0px 0.301094px 1.50547px -1.5px rgba(0, 0, 0, 0.08), 0px 1.14427px 5.72133px -3px rgba(0, 0, 0, 0.04);
	border-radius: 24px;

}
.btn-theme-3:hover {
	transform: translateX(4px);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}



/* Image Cards with Hover Effect */
.tour-cards-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 40px 0;
}

.hero-tour-cards {
    margin-top: 100px;
    margin-bottom: -200px;
}

.tour-card {
	position: relative;
	height: 450px;
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	transition: transform 0.3s ease;
}

.tour-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
	transition: all 0.3s ease;
}

.tour-card:hover::before {
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.tour-card:hover {
	transform: scale(1.05);
}

.tour-card-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 24px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	z-index: 1;
	transition: all 0.3s ease;
}

.tour-card-label {
	font-size: 11px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
}

.tour-card-price {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 12px;
    text-decoration: underline;
}

.tour-card-title {
	font-size: 22px;
	font-weight: 700;
	color: white;
	margin: 0;
	line-height: 1.3;
	margin-bottom: 16px;
}

.tour-card-info {
	display: flex;
	gap: 16px;
	color: rgba(255, 255, 255, 0.9);

    border-radius: 32px;

}

.tour-card-info-item {
	display: flex;
	align-items: center;
	gap: 6px;
}

.tour-card-info-item i {
	font-size: 16px;
}

/* Responsive Design */
@media (max-width: 1200px) {
	.tour-cards-container {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
	}
}

@media (max-width: 768px) {
	.tour-cards-container {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}
	
	.hero-tour-cards {
		margin-top: 50px;
		margin-bottom: 50px;
	}


	.tour-card {
		height: 250px;
	}
	
	.tour-card-title {
		font-size: 18px;
	}
}

@media (max-width: 576px) {
	.tour-cards-container {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	
	.tour-card {
		height: 280px;
	}

	.hero-tour-cards {
		margin-top: 10px;
		margin-bottom: 20px;
	}

}

.tx-10 {
	font-size: 10px !important;
}
.tx-11 {
	font-size: 11px !important;
}
.tx-12 {
	font-size: 12px !important;
}

/* Interactive Mongolia Map Styles */
.map-container {
	width: 100%;
	padding: 40px 0;
}

.map-wrapper {
	/* display: grid;
	grid-template-columns: 1fr 1fr; */
	/* gap: 30px; */
	align-items: center;
	/* background: #f8f9fa; */
	padding: 30px;
	/* border-radius: 12px; */
	position: relative;
	display: block;
	overflow: visible;
}

.connector-svg {
	width: 100%;
	height: 100%;
	display: block;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	pointer-events: none;
}

.connector-line {
	stroke-dasharray: 5, 5;
	stroke-dashoffset: 10;
	animation: dash 20s linear infinite;
	transition: opacity 0.3s ease;
}

@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

.mongolia-map-svg {			
	cursor: pointer;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
}

.region-path {
	fill: #e8f4f8;
	stroke: #0098da;
	stroke-width: 2;
	transition: all 0.3s ease;
	cursor: pointer;
}

.region-path:hover {
	fill: #0098da;
	stroke: #006fb0;
	stroke-width: 2.5;
	filter: drop-shadow(0 4px 12px rgba(0, 152, 218, 0.4));
	transform-origin: center;
}

.region-path.active {
	fill: #0098da;
	stroke: #006fb0;
	stroke-width: 2.5;
	filter: drop-shadow(0 4px 12px rgba(0, 152, 218, 0.4));
}

/* Info Panel Styles */
.map-info-panel {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 30px;
	/* background: white; */
	/* border-radius: 12px; */
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
	animation: slideInRight 0.4s ease;
	position: relative;
	z-index: 15;
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.map-info-content {
	animation: slideInLeft 0.4s ease;
}

.region-title {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
	transition: color 0.3s ease;
}

.region-description {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 10px;
	transition: color 0.3s ease;
}

.map-info-image {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	transition: all 0.5s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.map-info-image {
	animation: zoomIn 0.5s ease;
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale(0.95);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

/* Responsive Design */
@media (max-width: 768px) {
	.map-wrapper {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.region-title {
		font-size: 24px;
	}

	.region-description {
		font-size: 14px;
	}

	.map-info-image {
		height: 200px;
	}

	.mongolia-map-svg {
		max-width: 300px;
	}
}

.customize-wrapper {
    padding: 100px 0;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 40px;
}

.customize-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.r-3 {
	border-radius: 3px !important;
}
.r-5 {
	border-radius: 5px !important;
}
.r-8 {
	border-radius: 8px !important;
}
.r-10 {
	border-radius: 10px !important;
}
.r-12 {
	border-radius: 12px !important;
}
.r-14 {
	border-radius: 14px !important;
}
.r-16 {
	border-radius: 16px !important;
}
.r-18 {
	border-radius: 18px !important;
}
.r-20 {
	border-radius: 20px !important;
}
.r-24 {
	border-radius: 24px !important;
}

.r-50 {
	border-radius: 50% !important;
}


/* Testimonials Section Styles */
.testimonials-wrapper {
  margin-top: 60px;
  position: relative;
}

.testimonials-container {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 30px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.testimonials-container::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  flex: 0 0 calc(25% - 18px);
  min-width: 250px;
  background-color: #f5f5f5;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  border-color: #0098da;
  box-shadow: 0 4px 12px rgba(0, 152, 218, 0.15);
}

.testimonial-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial-quote {
  font-size: 15px;
  line-height: 1.6;
  color: #252d31;
  font-weight: 600;
  margin-bottom: 20px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.testimonial-footer {
  margin-top: auto;
  padding-top: 20px;
  /* border-top: 1px solid #ddd; */
}

.testimonial-name {
  font-size: 16px;
  font-weight: 600;
  color: #252d31;
  margin-bottom: 4px;
}

.testimonial-location {
  font-size: 13px;
  color: #999;
  margin: 0;
}

/* Navigation Buttons */
.testimonials-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

.nav-btn {
  width: 44px;
  height: 44px;
  border: 2px solid #ddd;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #252d31;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  border-color: #0098da;
  color: #0098da;
  background-color: #f0f8ff;
}

.nav-btn:active {
  transform: scale(0.95);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .testimonial-card {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 220px;
  }
}

@media (max-width: 768px) {
  .testimonial-card {
    flex: 0 0 calc(50% - 12px);
    min-width: 180px;
    padding: 20px;
  }

  .testimonial-quote {
    font-size: 14px;
  }

  .testimonial-name {
    font-size: 15px;
  }

  .testimonial-location {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .testimonial-card {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .testimonials-nav {
    gap: 12px;
  }

  .nav-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

ul.footer-copyright-ul {
  list-style: none;
  padding: 0;
}

ul.footer-copyright-ul li {
  display: inline;
  margin-right: 10px;
}
ul.footer-copyright-ul li a{
  color: #1a1f2e;
}

/* News Card Styling */
.news-card {
  transition: all 0.3s ease;
  overflow: hidden;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 152, 218, 0.15) !important;
}

.news-image-wrapper {
  overflow: hidden;
  height: 250px;
  position: relative;
}

.news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .news-image {
  transform: scale(1.05);
}

.news-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
}

.news-excerpt {
  font-size: 0.95rem;
  line-height: 1.5;
}

.news-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}

/* Footer Styling */
.footer-main {
  color: #1a1f2e;
  padding: 60px 0 20px;
  /* border-top: 1px solid rgba(0, 152, 218, 0.2); */
  /* background-image: ; */
  background-image: linear-gradient(0deg, #0098DA, transparent 25%, #ffffff), url(../images/pattern1.jpg);
  background-repeat: repeat;
}

.footer-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1f2e;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

/* .footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #0098da, #00d4ff);
  border-radius: 2px;
} */

.footer-subtitle {
  font-size: 14px;
  color: #1a1f2e;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-newsletter {
  /* display: flex; */
  gap: 0;
  margin-top: 20px;
}

.footer-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #0098da;
  color: #ffffff;
  border-radius: 24px 0 0 24px;
  padding: 12px 20px;
  transition: all 0.3s ease;
}

.footer-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-input:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #0098da;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 152, 218, 0.1);
}

.footer-newsletter .btn {
  border: 1px solid #0098da;
  color: #1a1f2e;
  padding: 12px 24px;
  border-radius: 0 24px 24px 0;
  font-weight: 600;
  transition: all 0.3s ease;
}

.footer-newsletter .btn:hover {
  background: #006fb0;
  border-color: #006fb0;
  transform: translateX(2px);
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #1a1f2e;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-links a i {
  font-size: 16px;
  color: #0098da;
}

.footer-links a:hover {
  color: #0098da;
  transform: translateX(4px);
}

.footer-social {
  list-style: none;
  padding: 0;
}

.footer-social li {
  margin-bottom: 12px;
}

.footer-social a {
  color: #1a1f2e;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-social a i {
  font-size: 18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 152, 218, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  color: #0098da;
}

.footer-social a:hover i {
  background: rgba(0, 152, 218, 0.4);
  transform: scale(1.1);
}

.footer-divider {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 152, 218, 0), rgba(0, 152, 218, 0.3), rgba(0, 152, 218, 0));
  margin: 40px 0 30px;
}

.footer-copyright {
  font-size: 14px;
  color: #1a1f2e;
  margin: 0;
}

.footer-copyright-ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-copyright-ul li a {
  color: #1a1f2e;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
}

.footer-copyright-ul li a:hover {
  color: #0098da;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-main {
    padding: 40px 0 20px;
  }

  .footer-title {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .footer-subtitle {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .footer-newsletter {
    flex-direction: column;
  }

  .footer-input {
    border-radius: 24px;
    width: 100%;
  }

  .footer-newsletter .btn {
    border-radius: 24px;
    margin-top: 10px;
    width: 100%;
  }

  .footer-links a,
  .footer-social a {
    font-size: 13px;
  }

  .footer-copyright-ul {
    justify-content: center;
    gap: 15px;
  }

  .footer-copyright-ul li a {
    font-size: 12px;
  }
}

/* =============================================
   BOOKING PAGE STYLES
   ============================================= */

#progressSteps {
  max-width: 520px;
  margin: 0 auto 48px;
}

/* Hide the input for inline Flatpickr calendar */
.flatpickr-input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}



.step-line {
  height: 4px;
  background: #e3e8ef;
  width: 80px;
  border-radius: 999px;
  transition: background 0.3s ease;
}

.step-line.active {
  background: #0a87d6;
}

.calendar-wrapper {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 22px;
  padding: 32px 28px;
  max-width: 520px;
  margin: 0 auto;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
}

.calendar-wrapper .flatpickr-calendar.inline {
  background: transparent;
  box-shadow: none;
  border: none;
  width: 100%;
}

.flatpickr-calendar.inline .flatpickr-months {
  margin-bottom: 16px;
}

.flatpickr-calendar.inline .flatpickr-months .flatpickr-month {
  position: relative;
  text-align: center;
  border: none;
  padding: 0;
}

.flatpickr-calendar .flatpickr-days,
.flatpickr-calendar .dayContainer {
  box-shadow: none;
  border: none;
  background: transparent;
}

.flatpickr-calendar.inline .flatpickr-current-month {
  font-size: 18px;
  font-weight: 600;
  color: #1b1e23;
  padding-bottom: 6px;
}

.flatpickr-weekdays {
  margin-bottom: 10px;
}

.flatpickr-weekday {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #9aa3b2;
}

.flatpickr-calendar .dayContainer {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  padding: 0;
}

.flatpickr-innerContainer {
  padding-right: 0 !important;
}

.flatpickr-calendar .flatpickr-day {
  margin: 0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #1f2933;
  height: 46px;
  line-height: 46px;
  width: 46px;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.flatpickr-calendar .flatpickr-day.flatpickr-disabled,
.flatpickr-calendar .flatpickr-day.notAllowed {
  color: #c2c8d1;
}

.flatpickr-calendar .flatpickr-day:hover,
.flatpickr-calendar .flatpickr-day:focus {
  background: #e6f3fb;
}

.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.endRange {
  background: #0086d7;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 134, 215, 0.35);
}

.flatpickr-calendar .flatpickr-day.startRange.endRange {
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 134, 215, 0.35);
}

.flatpickr-calendar .flatpickr-day.inRange {
  background: rgba(0, 134, 215, 0.16);
  color: #1f2933;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(0, 134, 215, 0.08);
}

.flatpickr-calendar .flatpickr-day.inRange:hover {
  background: rgba(0, 134, 215, 0.2);
}

.flatpickr-calendar .flatpickr-day.prevMonthDay,
.flatpickr-calendar .flatpickr-day.nextMonthDay {
  color: #d0d5dd;
}

.flatpickr-calendar .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-next-month {
  top: 6px;
}

.flatpickr-calendar .flatpickr-prev-month {
  left: 18px;
}

.flatpickr-calendar .flatpickr-next-month {
  right: 18px;
}

.flatpickr-calendar .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-next-month {
  color: #0086d7;
  fill: #0086d7;
}

.flatpickr-calendar .flatpickr-prev-month:hover,
.flatpickr-calendar .flatpickr-next-month:hover {
  color: #006fb5;
  fill: #006fb5;
}

.calendar-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 134, 215, 0.14);
  color: #0086d7;
  font-size: 18px;
  font-weight: 600;
}

.flatpickr-calendar .flatpickr-prev-month:hover .calendar-nav-icon,
.flatpickr-calendar .flatpickr-next-month:hover .calendar-nav-icon {
  background: rgba(0, 134, 215, 0.24);
}

.flatpickr-rContainer {
  padding: 0;
}

.calendar-summary {
  color: #6f7a87;
  font-size: 14px;
}

.btn-step-primary {
  background: linear-gradient(135deg, #0a87d6, #00a6ff);
  border: none;
  border-radius: 26px;
  padding: 12px 34px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 134, 215, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-step-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(0, 134, 215, 0.42);
  color: #fff;
}

.btn-step-primary:disabled {
  opacity: 0.6;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-step-light {
  background: #fff;
  border: 1px solid #e2e7ee;
  border-radius: 26px;
  padding: 12px 34px;
  font-weight: 600;
  color: #1f2933;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-step-light:hover {
  transform: translateY(-1px);
  background: #f8fafc;
  color: #1f2933;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}

.btn-step-light:disabled {
  opacity: 0.65;
  box-shadow: none;
  cursor: not-allowed;
}

.traveller-card {
  background: #f9fafc;
  border: 1px solid #e6ebf2;
  border-radius: 18px;
}

.traveller-section-title {
  font-weight: 600;
  font-size: 18px;
  color: #1f2933;
}

.traveller-counter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.traveller-counter-row + .traveller-counter-row {
  border-top: 1px solid #e6ebf2;
}

.counter-label {
  font-weight: 600;
  color: #1f2933;
}

.counter-subtext {
  font-weight: 500;
  font-size: 13px;
  color: #8b95a6;
  margin-left: 4px;
}

.counter-control {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #dce3eb;
  background: #fff;
}

.counter-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d0d8e4;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #1f2933;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  cursor: pointer;
}

.counter-btn:hover {
  background: #edf3fa;
}

.counter-value {
  min-width: 20px;
  text-align: center;
  font-weight: 600;
  color: #1f2933;
}

.traveller-card h6 {
  font-weight: 600;
  color: #1f2933;
  font-size: 15px;
  text-transform: none;
}

.traveller-card .form-label {
  font-weight: 600;
  color: #1f2933;
}

.helper-note {
  font-size: 13px;
  color: #8b95a6;
}

.traveller-card .form-control,
.traveller-card .form-select {
  border-radius: 24px;
  border: 1px solid #dce3eb;
  padding: 12px 16px;
  font-size: 15px;
  background-color: #fff;
}

.traveller-card .form-control:focus,
.traveller-card .form-select:focus {
  border-color: #0a87d6;
  box-shadow: 0 0 0 0.2rem rgba(10, 135, 214, 0.15);
}

.traveller-card .form-control::placeholder {
  color: #a5afbf;
}

.traveller-card .section-divider {
  border-top: 1px solid #e6ebf2;
  margin: 32px 0;
}

.traveller-card .input-group-lg .input-group-text {
  border-radius: 24px 0 0 24px;
  border: 1px solid #dce3eb;
  border-right: 0;
  background: #f2f5f9;
  color: #1f2933;
  font-weight: 600;
}

.traveller-card .input-group-lg .form-control {
  border-radius: 0 24px 24px 0;
  border-left: 0;
}

.preferences-card {
  background: #f9fafc;
  border: 1px solid #e6ebf2;
  border-radius: 18px;
}

.preferences-card label {
  font-weight: 600;
  color: #1f2933;
}

.preference-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.preference-option {
  border: 1px solid #dce3eb;
  border-radius: 999px;
  padding: 10px 24px;
  background: #fff;
  color: #1f2933;
  font-weight: 600;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.preference-option:hover {
  background: #edf3fa;
}

.preference-option.active {
  background: linear-gradient(135deg, #0a87d6, #00a6ff);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 134, 215, 0.35);
  border-color: transparent;
}

.preferences-card .preference-textarea {
  border-radius: 24px;
  border: 1px solid #dce3eb;
  padding: 16px 18px;
  font-size: 15px;
  min-height: 150px;
  resize: vertical;
  background: #fff;
}

.preferences-card .preference-textarea:focus {
  border-color: #0a87d6;
  box-shadow: 0 0 0 0.2rem rgba(10, 135, 214, 0.15);
}

.preferences-card .preference-textarea::placeholder {
  color: #a5afbf;
}

.payment-panel {
  padding: 0;
}

.payment-panel .payment-total-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.payment-total-label {
  font-weight: 600;
  color: #1f2933;
}

.payment-total-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 14px;
  background: #d9efff;
  color: #1f2933;
  font-weight: 600;
  box-shadow: none;
}

.payment-options {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #e6ebf2;
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  padding: 18px 0;
  background: transparent;
  transition: color 0.2s ease;
  cursor: pointer;
  flex-wrap: nowrap;
}

.payment-option.active {
  color: #0a87d6;
}

.payment-option.active .payment-title,
.payment-option.active .payment-brand {
  color: #0a87d6;
  opacity: 1;
}

.payment-option-main {
  display: flex;
  align-items: center;
  gap: 16px;
}

.payment-option input[type="radio"] {
  width: 20px;
  height: 20px;
}

.payment-option .payment-title {
  font-weight: 600;
  color: #1f2933;
}

.payment-option .payment-brand {
  font-weight: 600;
  color: #1f2933;
  display: flex;
  gap: 10px;
  font-size: 13px;
  opacity: 0.8;
  margin-left: auto;
  flex-wrap: nowrap;
}

.payment-option + .payment-option {
  border-top: 1px solid #e6ebf2;
}

.confirmation-hero {
  background: linear-gradient(180deg, #e6f4ff, #e6f4ff);
  border-radius: 28px;
  padding: 48px 32px;
  text-align: center;
}

.confirmation-hero .checkmark-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #0a87d6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: #fff;
  font-size: 36px;
}

.confirmation-title {
  font-size: 28px;
  font-weight: 700;
  color: #1f2933;
}

.confirmation-subtitle {
  color: #6f7a87;
  margin-bottom: 0;
}

.confirmation-summary-card {
  border: 1px solid #e6ebf2;
  border-radius: 24px;
  background: #fff;
  padding: 24px;
}

.summary-header {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.summary-header img {
  width: 76px;
  height: 76px;
  border-radius: 16px;
  object-fit: cover;
}

.summary-content-title {
  font-weight: 700;
  color: #1f2933;
}

.summary-content-meta {
  font-size: 13px;
  color: #8b95a6;
  display: flex;
  gap: 12px;
  align-items: center;
}

.summary-list {
  display: grid;
  gap: 12px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 16px;
  border: 1px solid #e6ebf2;
  border-radius: 16px;
  background: #f9fafc;
}

.summary-row.compact {
  background: transparent;
  border: none;
  padding: 0;
}

.summary-row-notes {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.summary-label {
  color: #6f7a87;
  font-weight: 500;
}

.summary-value {
  color: #1f2933;
  font-weight: 600;
}

.summary-tag {
  display: inline-flex;
  padding: 6px 16px;
  border-radius: 16px;
  background: #f0f9ff;
  color: #0a87d6;
  font-weight: 600;
}

.summary-note {
  border-radius: 16px;
  background: #f9fafc;
  border: 1px solid #e6ebf2;
  padding: 16px;
  color: #1f2933;
  font-weight: 500;
  width: 100%;
}

.next-steps {
  margin-top: 32px;
}

.next-steps h5 {
  font-weight: 700;
  color: #1f2933;
  margin-bottom: 16px;
}

.next-steps p {
  color: #1f2933;
  margin-bottom: 16px;
}

.next-steps ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}

.next-steps li {
  color: #1f2933;
  font-weight: 500;
}

.btn-confirm-primary {
  background: linear-gradient(135deg, #0a87d6, #006dc7);
  border: none;
  border-radius: 28px;
  padding: 14px 38px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 12px 30px rgba(10, 135, 214, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-confirm-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(10, 135, 214, 0.42);
  color: #fff;
}

.experience-summary .summary-image img,
.object-fit-cover {
  object-fit: cover;
}

/* Booking Page Responsive Styles */
@media (max-width: 768px) {
  .calendar-wrapper {
    padding: 18px 16px;
    max-width: 100%;
  }

  .flatpickr-calendar .flatpickr-day {
    height: 42px;
    line-height: 42px;
    width: 42px;
  }

  .flatpickr-calendar.inline .flatpickr-months {
    flex-direction: column;
    gap: 12px;
  }

  .flatpickr-calendar .flatpickr-days {
    padding: 0 6px 12px;
  }

  .calendar-summary {
    font-size: 13px;
  }

  .traveller-counter-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .counter-control {
    width: 100%;
    justify-content: space-between;
  }

  .preference-options {
    flex-direction: column;
    gap: 10px;
  }

  .payment-option {
    gap: 12px;
  }

  .payment-option .payment-brand {
    margin-left: auto;
    justify-content: flex-end;
  }

  .payment-option .payment-brand span {
    white-space: nowrap;
  }

  .confirmation-hero {
    padding: 36px 24px;
  }

  .summary-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .summary-row:not(.summary-row-notes) .summary-value {
    align-self: flex-start;
  }

  .summary-row-notes {
    gap: 8px;
  }
}

/* Blue HR with Icon */
.hr-with-icon {
  width: 100%;
  position: relative;
  margin: 40px 0;
  border: none;
  border-top: 2px solid #0098da;
  height: 0;
}

.hr-with-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hr-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #0098da;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  z-index: 1;
}

/* ========================================
   Customize Page - Interactive Map Styles
   ======================================== */

.destination-marker {
    background-color: #fff;
    border: 3px solid #4CAF50;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.destination-marker:hover {
    transform: scale(1.2);
    border-color: #2196F3;
}

.destination-marker.selected {
    background-color: #4CAF50;
    color: white;
    border-color: #2E7D32;
}

.destination-marker.unavailable {
    background-color: #ccc;
    border-color: #999;
    opacity: 0.5;
    cursor: not-allowed;
}

.leaflet-popup-content {
    min-width: 280px;
}

.destination-popup img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.destination-popup h5 {
    margin: 10px 0;
    color: #333;
}

.destination-popup p {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}

.destination-popup .btn-sm {
    font-size: 12px;
    padding: 5px 15px;
}

.add-destination-btn {
    transition: all 0.3s ease;
}

.add-destination-btn.btn-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: white !important;
}

.add-destination-btn.btn-danger:hover {
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}

.add-destination-btn.btn-primary {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    color: white !important;
}

.add-destination-btn.btn-primary:hover {
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
}

.selected-dest-item {
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 10px;
    border-left: 3px solid #4CAF50;
}

.selected-dest-item .dest-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.selected-dest-item .dest-info {
    font-size: 12px;
    color: #666;
}

.selected-dest-item .btn-remove {
    padding: 2px 8px;
    font-size: 11px;
}

.map-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 1000;
    max-width: 200px;
}

.map-legend {
    font-size: 12px;
}

.map-legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.map-legend-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    border: 2px solid;
}
