/* =========================================================
   RKV Innova Crysta Rental Chennai — Retune custom styles
   Loaded after style.css / responsive.css / style12.css so
   these rules win on shared selectors without !important.
   Palette matches the existing theme:
   primary blue #4f5dec | navy #001238 | light #f0f0ff | whatsapp #25d366
   ========================================================= */

/* ---------- General polish ---------- */
.site-heading p {
	color: #7c8a97;
	margin-top: 8px;
}
a, button, .dropdown-menu, .single-offers, .whatsapp_float {
	outline: none;
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
	outline: 2px solid #4f5dec;
	outline-offset: 2px;
}

/* ---------- Blog "Read More" button fix ----------
   The theme's .blog-text a.gauto-btn rule sets text color to the same
   blue as the button background (it was written for a plain text link,
   not the boxed button), making the label invisible. Restore white text
   for the boxed button variant used in blog cards. */
.blog-text a.gauto-btn {
	color: #fff;
}
.blog-text a.gauto-btn:hover {
	color: #fff;
}


   The theme's .faq_accordian_header>a skew-flag decoration (:before) clips
   the start of longer question text at normal container widths. Disable
   the skew shape and give the icon clean, fixed padding instead — keeps
   the same dark bar + accent icon look without the clipping risk. */
.faq_accordian_header > a {
	padding: 16px 20px 16px 55px !important;
	overflow: visible;
}
.faq_accordian_header > a:before {
	display: none;
}
.faq_accordian_header > a:after {
	left: 20px;
}
.faq_accordian_header > a.collapsed:after {
	left: 20px;
}


#gauto_navigation > li.dropdown {
	position: relative;
}
#gauto_navigation > li.dropdown > a.dropdown-toggle {
	cursor: pointer;
}
#gauto_navigation > li.dropdown > a .fa-angle-down {
	font-size: 11px;
	margin-left: 3px;
}
#gauto_navigation .dropdown-menu {
	border: none;
	border-radius: 0;
	border-top: 3px solid #4f5dec;
	box-shadow: 0 12px 30px rgba(0, 18, 56, 0.14);
	padding: 8px 0;
	margin: 0;
	min-width: 220px;
}
#gauto_navigation .dropdown-menu li {
	display: block;
	margin: 0;
}
#gauto_navigation .dropdown-menu li a {
	display: block;
	padding: 10px 20px;
	color: #001238;
	font-size: 14px;
	text-transform: capitalize;
	transition: all 0.25s ease 0s;
}
#gauto_navigation .dropdown-menu li a:hover {
	background: #f0f0ff;
	color: #4f5dec;
	padding-left: 24px;
}

/* ---------- WhatsApp booking form ---------- */
.gauto-whatsapp-booking-area {
	background: #f7f8ff;
}
.whatsapp-booking-form .single-contact-field {
	margin-bottom: 4px;
}
.whatsapp-booking-form input,
.whatsapp-booking-form select {
	width: 100%;
	border: 2px solid #e3e3fb;
	background: #fff;
	padding: 5px 15px;
	height: 48px;
	color: #111;
	margin: 10px 0;
	font-family: inherit;
	font-size: 14px;
	-webkit-appearance: none;
	appearance: none;
	transition: all 0.4s ease 0s;
}
.whatsapp-booking-form select {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234f5dec' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 20px;
	cursor: pointer;
}
.whatsapp-booking-form input:focus,
.whatsapp-booking-form select:focus {
	border-color: #4f5dec;
	outline: none;
}
.wa-submit-wrap {
	text-align: center;
	margin-top: 10px;
}
a.whatsapp-theme-btn {
	display: inline-block;
	background: #25d366;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 14px;
	padding: 14px 32px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
button.whatsapp-theme-btn {
	display: inline-block;
	background: #25d366;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 14px;
	padding: 14px 32px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
button.whatsapp-theme-btn:hover,
a.whatsapp-theme-btn:hover {
	background: #1ebd5a;
	color: #fff;
}
button.whatsapp-theme-btn i {
	margin-right: 6px;
}
.wa-call-btn {
	margin-left: 12px;
}
.wa-form-note {
	text-align: center;
	font-size: 12px;
	color: #7c8a97;
	margin-top: 12px;
}

/* ---------- Map section ---------- */
.map-responsive-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 45%;
	height: 0;
	overflow: hidden;
	border: 6px solid #fff;
	box-shadow: 0 10px 30px rgba(0, 18, 56, 0.12);
}
.map-responsive-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.map-directions-link {
	text-align: center;
	margin-top: 25px;
}

/* ---------- Fleet icon placeholder (used only where a real photo isn't available) ---------- */
.fleet-icon-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 220px;
	background: linear-gradient(135deg, #001238, #223a75);
	color: #fff;
}
.fleet-icon-placeholder .fa {
	font-size: 46px;
	margin-bottom: 10px;
	color: #4f5dec;
}
.fleet-icon-placeholder span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.8;
}

