/* 
Theme Name: First Class Transportation
Theme URI: https://github.com/elementor/hello-theme-child/
Description: FCT is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: fct
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.elementor-testimonial blockquote.elementor-testimonial__content{
	margin:0px;
	z-index: 1;
    position: relative;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Moving customizer style */
html {
	scroll-padding: 150px;
}

:root {
	--_dd-con-width: 1290px;
	--_dd-boxed-pct: 50; /* % of content area that is boxed */
	--_dd-boxed-gap: 0px; /* gap between child containers */
}

a {
	color: var(--e-global-color-primary);
}

a:not(.aaahinc-accordion-cta-links a):hover {
	color: var(--e-global-color-e913c3d);
}

/* To Align button center globally */
.elementor-button.elementor-button-link span.elementor-button-content-wrapper {
	align-items: center;
}

/* Hero Module Three Style */
.hero-module-three h2 {
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
}

.dd-mixed-layout.imageLeft {
	--_dd-boxed-pct: 50;
	--_dd-boxed-gap: 0px; /* gap between child containers */
}

.dd-mixed-layout {
	/*-- Width Calculations --*/
	/* Boxed Column */
	--dd-calc-width--boxed: calc(
		(var(--_dd-con-width) - var(--_dd-boxed-gap)) * (var(--_dd-boxed-pct) / 100)
		);
	--dd-max-width--boxed: calc(
		(100% - var(--_dd-boxed-gap)) * var(--_dd-boxed-pct) / 100
	);
	/* Stretched Column */
	--dd-calc-width--stretch: calc(
		(
			(var(--_dd-con-width) - var(--_dd-boxed-gap)) *
		((100 - var(--_dd-boxed-pct)) / 100)
	) +
		((100% - var(--_dd-con-width)) / 2)
		);
	--dd-max-width--stretch: calc(
		(100% - var(--_dd-boxed-gap)) * (100 - var(--_dd-boxed-pct)) / 100
	);
	/* Computed Values */
	--dd-col--boxed: min(var(--dd-calc-width--boxed), var(--dd-max-width--boxed));
	--dd-col--stretch: max(
		var(--dd-calc-width--stretch),
		var(--dd-max-width--stretch)
	);
}

.dd-mixed-layout[data-col-higher="boxed"] {
	--dd-col--stretch: max(
		var(--dd-calc-width--stretch),
		var(--dd-max-width--stretch)
	);
}

.dd-mixed-layout[data-col-higher="stretch"] {
	--dd-col--stretch: min(
		var(--dd-calc-width--stretch),
		var(--dd-max-width--stretch)
	);
}

.split-navy:not(.our-vehicle-section) .elementor-button-icon svg {
	width: auto;
	height: 25px;
	fill: var(--e-global-color-a39f681) !important;
	color: var(--e-global-color-a39f681) !important;
}

.split-navy:not(.our-vehicle-section) .gunmetal-bg-white-btn .elementor-button-icon svg {
	fill: var(--e-global-color-secondary) !important;
	color: var(--e-global-color-secondary) !important;
}

.split-navy:not(.our-vehicle-section) .gunmetal-bg-white-btn a:hover .elementor-button-icon svg path,
.split-navy:not(.our-vehicle-section) .gunmetal-bg-white-btn a:focus-visible .elementor-button-icon svg path {
	fill: var(--e-global-color-primary) !important;
	color: var(--e-global-color-primary) !important;
}

.split-navy:not(.our-vehicle-section) a:hover .elementor-button-icon svg path,
.split-navy:not(.our-vehicle-section)
a:focus-visible
.elementor-button-icon
svg
path,
.split-navy:not(.our-vehicle-section) a:hover .elementor-button-icon .fas,
.split-navy:not(.our-vehicle-section)
a:focus-visible
.elementor-button-icon
.fas {
	fill: var(--e-global-color-secondary) !important;
	color: var(--e-global-color-secondary) !important;
}

.split-red .elementor-button-icon svg {
	width: auto;
	height: 25px;
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
}

.split-red a:hover svg path,
.split-red a:focus-visbile svg path {
	fill: var(--e-global-color-primary) !important;
	color: var(--e-global-color-primary) !important;
}

.split-gray .elementor-button-icon svg {
	width: auto;
	fill: var(--e-global-color-a39f681) !important;
	color: var(--e-global-color-a39f681) !important;
	height: 25px;
}
.split-gray .elementor-button-link:hover svg path,
.split-gray .elementor-button-link:focus-visible svg path,
.split-gray .elementor-button-link:hover .fas,
.split-gray .elementor-button-link:focus-visible .fas {
	fill: var(--e-global-color-17f8cc6) !important;
	color: var(--e-global-color-17f8cc6) !important;
}

.svg-navy a:focus-visible {
	outline: 1px solid var(--e-global-color-secondary) !important;
	border: 2px solid var(--e-global-color-21b73ee) !important;
	box-shadow: none !important;
}
.svg-navy svg,
.svg-navy .fa-location-dot {
	fill: var(--e-global-color-secondary) !important;
	color: var(--e-global-color-secondary) !important;
	width: 12px;
	height: 16px;
}
.svg-navy:hover svg,
.svg-navy:hover .fa-location-dot,
.svg-navy a:focus svg,
.svg-navy a:focus .fa-location-dot {
	fill: var(--e-global-color-21b73ee) !important;
	color: var(--e-global-color-21b73ee) !important;
}

.svg-red a:focus-visible {
	outline: 1px solid var(--e-global-color-primary) !important;
	border: 2px solid var(--e-global-color-21b73ee) !important;
	outline-offset: 0 !important;
	box-shadow: none !important;
}
.svg-red svg {
	height: 16px;
}
.svg-red a:hover svg path,
.svg-red a:focus-visible svg path,
.site-header-mobile-navigation .svg-red a:hover svg path,
.site-header-mobile-navigation .svg-red a:focus-visible svg path {
	fill: var(--e-global-color-secondary) !important;
	color: var(--e-global-color-secondary) !important;
}
.grayBg-btns svg {
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
}

.navyBg-btns svg {
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
}

.redBg-btns svg {
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
}

header .recurring-service-top-navigation-button a svg {
	width: 24px;
	height: 20px;
}

footer .footer-wrapper, .dd-mixed-layout.e-parent.elementor-element {
	overflow-x: hidden;
}

/* footer .footer-wrapper, .e-parent.elementor-element:not(.loop-news-section .e-parent.elementor-element):not(.filter-section.e-parent.elementor-element):not(.news.type-news .e-parent.elementor-element) {
	overflow-x: hidden;
} */

