@charset "utf-8";

/* CSS Document */
/* by Qazi Rizwan */
.form-group>img {
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	right: 15px;
}

.Answer.form-group img {
	right: 6px;
}

.contact-form .form-group img {
	position: absolute;
	top: 32%;
	transform: translateY(-50%);
	right: 30px;
}

.page-content,
.contact-us {
	margin-bottom: 0;
	padding-bottom: 30px;
}

.page-content h2 {
	color: #1A1A1A;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 32px;
	margin: 0;
}

.pkg-facilities .facility {
	flex: 0 0 25%;
}

.container .item {
	margin-bottom: 15px;
}

.container .owl-item .item {
	margin-bottom: 0;
}

.container h2 {
	color: #1A1A1A;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 32px;
	margin: 0;
}

.packageInquiry .Answer.form-group img {
	top: 40%;
	right: 29px;
}

.customizePackages .item {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.container h2 {
		font-weight: 500;
		font-size: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width:767.98px) {

	.page-content,
	.contact-us {
		padding-bottom: 1px;
		padding-top: 10px;
	}

	.featuredPackages {
		padding-top: 10px;
		padding-bottom: 50px;
	}

	.featured-slick-carousel {
		position: relative;
		padding-bottom: 40px;
	}

	.slick-dots {
		bottom: 0;
	}

	.accomodation .accomoHeading {
		margin-bottom: 0;
	}
}

/* Package Detail Styles */
html,
body {
	overflow-x: hidden;
	width: 100%;
}

.lead {
	color: #fff !important;
}

.pkg-header-top {
	background-color: #3D3E42;
	padding: 40px 0 20px;
	color: #fff;
}

.pkg-header-top h1 {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.pkg-header-top .hotel-summary {
	font-size: 14px;
	margin-bottom: 20px;
}

.pkg-header-top .stars .svg {
	height: 14px;
	width: 14px;
	fill: #D8E12F;
}

.pkg-price-bar {
	margin: 0 auto;
	max-width: 44rem;
	background-color: #443224;
	padding: 15px 44px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: -54px;
	position: relative;
	z-index: 10;
}

.pkg-price-bar .price-text {
	font-size: 16px;
}

.pkg-price-bar .price-text span {
	font-size: 32px;
	font-weight: 900;
}

.pkg-price-bar .deposit-btn {
	background-color: #fdf6eb;
	color: #3D3E42;
	padding: 8px 20px;
	border-radius: 20px;
	font-weight: 600;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.pkg-price-bar .deposit-btn i {
	margin-right: 8px;
}

.main-content-area {
	background-color: #F3F3F3;
	padding-top: 80px;
	padding-bottom: 60px;
	overflow-x: hidden;
}

.section-card {
	background-color: #fff;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 30px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	border: 1px solid #eee;
}

.section-title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	color: #3D3E42;
}

.section-title img {
	margin-right: 15px;
	width: 24px;
}

/* Overview Cards */
.overview-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 16px 106px;
	margin-bottom: 25px;
}

.overview-item {
	background: #F3F3F3;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	border: 1px solid #85641E;
	transition: all 0.3s ease;
}

.overview-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.overview-item img {
	width: 35px;
	margin-right: 15px;
}

.overview-item .info span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #3D3E42;
}

.overview-item .info small {
	font-size: 12px;
	color: #777;
}

/* Sidebar Form */
.sidebar-form {
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
	border: 1px solid #eee;
	position: sticky;
}

.sidebar-form h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #3D3E42;
	margin-bottom: 25px;
}

.sidebar-form .form-group label {
	font-size: 12px;
	font-weight: 600;
	color: #777;
	margin-bottom: 5px;
}

.sidebar-form .form-control {
	height: 45px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
}

.bg-light-cream {
	background: #F3F3F3 !important;
	border: 1px solid #85641E !important;
}

.included-list li {
	background-color: #F3F3F3;
	padding: 10px 15px;
	border-radius: 8px;
	margin-bottom: 10px !important;
	border: 1px solid #85641E;
}

.sidebar-form .submit-btn {
	background: #3D3E42;
	color: #fff;
	width: 100%;
	padding: 12px;
	border-radius: 5px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	margin-top: 15px;
}

/* Footer Slider */
#footer-slider {
	padding: 0 0 80px 0;
	background: #F3F3F3;
}

/* Ensure slick-dots (pos:absolute; bottom:-50px) are always contained */
.featured-slick-carousel {
	position: relative;
	padding-bottom: 60px;
}

.footer-slick-carousel {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

.footer-slick-carousel img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.footer-slick-carousel .slick-slide {
	padding: 0 10px;
}

.footer-slick-carousel div:focus {
	outline: none;
}

/* Dots Styling */
.slick-dots {
	position: absolute;
	bottom: -50px;
	display: flex !important;
	justify-content: center;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.slick-dots li {
	margin: 0 5px;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #3D3E42;
	border-radius: 50%;
	opacity: 0.2;
	transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
	opacity: 1;
	transform: scale(1.2);
}

/* Arrows Styling */
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 45px;
	height: 45px;
	background: #3D3E42 !important;
	border: none;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	cursor: pointer;
}

.slick-prev:hover,
.slick-next:hover {
	transform: translateY(-50%) scale(1.1);
	background: #443224 !important;
}

.slick-prev {
	left: -60px;
}

.slick-next {
	right: -60px;
}

@media (max-width: 1100px) {
	.slick-prev {
		left: 15px;
	}

	.slick-next {
		right: 15px;
	}

	.footer-slick-carousel {
		padding: 0 10px;
	}

	.footer-slick-carousel img {
		height: 300px;
	}
}

@media (max-width: 768px) {

	.slick-prev,
	.slick-next {
		width: 35px;
		height: 35px;
	}

	.slick-prev i,
	.slick-next i {
		font-size: 14px;
	}
}

.slick-prev:before,
.slick-next:before {
	content: none;
}

.slick-prev i,
.slick-next i {
	color: #fff;
	font-size: 18px;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.3);
}

.whatsapp-float i {
    margin-top: 0;
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
}