/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 04-Oct-2024, 11:03:41 pm
    Author     : Ajit Chandra
*/
.subpage .subheader {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-origin: border-box;
	background-attachment: scroll;
	background-size: 70%;
	padding-top: 8rem;
	padding-bottom: 2rem;
	background-color: #000;
}
.subpage .sub-section-header{
	background-color: #452829;
	color: #F9E7B2;
}
.subpage .sub-section-header .heading-section .sec-text{
	font-size: 1.5rem;
}
.subpage .sub-section-header .feature-image {
  padding-top: 2rem; padding-bottom: 2rem;	
}

.subpage .page-sub-hotel-banner{
	background-repeat: no-repeat;
	background-position: center center;
	background-origin: border-box;
	background-attachment: scroll;
	background-size: 550px;
	padding: 6rem 0rem;	
}
.subpage .subheader .heading-section .sec-text {
	font-size: 2.5rem;
	color: #FFFDCB;
}

.subpage .subheader .navigation p, .subpage .sub-section-header .navigation p {
	font-size: 13px;
	color: #FFFDCB;
}

.subpage .page-details{
	background-color: #191717; color: #fff;
	
}
.subpage .page-details .heading-section .sec-text{
	font-size: 26px;
    color: #FCB53B;
    text-shadow: 0px 0px 2px #000;
}

.subpage .navigation p{
	font-size: 13px;
}
.subpage .navigation p a, .subpage .sub-section-header .navigation p > a {
	color: #FFFDCB;
	text-decoration: underline;
}

.subpage .page-updates {
	padding: 4rem 0rem;
}

