* {
	padding:0;
	margin:0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
	background-color: rgb(255,255,255);
}

button, a, input[type=submit]{
	cursor: pointer;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}
.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	height: 100vh;
	float: left;
	background-image: url(https://allsmilesss.naynacodes.com/wp-content/uploads/2025/01/colored-background-1.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	color: #fff;
	overflow: hidden;
}

.notfound-content .elementor-container {
	backdrop-filter: blur(30px);
	padding: 40px;
}

.error404 .notfound-content h1 {
	color: #fff;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}


body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}

body .gform_wrapper {
	margin: 0px 0;
}

body .gform_wrapper form {
	width: 100%;
	float: left;
}

body .gform_wrapper form .gform_body {
	float: left;
	width: 100% !important;
	margin: 0 !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body .gform_fields {
	width: 100%;
	float: left;
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

body .gform_wrapper form .gform_body .gform_fields .gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0px !important;
	margin: 0px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}

body .gform_wrapper input[type=color],
body .gform_wrapper input[type=date],
body .gform_wrapper input[type=datetime-local],
body .gform_wrapper input[type=datetime],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=month],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper input[type=search],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=time],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=week],
body .gform_wrapper select,
body .gform_wrapper textarea {
	padding: 15px 8px !important;
	font-size: 16px !important;
	border: 1px solid rgb(226, 226, 226) !important;
	border-radius: 4px;
	outline: 0;
	color: rgb(71, 71, 71);
	font-family: "Helvetica", Sans-serif;
}

body .gform_wrapper input::placeholder{
	color: rgb(71, 71, 71);
}

body .gform_wrapper.gravity-theme .gform_footer button,
body .gform_wrapper.gravity-theme .gform_footer input,
body .gform_wrapper.gravity-theme .gform_page_footer button,
body .gform_wrapper.gravity-theme .gform_page_footer input{
	margin-bottom: 0 !important;
	outline: none !important;
	border: 0 !important;
	text-transform: uppercase !important;
}

body .gform_wrapper form .gform_body .gform_fields .gfield label {
	width: 100%;
	float: left;
	color: #000;
	font-family: 'Satoshi-Regular';
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	line-height: 120%;
}

body .gform_wrapper form .gform_body .gform_fields .gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}

body .gform_wrapper form .gform_body .gform_fields .gfield.full-size {
	width: 100%;
}

body .gform_wrapper form .gform_body .gform_fields .gfield textarea {
	width: 100% !important;
	height: 130px !important;
	border-radius: 4px !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: 'Satoshi-Regular';
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}

body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}

body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_footer {
	padding: 0 !important;
	margin-bottom: 0px !important;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 36px !important;
	border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
}

/* header css */

.service-icon .elementor-icon svg {
	height: 26px !important;
	animation: shiver 1s ease-in-out infinite alternate;
}

@keyframes shiver {
	0% {
		transform: rotate(3deg);
	}
	100% {
		transform: rotate(-3deg);
	}
}

.nav-bar li.brands-tire .sub-menu {
	padding: 12px 0;
	max-height: 45vh;
	overflow-y: auto;
}

/* Home page css */
/* Outlet prices section */

.outlet-prices .elementor-thumbnails-swiper .swiper-wrapper .swiper-slide {
	width: 70px !important;
	height: 70px;
}

.outlet-prices .elementor-thumbnails-swiper .swiper-wrapper {
	gap: 10px;
	transform: unset !important;
	transition-property: unset !important;
	transition-duration: unset !important;
}

.outlet-prices .elementor-thumbnails-swiper .swiper-wrapper  .swiper-slide-active {
	border: 4px solid #fff;
}

.outlet-prices .elementor-swiper-button {
	background-color: rgba(22, 22, 22, 0.5);
	padding: 8px 4px;
}

/* Logos section */

.brand-logo-one .elementor-gallery__container .e-gallery-item {
	--item-height: 50px !important;
}

.brand-logo-one .elementor-gallery__container {
	padding-bottom: 4.1% !important;
}

.brand-logo-two .elementor-gallery__container .e-gallery-item {
	--item-height: 32.7px !important;
}

.brand-logo-three .elementor-gallery__container {
	padding-bottom: 3.5% !important;
}

.brand-logo-three .elementor-gallery__container .e-gallery-item {
	--item-height: 38.61px !important;
}

.brand-logo-three .elementor-gallery__container {
	padding-bottom: 3.5% !important;
}

/* Brand section */

.brand-logo .elementor-gallery__container .e-gallery-item .e-gallery-image {
	background-size: contain;
	background-repeat: no-repeat;
}

/* Newsletter section */

.newsletter .es_form_wrapper form {
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: center;
}

.newsletter .es_form_wrapper form .es-field-wrap.ig-es-form-field {
	width: -webkit-fill-available;
	margin: 0 !important;
}

.newsletter .es_form_wrapper form .es-field-wrap.es-submit-container {
	width: auto !important;
	margin: 0 !important;
}

.newsletter .es_form_wrapper form .es-field-wrap.ig-es-form-field label.es-field-label {
	font-size: 0;
}

.newsletter .es_form_wrapper form .es-field-wrap.ig-es-form-field label.es-field-label br {
	display: none;
}

.newsletter .es_form_wrapper form .es-field-wrap.es-submit-container input.es-subscribe-btn.es-custom-button {
	margin: 0 !important;
	font-family: "Helvetica", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	line-height: normal !important;
	color: #FFFFFF !important;
	border-radius: 48px 48px 48px 48px !important;
	padding: 19px 40px 19px 40px !important;
	height: auto !important;
}

.newsletter .es_form_wrapper form .es-field-wrap.es-submit-container input.es-subscribe-btn.es-custom-button:hover {
	background-color: rgb(246, 0, 0) !important;
}


.newsletter .es_form_wrapper form .es-field-wrap.ig-es-form-field input.es_required_field {
	padding: 19px !important;
	font-size: 16px !important;
	border: 1px solid rgb(226, 226, 226) !important;
	width: 100%;
}

/* content us form */

div#gform_wrapper_2 form {
	text-align: -webkit-center;
}

div#gform_wrapper_2 form .gform_footer.top_label {
	justify-content: center;
	align-items: center;
}

body .gform_wrapper form .gform_body .gform_fields div#field_2_11 {
	font-size: 14px;
	padding-top: 8px;
}

body .gform_wrapper form .gform_body .gform_fields div#field_2_11 a {
	color: rgb(199, 0, 0);
	font-size: 14px;
}

body .gform_wrapper form .gform_body .gform_fields div#field_2_11 a:hover {
	color: rgb(147, 0, 0);
}

/* price quote */

.price-quote a{
	font-size: 12px !important;
}

/* Caption container styling */
.carousel-caption-container {
	font-size: 18px;
	font-family: "Helvetica", Sans-serif;
	color: #fff;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}

.outlet-prices .carousel-caption-container {
	padding: 12px 0;
}

.carousel-caption-container .caption-text {
	margin: 0;
}

/* Adjust spacing if needed */
.elementor-widget-media-carousel .elementor-thumbnails-swiper {
	margin-top: 0;
}

.review-profile-warpper {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}