/* Add here all your CSS customizations */
body {
	overflow-x: hidden;
}

.hover_card .card p {
	margin-bottom: 0px !important;
}

.wrapper .card-body {
	padding: 10px 0px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.advImage:hover {
	cursor: pointer;
}

.advImage {
	width: 100%;
}

.c-preview:hover {
	background-position: 100% 100%;
}

.product_title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_title_store {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #1d4293;
}

a.btn.add-item.d-flex.justify-content-center.align-items-center.viewIcon {
	float: right;
	color: #f44336;
	border: 1px solid;
	padding: 3px 5px;
}

.text {
	position: absolute;
	z-index: 999;
	left: 13%;
	right: 0;
	top: 60px;
	/* text-align: center; */
	width: 55%;
	color: #fff;
}

.text h1 {
	font-size: 23px;
	text-align: left;
}

a.btn.font-14.btn-black-custom {
	background: #000;
	color: #fff;
	border-radius: 50px;
	padding: 5px 16px;
	text-align: left;
	font-weight: 600;
}

span.storeDesc {
	color: #808080b0;
	display: block;
	font-size: 15px;
}

.banner-container {
	position: relative;
	width: 100%;
}

.banner-image {
	width: 100%;
	height: auto;
}

.text-input {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	border-radius: 5px;
	display: flex;
	width: 50%;
}

#search-box-map-first {
	width: 100%;
	border: none !important;
	-webkit-box-pack: justify;
	border-radius: 8px;
	height: 51px;
	font-size: 17px;
}

.pd-0 {
	padding: 0;
}

#search-box-map-first:focus {
	outline: none;
}

.gJwYAa {
	padding: 26px 10px;
	border-radius: 10px;
}

.kAZMlj {
	background: #1d4293;
	color: #fff;
	width: 102px;
	margin-left: 16px;
	box-shadow: none;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	line-height: 1.42857;
	border-radius: 4px;
	height: 52px;
	margin-top: 5% !important;
	font-weight: 600;
}

.gJwYAa img {
	width: 24px;
	height: 24px;
}

.text-banner {
	color: #1d4293;
	font-size: 35px !important;
	text-align: center;
	margin-bottom: 20px;
	background-color: rgba(255, 255, 255, .6);
}

.pt-50 {
	padding-top: 50px;
}

#search-results {
	background-color: #fff;
	position: absolute !important;
	z-index: 1000;
	border-radius: 2px;
	border-top: 1px solid #d9d9d9;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	left: 14px;
	width: 82%;
	top: 90%;
	list-style: none;
	padding: 0px 10px;
	border-color: rgb(206, 212, 218);
	border-width: 0px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 5px 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	max-height: 285px;
	overflow-y: auto;
}

#search-results li:before {
	content: "";
	padding: 1px 1px 1px 0;
	height: 22px;
	text-align: right;
	display: inline-block;
	width: 24px;
	background: url("<?php echo @$BASE_URL; ?>img/custom-location-pin.svg") no-repeat center right !important;
}

#search-results li:first-child {
	margin-top: 10px;
}

#search-results .f-14 {
	margin-left: 7%;
	font-size: 16px;
	display: inline-block;
	margin-left: 10px;
	width: 85%;
}

#search-results .dark-gray {
	color: rgb(114, 114, 114) !important;
	font-size: 13px;
	margin-left: 6.5%;
	margin-top: -7px;
	width: 85%;
}

#search-results li {
	margin-bottom: 3px;
	padding: 2px 0px 5px 3px;
	border-bottom: 1px solid #aeaeae73;
}

ul#search-results li:hover {
	background-color: rgb(229, 229, 229);
	cursor: pointer;
}

.controls {
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* height: 32px; */
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	width: 100%;
}

#locationDetails img {
	width: 20px;
}

#locationDetails {
	font-size: 17px;
	margin: 0px;
}

.pac-container {
	z-index: 99999999999999999999;
}

.gmnoprint {
	display: none !important;
}

#searchInput {
	left: 0px !important;
}

#map-helper-tooltip {
	position: absolute;
	z-index: 999999;
	color: rgb(255, 255, 255);
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 300ms ease 0s;
	transform: translate(-50%, 0px);
	margin-left: auto;
	margin-right: auto;
	left: 50%;
	top: 55%;
	width: 60%;
	min-width: 275px;
	background: rgb(20, 30, 115);
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 6px 0px, rgba(0, 0, 0, 0.12) 0px 0px 4px 0px;
	text-align: center !important;
}

.arrow_box::before {
	border-color: rgba(0, 0, 0, 0);
	border-width: 16px;
	margin-left: -16px;
}

.arrow_box::after {
	border-color: rgba(187, 61, 36, 0) rgba(187, 61, 36, 0) rgb(20, 30, 115);
	border-width: 10px;
	margin-left: -10px;
}

.arrow_box::after,
.arrow_box::before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0px;
	width: 0px;
	position: absolute;
	pointer-events: none;
}

a.text-center.nearest-locations {
	text-align: center;
	display: block;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 15px;
	background: #f44336b0;
	margin: 17px auto;
	/* float: none; */
	/* display: block; */
	width: 239px;
	font-weight: 600;
	padding: 4px 6px 7px 5px;
	border-radius: 10px;
}

