/* Stylesheet for Custom CSS */

.price{
    background-color: #fdb531;
    padding: 10px;
    color: black;
}
.price-txt{
    color: black;
}
.bg-num{
    padding: 0px;
    margin: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 72px;
    font-weight: bold;

}
@media (max-width: 767px) {
    .bg-num{
        padding: 0px;
        margin: 0px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #ffffff;
        font-weight: 400;
        font-size: 52px;
        font-weight: bold;

	}
    
}


.selectpicker {

    border: 1px solid #ed5623; /* Border color */
    padding: 10px; /* Padding */
    border-radius: 2px; /* Rounded corners */
    width: 100px; /* Width of the dropdown */
    font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  
  background: #ed5623;
}

/* Style the dropdown button when hovered */
.selectpicker:hover {
    background-color: #d1552b; /* Background color */
}

/* Style the dropdown options */
.selectpicker option {
    background-color: #fff; /* Background color */
    color: #090a62;; /* Text color */
    padding: 8px 12px; /* Padding */
}

/* Style the dropdown options when hovered */
.selectpicker option:hover {
    background-color: #f0f0f0; /* Background color */
}
.country{
    position: fixed;
    right: 0;
    bottom: 40%;
}
.google_translate_element {
    display: none !important;
}
.b-paragraph{
    padding: 0px;
  margin: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}
/*google translate link | logo */
.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

/* google translate banner-frame */
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-banner-frame td {
    display: none !important;
    z-index: -999;
}

.goog-te-banner-frame td {
    display: none !important;
    z-index: -999;
}

.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-ORHb-OEVmcd {

    display: none !important;
}
.book-ride{
    text-align: center;
    margin-top: 20px;
}

/* Booking Section Styles */
.booking-section {
    padding: 60px 0;
    background: #f8f9fa; /* Light grey background */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.booking-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.booking-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.booking-card label {
    font-weight: 600;
    color: #333;
}

.booking-card .form-control,
.booking-card .form-select {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px 12px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.booking-card .form-control:focus,
.booking-card .form-select:focus {
    border-color: #007bff;
    box-shadow: none;
}

.booking-card .btn-submit {
    background-color: #28a745;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.booking-card .btn-submit:hover {
    background-color: #218838;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .booking-card {
        padding: 20px;
    }
    .booking-card .form-label {
        font-size: 14px;
    }
    .booking-card .btn-submit {
        font-size: 14px;
        padding: 10px;
    }
}

.booking-card {
	background-color: white;
	border-radius: 15px;
}

