/*!
Theme Name: webizseo
Theme URI: http://underscores.me/
Author: webizseo
Author URI: https://www.webizseo.com/
Description: A wordpress theme by WebizSEO.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webizseo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

webizseo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Webizseo CSS */

/*** 
=============================================
  Color Css 
=============================================
***/

.bg-primary {
	background: var(--themeColorPrimary) !important;
}
.driving-courses-section .sec-title .sub-title::before, .info-form-section .sec-title .sub-title::before, .testimonials-section .sec-title .sub-title::before {
	background-image: url(assets/mu-images/shape/mu-wht-shape.png);
}
.driving-courses-section .project-tab .project-tab-btns .p-tab-btn:hover, .driving-courses-section .project-tab .project-tab-btns .p-tab-btn.active-btn {
	color: var(--themeColorSecondry);
}
.mu-simple-page ul {
	position: relative;
	margin-bottom: 30px;
}
.mu-simple-page ul li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 30px;
}
.mu-simple-page ul li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 8px;
	background-image: url(assets/images/icons/icon-1.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
/*** 
=============================================
  Header Section Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
@media (max-width: 768px){
	.page-title {
		padding: 60px 0;
		text-align: center;
		background-size: cover;
		background-position: center;
	}
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
.banner-section .content-box .inner {
	padding: 0 120px;
}

.brand-logo .single-logo {
	width: 200px;
	height: 100%;
}
.mu-guides-img a img {
	width: 100%;
	height: 300px;
	object-fit: contain;
	box-shadow: 5px 5px 5px 5px #eee;
}
@media (max-width: 768px){
	.banner-section .content-box {
		min-height: 500px;
		max-width: 100%;
	}
	.banner-section .content-box .inner {
		padding: 0px;
	}
	.mu-slider-btn {
		display: none;
	}
}
/*** 
=============================================
  About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
.mu-gallery img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Location Page Css 
=============================================
***/
.contact-section .tab-area .tab-btn-style-one {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	border-radius: 0;
/* 	scroll-behavior: smooth;
	overflow-x: scroll;
	scrollbar-width: thin;
	scrollbar-color: #c8110d #1b1515; */
	justify-content: space-between;
	
}
.contact-section .tab-area .tab-btn-style-one li {
	margin: 0 0px;
	margin-bottom: 10px;
}
.nav-link.mu-location-btn {
	margin: 0 1px;
	box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
	border: 0;
	padding: 22px 0;
	border-bottom: 2px solid var(--themeColorPrimary);
	border-radius: 0;
	background-color: var(--themeColorSecondry);
	width: 220px;
}
.nav-link.mu-location-btn.active {
	border-color: var(--themeColorSecondry);
	background: var(--themeColorPrimary);
}
.nav-link.mu-location-btn h4 {
	color: var(--white);
}
@media (max-width: 768px){
	.nav-link.mu-location-btn {
		padding: 15px 0;
		width: 170px;
	}
	.nav-link.mu-location-btn h4 {
		font-size: 16px;
		font-weight: 600;
	}
}
/*** 
=============================================
  Registration Page Css 
=============================================
***/
.mu-register-form input[type="checkbox"], .mu-register-form input[type="radio"] {
	visibility: inherit;
	opacity: 1;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin: 25px 5px 25px 0px;
}
#dateInput {
	width: 65% !important;
}
.date-list {
	display: none; /* Hidden initially */
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 8px;
	background-color: #f9f9f9;
	margin-top: 20px;
}
.date-item {
	background-color: #e0f0ff;
	padding: 8px 12px;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.date-item button {
	background: #dc3545;
	border: none;
	color: white;
	padding: 4px 10px;
	border-radius: 6px;
	cursor: pointer;
}
.date-item button:hover {
	background-color: #b02a37;
}
.mu-popup-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
.mu-popup-content {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	text-align: center;
	max-width: 500px;
	width: 100%;
	box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}
.mu-popup-close {
	margin-top: 20px;
	background: #222;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 6px;
	cursor: pointer;
}
@media (max-width: 768px){
	.about-section-two.mu-registration-form {
		padding: 60px 0 90px;
	}
	.about-section-two.mu-registration-form .consult-form {
		padding: 30px 10px 30px;
	}
	button.theme-btn.btn-style-one.mu-daysoff-btn {
		padding: 15px 0px !important;
		min-width: 120px !important;
		margin-left: -17px !important;
	}
	button.theme-btn.btn-style-one.mu-daysoff-btn:after {
		display: none;
	}
	.mu-register-form input[type="checkbox"], .mu-register-form input[type="radio"] {
		margin: 10px 5px 10px 0px;
	}
	.mu-availability label, .mu-how_heard label {
		display: block;
	}
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.contact-widget .contact-info li .icon, .about-widget .social-links li a {
	background: var(--themeColorPrimary);
}
.contact-widget .contact-info li:hover .icon,.about-widget .social-links li a:hover {
	background-color: var(--themeColorSecondry);
	border: 3px solid var(--themeColorPrimary);
}
@media (max-width: 768px){
}
/*** 
=============================================
  Floating button Area Css 
=============================================
***/
.scroll-to-top {
	right: 5px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	line-height: 46px;
}
.mu-single-call-box {
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	padding: 0 50px;
}
.mu-single-call-box .mu-btn {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	transition: 0.1s;
	margin: 0 auto;
}
.floating-btn, .floating-btn-2{
	display: none;
}
.floating-btn , .floating-btn-2 {
	background:    var(--themeColorPrimary);
	border-radius: 5px;
	box-shadow:    0 5px #000000;
	padding:       15px 15px;
	color:         #ffffff;
	font:          normal bold 20px/1 "Open Sans", sans-serif;
	text-align:    center;
}
/*Mobile Css Start*/
@media (max-width: 768px){
	.mu-single-call-box {
		display: none;
	}
	.floating-btn, .floating-btn-2 {
		position: fixed;
		bottom: 20px;
		display: block !important;
		z-index: 999;
	}
	.floating-btn{
		left: 10px;
	}
	.floating-btn-2{
		right: 70px;
	}
	.floating-btn a, .floating-btn-2 a {
		color: white !important;
		font-size: 20px;
	}
}