.footer-contacts svg {
	color: var(--e-global-color-secondary);
}

.footer-contacts ul li:nth-child(3),
.footer-contacts ul li:nth-child(4) {
	padding-left: 30px;
}

.footer-contacts ul li span.elementor-icon-list-text {
	padding-inline-start: 0 !important;
}

.footer-service-list ul {
	column-count: 3;
	column-gap: 20px;
}

.solid-btn svg {
	width: 16px;
}

.btn-red-w-icon a:focus svg {
	fill: var(--e-global-color-secondary) !important;
	color: var(--e-global-color-secondary) !important;
}

.red-btn-w-white-bg a,
.white-btn-w-white-bg a,
.dark-red-btn-w-white-bg a,
.dark-red-btn-w-navy-bg a,
.navy-btn-w-red-bg a,
.navy-btn-w-light-bg a,
.white-btn-w-navy-bg a,
.white-btn-w-red-bg a {
	border: 1px solid transparent;
}

.red-btn-w-white-bg a:focus-visible,
.white-btn-w-white-bg a:focus-visible,
.dark-red-btn-w-white-bg a:focus-visible,
.dark-red-btn-w-navy-bg a:focus-visible,
.navy-btn-w-red-bg a:focus-visible,
.navy-btn-w-light-bg a:focus-visible,
.white-btn-w-navy-bg a:focus-visible,
.white-btn-w-red-bg a:focus-visible {
	box-shadow: inset 0 0 0 2px var(--e-global-color-21b73ee);
	outline-offset: unset;
	border: 1px solid;
	outline: 1px solid;
}

.red-btn-w-white-bg a:focus-visible {
	border: 1px solid var(--e-global-color-secondary);
}

.red-btn-w-white-bg a:focus-visible svg {
	fill: var(--e-global-color-secondary) !important;
	color: var(--e-global-color-secondary) !important;
}

.white-btn-w-white-bg a:focus-visible {
	border: 1px solid var(--e-global-color-primary);
}

.dark-red-btn-w-white-bg a:focus-visible {
	border: 1px solid var(--e-global-color-21b73ee);
	box-shadow: inset 0 0 0 2px var(--e-global-color-primary);
}

.dark-red-btn-w-navy-bg a:focus-visible {
	border: 1px solid var(--e-global-color-21b73ee);
	box-shadow: inset 0 0 0 2px var(--e-global-color-primary);
	outline: 1px solid transparent;
}

.navy-btn-w-red-bg a:focus-visible {
	box-shadow: inset 0 0 0 2px var(--e-global-color-secondary);
	border: 1px solid var(--e-global-color-21b73ee);
	outline-color: transparent;
}

.navy-btn-w-red-bg a:hover svg path,
.navy-btn-w-red-bg a:hover .fa-arrow-right,
.navy-btn-w-red-bg a:focus-visible svg path,
.navy-btn-w-red-bg a:focus-visible .fa-arrow-right {
	fill: var(--e-global-color-primary) !important;
	color: var(--e-global-color-primary) !important;
}

.navy-btn-w-light-bg a:focus-visible {
	box-shadow: inset 0 0 0 2px var(--e-global-color-21b73ee);
	border: 1px solid var(--e-global-color-secondary);
}

.navy-btn-w-light-bg a:hover svg path,
.navy-btn-w-light-bg a:hover .fa-arrow-right,
.navy-btn-w-light-bg a:focus-visible svg path,
.navy-btn-w-light-bg a:focus-visible .fa-arrow-right {
	fill: var(--e-global-color-17f8cc6) !important;
	color: var(--e-global-color-17f8cc6) !important;
}

.white-btn-w-red-bg a:focus-visible {
	box-shadow: inset 0 0 0 2px var(--e-global-color-secondary);
	border: 1px solid var(--e-global-color-21b73ee);
	outline: 1px solid transparent;
}

.white-btn-w-red-bg a svg path {
	fill: var(--e-global-color-17f8cc6);
	color: var(--e-global-color-17f8cc6);
}

.white-btn-w-red-bg a:hover svg path,
.white-btn-w-red-bg a:hover .fa-arrow-right,
.white-btn-w-red-bg a:focus-visible svg path,
.white-btn-w-red-bg a:focus-visible .fa-arrow-right {
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary) !important;
}

.white-btn-w-navy-bg a:focus-visible {
	box-shadow: inset 0 0 0 2px var(--e-global-color-primary);
	border: 1px solid var(--e-global-color-17f8cc6);
	outline: 1px solid var(--e-global-color-primary);
}

.white-btn-w-navy-bg a svg {
	fill: var(--e-global-color-a39f681);
	color: var(--e-global-color-a39f681);
}

.white-btn-w-navy-bg a:hover svg path,
.white-btn-w-navy-bg a:hover .fa-arrow-right,
.white-btn-w-navy-bg a:focus-visible svg path,
.white-btn-w-navy-bg a:focus-visible .fa-arrow-right {
	fill: var(--e-global-color-secondary) !important;
	color: var(--e-global-color-secondary) !important;
}

.aaahinc-accordion-cta-links .button-content-wrapper {
	gap: 10px !important;
}

.aaahinc-accordion-cta-links a {
	font-family: 'Freeman';
	font-size: 22px;
	line-height: 26px;
	letter-spacing: .44px;
	font-weight: 400;
	outline: 0;
	border: 1px solid transparent;
	border-radius: 100px;
	background: var(--e-global-color-secondary);
}

.aaahinc-accordion-cta-links a:hover {
	background: var(--e-global-color-primary);
}

.aaahinc-accordion-cta-links a:focus-visible {
	background-color: var(--e-global-color-primary);
	box-shadow: inset 0 0 0 2px var(--e-global-color-a39f681);
	border-color: var(--e-global-color-secondary);
}

.aaahinc-accordion-cta-links a .button-icon {
	height: 16px !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	mask-image: url(/wp-content/uploads/2026/06/arrowIcon_light.svg) !important;
	background-image: url(/wp-content/uploads/2026/06/arrowIcon_light.svg);
}

.aaahinc-accordion-cta-links a:hover .button-icon,
.aaahinc-accordion-cta-links a:focus-visible .button-icon {
	background-color: transparent;
	mask-image: url(/wp-content/uploads/2026/06/arrowIcon_gray.svg);
	background-image: url(/wp-content/uploads/2026/06/arrowIcon_gray.svg);
}

.social-icons-wrapper .elementor-screen-only {
	top: 0;
}

