body {
    background-color: #ffffff;
    padding-top: 70px; /* Adjust this value based on the height of your navbar */

    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}


/* Custom Navbar Styling */
.custom-navbar {
    background-color: #000;
    padding: 10px 0;
}

.logo {
    max-height: 60px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
    text-transform: uppercase;
    position: relative;
}

    .navbar-nav .nav-link.active {
        color: #ff7f00;
    }

    /* Hover underline effect */
    .navbar-nav .nav-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background-color: #ff7f00;
        transition: width 0.3s;
        position: absolute;
        bottom: -5px;
        left: 0;
    }

    .navbar-nav .nav-link:hover::after {
        width: 100%;
    }

/* Ensuring dropdown link doesn't disturb underline effect */
.navbar-nav .dropdown:hover .nav-link::after {
    width: 0; /* Remove underline for parent on hover of dropdown */
}

/* Adjust for active link */
.navbar-nav .nav-link.dropdown-toggle:after {
    display: none; /* Remove the underline from the dropdown toggle */
}

/* Dropdown Menu Styling */
.dropdown-menu {
    background-color: #333;
    border: none;
}

    .dropdown-menu .dropdown-item {
        color: #fff;
        padding: 10px 20px;
        text-transform: uppercase;
        transition: background-color 0.3s;
    }

        .dropdown-menu .dropdown-item:hover {
            background-color: #ff7f00;
            color: #fff;
        }

/* Call Button */
.btn-call {
    background-color: #ff7a00;
    color: white;
    padding: 10px 20px;
    margin-left: 20px;
    border-radius: 5px;
    font-weight: bold;
}

    .btn-call i {
        margin-right: 10px;
    }

    .btn-call:hover {
        background-color: #e67e22;
        color: #fff;
    }

/* Mobile Toggler Icon */
.navbar-toggler {
    border-color: #fff;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28fff,%201%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4%207h22M4%2015h22M4%2023h22'/%3E%3C/svg%3E");
}



/* Custom styling for the heading */
.quick-booking-header {
    text-align: center;
    background: radial-gradient(rgb(0 0 0 / 70%)),url("../image/car-person.jpg");
    background-size: cover;
    background-position: center;
    padding: 70px 10px 40px 10px;
}

    .quick-booking-header h1 {
        font-family: Arial, sans-serif;
        font-weight: bold;
        color: #ff7a00;
        display: inline-block;
    }

        .quick-booking-header h1 span {
            color: rgb(255, 255, 255);
            font-weight: 900;
        }

    .quick-booking-header p {
        color: rgb(255, 255, 255);
        font-size: 1.2rem;
        margin-top: 5px;
    }

    .quick-booking-header .phone-number {
        color: #ff7a00;
        font-weight: bold;
    }



        .quick-booking-header .phone-number a {
            color: #ff7a00;
            text-decoration: none; /* Optional: to remove the underline */
        }

            .quick-booking-header .phone-number a:hover {
                color: #000000; /* Optional: for a hover effect */
            }



@media(max-width:992px) {
    .quick-booking-header {
        padding: 40px 10px 10px 10px;
    }
}



/* .services-section { */
/* padding: 60px 0; */
/* background-color: #f8f9fa; */
/* } */

/* .services-section h2 { */
/* text-align: center; */
/* margin-bottom: 40px; */
/* font-size: 2.5rem; */
/* font-weight: bold; */
/* color: #333; */
/* } */

/* .custom-card { */
/* background-color: #fff; */
/* border: 1px solid #e0e0e0; */
/* border-radius: 12px; */
/* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); */
/* transition: transform 0.3s ease, box-shadow 0.3s ease; */
/* overflow: hidden; */
/* } */

/* .custom-card:hover { */
/* transform: translateY(-10px); */
/* box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.2); */
/* } */

/* .custom-card img { */
/* width: 100%; */
/* height: 200px; */
/* object-fit: cover; */
/* } */

/* .custom-card-body { */
/* padding: 20px; */
/* } */

/* .custom-card-title { */
/* font-size: 1.3rem; */
/* font-weight: 700; */
/* color: #ff6600; */
/* } */

