/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 23 2026 | 11:51:44 */
 





/* --- Custom Booking Tabs Styling --- */
 
/* 1. Make sure the main row can hold the overlay */
.dark-overlay {
    position: relative !important;
}

/* 2. Create the dark overlay */
.dark-overlay::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 1 !important; 
    pointer-events: none !important;
}

/* 3. Push all your text/buttons above the dark overlay */
.dark-overlay > * {
    position: relative !important;
    z-index: 2 !important; /* Forces the content to sit on top of the z-index: 1 overlay */
}
 

.our_vehicle_section h5 a{
	    font-weight: 600;
}
 

.home-hero-section.vc_custom_1779081369951{
    background-position: 50% 28% !important;
}

.theme-menu.theme-menu-default>ul>li>a, .theme-page-header .theme-component-button>a{
	color: #fff;
}


.theme-menu.theme-menu-default>ul>li:hover > a{
	color:#f47b20;
}

  .theme-page .theme-page-header .theme-page-header-top>.theme-main>.vc_row{
	padding:0px;
}


.custom-booking-wrapper {
    width: 100%;
    margin: 0 auto;
}

.cbe-tabs-nav{
	    gap: 5px !important;
}

.wpcf7-form label {
    font-size: 14px !important;
    line-height: 14px !important;
    color: #000 !important;
    font-weight: 600 !important;
}

.wpcf7-form .theme-form-field{
	border-color: #a1a1a1;
}


.theme-component-contact-form .wpcf7-submit{
	text-align: center !important;
    padding: 10px 20px !important;
}

/* Container for the buttons */
.booking-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 15px; /* Space between buttons */
    margin-bottom: 0; /* Brings buttons flush to the form */
}

/* Individual Tab Buttons */
.booking-tab-btn {
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Hover & Active State (The Orange Color) */
.booking-tab-btn:hover,
.booking-tab-btn.active {
    background-color: #FF700A;
    color: #ffffff;
}

/* Hide inactive panels */
.booking-tab-panel {
    display: none;
    animation: fadeEffect 0.5s; /* Smooth transition */
}

/* Show active panel */
.booking-tab-panel.active {
    display: block;
}

.chbs-main .chbs-main-content{
margin-top:20px !important;
}

/* Smooth Fade Animation */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.chbs-form-field.chbs-form-field-transfer-type , .chbs-form-field-transfer-type{
	display:none !important;
}

.cbe-tab-panel .chbs-form-field{
	background:transparent !important;
	border:0px !important;
	border-bottom:2px solid #FF700A !important;
}

.cbe-tab-panel .chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel{
	gap:15px;
	background:rgba(35, 35, 38,0.7);
	border-radius:10px;
	padding:10px;
}
.cbe-tab-panel .chbs-main .chbs-tooltip{
	color:#fff !important;
}

.cbe-tab-panel  .chbs-main .chbs-form-field>label{
	text-transform:capitalize;
	font-weight:600;
	font-size:16px;
}

.cbe-tab-panel .chbs-form-field > input{
	background:transparent !important;
	color:#fff;  
}
.cbe-tab-panel .chbs-tab .ui-tabs-panel{
	border:0px !important;
}
.cbe-tab-panel .chbs-main .chbs-form-field>label{
	color:#fff;
}
.cbe-tab-panel .chbs-tab .chbs-form-field span.ui-selectmenu-text{
		color:#fff !important; 
}

li[data-booking_extra_id="23810"] .chbs-booking-form-extra-price, .chbs-main .chbs-copyright {
    display: none !important;
}

.chbs-main .chbs-booking-complete{
	margin:10px auto 10px auto !important;
}

.chbs-main .chbs-ride-info>div>span:first-child+span{
	font-size:15px;
	color:#000;
}

 
.chbs-main .chbs-summary .chbs-summary-field .chbs-summary-field-value{
	font-weight:600;
}
.chbs-main .chbs-summary .chbs-summary-field .chbs-summary-field-name{
	font-size:13px;
	font-weight:500;
}

.cbe-tab-btn{
	background: rgba(255,255,255,0.50); 
	color: #fff; 
}

.footer-copyright .vc_column_container{
	margin-bottom: 0px;
}

.theme-text-copyright p{
	    padding-top: 0px;
}

.hero-section-sub-title{
	font-weight: 400;
    font-size: 22px;
	text-shadow: 0 1px 4px rgba(0,0,0,0.85);
} 


.hero-section-text-msg{
	font-weight: 400;
    font-size: 20px;
	text-shadow: 0 1px 4px rgba(0,0,0,0.85);
}
 

.theme-page .theme-page-footer .theme-page-footer-bottom{
	padding-top: 0px;
}

#ui-datepicker-div a, #ui-datepicker-div a:visited {
    color: #2C3E50 !important;
}