/* step card section style */
.step-card-section .step-card h3 a span.link-text,
.step-card-section .step-card h3 span.link-text {
	font-size: 40px;
	line-height: 46px;
	font-family: "Freeman";
	font-weight: 400;
	color: var(--e-global-color-9d168db);
}

.step-card-section .step-card h3 a span.link-text {
	color: var(--e-global-color-738871c);
}

.step-card-section .step-card h3:has(a) a span.link-text {
	position: relative;
	outline-offset: 2px;
}

.step-card-section .step-card h3:has(a) a:hover span.link-text,
.step-card-section .step-card h3:has(a) a:focus-visible span.link-text {
	text-decoration: underline;
	text-decoration-color: var(--e-global-color-9d168db);
	color: var(--e-global-color-9d168db) !important;
}

.step-card-section .step-card h3:has(a) a:focus-visible span.link-text {
	outline: 1px solid var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
}

.locations-section span.heading:has(a) a:after {
	content: "";
	position: absolute;
	right: -42px;
	top: 15px;
	background-image: url(/wp-content/uploads/2026/06/arrowIcon.svg);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
}

.step-card-section h3 span:not(span.link-text) {
	display: block;
	font-family: "Raleway";
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 34px;
	letter-spacing: 1.2px;
	color: var(--e-global-color-secondary);
	margin-bottom: 14px;
}

.locations-section .elementor-widget-text-editor a,
.bus-service-location-section a:not(a.elementor-button),
.map-section .description a,
.testimonial-section .description a,
.two-column-logo-section a,
.link-cards p a,
.light-layout
a:not(.elementor-button):not(.elementor-heading-title a):not(
.aaahinc-accordion-cta-links a
):not(.contact-photo-section a),
body.single-news .elementor-widget-theme-post-content a {
	color: var(--e-global-color-738871c);
	text-decoration: underline;
}

.locations-section .elementor-widget-text-editor a:hover,
.bus-service-location-section a:hover:not(a.elementor-button:hover),
.map-section .description a:hover,
.two-column-logo-section a:hover,
.link-cards p a:hover,
.light-layout
a:not(.elementor-button):not(.elementor-heading-title a):not(
.aaahinc-accordion-cta-links a
):not(.contact-photo-section a):hover,
body.single-news .elementor-widget-theme-post-content a:hover {
	color: var(--e-global-color-9d168db) !important;
}

.two-column-logo-section .image-card-wrapper .elementor-widget-image {
	width: 48%;
}

.bus-service-location-section .elementor-widget-image {
	overflow: hidden;
	height: 100%;
	border-radius: 60px;
}

.split-navy a:not(a.elementor-button, a.navyBg-btns2),
.nevy-layout a:not(a.elementor-button, .stats-section .description a){
	color: var(--e-global-color-17f8cc6);
	text-decoration: underline;
}

.split-navy a:not(a.elementor-button, a.navyBg-btns2):hover,
.nevy-layout a:not(a.elementor-button, .stats-section .description a):hover {
	color: var(--e-global-color-a39f681);
}

.split-red a:not(a.elementor-button, a.redBg-btns2),
.red-layout a:not(a.elementor-button),
.stats-section .description a {
	color: var(--e-global-color-21b73ee);
	text-decoration: underline;
}

.split-red a:not(a.elementor-button, a.redBg-btns2):hover,
.red-layout a:not(a.elementor-button):hover,
.stats-section .description a:hover {
	color: var(--e-global-color-a39f681);
}

.split-gray a:not(a.elementor-button, a.graybg-btns2) {
	color: var(--e-global-color-primary);
}

.split-gray a:not(a.elementor-button, a.graybg-btns2):hover {
	color: var(--e-global-color-e913c3d);
}

.locations-section span.eyebrowText {
	display: block !important;
}

.locations-section span.heading a {
	position: relative;
	color: var(--e-global-color-738871c) !important;
	text-decoration: none;
	font-family: "Freeman", Sans-serif;
	font-size: 40px;
}

.locations-section span.heading a:hover {
	color: var(--e-global-color-9d168db) !important;
	text-decoration: underline;
}

.locations-section span.heading a:focus-visible,
.content-module-two h3 a:not(:has(.link-text)):focus-visible {
	outline-offset: 2px;
	outline: 1px solid var(--e-global-color-secondary);
	color: var(--e-global-color-9d168db) !important;
	text-decoration: underline !important;
}

.stats-section .elementor-counter-title {
	max-width: 244px;
	margin: auto !important;
	text-align: center;
}

.contact-map-section a .email,
.contact-photo-section a .email,
.contact-map-section a .phone,
.contact-photo-section a .phone,
.locations-section a .phone,
.locations-section a .email {
	color: var(--e-global-color-738871c);
	text-decoration: underline;
}

.contact-map-section a:hover .email,
.contact-photo-section a:hover .email,
.contact-map-section a:hover .phone,
.contact-photo-section a:hover .phone,
.locations-section a:hover .phone,
.locations-section a:hover .email {
	color: var(--e-global-color-9d168db);
}

.contact-map-section.navy-bg ul li a span.email,
.contact-map-section.navy-bg ul li a span.phone {
	color: var(--e-global-color-17f8cc6);
}

.contact-map-section.navy-bg ul li svg path,
.contact-photo-section.navy-bg ul li svg path {
	fill: var(--e-global-color-17f8cc6);
	color: var(--e-global-color-17f8cc6);
}

.contact-map-section ul li svg path,
.contact-photo-section ul li svg path {
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
}

.contact-map-section.navy-bg ul li a:hover span.email,
.contact-map-section.navy-bg ul li a:hover span.phone {
	color: var(--e-global-color-a39f681);
}

/* Map Module Link Style */

.map-section .links {
	min-width: 300px;
}

.map-section .links ul li a span.elementor-icon-list-text {
	padding-left: 0;
	outline: 1px solid transparent;
}

.map-section .links ul li a:hover span.elementor-icon-list-text,
.map-section .links ul li a:focus-visible span.elementor-icon-list-text {
	color: var(--e-global-color-9d168db) !important;
}

.map-section .links ul li a:focus-visible {
	border: none;
	outline: 1px solid var(--e-global-color-secondary);
	outline-offset: 2px;
}

.map-section ul li a svg path {
	fill: var(--e-global-color-738871c);
	color: var(--e-global-color-738871c);
}

.map-section ul li a:hover svg path,
.map-section .links ul li a:focus-visible svg path {
	fill: var(--e-global-color-9d168db);
	color: var(--e-global-color-9d168db);
}

