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

:root {
  --bs-blue: #ab8a62;
  --bs-link-color-rgb: #ab8a62;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  
  --bs-primary: #ab8a62; /* Updated primary color */
  
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}


body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #222222;
}

h1{
	font-family: 'Gilda Display', serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 57px;
	color: #222222;
	margin-bottom: 20px;
}
.container {
	 max-width: 1210px;
}
.site {
	overflow: hidden;
}
.pt-95 {
	padding-top: 95px;
}

.section{
	padding: 40px 0;
}
article {
    overflow-wrap: break-word;
}

.pt-0{
	padding-top: 0 !important;
}

/* Header Section */
.hero-section {
	height: 718px;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	flex-direction: column;
}
.header-fix {
	position: fixed;
	width: 100%;
	background: #222222 !important;
    transition: 0.9s;
}
.admin-bar .header-fix{
	margin-top: 32px;
}

.hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-content {
	z-index: 2;
	color: #fff;
	text-align: center;
}

.header {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.137) 0%, rgba(252, 252, 252, 0) 100%);
	top: 0;
	z-index: 1030;
	transition: 0.9s;
}
.home .testimonials-nav {
	z-index: 1;
}

.header-bg-dark {
	background-color: #222222;
}

.header-bg-event {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(252, 252, 252, 0) 100%), url('/wp-content/uploads/2025/07/event-header.png');
	min-height: 375px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#primary-menu .current-menu-item > a,
.single-room_suite .menu-item-type-post_type_archive {
    text-decoration: underline;
    text-underline-offset: 4px;
	text-decoration-color: var(--bs-primary);
	text-decoration-thickness: 2px;
}
.entry-header{
	margin-top: 20px;
}

.menu-primary-menu-container .menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 20px;
}
.heder-contact-btn{
	background-color: #FFFFFF;
    color: #222222;
    text-decoration: none;
    padding: 12px 24px;
	border: 1px solid #fff;
    font-weight: 600;
	margin-right: 20px;
	text-transform: uppercase;
    font-size: 14px;
}

/* Menu item styling similar to .nav-link */
.menu-primary-menu-container .menu-item a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: color 0.3s;
	padding: 10px 15px;
	gap: 20px
}

/* Hover effect */
.menu-primary-menu-container .menu-item a:hover {
	color: #ab8a62;
	/* gold-ish highlight on hover */
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 10.3%;
    padding: 14px 10px;
}
.event-heder-title {
    position: absolute;
    top: 220px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
}
.admin-bar .event-heder-title{
	top:245px;
}

.custom-logo {
	width: 234px;
	height: 61px;
}