/* .custom-card-text { */
/* font-size: 0.95rem; */
/* color: #666; */
/* margin-top: 10px; */
/* margin-bottom: 20px; */
/* } */

/* .custom-card-footer { */
/* text-align: center; */
/* padding: 15px; */
/* background-color: #ff6600; */
/* border-radius: 0 0 12px 12px; */
/* } */

/* .custom-card-footer a { */
/* color: white; */
/* text-decoration: none; */
/* font-weight: bold; */
/* font-size: 1rem; */
/* padding: 10px 20px; */
/* display: inline-block; */
/* transition: background-color 0.3s ease; */
/* } */

/* .custom-card-footer a:hover { */
/* background-color: #004080; */
/* color: #fff; */
/* border-radius: 25px; */
/* } */


.card {
    /* border: 1px solid #ddd; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    background: #cecece;
}

.card-header {
    font-weight: bold;
    font-size: 1.25rem;
    margin: 14px;
}

/* Select all asterisks (*) inside form labels and style them */
.form-label::after {
    content: " *";
    color: red;
}

.card-header:first-child {
    border-radius: 0px !important;
    padding: 13px !important;
    text-align: center;
}
/* Allow only horizontal resizing */
textarea {
    resize: horizontal;
}

/* Allow only vertical resizing */
textarea {
    resize: vertical;
}


.img-fluid {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.btn-outline-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 15px;
    border: 2px solid #ddd;
    transition: 0.3s;
}

    .btn-outline-secondary:hover {
        border-color: #0056b3;
    }

.form-check-inline {
    margin-right: 15px;
}

.btn-warning {
    background-color: #ff7a00;
    font-size: 1.25rem;
    padding: 10px;
}

    .btn-warning:hover {
        background-color: #ff7a00;
    }



    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: #000;
        background-color: #ff7a00;
        border-color: #ff7a00;
        box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
    }



form .form-control {
    height: 50px !important; /* Increase input height */
    font-size: 1.2rem !important; /* Increase font size */
    border-radius: 0 !important; /* Remove border radius */
    border: 1px solid #ccc !important; /* Set border */
    padding: 10px !important; /* Increase padding for larger input size */
}

    form .form-control:focus {
        box-shadow: none !important; /* Remove default focus shadow */
        border-color: #0056b3 !important; /* Change border color on focus */
    }

#note {
    height: auto !important; /* Reset height */
}


.card-body {
    background: #cecece !important;
    ;
}



.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff;
    background-color: #ff7a00;
    border-color: #ff7a00;
}




.custom-card-body {
    background-color: #edf2f7;
    color: white;
    padding: 26px;
}



/* Styles for the container */
.container-fluid {
    position: relative;
    width: 85% !important
}