.map-section ul li a span.elementor-icon-list-text {
	text-decoration: underline;
}

/* Vehicle Module Style */
.vehicle-section
.swiper-pagination.vehicle-thumbs-slider
.swiper-pagination-bullet {
	padding: 0;
	background: var(--e-global-color-primary);
	opacity: 1;
}

.vehicle-section .vehicle-accordion {
	margin-top: 36px !important;
}

.vehicle-section .vehicle-accordion button {
	border-radius: 20px 20px 0 0;
	border: 2px solid var(--e-global-color-primary);
	background-color: var(--e-global-color-primary) !important;
}

.vehicle-section .vehicle-accordion button:focus {
	outline: 2px solid var(--e-global-color-primary) !important;
	border: 2px solid var(--e-global-color-21b73ee);
}

.vehicle-accordion h3.aaahinc-aria-accordion__heading svg path {
	fill: var(--e-global-color-21b73ee);
	color: var(--e-global-color-21b73ee);
}

.vehicle-accordion .aaahinc-aria-accordion .aaahinc-aria-accordion__heading {
	border-radius: 20px;
}

.vehicle-accordion .is-open .aaahinc-aria-accordion__heading {
	border-bottom-left-radius: unset;
	border-bottom-right-radius: unset;
}

.faq-section.light-layout .aaahinc-aria-accordion__icon {
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
}

.aaahinc-aria-accordion button.aaahinc-aria-accordion__trigger {
	outline: 2px solid transparent;
}

.aaahinc-aria-accordion button.aaahinc-aria-accordion__trigger:focus-visible {
	outline: 2px solid var(--e-global-color-primary);
	box-shadow: inset 0 0 0 2px var(--e-global-color-21b73ee);
}

/* Book your transportation Section Style */
a.card-link-wrapper {
	background-position-y: bottom 15px !important;
}

.whitebg-btns2.card-link-wrapper {
	border: none;
	outline: none;
}

.whitebg-btns2.card-link-wrapper:focus-visible {
	background-color: var(--e-global-color-e913c3d) !important;
}

.whitebg-btns2.card-link-wrapper:focus-visible,
.graybg-btns2.card-link-wrapper:focus-visible {
	background-color: var(--e-global-color-e913c3d) !important;
	outline: 1px solid var(--e-global-color-secondary) !important;
	outline-offset: 0;
}

.navyBg-btns2.card-link-wrapper:focus-visible,
.redBg-btns2.card-link-wrapper:focus-visible {
	background-color: var(--e-global-color-a39f681) !important;
	outline: 1px solid var(--e-global-color-21b73ee) !important;
}

.redBg-btns2.card-link-wrapper:hover h3,
.redBg-btns2.card-link-wrapper:focus-visible h3 {
	color: var(--e-global-color-9d168db) !important;
}

.card-link-wrapper h3 {
	position: relative;
	display: initial;
	padding-right: 20px;
}

.card-link-wrapper h3:after {
	content: "";
	position: absolute;
	right: -8px;
	bottom: 6px;
	width: 18px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
}

.whitebg-btns2.card-link-wrapper h3:after,
.graybg-btns2.card-link-wrapper h3:after {
	content: "";
	background-image: url(/wp-content/uploads/2026/05/ArrowIcon.svg);
}

/* Book your transportation section Navy_BG_BTN Style */

.navyBg-btns2.card-link-wrapper h3:after,
.redBg-btns2.card-link-wrapper h3:after {
	content: "";
	background-image: url(/wp-content/uploads/2026/05/ArrowIconRed.svg);
}

.navyBg-btns2.card-link-wrapper:hover h3:after,
.navyBg-btns2.card-link-wrapper:focus-visible h3:after,
.redBg-btns2.card-link-wrapper:hover h3:after,
.redBg-btns2.card-link-wrapper:focus-visible h3:after {
	content: "";
	background-image: url(/wp-content/uploads/2026/05/ArrowIconBlue.svg);
}

.card-link-wrapper p {
	margin-top: 6px !important;
}

/* Testimonials Section Style */
.testimonial-section.nevy-layout span.eyebrowText {
	color: var(--e-global-color-a39f681) !important;
}
.testimonial-section .swiper-pagination {
	bottom: -20px !important;
}

.testimonial-section
.swiper-pagination
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 50px;
	border-radius: 50px;
}
.testimonial-section .elementor-swiper-button.elementor-swiper-button-next {
	right: -20px !important;
}

.testimonial-section .elementor-swiper-button.elementor-swiper-button-prev {
	left: -20px !important;
}

.testimonial-section .carousal .swiper-slide:after {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 150px;
	height: 100px;
	right: 24px;
	bottom: 15px;
}

.testimonial-section .red.carousal .swiper-slide:after {
	content: "";
	background-image: url(/wp-content/uploads/2026/06/testimonialCard-RedBg.svg);
}

.testimonial-section .blue.carousal .swiper-slide:after {
	content: "";
	background-image: url(/wp-content/uploads/2026/06/testimonialCard-NavyBg.svg);
}

.testimonial-section .white.carousal .swiper-slide:after {
	content: "";
	background-image: url(/wp-content/uploads/2026/06/testimonialCard-GrayBg.svg);
}

.testimonial-section.gray-layout
.swiper-pagination
span.swiper-pagination-bullet:focus-visible,
.testimonial-section.gray-layout
.swiper-pagination
span.swiper-pagination-bullet.swiper-pagination-bullet-active:focus-visible {
	border: 1px solid var(--e-global-color-primary);
	outline: none;
	box-shadow: inset 0 0 0 2px var(--e-global-color-21b73ee);
}

.testimonial-section .elementor-testimonial__cite {
	position: relative;
	z-index: 1;
}

.testimonial-section .elementor-testimonial__footer figcaption span {
	font-size: 20px;
}

.faq-section .accordion details {
	border-bottom: 1px solid #d6d7d5;
	padding-block: 22px;
	margin-bottom: 0 !important;
}

.faq-section .accordion h3 {
	margin: 0 !important;
}

.faq-section .accordion .aaahinc-aria-accordion__item:last-child {
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
}

.faq-section .aaahinc-aria-accordion__title {
	white-space: normal;
}

.faq-banner span.sub-heading {
	display: block;
	font-size: 17px;
	line-height: 26px;
	font-family: "Lato";
	text-align: center;
	font-weight: 400;
	max-width: 536px;
	margin: 25px auto 10px;
}

.contact-form ::placeholder {
	color: #8f8f8f !important;
}