/* ---------- Landing page hero ---------- */
.landing-hero-area {
	background: #fff;
}
.landing-hero-left h1 {
	font-size: 30px;
	color: #001238;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 18px;
	line-height: 1.3;
}
.landing-hero-left p {
	text-align: justify;
	margin-bottom: 18px;
}
.landing-trust-badges {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
}
.landing-trust-badges li {
	font-size: 14px;
	color: #001238;
	font-weight: 500;
}
.landing-trust-badges li i {
	color: #4f5dec;
	margin-right: 6px;
}
.landing-cta-row {
	margin-top: 10px;
}
.landing-cta-row a {
	margin: 0 10px 10px 0;
}
.landing-hero-image {
	text-align: center;
}
.landing-hero-image img {
	max-height: 340px;
	width: auto;
	max-width: 100%;
}
.landing-spec-strip {
	background: #001238;
	margin-top: 10px;
}
.landing-spec-strip .row {
	margin: 0;
}
.landing-spec-item {
	text-align: center;
	color: #fff;
	padding: 22px 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.landing-spec-item:last-child {
	border-right: none;
}
.landing-spec-item i {
	font-size: 26px;
	color: #4f5dec;
	display: block;
	margin-bottom: 8px;
}
.landing-spec-item h4 {
	font-size: 15px;
	color: #fff;
	margin: 0 0 4px;
	font-family: "Poppins", sans-serif;
}
.landing-spec-item p {
	font-size: 12px;
	color: #b7bdd6;
	margin: 0;
}

/* ---------- CTA banner (self-contained gradient, no dependency on missing template art) ---------- */
.landing-cta-banner {
	background: linear-gradient(120deg, #001238 0%, #16256b 55%, #4f5dec 100%);
	padding: 45px 30px;
	text-align: center;
	color: #fff;
}
.landing-cta-banner h3 {
	color: #fff !important;
	font-size: 24px !important;
	margin-bottom: 10px !important;
	font-family: "Poppins", sans-serif !important;
	font-weight: 600 !important;
}
.landing-cta-banner p {
	color: #d7dcff;
	margin-bottom: 20px;
}
.landing-cta-banner .gauto-btn,
.landing-cta-banner a.whatsapp-theme-btn {
	margin: 0 8px 8px;
}

/* ---------- Blog extras (list/detail pages mostly reuse native .blog-* classes) ---------- */
.blog-page-content p {
	text-align: justify;
	margin-bottom: 16px;
}
.blog-page-content h2,
.blog-page-content h3 {
	color: #001238;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	margin: 25px 0 12px;
}
.blog-page-content ul {
	margin: 0 0 18px 20px;
}
.blog-page-content ul li {
	margin-bottom: 8px;
	list-style: disc;
}
.blog-cta-inline {
	background: #f7f8ff;
	border-left: 4px solid #4f5dec;
	padding: 18px 22px;
	margin: 20px 0;
}
.blog-cta-inline a {
	color: #4f5dec;
	font-weight: 600;
}

/* ---------- Client marquee (replaces the old <marquee> tag) ---------- */
.client-marquee-wrap {
	overflow: hidden;
	width: 100%;
	-webkit-mask-image: linear-gradient(90deg, transparent, #fff 8%, #fff 92%, transparent);
	mask-image: linear-gradient(90deg, transparent, #fff 8%, #fff 92%, transparent);
}
.client-marquee-track {
	display: flex;
	align-items: center;
	gap: 60px;
	width: max-content;
	animation: client-marquee-scroll 22s linear infinite;
}
.client-marquee-track img {
	height: 46px;
	width: auto;
	max-width: none;
	opacity: 0.85;
}
@keyframes client-marquee-scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
	.client-marquee-track {
		animation: none;
		flex-wrap: wrap;
		justify-content: center;
	}
}

/* ---------- Mobile responsiveness pass ---------- */
@media screen and (max-width: 767px) {
	.header-top-left p,
	.header-top-right a {
		font-size: 12px;
	}
	.header-top-right {
		text-align: left !important;
		margin-top: 4px;
	}
	.landing-hero-left h1 {
		font-size: 23px;
	}
	.landing-hero-image {
		margin-top: 20px;
	}
	.landing-spec-item {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.wa-call-btn {
		margin-left: 0;
		display: block;
		margin-top: 12px;
		width: fit-content;
	}
	a.whatsapp-theme-btn,
	button.whatsapp-theme-btn {
		width: 100%;
		text-align: center;
	}
	.map-responsive-wrap {
		padding-bottom: 75%;
	}
	.landing-cta-banner {
		padding: 32px 18px;
	}
	.blog-page-right .sidebar-widget {
		margin-top: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.landing-hero-left h1 {
		font-size: 26px;
	}
	.map-responsive-wrap {
		padding-bottom: 55%;
	}
}
