/*
Theme Name: Eauto Repair Pro
Theme URI: https://www.themagnifico.net/products/eauto-repair-wordpress-theme
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: The Eauto Repair WordPress Theme is a professional, modern, and multipurpose design crafted for automotive businesses such as car repair shops, garages, auto service centers, fuel injection service, vehicle inspection center, auto service scheduling, auto repair CRM, car parts replacement, headlight replacement, taillight repair, alternator repair, starter motor replacement and vehicle maintenance companies. With a clean, minimal, and elegant layout, it offers a polished appearance that reflects reliability and expertise. Built using Bootstrap, this theme is fully responsive, mobile-friendly, and retina-ready, ensuring your site looks beautiful and functions perfectly across all devices. It comes with essential features like a banner section to highlight key services, a testimonial section to display customer reviews, and a team section to introduce your mechanics and staff. The inclusion of Call to Action (CTA) buttons further enhances user engagement, guiding visitors to book services or request quotes. Designed for expert service providers, the theme provides optimized codes, secure and clean code, and faster page load time to improve both user experience and search engine performance. Its SEO-friendly structure boosts visibility while maintaining a sleek and professional interface.
Version: 0.0.2
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: eauto-repair-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Eauto Repair Pro WordPress Theme has been created by Themagnifico(themagnifico.net), 2025.
Eauto Repair Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */


@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');


/*--------- Site Loader --------------*/
.preloader {
  background: #0054EF;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  align-items: center;
    justify-content: center;
}


.woocommerce .loader::before{
  background: none !important;
}



/* HTML:  */
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: #fff #0000;
  animation: l16 1s infinite linear;
}
.loader::before,
.loader::after {    
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.loader::before {
  border-color: #fff #0000;
  animation: inherit; 
  animation-duration: .5s;
  animation-direction: reverse;
}
.loader::after {
  margin: 8px;
}
@keyframes l16 { 
  100%{transform: rotate(1turn)}
}