.contact-info {
	display: flex;
	align-items: center;
	gap: 20px;
	color: white;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.contact-info img {
	width: 14px !important;
	height: 14px !important;
}
.contact-info .tel {
	text-decoration: none;
    color: #fff;
}

.book-now-btn {
	background-color: #ab8a62;
	color: white;
	padding: 14px 28px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s;
	text-decoration:none;
}

.book-now-btn:hover {
	background-color: #9a7951;
}

.navigation {
	display: flex;
	justify-content: center;
	gap: 60px;
	padding: 15px 0;
	border-top: 2px solid #696969;
	border-bottom: 2px solid #696969;
}

.nav-link {
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: color 0.3s;
}

.nav-link:hover {
	color: #ab8a62;
}

.hero-title {
	position: absolute;
	/* top: 50%; */
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	font-family: 'Gilda Display', serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 56px;
	text-transform: uppercase;
	text-shadow: 0px 0px 67px #000000;
	
}
.located-list {
	padding-left: 19px;
}
.located-list li{
    font-weight: bold;
	padding-bottom: 6px;
}

/* Welcome Section */
.welcome-section {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-subtitle {
	font-size: 16px;
	color: #222222;
	margin-bottom: 5px;
}

.section-title {
	font-family: 'Gilda Display', serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 57px;
	color: #222222;
	margin-bottom: 10px;
}
.section-title-acc {
	padding-top: 100px;
    padding-bottom: 35px;
}

.section-description {
	font-size: 16px;
	line-height: 24px;
	color: #222222;
	max-width: 835px;
	margin: 0 auto;
	max-width: 800px;
}

/* What Guests Love Section */
.guests-love-section {
	overflow: hidden;
/* 	max-width: 1350px; */
	margin-left: 12%;
/*     margin-left: auto; */
    padding: 0 0 100px;
}

.section-header {
	display: flex;
	align-items: center;
	margin-bottom: 36px;
	width: 66%;
}

.section-header h3 {
	font-size: 16px;
	color: #222222;
	margin-right: 20px;
	margin-bottom: 0;
}

.section-line {
	flex: 1;
	height: 2px;
	background-color: #ab8a62;
}

.glsection-text h2 {
	font-family: 'Gilda Display', serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 52px;
	color: #222222;
	margin-bottom: 20px;
}

.glsection-text p {
	font-size: 16px;
	line-height: 24px;
	color: #222222;
	margin-bottom: 30px;
	min-height: 174px;
}

@media (max-width: 767px) {
	.social-icons {
		display: none !important;
	}
	.event-dining {
		margin-top: 48px !important;
	}
}

.sierra-slider-guest-love-slide {
	width: 300px;
	height: 100% !important;
	max-height: 523px !important;
/* 	min-height: 523px !important; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.sierra-slider-guest-love-slide img {
	width: 100%;
/* 	height: 100%; */
	object-fit: cover;
}

.social-icons {
	display: flex;
	gap: 12px;
}

.social-icons img {
	width: 42px;
	height: 42px;
	cursor: pointer;
	transition: opacity 0.3s;
}

.social-icons img:hover {
	opacity: 0.7;
}

.content-images {
	display: flex;
	gap: 20px;
}

.content-images img {
	width: 537px;
	height: 523px;
	object-fit: cover;
}

/* Rustic Romance Section */
.rustic-section {
	height: 512px;
	background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%), url('/wp-content/uploads/2025/06/img_image_15.png');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.rustic-content {
	max-width: 430px;
	color: white;
}

.rustic-content .section-subtitle {
	color: white;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.rustic-content .section-title {
	color: white;
	margin-bottom: 20px;
}

.rustic-content p {
	font-size: 16px;
	line-height: 21px;
	color: white;
	margin-bottom: 30px;
}
.btn{
	border-radius: 0px !important;
}
.btn-primary {
	background-color: #ab8a62;
	color: white;
    padding: 12px 27px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s;
	text-decoration: none;
	align-self: flex-start;
	border: 1px solid #9a7951;	
	height: 45px;
}

.btn-primary:hover,
.gallery-view-btn:hover,
.contact-btn .wpcf7-submit:hover,
.heder-contact-btn:hover,
.discount-form .wpcf7-submit:hover {
	background-color: transparent !important;
    color: #9a7951 !important;
    border: 1px solid;
    transition: 0.5s;
}

/* Location Section */
.location-section {
	padding-top: 100px;
    padding-bottom: 100px;
	display: flex;
	gap: 54px;
	align-items: center;
}

.location-image {
	width: 557px;
	height: 441px;
	object-fit: cover;
}

.location-content {
	flex: 1;
}

.location-content .section-subtitle {
	text-align: left;
	margin-bottom: 5px;
}

.location-content .section-title {
	text-align: left;
	margin-bottom: 20px;
}

.location-content p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.location-details {
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 30px;
	white-space: pre-line;
}

/* Gallery Section */
.gallery-section {
	background-color: #f8f5f0;
	padding: 53px 0 100px;
	position: relative;
}

.gallery-title {
	text-align: center;
	margin-bottom: 50px;
}

.gallery-slider {
	position: relative;
/* 	overflow: hidden; */
}

.gallery-swiper-container {
/* 	padding-left: 5% !important; */
/* 	padding-right: 5% !important; */
}

.gallery-slider .swiper-wrapper {
/* 	margin-left: 6% !important; */
}

.gallery-slide {
/* 	width: 300px !important; */
	height: 200px !important;
    object-fit: cover;
}

.gallery-rect {
	width: 100%;
	height: 200px !important;
	/* You can adjust height as per design */
	object-fit: cover;
	display: block;
}

.gallery-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border: 1px solid #ab8a62;
	border-radius: 21px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s;
/* 	z-index: 30; */
}

.gallery-nav:hover {
	background-color: #ab8a62;
}

.gallery-nav:hover img {
	filter: brightness(0) invert(1);
}

.gallery-prev {
	left: 0px;
}

.gallery-next {
	right: 0px;
}

.gallery-view-btn {
	display: block;
	margin: 50px auto 0;
	background-color: #ab8a62;
	border: 1px solid #ab8a62 !important;
	color: white;
	padding: 14px 28px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s;
}

/* .gallery-view-btn:hover {
	background-color: #9a7951;
} */

/* Testimonials Section */
.testimonials-section {
/* 	padding: 100px 170px; */
	padding-top: 100px;
    padding-bottom: 100px;
}

.testimonials-header {
	text-align: center;
	margin-bottom: 50px;
}

.testimonials-header .section-subtitle {
	margin-bottom: 5px;
}

.testimonials-slider {
	position: relative;
}

.testimonials-track {
	display: flex;
	gap: 25px;
	transition: transform 0.3s ease;
}

.testimonial-card {
	background-color: white;
	border: 1px solid #e4e4e4;
	flex-shrink: 0;
	position: relative;
}

/* .testimonials-swiper .swiper-slide {
	width: 100%;
	max-width: 385px;
} */

.testimonial-text {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 40px;
	padding: 35px;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: calc(1.6em * 9);
	/* Adjust line height if needed */
}

.testimonial-author {
	position: relative;
	padding-top: 34px;
}

.author-info {
	background-color: #f8f5f0;
	border-bottom: 4px solid #ab8a62;
	padding: 33px 0;
	text-align: center;
}

.author-name {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
}

.author-rating img {
	width: 13px;
	height: 12px;
}

.author-avatar {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 63px;
	height: 63px;
	border-radius: 31px;
	object-fit: cover;
}

.testimonials-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border: 1px solid #ab8a62;
	border-radius: 21px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s;
	z-index: 10;
}

.testimonials-nav:hover {
	background-color: #ab8a62;
	color: white;
}

.testimonials-nav:hover img,
.testimonials-nav img:hover {
	filter: brightness(0) invert(1);
}

.testimonials-prev {
	left: -70px;
}

.testimonials-next {
	right: -70px;
}

.page-template-event-template .testimonials-section{
	padding-top: 0 !important;
}

/* Contact Section */
.contact-section {
	background-color: #f8f5f0;
	padding: 47px 170px 50px;
}

.contact-title {
	text-align: center;
	margin-bottom: 50px;
}

.contact-form {
	max-width: 950px;
	margin: 0 auto;
}

.form-row {
	display: flex;
	gap: 25px;
	margin-bottom: 22px;
}

.form-group {
	flex: 1;
}

.form-label {
	display: block;
	font-size: 14px;
	color: #666666;
	margin-bottom: 5px;
}

.form-input {
	width: 100%;
	height: 45px;
	background-color: white;
	border: 1px solid #ddd;
	padding: 0 15px;
	font-size: 14px;
}

.form-input:focus {
	outline: none;
	border-color: #ab8a62;
}

.checkbox-row {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666666;
}

.checkbox {
	width: 11px;
	height: 11px;
	border: 1px solid #666666;
	border-radius: 5px;
	background-color: #f8f5f0;
	cursor: pointer;
}

.checkbox.checked {
	background-color: #ab8a62;
	border-color: #ab8a62;
}

.privacy-link {
	font-weight: 700;
	text-decoration: underline;
	color: #666666;
}

.submit-btn {
	background-color: #ab8a62;
	color: white;
	padding: 14px 28px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s;
	display: block;
	margin: 0 auto;
}

.submit-btn:hover {
	background-color: #9a7951;
}

/* Footer */
.footer {
	background-color: #222222;
	color: #adadad;
	padding: 45px 0 0;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 44px;
}

/* .footer-logo {
	width: 324px;
	height: 68px;
} */

.footer-info {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}

.footer-social {
	display: flex;
	gap: 8px;
}

.footer-social img {
	width: 18px;
	height: 18px;
	cursor: pointer;
	transition: opacity 0.3s;
}

.footer-social img:hover {
	opacity: 0.7;
}

.footer-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-link {
	color: #adadad;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.3s;
}

.footer-link:hover {
	color: white;
}

.footer-bottom {
	background-color: #1e1e1e;
	text-align: center;
	padding: 14px 0;
	font-size: 12px;
	color: #adadad;
}

/* Responsive Design */
@media (max-width: 1340px) {
	.testimonials-prev {
		left: 0;
	}

	.testimonials-next {
		right: 0;
	}
}
@media (max-width: 1050px) {
	.header-top {
		margin-right: auto;
	}
}
@media (max-width: 992px) {
		.header {
		padding: 15px 20px;
	}

	.header-top {
		flex-direction: column;
		gap: 15px;
	}

	.navigation {
		flex-wrap: wrap;
		gap: 20px;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		transition: all 0.3s ease-in-out;
	}

	.hero-title {
		font-size: 32px;
		line-height: 40px;
		padding: 0 20px;
	}
	.header-contact-btn-col {
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	.heder-contact-btn{
		margin-right: 0;
	}
	
	.social-icons{
		display: none;
	}
	.location-section{
		padding: 100px 0;
	}
	.contact-btn{
		justify-content: flex-start !important;
	}
	.sitemap-box li {
    	width: 100% !important;
	}
	.event-contact-form{
		padding: 0 !important;
	}
	.contact-form-secrion{
		padding-bottom: 100px !important;
	}
	.section-header{
		width: 100%;
	}
	.welcome-section,
	.guests-love-section,
	.location-section,
	.testimonials-section,
	.contact-section {
		padding-left: 20px;
		padding-right: 20px;
	}
	.guests-love-section{
		margin-left:auto;
	}
	.glsection-text p {
		min-height: auto;
	}
	.location-section {
		flex-direction: column;
	}
	.location-image {
		width: 100%;
		height: auto;
	}
	.page-template-event-template .align-middle {
		padding-top: 0 !important;
	}
	.event-heder-title {
		top: 310px;
	}
	.admin-bar .header-fix {
		transform: translateY(-71%);
	}
	.header-fix {
		transform: translateY(-73%);
	}
	.header-bg-event {
		min-height: 400px;
	}
	.popup-close{
		right: 7px !important;
		top: 7px !important;
		width: 24px !important;
		height: 24px !important;
		font-size: 18px !important;
		line-height: 21px !important;
	}
}
@media (max-width: 767px) {
	.flex-reverse {
		flex-direction: column-reverse;
	}
}

@media (max-width: 629px) {
	.header-fix {
        transform: translateY(-78%) !important;
    }
}

@media (max-width: 768px) {	
	.content-row {
		flex-direction: column;
	}

	.content-images {
		flex-direction: column;
	}

	.content-images img {
		width: 100%;
		height: auto;
	}

	.form-row {
		flex-direction: column;
	}

	.footer {
		padding: 20px;
	}

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

	.amenity-item {
		padding-left: 10%;
		align-items: center;
	}
	.testimonials-section .testimonials-nav{
		display: none;
	}
	.rustic-section{
		padding: 0 20px;
	}
	.contact-info{
		flex-flow: wrap;
		justify-content:center;
	}
	.book-now-btn {
		margin: 12px 0;
	}
	.text-start-mobile{
		text-align: start !important;
	}
	.gallery-nav{
		display: none;
	}
	.mobile-section {
		padding: 0 12px;
	}
	.event-fluid-image {
		width: 100%;
    	margin-bottom: 12px;
	}
	.event-contact-form .wpcf7-response-output {
		position: relative;
		top: -108px;
	}
	.footer-info{
		padding-top: 15px;
	}
	.event-heder-title{
		top: 330px
	}
	.room-title{
		font-size: 32px;
	}
	.custom-w-90{
		width: 100% !important;
	}
	.room-reviews{
		    margin: 0 !important;
	}
}
@media (max-width: 425px) {
	.header-bg-event {
        min-height: 440px;
    }
	.event-heder-title {
        top: 363px;
    }
}

@media (max-width: 480px) {
	.hero-title {
		font-size: 24px;
		line-height: 32px;
	}

	.section-title {
		font-size: 32px;
		line-height: 40px;
	}

/* 	.gallery-slider {
		margin: 0 20px;
	} */

	.gallery-prev {
		left: 20px;
	}

	.gallery-next {
		right: 20px;
	}
	.amenity-item {
		padding-left: 10%;
		align-items: center;
		text-align: start !important;
	}
	.menu-primary-menu-container .menu{
		margin-left: 19%;
		gap: 10px;
	}
	.sitemap-box {
		width: 100% !important;
	}
	.room-detail-detail{
		padding:15px !important;
	}
}

@media (max-width: 320px) {
	.site{
		 overflow: hidden;
	}
	.footer-logo{
		width: 100%;
	}
}

/* Amenities Section */
.amenities-section {
	background-color: #f8f5f0;
	padding: 50px 0 55px;
}

.amenities-title {
	font-family: 'Gilda Display', serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 57px;
	text-align: center;
	margin-bottom: 30px;
}

.amenities-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 23px;
	margin: 0 auto;
	padding: 0 170px;
}

.amenity-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.amenity-icon {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}

.amenity-text {
	font-size: 14px;
	font-weight: 600;
	color: #222222;
	text-align:start;
}
.amenities-col {
	width: 1040px;	
	margin-left: auto;
}

 /* Accommodations Section */
.accommodations-section {
	padding: 89px 0;
}

.accommodations-title {
	font-family: 'Gilda Display', serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 57px;
	text-align: center;
	margin-bottom: 109px;
}

.rooms-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 70px 212px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 170px;
}

