/**
 * Theme Name: aapgh
Theme URI: https://uriateho.com
Template: idealauto
Author: Uriah Tehoda
Author URI: https://uriateho.com
Description: aapgh With over 25 years of expertise, American Autopart Limited is your trusted partner in general repairs and maintenance for both light and heavy-duty vehicles.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.0.0
 */
:root {
  --main: #ed1c24;
  --secondary: #d71b22;
  --third: #ffe400;
  --fourth: #fde8e9;
  --light: #ffffff;
  --dark: #000000;
  --heading: #131313;
  --body: #6f6f6f;
  --bodybg: #ffffff;
  --btn-color: #ffffff;
  --btn-color2: #ffffff;
  --btn-bgcolor: #ed1c24;
  --btn-bgcolor2: #ed1c24;
  --e-global-color-primary: #ed1c24;
  --e-global-color-secondary: #131313;
  --custom2: #dfdfdf;
}
.btn-theme {
  background: var(--main);
  color: #ffffff;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  line-height: 50px;
}

button.btn-theme {
  border: 0;
}

section.banner-adven1 {
	// overflow: hidden;
}

.backToTop.with-shadow {
	color: var( --e-global-color-primary ) !important;
}

.whatsapp-button {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 9999;
  background-color: #25D366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 7px 16px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 35px;
  height: 35px;
}

.elementor-widget-hotspot .elementor-widget-container>img {
	width: revert-layer;
}
