@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: "Jost", sans-serif;
}

html {
	overflow-x: hidden;
	scrollbar-width: none;
}

:root {
	--text-color: #482a00;
	--text-color-2: #884217;
	--background-color: #ffc936;
	--hover-text: oklch(70.5% .213 47.604);
	--grey-text: #4a5565;
	--orange-color: #ec6325;
}

.container-fluid {
	padding: 0px !important;
}

.content-wrapper {
	/* background-image: url('../images/background.jpg'); */
	object-fit: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.header-content {
	background: linear-gradient(to right, #fff 0% 30%, #fdefd2);
}

header {
	position: fixed;
	z-index: 50;
	top: 0;
	width: 100%;
}

.marquee-data {
	height: 25px;
	display: flex;
	align-items: center;
}

.marquee-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.marquee-content p {
	margin: 0px;
	color: #482a00;
}

.navbar-container {
	padding-inline: 50px;
	height: 100%;
	/* background-image: linear-gradient(90deg, #fff 22.6%, #eed9c4 52.4%, #ffc936); */
	/* background-image: linear-gradient(to right,#fff 0% 30%,#fdefd2); */
}

.navbar.navbar-expand-lg {
	padding: 0px !important;
}

.navbar-brand {
	padding: 0 !important;
	margin: 0 !important;
}

.navbar-brand img {
	width: 238px;
	height: 60px;
	margin-bottom: 10px;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.collapse.navbar-collapse {
	gap: 26px;
}

.navbar-nav {
	gap: 32px;
}

.nav-link {
	padding: 0px !important;
	color: var(--text-color) !important;
}

.login-section {
	width: 100%;
	height: 35px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	position: relative;
}

.login-section .banner-img {
	width: 200px;
	height: 35px;
}

select.header-currencies-dropdown {
	border: none;
	height: 100%;
	padding: 0;
	background-color: transparent;
	text-align: center;
	color: #fff;
}

.header-currencies-dropdown option {
	color: black;
}

select#header_currencies:focus {
	background: transparent;
	box-shadow: none;
	color: #fff;
}

select#header_currencies:hover {
	background: transparent;
	box-shadow: none;
	color: #fff;
}

select#header_currencies:active {
	background: transparent;
	box-shadow: none;
	color: #fff;
}

/* Dropdown hidden by default */
.login-dropdown {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-5px);
	transition: all 0.3s ease;
}

/* Show dropdown on hover */
.login-section:hover+.login-dropdown,
.login-dropdown:hover {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.login-dropdown a:hover {
	background-color: #FFF3D6;
}

.login-section button,
.login-section span {
	font-size: 18px;
}

.login-dropdown a {
	color: var(--text-color) !important;
}

.banner-img {
	height: 14px;
	max-width: 100%;
}

.banner-img img {
	object-fit: cover;
	width: 100%;
	position: relative;
	top: -4px;
}


/* main section */
main {
	padding-top: 80px;
}

/* hero section */
#hero-section {
	position: relative;
	height: 600px;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	/* vertically center buttons */
	justify-content: center;
}

#hero-section img {
	width: 100% !important;
	object-fit: cover;
	height: 100%;
}

.customer-name-and-ratings {
	display: flex;
	justify-content: space-between;
}

.row.ratings-section-header {
	border-bottom: 1px solid rgba(128, 128, 128, 50%);
	margin-bottom: 20px;
}

#hero-section video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.table-of-contents-heading {
	background: #F9A80B;
}

.policy-pages-content a {
	color: #000;
}

.policy-pages-content a:hover {
	color: #F9A80B;
}

a.btns.btn-info-mail {
	color: #fff;
}

.banner-overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

/* Button Container */
.button-container {
	position: relative;
	z-index: 2;
	width: 100%;
	top: 15%;
	max-width: 1180px;
	text-align: center;
}

