.corp-container {
	max-width:100%;
	padding: 0px 100px;
}
.corp-container-fluid {
	max-width:100%;
	padding: 0px 0px;
	margin:0px auto;
}
body {
	font-family: "Jost", sans-serif;
	font-size:20px;
	line-height:35px;
	font-weight:400;
	color:#000000;
}

.fixed-whatsapp {
    display: inline-block;
    position: fixed;
    right: 1%;
    top: 78%;
	z-index:999;
}
.fixed-whatsapp img {
    width: 70px;
}

.fixed-callnow{
	display: inline-block;
    position: fixed;
    right: 1%;
    top: 65%;
	z-index:999;
}
.fixed-callnow img {
    width: 70px;
}
.font-cormorant-garamond, h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6 {
   font-family: "Cormorant Garamond", serif;
}
.font-jost, .wpcf7 input[type=submit],
.home-blog-top {
  	font-family: "Jost", sans-serif;
}

/* common css */
.text-white, .menu-right-col1 a {
	color:#ffffff;
}
.text-black {
	color:#000000;
}
.text-center {
	text-align:center;
}
.text-justify, .home-about-us-section-col2 p {
	text-align:justify;
}
.text-uppercase {
    text-transform: uppercase;
}
.btn {
    display: inline-block;
    padding: 10px 40px;
}
.btn-primary {
    background-color: #122223;
    color: #ffffff !important;
    border-radius: 5px;
	text-transform: uppercase;
	font-weight: 600;
}
.btn-white {
    background-color: #ffffff;
    color: #000000 !important;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.section-top {
	margin-top:50px;
}

/* h1-h6 */
h1, .h1 {
	font-size:55px;
	line-height:65px;
	font-weight:700;
}
h2, .h2 {
	font-size:40px;
	line-height:50px;
	font-weight:700;
}
h3, .h3 {
	font-size:35px;
	line-height:45px;
	font-weight:700;
}
h4, .h4 {
	font-size:25px;
	line-height:35px;
	font-weight:700;
}
h5, .h5{
	font-size:22px;
	line-height:32px;
	font-weight:700;
}
h6, .h6{
	font-size:20px;
	line-height:30px;
}

/* header and menu */

header#masthead {
    background-color: #122223;
}
.site-header {
    margin-bottom: 0px;
	border-bottom: 0px;
    padding: 15px 0;
}
.menu-right-wrapper {
    position: absolute;
    top: 20px;
    right: 100px;
    display: flex;
    column-gap: 30px;
	align-items: center;
}
.menu-right-col1 {
    position: relative;
}
.menu-right-col1:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/07/icon-call.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 8px;
    left: -40px;
}
.menu-right-col1 a,
.menu-right-col2 a {
    font-size: 14px;
	font-weight:600;
}

.hotels_menu{
/* 	padding-left: 35px; */
}


.masthead-sentinel {
    margin-bottom: 0px;
}
.site-header.centered .site-branding {
    margin: 0 auto 10px;
}

.main-navigation ul li a{
	color: #F8F5F0;
	font-weight:600;
	font-size:16px;
	font-family:"Jost";
}
.main-navigation:not(.link-underline) div>ul:not(.cart_list)>li.current-menu-item>a{
	    color: rgb(226, 183, 94);
}
.main-navigation:not(.link-underline) div>ul:not(.cart_list)>li:hover>a {
    color: rgb(226, 183, 94);
}

.main-navigation div>ul:not(.cart_list)>li.current-menu-item>a{
	    color: rgb(226, 183, 94);
}

.main-navigation .down-arrow:after {
    content: "";
    background: url(/wp-content/uploads/2025/11/down-arrow.svg) no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: -20px;
    background-size: cover;
}

/* hamburger menu */
#menu-icon {
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    top: 45px;
    left: 100px;
    z-index: 1000;
	color:#000;
}
#menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
    z-index: 999;
    background-image: url(/wp-content/uploads/2024/07/menu-bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#menu-overlay.show {
    transform: translateX(0);
}
#menu-content {
    text-align: center;
    position: relative;
}
#close-icon {
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    top: 100px;
    right: 80px;
    color: #000000;
}
#menu-content a {
    display: block;
    color: #122223;
    font-size: 30px;
    padding: 15px;
    text-decoration: none;
    transition: color 0.3s;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    text-transform: uppercase;
}
ul#primary-menu {
    list-style-type: none;
    text-align: left;
}