.room-card {
	display: flex;
	flex-direction: column;
	margin-bottom: 70px;
}

.room-image {
	width: 100%;
	height: 297px;
	object-fit: cover;
	margin-bottom: 20px;
}

.room-title {
	font-family: 'Gilda Display', serif;
	font-weight: 400;
	margin-bottom: 11px;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	margin-bottom: 6px;
}

.room-details {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 18px;
}

.room-detail {
	display: flex;
	align-items: center;
	gap: 6px;
}
.room-excerpt{
	height: 100%;
    min-height: 60px;
	max-height: 72px;
    overflow: hidden;
}

.detail-icon {
	width: 18px;
	height: 18px;
}

.detail-text {
	font-size: 16px;
	font-weight: 700;
	color: #222222;
}

.room-description {
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	margin-bottom: 18px;
}
.accommodations-col {
	padding-bottom: 30px;
}
.room-reviews {
	margin-right: 12px;
    background-image: url(/wp-content/uploads/2025/07/room-reviews.png);
    background-repeat: no-repeat;
    padding-left: 23px;
    font-weight: 400;
    font-size: 16px;
	background-size: contain;
}
.single-room_suite .gallery-nav {
	z-index: 10;
}
.single-room_suite .gallery-prev {
	left: 22px;
}
.single-room_suite .gallery-next {
	right: 22px;
}

