/*
Theme Name: Smart Limo DMV
Theme URI: https://smartlemodmv.com
Description: A simple and clean WordPress theme for Smart Limo DMV. Developed by <a href="https://mharis.info" target="_blank">Muhammad Haris</a>.
Author: Muhammad Haris
Author URI: https://mharis.info
Requires at least: 6.1
Tested up to: 6.4
Requires PHP: 7.4
Template: hello-elementor
Version: 1.0.0
Text Domain: smartlimodmv
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: responsive-layout, custom-colors, custom-menu, custom-logo, featured-images
*/

/* Add your custom styles here */

.car-list {
  list-style: none;
  padding: 0;
}
.car-list li::before {
  content: "\f1b9"; /* Unicode for the car icon */
  font-family: "Font Awesome 5 Free"; /* Font Awesome font family */
  font-weight: 900; /* Font weight of the icon */
  margin-right: 5px; /* Adjust as needed */
  color: #932432;
}

