
	:root {
		--primary-color: #1532d1;
	}

	.d-img img {
		width: 100%;
		height: 250px;
		object-fit: cover;
		border-radius: 10px;
	}

	/* Style for the View More button */
	.view-more-btn {
		padding: 15px 30px;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		background-color: #1532d1;
		border: none;
		text-align: center;
		border-radius: 8px;
		cursor: pointer;
		transition: transform 0.3s ease-in-out, background-color 0.3s ease;
	}

	.view-more-btn:hover {
		transform: scale(1.1);
		background-color: #1569f0;
	}

	.view-more-btn:active {
		transform: scale(0.9);
	}

	.cntr {
		text-align: center;
		padding-bottom: 30px;
	}

	.d-flex {
		display: flex;
	}

	.ml-auto {
		margin-left: auto;
	}

	.hidden {
		visibility: hidden;
		position: absolute;
	}

	.button-container {
		display: flex;
		gap: 10px;
		align-items: center;
	}

	/* Button Highlight Styles */
	.highlighted-btn {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		border: none;
		border-radius: 5px;
		padding: 10px 20px;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		transition: all 0.3s ease-in-out;
		cursor: pointer;
	}

	.highlighted-btn:hover {
		background: linear-gradient(45deg, #1569f0, #1532d1);
		box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
		transform: translateY(-2px);
	}

	#call_us {
		font-size: 20px;
		font-weight: bold;
		color: #1532d1;
		margin-left: 20px;
	}

	.testimonial-img {
		height: 350px;
		object-fit: cover;
		width: 100%;
	}

	.de-image-text {
		max-height: 500px;
		overflow: hidden;
	}

	/* --- SLEEK SLEEK PATLI PATTI STATS SECTION --- */
	.stats-section-wrapper {
		margin-top: -50px;
		position: relative;
		z-index: 10;
		padding: 0 15px;
	}

	.stats-card-bg {
		background: linear-gradient(135deg, #091e3a 0%, #0d2a4a 100%);
		border-radius: 50px;
		padding: 12px 25px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
		border: 1px solid rgba(0, 212, 255, 0.25);
		backdrop-filter: blur(10px);
	}

	.stat-card-item {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		padding: 6px 10px;
		border-right: 1px solid rgba(255, 255, 255, 0.12);
		transition: all 0.3s ease;
	}

	.stat-card-item.no-border {
		border-right: none;
	}

	.stat-card-item:hover {
		transform: translateY(-2px);
	}

	.stat-icon-wrapper {
		width: 38px;
		height: 38px;
		min-width: 38px;
		background: rgba(0, 212, 255, 0.12);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #1569f0;
		font-size: 16px;
		border: 1px solid rgba(4, 0, 255, 0.3);
	}

	.stat-text-group {
		text-align: left;
	}

	.stat-card-item h3 {
		color: #ffffff;
		font-size: 19px;
		font-weight: 700;
		margin: 0;
		line-height: 1.1;
		letter-spacing: 0.5px;
	}

	.stat-card-item p {
		color: rgba(255, 255, 255, 0.75);
		font-size: 12px;
		font-weight: 500;
		margin: 2px 0 0 0;
		line-height: 1;
		white-space: nowrap;
	}

	/* Responsive Strategy for Sleek Banner */
	@media (max-width: 991px) {
		.stats-card-bg {
			border-radius: 20px;
			padding: 15px;
		}

		.stat-card-item {
			border-right: none;
			background: rgba(255, 255, 255, 0.05);
			border-radius: 12px;
			padding: 10px;
		}
	}

	@media (max-width: 576px) {
		.stats-section-wrapper {
			margin-top: -100px !important;
		}

		.stat-icon-wrapper {
			width: 32px;
			height: 32px;
			min-width: 32px;
			font-size: 14px;
		}

		.stat-card-item h3 {
			font-size: 16px;
		}

		.stat-card-item p {
			font-size: 10px;
		}
	}

	.rating-section {
		text-align: center;
		margin-top: 30px;
		padding: 20px;
	}

	.rating-text {
		color: white;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.app-store {
		display: flex;
		align-items: center;
		gap: 10px;
		background: rgba(255, 255, 255, 0.1);
		padding: 15px 25px;
		border-radius: 10px;
		color: white;
		text-decoration: none;
		backdrop-filter: blur(10px);
	}

	.app-icon {
		width: 40px;
		height: 40px;
		background: white;
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
	}

	.app-info {
		text-align: left;
	}

	.app-name {
		font-size: 14px;
		font-weight: bold;
	}

	.app-rating {
		font-size: 12px;
		opacity: 0.8;
	}

	.stars {
		color: #FFD700;
		font-size: 12px;
	}

	/* Mobile-specific styles for booking form */
	@media (max-width: 768px) {
		.form-row {
			flex-direction: column;
			gap: 15px;
		}

		.form-group {
			display: flex;
			align-items: center;
			gap: 15px;
			position: relative;
			flex-wrap: nowrap;
		}

		.form-group label {
			flex-shrink: 0;
			min-width: 80px;
			width: 80px;
			margin-bottom: 0;
			font-weight: 600;
			color: #333;
			font-size: 14px;
			text-align: left;
		}

		.form-group input,
		.form-group select {
			flex: 1;
			padding: 8px 0;
			border: none;
			border-bottom: 2px solid #e0e0e0;
			border-radius: 0;
			font-size: 16px;
			background-color: transparent;
			transition: border-color 0.3s ease;
			min-width: 0;
		}

		.form-group input:focus,
		.form-group select:focus {
			outline: none;
			border-color: #1532d1;
		}

		.form-group input::placeholder {
			color: #999;
			font-size: 14px;
		}

		#returnRow {
			display: none;
		}

		#returnRow.show {
			display: flex !important;
			flex-direction: column;
			gap: 15px;
		}

		#returnRow .form-group {
			display: flex;
			align-items: center;
			gap: 15px;
		}

		.swap-btn {
			position: static;
			transform: none;
			margin: 10px auto;
			width: 35px;
			height: 35px;
			font-size: 16px;
			border-radius: 50%;
			background: #1532d1;
			color: white;
			border: none;
			cursor: pointer;
			display: block;
		}

		.trip-tabs {
			flex-wrap: wrap;
			justify-content: center;
			margin-bottom: 20px;
		}

		.tab {
			width: auto;
			min-width: 80px;
			padding: 8px 12px;
			font-size: 13px;
		}

		.explore-btn {
			margin: 20px auto 0 auto;
			padding: 12px 30px;
			font-size: 16px;
			width: auto;
			max-width: 200px;
		}

		.form-group.loading::after {
			right: 5px;
			width: 14px;
			height: 14px;
		}
	}

	@media (max-width: 480px) {
		.booking-form {
			margin: 0 0px;
			padding: 15px 10px;
		}

		.form-group {
			gap: 10px;
		}

		.form-group label {
			min-width: 70px;
			width: 70px;
			font-size: 13px;
		}

		.form-group input,
		.form-group select {
			font-size: 15px;
			padding: 6px 0;
		}

		.tab {
			min-width: 70px;
			padding: 6px 5px;
			font-size: 12px;
		}

		.explore-btn {
			padding: 10px 25px;
			font-size: 15px;
		}
	}

	@media (max-width: 768px) and (orientation: landscape) {
		.form-group {
			gap: 12px;
		}

		.form-group label {
			min-width: 75px;
			width: 75px;
		}
	}

	.app-stores {
		display: flex;
		justify-content: center;
		gap: 30px;
		flex-wrap: wrap;
		align-items: center;
	}

	@media (hover: hover) and (pointer: fine) {
		.app-store-link {
			transition: all 0.3s ease;
		}

		.app-store-link:hover {
			transform: scale(1.05);
			color: #1569f0;
		}
	}

	@media (hover: none) and (pointer: coarse) {
		.app-store-link:active {
			transform: scale(0.95);
		}
	}

	.store-icon {
		height: 50px;
		width: 50px;
		margin-bottom: 5px;
	}

	.store-label {
		font-size: 14px;
	}

	.about-section {
		padding: 80px 0;
		background: linear-gradient(to bottom, #ffffff 0%, #ededff 25%, #ededff 100%);
	}

	.about-section::before {
		content: '';
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0.3;
		z-index: 0;
	}

	.about-container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
		z-index: 1;
	}

	.about-section-header {
		text-align: center;
		margin-bottom: 60px;
	}

	.about-section-subtitle {
		color: #1532d1;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 12px;
		position: relative;
		display: inline-block;
	}

	.about-section-subtitle::after {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 50%;
		transform: translateX(-50%);
		width: 30px;
		height: 2px;
		background: #1532d1;
	}

	.about-section-title {
		font-size: 42px;
		font-weight: 700;
		color: #1a1a1a;
		margin-bottom: 20px;
		line-height: 1.2;
	}

	.about-section-description {
		font-size: 18px;
		color: #666;
		max-width: 600px;
		margin: 0 auto;
	}

	.about-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 60px;
		align-items: center;
		margin-top: 60px;
	}

	.about-text {
		padding-right: 20px;
	}

	.about-text h3 {
		font-size: 28px;
		font-weight: 700;
		color: #1a1a1a;
		margin-bottom: 25px;
		position: relative;
	}

	.about-text h3::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: -8px;
		width: 50px;
		height: 3px;
		background: linear-gradient(90deg, #076c9e, #0056b3);
		border-radius: 2px;
	}

	.about-text p {
		font-size: 16px;
		color: #555;
		margin-bottom: 20px;
		text-align: justify;
	}

	.about-features {
		margin-top: 30px;
	}

	.about-feature-item {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}

	.about-feature-icon {
		width: 20px;
		height: 20px;
		background: #076c9e;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 15px;
		flex-shrink: 0;
	}

	.about-feature-icon i {
		color: white;
		font-size: 10px;
	}

	.about-feature-text {
		font-size: 15px;
		color: #444;
		font-weight: 500;
	}

	.about-image {
		position: relative;
	}

	.about-image-wrapper {
		position: relative;
		border-radius: 20px;
		overflow: hidden;
		box-shadow: 0 20px 40px rgba(0, 123, 255, 0.15);
		transform: perspective(1000px) rotateY(-5deg);
		transition: transform 0.3s ease;
	}

	.about-image-wrapper:hover {
		transform: perspective(1000px) rotateY(0deg);
	}

	.about-img {
		width: 100%;
		height: 400px;
		object-fit: cover;
		display: block;
	}

	.about-image-overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(transparent, rgba(0, 123, 255, 0.9));
		padding: 30px;
		color: white;
	}

	.about-overlay-content h4 {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 8px;
	}

	.about-overlay-content p {
		font-size: 14px;
		opacity: 0.9;
	}

	.about-cta-section {
		margin-top: 60px;
		text-align: center;
		padding: 50px;
		background: linear-gradient(135deg, #1569f0 0%, #1532d1 100%);
		border-radius: 20px;
		color: white;
		position: relative;
		overflow: hidden;
	}

	.about-cta-section::before {
		content: '';
		position: absolute;
		top: -50%;
		left: -50%;
		width: 200%;
		height: 200%;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>') repeat;
		animation: about-float 20s infinite linear;
	}

	@keyframes about-float {
		0% {
			transform: translate(0, 0) rotate(0deg);
		}

		100% {
			transform: translate(-50px, -50px) rotate(360deg);
		}
	}

	.about-cta-content {
		position: relative;
		z-index: 1;
	}

	.about-cta-title {
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 15px;
	}

	.about-cta-text {
		font-size: 16px;
		margin-bottom: 30px;
		opacity: 0.9;
	}

	.about-cta-button {
		display: inline-block;
		padding: 15px 35px;
		background: white;
		color: #1532d1;
		text-decoration: none;
		border-radius: 50px;
		font-weight: 600;
		font-size: 16px;
		transition: all 0.3s ease;
		box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
	}

	.about-cta-button:hover {
		transform: translateY(-2px);
		box-shadow: 0 12px 35px rgba(255, 255, 255, 0.3);
		color: #1569f0;
	}

	/* Responsive Design */
	@media (max-width: 768px) {
		.about-section {
			padding: 60px 0;
		}

		.about-section-title {
			font-size: 32px;
		}

		.about-content {
			grid-template-columns: 1fr;
			gap: 40px;
		}

		.about-text {
			padding-right: 0;
			order: 2;
		}

		.about-image {
			order: 1;
		}

		.about-image-wrapper {
			transform: none;
		}

		.about-stats-grid {
			grid-template-columns: repeat(2, 1fr);
			gap: 30px;
		}

		.about-stat-item::after {
			display: none;
		}

		.about-cta-section {
			padding: 40px 20px;
		}

		.about-cta-title {
			font-size: 24px;
		}
	}

	@media (max-width: 480px) {
		.about-container {
			padding: 0 15px;
		}

		.about-section-title {
			font-size: 28px;
		}

		.about-stats-grid {
			grid-template-columns: 1fr;
		}

		.about-stat-number {
			font-size: 28px;
		}
	}

	/* --- PROFESSIONAL ROUTE SECTION STYLES --- */
	.pro-route-wrapper {
		background: #ffffff;
		border-radius: 12px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
		border: 1px solid #e2e8f0;
		overflow: hidden;
	}

	.pro-route-header {
		background: #1532d1;
		color: #ffffff;
		padding: 16px 24px;
		font-weight: 600;
		font-size: 15px;
	}

	.pro-route-row {
		border-bottom: 1px solid #f1f5f9;
		padding: 16px 24px;
		transition: all 0.2s ease-in-out;
		cursor: pointer;
		background: #ffffff;
	}

	.pro-route-row:last-child {
		border-bottom: none;
	}

	.pro-route-row:hover {
		background-color: #f8fafc;
		box-shadow: inset 4px 0 0 #1569f0;
	}

	.pro-route-title {
		font-size: 16px;
		font-weight: 700;
		color: #0f172a;
		margin-bottom: 8px;
		display: inline-block;
		position: relative;
	}

	.pro-route-title::after {
		content: '';
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #1532d1;
	}

	.pro-car-badge {
		display: inline-flex;
		align-items: center;
		padding: 5px 12px;
		background-color: #e0f2fe;
		color: #1532d1;
		font-size: 13px;
		font-weight: 600;
		border-radius: 6px;
	}

	.pro-route-info-title {
		font-size: 15px;
		font-weight: 700;
		color: #1e293b;
		margin-bottom: 4px;
	}

	.pro-route-info-desc {
		font-size: 13px;
		color: #64748b;
		margin-bottom: 0;
		line-height: 1.4;
	}

	.pro-price-main {
		font-size: 20px;
		font-weight: 700;
		color: #0f172a;
	}

	.pro-price-old {
		font-size: 14px;
		color: #94a3b8;
		text-decoration: line-through;
		margin-left: 6px;
	}

	.btn-book-now {
		background-color: #1532d1;
		color: #ffffff;
		border-radius: 6px;
		padding: 8px 20px;
		font-weight: 600;
		font-size: 14px;
		border: none;
		transition: background-color 0.2s ease, transform 0.2s ease;
	}

	.btn-book-now:hover {
		background-color: #1569f0;
		color: #ffffff;
		transform: translateY(-1px);
	}

	@media (max-width: 767px) {
		.pro-route-header {
			display: none;
		}

		.pro-route-row {
			padding: 16px;
		}

		.pro-route-title {
			font-size: 15px;
		}

		.pro-route-info-desc {
			font-size: 12px;
		}

		.pro-price-main {
			font-size: 17px;
		}
	}

	.car-detail.wheel {
		top: 30px !important;
	}

	/* --- OUR FEATURES RESPONSIVE FIXES --- */
	.features-section {
		background-color: #f8f9fa;
		padding: 40px 0;
		margin-top: -50px;
	}

	.features-title {
		/* font-weight: 800; */
		color: #090909;
		font-size: 32px;
		letter-spacing: 0.5px;
	}

	.features-subtitle {
		font-size: 15px;
		color: #908d8d;
		font-weight: 600;
		margin-top: -20px;
		margin-bottom: -10px;
	}

	.feature-item-card {
		position: relative;
		background: #ffffff;
		border-radius: 15px;
		padding: 15px 20px;
		margin-bottom: 20px;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
		transition: all 0.3s ease;
		display: flex;
		align-items: flex-start;
		gap: 15px;
		min-height: 90px;
	}

	.feature-item-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	}

	.card-accent-blue {
		border-left: 6px solid #1569f0;
	}

	.card-accent-green {
		border-left: 6px solid #28a745;
	}

	.card-accent-orange {
		border-left: 6px solid #fd7e14;
	}

	.card-accent-purple {
		border-left: 6px solid #6f42c1;
	}

	.feature-icon-box {
		width: 45px;
		height: 45px;
		min-width: 45px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
	}

	.bg-icon-blue {
		background: #e6f0ff;
		color: #1569f0;
	}

	.bg-icon-green {
		background: #e6f9ed;
		color: #28a745;
	}

	.bg-icon-orange {
		background: #fff3e6;
		color: #fd7e14;
	}

	.bg-icon-purple {
		background: #f3e8ff;
		color: #6f42c1;
	}

	.feature-content {
		flex: 1;
	}

	.feature-content h4 {
		font-size: 17px;
		font-weight: 700;
		color: #1a1a1a;
		margin-bottom: 5px;
	}

	.feature-content p {
		font-size: 13px;
		color: #666;
		line-height: 1.4;
		margin: 0;
	}

	.carousel-car-img {
		height: 280px;
		width: 100%;
		object-fit: contain;
	}

	@media (min-width: 992px) {

		.card-accent-orange,
		.card-accent-purple {
			border-left: none;
			border-right: 6px solid;
		}

		.card-accent-orange {
			border-right-color: #fd7e14;
		}

		.card-accent-purple {
			border-right-color: #6f42c1;
		}
	}

	@media (max-width: 991px) {
		.features-section {
			padding: 50px 0;
		}

		.features-title {
			font-size: 30px;
		}

		.carousel-car-img {
			height: 220px;
		}

		.feature-item-card {
			margin-bottom: 15px;
			padding: 12px 15px;
		}
	}

	@media (max-width: 576px) {
		.features-title {
			font-size: 26px;
		}

		.features-subtitle {
			font-size: 13px;
		}

		.carousel-car-img {
			height: 180px;
		}

		.feature-content h4 {
			font-size: 15px;
		}

		.feature-content p {
			font-size: 12px;
		}
	}


	/* --- NEW STYLES FOR WHY CHOOSE US ONLY --- */
	.why-choose-pro-wrapper {
		padding: 60px 0;
		background: #f8fafc;
	}

	.why-choose-head-box {
		text-align: center;
		margin-bottom: 40px;
	}

	.why-choose-head-box h2 {
		letter-spacing: -0.5px;
	}

	.why-choose-head-box p {
		color: #64748b;
		font-size: 15px;
		margin-top: 6px;
	}

	.why-grid-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}

	.why-card-box {
		background: #ffffff;
		border-radius: 12px;
		padding: 22px 18px;
		border: 1px solid #e2e8f0;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		display: flex;
		align-items: flex-start;
		gap: 15px;
	}

	.why-card-box:hover {
		transform: translateY(-5px);
		box-shadow: 0 12px 24px rgba(7, 108, 158, 0.12);
		border-color: #1569f0;
	}

	.why-card-icon {
		width: 46px;
		height: 46px;
		min-width: 46px;
		border-radius: 10px;
		background: linear-gradient(135deg, #1569f0 0%, #1532d1 100%);
		color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		box-shadow: 0 4px 10px rgba(7, 108, 158, 0.2);
	}

	.why-card-info h4 {
		font-size: 16px;
		font-weight: 700;
		color: #0f172a;
		margin: 0 0 5px 0;
	}

	.why-card-info p {
		font-size: 13px;
		color: #64748b;
		margin: 0;
		line-height: 1.45;
	}

	@media (max-width: 991px) {
		.why-grid-container {
			grid-template-columns: repeat(2, 1fr);
		}
	}

	@media (max-width: 576px) {
		.why-grid-container {
			grid-template-columns: repeat(1, 1fr);
		}

		.why-choose-wrapper {
			padding: 40px 0;
		}

		.why-choose-head-box h2 {
			font-size: 26px;
		}
	}

	/* --- PROFESSIONAL FAQ STYLES --- */
	.faq-section-wrapper {
		padding: 70px 0;
		background: #ffffff;
	}

	.faq-card-accordion .accordion-item {
		border: 1px solid #e2e8f0;
		border-radius: 12px !important;
		margin-bottom: 16px;
		overflow: hidden;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
		transition: all 0.3s ease;
	}

	.faq-card-accordion .accordion-item:hover {
		box-shadow: 0 8px 20px rgba(7, 108, 158, 0.08);
		border-color: #cbd5e1;
	}

	.faq-card-accordion .accordion-button {
		font-size: 16px;
		font-weight: 600;
		color: #0f172a;
		background-color: #ffffff;
		padding: 18px 22px;
		box-shadow: none !important;
		transition: all 0.3s ease;
	}

	.faq-card-accordion .accordion-button:not(.collapsed) {
		color: #1532d1;
		background-color: #f8fafc;
		border-bottom: 1px solid #e2e8f0;
	}

	.faq-card-accordion .accordion-button::after {
		background-size: 1.1rem;
		transition: transform 0.3s ease;
	}

	.faq-card-accordion .accordion-body {
		font-size: 14px;
		color: #475569;
		line-height: 1.6;
		padding: 20px 22px;
		background-color: #ffffff;
	}

	.faq-card-accordion .accordion-body strong {
		color: #0f172a;
	}

	/* --- PROFESSIONAL TOP DESTINATIONS STYLES --- */
	.dest-card {
		background: #ffffff;
		border-radius: 16px;
		border: 1px solid #e2e8f0;
		overflow: hidden;
		transition: all 0.3s ease;
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
		display: flex;
		flex-direction: column;
	}

	.dest-card:hover {
		transform: translateY(-6px);
		box-shadow: 0 15px 30px rgba(7, 108, 158, 0.12);
		border-color: #cbd5e1;
	}

	.dest-img-container {
		position: relative;
		width: 100%;
		height: 220px;
		overflow: hidden;
	}

	.dest-img-container img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.5s ease;
	}

	.dest-card:hover .dest-img-container img {
		transform: scale(1.06);
	}

	.dest-body {
		padding: 20px;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}

	.dest-title {
		font-size: 18px;
		font-weight: 700;
		color: #0f172a;
		margin-bottom: 12px;
		line-height: 1.3;
	}

	.dest-meta {
		display: flex;
		align-items: center;
		gap: 8px;
		color: #64748b;
		font-size: 14px;
		margin-bottom: 12px;
	}

	.dest-price-box {
		margin-top: auto;
		padding-top: 12px;
		border-top: 1px solid #f1f5f9;
		display: flex;
		align-items: baseline;
		gap: 6px;
	}

	.dest-price-label {
		font-size: 13px;
		color: #64748b;
		font-weight: 500;
	}

	.dest-price-value {
		font-size: 20px;
		font-weight: 700;
		color: #1532d1;
	}

	.dest-actions {
		display: flex;
		gap: 10px;
		padding: 0 20px 20px 20px;
	}

	.btn-dest-book {
		flex: 1;
		background: #1532d1;
		color: #ffffff;
		border: none;
		padding: 10px 16px;
		border-radius: 8px;
		font-weight: 600;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		transition: all 0.2s ease;
	}

	.btn-dest-book:hover {
		background: #1569f0;
		color: #ffffff;
	}

	.btn-dest-call {
		flex: 1;
		background: #f1f5f9;
		color: #0f172a;
		border: 1px solid #cbd5e1;
		padding: 10px 16px;
		border-radius: 8px;
		font-weight: 600;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		transition: all 0.2s ease;
	}

	.btn-dest-call:hover {
		background: #e2e8f0;
		color: #0f172a;
	}
