@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Nunito:wght@200..1000&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden !important;
}

body {
	font-family: 'IBM Plex Sans', sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #f5f5f7;
	overflow-x: hidden !important;
}

/* Hero Section */
.hv-hero {
	position: relative;
	min-height: 573px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	padding: 16px 135px 40px;
}

.hv-hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('assets/hv-hero.png');
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.hv-hotel-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('assets/hv-hero-hotel.png');
	background-size: cover;
	background-position: center;
	z-index: -1;
}

/* Header */
.hv-header {
	width: 100%;
	position: relative;
	z-index: 1000;
}

.hv-header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.hv-header-left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	flex: 1;
}

.hv-logo {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: white;
	cursor: pointer;
}

.hv-nav {
	display: flex;
	align-items: center;
	gap: 40px;
	font-size: 18px;
	color: white;
}

.hv-nav-item,
.hv-mobile-nav-item {
	cursor: pointer;
	transition: opacity 0.2s;
	list-style-type: none;
	color: white;
	text-decoration: none;
}

.hv-nav-item:hover {
	opacity: 0.8;
}

.hv-dropdown {
	display: flex;
	align-items: center;
	gap: 8px;
}

.hv-dropdown-icon {
	width: 8px;
	height: 8px;
}

.hv-cta-button {
	background-color: #2776e8;
	color: white;
	border: none;
	padding: 24px 32px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.42px;
	cursor: pointer;
	transition: background-color 0.2s;
	width: 200px;
}

.hv-cta-button:hover {
	background-color: #1f5bcc;
}

/* Hero Content */
.hv-hero-content {
	text-align: center;
	/* margin-top: 80px; */
	max-width: 1200px;
	margin: 80px auto;
	position: relative;
	z-index: 10;
}

.hv-hero-title {
	font-size: 70px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -1.4px;
	margin-bottom: 24px;
}

.hv-hero-subtitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

/* Stats */
.hv-stats {
	display: flex;
	gap: 62px;
	margin-top: 80px;
	position: relative;
	z-index: 10;
}

.hv-stat-card {
	background-color: rgba(68, 109, 166, 1);
	width: 186px;
	padding: 16px;
	border-radius: 16px;
	text-align: center;
}

.hv-stat-number {
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -1.08px;
}

.hv-stat-label {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	margin-top: 4px;
}

/* Section Styles */
.hv-section-title {
	color: #1c1c1c;
	font-size: 48px;
	font-weight: 600;
	text-align: center;
	letter-spacing: -0.48px;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 40px;
}

/* Popular Hotels */
.hv-popular-hotels {
	padding: 80px 20px 40px;
	max-width: 1200px;
	margin: 0 auto;
}

.hv-hotels-grid {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
}

.hv-hotel-card {
	display: flex;
	flex-direction: column;
	position: relative;
	aspect-ratio: 0.925;
	width: 100%;
	height: 100%;
	max-width: 370px;
	max-height: 400px;
	/* flex: 1; */
	padding: 271px 8px 8px;
	border-radius: 16px;
	overflow: hidden;
	margin: 0 auto;
}

.hv-hotel-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.hv-hotel-info {
	position: absolute;
	bottom: 8px;
	left: 8px;
	right: 8px;
	background: white;
	padding: 16px;
	border-radius: 16px;
	/* max-height: 121px; */
	z-index: 10;
}

.hv-hotel-details h3 {
	color: #1c1c1c;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 4px;
}

.hv-hotel-features {
	color: #1c1c1c;
	font-size: 14px;
	font-weight: 400;
}

.hv-hotel-pricing {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
}