/* Buttons */
.btns {
	background-color: #f9a80b;
	color: white;
	font-weight: 600;
	padding: 0.5rem 1.5rem;
	border: none;
	border-radius: 0.375rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.btns:hover {
	background-color: #f97316;
}

.search-btn {
	z-index: 20;
	padding: 0.5rem 1.5rem;
}

.top-picks-btn {
	padding: 0.5rem 2rem;
}

/* Bottom Overlay */
.bottom-overlay {
	position: absolute;
	bottom: -2px;
	width: 100%;
	z-index: 1;
	/* below buttons but above video */
}

.bottom-overlay img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

/* model */
/* Button */
.open-modal {
	background: #F9A80B;
	color: white;
	font-weight: 600;
	padding: 10px 20px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.3s;
}

.open-modal:hover {
	background: #e48b00;
}

/* Modal Overlay */
.modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.modal-overlay.active {
	display: flex;
}

.modal-overlay.active .modal {
	background: rgba(100, 52, 4, 0.3) !important;
	backdrop-filter: blur(30px);
	border-radius: 18px;
	padding: 30px;
	width: 90%;
	max-width: 800px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
	position: relative;
	animation: fadeIn 0.3s ease;
	color: white;
	z-index: 1000;
	display: block !important;
	/* top: 50%;
      left: 50%; */
	height: fit-content;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.9);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.modal h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
}

/* Input fields */
.input-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 15px;
	margin-bottom: 20px;
}

.input-grid input,
.input-grid select {
	background: transparent;
	border: 1px solid white;
	border-radius: 8px;
	padding: 10px 12px;
	color: white;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
}

.input-grid input::placeholder {
	color: white;
	opacity: 0.8;
}

.input-grid select {
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="20" width="20" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 18px;
	padding-right: 35px;
}

/* Search Button */
.modal .search-btn {
	background: #F9A80B;
	border: none;
	color: white;
	border-radius: 8px;
	padding: 10px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.3s;
}

.modal .search-btn:hover {
	background: #e48b00;
}

/* Close Button */
.close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	background: none;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 20px;
	opacity: 0.8;
}

.close-btn:hover {
	opacity: 1;
}

.icon-calender {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	/* equivalent to w-5 */
	height: 20px;
	color: white;
	/* equivalent to text-white */
	pointer-events: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}


/* amazing-venues */
.section-padding {
	padding-inline: 50px;
	padding-bottom: 50px;
}

.section-heading-container {
	text-align: center;
	margin-bottom: 40px;
}

.section-heading-container p {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 18px;
	color: var(--orange-color);
	margin: 0px;
}

.section-heading-container h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.3;
	color: #000;
	margin: 0;
}