/* Styles for the image section */
.image-container img {
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

/* Styles for the text section */
.text-container {
    padding-left: 30px;
}

.about-container {
    padding: 3rem 6rem;
    background-color: #F6F6F6;
}

.about-title {
    font-weight: bold;
    color: #333;
}

.underline {
    width: 80px;
    height: 3px;
    background-color: #ff7a00;
     margin: 0 auto 15px auto;
}

.about-description {
    color: #555;
    margin-bottom: 20px;
    font-size: x-large;
}

.btn-primary {
    background-color: #ff7a00;
    border-color: #ff7a00;
    font-weight: bold;
    color: white; /* Text color */
    padding: 12px 24px; /* Increased padding */
    font-size: 16px; /* Increased font size */
    border-radius: 8px; /* Slightly larger radius for rounded corners */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s; /* Smooth transition */
}

    .btn-primary:hover {
        background-color: #e66a00; /* Darker shade on hover */
        border-color: #e66a00; /* Darker border on hover */
    }

@media(max-width:992px) {
    .about-container {
        padding: 3rem 1rem;
    }

    .text-container {
        padding: 0;
    }
}

/* Styles for the vertical Book Now button */
.book-now {
    position: fixed;
    right: 0;
    top: 50%;
    background-color: orange;
    color: white;
    padding: 10px 20px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

    .book-now:hover {
        background-color: #e67e22;
        color: white;
        text-decoration: none;
    }




.fleet-card {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

    .fleet-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

    .fleet-card h5 {
        font-weight: bold;
        margin-bottom: 10px;
        color: #000;
    }

    .fleet-card p {
        font-size: 0.9rem;
        color: #666;
    }

    .fleet-card .btn-group {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .fleet-card .btn-warning {
        background-color: #ff7a00;
        border: none;
    }

    .fleet-card .btn-light {
        background-color: #f1f1f1;
        border: none;
    }

.btn-group .btn i {
    font-size: 1.2rem;
}

.custom-card-img {
    width: 100%;
}

.custom-card-footer a {
    display: inline-block;
    background-color: #ff7a00;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
}



.why-choose-taxi h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.why-choose-taxi p {
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.service-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

    .service-box:hover {
        transform: translateY(-10px);
    }

    .service-box h3 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 15px;
        color: #ff7e29;
    }

    .service-box p {
        font-size: 16px;
        color: #666;
    }

    .service-box .icon img {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

.icon {
    text-align: center;
}




.ride-with-us h2 {
    font-size: 36px;
    font-weight: bold;
    color: #ff7e29;
}

.text-orange {
    color: #ff7e29;
}

.benefits-list li {
    font-size: 18px;
    margin-bottom: 10px;
}

.benefits-list i {
    margin-right: 10px;
    font-size: 20px;
}

.btn-orange {
    background-color: #ff7e29;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

    .btn-orange:hover {
        background-color: #e96f20;
    }


.book-today-banner {
    background-color: #ff7e29;
    background-image: linear-gradient(to right, rgba(255, 126, 41, 0.9), rgba(255, 126, 41, 0.7));
    width: 100%;
    min-height: 300px; /* Adjust height to match the shorter size */
    display: flex;
    align-items: center;
}

    .book-today-banner h1 {
        font-size: 40px;
        font-weight: bold;
        /* margin-bottom: 20px; */
        margin-top: 4%;
    }

    .book-today-banner p {
        font-size: 18px;
        margin-bottom: 30px;
    }

.btn-book-now {
    background-color: #fff;
    color: #ff7e29;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 18px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

    .btn-book-now i {
        margin-right: 10px;
        font-size: 24px;
    }

    .btn-book-now:hover {
        background-color: #e6e6e6;
    }

.img-fluid {
    max-width: 70%;
    height: auto;
}

.img-fluidd {
    max-width: 70%;
    height: auto;
    border-radius: 8px;
}



.footer-section {
    background-color: #141414;
    padding-bottom: 20px;
    color: #b0b0b0;
    padding: 26px;
}

.footer-heading {
    color: #ff7e29;
    font-size: 1.1rem;
}

.footer-underline {
    width: 50px;
    height: 3px;
    background-color: #ff7e29;
    margin-bottom: 15px; 
}

.footer-section p, .footer-section a {
    color: #b0b0b0;
}

    .footer-section a:hover {
        color: white;
        text-decoration: underline;
    }

.list-unstyled li {
    margin-bottom: 10px;
}

    .list-unstyled li a {
        text-decoration: none;
    }

.bi {
    margin-right: 10px;
    color:   #ff7e29;
}




.map-container {
    height: 400px;
    margin-top: 20px;
}

.contact-form {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-details {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}


.card-title {
    color: #333;
}

.card-text {
    color: #333;
}


.why-choose {
    background-color: #f8f9fa; /* Light background */
    padding: 40px 0; /* Top and bottom padding */
}

.feature-icon {
    font-size: 50px; /* Size of the icons */
    color: #ff7e29; /* Color to match your theme */
    margin-bottom: 15px; /* Space below the icon */
}

.why-choose h2 {
    color: #141414; /* Dark text for the title */
}

.why-choose p {
    color: #6c757d; /* Gray text for the description */
}


hr {
    border-top: 2px solid white;
    margin: 20px 0;
}

.hero {
    background-color: #ff7a00;
    padding: 50px 0; /* Adjust padding as needed */
}

    .hero h1 {
        color: white;
        font-size: 48px; /* Adjust font size as needed */
        text-align: center;
    }

    .hero .breadcrumb-center {
        text-align: center;
    }

        .hero .breadcrumb-center .breadcrumb {
            background-color: transparent;
            color: white;
            margin-left: 45%;
        }

        .hero .breadcrumb-center .breadcrumb-item a {
            color: white;
            text-decoration: none;
        }

.breadcrumb-item.active {
    color: #ffffff;
}


/* Custom styling */
.about-section {
    padding: 60px 0 0 0;
}

    .about-section h2 {
        color: #FF7A00;
        font-weight: bold;
    }

    .about-section p {
       
        line-height: 1.8;
       font-size:15px;
       text-align: justify;
    }

.highlight-text {
    color: #FF7A00;
    font-weight: bold;
}

.divider {
    width: 60px;
    height: 3px;
    background-color: #FF7A00;
    margin-top: 10px;
    margin-bottom: 20px;
}

.image-container img {
    border-radius: 8px;
    max-width: 100%;
}


/* Custom styling */
.core-values {
    padding: 60px 0;
    text-align: center;
}

    .core-values h2 {
        color: #FF7A00;
        font-weight: bold;
        margin-bottom: 40px;
    }

.core-value-box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: left;
    transition: transform 0.2s;
}

    .core-value-box:hover {
        transform: translateY(-10px);
    }

    .core-value-box h4 {
        color: #FF7A00;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .core-value-box p {
        font-size: 16px;
        line-height: 1.8;
    }

.icon {
    font-size: 32px;
    color: #FF7A00;
    margin-right: 15px;
}

.icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}






/* Custom CSS */
.services-section {
    padding: 60px 0;
}

    .services-section h2 {
        text-align: center;
    }

.services-card {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    background-color: #fff;
}

    .services-card h4 {
        color: #FF7A00;
        font-weight: bold;
    }

.service-list {
    margin-top: 20px;
}

    .service-list a {
        text-decoration: none;
        color: black;
    }



    .service-list .list-group-item {
        background-color: transparent;
        border: none;
        padding: 10px 0;
    }

        .service-list .list-group-item.active {
            background-color: #FF7A00;
            color: #fff;
            font-weight: bold;
        }

        .service-list .list-group-item:hover {
            cursor: pointer;
            background-color: #ffb24d;
        }

.image-containers {
    overflow: hidden;
    border-radius: 12px;
}

    .image-containers img {
        width: 91%;
        /*height: 435px;*/
        border-radius: 12px;
    }

.text-content p {
    font-size: 16px;
    line-height: 1.8;
}




.features {
    background-color: white; /* White background */
    padding: 40px 0; /* Add some padding */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.feature-icon {
    font-size: 40px; /* Icon size */
    color: #ff7a00; /* Icon color */
}

h2 {
    font-size: 28px; /* Heading size */
    color: #333; /* Heading color */
    font-weight: bold;
}

h5 {
    font-size: 20px; /* Subheading size */
    color: #333; /* Subheading color */
    margin-top: 15px; /* Space above subheading */
}

p {
    color: #666; /* Text color */
    line-height: 1.5; /* Spacing between lines */
}

@media (max-width: 768px) {
    .features {
        padding: 20px 0; /* Adjust padding for smaller screens */
    }

    h2 {
        font-size: 24px; /* Smaller heading size for mobile */
    }

    h5 {
        font-size: 18px; /* Smaller subheading size for mobile */
    }

    .container-fluid {
        width: 100% !important;
    }

    .hero .breadcrumb-center .breadcrumb {
        margin-left: 15%; /* Adjust padding as needed */
    }

    .hero h1 {
        font-size: 31px;
    }

    .img-fluidd {
        max-width: 100%;
        height: auto;
        margin-top: 5%;
        border-radius: 8px;
    }
}

.thank-you-message {
    margin-top: 18px;
    padding: 45px;
    margin-bottom: 18px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