.contact-form.gray-bg h2,
.contact-form.white-bg h2 {
	color: var(--e-global-color-9d168db);
}

.contact-form.gray-bg h3,
.contact-form.white-bg h3,
.contact-form.dark-form h3 {
	font-size: 20px !important;
	font-family: "Raleway" !important;
}

.contact-form.gray-bg h3,
.contact-form.white-bg h3 {
	color: var(--e-global-color-secondary) !important;
}

.contact-form.dark-form h3 {
	color: var(--e-global-color-17f8cc6) !important;
}

.contact-form button.frm_button_submit {
	position: relative;
	font-family: "Freeman" !important;
	font-weight: 400 !important;
	line-height: 26px !important;
	letter-spacing: 0.44px;
	border: 2px solid var(--e-global-color-secondary) !important;
	padding-right: 60px !important;
}

.contact-form button.frm_button_submit:after {
	content: "";
	background-image: url(/wp-content/uploads/2026/06/arrowIcon_light.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 35px;
	top: 54%;
	transform: translate(0, -50%);
	width: 16px;
	height: 16px;
}

.contact-form.gray-bg button.frm_button_submit:hover,
.contact-form.white-bg button.frm_button_submit:hover {
	background-color: var(--e-global-color-primary) !important;
	border: 2px solid var(--e-global-color-primary) !important;
}

.contact-form.gray-bg button.frm_button_submit:focus-visible,
.contact-form.white-bg button.frm_button_submit:focus-visible {
	background-color: var(--e-global-color-primary) !important;
	border: 1px solid var(--e-global-color-secondary) !important;
	box-shadow: inset 0 0 0 2px var(--e-global-color-21b73ee);
}

.contact-form.gray-bg button.frm_button_submit:hover::after,
.contact-form.gray-bg button.frm_button_submit:focus-visible::after,
.contact-form.white-bg button.frm_button_submit:hover::after,
.contact-form.white-bg button.frm_button_submit:focus-visible::after {
	background-image: url(/wp-content/uploads/2026/06/arrowIcon_gray.svg);
}

.contact-form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(/wp-content/uploads/2025/12/selectArrow.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
}

.contact-form textarea {
	resize: none;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	border: 1px solid transparent !important;
}

.contact-form.gray-bg input,
.contact-form.gray-bg select,
.contact-form.gray-bg textarea,
.contact-form.white-bg input,
.contact-form.white-bg select,
.contact-form.white-bg textarea {
	border-color: var(--e-global-color-primary) !important;
}

.contact-form.white-bg input,
.contact-form.white-bg select,
.contact-form.white-bg textarea {
	background-color: var(--e-global-color-a39f681);
}

.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
	box-shadow: inset 0 0 0 1px var(--e-global-color-primary) !important;
	border: 1px solid var(--e-global-color-21b73ee) !important;
	outline: 2px solid var(--e-global-color-primary) !important;
}

.contact-form.dark-form input:focus-visible,
.contact-form.dark-form input:focus,
.contact-form.dark-form select:focus-visible,
.contact-form.dark-form textarea:focus-visible {
	border: 1px solid var(--e-global-color-21b73ee) !important;
	box-shadow: inset 0 0 0 2px var(--e-global-color-primary) !important;
}

.contact-form.dark-form button.frm_button_submit:hover,
.contact-form.dark-form button.frm_button_submit:focus-visible {
	border-color: var(--e-global-color-21b73ee) !important;
	background: var(--e-global-color-21b73ee) !important;
	color: var(--e-global-color-text) !important;
}

.contact-form.dark-form button.frm_button_submit:focus-visible {
	outline: 1px solid var(--e-global-color-17f8cc6) !important;
	border-color: var(--e-global-color-primary) !important;
}

.contact-form.dark-form button.frm_button_submit:hover:after,
.contact-form.dark-form button.frm_button_submit:focus-visible:after {
	background-image: url(/wp-content/uploads/2026/06/arrowIcon.svg);
}

.contact-form.dark-form .frm_style_formidable-style.with_frm_style .frm_error {
	color: var(--e-global-color-a39f681);
}

.contact-form.dark-form label span.frm_required {
	color: var(--e-global-color-secondary) !important;
}

.contact-form.gray-bg .frm_error,
.contact-form.white-bg .frm_error {
	color: var(--e-global-color-secondary) !important;
}

/* Form Success message style */
.frm_forms .frm_message {
	display: none;
}

#frm-success-message {
	padding: 10px;
	background-color: #dff0d8;
	color: #3d763e;
	text-align: center;
	font-weight: 600;
	border-radius: 4px;
}

