@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: "Inter", sans-serif;
	line-height: 145%;
	color: hsl(220 15% 20%);
}
p {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 400;
	color: hsl(220 10% 50%);
	font-family: "Inter", sans-serif;
}
.headline-4xl {
	font-size: 4.5rem;
	line-height: 1;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-family: "Playfair Display", serif;
}
h1, .headline-3xl {
	font-size: 4.5rem;
	line-height: 1;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-family: "Playfair Display", serif;
}
h2, .headline-2xl {
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: hsl(220 15% 20%);
	font-family: "Playfair Display", serif;
}
h3, .headline-xl {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	color: hsl(220 15% 20%);
	margin-bottom: 1rem;
	font-family: "Playfair Display", serif;
}
h5, .headline-medium {
	font-size: 32px;
	line-height: 2.5rem;
	letter-spacing: .5px;
	color: #1D292C;
}
h6, .headline-small {
	font-size: 24px;
	line-height: 2rem;
	letter-spacing: .375px;
	color: #1D292C;
}
img {
	max-width: 100%;
}
* {
	box-sizing: border-box;
}
.clearfix {
	clear: both;
}
a {
}
a:hover {
}
a, a:hover {
	transition: all .3s;
}
.container {
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.small-container {
	margin: 0 auto;
	max-width: 1100px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
/* 1. Navbar Container (Sticky Header) */

header {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: hsl(0deg 0% 100% / 95%);
	min-height: 80px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	border-bottom: 1px solid hsl(220 10% 90%);
}
.navbar-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	color: hsl(220 15% 20%);
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: Playfair Display, serif;
}
.logo a {
	text-decoration: none;
	color: hsl(220 15% 20%);
	display: flex;
}
.logo-circle, span.logo-L {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 0.75rem;
	color: #444;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
	margin-right: 0.5rem;
	background: linear-gradient(to right, hsl(45, 90%, 60%), hsl(45, 85%, 70%));
	font-family: "Inter", sans-serif;
}
.nav-links a {
	text-decoration: none;
	color: hsl(220 15% 20%);
	margin-left: 30px;
	font-weight: 400;
	transition: color 0.3s;
	font-size: 16px;
}
.nav-links a:hover {
	color: hsl(45 90% 60%);
}
.book-now-btn-desktop {
	text-decoration: none;
	background-color: hsl(45 90% 60%);
	color: hsl(220 20% 10%);
	padding: 0.5rem 1rem;
	border-radius: 0.75rem;
	font-weight: 600;
	transition: background-color 0.3s;
	font-size: 0.875rem;
	line-height: 1.5rem;
	height: 2.5rem;
	text-align: center;
}
.book-now-btn-desktop:hover {
	background-color: hsl(45deg 90% 60% / 90%);
}
#menu-toggle, .menu-icon, .book-now-btn-mobile {
	display: none;
}
/* --- Hero Section Styles --- */
.hero-section {
	background-image: linear-gradient(to right, hsl(220deg 20% 10% / 71%) 0%, /* from: --tw-gradient-from */ hsl(220deg 20% 10% / 88%) 50%, /* via */ hsla(220, 20%, 10%, 0) 100% /* to */), url(../images/latest-S-class-2025.jpg);
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
	overflow: hidden;
}
.hero-content {
	max-width: 800px;
	padding: 20px;
}
.highlight-text {
	background: linear-gradient(to right, hsl(45, 90%, 60%), hsl(45, 85%, 70%));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.hero-content p {
	font-weight: 400;
	margin-top: 0;
	font-size: 1.5rem;
	line-height: 2rem;
	color: rgb(229 231 235);
	margin-bottom: 2rem;
}
.hero-content h1 {
	margin-bottom: 24px;
}
.hero-buttons {
	margin-top: 30px;
}
.btn {
	text-decoration: none;
	font-weight: 600;
	padding: 1rem 2rem;
	border-radius: 0.75rem;
	display: inline-block;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
	color: hsl(220 20% 10%);
	font-size: 1.125rem;
	line-height: 0.6rem;
	height: 2.75rem;
}
.hero-section .btn {
	margin: 0 5px;
}
.btn-primary {
	color: hsl(220 20% 10%);
	border: 1px solid #ffc93c;
	background: linear-gradient(135deg, hsl(45, 90%, 60%), /* luxury-gold */ hsl(45, 85%, 70%) /* luxury-gold-light */);
}
.btn-primary:hover {
	background: linear-gradient(135deg, /* gradient ka angle */ hsl(45, 85%, 70%) 0%, /* --luxury-gold-light */ hsl(45, 90%, 60%) 100% /* --luxury-gold */);
	transform: translate(0, 0)   /* translateX and translateY */
 rotate(0deg)      /* rotation */
 skewX(0deg)       /* skewX */
 skewY(0deg)       /* skewY */
 scaleX(1.05)      /* scaleX */
 scaleY(1.05);     /* scaleY */
}
.btn-secondary {
	background-color: white;
	color: hsl(45 90% 60%);
	border: 2px solid hsl(45 90% 60%);
}
.btn-secondary:hover {
	background-color: hsl(45 90% 60%);
	color: hsl(220 20% 10%);
}
.scroll-indicator {
	position: absolute;
	bottom: 30px;
	left: 50%;
	color: #ffc93c;
	font-size: 30px;
}

/* Reverse bounce animation */
@keyframes bounce-reverse {
 0%, 100% {
 transform: translateY(-25%); /* Start at top */
 animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
}
 50% {
 transform: translateY(0); /* Hit bottom */
 animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
}
/* Class par apply karna */
.scroll-indicator {
	animation: bounce-reverse 1s infinite;
}
/* --- Premium Services Section Styles --- */
.premium-services-section {
	padding: 40px 0 90px;
	text-align: center;
	background: linear-gradient(135deg, hsl(0deg 0% 100% / 99%) 0%, /* from color */ hsl(0deg 0% 100% / 97%) 100% /* to color */), url(../images/services-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.section-header {
	margin-bottom: 70px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.highlight-text-yellow {
	color: hsl(45 90% 60%);
}
.section-header p {
	max-width: 48rem;
	margin: 0 auto;
}
.services-row {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
	margin-bottom: 4rem;
}
.service-card {
	background-color: hsl(0deg 0% 100% / 50%);
	padding: 30px;
	border-radius: 0.75rem;
	transition: box-shadow 0.3s;
	text-align: center;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	transition: all .3s;
}
.large-card:hover, .stat-card:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
	transform: translate(0, -0.5rem) rotate(0deg) skewX(0deg) skewY(0deg) scaleX(1) scaleY(1);
	transition: all .3s;
}
.icon-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: linear-gradient( 135deg, hsl(45 90% 60%) 0%,       /* from color */ hsl(45 90% 60% / 0.8) 100% /* to color with 0.8 opacity */
 );
	border: 1px solid #ffc93c;
	margin: 0 auto 25px;
}
.icon-circle svg {
	color: hsl(220 20% 10%);
	width: 2rem;
	height: 2rem;
}
.icon-svg {
	width: 35px;
	height: 35px;
	stroke: #444;
}
.large-card p {
	font-size: 16px;
	line-height: 1.5;
	padding: 0;
	margin-bottom: 0;
}
.services-feature-cards {
	margin: 0;
	padding: 0;
	border-top: 0;
}
.small-card {
	display: flex;
	align-items: center;
	text-align: left;
	box-shadow: none;
	padding: 1.5rem;
	background-color: hsl(0deg 0% 100% / 30%);
}
.small-icon-circle {
	width: 3rem;
	height: 3rem;
	min-width: 45px;
	margin: 0 20px 0 0;
	background: hsl(45deg 90% 60% / 10%);
	border: 0;
}
.small-icon-circle svg {
	color: hsl(45 90% 60%);
	width: 1.5rem;
	height: 1.5rem;
}
.small-card-text h4 {
	font-size: 16px;
	font-weight: 600;
	color: hsl(220 15% 20%);
	margin-bottom: 0.25rem;
	font-family: Playfair Display, serif;
	margin-top: 0;
}
.small-card-text p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.rounded-full {
	border: 2px solid hsl(45 90% 60%);
	border-radius: 9999px;
	width: 1.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
}
.animate-pulse {
	background: hsl(45 90% 60%);
	border-radius: 9999px;
	width: 0.25rem;
	height: 0.75rem;
	margin-top: 0.5rem;
}
/* Pulse animation keyframes */
@keyframes pulse {
 0%, 100% {
 opacity: 1;
}
 50% {
 opacity: 0.5;
}
}
/* Class par apply karna */
.animate-pulse {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.luxury-fleet-section {
	padding: 50px 0 70px;
}
.fleet-main-heading {
	text-align: center;
	font-size: 2.5em;
	color: #333;
	margin-bottom: 40px;
}
.fleet-hero-banner {
	position: relative;
	height: 30rem;
	margin-bottom: 40px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	background: linear-gradient( 180deg, transparent 0%, hsl(220 20% 10% / 0.6) 100%  /* bottom luxury-black with 0.6 opacity */
 ), url('../images/fleet-cars.jpg');  /* background image */
	background-size: cover;      /* image covers the element */
	background-position: center; /* image centered */
	background-repeat: no-repeat;
 =
}
.banner-content {
	position: absolute;
	bottom: 30px;
	left: 33px;
}
.banner-title {
	font-weight: 700;
	color: #fff;
	margin: 0;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-family: Playfair Display, serif;
}
.banner-subtitle {
	font-size: 1em;
	color: #fff;
	margin: 5px 0 0 0;
	opacity: 0.9;
}
.vehicle-card-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	padding: 20px 0;
}
.vehicle-card {
	background-color: #fff;
	border-radius: 0.75rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	transition: all .3s;
	overflow: hidden;
}
.vehicle-icon-placeholder {
	height: 220px;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient( 135deg,                      /* gradient angle */ hsl(220 10% 95%) 0%,         /* from color (full opacity) */ hsl(220 10% 95% / 0.5) 100% /* to color with 50% opacity */
 );
}
.vehicle-icon-placeholder img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.vehicle-card a.btn.btn-primary {
	display: block;
	text-align: center;
	margin-top: 26px;
	font-size: .875rem;
	line-height: 0.4rem;
	font-weight: 500;
	/* height: auto; */
	height: 2.5rem;
	box-shadow: none;
}
.vehicle-title {
	margin: 0 0 0.75rem;
}
.vehicle-description {
	margin: 0;
	font-size: 16px;
	margin-bottom: 1.5rem;
}
.vehicle-specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 15px;
	padding: 0;
}
.vehicle-detail-area > h6 {
	color: hsl(220 15% 20%);
	font-weight: 600;
	margin-bottom: 0.75rem;
	font-family: Playfair Display, serif;
	font-size: 16px;
	margin-top: 0;
}
.spec-item {
	display: flex;
	align-items: center;
	color: #555;
}
.spec-icon {
	font-size: 1.2em;
	margin-right: 8px;
}
.spec-text {
	color: hsl(220 10% 50%);
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.features-label {
	font-weight: bold;
	color: #555;
	margin: 0 0 10px 0;
	font-size: 0.9em;
}
.vehicle-features-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}
.feature-tag {
	background-color: hsl(45deg 90% 60% / 10%);
	color: hsl(45 90% 60%);
	font-weight: 500;
	white-space: nowrap;
	font-size: 0.75rem;
	line-height: 1rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	border-radius: 9999px;
}
.luxury-sedan-card .vehicle-features-bar {
	margin-top: auto;
	gap: 0.5rem;
}
.vehicle-detail-area {
	padding: 7px 1.5rem 1.5rem;
}
.vehicle-card:hover {
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	transform: translateY(-0.25rem);
}
.vehicle-card svg {
	width: 1rem;
	height: 1rem;
}
section.luxury-fleet-section {
	background: linear-gradient(135deg, hsl(0deg 0% 100%) 0%, hsl(0deg 0% 100% / 98%) 100%), url(../images/fleet-bg.jpg);
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
}
.about-limo-section {
	background: linear-gradient(135deg, hsl(0deg 0% 100%) 0%, hsl(0deg 0% 100% / 98%) 100%), url(../images/about-bg.jpg);
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
	padding: 88px 0 70px;
	background: linear-gradient(135deg, hsl(0deg 0% 0% / 72%) 0%, hsl(0deg 0% 0% / 52%) 100%), url(../images/about-bg.jpg);
}
.content-container {
	display: grid;
	gap: 4rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: flex-start;
}
.about-text-content {
	flex: 1.5;
	line-height: 1.8;
	color: #4a4a4a;
}
.highlight {
	color: #ffc107;
}
.about-text-content p {
	margin-bottom: 15px;
	font-size: 18px;
}
.stats-grid {
	flex: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.stat-card {
	background-color: hsl(0deg 0% 100% / 50%);
	padding: 20px;
	border-radius: .75rem;
	text-align: center;
	transition: transform 0.3s;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.stat-number {
	font-weight: 700;
	color: hsl(45 90% 60%);
	margin-bottom: 5px;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-family: Playfair Display, serif;
}
.stat-label {
	font-size: 16px;
	font-weight: 600;
	color: hsl(220 15% 20%);
	margin-bottom: .25rem;
}
.stat-subtext {
	color: hsl(220 10% 50%);
	font-size: .875rem;
	line-height: 1.25rem;
}
.stat-card .icon-circle {
	margin-bottom: 12px;
}
.bold-text {
	font-weight: 600;
}
.contact-and-quote-section .section-title {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 2rem;
	margin-top: 0;
}
/* --- Main Container Layout --- */
.contact-wrapper {
	display: grid;
	border-radius: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4rem;
	align-items: flex-start;
}
/* --- Contact Information Column (Left) --- */


.info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 30px;
}
.contact-icon-wrapper {
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	min-width: 45px;
	margin: 0 20px 0 0;
	background: hsl(45deg 90% 60% / 10%);
	border: 0;
	transition: all .3s;
}
.contact-icon {
	stroke: hsl(45 90% 60%);
	width: 1.5rem;
	height: 1.5rem;
}
.contact-and-quote-section {
	background-image: linear-gradient(135deg, hsl(0deg 0% 100%), hsl(0deg 0% 100% / 98%)), url(../images/contact-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0 80px;
}
.info-label {
	color: hsl(220 15% 20%);
	margin-bottom: 7px;
	font-weight: 600;
	font-family: Playfair Display, serif;
	font-size: 16px;
}
.info-value {
	display: block;
	text-decoration: none;
	color: hsl(45 90% 60%);
	font-weight: 500;
	margin-bottom: .25rem;
	font-size: 15px;
}
a.info-value:hover {
	text-decoration: underline;
}
.info-note {
	color: hsl(220 10% 50%);
	margin-top: 5px;
	font-size: .875rem;
	line-height: 1.25rem;
}
.why-choose-section {
	padding: 2rem;
	background: hsl(45deg 90% 60% / 10%);
	border-radius: 1rem;
}
.why-choose-title {
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.why-choose-list {
	list-style: none;
	padding-left: 0;
}
ul.why-choose-list {
	margin-bottom: 0;
}
.why-choose-list li {
	font-size: 0.95rem;
	margin-bottom: 8px;
	color: hsl(220 10% 50%);
	display: flex;
	align-items: center;
}
.why-choose-list li:last-child {
	margin-bottom: 0;
}
.bullet-point {
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.bullet-svg {
	fill: hsl(45 90% 60%);
}
/* --- Request a Quote Column (Right/Form) --- */
.quote-form-column {
	padding: 2rem;
	background-color: #fff;
	border-radius: .75rem;
	webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.quote-form {
	display: flex;
	flex-direction: column;
	gap: 23px;
}
.form-group {
	display: flex;
	flex-direction: column;
}
.form-row {
	display: flex;
	gap: 20px;
}
.submit-btn {
	font-size: .875rem;
	line-height: 1rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
	height: 2.5rem;
	box-shadow: none;
	color: hsl(220 20% 10%);
	border: 1px solid #ffc93c;
	background: hsl(45 90% 60%);
	text-decoration: none;
	font-weight: 600;
	border-radius: 0.75rem;
	display: inline-block;
	cursor: pointer;
}
.submit-btn:hover {
	background-color: hsl(45deg 90% 60% / 90%);
}
.form-row .form-group {
	flex: 1;
}
label {
	font-weight: 500;
	color: hsl(220 15% 20%);
	font-size: .875rem;
	line-height: 1.25rem;
	margin-bottom: .5rem;
}
/* Input/Field Base Styles */
input, select, textarea {
	border: 1px solid hsl(220 10% 95%);
	border-radius: 4px;
	width: 100%;
	color: #333;
	font-size: .875rem;
	line-height: 1.25rem;
	background: hsl(0 0% 100%);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: .75rem;
	padding-right: .75rem;
}
input:focus, select:focus, textarea:focus {
	outline: none;
	border-color: #ffc107;
	box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.5);
}
 input::placeholder, textarea::placeholder {
 color: #6c757d;
}
/* Select Arrow */
select {
	appearance: none;
	background-image: url('data:image/svg+xml;charset=UTF8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%236c757d" d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px;
}
textarea {
	resize: vertical;
	min-height: 80px;
}
.input-with-icon {
	position: relative;
}
/* --- Input Icons Styling --- */
.input-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}
.three-dot-icon {
	right: 10px;
	width: 20px;
	height: 20px;
	padding: 2px;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 4px;
	fill: #6c757d;
}
.phone-input-icon, .calendar-icon, .time-input-icon {
	right: 10px;
}
.calendar-icon, .time-input-icon {
	stroke: #6c757d;
	fill: none;
}
/* --- Submit Button --- */
.send-request-btn {
	background-color: #ffc107;
	color: #333;
	border: none;
	padding: 12px 25px;
	font-size: 1.1rem;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s;
	margin-top: 10px;
}
.send-request-btn:hover {
	background-color: #ffda6a;
}
/* Adjustments for Date and Time field widths */
.datetime-fields .date-group {
	flex: 3;
}
.datetime-fields .time-group {
	flex: 2;
}
/* --- PICKER STYLING --- */

/* Base Dropdown Styling */
.picker-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	margin-top: 5px;
	padding: 10px;
	font-size: 1rem;
	color: #333;
	display: none; /* Initially hidden */
}
.picker-dropdown.active {
	display: block;
}
/* --- 1. Date Picker Styling --- */
.date-picker-dropdown {
	width: 280px;
}
.date-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.month-year-display {
	font-weight: 600;
	font-size: 1.1rem;
	cursor: pointer;
}
/* Up/Down Arrows (Screenshot style) */
.nav-arrow {
	width: 24px;
	height: 24px;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color 0.1s;
	stroke: #333;
	fill: none;
	padding: 3px;
	border: 1px solid #ced4da; /* Added border to match screenshot's arrows */
}
.nav-arrow:hover {
	background-color: #f0f0f0;
}
.date-header .nav-arrow {
	/* For screenshot style, using up/down arrows instead of chevron left/right */
    /* Adjusting to match the look: up arrow (prev month), down arrow (next month) */
	stroke-width: 3; /* Thicker stroke */
	border: none;
	padding: 0;
}
.prev-month {
	/* Up arrow icon */
	transform: rotate(90deg); /* Chevrons are 90deg from what they should be */
}
.next-month {
	/* Down arrow icon */
	transform: rotate(-90deg);
}
.date-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
	margin-top: 10px;
}
.day-name {
	font-size: 0.8rem;
	color: #6c757d;
	font-weight: 600;
	padding: 5px 0;
}
.date-cell {
	padding: 8px 0;
	cursor: pointer;
	border-radius: 4px; /* Changed to square border for better match */
	transition: background-color 0.1s;
	font-weight: 500;
	margin: 1px;
}
.date-cell.outside-month {
	color: #ced4da;
	cursor: default;
}
.date-cell:not(.outside-month):hover {
	background-color: #f5f5f5;
}
.date-cell.selected {
	background-color: #007bff; /* Bright blue for selected date (30) */
	color: #fff;
	font-weight: 700;
}
.date-footer {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #eee;
}
.footer-btn {
	font-size: 0.9rem;
	cursor: pointer;
	color: #007bff; /* Blue for Today */
	font-weight: 600;
	text-decoration: none;
}
.footer-btn.clear-btn {
	color: #333; /* Darker color for Clear */
}
/* --- 2. Time Picker Styling --- */
.time-picker-dropdown {
	width: 200px;
	max-height: 250px;
	overflow: hidden;
}
.time-picker-columns {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}
.time-column {
	overflow-y: scroll;
	height: 230px;
	scrollbar-width: none;
	-ms-overflow-style: none;
	text-align: center;
	line-height: 1.5;
	flex-basis: 30%;
}
.time-column::-webkit-scrollbar {
 display: none;
}
.minutes-column {
	border-right: 1px solid #f0f0f0;
	padding-right: 5px;
}
.ampm-column {
	flex-basis: 40%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.time-option {
	padding: 5px 0;
	cursor: pointer;
	transition: background-color 0.1s;
	font-weight: 500;
	user-select: none;
	width: 100%;
	margin-bottom: 2px;
}
.time-option.selected {
	background-color: #007bff; /* Bright blue for selected time (07, 15, PM) */
	color: #fff;
	border-radius: 4px;
	font-weight: 700;
}
/* Light blue background for highlighted minute (as per screenshot) */
.time-option.highlighted {
	background-color: #cce5ff;
	color: #333;
	border-radius: 4px;
	font-weight: 500;
}
/* AM/PM Button Styling */
.ampm-toggle-btn {
	width: 100%;
	padding: 10px 0;
	cursor: pointer;
	font-size: 0.9rem;
	border-radius: 4px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
	transition: background-color 0.1s;
	user-select: none;
}
.ampm-toggle-btn.selected {
	background-color: #007bff; /* Bright blue for PM/AM toggle */
	color: #fff;
}
.ampm-toggle-btn:hover:not(.selected) {
	background-color: #f0f0f0;
}
.contact-and-quote-section .info-card {
	background-color: hsl(0deg 0% 100% / 30%);
	padding: 20px;
	border-radius: .75rem;
	transition: transform 0.3s;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	transition: all .3s;
}
.info-card:hover {
	transition: all .3s;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.info-card:hover .contact-icon-wrapper {
	transition: all .3s;
	transform: translate(0, 0)   /* translateX, translateY */
 rotate(0deg)      /* rotate */
 skew(0deg, 0deg)  /* skewX, skewY */
 scale(1.1, 1.1);  /* scaleX, scaleY */
}
.site-footer {
	background-color: hsl(220 20% 10%);
	color: hsl(0 0% 100%);
	padding: 60px 0 0;
}
.footer-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.footer-column {
	flex-grow: 1;
	min-width: 150px;
}
.branding-column {
	flex-basis: 23%;
	/* max-width: 300px; */
	padding-right: 90px;
}
.footer-logo {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
.logo-L {
	background-color: var(--accent-color);
	color: var(--dark-background);
	padding: 2px 8px;
	border-radius: 4px;
	margin-right: 5px;
}
.logo-text {
	color: #fff;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-family: Playfair Display, serif;
}
.company-description {
	line-height: 1.625;
	margin-top: 0;
	font-size: 16px;
	color: rgb(156 163 175);
	margin-bottom: 1.5rem;
}
.column-title {
	color: hsl(45 90% 60%);
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	font-family: Playfair Display, serif;
}
.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-links li {
	margin-bottom: 12px;
}
.footer-links a {
	color: rgb(156 163 175);
	text-decoration: none;
	transition: color 0.3s;
	font-size: 16px;
}
.footer-links a:hover, .contact-column .contact-info a:hover {
	color: hsl(45 90% 60%);
}
.contact-column .contact-info, .contact-column .contact-info a {
	margin-bottom: 15px;
	color: rgb(156 163 175);
	font-size: 16px;
	text-decoration: none;
}
.footer-column.contact-column p {
	margin: 0;
}
.contact-label {
	color: hsl(45 90% 60%);
	display: block;
	font-weight: 600;
	margin-bottom: .25rem;
	font-size: 16px;
}
.social-links {
	margin-top: 25px;
	display: flex;
	gap: 15px;
}
.social-links a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	font-size: 16px;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	background: hsl(45deg 90% 60% / 10%);
	color: #fff;
}
.social-links a svg {
	width: 1.25rem;
	height: 1.25rem;
	display: block;
}
.social-links a:hover {
	background: hsl(45 90% 60%);
	color: hsl(220 20% 10%);
}
.footer-bottom {
	border-top: 1px solid #2a2c30;
	padding: 20px 0;
	margin-top: 33px;
}
.bottom-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copyright {
	margin: 0;
	font-size: 16px;
	color: rgb(156 163 175);
}
.policy-links a {
	color: rgb(156 163 175);
	text-decoration: none;
	font-size: 14px;
	margin-left: 20px;
	transition: color 0.3s;
}
.policy-links a:hover {
	color: var(--accent-color);
}
span.logo-L {
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.25rem;
}
.nav-links ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
}
.about-limo-section h2.section-title, .about-limo-section .about-text-content p {
	color: #fff;
}
.about-limo-section .stat-card {
	background-color: hsl(0deg 0% 100%);
}
.single-hero-banner {
	background-size: cover !important;
	background-position: center !important;
	height: 660px;
	min-height: auto;
	position: relative;
}
.banner-layer {
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.our-story-section {
	padding: 80px 0;
}
.welcome-text {
	margin-bottom: 0;
	font-weight: 500;
	color: hsl(45 90% 60%);
	letter-spacing: .05em;
	text-transform: uppercase;
	font-size: .875rem;
	line-height: 1.25rem;
}
.section-title h2 {
	margin-top: 20px;
}
.story-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 50px;
}
.founder-image {
	flex: 1;
	min-width: 300px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.founder-image img {
	width: 100%;
	display: block;
	transition: transform 0.5s ease;
	height: 500px;
	object-fit: cover;
	object-position: center top;
}
.founder-image:hover img {
	transform: scale(1.03);
}
.story-text {
	flex: 1;
	min-width: 300px;
}
.story-text p {
	font-size: 18px;
	line-height: 149%;
}
.highlight {
	color: #8a6d3b;
	font-weight: 600;
}
.our-story-section.gray-section {
	background: hsl(0 0% 98%);
	position: relative;
	overflow: hidden;
}
.bg-element-1 {
	position: absolute;
	top: -50px;
	right: -50px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(138, 109, 59, 0.05) 0%, rgba(138, 109, 59, 0.1) 100%);
	z-index: 0;
}
.bg-element-2 {
	position: absolute;
	bottom: -80px;
	left: -80px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(138, 109, 59, 0.05) 0%, rgba(138, 109, 59, 0.1) 100%);
	z-index: 0;
}
.bg-element-3 {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	width: 100px;
	height: 100px;
	border: 1px solid rgba(138, 109, 59, 0.1);
	border-radius: 50%;
	z-index: 0;
}
.bg-element-4 {
	position: absolute;
	bottom: 20%;
	right: 15%;
	width: 60px;
	height: 60px;
	border: 1px solid rgba(138, 109, 59, 0.1);
	border-radius: 50%;
	z-index: 0;
}
.our-story-section.booking-section {
	background: linear-gradient(135deg, hsl(0deg 0% 100% / 99%) 0%, /* from color */ hsl(0deg 0% 100% / 97%) 100% /* to color */), url(../images/services-bg.jpg);
}
.booking-section .founder-image img {
	object-fit: contain;
}
.founder-image {
	box-shadow: none;
}
.about-limo {
	padding: 40px 0 20px;
}
.about-limo .section-header p {
	max-width: 100%;
	margin-bottom: 22px;
	font-size: 16px;
}
.about-limo .section-header {
	max-width: 950px;
}
.active-locations {
	background-image: url(../images/map-bg-image.webp);
	padding: 40px 20px 90px;
	background-color: rgba(0, 0, 0, 0.8);
}
.active-locations h2 {
	color: #fff;
}
.locations-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	max-width: 64rem;
	margin: 0 auto;
}
.location-btn {
	background-color: #ccc;
	color: hsl(220 20% 10%);
	padding: 10px 20px;
	border-radius: 30px;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	transition: background-color 0.3s;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	display: inline-block;
	font-size: .875rem;
	line-height: 1.25rem;
}
.location-btn:hover {
	background-color: #f5c73d;
}
p.large-text {
	font-size: 1.875rem;
	line-height: 2.25rem;
	color: hsl(220 15% 20%);
	font-style: italic;
	font-family: Playfair Display, Georgia, serif;
	margin-bottom: 2rem;
}
.book-ride {
	text-align: center;
	padding: 40px 0 80px;
}
.book-ride .section-header {
	margin-bottom: 30px;
}
.single-hero-banner .hero-content {
	max-width: 1000px;
	position: relative;
	z-index: 99;
}
.transport-services-section .services-wrapper {
	display: grid;
	flex-wrap: wrap;
	gap: 2rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.transport-services-section .service-item {
	flex: 1 1 calc(32.333% - 20px);
	background-color: #fff;
	border-radius: .75rem;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid rgb(243 244 246);
}
.transport-services-section .service-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
	border: 1px solid #f5c73d;
}
.transport-services-section .item-image-area {
	position: relative;
	height: 14rem;
}
.transport-services-section .item-image-area img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.transport-services-section .item-image-area.faded-bg {
	background-color: #aaaaaa;
	background-blend-mode: saturation;
}
.transport-services-section .item-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #f5c73d;
	color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	padding: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.transport-services-section .item-content-box {
	padding: 1.5rem;
	min-height: 170px;
	display: flex;
	flex-direction: column;
}
.transport-services-section .item-content-box h4 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family: "Playfair Display", serif;
	color: hsl(220 15% 20%);
}
.transport-services-section .item-content-box p {
	font-size: 15px;
	line-height: 1.625;
	font-weight: 500;
	margin-bottom: .5rem;
	color: hsl(220 15% 20%);
}
.transport-services-section .item-content-box p.item-description {
	font-size: .875rem;
	color: hsl(220 10% 50%);
	line-height: 1.625;
	margin-top: 0;
	font-weight: 400;
}
.transport-services-section .item-link, .blog-posts .read-more {
	display: inline-block;
	color: rgb(245 199 61);
	text-decoration: none;
	font-weight: 700;
	padding-top: 10px;
	font-size: 16px;
}
.transport-services-section a.item-link:after, .blog-posts .read-more:after {
	content: "→";
	margin-left: 10px;
	transition-duration: .3s;
}
.transport-services-section .item-link:hover:after {
}
.transport-services-section .service-item:hover .item-link:after, .blog-posts .featured-post-wrapper:hover .read-more:after, .post-card:hover .read-more:after {
	margin-left: 15px;
	transition-duration: .3s;
}
section.transport-services-section {
	background: linear-gradient(135deg, hsl(0deg 0% 100% / 99%) 0%, /* from color */ hsl(0deg 0% 100% / 97%) 100% /* to color */), url(../images/services-bg.jpg);
	padding: 40px 0 110px;
}
section.transport-services-section .container {
	position: relative;
	z-index: 99;
}
.features-section-wrapper {
	display: flex;
	gap: 30px;
	justify-content: center;
}
.features-section .feature-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 350px;
	padding: 38px 30px;
	background: #fff;
	;
	border-radius: 8px;
	color: white;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	transition-duration: .3s;
}
.features-section .feature-card:hover {
	transform: scale(1.05);
}
.features-section .icon-container {
	margin-bottom: 6px;
}
.features-section .icon {
	font-size: 48px;
	color: white;
	line-height: 1;
}
.features-section .title {
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0;
}
.features-section .subtitle {
	font-size: 16px;
	font-weight: 300;
	color: hsl(220 15% 20%);
	margin-top: 10px;
}
.features-section {
	background: #f5c73d;
	padding: 100px 0;
}
.features-section svg {
	stroke: #f5c73d;
	width: 46px;
	height: 46px;
}
.services-single-content h3, .simple-content-section h3 {
	font-size: 30px;
	margin: 30px 0 30px;
}
.services-single-content, .services-single-content p, .simple-content-section p, .simple-content-section {
	font-size: 18px;
	line-height: 160%;
	color: hsl(220 10% 50%);
}
p a {
	color: #f5c73d;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
section.services-single-content {
	padding: 50px 0px 70px;
}
section.services-single-content {
	background: linear-gradient(135deg, hsl(0deg 0% 100% / 99%) 0%, /* from color */ hsl(0deg 0% 100% / 97%) 100% /* to color */), url(../images/services-bg.jpg);
}
.services-single-content ul li {
	margin: 0 0 7px;
}
section.services-fleet-section {
	background: hsl(0 0% 98%);
	padding: 50px 0 110px;
	position: relative;
	overflow: hidden;
}
/* Filter Menu Styling */
.services-fleet-section .fleet-filter-menu {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	gap: 10px;
	flex-wrap: wrap;
}
.services-fleet-section .fleet-filter-btn {
	background-color: white;
	color: hsl(222 20% 15%);
	border: 1px solid hsl(214 20% 88%);
	padding: .5rem 1rem;
	cursor: pointer;
	border-radius: .75rem;
	font-weight: 500;
	transition: background-color 0.3s, border-color 0.3s;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 1.25rem;
	font-size: 14px;
	font-family: "Inter", sans-serif;
}
.services-fleet-section .fleet-filter-btn:hover {
	border-color: #f5c73d;
}
.services-fleet-section .fleet-filter-btn.active {
	background-color: #f5c73d;
	color: white;
	border-color: #f5c73d;
}
/* Car Grid and Card Styling */
.services-fleet-section .fleet-car-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}
.services-fleet-section .fleet-car-card {
	background-color: #fff;
	border-radius: .75rem;
	overflow: hidden;
	transition: transform 0.3s, opacity 0.4s;
	border: 1px solid hsl(214 20% 88%);
}
.fleet-section {
	max-width: 75rem;
	margin: 0 auto;
}
.services-fleet-section .container {
	position: relative;
	z-index: 99;
}
span.feature-item.eco-friendly svg {
	stroke: #28a745;
}
.services-fleet-section .fleet-car-card:hover {
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}
.services-fleet-section .fleet-car-card.hidden {
	display: none;
}
.services-fleet-section .car-image {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.services-fleet-section .card-content {
	padding: 20px;
}
.services-fleet-section .card-content h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.5rem;
	line-height: 2rem;
}
.services-fleet-section .car-description {
	margin-bottom: 15px;
	min-height: 40px;
	letter-spacing: .025em;
	font-size: .875rem;
	line-height: 1.25rem;
	text-transform: uppercase;
}
.services-fleet-section .features {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 22px;
}
.services-fleet-section .feature-item i {
	color: #ffc107;
	margin-right: 3px;
}
.services-fleet-section .eco-friendly {
	color: #28a745;
}
.services-fleet-section .see-more-btn {
	background-color: white;
	color: hsl(220 20% 10%);
	border: 1px solid hsl(214 20% 88%);
	padding: .5rem 25px;
	border-radius: .75rem;
	cursor: pointer;
	width: 100%;
	transition: background-color 0.3s, color 0.3s;
	font-weight: 500;
	font-size: .875rem;
	line-height: 1.25rem;
	font-family: "Inter", sans-serif;
	display: block;
	text-align: center;
	text-decoration: none;
}
.services-fleet-section .fleet-car-card:hover .see-more-btn {
	color: white;
	background-color: hsl(45deg 90% 60% / 90%);
	border-color: #f5cc50;
}
span.feature-item svg {
	width: 1.25rem;
	height: 1.25rem;
	position: relative;
	top: 4px;
}
span.feature-item {
	font-weight: 500;
	font-size: 14px;
}
.services-fleet-section .fleet-car-card img {
	transition-duration: .3s;
	aspect-ratio: 16 / 9;

}

.admin-bar .services-fleet-section .fleet-car-card img {
	
	height: 100%;
    width: 100%;
}

.services-fleet-section .fleet-car-card:hover img {
	transform: scale(1.1);
}
.single-hero-banner span.feature-item.eco-friendly svg {
	stroke: #fff;
}
.single-hero-banner .features {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-top: 40px;
}
.single-hero-banner span.feature-item {
	border: 1px solid hsl(0 0% 90%);
	border-radius: 100px;
	padding: 2px 24px;
}
.summy-fleet-section .founder-image img {
	height: 400px;
	object-position: center;
}
.summy-fleet-section .founder-image {
	border-radius: 1.5rem;
}
.summy-fleet-section .story-text p {
	max-width: 36rem;
}
.summy-fleet-section .story-content:nth-child(even) {
	margin: 60px 0 0;
}
.contact-section {
	padding: 40px 0 90px;
	position: relative;
	overflow: hidden;
}
.contact-form {
	background-color: hsl(0 0% 98%);
	padding: 23px 50px 50px;
	border-radius: .5rem;
	width: 100%;
	box-sizing: border-box;
	max-width: 52rem;
	border: 1px solid hsl(0 0% 90%);
	margin: 0 auto;
}
.contact-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.name-fields {
	display: flex;
	gap: 1.5rem;
}
.input-group {
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 22px;
}
.full-width {
	flex: initial;
}
label {
	margin-bottom: 5px;
	font-size: 14px;
	color: #333;
}
input[type="text"], input[type="email"], textarea {
	padding: .5rem .75rem;
	border: 1px solid hsl(0 0% 90%);
	border-radius: 4px;
	box-sizing: border-box;
	transition: border-color 0.3s;
	font-size: .875rem;
	line-height: 1.25rem;
	background: hsl(0 0% 100%);
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #f5c73d;
	outline: none;
}
textarea {
	resize: vertical;
	min-height: 150px;
}
.submit-button {
	background-color: #f5c73d;
	color: hsl(220 20% 10%);
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 17px;
	font-weight: bold;
	transition: background-color 0.3s;
	display: block;
	width: 100%;
	margin-top: 20px;
}
.submit-button:hover {
	background-color: hsl(45deg 90% 60% / 90%);
}
.available-services {
	background-color: #f7f7f7;
	padding: 40px 0 90px;
}
.available-services .flex-wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}
.available-services .contact-card {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	width: 250px;
	box-sizing: border-box;
}
.available-services .icon-container {
	width: 60px;
	height: 60px;
	background-color: #fcf6e7;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px auto;
	border: 1px solid #f9e2b2;
}
.available-services .icon-container svg {
	width: 30px;
	height: 30px;
	color: #f5c73d;
	stroke: #f5c73d;
}
.available-services .title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 0 0 5px 0;
}
.available-services .detail, .available-services .detail p  {
	  font-size: 14px;
    margin: 0;
    line-height: 1.4;
    color: #888;
}
.available-services .detail.small-text {
	font-size: 14px;
	color: #888;
}
.available-services .detail p a {
    font-size: 15px;
}
.faq-content {
	width: 100%;
	padding: 60px 0 90px;
	background: linear-gradient(135deg, hsl(0deg 0% 100% / 99%) 0%, /* from color */ hsl(0deg 0% 100% / 97%) 100% /* to color */), url(../images/services-bg.jpg);
}
.contact-form .input-group p {
    margin: 0;
}
.contact-form textarea {
    height: 150px;
}
.submit-btn-wrap p {
    margin: 0;
}
.submit-btn-wrap span.wpcf7-spinner {
   
    position: absolute;
    top: 10px;
    right: 0;
}
.submit-btn-wrap {
    position: relative;
}
.chapter {
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.chapter h2 {
	color: hsl(220 15% 20%);
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f5c73d;
	font-size: 28px;
}
.question {
	margin-bottom: 25px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	border-left: 4px solid #f5c73d;
}
.question-header {
	padding: 18px 25px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background-color 0.3s;
	background-color: #fff;
}
.question-header:hover {
	background-color: #eeeeee;
}
.question-header h3 {
	font-size: 18px;
	font-weight: 600;
	color: hsl(220 15% 20%);
	margin: 0;
	font-family: "Inter", sans-serif;
}
.toggle-icon {
	color: #f5c73d;
	font-weight: bold;
	font-size: 22px;
	transition: transform 0.3s;
}
.question.active .toggle-icon {
	transform: rotate(180deg);
}
.answer {
	padding: 11px 25px;
	display: none;
	background-color: var(--white);
	border-top: 1px solid #eee;
}
.answer.active {
	display: block;
	animation: fadeIn 0.3s ease-in;
}
 @keyframes fadeIn {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
.conclusion {
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
	margin-top: 50px;
	text-align: center;
}
.conclusion h2 {
	color: var(--orange);
	margin-bottom: 20px;
	font-size: 28px;
}
.conclusion p {
	font-size: 18px;
	line-height: 1.7;
}
.faq-content p {
	font-size: 18px;
	line-height: 151%;
}

.faq-content .container {
	max-width: 1100px;
}
section.simple-content-section {
	padding: 40px 0 60px;
	background: linear-gradient(135deg, hsl(0deg 0% 100% / 99%) 0%, /* from color */ hsl(0deg 0% 100% / 97%) 100% /* to color */), url(../images/services-bg.jpg);
}
/*.simple-content-section h3 {
    font-family: "Inter", sans-serif;
}*/



.blog-posts {
	padding: 80px 0 80px;
}
.blog-posts .featured-post-wrapper {
	display: grid;
	background-color: white;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	grid-template-columns: repeat(2, minmax(0px, 1fr));
	align-items: center;
	border: 1px solid hsl(220 13% 91%);
	border-radius: .5rem;
	overflow: hidden;
}
.blog-posts .featured-image-wrapper {
	position: relative;
	height: 400px;
	overflow: hidden;
}
.blog-posts .featured-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition-duration: .3s;
}
.blog-posts .featured-content {
	padding: 3rem;
}
.blog-posts .tag {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #f5c73d;
	color: #333;
	padding: .125rem .625rem;
	border-radius: 100px;
	font-weight: 600;
	font-size: .75rem;
	line-height: 1rem;
	z-index: 9;
}
.blog-posts .category, .single-hero-banner .category {
	color: hsl(220 15% 20%);
	margin-bottom: 5px;
	font-weight: 600;
	font-size: .75rem;
	line-height: 1rem;
	padding: .125rem .625rem;
	background: hsl(0 0% 96%);
	width: auto;
	border-radius: 100px;
	display: inline !important;
}
.blog-posts .featured-content h2 {
	margin: 10px 0 15px 0;
	font-size: 2.25rem;
	line-height: 2.5rem;
	transition-duration: .3s;
}
.blog-posts .date {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.25rem;
	color: hsl(220 15% 20%);
}
.date svg {
	width: 1rem;
	height: 1rem;
	position: relative;
	top: 2px;
	margin-right: 4px;
}
/*.blog-posts .read-more {
    color: #212529;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}*/

.blog-posts .smaller-posts-wrapper {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.blog-posts .post-card {
	flex: 1;
	background-color: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	;
	border: 1px solid hsl(220 13% 91%);
	border-radius: .5rem;
	overflow: hidden;
	transition-duration: .3s;
}
.post-card:hover {
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.featured-image:after {
	content: "";
	background-image: linear-gradient(to top, hsl(0deg 0% 100% / 69%), transparent);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	transition-duration: .3s;
}
.post-card:hover .featured-image:after {
	opacity: 1;
}
.blog-posts .post-card .post-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}
.blog-posts .post-card .post-content {
	padding: 20px;
}
.blog-posts .post-card h3 {
	font-size: 20px;
	margin: 10px 0 15px 0;
	line-height: 1.4;
}
.blog-posts .post-card-left {
	border: 1px solid #e9ecef;
}
.blog-posts .read-more {
	padding-top: 0;
	font-weight: 400;
}
.blog-posts .sub-category {
	margin-top: 0;
}
.blog-posts .featured-post-wrapper:hover .featured-image-wrapper img, .post-card:hover > img {
	transform: scale(1.1);
}
.blog-posts .featured-post-wrapper:hover h2, .post-card:hover h3 {
	color: #f5c73d;
}
.featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.featured-image {
	height: 280px;
	position: relative;
}
.available-services.blog-bottom-content .contact-card {
	width: auto;
}
.follow-blog {
	padding: 3rem;
	color: hsl(220 26% 14%);
	border: 1px solid hsl(220 13% 91%);
	border-radius: .5rem;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	max-width: 56rem;
	margin: 80px auto 0;
}
.follow-blog h3 {
	font-size: 1.875rem;
	line-height: 2.25rem;
	margin: 0;
	margin-bottom: 1.5rem;
}
.follow-blog li {
	font-size: 16px;
	margin: 0 0 8px;
}
.follow-blog ul {
	margin: 0 0 0 21px;
	padding: 0;
}
.latest-blog {
	background: hsl(0 0% 98%);
	position: relative;
	overflow: hidden;
	padding: 40px 0px 100px;
}
.latest-blog .main-post-section {
	position: relative;
	z-index: 9;
}



.active-locations.cities-page {

    background: linear-gradient(135deg, hsl(0deg 0% 100% / 99%) 0%, /* from color */ hsl(0deg 0% 100% / 97%) 100% /* to color */), url(../images/services-bg.jpg);
}



.active-locations.cities-page h2 {
    color: hsl(220 15% 20%);
}
.cities-page .location-btn {
   background: linear-gradient(135deg, hsl(45, 90%, 60%), /* luxury-gold */ hsl(45, 85%, 70%) /* luxury-gold-light */);
}
.cities-page .location-btn:hover {
   background: linear-gradient(135deg, /* gradient ka angle */ hsl(45, 85%, 70%) 0%, /* --luxury-gold-light */ hsl(45, 90%, 60%) 100% /* --luxury-gold */);
}
.cities-page .locations-grid {
   
    gap: 10px;
}
.simple-content-section img {
    margin: 30px 0 10px;
}




.pagination-wrapper ul.page-numbers {
    margin: 40px 0 0;
    padding: 0;
    display: flex
;
    list-style: none;
    gap: 5px;
    justify-content: center;
}

.pagination-wrapper ul.page-numbers .page-numbers {
   padding: 2px 13px;
    display: inline-block;
    background: #f5c73d;
    text-decoration: none;
    color: hsl(220 20% 10%);
    border-radius: 3px;
    font-size: 14px;
}
.pagination-wrapper ul.page-numbers .current, .pagination-wrapper ul.page-numbers .page-numbers:hover {
    background: hsl(220 15% 20%);
    color: #fff;
}
.page-template-contact .available-services .contact-card {
    width: 26%;
}
/* --- Responsive Styles --- */

@media (max-width: 1050px) {
.page-template-contact .available-services .contact-card {
    width: 33%;
}
}
@media (max-width: 992px) {
.available-services {
	flex-wrap: wrap;
}
.available-services .contact-card, .page-template-contact .available-services .contact-card {
	width: calc(50% - 20px);
	margin-bottom: 0px;
}
.available-services .flex-wrapper {
	flex-wrap: wrap;
}
.hero-content h1 {
	font-size: 60px;
}
.hero-content p {
	font-size: 16px;
}
.services-main-cards {
	flex-wrap: wrap;
	gap: 20px;
	display: flex
}
.large-card {
	flex: 1 1 calc(50% - 10px);
	max-width: unset;
}
.services-feature-cards {
	flex-direction: column;
	align-items: center;
	display: flex;
}
.small-card {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.vehicle-card-container {
	/* Switch to two columns */
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}
.fleet-hero-banner {
	height: 300px; /* Reduce banner height */
}
.banner-title {
	font-size: 1.8em;
}
.banner-subtitle {
	font-size: 0.9em;
}
.content-container {
	flex-direction: column;
}
.about-text-content {
	flex: auto;
}
.stats-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contact-wrapper {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.info-grid {
	display: flex;
	flex-wrap: wrap;
}
.contact-and-quote-section .info-card {
	width: 48.5%;
}
.quote-form-column {
	width: 100%;
}
.bottom-container {
	flex-wrap: wrap;
	justify-content: center;
}
.footer-wrapper {
	flex-wrap: wrap;
}
.footer-column {
	flex-basis: 45%;
	margin-bottom: 30px;
}
.branding-column {
	flex-basis: 100%;
	max-width: none;
}
.transport-services-section .service-item {
	flex: 1 1 calc(50% - 20px);
}
.transport-services-section .services-wrapper {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.features-section .features-section-wrapper {
	flex-direction: column;
	align-items: center;
}
.features-section .feature-card {
	width: 80%;
	max-width: 400px;
}
.services-fleet-section .fleet-car-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.blog-posts .featured-post-container {
	flex-direction: column;
}
.blog-posts .featured-content {
	padding: 20px;
}
.blog-posts .smaller-posts-container {
	flex-direction: column;
}
.blog-posts .smaller-posts-wrapper {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.available-services.blog-bottom-content .contact-card {
	width: 48%;
}
}

@media (min-width: 769px) {
.menu {
	display: none;
}
}

@media (max-width: 768px) {
.menu {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.menu svg {
	width: 1.8rem;
	height: 1.8rem;
	fill: hsl(220 15% 20%);
	color: hsl(220 15% 20%);
}
header svg.lucide.lucide-x {
	display: none;
}
header .menu.active svg.lucide.lucide-menu {
	display: none;
}
header .menu.active svg.lucide.lucide-x {
	display: block;
}
.navbar-container {
	padding: 15px 0%;
}
.book-now-btn-desktop {
	display: none;
}
.menu-icon {
	display: block;
	font-size: 30px;
	cursor: pointer;
	color: #444;
	order: 3;
	margin: 0;
}
.nav-links {
	float: none;
	display: none;
	position: absolute;
	top: 95px;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 6px 27px 24px !important;
	box-shadow: 0px 12px 15px rgb(0 0 0 / 20%);
	background-color: hsl(220 20% 10%);
}
nav.active {
	display: block;
}
.nav-links a {
	display: block;
	margin: 0;
	padding: 13px 3px;
	border-bottom: 1px solid #9b9b9b;
	font-size: 16px;
	color: #fff;
}
.nav-links ul {
	display: block;
}
.book-now-btn-mobile {
	display: block;
	text-align: center;
	background-color: #ffc93c;
	color: #444 !important;
	padding: 12px !important;
	border-radius: 5px;
	margin-top: 20px !important;
	font-weight: bold !important;
}
#menu-toggle:checked + .menu-icon + .nav-links {
	transform: translateX(0);
}
#menu-toggle {
	display: none;
}
.vehicle-card-container {
	grid-template-columns: repeat(1, 1fr);
}
.vehicle-card a.btn.btn-primary {
	width: 100%;
}
.content-container {
	display: flex;
	flex-wrap: wrap;
}
.about-limo-section {
	padding: 38px 0 80px;
}
.contact-and-quote-section .info-card {
	width: 46%;
}
.info-grid {
	gap: 2rem;
}
.story-content {
	flex-direction: column;
	text-align: center;
}
.gray-section .founder-image {
	order: 2;
}
.founder-image img {
	height: auto;
}
.single-hero-banner {
	padding-top: 93px;
	height: 500px;
}
.services-fleet-section .fleet-car-grid {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.services-fleet-section .section-header {
	margin-bottom: 50px;
}
.question-header {
	padding: 15px 20px;
}
.answer {
	padding: 20px;
}
.blog-posts .featured-post-wrapper, .blog-posts .smaller-posts-wrapper {
	grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.featured-image img {
	aspect-ratio: 16 / 9;
}
.featured-image {
	height: auto;
	position: relative;
}
.services-single-content, .services-single-content p, .simple-content-section p, .simple-content-section {
	font-size: 16px;
}
.services-single-content h3, .simple-content-section h3 {
	font-size: 25px;
	margin: 20px 0 20px;
}
.page-template-contact .available-services .contact-card {
    width: calc(100% - 20px);
}
}

@media (max-width: 600px) {
.hero-content h1 {
	font-size: 40px;
}
.hero-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.btn {
	width: 80%;
	margin: 10px 0;
}
.section-header h2 {
	font-size: 32px;
}
.services-row {
	flex-direction: column;
	gap: 20px;
}
.large-card {
	flex: 1 1 100%;
	padding: 25px 15px;
}
.footer-container {
	flex-direction: column;
}
.footer-column {
	flex-basis: 100%;
}
.bottom-container {
	flex-direction: column;
	text-align: center;
}
.copyright {
	margin-bottom: 15px;
}
.policy-links a {
	margin: 0 10px;
}
.hero-section .btn {
	margin: 0 5px 10px;
}
.hero-content {
	max-width: 100%;
	padding: 0;
}
p {
	font-size: 16px;
	line-height: 24px;
}
h2, .headline-2xl {
	font-size: 2.5rem;
}
.contact-and-quote-section .info-card {
	width: 100%;
}
.form-row .form-group {
	flex: none;
	flex-wrap: wrap;
	display: block;
}
.form-row {
	display: block;
	gap: 20px;
}
.quote-form {
	display: block;
}
input, select, textarea {
	margin-bottom: 18px;
}
.input-icon {
	top: 34%;
}
.submit-btn {
	width: 100%;
}
.footer-column {
	margin-bottom: 0;
}
.about-text-content p {
	font-size: 16px;
}
.transport-services-section .service-item {
	flex: 1 1 100%;
}
.transport-services-section .services-wrapper {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.available-services .contact-card {
	width: 100%;
}
.name-fields {
	flex-direction: column;
	gap: 00px;
}

.input-group {
	margin-top: 3px;
}
.contact-form {
	padding: 33px 30px 40px;
}
.available-services.blog-bottom-content .contact-card {
	width: 100%;
}
.follow-blog {
	padding: 2rem;
}
}

@media (max-width: 576px) {
.fleet-main-heading {
	font-size: 2em;
	margin-bottom: 20px;
}
.hero-content p {
	font-size: 16px;
	line-height: 24px;
}
.vehicle-card-container {
	/* Switch to a single column, full-width cards */
	grid-template-columns: 1fr;
	gap: 20px;
}
.fleet-hero-banner {
	height: 250px; /* Further reduce banner height for small screens */
}
.banner-content {
	left: 20px;
	bottom: 20px;
}
.banner-title {
	font-size: 1.5em;
}
.spec-item {
	/* Ensure specs stay on one line */
	font-size: 0.9em;
}
.vehicle-features-bar {
	/* Allow features to wrap more tightly */
	gap: 6px;
}
.stats-grid {
	grid-template-columns: 1fr;
}
}