#crumbs a,
#crumbs a:hover,
#crumbs a:visited,
#primary-menu a,
#primary-menu a:visited{
	color:white;
	
}

#primary-menu a:hover{
    color: rgb(226, 183, 94)!important;
}


/* Style the phone number menu item like a button */
.menu-phone-btn > a {
    background-color: #ffffff;     /* button bg */
    color: #0E2625 !important;     /* text color */
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s ease;
}

/* Hover effect */
.menu-phone-btn > a:hover {
    background-color: #122223;  
    color: #000 !important;
    text-decoration: none;
    transform: translateY(-2px);
}



/* banner section */
.banner-section-items {
    position: relative;
}
.banner-items-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.banner-items-content h4 {
    margin-top: 40px;
}

video.hero-video {
    width: 100%;
}

/* form section */
.home-form-section.hjsysweb {
    margin-top: -140px;
}
.home-form-section-wrapper {
    max-width: 1300px;
    margin: 0px auto;
    background-color: #122223;
    padding: 30px 80px;
    border-radius: 25px;
    border: 2px solid #ffffff;
}
.form-half-row, .form-four-col-wrapper {
    display: flex;
    column-gap: 20px;
}
.form-half-row-col1, .form-half-row-col2 {
    width: 50%;
}
.form-four-col-wrapper-col1, .form-four-col-wrapper-col2,
.form-four-col-wrapper-col3, .form-four-col-wrapper-col4 {
    width: 25%;
}
.home-form-section-wrapper label {
    color: #ffffff;
    position: relative;
    left: 15px;
}
.wpcf7 input[type=text], .wpcf7 input[type="email"],
.wpcf7 select {
    width: 100%;
    background-color: #F8F5F0;
    border-radius: 8px;
}
.wpcf7 select {
    padding: 15px 13px 10px;
    border: 0px;
    font-size: 20px;
    font-weight: 400;
}
.wpcf7 input[type=submit] {
	font-size: 16px;
    background-color: #122223;
    border: 2px solid #ffffff;
    border-radius: 5px;
    padding: 10px 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.home-form-section-wrapper .wpcf7 form.invalid .wpcf7-response-output {
	color:#ffffff;
}

/* Base arrow style */
.banner-arrow-prev,
.banner-arrow-next {
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    padding: 0;
}

/* Remove default slick text */
.banner-arrow-prev::before,
.banner-arrow-next::before {
    content: "";
}

/* Left arrow image */
.banner-arrow-prev {
    left: 20px; /* adjust as needed */
    background-image: url('/wp-content/uploads/2025/12/left-arrow.svg'); /* your image */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Right arrow image */
.banner-arrow-next {
    right: 20px; /* adjust as needed */
    background-image: url('/wp-content/uploads/2025/12/right-arrow-4.svg'); /* your image */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Optional hover effect */
.banner-arrow-prev:hover,
.banner-arrow-next:hover {
    filter: brightness(1.1);
}

.banner-section-items::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0.1)
  );
  z-index: 0;
}
video.hero-video {
    /* object-fit: cover; */
    margin-bottom: -10px;
}



/* amenities section */
.amenities-section-wrapper {
    display: flex;
    column-gap: 30px;
    max-width: 1500px;
    margin: 0px auto;
}
.amenities-section-items {
    width: 20%;
    text-align: center;
}

/* about section */
.home-about-us-section-wrapper {
    display: flex;
    column-gap: 40px;
	max-width: 1500px;
    margin: 0px auto;
	align-items: center;
}
.home-about-us-section-col1, .home-about-us-section-col2 {
    width: 50%;
}
.home-about-us-block-wrapper {
    display: flex;
    column-gap: 40px;
    margin-bottom: 30px;
}
.home-about-us-block-items {
	width: 30%;
    text-align: center;
}
.home-about-us-block-items h3 {
    margin: 5px 0px;
}
.home-about-us-block-items h4 {
    margin: 10px 0px;
    font-weight: 500;
}

/* services section */
.home-services-section-wrapper {
    display: grid;
    column-gap: 20px;
	    grid-template-columns: repeat(4, 1fr);

}
.home-services-section-items {
    position: relative;

}
.home-services-section-content {
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 0px 30px;
	transition: transform 0.3s ease-in-out;
}