.brown-cards-wrapper span.elementor-icon {
	background: linear-gradient(180deg, #686058 0%, #2d2a26 100%);
}

.red-cards-wrapper span.elementor-icon {
	background: var(
		--Red-Gradient,
		linear-gradient(90deg, #f63c49 0%, #c40d3c 100%)
	);
}

/* Gray Cards Style */
.gray-cards-wrapper span.elementor-icon,
.gray-cards-wrapper a.elementor-icon {
	background: var(--e-global-color-a39f681);
}

.gray-cards-wrapper h3.elementor-icon-box-title a {
	color: var(--e-global-color-secondary);
	text-decoration: underline;
	outline: 1px solid transparent;
}

.gray-cards-wrapper h3.elementor-icon-box-title a:hover {
	color: var(--e-global-color-25c894e);
}

.gray-cards-wrapper h3.elementor-icon-box-title a:focus-visible {
	outline: 1px solid var(--e-global-color-secondary);
	outline-offset: 2px;
	color: var(--e-global-color-a39f681);
}

/* Brown Cards Style */
.brown-cards-wrapper span.elementor-icon,
.brown-cards-wrapper a.elementor-icon {
	background: var(--Warm-Gray-Gradient, linear-gradient(180deg, #686058 0%, #2D2A26 100%));
}

.brown-cards-wrapper h3.elementor-icon-box-title a {
	color: var(--e-global-color-secondary);
	text-decoration: underline;
	outline: 1px solid transparent;
}

.brown-cards-wrapper h3.elementor-icon-box-title a:hover {
	color: var(--e-global-color-9d168db);
}

.brown-cards-wrapper h3.elementor-icon-box-title a:focus-visible {
	outline: 1px solid var(--e-global-color-secondary);
	outline-offset: 2px;
	color: var(--e-global-color-9d168db);
}

/* Red Cards Style */
.red-cards-wrapper span.elementor-icon,
.red-cards-wrapper a.elementor-icon {
	background: var(--e-global-color-a39f681);
}

.red-cards-wrapper h3.elementor-icon-box-title a {
	color: var(--e-global-color-21b73ee);
	text-decoration: underline;
	outline: 1px solid transparent;
}

.red-cards-wrapper h3.elementor-icon-box-title a:hover {
	color: var(--e-global-color-a39f681);
}

.red-cards-wrapper h3.elementor-icon-box-title a:focus-visible {
	outline: 1px solid var(--e-global-color-17f8cc6);
	outline-offset: 2px;
	color: var(--e-global-color-a39f681);
}

/* Header style */
@media screen and (max-width: 360px) {
	header .site-header-navigation {
		position: static !important;
	}
}

@media screen and (min-width: 1440px) and (max-width: 1740px) {
	header .site-header-navigation .site-logo,
	header .site-header-navigation .site-logo img {
		width: 260px !important;
	}

	header .site-header-navigation .header-navigation-wrapper {
		width: 84%;
	}

	header .site-header-navigation .header-navigation-wrapper a {
		font-size: 16px !important;
	}

	header
	.site-header-navigation
	.header-navigation-wrapper
	.elementor-widget-nav-menu {
		margin: 0 !important;
	}
}

@media screen and (max-width: 1740px) {
	header .site-header-navigation .site-logo img {
		max-width: 300px !important;
	}
}

@media screen and (min-width: 768px) {
	.testimonial-section .elementor-swiper-button.elementor-swiper-button-next {
		right: -13px !important;
	}

	.testimonial-section .elementor-swiper-button.elementor-swiper-button-prev {
		left: -13px !important;
	}
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
	header .site-header-navigation nav ul li:not(:last-child) > a {
		margin-inline-end: 15px !important;
	}

	header .site-header-navigation nav ul li:not(:first-child) > a {
		margin-inline-start: 15px !important;
	}
}

@media screen and (max-width: 767px) {
	.solid-btn a,
	.aaahinc-accordion-cta-links a{
		font-size: 18px !important;
		padding: 18px 25px !important;
	}
	.footer-service-list ul {
		column-count: 1;
	}
	.aah-timeline.timeline h2.contentHeading span.heading:not(:only-child) {
		margin-bottom: 40px;
	}
}

.frm_style_formidable-style .frm_fields_container {
	grid-gap: 0 13px;
}
.with_frm_style.frm_style_formidable-style .frm_form_fields > fieldset {
	background-color: transparent;
}
.with_frm_style.frm_style_formidable-style h2 {
	margin-bottom: 25px;
	margin-top: 0px;
}
.with_frm_style.frm_style_formidable-style p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 50px !important;
}
.with_frm_style.frm_style_formidable-style h3 {
	font-family: "Lato";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0.84px;
	text-transform: uppercase;
	color: var(--e-global-color-secondary);
	margin-bottom: 18px;
	margin-top: 0px;
}
.frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 32px;
}

.formNavy .with_frm_style {
	--label-color: var(--e-global-color-21b73ee);
	--form-desc-color: var(--e-global-color-21b73ee);
}
.formNavy .frm_style_formidable-style.with_frm_style .frm_submit button {
	background: var(--e-global-color-1c65635);
	color: var(--e-global-color-21b73ee);
}

/* Custome style.css style copy */
.image_gallery_carousel .swiper {
	padding: 120px 0 60px !important;
}
.custom-carousel-nav {
	display: flex;
	gap: 13px;
	align-items: center;
	justify-content: end;
}
.image_gallery_carousel .custom-carousel-nav {
	position: absolute;
	/* 		top:-130px; */
	top: 0px;
	right: calc((100vw - 1140px) / 2);
}

@media (max-width: 1280px) {
	.image_gallery_carousel .custom-carousel-nav {
		right: 0px;
	}
}
@media (max-width: 1024px) {
	.image_gallery_carousel .custom-carousel-nav {
		position: inherit;
		justify-content: center;
		margin-bottom: 30px;
	}

	.brown-cards-wrapper,
	.red-cards-wrapper,
	.gray-cards-wrapper {
		align-items: start !important;
	}
}

.carousel-btn {
	background: transparent !important;
	padding: 16px !important;
	transition: all 0.3s ease;
	display: flex;
	width: 64px;
	height: 64px;
	align-items: center;
	justify-content: center;
	border-radius: 50% !important;
	border: 2px solid var(--e-global-color-primary);
}

button.carousel-btn:hover,
.gray_gallery button.carousel-btn.carousel-play-pause:hover,
button.carousel-btn:focus-visible,
.gray_gallery button.carousel-btn.carousel-play-pause:focus-visible {
	background: var(--e-global-color-primary) !important;
}

.gray_gallery .carousel-btn.carousel-play-pause {
	background: var(--e-global-color-21b73ee) !important;
	border: 2px solid var(--e-global-color-21b73ee);
}

.carousel-play-pause {
	background: #f3f3f3 !important;
	border: none;
}

@media (max-width: 1024px) {
	.carousel-btn {
		width: 48px;
		height: 48px;
		padding: 12px !important;
	}
}

.custom-carousel-nav.carousel_center {
	justify-content: center;
}

.vehicle-accordion .is-open .aaahinc-aria-accordion__heading {
	border-bottom-left-radius: unset;
	border-bottom-right-radius: unset;
}

.vehicle-accordion .aaahinc-aria-accordion__panel {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

h2.contentHeading,
h3.contentHeading {
	margin-bottom: 20px;
}

h1.contentHeading .eyebrowText,
h2.contentHeading .eyebrowText {
	font-size: 20px;
	font-weight: 700;
	font-family: "Raleway";
	text-transform: uppercase;
	line-height: 34px;
	letter-spacing: 0.6px;
	margin-bottom: 18px;
	display: inline-block;
	color: var(--e-global-color-secondary);
}

.stats-section h2.contentHeading .eyebrowText,
.content-module-three.split-navy h2.contentHeading .eyebrowText {
	color: var(--e-global-color-a39f681) !important;
}

.hero-module-three.deep-red-bg h1.contentHeading .eyebrowText,
.hero-module-three.deep-red-bg h2.contentHeading .eyebrowText {
	color: var(--e-global-color-21b73ee);
}

.hero-module-three.navy-bg h1.contentHeading .eyebrowText,
.hero-module-three.navy-bg h2.contentHeading .eyebrowText {
	color: var(--e-global-color-17f8cc6);
}

.hero-module-three.white-bg h1.contentHeading .eyebrowText,
.hero-module-three.white-bg h2.contentHeading .eyebrowText {
	color: var(--e-global-color-e913c3d);
}

.nevy-layout .h1.contentHeading .eyebrowText,
.nevy-layout h2.contentHeading .eyebrowText {
	color: var(--e-global-color-21b73ee);
}

h1.contentHeading span.heading,
h2.contentHeading span.heading {
	display: block;
	font-family: "Freeman";
	font-weight: 400 !important;
}

h1.contentHeading span.heading:only-child,
h2.contentHeading span.heading:only-child {
	margin-bottom: 0;
}

h1.contentHeading span.heading {
	color: var(--e-global-color-9d168db);
}

h2.contentHeading span.heading {
	color: var(--e-global-color-9d168db);
}

.dark-layout h1.contentHeading span.heading,
.dark-layout h2.contentHeading span.heading {
	color: var(--e-global-color-21b73ee) !important;
}

.hero-module-three h1.contentHeading span.heading,
.hero-module-three .dark-layout h2.contentHeading span.heading {
	margin-bottom: 0 !important;
}

.locations-section h2.contentHeading span.heading {
	max-width: 740px;
}

.bus-service-location-section h2.contentHeading span.heading {
	max-width: 486px;
}

.bus-service-location-section ul li::marker {
	color: var(--e-global-color-738871c);
}

h1.contentHeading {
	margin: 0;
}

.content-module-three .centered-content h2.contentHeading span.heading,
.stats-section h2.contentHeading span.heading {
	max-width: 800px;
	margin-inline: auto;
}

.split-navy h2.contentHeading span.heading,
.nevy-layout h2.contentHeading span.heading,
.nevy-layout h1.contentHeading span.heading {
	color: var(--e-global-color-21b73ee) f !important;
}

.nevy-layout h1.contentHeading span.heading {
	margin-bottom: 0;
}

.left-aligned-content h2.contentHeading span.heading {
	margin-inline: unset;
}

.split-red h2.contentHeading span.heading,
.split-red h2.contentHeading .eyebrowText,
.red-layout h2.contentHeading span.heading,
.red-layout h2.contentHeading .eyebrowText {
	color: var(--e-global-color-21b73ee) !important;
}

.red-layout .gray-cards-wrapper svg path {
	fill: var(--e-global-color-e913c3d);
	color: var(--e-global-color-e913c3d);
}

h3.contentHeading .eyebrowText {
	font-family: "Freeman";
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 26px;
	letter-spacing: 1.2px;
	margin-bottom: 6px;
	display: inline-block;
	color: var(--e-global-color-secondary);
}

.locations-section h3.contentHeading .eyebrowText {
	font-family: "Freeman";
	font-weight: 400;
	color: var(--e-global-color-secondary);
}

.locations-section h3.contentHeading span.heading {
	color: var(--e-global-color-9d168db);
}

h3.contentHeading span.heading {
	display: block;
	margin-bottom: 20px;
}

.logo-module-section-new .logo-wrapper .gallery {
	text-align: center;
}

.logo-module-section-new .logo-wrapper img {
	width: 100%;
	height: 98px;
	object-fit: contain;
}

body.single-news h3.contentHeading .eyebrowText {
	color: var(--e-global-color-secondary);
}

body.single-news h3.contentHeading .heading {
	font-family: 'Freeman';
	font-size: 30px;
}

@media screen and (max-width: 1440px) {
	h1.contentHeading span.heading {
		font-size: 40px;
		line-height: 52px;
	}
	h2.contentHeading span.heading {
		font-size: 40px;
		line-height: 52px;
	}
}

@media screen and (max-width: 767px) {
	h1.contentHeading span.heading {
		font-size: 30px;
		line-height: 40px;
	}
	h1.contentHeading .eyebrowText {
		font-size: 24px;
	}
	h2.contentHeading span.heading,
	.step-card-section .step-card h3 span.link-text {
		font-size: 30px;
		line-height: 40px;
	}
	h2.contentHeading .eyebrowText {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.logo-module-section-new .logo-wrapper .gallery {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.logo-module-section-new .logo-wrapper .gallery figure.gallery-item {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.logo-module-section-new .logo-wrapper .gallery figure.gallery-item {
		width: auto;
	}
	.card-link-wrapper h3 {
		padding-right: 0;
	}
	.card-link-wrapper h3:after {
		content: "";
		right: -28px;
	}
	.two-column-logo-section .image-card-wrapper img,
	.faq-section .aaahinc-accordion-answer .image-gallery img{
		max-width: 273px;
	}
	.card-link-wrapper > .elementor-widget-icon-box {
		padding-right: 45px !important;
	}
}

.svgIconHeight svg {
	height: 1em !important;
	margin: 0px !important;
}

.key-features-section .feature-list {
	text-align: left;
	padding-left: 20px;
	list-style-position: outside;
	color: var(--e-global-color-21b73ee);
}

.key-features-section .feature-list li span {
	position: relative;
	color: var(--e-global-color-21b73ee);
}

.key-features-section .feature-list li span::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 8px;
	width: 8px;
	height: 8px;
	background: var(--e-global-color-21b73ee) fff;
	border-radius: 50%;
}

p:has(+ p) {
	margin-bottom: 20px !important;
}

.elementor-element p:last-child {
	margin-block-end: 0px !important;
}

.content-module-two img {
	border-radius: 30px;
	object-fit: cover;
}

.content-module-two h3 a {
	text-decoration: none !important;
	position: relative;
	outline: none;
}

.content-module-two h3 a:after {
	content: "";
	position: absolute;
	right: -42px;
	bottom: 0px;
	background-image: url(/wp-content/uploads/2026/06/arrowIcon.svg);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
}

.content-module-two h3:has(a),
.vehicle-details-grid-layout h3:has(a) {
	padding-right: 40px;
}

.vehicle-details-grid-layout h3 a,
.loop-news-section h2.contentHeading a {
	outline: 1px solid transparent;
}

.vehicle-details-grid-layout h3 a:hover {
	color: var(--e-global-color-secondary) !important;
}

.vehicle-details-grid-layout h3 a:not(:has(.link-text)):focus-visible,
.loop-news-section h2.contentHeading a:focus-visible span.heading {
	outline: 2px solid var(--e-global-color-secondary) !important;
	color: var(--e-global-color-9d168db) !important;
	text-decoration: underline;
	outline-offset: 2px;
}

.content-module-two h3 a:not(:has(.link-text)),
.vehicle-details-grid-layout h3 a:not(:has(.link-text)),
.loop-news-section h2.contentHeading a span.heading,
h3.contentHeading a span.heading {
	position: relative;
	color: var(--e-global-color-738871c) !important;
}

.content-module-two h3 a:hover span.link-text,
.vehicle-details-grid-layout h3 a:hover,
.loop-news-section h2.contentHeading a:hover span.heading,
h3.contentHeading a:hover span.heading {
	color: var(--e-global-color-9d168db) !important;
	text-decoration: underline !important;
}

h3.contentHeading a {
	outline: 2px solid transparent;
}

h3.contentHeading a:focus-visible span.heading {
	color: var(--e-global-color-secondary) !important;
	outline: 2px solid var(--e-global-color-secondary);
}

.content-wrapper-body ol li {
	margin-bottom: 20px;
}
.content-wrapper-body h4 .heading {
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}

.content-module-three ul li h3,
.content-module-three ul li h4,
.content-module-one ul li h3 {
	font-size: 18px;
	line-height: 26px;
	display: inline-block;
	margin: 0;
}

.content-module-three ul li h4:has(+ p),
.content-module-three ul li h3:has(+ p),
.content-module-one ul li h3:has(+ p) {
	margin-right: 4px;
}

.content-module-three ul li p,
.content-module-one ul li p {
	display: inline;
}

.content-module-three ul,
.content-module-one ul {
	margin-top: 20px;
}

.content-module-three ul li h4 {
	color: var(--e-global-color-21b73ee);
	font-weight: 700;
	font-family: 'Raleway';
}

.content-module-one ul li h3 {
	font-family: 'Raleway';
	font-weight: 700;
}

.accessibility-text-wrapper h2 {
	font-size: 30px;
	line-height: 36px;
}

.button-template-verticle {
	max-width: 420px;
}

.button-template-verticle a {
	width: 100% !important;
}

.button-template-verticle a span {
	justify-content: start;
}
.aah-timeline.timeline {
	background: transparent !important;
}

.timeline .timeline-item--third::after {
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 380px;
	min-width: calc(100vw + 75px);
	transform: translate(-50%, -600px);
}

.timeline .timeline-item--third::after {
	background-image: url(/wp-content/uploads/2026/06/ribbonImageLeft.svg);
	background-position: bottom;
}

.timeline .timeline-item--third:nth-child(odd)::after {
	background-image: url(/wp-content/uploads/2026/06/ribbonImageRight.svg) !important;
}

.aah-timeline.timeline h2.contentHeading span.heading,
.timeline-content h3,
.timeline-content .text-content {
	color: var(--e-global-color-a39f681) !important;
}

.aah-timeline.timeline a {
	color: var(--e-global-color-a39f681) !important;
}

.aah-timeline.timeline a:hover {
	color: var(--e-global-color-a39f681) !important;
}

.timeline-content .img-wrapper {
	z-index: 1;
}

.timeline-list::before {
	z-index: 2 !important;
	height: calc(100% + 19.25rem);
}

.timeline-list::before,
.timeline-item:nth-child(odd) .timeline-marker::after {
	background-color: var(--e-global-color-e913c3d) !important;
}

.timeline-item:nth-child(odd) .timeline-marker::after {
	right: -209px;
}

.timeline-item:nth-child(even) .timeline-marker::after {
	left: -209px;
}

.timeline-marker__icon svg,
.timeline-marker__icon svg path {
	fill: var(--e-global-color-21b73ee) !important;
	color: var(--e-global-color-21b73ee) !important;
}

.timeline-marker {
	font-family: "Freeman";
	font-weight: 400;
	border-color: var(--e-global-color-1c65635) !important;
	background: var(--e-global-color-1c65635) !important;
	font-size: 22px;
}

.timeline-content h3 {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: .44px;
	font-family: 'Freeman';
	font-weight: 400;
	text-transform: uppercase !important;
}

.timeline-marker {
	text-transform: capitalize !important;
}

.timeline-item:nth-child(even) .timeline-marker {
	top: clamp(120px, 40%, 160px);
}

.timeline-item:nth-child(odd) .timeline-marker {
	top: clamp(120px, 40%, 156px);
}

.timeline-content.noTimelineImage .timeline-marker {
	top: clamp(-20px, -15%, 0px);
}

.timeline-item:nth-child(even) .timeline-marker::after {
	background-color: var(--e-global-color-e913c3d) !important;
}

.timeline-item {
	z-index: 1;
}

#frm-success-message p {
	margin: 0px;
}

.post-naviation a {
	outline: none;
	padding: 2px;
}

.post-naviation a span.post-navigation__prev--label,
.post-naviation a span.post-navigation__next--label {
	border: 2px solid transparent;
}

.post-naviation a:hover span.post-navigation__prev--label,
.post-naviation a:hover span.post-navigation__next--label {
	color: var(--e-global-color-secondary) !important;
	text-decoration: underline !important;
}

.post-naviation a:focus-visible span.post-navigation__prev--label,
.post-naviation a:focus-visible span.post-navigation__next--label {
	color: var(--e-global-color-secondary) !important;
	border-color: var(--e-global-color-secondary);
}

.ribbon-image img {
/* 	right: -20px !important;
	min-width: calc(100% + 20px) !important; */
}

.loop-news-section .elementor-pagination span.page-numbers.current {
	background-color: var(--e-global-color-secondary) !important;
}

.loop-news-section .elementor-pagination a.page-numbers.next:after,
.loop-news-section .elementor-pagination a.page-numbers.prev:before {
	background-image: url(/wp-content/uploads/2026/05/ArrowIconRed.svg) !important;
	top: 20px;
}

.single-news h1.contentHeading .eyebrowText {
	color: var(--e-global-color-21b73ee) !important;
}

.loop-news-section .elementor-pagination .page-numbers {
    font-family: 'Freeman';
}

body.single-news h2:not(footer h2) {
	color: var(--e-global-color-9d168db) !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.card-link-wrapper {
		width: 450px;
	}
	.content-module-two img:not(#explore-our-vehicle-options.content-module-two img) {
		height: 260px;
	}
}

@media screen and (min-width: 1024px) {
	.content-module-three ul,
	.content-module-one ul {
		margin-block: 20px;
	}
	.ribbon-image img {
/* 		left: -40px !important;
		min-width: calc(100% + 80px) !important; */
		position: relative;
	}
	.content-module-two img:not(#explore-our-vehicle-options.content-module-two img) {
		height: 323px;
	}
}

@media screen and (min-width: 1240px) {
	.timeline-item {
		z-index: 0;
	}
	.timeline-item:nth-child(odd) {
		z-index: 1;
	}
}