/* highlights-post-container */
.highlights-post-container{
	max-width: 753px;
}
.highlights-pos-col {
	justify-content: center;
    display: flex;
}

/* contact-form-secrion */
.contact-form-secrion label {
	width: 100%;
	text-align: start;
	font-size: 14px;
	color: #222222;
}
.contact-form-secrion input,
.contact-form-secrion textarea{
	width: 100%;
	border: 1px solid #E4E4E4;
    height: 40px;
	margin-top: 5px;
	padding-left: 10px;
}
.contact-form-secrion input:focus,
.contact-form-secrion textarea:focus {
	 outline: none;
}

.contact-form-secrion textarea {
	height: 100%;
}
.contact-form-title {
	font-family: 'Gilda Display';
    font-size: 48px;
    margin-bottom: 21px;
}
.contact-form-radio{
    text-align: start;
	font-size: 14px;
}
.contact-form-radio .wpcf7-list-item {
	margin: 0;
}
.contact-form-radio input {
	width: 17px;
    margin: 0;
}
.contact-form-radio .wpcf7-list-item-label{
/* 	position: relative;
    top: -15px; */
}
.contact-redio-btn2 .wpcf7-list-item-label {
	position: relative;
    top: -15px;
}

.contact-btn .wpcf7-submit {
	background-color: #AB8A62;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 99px;
    height: 43px;
    margin: 0;
	padding:0;
}
.contact-btn{
	position: relative;
    justify-content: end;
    display: flex;
    align-items: end;
}
.contact-btn .wpcf7-spinner {
    position: absolute;
    bottom: -10px;
    right: 0;
}
.contact-form-radio p{
	margin: 0;
}

