/*
Theme Name: RideUjjain
Theme URI: https://rideujjain.com
Author: RideUjjain
Author URI: https://rideujjain.com
Description: Modern one-page WordPress theme for RideUjjain taxi and tour service in Ujjain, Madhya Pradesh. Features Bootstrap 5, WhatsApp booking, fleet showcase, tour packages, FAQ, and contact form.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rideujjain
Tags: one-column, custom-menu, custom-logo, featured-images, theme-options, translation-ready, footer-widgets

RideUjjain WordPress Theme — Taxi Service in Ujjain
*/

/* WordPress admin bar offset for fixed navbar */
body.admin-bar #mainNav {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar #mainNav {
		top: 46px;
	}
}

body.admin-bar .hero-section {
	scroll-margin-top: 32px;
}

/* WordPress custom logo in navbar/footer */
.navbar-brand .custom-logo-link,
.footer-brand .custom-logo-link {
	display: inline-block;
	line-height: 0;
}

.navbar-brand .custom-logo,
.navbar-brand .brand-logo {
	height: 52px;
	width: auto;
	max-width: 200px;
}

.footer-brand .custom-logo,
.footer-brand .footer-logo {
	height: 62px;
	width: auto;
	max-width: 220px;
}