.ratingsDiv .float-right {
	clear: both;
	display: block;
}

/* .nearestShow .slick-track {
	display: contents;
} */

@media only screen and (max-width: 600px) {
	.text-input {
		width: 100% !important;
		top: 50% !important;
	}

	.text-banner {
		font-size: 18px !important;
	}

	.banner-image {
		height: 174px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.advImageBanner {
		width: 100%;
		height: 275px;
		margin-top: 15px;
	}

	.text {
		width: 42%;
	}

	.text-input {
		width: 85%;
		top: 50%;
	}

	.text-banner {
		font-size: 30px !important;
	}

	.col-5th {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
}

/* Mobile (below 768px) — show 1 column */
@media (max-width: 767px) {
	.col-5th {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.view-all {
		margin-top: 20px;
	}

	.main-slider .slick-slide .slide-image {
		margin-top: 10px;
		margin-bottom: 15px;
		height: 160px !important;
	}

	.side-images img {
		/* margin-top: 10px;	 */
	}

	.slick-list.draggable {
		width: 100%;
		display: block;
        padding: 10px !important; 
	}

	.pt-50 {
		padding-top: 5px;
	}

	.heading-title {
		font-size: 16px !important;
		margin-bottom: 30px !important;
	}

	.main_btn_m {
		margin-bottom: 22px !important;
	}

	.inner_panel .wrapper {
		padding: 10px 0px !important;
		width: 100%;
		/* text-align: center; */
		margin: 0 auto;
	}
}

.main-slider {
	position: relative;
	width: 100%;
	height: 100%;
	/* Full-screen height */
	overflow: hidden;
}

.main-slider .slick-slide {
	position: relative;
	height: 100vh;
	/* Full-screen height */
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}

.main-slider .slick-slide .slide-image {
	/* position: absolute; */
	/* top: 0;
   left: 0; */
	width: 100%;
	/* full width */
	height: 510px;
	/* decent fixed height */
	object-fit: cover;
	/* crop nicely instead of stretching */
	/* border-radius: 8px; */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 20px;
}

.slick-slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.7); */
	/* Overlay with transparency */
	z-index: 2;
}

.slider-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 3;
	/* Above overlay */
	color: #fff;
}

.slider-content h1 {
	font-family: "Playfair Display", serif;
	text-transform: capitalize;
	font-size: 3rem;
	margin-bottom: 1rem;
}

.slider-content p {
	font-size: 1.3rem;
	margin-bottom: 2rem;
}

.slider-content a {
	padding: 10px 20px;
	background: #ff6500;
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
	border-radius: 5px;
	transition: 0.3s ease;
}

.slider-content a:hover {
	background: #ff4500;
}

.slick-dots {
	position: absolute;
	bottom: 30px;
	/* Position dots above the bottom */
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	/* display: none !important; */
	justify-content: center;
	gap: 1rem;
	z-index: 3;
	/* Float above the slider */
}

.slick-dots li button {
	width: 20px;
	/* Smaller size for a cleaner look */
	height: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	/* Transparent white */
	border-radius: 50%;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.slick-dots li button:hover {
	background-color: rgba(255, 255, 255, 1);
	/* Full white on hover */
	transform: scale(1.2);
	/* Slight zoom effect */
}

.slick-dots li.slick-active button {
	background-color: #ff6500;
	color: #ffffff;
	transform: scale(1.4);
	/* Enlarge active dot */
}

/* .side-images img {
   width: -webkit-fill-available;
   margin-bottom: 10px;
   border-radius: 12px;
   } */
/* .side-images {
   display: flex;
   flex-direction: column;
   gap: 10px; 
   height: 500px;
   } */
.header .item {
	height: 100% !important;
}

.side-images img {
	width: 100%;
	/* take full width of container */
	height: 160px;
	/* set fixed height (adjust as needed) */
	object-fit: cover;
	/* crop nicely without distortion */
	border-radius: 10px;
	/* optional rounded corners */
	box-shadow: 0 4px 10px #21252952;
	/* optional shadow */
	border-radius: 15px;
	margin-bottom: 15px;
}

.side-images img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255, 255, 255, 0.5),
			/* light shade at top */
			rgba(255, 255, 255, 0)
			/* fade out */
		);
	pointer-events: none;
	/* allow clicks to pass */
}

.main-slider .slick-prev,
.main-slider .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: none;
	background: linear-gradient(135deg, #ffffff, #f1f1f1);
	color: #333;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	opacity: 0;
}

.slick-prev,
.slick-next {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.main-slider:hover .slick-prev,
.main-slider:hover .slick-next {
  opacity: 1 !important;
}

/* hover effect */
.main-slider .slick-prev:hover,
.main-slider .slick-next:hover {
	background: linear-gradient(135deg, #ffda79, #ffc107);
	color: #fff;
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

/* left button */
.main-slider .slick-prev {
	left: 20px;
}

/* right button */
.main-slider .slick-next {
	right: 20px;
}

.view-all {
	float: right;
	font-size: 13px;
	padding: 2px 10px !important;
	font-weight: 600;
}