.home-services-section-content h4 {
    opacity: 0;
	transition: transform 0.3s ease-in-out;
	font-weight: 400;
}
.home-services-section-items:hover .home-services-section-content h4 {
    opacity: 1;
}
.home-services-section-items:hover .home-services-section-content {
    transform: translateY(-20%);
}

.home-services-section-items-inner img{
	object-fit:cover;
	width:100%;
}

/* blog section */
.home-blog-section-wrapper {
    max-width: 1500px;
    margin: 0px auto;
}
.home-blog-section-items {
    padding: 15px;
}
.home-blog-section-items-inner img {
    width: 100%;
}
.home-blog-top {
    font-size: 12px;
    color: #122223;
}
.home-blog-top {
    display: flex;
    column-gap: 15px;
	margin-top: 10px;
}
.home-blog-top-col1, .home-blog-top-col2, .home-blog-top-col3 {
    width: 33.33%;
    position: relative;
    padding-left: 25px;
}
.home-blog-top-col1:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/07/icon-user1.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
}
.home-blog-top-col2:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/07/icon-date.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
}
.home-blog-top-col3:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/07/icon-clock.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
}
h6.home-blog-title {
    margin: 10px 0px;
}
.home-blog-read-more-text {
    position: relative;
    padding-left: 40px;
}
.home-blog-read-more-text:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/07/icon-cust-arrow.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 3px;
    left: 0;
}
.home-blog-section-wrapper ul.slick-dots {
    display: flex;
    justify-content: center;
	margin-bottom: 0px;
}
.home-blog-section-wrapper ul.slick-dots li {
    list-style-type: none;
}
.home-blog-section-wrapper ul.slick-dots li.slick-active button {
    background-color: #000000;
}
.home-blog-section-wrapper .slick-dots li button {
    font-size: 0px;
    background: #1222234D;
    border: 0;
    border-radius: 50%;
    color: #1222234D;
    letter-spacing: 0px;
    line-height: 0px;
    padding: 6px;
    margin: 5px;
}

/* rooms section */

section.rooms-section.section-top {
    align-items: center;
    display: flex;
	flex-direction: column;}

.rooms-section-wrapper {
    max-width: 1500px;
    margin: 0px auto;
}
.room-type-info {
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
}
.room-type-info-col2 {
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.room-type-info-col1 h2 {
    margin: 0px 0px;
}
.room-type-info-col2 h5 {
    margin: 0px 0px;
    font-weight: 400;
}
.room-type-img img {
     width: 100%;
    height: 650px;
    object-fit: cover;
}
.room-type-info-col2 h5 {
    position: relative;
}
.room-type-info-col2 h5:before {
    position: absolute;
    content: '.';
    font-size: 40px;
    top: -10px;
    left: -15px;
}


.rooms-section-items {
    padding: 20px;
}
.rooms-section-wrapper .slick-list.draggable {
    padding: 0px 400px 0px 0px;
}


/* testimonials */
.testimonials-section-wrapper {
    max-width: 1350px;
    margin: 0px auto;
}
.testimonials-section-items {
    padding: 20px;
}
.testimonials-inner-items {
    background-color: #F8F5F0;
    border-radius: 15px;
    padding: 60px 50px;
	position: relative;
}
.testimonials-inner-items h4 {
    margin: 30px 0px;
}
.testimonials-inner-items:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/07/icon-quote1.svg);
    width: 280px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50px;
    top: 35px;
}
.testimonials-inner-items:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/07/icon-quote2.svg);
    width: 280px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 50px;
    bottom: 35px;
}
.testimonials-section-wrapper ul.slick-dots {
    display: flex;
    justify-content: center;
	margin-bottom: 0px;
}
.testimonials-section-wrapper ul.slick-dots li {
    list-style-type: none;
}
.testimonials-section-wrapper ul.slick-dots li.slick-active button {
    background-color: #000000;
}
.testimonials-section-wrapper .slick-dots li button {
    font-size: 0px;
    background: #1222234D;
    border: 0;
    border-radius: 50%;
    color: #1222234D;
    letter-spacing: 0px;
    line-height: 0px;
    padding: 6px;
    margin: 5px;
}