.filters-div {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.filters-div a {
    color: #000;
    font-size: 18px;
}

.filters-div a:hover {
    border-bottom: 2px solid #ec6325;
    padding-bottom: 5px;
    color: #ec6325;
}

.card-box {
	background-color: #fff;
	border: 1px solid #C7D5E1;
	width: 100%;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -4px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	transform: scale(1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
}

.card-box:hover {
	transform: scale(1.05);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.card-image {
	position: relative;
	border-radius: 30px;
	width: 100%;
	height: 200px;
}

.card-image img {
	width: 100%;
	height: 100%;
	padding: 12px;
	object-fit: cover;
	border-radius: 30px;
}

.card-content {
	padding: 18px;
	/* min-height: 140px; */
	display: flex;
	flex-direction: column;
}

.mark-favourite-icon {
	text-align: right;
	margin-right: 40px;
}

.mark-favourite-icon svg {
	color: #eeeeee;
	position: fixed;
	top: 7%;
	height: 20px;
	width: 20px;
}

svg.favourite-vendor {
	color: #e48b00;
}


.card-content h4 {
	font-weight: bold;
	color: black;
	font-size: 18px;
	margin: 0;
}

.card-content h4 a {
	color: black;
}

.card-content p {
	font-size: 18px;
	color: #000000;
	margin-top: 4px;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 0;
}

.card-content p.address {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.card-content p.price-info {
	color: #ee7429;
	font-size: 16px;
	font-weight: 600;
}

/* newly-listed */
.section-padding-two {
	padding: 48px 10px;
	position: relative;
}

.section-inner {
	margin: 0 auto;
}

.box-container {
	min-height: 180px;
	height: 100%;
	border-radius: 18px;
	border: 1px solid #C7D5E1;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	background-color: #fff;
}

.box-icon {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #C7D5E1;
	border-radius: 18px;
	position: relative;
}

.homepage-categoreis-icon {
	width: 100%;
	height: 100%;
	border-radius: 18px;
	object-fit: cover;
}

.box-content h3 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}

.box-content p {
	margin: 0;
	font-size: 18px;
	color: #44525e;
}


/* cta */
.cta-section {
	padding: 32px 24px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-banner {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	width: 100%;
	max-width: 1280px;
	border-radius: 1rem;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
	background-position: center;
	background-image: linear-gradient(to right,
			rgba(155, 72, 0, 0.8) 35%,
			rgba(155, 72, 0, 0.3) 70%,
			rgba(155, 72, 0, 0) 100%),
		url("../images/sakhibanner.png");
}

@media (min-width: 768px) {
	.custom-banner {
		flex-direction: row;
		padding: 2.5rem;
	}
}

.custom-banner-content {
	position: relative;
	z-index: 10;
	max-width: 40rem;
}

.custom-banner-content h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}

.custom-banner-content h2 span {
	color: rgba(255, 255, 255, 0.9);
}

.custom-banner-content p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
}

.custom-banner-content button {
	margin-top: 0.75rem;
	background-color: #f9a80b;
	color: white;
	font-weight: 600;
	padding: 0.5rem 1.25rem;
	border: none;
	border-radius: 0.5rem;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	cursor: pointer;
}

.custom-banner-content button:hover {
	background-color: #f97316;
}

.custom-banner-image {
	position: relative;
	margin-top: 1.5rem;
	border-radius: 1rem;
	overflow: hidden;
	width: 100%;
	height: 220px;
}

@media (min-width: 768px) {
	.custom-banner-image {
		margin-top: 0;
		margin-left: 2rem;
		width: 50%;
		height: 250px;
	}
}


/* craousel-section */
.craousel-section {
	position: relative;
	overflow: hidden;
}

.main-craousel {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-evenly;
}

.craousel-container {
	padding: 0 0 50px 0;
}

/* Swiper Container */
.swiper {
	width: 100%;
}

/* Each Slide */
.swiper-slide {
	width: 250px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.swiper-slide img {
	width: 100%;
	height: 256px;
	object-fit: cover;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease;
}

.swiper-slide-active img {
	transform: scale(1.05);
}


/* footer */

footer {
	max-height: 383px;
	width: 100%;
}

.footer-background {
	background-image: url('../images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.footer-content {
	padding-inline: 50px;
	padding-bottom: 32px;
}

.footer-menu-section {
	padding-top: 64px;
}

.footer-menu-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-menu .navbar-nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px !important;
	color: var(--text-color);
}

.nav-link:hover {
	color: var(--hover-text) !important;
}

.footer-menu p {
	font-size: 18px;
	max-width: 448px;
	color: var(--grey-text);
}

.footer-image img {
	height: 64px;
	margin-top: 55px;
}

.footer-menu hr {
	margin: 24px 0;
	border-color: #d1d5dc;
	border-width: 2px;
}

.copy-right-text p {
	font-size: 18px;
	color: var(--grey-text);
	margin: 0px;
}

.policy-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	gap: 12px;
}

.policy-section a {
	text-decoration: none;
	color: var(--grey-text);
}

.policy-section a:hover {
	color: var(--hover-text);
}

.card-content a {
	text-decoration: none;

}

/* Frontend pagination CSs */

.vendor-listing-pagination p {
	display: none !important;
}

.vendor-listing-pagination ul.pagination {
	column-gap: 10px;
}

.pagination .page-link {
	border-radius: 6px;
	color: #000000 !important;
}

.pagination .page-item.active .page-link {
	background-color: #ff7a00 !important;
	/* Orange */
	border-color: #ff7a00 !important;
	color: #fff !important;
}

.pagination .page-link:hover {
	background-color: #ff8f26 !important;
	/* Lighter orange on hover */
	color: #fff !important;
	border-color: #ff8f26 !important;
}


.floating-contact {
	position: fixed;
	left: 20px;
	top: 70%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 12px;
	z-index: 9999;
}

.floating-contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 22px;
	transition: 0.3s ease;
}

/* WhatsApp Default Style */
.whatsapp-btn {
	background: #25D366;
	color: #fff;
}

/* Email Button Style */
.email-btn {
	background: #fff;
	color: #ff7a00;
	border: 1px solid #ff7a00;
}

/* Hover Effect */
.floating-contact a:hover {
	transform: scale(1.12);
}


/**
*
*Login form css
*
*/

/* Modal Design */
.login-modal {
	border-radius: 14px;
	background: #ffffff;
	position: relative;
}

/* Close button position */
.login-close {
	position: absolute;
	right: 12px;
	top: 12px;
	filter: invert(0.5);
	z-index: 1;
}

img.login-user-image {
	width: 18px;
	margin-right: 5px;
}

/* Input styling */
.input-clean {
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	border-radius: 0 !important;
	padding-left: 0;
	background: #fff !important;
}

/* Remove focus effects */
.input-clean:focus {
	outline: none !important;
	box-shadow: none !important;
	border-bottom: 1px solid #ff7a00 !important;
}

/* Orange button */
.login-btn {
	background: #ff7a00;
	border: none;
	color: #fff;
	padding: 10px 20px;
	font-size: 15px;
	border-radius: 8px;
	transition: 0.2s;
}

.login-btn:hover {
	background: #e66e00;
	color: #fff;
}

/* Orange link */
.text-orange {
	color: #ff7a00 !important;
}

/* Shadow */
.modal-content {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
}


/* Blur background when modal is open */
.modal-backdrop.show {
	backdrop-filter: blur(6px);
	background-color: rgba(0, 0, 0, 0.4) !important;
	/* optional darker shade */
}

/* Blur page content behind modal (optional & nicer effect) */
body.modal-open main,
body.modal-open header,
body.modal-open footer {
	filter: blur(6px);
	transition: 0.3s;
}

/* Register page css */
.register-user-section {
	position: relative;
	top: 20%;
	padding: 100px 0 50px 0;
}


/* Contact us page css */
.contact-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.contact-image-box {
	position: relative;
	width: 100%;
	height: 220px;
	border-radius: 16px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	padding: 24px;
	background-image: url("../images/contact-us-page-form-image.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Medium (sm) breakpoint */
@media (min-width: 640px) {
	.contact-image-box {
		height: 300px;
		padding: 40px;
	}
}

/* Large (lg) breakpoint */
@media (min-width: 1024px) {
	.contact-image-box {
		height: 100%;
		order: 2;
	}
}

.form-container {
	background-color: #ffffff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	order: 2;
}

/* Small (sm) breakpoint */
@media (min-width: 640px) {
	.form-container {
		padding: 32px;
	}
}

/* Large (lg) breakpoint */
@media (min-width: 1024px) {
	.form-container {
		padding: 40px;
	}
}

#checkout-form .form-inner {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}


.form-inner {
	max-width: 450px;
	margin: 0 auto;
}

.form-inner h3 {
	font-size: 18px;
	font-weight: 600;
	color: #F9A80B;
	margin-bottom: 24px;
	text-align: center;
}

/* Small (sm) breakpoint */
@media (min-width: 640px) {
	.form-inner h3 {
		font-size: 24px;
	}
}

.field-container {
	min-height: 60px;
	margin-bottom: 16px;
}

.form-control {
	width: 100%;
	height: 45px;
	background-color: #F3F3F3;
	border-radius: 6px;
	padding: 12px;
	border: none;
	outline: none;
	transition: box-shadow 0.2s ease, border 0.2s ease;
}

.form-control:focus {
	box-shadow: 0 0 0 2px rgba(249, 168, 11, 0.4);
}

.textarea-container {
	min-height: 140px;
}

.textarea-container textarea {
	height: 100% !important;
}

.submit-btn {
	width: 100%;
	background-color: #F9A80B;
	color: #ffffff;
	font-weight: 600;
	padding-top: 12px;
	padding-bottom: 12px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}

/* Hover State */
.submit-btn:hover {
	background-color: #FBAA1A;
}

div.marequee-cross {
	padding: 0px 10px 3px 10px;
	margin-top: 5px;
	cursor: pointer;
	border: 1px solid #482a00;
	color: #482a00;
	margin-right: 5px;
	border-radius: 100%;
}


/* Detail Page CSS */


/* detail-page */
.detail-section {
	border: 1px solid #d8d8d8;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #fff;
	padding: 16px;
	border-radius: 16px;
}

.more-description-link {
	color: #f97316;
	font-weight: 600;
	cursor: pointer;
}

a.check-more-reviews {
	color: #f97316;
	font-weight: 600;
	cursor: pointer;
}

.gallery {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 10px;
	width: 100%;
}

.gallery-left,
.gallery-right {
	max-height: 400px;
}

.gallery-right a {
	max-height: 195px;
}

.gallery-left img,
.gallery-right img,
.gallery-bottom img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	cursor: pointer;
}

.gallery-right {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-gap: 10px;
}

.gallery-right img {
	height: 100%;
}

.gallery-bottom {
	grid-column: span 2;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 10px;
}

.overlay {
	position: relative;
}

.overlay::after {
	content: "+60 photos";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 10px;
}

.gallery-section-heading h2 {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	vertical-align: middle;
	margin-bottom: 20px;
}

.gallery-section-heading p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}

.gallery-section-heading p span {
	color: #ffbb02;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

.gallery-section-sidebar {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 12px;
	background-color: white;
	border-radius: 10px;
	border: 1px solid rgba(128, 128, 128, 50%);
	margin-bottom: 10px;
}

.review-detail {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 15px;
}

.review-no {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffc936;
	color: white;
	border-radius: 8px;
	padding: 8px 10px;
}

.review-info span {
	font-size: 18px;
	font-weight: 600;
	color: #ffc936;
}

.map-detail {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
}

.locCard__icon {
	flex-shrink: 0;
	height: 70px;
	object-fit: cover;
	width: 100px;
	border-radius: 8px;
}

.locCard__title {
	color: #000;
	font-size: 18px;
	font-weight: 900;
}

.locCard__subTitle {
	font-size: 14px;
	margin-top: 3px;
	color: #000;
}

.info-section {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	margin: 15px 0px;
}

/* .info-card{
    border: 1px solid #ffc936;
    min-width: 160px;
    padding: 8px;
    background-color: white;
    border-radius: 8px;
} */
.info-card i {
	margin-right: 15px;
}

.info-card p {
	margin-bottom: 0;
}

.badges-item-big {
	border-radius: 100px;
	border: 1px solid #F9A80B;
	display: flex;
	align-items: center;
	gap: 8px;
	background: white;
}

.img-thumb-lxu {
	width: 60px;
	min-width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 2px;
	background: #F9A80B;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img-thumb-lxu-inner {
	padding: 5px;
	display: inline-block;
	background-color: #fff;
	width: 52px;
	height: 52px;
	border-radius: 50%;
}

.img-thumb-lxu-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
	border-radius: 50%;
}

.text-info-lux {
	color: #F9A80B;
	padding-right: 10px;
}

.login-infoCard {
	border: 1px solid #EC6325;
	border-radius: 8px;
	background-color: transparent;
	padding: 20px;
	background: white;
}

.custm-field-lgn {
	position: relative;
}

.custm-field-lgn input {
	padding-left: 36px;
}

textarea.form-control {
	height: auto !important;
}

.section-venues.section-padding {
	padding-inline: 50px;
	padding-bottom: 50px;
	margin-top: -55px;
	position: relative;
	z-index: 9;
}

.text-beforeNum {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.location-detail {
	margin-bottom: 15px;
}

.location-detail h6 {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
}

.location-detail p {
	margin-bottom: 0px;
}

.location-detail h6.amenities {
	font-style: italic;
}

.amenities-section {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.amenities-card i {
	color: #008234;
}

.amenities-card i {
	margin-right: 15px;
}

.amenities-card p {
	margin: 0;
}

.hotel-details p i {
	margin-right: 15px;
}

.hotel-details-info h5 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
}

.hotel-details-info h6 {
	font-weight: 500;
	font-size: 18px;
}

.hotel-details i {
	font-size: 18px;
}

.hotel-details .prize-details-info p {
	margin-bottom: 0px;
}

.hotel-details .prize-details-info .prize {
	margin-bottom: 10px;
}

.hotel-details .prize-details-info .prize span {
	font-size: 22px;
	font-weight: 600;
	margin-right: 5px;
}

.hotel-details .book-business-vendor-button,
.hotel-details button {
	width: 100%;
	color: white;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	border-radius: 8px;
	background-color: #f9a80b;
	border: none;
	transition: 0.3s ease-in-out all;
}

.hotel-details button:hover {
	background-color: #ec6325;
	border-color: #ec6325;
}

.reviews {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.location-info .hr-line {
	width: 50px;
	border-top: 2px solid black;
	margin: 20px 0;
}

.location-info .location-img {
	width: 100%;
}

img.customer-profile-image {
	width: 30px;
	height: 30px;
	border-radius: 100%;
}

.wedunreal-fontawesome-icons {
	font-size: 20px;
	color: #fff;
}

.map-container iframe {
	width: 100% !important;
}

#map-section h6 {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
}

.rating-section .review {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
}

.rating-section .review-detail {
	justify-content: start;
	margin-bottom: 15px;
}

.rating-section .review-no,
.rating-section .review-info {
	margin-right: 15px;
}

.average-rating {
	padding-bottom: 20px;
}

.rating-bar {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
	cursor: pointer;
}

.rating-bar .progress {
	height: 10px;
}

.rating-bar .progress-bar {
	background-color: #ffc936;
}

.clients-reviews-details h4 {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	vertical-align: middle;
	margin-bottom: 20px;
}

.client-review {
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(128, 128, 128, 50%);
}

.client-review:last-child {
	border-bottom: none;
}

.client-review .client-name {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0;
}

.rating-section {
	border: 1px solid rgba(128, 128, 128, 50%);
	border-radius: 10px;
	background: white;
	padding: 12px;
}

a {
	text-decoration: none;
}


/* Policy pages css */
.policy-pages-content {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.6;
	padding-top: 150px !important;
}

.table-of-contents-heading {
	background: #F9A80B;
	border: none;
}

.table-contents-ul li {
	margin-bottom: 0.5rem;
	padding: 0.25rem 0;
}

.table-contents-ul a {
	color: #495057;
	transition: all 0.3s ease;
	border-left: 3px solid transparent;
	padding-left: 0.5rem;
}

.table-contents-ul a:hover {
	color: #F9A80B;
	border-left-color: #F9A80B;
	text-decoration: none;
	padding-left: 0.75rem;
}

.terms-content section {
	scroll-margin-top: 20px;
}

.terms-content h2 {
	color: #2c3e50;
	font-weight: 600;
}

.terms-content .card {
	border: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 1rem;
}

.terms-content .card-header {
	background-color: #f8f9fa;
	border-bottom: 1px solid #e9ecef;
	font-weight: 600;
}

.alert {
	border: none;
	border-left: 4px solid;
}

.alert-info {
	border-left-color: #F9A80B;
	background: linear-gradient(to right, #fff 0% 30%, #fdefd2) !important;
}

.alert-warning {
	border-left-color: #ffc107;
	background-color: #fffaf0;
}

.alert-danger {
	border-left-color: #dc3545;
	background-color: #fef5f5;
}

.btns.btn-info-mail {
	background: #F9A80B;
	color: white;
	padding: 12px 30px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	border: none;
	display: inline-block;
}

.btns.btn-info-mail:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
	color: white;
	text-decoration: none;
}

/* Smooth scrolling for anchor links */
html {
	scroll-behavior: smooth;
}

/* Responsive adjustments */
@media screen and (max-width:1300px) {
	.banner-img img {
		top: -8px;
	}
}

@media screen and (max-width: 768px) {
	.policy-pages-content {
		padding: 2rem 1rem;
	}

	.display-4 {
		font-size: 2rem;
	}

	.table-contents-ul a {
		font-size: 0.9rem;
	}

	.section-padding,
	.navbar-container,
	.footer-content {
		padding-inline: 30px;
	}

	.banner-img img {
		top: -10px;
	}

	.navbar-brand img {
		width: 200px;
		height: 70px;
	}

	.policy-section {
		justify-content: start;
		gap: 5px;
	}

	.section-heading-container {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 700px) {
	.footer-image img {
		margin-top: 0px;
	}

	.custom-banner-content h2 {
		font-size: 30px;
	}

}

@media screen and (max-width: 576px) {

	.section-padding,
	.navbar-container,
	.footer-content {
		padding-inline: 20px;
	}

	.banner-img img {
		top: -12px;
	}

	.navbar-brand img,
	.footer-image img {
		width: 150px;
		height: 60px;
	}

	.copy-right-text p,
	.footer-menu p,
	.policy-section {
		font-size: 16px;
	}
}

.container.py-5.policy-pages-content svg {
	color: #f9a80b !important;
}

label.terms-and-conditions-checkbox a {
	color: #f9a80b;
}

.error-message {
	color: #ff0000;
}
.success-message {
	color: green;
}

.otp-inputs {
	display: flex;
	gap: 10px;
	background: transparent;
}

.otp-inputs input {
	border: 1px solid #ebe8e8;
	background: transparent;
	padding: 5px;
}

button.btn.btn-verify-otp {
	border: 1px solid #f9a80b;
	width: 100%;
	color: #f9a80b;
	padding: 10px;
}

button.btn.btn-verify-otp:hover {
	background-color: #f9a80b;
	color: #fff;
	;
}

a.resend-code-link:hover {
	color: #f9a80b !important;
}

.customer-dashboard {
	margin-top: 100px;
	padding-inline: 20px;
	background-color: transparent;
}

.sidebar-link {
	color: #444;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
	border-left: 3px solid transparent;
}

.sidebar-link:hover,
.sidebar-link.active {
	background-color: #fff6e9;
	color: #d27900 !important;
	border-left: 3px solid #ff9f00;
}

.sidebar-link i {
	font-size: 1.1rem;
	color: #d27900;
}

.sidebar-link.text-danger:hover {
	background-color: #ffecec;
	color: #d9534f !important;
}

.dashboard-card {
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	border-radius: 12px;
}

.dashboard-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	font-size: 1.5rem;
}

@media (max-width: 767px) {
	.customer-dashboard {
		margin-top: 70px;
		padding-inline: 10px;
	}

	.icon-wrapper {
		width: 45px;
		height: 45px;
		font-size: 1.3rem;
	}
}

.customer-booking-list table th {
	background: #f9a80b;
	border-bottom: none;
}

a.chat-with-vendor-button {
    width: 100%;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    border-radius: 8px;
    background-color: #f9a80b;
    border: none;
    transition: 0.3s ease-in-out all;
}

.book-business-vendor-button:hover {
    background-color: #ec6325;
    border: 1px solid #ec6325;
}

.chat-modal-position {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    margin: 0;
    max-width: 400px;
    width: 100%;
    height: 400px;
}
.chat-modal-position .modal-content {
    border-radius: 10px;
}

.chat-modal-position .chat-messages {
    height: 180px;
}

section#checkout-form {
    padding: 100px;
    /* background-image: url('../images/giardino4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
}
/* body {
    background-image: url('../images/giardino4.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
} */



/* Chat CSS */
.chat-messages {
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 10px;
    padding-right: 5px;
}

.sender-message {
    background: #dcf8c6; /* WhatsApp-like */
    padding: 8px 12px;
    margin: 6px 0;
    border-radius: 8px;
    text-align: right;
}

.receiver-message {
    background: #fff;
    padding: 8px 12px;
    margin: 6px 0;
    border-radius: 8px;
    text-align: left;
}

.error-message {
    color: red;
    font-size: 13px;
}
