/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.10.1756896650
Updated: 2025-09-03 10:50:50

*/
.dropShadowOne {
    filter: drop-shadow(0 40px 165px #000000);
}

.heroLayer1,
.heroLayer2,
.heroLayer3 {
    opacity: 0;
}

.ekit-template-content-markup.ekit-template-content-header {
    position: sticky;
    z-index: 9;
    margin: auto;
    top: 0;
	left:0;
	right:0;
    overflow: hidden;
	width:100%;
}

header nav li:not(:last-child) a.ekit-menu-nav-link {
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

header nav li:not(:last-child) a.ekit-menu-nav-link::before,
header nav li:not(:last-child) a.ekit-menu-nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: all 0.5s;
}

header nav li:not(:last-child) a.ekit-menu-nav-link::before {
    top: 0;
    left: 0;
}

header nav li:not(:last-child) a.ekit-menu-nav-link::after {
    bottom: 0;
    right: 0;
}

header nav li:not(:last-child) a.ekit-menu-nav-link:hover::before,
header nav li:not(:last-child) a.ekit-menu-nav-link.active::before {
    width: 100%;
    transition: width 0.25s ease-in-out;
}

header nav li:not(:last-child) a.ekit-menu-nav-link:hover::after,
header nav li:not(:last-child) a.ekit-menu-nav-link.active::after {
    width: 100%;
    transition: width 0.25s ease-in-out 0.25s;
}

header nav li:not(:last-child) a.ekit-menu-nav-link:hover,
header nav li:not(:last-child) a.ekit-menu-nav-link.active {
    color: #8EA9F8 !important;
    transition: all 0.25s ease-in-out 0.25s;
}

header nav li:last-child a.ekit-menu-nav-link {
    position: relative;
    overflow: hidden;
    background: transparent;
    z-index: 1;
    border: 1px solid #fff;
    padding: 8px 35px !important;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 50px;
}

header nav li:last-child a.ekit-menu-nav-link:hover {
    color: #000 !important;
    border-color: #000;
}

header nav li:last-child a.ekit-menu-nav-link::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s ease;
}

header nav li:last-child a.ekit-menu-nav-link:hover::before {
    width: 100%;
}

header nav li:last-child a.ekit-menu-nav-link.active{
	color:#fff !important;
}

header nav li:last-child a.ekit-menu-nav-link.active:hover{
	color:#000 !important;
}

#heroSubBar span{
    background-image: url(https://img.freepik.com/free-vector/detailed-grunge-texture-background-design_1048-12716.jpg);
    background-clip: text;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    stroke: #000000;
}

.customButton{
    display: block;
    background-color: #000;
    padding: 8px 25px !important;
    border-radius: 50px;
    color: #fff;
    margin-top: 10px;
    width: fit-content;	
	position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #fff;
    text-decoration: none;
    transition: all 0.3s ease;
	cursor:pointer;
}

.elementor-button{
	position: relative;
    overflow: hidden;
    z-index: 1;
	cursor:pointer;
	border: 1px solid #fff;
}

.customButton:hover,
.elementor-button:hover{
    color: #000 !important;
    border-color: #000;
}

.customButton::before,
.elementor-button::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s ease;
}

.customButton:hover::before,
.elementor-button:hover::before{
    width: 100%;
}

.customButton.customBtnFullWidthCenter{
    width: 90%;
    margin: 5px auto 0 auto;
    display: block;
}

.et_pb_contact_form_0.et_pb_contact_form_container h1{
    font-family: "Prompt", Sans-serif !important;
}

.request-demo-form .et_pb_contact_form_label{
    font-family: "Montserrat", Sans-serif !important;
}

#contact-us-form input[type="text"],
#contact-us-form input[type="tel"],
#contact-us-form input[type="email"],
#contact-us-form select,
#contact-us-form textarea{
    background-color: #fff !important;
    color: #000 !important;
    font-family: "Montserrat", Sans-serif !important;
    border: 1px solid #efefef !important;
}

#contact-us-form input[type="text"]::placeholder,
#contact-us-form input[type="tel"]::placeholder,
#contact-us-form input[type="email"]::placeholder{
    border: 0 !important;
    color: #ccc;
}

#contact-us-form #signUpDealershipBttn{
    padding: 20px 30px !important;
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 100px !important;
    font-family: "Montserrat", Sans-serif !important;
}

.upDown {
		display: inline-block;
		animation: upDownAnim 3s ease-in-out infinite;
	}

	.upDown:nth-child(3) {
		animation-delay: 0s;
	}

	.upDown:nth-child(10) {
		animation-delay: 0.3s;
	}

	.upDown:nth-child(11) {
		animation-delay: 0.6s;
	}

	.upDown:nth-child(12) {
		animation-delay: 0.9s;
	}

	.upDown:nth-child(13) {
		animation-delay: 1.2s;
	}

	.upDown:nth-child(18) {
		animation-delay: 1.5s;
	}

	/* Up–down keyframes */
	@keyframes upDownAnim {

		0%,
		100% {
			transform: translateY(0);
		}

		50% {
			transform: translateY(-20px);
		}
	}

.homeCards .elementor-widget-wrap.elementor-element-populated .card{
	height: 100%;
}

.page-id-1283 #ourReviews{
	display:none;
}
.footer-links-wrapper .row.quicklink{
	display: none;
	max-width: 80%;
    margin: auto;
	text-align: justify;
}
.footer-links-wrapper #showquicklink{
	cursor: pointer;
}
.footer-links-wrapper{
	background-color: #000;
	border-top: 2px solid #8EA9F8;
	padding: 15px;
}
.footer-links-wrapper .copy-right-text p{
	margin-bottom: 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.footer-links-wrapper{
	font-size: 16px;
    color: #fff;
}
.footer-links-wrapper .quicklink a{
	color: #fff;
	text-decoration: underline;
}
.footer-links-wrapper .quicklink a:hover{
	color: #8EA9F8;
}
.coomnFormat {
    font-size: 18px;
    display: inline;
    font-weight: 500;
    color: #000;
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #74b0e4;
    color: #000;
}
.barSep1 {
    color: #000;
    display: inline;
    margin: 0px 5px;
    position: relative;
    bottom: 2px;
}
.h2Design {
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #3686ff;
    color: #000;
    font-size: 30px;
    text-align: center;
}

.subscribe-form label.email-field {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.subscribe-form label.email-field input[type="submit"]{
  background-color: #000;
  padding: 13px 20px;
}
.subscribe-form .wpcf7-response-output{
    color: #fff;
}