/* faqs section */
.faqs-section-wrapper {
    display: flex;
    max-width: 1500px;
    margin: 0px auto;
    column-gap: 40px;
    background-color: #F8F5F0;
    padding-left: 40px;
	padding-bottom: 20px;
	align-items: center;
}
.faqs-section-col1, .faqs-section-col2 {
    width: 50%;
}
.faqs-section-col2 img {
    display: block;
}
.accordion__header {
    padding: 15px 15px 15px 15px;
    background-color: #ffffff;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.accordion__header > * {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}
.accordion__header.is-active {
    background-color: transparent;
    color: #fff;
    border-top: 1px solid #1222234D;
    border-left: 1px solid #1222234D;
    border-right: 1px solid #1222234D;
}
.accordion__toggle {
	margin-left: 10px;
	height: 3px;
	background-color: #000;
	width: 13px;
	display: block;
	position: relative;
	flex-shrink: 1;
	border-radius: 2px;
}
.accordion__toggle::before {
	content: "";
	width: 3px;
	height: 13px;
	display: block;
	background-color: #000;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 2px;
}
.is-active .accordion__toggle {
	background-color: #000;
}
.is-active .accordion__toggle::before {
	display: none;
}
.accordion__body {
    display: none;
    padding: 0px 10px 10px 10px;
    border: 1px solid #1222234D;
    border-top: 0;
}
.accordion__body.is-active {
	display: block;
}
.accordion__body p {
    font-size: 16px;
    line-height: 26px;
	margin-bottom: 10px;
}

/* footer */
.site-footer {
    background: #122223;
    margin-top: 60px;
}
.site-footer .widgets {
    padding: 50px 0;
    max-width: 1500px;
    margin: 0px auto;
}
.foo-address {
    color: #ffffff;
    margin-top: 30px;
}
.foo-address, .foo-call a, .foo-mail a,
.site-footer .widgets .widget a {
    font-size: 16px;
    line-height: 23px;
}
.foo-call, .foo-mail {
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
}
.foo-call:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/07/phone-call-footer.svg);
    width: 25px;
    height: 25px;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}
.foo-mail:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/07/footer-mail.svg);
    width: 25px;
    height: 25px;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}
ul.foo-social {
    display: flex;
    column-gap: 15px;
    list-style-type: none;
  	position: relative;
    top: 15px;
}
.site-footer .widgets .widget .widget-title {
	font-family: "Jost", sans-serif;
	font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}
.site-footer .widget ul li {
    line-height: 35px;
}
.site-footer .bottom-bar {
    background: transparent;
    color: #ffffff;
    padding: 20px 0;
}
.site-info {
    border-top: 1px solid #FFFFFF4D;
}
.site-info span {
    position: relative;
    top: 10px;
}
.site-info span img {
    position: relative;
    top: 6px;
    left: 2px;
}