.hv-price-amount {
	color: #1c1c1c;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

.hv-price-period {
	color: #4f4f53;
	font-size: 14px;
	font-weight: 400;
}

.hv-rating {
	background-color: rgba(247, 204, 70, 0.3);
	color: #b58a06;
	font-size: 14px;
	font-weight: 400;
	padding: 2px 8px;
	border-radius: 48px;
	width: auto;
	height: 25px;
	display: flex;
	text-align: center;
}

/* Facilities */
.hv-facilities {
	padding: 40px 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.hv-facilities-content {
	display: flex;
	gap: 80px;
	align-items: flex-start;
}

.hv-facilities-text {
	flex: 1;
	min-width: 240px;
}

.hv-facilities-title {
	color: #1c1c1c;
	font-size: 48px;
	font-weight: 600;
	line-height: 54px;
	letter-spacing: -0.48px;
	text-transform: capitalize;
	margin-bottom: 16px;
}

.hv-facilities-description {
	color: black;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.hv-facilities-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	width: 618px;
	justify-content: center;
}

.hv-facility-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 160px;
	background: white;
	border-radius: 16px;
	text-align: center;
	margin: 0 auto;
}

.hv-facility-icon {
	width: 48px;
	height: 48px;
	object-fit: contain;
	margin-bottom: 6px;
}

.hv-facility-name {
	color: #1c1c1c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

/* Hotel Types */
.hv-hotel-types {
	padding: 40px 135px;
	text-align: center;
}

.hv-types-grid {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.hv-type-card {
	position: relative;
	aspect-ratio: 1.106;
	min-width: 240px;
	min-height: 254px;
	flex: 1;
	padding: 112px 24px;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hv-type-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.hv-type-name {
	position: relative;
	z-index: 10;
	color: white;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}

/* Partners */
.hv-partners {
	padding: 40px 135px;
}

.hv-partners-grid {
	display: flex;
	align-items: center;
	gap: 100px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hv-partner-logo {
	/* aspect-ratio: 4.76; */
	width: 100px;
	height: 100%;
	object-fit: contain;
}

/* Testimonials */
.hv-testimonials {
	padding: 40px 135px;
}

.hv-testimonials-container {
	max-width: 1170px;
	margin: 0 auto;
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 80px;
}

.hv-testimonials-grid {
	display: flex;
	/* gap: 24px; */
	/* width: 100%; */
	/* flex-wrap: wrap; */
}

.hv-testimonial-card {
	position: relative;
	background: white;
	padding: 48px 24px 24px;
	border-radius: 16px;
	text-align: center;
	flex: 1;
	height: 100%;
	min-width: 240px;
	z-index: 9;
	/* height: 300px; */
}

.hv-testimonial-avatar {
	position: absolute;
	top: -37px;
	left: 50%;
	transform: translateX(-50%);
	width: 73px;
	height: 73px;
	border-radius: 50%;
	object-fit: cover;
	z-index: 10;
}

.hv-testimonial-content {
	color: #1c1c1c;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 16px;
}

.hv-testimonial-author {
	color: black;
	font-size: 16px;
	font-weight: 400;
	opacity: 0.6;
	line-height: 1.75;
}

.hv-testimonial-dots {
	display: flex;
	gap: 20px;
	/* margin-top: 100px; */
	align-items: center;
}

.hv-dot {
	width: 10px;
	height: 10px;
	border: 1px solid #2776e8;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	transition: all 0.2s;
}

.hv-dot.hv-active {
	width: 20px;
	height: 20px;
	background-color: #2776e8;
	border: none;
}

/* Contact */
.hv-contact {
	padding: 40px 135px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hv-contact-content {
	max-width: 576px;
	text-align: center;
	margin-bottom: 40px;
}

.hv-contact-title {
	color: #1c1c1c;
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.48px;
	text-transform: capitalize;
	margin-bottom: 16px;
}

.hv-contact-description {
	color: black;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.hv-contact-form {
	max-width: 556px !important;
	width: 100%;
	/* max-width: 100%; */
	background: white;
	padding: 24px;
	margin: 0 auto;
	border-radius: 16px;
}

.hv-form-field {
	margin-bottom: 16px;
}

.hv-form-field label {
	display: block;
	color: black;
	font-size: 14px;
	opacity: 0.6;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 4px;
}

.hv-form-field input,
.hv-form-field textarea {
	width: 100%;
	padding: 16px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	font-size: 14px;
	font-family: inherit;
}

.hv-form-field textarea {
	min-height: 136px;
	resize: vertical;
}

.hv-error-message {
	color: #ef4444;
	font-size: 12px;
	display: block;
	margin-top: 4px;
}

.hv-form-disclaimer {
	color: black;
	font-size: 12px;
	line-height: 19px;
	margin: 16px 0;
	opacity: 0.6;
}

.hv-submit-button {
	width: 100%;
	background-color: #2776e8;
	color: white;
	border: none;
	padding: 24px 32px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.42px;
	cursor: pointer;
	transition: background-color 0.2s;
}

.hv-submit-button:hover {
	background-color: #1f5bcc;
}

/* Footer */
.hv-footer {
	padding: 20px 135px;
}

.hv-footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 100px;
	flex-wrap: wrap;
}

.hv-footer-text {
	color: #282b2f;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	cursor: pointer;
}

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

	.hv-hero-title {
		font-size: 40px;
		line-height: 44px;
	}

	.hv-popular-hotels,
	.hv-facilities,
	.hv-hotel-types,
	.hv-partners,
	.hv-testimonials,
	.hv-contact {
		padding-left: 20px;
		padding-right: 20px;
	}

	.hv-section-title {
		font-size: 1.5rem !important;
	}

	.hv-facilities-content {
		flex-direction: column;
		gap: 40px;
	}

	.hv-facilities-grid {
		width: 100%;
	}

	.hv-facilities-title {
		font-size: 40px;
		line-height: 50px;
	}

	.hv-hotels-grid,
	.hv-types-grid {
		flex-direction: column;
	}

	.hv-type-card {
		padding: 100px 20px;
	}

	.hv-partners-grid {
		gap: 40px;
	}

	.hv-footer-content {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}

	.hv-cta-button {
		padding: 16px 20px;
		width: auto;
	}
}

/* Mobile Navigation */
.hv-mobile-menu-btn {
	display: none;
	flex-direction: column;
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px;
}

.hv-mobile-menu-btn span {
	width: 25px;
	height: 3px;
	background-color: white;
	margin: 3px 0;
	transition: 0.3s;
}

.hv-mobile-menu-btn.hv-active span:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}

.hv-mobile-menu-btn.hv-active span:nth-child(2) {
	opacity: 0;
}

.hv-mobile-menu-btn.hv-active span:nth-child(3) {
	transform: rotate(45deg) translate(-6px, -8px);
}

.hv-mobile-nav {
	display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	right: -20px;
	background-color: rgba(0, 0, 0, 0.95);
	padding: 20px;
	flex-direction: column;
	gap: 20px;
	z-index: 1000;
}

.hv-mobile-nav.hv-active {
	display: flex;
}

.hv-mobile-nav-item {
	color: white;
	font-size: 18px;
	cursor: pointer;
	transition: opacity 0.2s;
	display: flex;
	align-items: center;
	gap: 8px;
}

.hv-mobile-nav-item:hover {
	opacity: 0.8;
}

.hv-mobile-cta {
	margin-top: 10px;
	width: 100%;
}

/* Cookie Popup */
.hv-cookie-popup {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.9);
	color: white;
	padding: 20px;
	z-index: 10000;
	transform: translateY(100%);
	transition: transform 0.3s ease-in-out;
}

.hv-cookie-popup.hv-show {
	transform: translateY(0);
}

.hv-cookie-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.hv-cookie-content p {
	flex: 1;
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.hv-cookie-buttons {
	display: flex;
	gap: 15px;
	align-items: center;
}

.hv-cookie-link {
	color: #2776e8;
	text-decoration: underline;
	font-size: 14px;
	transition: opacity 0.2s;
}

.hv-cookie-link:hover {
	opacity: 0.8;
}

.hv-cookie-accept {
	background-color: #2776e8;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s;
}

.hv-cookie-accept:hover {
	background-color: #1f5bcc;
}

/* Testimonials Slider */
.hv-testimonials-wrapper {
	width: 100%;
	/* margin-top: 80px; */
	height: 300px;
	position: relative;
}

.hv-testimonials-grid {
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 100%;
	height: 100px;
	min-height: 256px;
	/* overflow: hidden; */
}

.hv-testimonial-card {
	width: 33.333%;
	flex: 0 0 33.333%;
	flex-shrink: 0;
	background: white;
	padding: 48px 24px 24px;
	border-radius: 16px;
	text-align: center;
	position: relative;
	/* margin: 0 12px; */
	/* height: 350px; */
}

.hv-hero-title {
	font-size: 70px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -1.4px;
	margin-bottom: 24px;
}

.hv-hero-description {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 24px;
}

.hv-hero-button {
	background-color: #2776e8;
	color: white;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.42px;
	line-height: 1;
	width: 200px;
	padding: 24px 32px;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.hv-hero-button:hover {
	background-color: #1e5bbf;
}

/* Main Content */
.hv-main-content {
	z-index: 10;
	width: 100%;
	padding: 80px 135px 40px;
}

/* Hotel Cards */
.hv-hotel-cards {
	display: flex;
	align-items: stretch;
	gap: 40px;
	flex-wrap: wrap;
	width: 100%;

	margin-bottom: 40px;
}

.hv-hotel-texts {
	min-width: 240px;
	flex: 1;
	padding: 40px;
	font-weight: 400;
}

.hv-hotel-names {
	color: #1c1c1c;
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.48px;
	text-transform: capitalize;
	margin-bottom: 16px;
}

.hv-hotel-sections {
	width: 100%;
	margin-top: 16px;
}

.hv-hotel-sections h3 {
	color: #1c1c1c;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 8px;
}

.hv-hotel-sections p {
	color: black;
	font-size: 16px;
	opacity: 0.6;
	line-height: 26px;
}

.hv-book-buttons {
	color: white;
	background-color: #2776e8;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.42px;
	line-height: 1;
	width: 200px;
	padding: 24px 32px;
	border-radius: 30px;
	border: none;
	margin-top: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.hv-book-buttons:hover {
	background-color: #1e5bbf;
}

.hv-hotel-imagess {
	display: flex;
	flex-direction: column;
	min-width: 240px;
	width: 420px;
	justify-content: center;
}

.hv-image-containers {
	position: relative;
	min-height: 181px;
	width: 100%;
	overflow: hidden;
	flex: 1;
	border-radius: 16px;
	margin-top: 16px;
}

.hv-image-containers:first-child {
	margin-top: 0;
}

.hv-image-containers img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1200px) {
	.hv-hotels-grid {
		/* flex-wrap: wrap;
		justify-content: center; */
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	}
}

@media (max-width: 1045px) {
	.hv-nav {
		display: none;
	}

	.hv-mobile-menu-btn {
		display: flex;
	}

	.hv-cta-button {
		display: none;
	}

	.hv-hero {
		padding: 16px 20px 40px;
	}

	.hv-facilities-content {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.hv-facilities-grid {
		width: auto;
	}
}

.hv-hidden {
	display: flex;
}

.hv-no-hidden {
	display: none;
}

@media (max-width: 962px) {
	.hv-hotel-cards {
		flex-direction: column;
		gap: 20px;
	}

	.hv-hotel-cards.hv-reverse {
		flex-direction: column-reverse;
	}

	.hv-main-content {
		padding: 80px 40px;
	}

	.hv-hidden {
		display: none;
	}

	.hv-no-hidden {
		display: flex;
	}
	.hv-hotel-imagess {
		width: auto;
		flex-direction: row;
		gap: 16px;
		height: 200px;
	}

	.hv-image-containers {
		min-height: 200px;
		height: 100%;
	}

	.hv-image-containers {
		margin-top: 0;
	}
}

@media (max-width: 800px) {
	.hv-hotel-card {
		padding: 72% 8px 8px;
	}
}

/* Responsive Design */
@media (max-width: 768px) {
	.hv-hero {
		padding: 16px 20px 40px;
	}

	.hv-header-left {
		justify-content: space-between;
		width: 100%;
	}

	.hv-hero-title {
		font-size: 40px;
		line-height: 44px;
	}

	.hv-hotel-card {
		padding: 72% 8px 8px;
	}

	.hv-popular-hotels,
	.hv-facilities,
	.hv-hotel-types,
	.hv-partners,
	.hv-testimonials,
	.hv-contact {
		padding-left: 20px;
		padding-right: 20px;
	}

	.hv-section-title {
		font-size: 40px;
	}

	.hv-facilities-content {
		flex-direction: column;
		gap: 40px;
	}

	.hv-facilities-grid {
		width: 100%;
	}

	.hv-facilities-title {
		font-size: 40px;
		line-height: 50px;
	}

	.hv-hotels-grid,
	.hv-types-grid {
		/* flex-direction: column; */
		align-items: center;
		margin: 0 auto;
		justify-content: center;
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	}

	.hv-type-card {
		padding: 100px 20px;
	}

	.hv-footer {
		padding: 20px;
	}

	.hv-partners-grid {
		gap: 40px;
	}

	.hv-testimonial-card {
		/* width: 250px; */
		width: 100%;
		flex: 0 0 95%;
		padding: 40px 16px 0 16px;
		margin: 0 20px 20px 20px;
	}

	.hv-footer-content {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}

	.hv-cta-button {
		padding: 16px 20px;
		width: auto;
	}

	.hv-cookie-content {
		flex-direction: column;
		gap: 15px;
		text-align: center;
	}

	.hv-cookie-buttons {
		justify-content: center;
	}

	.hv-facility-item {
		width: 100%;
		height: 100%;
		max-width: 136px;
		max-height: 136px;
		padding: 30px 44px;
	}

	.hv-facilities-grid,
	.hv-types-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.hv-type-card {
		max-height: 168px;
		width: 100%;
		min-height: auto;
	}

	.hv-stats {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.hv-photo-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 16px;
	max-width: 1100px;
	/* flex-wrap: wrap; */
	margin: 40px auto;
	/* margin-top: 40px; */
	justify-content: center;
}

.hv-photo-item {
	background-color: white;
	border-radius: 16px;
	overflow: hidden;
}

.hv-photo-small {
	width: 100%;
	/* max-width: 221px; */
	/* height: 100%; */
	max-height: 260px;
}

.hv-photo-large {
	max-width: 297px;
	height: 100%;
	max-height: 209px;
	width: 100%;
}

.hv-photo-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hv-photo-stack {
	position: relative;
	aspect-ratio: 1.421;
	width: 100%;
	height: 100%;
}

.hv-photo-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.hv-photo-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.hv-photo-top {
	position: relative;
	width: 100%;
	aspect-ratio: 1.42;
	object-fit: contain;
	z-index: 3;
}

.hv-about-company {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	gap: 80px;
	flex-wrap: wrap;
	padding: 40px 135px;
}

.hv-about-image {
	background-color: white;
	min-width: 240px;
	width: 505px;
	border-radius: 16px;
	overflow: hidden;
}

.hv-image-container {
	position: relative;
	min-height: 488px;
	height: 100%;
	width: 100%;
	padding-bottom: 155px;
	box-shadow: -14px 24px 68px -16px rgba(0, 0, 0, 0.12);
	overflow: hidden;
}

.hv-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hv-overlay-image {
	position: relative;
	width: 100%;
	aspect-ratio: 1.52;
	object-fit: contain;
	margin-bottom: -31px;
	z-index: 1;
}

.hv-about-content {
	min-width: 240px;
	flex: 1;
}

/* .hv-section-title {
	color: #232631;
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.48px;
	text-transform: capitalize;
	margin-bottom: 24px;
} */

.hv-section-description {
	color: black;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin-bottom: 40px;
	opacity: 0.6;
}

.hv-features-grid {
	width: 100%;
}

.hv-feature-row {
	display: flex;
	width: 100%;
	gap: 24px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.hv-feature-row:last-child {
	margin-bottom: 0;
}

.hv-feature {
	display: flex;
	min-width: 240px;
	gap: 8px;
	flex: 1;
}

.hv-feature-icon {
	display: flex;
	gap: 10px;
	width: 20px;
	padding: 2px;
}

.hv-feature-icon img {
	width: 16px;
	height: 16px;
	aspect-ratio: 1;
	object-fit: contain;
}

.hv-feature-content {
	/* min-width: 240px; */
	flex: 1;
}

.hv-feature-title {
	color: #1c1c1c;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.hv-feature-description {
	color: black;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	opacity: 0.6;
}

.hv-mission-statement {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	gap: 60px;
	flex-wrap: wrap;
	padding: 40px 135px;
}

.hv-mission-content {
	min-width: 240px;
	width: 522px;
}

.hv-mission-title {
	color: #232631;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 24px;
}

.hv-mission-text {
	max-width: 522px;
	width: 100%;
	color: black;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin-bottom: 24px;
}

.hv-mission-text p {
	margin-bottom: 16px;
	opacity: 0.6;
}

.hv-mission-text p:last-child {
	margin-bottom: 0;
}

.hv-mission-image {
	background-color: white;
	min-width: 240px;
	flex: 1;
	border-radius: 16px;
	overflow: hidden;
}

.hv-mission-image-container {
	position: relative;
	min-height: 400px;
	width: 100%;
	box-shadow: -14px 24px 68px -16px rgba(0, 0, 0, 0.12);
	overflow: hidden;
}

.hv-mission-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hv-mission-overlay {
	position: relative;
	min-height: 400px;
	width: 100%;
	padding-bottom: 67px;
}

.hv-mission-bg-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hv-mission-top {
	position: relative;
	width: 100%;
	aspect-ratio: 1.57;
	object-fit: contain;
}

.hv-main-contents {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	gap: 40px;
	overflow: hidden;
	color: black;
	font-weight: normal;
	flex-wrap: wrap;
	padding: 20px;
	margin: 0 auto;
	max-width: 1200px;
}

/* Contact Info Styles */
.hv-contact-info {
	display: flex;
	min-width: 240px;
	flex-direction: column;
	align-items: stretch;
	font-size: 16px;
	justify-content: flex-start;
	/* width: 576px; */
}

.hv-contact-info p {
	opacity: 0.6;
}

.hv-main-title {
	color: #1c1c1c;
	font-size: 70px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -1.4px;
}

.hv-description {
	line-height: 26px;
	margin-top: 16px;
	opacity: 0.6;
}

.hv-contact-details {
	width: 100%;
	line-height: 1.6;
	margin-top: 16px;
}

.hv-contact-item {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 16px;
	/* white-space: nowrap; */
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.hv-contact-item span {
	opacity: 0.6;
}

.hv-contact-item:last-child {
	margin-bottom: 0;
}

.hv-contact-icon {
	aspect-ratio: 1;
	object-fit: contain;
	width: 24px;
	flex-shrink: 0;
}

.hv-main-content {
	align-self: center;
	display: flex;
	width: 100%;
	overflow: hidden;
	color: #232631;
	font-weight: normal;
	flex-wrap: wrap;
	padding: 80px 135px;
	justify-content: center;
}

.hv-policy-container {
	max-width: 1000px;
	width: 100%;
	/* background-color: white; */
	border-radius: 16px;
	padding: 48px;
}

.hv-page-title {
	color: #232631;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 16px;
	text-align: center;
}

.hv-last-updated {
	color: #666;
	font-size: 14px;
	text-align: center;
	margin-bottom: 32px;
	font-style: italic;
}

.hv-policy-intro {
	background-color: #fff;
	padding: 24px;
	border-radius: 12px;
	margin-bottom: 32px;
}

.hv-policy-intro p {
	font-size: 16px;
	line-height: 1.6;
	color: #232631;
	margin: 0;
}

.hv-policy-section {
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e7eb;
	padding-bottom: 32px;
}

.hv-policy-section:last-of-type {
	border-bottom: none;
	margin-bottom: 32px;
}

.hv-section-titles {
	color: #232631;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 16px;
	padding-bottom: 8px;
	/* border-bottom: 2px solid #2776e8; */
	display: inline-block;
}

.hv-section-content {
	color: #232631;
	font-size: 16px;
	line-height: 1.6;
}

.hv-section-content p {
	margin-bottom: 16px;
	opacity: 0.6;
}

.hv-section-content p:last-child {
	margin-bottom: 0;
}

.hv-policy-list {
	margin: 16px 0;
	padding-left: 0;
	list-style: none;
}

.hv-policy-list li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 12px;
	line-height: 1.6;
	opacity: 0.6;
}

.hv-policy-list li:before {
	content: '•';
	color: #333;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
}

.hv-policy-list li strong {
	color: #232631;
	font-weight: 600;
}

@media (max-width: 1080px) {
	.hv-about-company {
		flex-direction: column-reverse;
		padding: 20px;
	}

	.hv-about-image {
		width: 100%;
		height: 400px;
		/* height: 100%; */
		min-height: auto;
	}

	.hv-image-container {
		min-height: auto;
	}

	.hv-footer-content {
		flex-direction: column;
		gap: 20px;
	}
}

@media (max-width: 768px) {
	/* .hv-hero-section {
		padding: 16px 20px 100px;
	} */

	.hv-hero-title {
		font-size: 40px;
		line-height: 44px;
	}

	.hv-main-content {
		padding: 40px 20px;
	}

	.hv-mission-statement {
		padding: 20px;
	}
	.hv-hotel-names {
		font-size: 40px;
	}

	.hv-main-contents {
		grid-template-columns: 1fr;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
	}

	.hv-contact-info {
		text-align: center;
	}

	.hv-contact-item {
		flex-direction: column;
	}

	.hv-navigation {
		gap: 20px;
		font-size: 16px;
	}

	.hv-hotel-cards,
	.hv-hotel-cards {
		flex-direction: column;
	}

	/* .hv-hotel-texts {
		padding: 20px;
	} */
}

@media (max-width: 568px) {
	.hv-types-grid {
		grid-template-columns: 1fr;
	}

	/* .hv-hero {
		padding: 16px 20px 0;
	} */

	.hv-photo-item {
		display: none;
	}

	.hv-photo-item:last-child {
		display: flex;
		max-width: none;
	}

	.hv-photo-grid {
		grid-template-columns: 1fr;
	}

	.hv-feature-row {
		flex-direction: column;
		max-width: 250px;
		justify-content: center;
		margin: 0 auto;
	}

	.hv-policy-container {
		padding: 0;
	}

	.hv-page-title {
		font-size: 1.5rem;
	}

	.hv-hotel-imagess {
		flex-direction: column;
		height: 400px;
	}

	.hv-image-containers {
		min-height: auto;
		height: 122px;
	}

	.hv-image-containers img {
		height: 122px;
	}

	.hv-testimonial-card {
		width: 300px;
		/* width: 100%; */
		flex: 0 0 auto;
		padding: 40px 16px 0 16px;
		margin: 0 20px 20px 20px;
	}

	.hv-stats {
		flex-direction: column;
		gap: 20px;
		margin-top: 40px;
	}
}

@media (max-width: 375px) {
	.hv-testimonial-card {
		width: 250px;
		/* width: 100%; */
		/* flex: 0 0 auto;
		padding: 40px 16px 0 16px;
		margin: 0 20px 20px 20px; */
	}
}

@media (min-width: 769px) {
	/* .hv-testimonials-grid {
		width: 100%;
		flex-direction: row;
	} */

	.hv-testimonial-card {
		width: calc(33.333% - 16px);
		margin: 0 8px;
	}
}
