/*
Theme Name: Ambulance Paramedics Pro
Theme URI: https://www.themagnifico.net/products/paramedics-wordpress-theme
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: The Paramedics WordPress Theme is a premium, professionally designed template tailored specifically for ambulance services, paramedic teams, and emergency medical technicians (EMTs). Whether you operate a private ambulance company, a 24/7 emergency ambulance service, or manage critical care ambulance logistics, this theme provides a sophisticated and user-friendly platform to represent your services online. Built with clean, optimized code and a retina-ready layout, the theme delivers lightning-fast page loads, stunning visual elements, and seamless mobile responsiveness. It supports important features such as ambulance booking systems, online appointment forms, and WooCommerce integration—making it ideal for patient transport, air ambulance, road ambulance, and neonatal ambulance operations. The customizable banner, team section, and call-to-action (CTA) buttons help promote emergency response services, ambulance hire, and medical evacuation offers. With ambulance SEO tools embedded, your ambulance website can rank for high-value keywords like “ambulance near me” or “emergency ambulance service,” driving local visibility and trust.
Version: 0.0.4
Requires at least: 5.0
Tested up to: 6.8
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: ambulance-paramedics-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Ambulance Paramedics Pro WordPress Theme has been created by Themagnifico(themagnifico.net), 2025.
Ambulance Paramedics 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: #0092C5;
  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 {
  display: inline-flex;
  gap: 5px;
  animation: l3-0 1s infinite;
  transform-origin: 50% calc(100% + 2.5px);
}
.loader:before,
.loader:after {
  content: "";
  width: 25px;
  aspect-ratio: 1;
  box-shadow: 0 0 0 3px inset #fff;
}
.loader:after {
  transform-origin: -2.5px calc(100% + 2.5px);
  animation: l3-1 1s infinite;
}
@keyframes l3-1 {
  50%,
  100% {transform:rotate(180deg)}
}
@keyframes l3-0 {
  0%,
  50%  {transform:rotate(0deg)}
  100% {transform:rotate(90deg)}
}