@media (max-width:767px) {
	body {
    	font-size: 18px;
    	line-height: 30px;
    }
	.corp-container {
    	max-width: 100%;
    	padding: 0px 20px;
	}
	#mobile-menu-button svg path {
    	fill: #ffffff;
	}
	#mobile-menu-button {
   		position: absolute;
    	right: 20px;
		top: 30px;
    }
	#mobile-navigation ul li a {
    	color: #ffffff;
    }
	#mobile-navigation i.icon-angle-down {
		border: solid #ffffff;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#menu-icon {
    	top: 30px;
    	left: 10px;
    }
	#menu-icon img {
    	width: 50px;
	}
	
	
	.site-branding {
		max-width: 200px;
    	position: relative;
    	left: 50%;
    	transform: translateX(-50%);
	}
	#menu-content a {
    	font-size: 20px;
    	padding: 8px;
    }
	h2, .h2 {
    	font-size: 30px;
    	line-height: 40px;
    }
	h3, .h3 {
    	font-size: 26px;
    	line-height: 36px;
    }
	.section-top {
    	margin-top: 30px;
	}
	.menu-right-wrapper {
    	display: none;
	}
	.banner-items-content {
   		width: 100%;
		padding: 0px 20px;
	}
	.banner-items-content .h1 {
		font-size: 22px;
		line-height: 30px;
		margin: 15px 0px;
	}
	.banner-items-content h4 {
		margin-top: 0px;
		font-size: 15px;
		line-height: 20px;
		font-weight:400;
	}
	.form-half-row, .form-four-col-wrapper, .amenities-section-wrapper,
	.room-type-info, .room-type-info-col2, .home-services-section-wrapper,
	.faqs-section-wrapper {
    	flex-direction: column;
	}
	.home-about-us-section-wrapper {
    	flex-direction: column-reverse;
	}
	.form-half-row-col1, .form-half-row-col2, .form-four-col-wrapper-col1, .form-four-col-wrapper-col2, 
	.form-four-col-wrapper-col3, .form-four-col-wrapper-col4, .amenities-section-items,
	.home-about-us-section-col1, .home-about-us-section-col2, .home-services-section-items,
	.faqs-section-col1, .faqs-section-col2 {
    	width: 100%;
	}
	.home-form-section.hjsysweb {
    	margin-top: 20px;
	}
	.home-form-section-wrapper {
    	padding: 30px 10px;
    }
	.amenities-section-items img {
    	width: 50%;
    	margin: 0px auto;
  	}
	.rooms-section {
    	margin-top: 0px;
	}
	.rooms-section h2 {
    	margin-top: 10px;
	}
	.rooms-section-wrapper .slick-list.draggable {
    	padding: 0px;
	}
	.room-type-info-col2 {
    	align-items: center;
	}
	.room-type-info {
    	text-align: center;
	}
	.home-about-us-section-col2 h2 {
    	margin-top: 0px;
	}
	.home-about-us-section-col1 {
    	margin-top: 40px;
	}
	.rooms-section-items {
    	padding: 0px;
	}
	.home-blog-section-items,
	.testimonials-section-items {
    	padding: 0px;
	}
	.testimonials-inner-items:before,
	.testimonials-inner-items:after, .room-type-info-col2 h5:before {
		display:none;
	}
	.testimonials-inner-items {
    	padding: 10px 10px;
    }
	.testimonials-inner-items h4 {
    	margin: 15px 0px;
	}
	.testimonials-inner-items p {
    	margin-bottom: 0px;
    	font-size: 18px;
    	line-height: 30px;
	}
	.faqs-section-wrapper {
    	padding-left: 0px;
    }
	.faqs-section-col1 {
    	margin-bottom: 40px;
		padding: 0px 15px;
	}
	.site-footer {
    	margin-top: 40px;
	}
	.site-footer .widgets {
    	padding: 50px 0px 0px 0px;
    }
	.banner-section-items img{
		    height: 500px;
    object-fit: cover;
	}
video.hero-video {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

	.banner-arrow-prev, .banner-arrow-next{
		width: 18px;
	}
	.home-about-us-block-items h4{
		    font-size: 18px;
    line-height: 25px;
	}
	.home-about-us-block-items h3{
		    font-size: 16px;
	}
	
}

@media (min-width:768px) and (max-width:1024px) {
	.corp-container {
    	max-width: 100%;
    	padding: 0px 20px;
	}
	#mobile-menu-button svg path {
    	fill: #ffffff;
	}
	#mobile-menu-button {
   		position: absolute;
    	right: 20px;
		top: 50px;
    }
	.main-navigation ul li a{
		padding-bottom:7px !important;
	}
	#mobile-navigation ul li a {
    	color: #ffffff;
    }
	#mobile-navigation i.icon-angle-down {
		border: solid #ffffff;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#menu-icon {
    	top: 25px;
    	left: 20px;
    }
	#menu-content a {
    	font-size: 22px;
    	padding: 8px;
    }
	.site-branding {
       max-width: 200px;
       position: relative;
       
    }
	.menu-right-wrapper {
    	display: none;
	}
	.banner-items-content {
    	width: 100%;
    	padding: 0px 20px;
	}
	.banner-items-content h4 {
    	margin-top: 20px;
	}
	h1, .h1 {
    	font-size: 40px;
    	line-height: 50px;
    }
	h2, .h2 {
    	font-size: 35px;
    	line-height: 45px;
    }
	h4, .h4 {
    	font-size: 20px;
    	line-height: 30px;
    }
	.section-top {
    	margin-top: 30px;
	}
	.home-form-section.hjsysweb {
    	margin-top: 10px;
	}
	.home-form-section-wrapper {
   		padding: 30px 20px;
    }
	.rooms-section {
    	margin-top: 0px;
	}
	.rooms-section h2 {
    	margin-top: 10px;
	}
	.rooms-section-wrapper .slick-list.draggable {
    	padding: 0px;
	}
	.rooms-section-items {
    	padding: 0px;
	}
	.home-services-section-wrapper {
    	flex-direction: column;
	}
	.home-about-us-section-wrapper {
    	flex-direction: column-reverse;
	}
	.home-about-us-section-col1, .home-about-us-section-col2 {
    	width: 100%;
	}
	.home-services-section-items {
    	width: 100%;
    	margin: 0px auto;
	}
	.home-services-section-items-inner img {
    	width: 100%;
	}
	.home-about-us-section-col1 {
    	margin-top: 40px;
	}
	.site-footer .widgets {
    	padding: 50px 0px 0px 0px;
    }
	
}