.subpage .page-updates ul li {
	position: relative;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.subpage .page-updates ul li:before {
	content: "\270E";
	position: absolute;
	left: 10px;
	color: #000;
}

.subpage .page-updates ul li+li {
	border-top: 1px dashed #333;
}

.subpage .page-updates ul li a {
	text-decoration: none;
	color: #000;
	font-size: 1.2rem;
}

.subpage .page-updates ul li a:hover {
	text-decoration: underline;
	color: #000;
}

.subpage .sub-page-updates {
	padding-top: 6rem;
	padding-bottom: 4rem;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-origin: border-box;
	background-attachment: scroll;
	background-color: #000;
}

.subpage .sub-page-updates .page-updates-section {
	padding-top: 8rem;
	padding-bottom: 4rem;
}

.subpage .sub-page-updates .page-updates-section .title {
	font-family: var(--heading-font);
	font-size: 1.8rem;
	color: #fff;
}

.subpage .page-gallery {
	padding: 4rem 0rem;
}

.subpage .page-gallery figure {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.subpage .page-my-rates {
	padding: 4rem 0rem;
}

.subpage .page-my-rates .rates-box {
	background-color: #973131;
	text-align: center;
	padding: 2rem 15px;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	border-top: 10px solid #E7AB79;
}

.subpage .page-my-rates .rates-box .box-images figure img {
	border-radius: 100%;
	border: 3px solid #fff;
}

.subpage .page-my-rates .rates-box .rates-title {
	font-family: var(--heading-font);
	font-size: 1.4rem;
	margin-top: 25px;
	margin-bottom: 25px;
}

.subpage .page-my-rates .rates-box ul {
	margin-bottom: 25px;
}

.subpage .page-my-rates .rates-box ul li {
	margin-bottom: 15px;
}

.subpage .page-my-rates .rates-box ul li+li {
	padding-top: 15px;
	border-top: 1px dashed #fff;
}

.subpage .page-my-rates .rates-box ul li span {
	display: inline-block;
	width: 100%;
}

.subpage .page-my-rates .rates-box ul li span:last-child {
	font-weight: bold;
	font-size: 1.3rem;
}

.subpage .page-my-rates .rates-box .price-link {
	display: inline-block;
	position: relative;
	background-color: #001524;
	padding: 8px 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	transition: all 300ms ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border: 2px solid #FFC95F;
}

.subpage .page-my-rates .rates-box .price-link:hover {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	color: #FFCC70;
}

.subpage .page-my-rates .rates-box .price-link:hover:before {
	position: absolute;
	z-index: 999;
	left: -5px;
	right: -5px;
	top: 3px;
	bottom: 3px;
	content: '';
	border: 1px solid #fff;
}

.subpage .archive-section {
	padding: 4rem 0rem;
}

.subpage .archive-section .heading-section {
	padding-bottom: 1rem;
}

.subpage .archive-section .category-items {
	border: 3px solid #fff;
	display: inline-block;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	position: relative;
}

.subpage .archive-section .category-items span {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: left;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 15px 10px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.subpage .archive-section .category-items:before {
	content: '';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	transition: opacity 0.3s ease;
}

.subpage .archive-section .category-items:hover {
	box-shadow: #26394d 0px 20px 30px -10px;
}

.subpage .archive-section .category-items:hover:before {
	opacity: 1;
}

.subpage .page-hotel .heading-title{ font-family: var(--heading-font);
  font-size: 1.5rem;
  text-align: center;
  background-color: #AC1754;
  color: #fff;
  margin-bottom: 1.5rem;
  padding:
12px 0px; }
.subpage .archive-section .profile-items {
	background-color: #FBF4DB;
	display: inline-block;
	text-decoration: none;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.subpage .archive-section .profile-items:hover {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.subpage .archive-section .profile-items .details {
	padding: 5px 15px 15px 15px;
}

.subpage .archive-section .profile-items .details span {
	padding: 7px;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
}

.subpage .archive-section .profile-items .details ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.subpage .archive-section .profile-items .details ul li {
	background-color: #FFDBB5;
	margin-left: 7px;
	margin-bottom: 7px;
	padding: 2px 3px;
	font-size: 14px;
}

.subpage .archive-section .profile-items .details ul li:nth-child(n+1) {
	flex-grow: 0;
}

.subpage .section-profiles {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.subpage .section-profiles .title {
	font-family: var(--heading-font);
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
	border: 1px solid #000;
	border-left: 4px solid #000;
	padding: 5px;
}

.subpage .section-profiles .profile-details {
	padding: 15px;
	background-color: #E0E5B6;
}

.subpage .section-profiles .profile-details .profile-name {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.subpage .section-profiles .profile-details ul li {
	font-size: 14px;
	position: relative;
	padding-left: 120px;
}

.subpage .section-profiles .profile-details ul li+li {
	padding-top: 15px;
	border-top: 1px dashed #000;
}

.subpage .section-profiles .profile-details ul li span {
	position: absolute;
	left: 0px;
	font-weight: bold;
	display: inline-block;
	min-width: 100px;
	margin-right: 10px;
}

.subpage .section-profiles .profile-details ul li span:after {
	content: ':';
	position: absolute;
	right: 0px;
}

.subpage .section-profiles .profile-content {
	background-color: #191717;
	color: #d9d9d9;
	padding: 15px;
}

.subpage .section-profiles .profile-content h1,
.subpage .section-profiles .profile-content h2,
.subpage .section-profiles .profile-content h3,
.subpage .section-profiles .profile-content h4,
.subpage .section-profiles .profile-content h5,
.subpage .section-profiles .profile-content h6 {
	font-size: 1.5rem;
	font-family: var(--heading-font);
	margin-bottom: 10px;
}

.subpage .section-profiles .profile-content p {
	text-align: justify;
	padding-bottom: 15px;
	font-size: 15px;
}

.subpage .section-profiles .profile-content p strong {
	color: #EEE;
}

.subpage .section-profiles .profile-content p strong a {
	color: #A8D8FA;
	text-decoration: underline;
}

.subpage .section-profiles .profile-content p a {
	color: #A8D8FA;
	text-decoration: underline;
}

.subpage .page-content .feature-image {
	text-align: center;
	background-color: #2d0611;
	margin: 2rem 0px;
	border: 5px solid #363636;
	padding: 0rem;
}

.subpage .page-content .content-banner {
	margin-top: 1.5rem;
	background-attachment: scroll;
	background-origin: border-box;
	background-position: center center;
	background-size: auto;
	background-size: auto;
	padding: 5rem 0rem;
}

.subpage .page-content .content-banner .title {
	font-family: var(--heading-font);
	font-size: 2rem;
	text-shadow: 0, 0, 3px #000;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}

.subpage .page-content .page-tags {
	margin-top: 3rem;
}

.subpage .page-content .page-tags ul {
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 10px 0;
	text-align: justify;
}

.subpage .page-content .page-tags ul li {
	margin: 5px;
	overflow: hidden;
}

.subpage .page-content .page-tags ul li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #c1c1c1;
	padding: 5px 10px;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #6c6c6c;
	text-decoration: none;
}

.subpage .page-content .page-tags ul li:nth-child(n+1) {
	flex-grow: 1;
}

.subpage .page-content .section-faq {
	padding-top: 2rem;
}

.subpage .page-content .section-faq .heading-section {
	margin-bottom: 1.8rem;
}

.subpage .page-content .section-faq ol li {
	list-style: decimal;
	margin-bottom: 10px;
	counter-increment: foo;
	display: block;
	margin: 30px 0 30px 0;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.subpage .page-content .section-faq ol li:before {
	background-color: #EABF9F;
	border-radius: 4px;
	bottom: 0px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
	content: "";
	left: 40px;
	position: absolute;
	right: 0px;
	top: 5px;
	z-index: 1;
}

.subpage .page-content .section-faq ol li:after {
	border-radius: 5px;
	color: rgba(255, 255, 255, 0.65);
	content: counter(foo) "";
	font-size: 20px;
	font-weight: 400;
	left: 0px;
	padding: 20px 10px 20px 10px;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 0;
	background-color: #BF9270;
	color: #fff;
}

.subpage .page-content .section-faq ol li p {
	color: #000;
	border-radius: 7px;
	display: inline-block;
	font-weight: normal;
	padding: 25px 25px 21px 60px;
	position: relative;
	z-index: 1;
}

.subpage .page-content .section-faq ol li p span {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}


.subpage .page-contact-us {
	padding: 4rem 0rem;
}

.subpage .page-contact-us .contactus-box {
	background-color: #1A2130;
	padding: 15px;
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.subpage .page-contact-us .contactus-box hr {
	border-bottom: 1px solid #fff;
}

.subpage .page-contact-us .contactus-box .box-heading {
	font-family: var(--heading-font);
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFFDCB;
	margin-bottom: 1.5rem;
}

.subpage .page-contact-us .contactus-box address {
	color: #fff;
	margin-top: 1.5rem;
}

.subpage .page-contact-us .contactus-box address .box-list {
	padding-top: 25px;
}

.subpage .page-contact-us .contactus-box address .box-list .title {
	font-family: 'Young Serif', serif;
	font-size: 1.3rem;
}

.subpage .page-contact-us .contactus-box address .box-list li+li {
	padding-top: 25px;
}

.subpage .page-contact-us .contactus-box address .box-list p button {
	border-width: 0px;
	background-color: transparent;
	color: #fff;
}

.subpage .page-contact-us .contactus-box address .box-list p button:hover {
	text-decoration: underline;
}

.subpage .page-contact-us .contactus-box address .box-list p a {
	color: #fff;
}

.subpage .page-contact-us .contactus-box address .box-list p a:hover {
	text-decoration: underline;
}

.subpage .page-contact-us .contactus-box .social-list {
	display: inline-flex;
	margin-top: 15px;
}

.subpage .page-contact-us .contactus-box .social-list li+li {
	padding-left: 15px;
}

.subpage .page-contact-us .contactus-box .social-list li a {
	display: inline-block;
	padding: 10px;
	background-color: #FFBA86;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 100%;
}

.subpage .page-sitemap {
	padding: 2rem 0rem;
}

.subpage .page-sitemap h1,
.subpage .page-sitemap h2,
.subpage .page-sitemap h3,
.subpage .page-sitemap h4 {
	font-family: var(--heading-font);
	font-size: 1.8rem;
	color: #000;
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 3px solid #000;
}

.subpage .page-sitemap h3,
.subpage .page-sitemap h4 {
	margin-top: 25px;
}

.subpage .page-sitemap .webpages {
	padding-left: 20px;
	display: inline-block;
	width: 100%;
	columns: 1;
}

.subpage .page-sitemap .webpages li {
	width: 100%;
	list-style-type: square;
	color: #000;
}

.subpage .page-sitemap .webpages a {
	color: #000;
	padding: 5px 0px;
	display: inline-block;
	text-decoration: none;
}

.subpage .page-sitemap .webpages a:hover {
	text-decoration: underline;
}

.subpage .page-sitemap .postlinks .sublinks {
	padding-left: 20px;
	display: inline-block;
	columns: 1;
	width: 100%;
}

.subpage .page-sitemap .postlinks .sublinks li {
	width: 100%;
	list-style-type: square;
	color: #000;
}

.subpage .page-sitemap .postlinks .sublinks li a {
	color: #000;
	padding: 5px 0px;
	display: inline-block;
	text-decoration: none;
}

.subpage .page-sitemap .postlinks .sublinks li a:hover {
	text-decoration: underline;
}

.subpage .archive-hotels ul {
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 10px 0;
	text-align: justify;
}

.subpage .archive-hotels ul > li {
	margin: 5px;
	overflow: hidden;
}

.subpage .archive-hotels ul > li > a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #dfdfdf;
	padding: 5px 10px;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #6c6c6c;
	text-decoration: none;
	background-color: #400;
}

.subpage .archive-hotels ul > li:nth-child(n+1) {
	flex-grow: 1;
}

@media (min-width: 576px) {
	.subpage .page-sub-hotel-banner{ background-size: cover; padding: 10rem 0rem; }
	.subpage .subheader {
		padding-top: 12rem;
		padding-bottom: 2rem;
		background-size: 60%;
	}

	.subpage .subheader .heading-section .sec-text {
		font-size: 2rem;
	}

	.subpage .page-content .content-banner {
		padding: 8rem 0rem;
	}

	.subpage .page-content .content-banner .title {
		font-size: 2.5rem;
		line-height: 50px;
	}

	.subpage .page-sitemap .webpages {
		columns: 1;
	}

	.subpage .page-sitemap .postlinks .sublinks {
		columns: 1;
	}
	
	.subpage .page-content .feature-image {
		padding: 2rem 0px; 
	}
}

@media (min-width: 768px) {
	.subpage .page-details .heading-section .sec-text{
		font-size: 36px;    
	}
	
	.subpage .page-sub-hotel-banner{ background-size: cover; padding: 10rem 0rem; }
	.subpage .subheader {
		padding-top: 14rem;
		padding-bottom: 4rem;
		background-size: 50%;
	}

	.subpage .subheader .heading-section .sec-text {
		font-size: 2.1rem;
	}

	.subpage .page-content .content-banner {
		padding: 7rem 0rem;
	}

	.subpage .page-content .content-banner .title {
		font-size: 2rem;
		line-height: 45px;
	}

	.subpage .page-sitemap .webpages {
		columns: 2;
	}

	.subpage .page-sitemap .postlinks .sublinks {
		columns: 2;
	}
}

@media (min-width: 992px) {
	.subpage .sub-section-header .heading-section .sec-text{
	font-size: 2.5rem;
}
	.subpage .page-sub-hotel-banner{ background-size: cover; padding: 12rem 0rem; }
	.subpage .subheader {
		padding-top: 16rem;
		padding-bottom: 4rem;
		background-size: 45%;
	}

	.subpage .subheader .heading-section .sec-text {
		font-size: 2.3rem;
	}

	.subpage .page-content .content-banner {
		padding: 10rem 0rem;
	}

	.subpage .page-content .content-banner .title {
		font-size: 3rem;
		line-height: 55px;
	}
	

	.subpage .page-sitemap .webpages {
		columns: 2;
	}

	.subpage .page-sitemap .postlinks .sublinks {
		columns: 2;
	}
}

@media (min-width: 1200px) {
	.subpage .page-sub-hotel-banner{ background-size: cover; padding: 12rem 0rem; }
	.subpage .section-profiles {
		padding-top: 8rem;
	}

	.subpage .subheader {
		padding-top: 18rem;
		padding-bottom: 4rem;
		background-size: 40%;
	}

	.subpage .subheader .heading-section .sec-text {
		font-size: 2.4rem;
	}

	.subpage .page-content .content-banner {
		padding: 10rem 0rem;
	}

	.subpage .page-content .content-banner .title {
		font-size: 3rem;
		line-height: 55px;
	}
	
	.subpage .page-sitemap .webpages {
		columns: 3;
	}

	.subpage .page-sitemap .postlinks .sublinks {
		columns: 3;
	}
}

@media (min-width: 1400px) {
	.subpage .page-sub-hotel-banner{ background-size: cover; padding: 18rem 0rem; }
	.subpage .subheader {
		padding-top: 20rem;
		padding-bottom: 4rem;
		background-size: auto;
	}

	.subpage .subheader .heading-section .sec-text {
		font-size: 2.5rem;
	}

	.subpage .page-content .content-banner {
		padding: 10rem 0rem;
	}

	.subpage .page-content .content-banner .title {
		font-size: 3rem;
		line-height: 55px;
	}

	.subpage .page-sitemap .webpages {
		columns: 3;
	}

	.subpage .page-sitemap .postlinks .sublinks {
		columns: 3;
	}
}

/*# sourceMappingURL=sub-style.css.map */