/* contact form css end */
.event-contact-form {
	padding: 0 170px 80px;
}
.event-glance {
	width: 696px;
}
.event-details-section {
	padding-top: 100px;
	padding-bottom: 52px;
}
.contact-radio input{
	position: relative;
    top: 15px;
}
.radio-span {
/* 	margin-left: 6px; */
	font-weight: bold;
}
.contact-form-radio .wpcf7-not-valid-tip {
	display: none;
}
.remove-p p{
	margin: 0;
}
.event-dining {
	margin-top: 74px;
}
.event-fluid-image{
	width: 100%;
}
.custom-w-90 {
	width: 95%
}
/* contact-form-secrion end */
.page-template-default .section-title {
	text-align: start !important;
	padding-top: 35px;
    padding-bottom: 16px;
}
.contact-form-col {
	padding-top: 100px !important;
}
/* sitemap page  */
.sitemap-col{
	
}
.sitemap-title {
	text-align: center;
    margin-top: 48px;
}
.sitemap-box {
	padding: 0;
    list-style: none;
	display: flex;
    flex-flow: wrap;
    gap: 12px;
	width: 40%;
}
.sitemap-box li {
	width: 47%;
}
.sitemap-col .menu-sitemap-container{
	justify-content: center;
    display: flex;
	margin-bottom: 200px;
}
.sitemap-box li a{
	color: #222222;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
}