@media (max-width:1280px) {
	.menu-right-col1 a, .menu-right-col2 a {
    	font-size: 12px;
    }
	.home-blog-top {
  		font-size: 8px;
  	}
	.room-type-img img {
		height: 400px;}
	#masthead .corp-container{
		padding: 0 75px!important;
	}
	.main-navigation ul li a{
		padding-bottom:7px !important;
	}
	
	.centered.site-header .site-header-inner {
    flex-direction: column !important;
}
}
@media (max-width:890px) {
#masthead .corp-container {
		padding: 0 30px!important;
	}
}
@media (max-width:1400px) {
	ul#primary-menu{
		    text-align: right;
	}
	
	ul#primary-menu li {
		margin: 0 20px 0px 0;
	}
	.main-navigation ul li a{
		    font-size: 12px;
	}
	.home-services-section-wrapper{
		    grid-template-columns: repeat(2, 1fr);
	}
	.home-services-section-content{
		padding:0 10px;
	}
}

@media (min-width:1600px) {
	h1, .h1 {
    	font-size: 80px;
    	line-height: 100px;
    	font-weight: 700;
	}
	.rooms-section-wrapper .slick-list.draggable {
    	padding: 0px 500px 0px 0px;
	} 
}
 .site-header-inner {
    flex-direction: row !important;
    display: flex;
    justify-content: space-between;
}
.site-header.centered .site-branding{
	margin:0 !important;
}


/* //top tour */

.top-tour-section-items {
  position: relative;
}
.top-tour-section-items {
  display: flex;
  gap: 24px; /* 👈 Adjust this value for spacing between slides */
}

.top-tour-section-items .slick-slide {
  margin: 0 15px !important;
}
.tour-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.tour-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9; /* keeps image height even before load */
  overflow: hidden;
  margin: 0;
}
.tour-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tour-card__body {
  padding: 18px 18px 20px;
  background: #f8f5f0;
}
.tour-card__title {
      font-size: 30px;
  line-height: 1.3;
  margin: 0 0 8px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.tour-card__desc {
font-size:16px;
  color: #4D4D4D;
  margin: 0 0 10px;
	    line-height: 25px;

}
.tour-card__days-number {
  color: #122223;
  font-size: 39px;
  font-family: 'Jost', sans-serif;
  font-weight: 600; /* Semibold */
  display: inline-block;
  margin-right: 4px;
}
.tour-card__btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  gap: 8px;
  background: transparent;         /* no background */
  border: none;
  color: #0f172a;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0;
}

.tour-card__btn:visited{
	color: #0f172a!important;
}

a, a:visited {
/* 	color: #4d4d4d !important; */
}

.tour-card__btn .btn-icon {
  width: 18px;
  height: auto;
  display: inline-block;
  transition: transform 0.3s ease;
}

.tour-card__btn:hover .btn-icon {
  transform: translateX(4px); /* subtle motion on hover */
}

.tour-card__btn:hover {
  color: #000; /* optional darker hover */
}


.button-slider {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}

.prev-arrow {
  left: -70px;
} /* Adjust distance */
.next-arrow {
  right: -70px;
}

.button-slider img {
  width: 32px; /* Adjust size */
  height: auto;
  transition: transform 0.3s ease;
}

.button-slider:focus,
.button-slider:active,
.button-slider:hover {
  background: transparent; /* remove hover/focus background */
  outline: none;
  box-shadow: none;
}





/* layout */
.travel-category-section-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    /* flex-wrap: wrap; */
    justify-content: center;
}

/* columns (percent widths) */
.tcat-left {
  width: 50%;

}
.tcat-right {
  width: 40%;

}

