/*
Theme Name: LuxeDrive
Theme URI: https://luxedrive.qodeinteractive.com
Description: Limousine and Car Rental Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: luxedrive
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.qodef-header--standard-extended #qodef-page-header {
    background-color: rgb(7 7 7 / 61%)!important;
}

.qodef-icon-with-text.qodef--predefined-text .qodef-m-text, .qodef-icon-with-text.qodef--predefined-text .qodef-m-title {
    letter-spacing: .1em!important;
}
.mobile-back-btn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 10px 16px;
  font-size: 16px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}

/* Show only on small screens (mobile) */
@media screen and (max-width: 768px) {
  .mobile-back-btn {
    display: inline-block;
  }
}