/* sitemap page End */
.page-id-212 .entry-content {
	padding-bottom: 31%;
	padding-top: 77px;
}
.page-id-212 .section-title {
	display:none;
}
.page-id-198 .entry-content,
.page-id-3 .entry-content {
	padding-bottom: 82px;
}
.page-id-3 .section-title {
	margin-bottom: 0 !important;
}
/* photos page*/
.page-id-60 .section-title {
	display: none;
}
.page-id-60 .gallery-grid-section{
	padding-top: 40px;
	padding-bottom: 40px;
}
/* photos page css end */

/* popup form css */

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content {
	background: #F8F5F0;
	padding: 30px;
	border-radius: 0px;
	width: 98%;
	max-width: 1020px;
	max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
	position: relative;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 21px;
    cursor: pointer;
    color: #666666;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    border: 1px solid #666666;
}
.discount-form input {
	width: 100%;
    border: 1px solid #E4E4E4;
    height: 40px;
    margin-top: 5px;
    padding-left: 10px;
}
.discount-form input:focus {
	outline: none;
}

.discount-form .wpcf7-submit {
	background: #AB8A62;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 16px;
    font-weight: 600;
	padding: 0;
}
.discount-img {
	width: 100%;
}
.discount-form-title {
	width: 100%;
    max-width: 345px;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}
.popup-field-title {
	font-size: 14px;
    font-weight: 500;
}
/* popup form css end */