.page-breadcrum{
	position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;

	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nh-overlay{
			background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			width: 100%;
			height: 100%;
		}


.breadcrum-home
{
	width: 100%;
	height: 600px;
}
.hide{
    display: none;
}    

.contact_info_box{
    height: none !important;
}

.contact_info_list{
 max-width: none !important;
}

.footer_button
{
	background: #da8661 !important;
}
.footer_button::before
{
	background: #637496  !important;
}
.button::before
{
	display: block !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 0% !important;
	height: 100% !important;
	content: '' !important;
	background: #da8661  !important;
	z-index: 0 !important;
	-webkit-transition: all 200ms ease !important;
	-moz-transition: all 200ms ease  !important;
	-ms-transition: all 200ms ease !important;
	-o-transition: all 200ms ease !important;
	transition: all 400ms ease !important;
}
.button:hover::before
{
	width: 100% !important;
}
.button span
{
    cursor: pointer;
	display: block !important;
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #FFFFFF !important;
	line-height: 63px !important;
	text-transform: uppercase !important;
	z-index: 1 !important;
}

/* modal css start */
/* Overlay */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  z-index: 9999;
}

/* Active State */
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Modal Box */
.modal-box {
  background: #fff;
  width: 90%;
  max-width: 900px;
  border-radius: 12px;
  padding: 30px;
  transform: translateY(40px) scale(0.95);
  transition: all 0.35s ease;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

/* Animation when active */
.modal-overlay.active .modal-box {
  transform: translateY(0) scale(1);
}

/* Close Button */
.modal-close {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Form */
.modal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.modal-grid textarea {
  grid-column: span 3;
}

.modal-grid input,
.modal-grid select,
.modal-grid textarea {
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 100%;
}

/* Buttons */
.btn-book-now,
.btn-submit {
  background: #198754;
  color: #fff;
  border: none;
  padding: 12px 35px;
  border-radius: 6px;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 768px) {
  .modal-grid {
    grid-template-columns: 1fr;
  }
}


/* modal css End */


.modal-box label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  color: #333;
}

/*********************************
3. Header
*********************************/
.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* background: #4c5c7e; */
	background: #f8f0db;
	z-index: 100;
	border-bottom: solid 2px #da8661;
}
.header_content
{
	width: 100%;
	height: 103px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .header_content
{
	height: 80px;
}
.logo
{
	position: absolute;
	left: -63px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.logo a > div:first-child
{
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.75;
}
.logo a > div:last-child
{
	font-size: 12px;
	font-weight: 500;
	color: rgba(255,255,255,0.54);
	line-height: 0.75;
	margin-top: 11px;
}
.main_nav
{
	margin-left: 230px;
}
.main_nav ul li
{
	height: 37px;
	padding-left: 12px;
	padding-right: 11px;
	background: transparent;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li:not(:last-of-type)
{
	margin-right: 35px;
}
.main_nav ul li.active,
.main_nav ul li:hover
{
	/* background: #637496; */
	background-color: #da8661;
}
.main_nav ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #da8661;
	line-height: 37px;
	white-space: nowrap;
}
.phone
{
	height: 37px;
	padding-left: 14px;
	padding-right: 18px;
	background: #da8661;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 37px;
	margin-right: 10px;
	white-space: nowrap;
}
.phone i
{
	color: #FFFFFF;
	font-size: 24px;
	margin-right: 11px;
}
.book_button
{
	width: 151px;
	/* height: 37px; */
	/* background: #da8661; */
	text-align: center;
	color:#da8661 ;
}
.book_button:hover
{
	background: #da8661;
	color:  white;
}
.book_button a
{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #da8661;
	line-height: 37px;
	border: 1px solid #da8661;
}

.header_content .main_nav a{
  
  text-decoration: none;

}

.button
{
	width: 186px;
	height: 63px;
	/* background: #637496; */
	text-align: center;
}

.button a
{
	color: #da8661 !important;
    border: 1px solid #da8661;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 27px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 63px;
    text-transform: uppercase;
    z-index: 1;
}
.room_content .room_button a:hover{
	color: white !important;
}
.orange-btn,.read-more:hover{
  color: white !important;
  text-decoration: none !important;
}



.room
{
	width: 100%;
	background: #f8f0db;
}
.room_content .section_title h1
{
	color: #4c4e54;
}

.room_price span
{
	font-size: 36px;
	color: #da8661;
}
.room_list ul li > div
{
	font-size: 16px;
	font-weight: 500;
	color: #4c4e54;
}





/* animation start */

		/* ===== Scroll Animation Base ===== */
.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

/* When visible */
.scroll-animate.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Optional variations */
.scroll-animate.fade-left {
  transform: translateX(-40px);
}

.scroll-animate.fade-right {
  transform: translateX(40px);
}

.scroll-animate.fade-up {
  transform: translateY(40px);
}

.scroll-animate.fade-down {
  transform: translateY(-40px);
}

/* Active state for all */
.scroll-animate.in-view.fade-left,
.scroll-animate.in-view.fade-right,
.scroll-animate.in-view.fade-up,
.scroll-animate.in-view.fade-down {
  transform: translate(0, 0);
}

/* Disable animation on mobile (optional) */
@media (max-width: 768px) {
  .scroll-animate {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* animation End */





/* footer */

.footer
{
	display: block;
	width: 100%;
	background: #f8f0db;
}

.copyright
{
	font-size: 14px;
	font-weight: 500;
	color: rgba(13, 13, 13, 0.4);
}
.footer_logo .logo
{
	opacity: 1;
}