.ui-datepicker-prev, .ui-datepicker-next{
	border-color: #FF700A !important;
}
.ui-datepicker-prev-hover, .ui-datepicker-next-hover{
	background-color: #FF700A !important;
}
 

.why-chose-us-box-section .theme-component-feature-item p{
	padding: 0px !important; 
    font-size: 15px;
}

.why-chose-us-box-section .theme-component-feature-item-header {
    margin: 20px 0px 5px 0px !important
	 
}
.theme-component-feature-item-header{
	font-weight:500;
}


.hero-section-main-title{
	margin-top: 0px !important;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.8),  0 0 15px rgba(0,0,0,0.6);
}
 

@media screen and (max-width: 768px) {
	
	.hide_in_mobile{
		display:none;
	}
	
	
	.theme-page .theme-page-header .theme-page-header-flex>.vc_column-inner>.wpb_wrapper{
		justify-content: space-between;
	}
	
	html body .theme-main, .theme-page-content .theme-main.theme-gutenberg-block>* {
        width: 350px;
    } 
	
	.book_your_ride_btn.hero-section-btn {
		margin-right: 0px !important;
		width: 78% !important;
	}
     
	.hero-section-btn a{
		width: 100%;
	}
	
	.hero-section-main-title{
		font-size: 35px;
	}
	.hero-section-sub-title{
		font-size: 18px;
	}
	 
	.vc_custom_1778843749856{
		margin-top: 0px !important;
    	margin-bottom: 0px !important;
	}
	
	.cbe-tab-btn{
		padding: 12px 10px;
   		 font-size: 15px;
		margin: 0 auto;
	}
}

 
a, body, input, select, textarea, html .select2-container--default .select2-selection--single .select2-selection__rendered,h1,h2,h3,h4,h5,h6,p, .cbe-tab-btn {
    font-family: 'Poppins' !important;
}
 

.theme-page-footer-top, .theme-page-footer-middle {
    background: #17171A !important;
} 

.theme-page-footer-bottom{
	background: #232326;
}

.theme-component-call-to-action-style-1 .theme-component-call-to-action-box{
	background-color: rgba(256, 256, 256, 0.8) !important;
}

.how_it_works_section > .vc_column_container{
	margin-bottom:0px;
}

 
.theme-page-footer-bottom .theme-component-social-profile a{
	color:#fff !important;
}

.theme-page-footer .theme-widget-header, .theme-page-footer p, .theme-page-footer li, .theme-page-footer .theme-component-feature-item-header {
    color: #fff !important;
}

.theme-page-footer ::before{
	color:#FF700A;
}

.how-it-works-boxes .theme-component-feature-item{
	background: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: left;
	min-height: 270px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.how-it-works-boxes .theme-component-feature-item:hover{
	background:#ffffff80;
}

.our_vehicle_section .vc_column_container > .vc_column-inner:hover {
	background:#F9F9FA !important;
}	

.our_vehicle_section .vc_column_container > .vc_column-inner{
	border-radius: 0px 0px 20px 20px;
}

.how-it-works-boxes .theme-component-feature-item-header, .how-it-works-boxes  p{
	padding: 0px !important;
}

.text-color-white, .text-color-white a{
	color:#fff !important;
}

.hero-section-btn{
	margin-right:30px !important;
	    margin-bottom: 10px;
} 

.hero-section-btn a:hover{
	background-color:#fff !important;
}