/* left side */
.tcat-title {

  color: #122223;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 12px;
}
.tcat-desc {
  color: #2b2f2f;
  line-height: 1.75;
  margin: 0 0 28px;
	    text-align: justify;
}

/* 2x2 grid (pure 50% width items) */
.tcat-grid {
  display: flex;
  flex-wrap: wrap;
     row-gap: 50px;
	    justify-content: space-between;
}
.tcat-item {
     flex: 0 0 40%;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.tcat-item img {
width:100px;
}
.tcat-text {
  display: flex;
  flex-direction: column;
	    text-align: center;
}
.tcat-item-title {
    font-weight: 700;
    color: #122223;
    font-size: 30px;

}
.tcat-item-small {
  font-size: 16px;
  color: #122223;
  margin-top: 2px;
  letter-spacing: 0.02em; 
	font-weight:600;
}

/* right image (fixed heights, responsive below) */
.tcat-hero {
  position: relative;
  overflow: hidden;
  border-radius: 18px;

  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}
.tcat-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* OPTIONAL: overlay thumbnails inside the hero (like your mock) */
.tcat-thumb {
  position: absolute;
  width: 160px;
  height: 120px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}
.tcat-thumb--top {
  top: 12px;
  right: 12px;
}
.tcat-thumb--bot {
  bottom: 12px;
  left: 12px;
}
.tcat-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* responsive */
@media (max-width: 992px) {
  .travel-category-section-wrapper {
    gap: 28px;
	  flex-wrap: wrap;
	  flex-direction: column;
  }
  .tcat-left,
  .tcat-right {
    width: 100%;
  } /* stack */
  .tcat-right {
    order: -1;
  } /* image first (optional) */
  .tcat-hero {
    height: 360px;
  }
  .tcat-thumb {
    width: 140px;
    height: 105px;
  }
}
@media (max-width: 576px) {
  .tcat-item {
    flex: 0 0 50%;
	  flex-direction:column;
  } /* 1 per row */
  .tcat-hero {
   
  }
  .tcat-thumb {
    display: none;
  } /* hide overlays on small phones */
  .tcat-title {
    font-size: 30px;
  }
	.button-slider{
		display:none !important;
	}
	.tcat-item img{
		    width: 40px;
	}
	.tcat-item-title{
		    font-size: 16px;
	}
	.tcat-item-small{
		    font-size: 12px;
	}
	.tcat-grid{
		row-gap: 0px;
	}
	.home-services-section-wrapper{
		        grid-template-columns: repeat(1, 1fr);
	}
	
}


/* section + container */

/* heading */
.pp-title {

  font-size: 38px;
  line-height: 1.25;
  color: #122223;
  text-align: center;
  margin: 0 0 28px;
}

/* GRID */
.places-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 across on desktop */
  gap: 26px;
}

/* decorative squares like your screenshot */
.places-grid--with-decor::before,
.places-grid--with-decor::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background: #e9e6e2;
  border: 6px solid #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
/* tweak these positions to taste */
.places-grid--with-decor::before {
  left: 31.7%;
  top: 44%;
}
.places-grid--with-decor::after {
  right: 31.7%;
  top: 44%;
}

/* CARD */
.place-card {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #0b0f10;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}

.place-figure {
  margin: 0;
  height: 260px; /* fixed height (simple; no aspect-ratio) */
  position: relative;
}

.place-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.place-card:hover img {
  transform: scale(1.05);
  opacity: 0.95;
}

/* bottom caption bar */
.place-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 14px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 26px;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.55) 60%,
    rgba(0, 0, 0, 0.85) 100%
  );
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .place-figure {
    height: 230px;
  }
}
@media (max-width: 992px) {
  .places-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .places-grid--with-decor::before,
  .places-grid--with-decor::after {
    display: none;
  } /* hide decor on tablet+mobile */
  .place-figure {
    height: 220px;
  }
}
@media (max-width: 576px) {
  .places-grid {
    grid-template-columns: 1fr;
  }
  .place-figure {
    height: 200px;
  }
  .pp-title {
    font-size: 30px;
  }
}

@media (max-width: 1820px) {
	.home-services-section-content h2{
	    font-size: 26px;
    margin: 0;
    line-height: 40px;
}

.home-services-section-content p{
    font-size: 14px;
    line-height: 22px;
}

.tcat-item img {
    width: 80px;
}
.tcat-item-title {
    font-size: 20px;
}
}
