@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .wile-navbar .container-fluid {
        max-width: 1505px;
    }
}
/* Mobile Media Query */
@media only screen and (max-width: 768px) {
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
}
.button,
input,
optgroup,
select,
textarea {
    font-size: 14px !important;
    font-family: "Arial", sans-serif !important;
}

.wile-navbar .navbar-nav .nav-item a {
    font-weight: 600;
}
.banner-shape-1 {
    height: auto !important;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.social-link ul li {
    display: flex;
    padding-right: 10px;
}
.social-link ul {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.social-link ul li a {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 30px;
    height: 30px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
}

.social-link ul li a:hover {
    color: #f07d3a;
}

.register-form .sub-title {
    display: block;
    font-weight: 500;
    color: #f07d3a;
    margin-bottom: 10px;
}
p {
    text-align: justify;
}

.banner-btn {
    display: flex;
    gap: 20px; /* Adds space between the buttons */
}

.single-blog {
    margin: 15px; /* Adjusts space around each photo */
    background: #fff; /* Optional: Adds a background color for better visual separation */
    border-radius: 8px; /* Optional: Rounds the corners */
    overflow: hidden; /* Ensures content stays inside rounded borders */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
}

/* Adjust spacing in the slick slider container */
.multiple-items {
    gap: 15px; /* Space between slides in modern browsers */
}

.pricing-card .pricing-card-heading h6 {
    font-size: 25px;
    color: #f07d3a;
}

.single-blog {
    background: #7e7878;
}

/* Ensure responsiveness */

.slick-prev,
.slick-next {
    border-radius: 40px !important;
    background: #f07d3a !important;
}

.choose-area .choose-image .popup-btn {
    top: 25% !important;
    left: 50% !important;
}
.choose-area .choose-image .choose-1::before {
    display: none;
}

.banner-area {
    padding-bottom: 200px;
}

/* counting area */
.fun-fact-area {
    background-color: #f8f9fa;
    padding-top: 100px;
    padding-bottom: 70px;
}

.fun-fact-content {
    position: relative;
    padding: 20px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    margin: 20px 0;
    cursor: pointer;
}

.fun-fact-content:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.fact-box {
    border: 2px solid #ccc;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
}

.odometer {
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transition: transform 1s ease-in-out;
    color: #f07d3a;
}

.fun-fact-content h3 {
    margin-top: 10px;
    font-weight: 600;
    color: black;
}

.driver {
    color: #007bff;
}

.driver-text {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}

.customer {
    color: #28a745;
}

.customer-text {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}

.cities {
    color: #ffc107;
}

.cities-text {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}

/*end */

.about-area .about-info ul li {
    position: relative;
    padding-left: 30px; /* Space for the icon */
    margin-bottom: 10px;
}

.about-area .about-info ul li i {
    position: absolute;
    left: 0;
    top: 1px;
    color: #f07d3a;
    font-size: 20px;
}

.bg-color-f9f9f9 {
    background-color: #ffffff;
}

.section-heading {
    margin-bottom: 13px;
}

/* shortrm service */
.single-featured-services-box {
    display: flex;
    align-items: center; /* Aligns the items vertically centered */
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    margin: 15px 0;
    text-align: left; /* Align text to the left */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, box-shadow 0.3s;
}

.single-featured-services-box:hover {
    background-color: #c1b29a66; /* Ensures the background color is rgba */
}

.icon img {
    width: 1999px; /* Adjust the size of the image */
    height: 150px; /* Adjust the size of the image */
    object-fit: contain; /* Ensure the image scales properly */
    margin-right: 20px; /* Add space between image and text */
}

.text-content {
    max-width: calc(
        100% - 170px
    ); /* Ensures the text content does not overflow the container */
}

.single-featured-services-box h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.single-featured-services-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.featured-link a {
    font-size: 20px;
    color: #ffa500;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s;
}

.featured-link a:hover {
    color: #fff;
}

.featured-link a i {
    margin-left: 5px;
    transition: transform 0.3s;
}

.featured-link a:hover i {
    transform: translateX(5px);
}

.single-featured-services-box:hover {
    background-color: #c1b29a66 /* Ensures the background color is rgba */;
}

/* //search driver */

/* .page-banner-area {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/frontend/tculimg/banner.jpg') center center / cover no-repeat;
    padding: 100px 0;
    color: #fff;
} */

.page-banner-info h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-banner-info .breadcrumb {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.page-banner-info .breadcrumb li {
    margin: 0 5px;
    font-size: 16px;
}

.page-banner-info .breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.search-section {
    background-color: #f8f9fa;
    padding: 40px 20px;
    border-radius: 10px;
}

.search-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.driver-cards-section .card {
    transition: transform 0.3s ease-in-out;
}

.driver-cards-section .card:hover {
    transform: translateY(-5px);
}

/* //enquiry  home pagee*/
.contact-area {
    background-color: #f4f4f4;
    padding: 50px 0;
}

.contact-content {
    padding: 30px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-content .section-heading {
    margin-bottom: 20px;
}

.contact-content h2 {
    font-size: 28px;
    color: #333;
}

.contact-content .sub-title {
    font-size: 16px;
    color: #ed7d3a;
}

.contact-content p {
    color: #666;
    font-size: 14px;
}

.contact-content .form-group {
    margin-bottom: 15px;
}
.contact-content select.form-control {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.contact-content .form-floating {
    margin-top: 15px;
}

.contact-content button.common-btn {
    background-color: #ed7d3a;
    color: white;
    padding: 12px 25px;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.contact-content button.common-btn:hover {
    background-color: #d9682c;
}

.contact-content .text-danger {
    font-size: 12px;
}

.contact-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* //registertaipn */

/* General Styles */
body {
    font-family: "Arial", sans-serif;
    background-color: #f7f8fc;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Page Banner */
.page-banner-area {
    background-image: url(/frontend/tculimg/about/header-banner.png) !important;
    text-align: center;
    padding: 80px 0;
}
.page-banner-area .page-banner-info h1 {
    color: #fff !important;
}
.page-banner-area .page-banner-info ul li a {
    color: #ffffff;
}
.page-banner-area h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-banner-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.page-banner-area ul li {
    color: white;
    font-size: 1rem;
}

.page-banner-area ul li a {
    color: #ffcc00;
    text-decoration: none;
}

/* Form Container */

/*otp part*/
#otpModal .modal-content {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#otpModal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-radius: 8px 8px 0 0;
}

#otpModal .modal-body {
    padding: 20px;
}

#otpModal .form-control {
    border-radius: 5px;
    padding: 10px;
}

#otpModal .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

#otpModal .btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

#otpModal .btn-link {
    background: none;
    border: none;
    color: #007bff;
    text-decoration: underline;
    padding: 0;
    font-size: 14px;
}
.contact-area .contact-form .textarea {
    height: 100px;
}
/* searchingpage */
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 0rem !important;
}
.contact-area .contact-form .form-control {
    border: 1px solid #dfdfdf;
}

/* //booking */
.get-content .form .form-control {
    padding: 10px;
}

.tcul_clip3 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.services {
    text-align: center;
    display: block;
    font-weight: 500;
    color: #f07d3a;
    margin-bottom: 10px;
}
/* Styling for the "Buy Now" button */
/* Styling for the "Buy Now" button within .pricing-card */
.pricing-card button {
    display: inline-block;
    border: 1px solid #e1940c;
    border-radius: 5px;
    width: 100%;
    padding: 12px;
    text-align: center;
    color: #e1940c;
    margin-top: 30px;
    background-color: transparent; /* Transparent background */
    cursor: pointer; /* Pointer cursor on hover */
}

/* Hover effect for the "Buy Now" button */
.pricing-card button:hover {
    background-color: #e1940c;
    color: #ffffff; /* White text on hover */
}

.no-drivers-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.no-drivers-message p {
    margin-top: 20px;
    font-size: 1.1rem;
    color: #6c757d;
}

.card {
    max-width: 600px;
    margin: 0 auto;
}

.book-now-btn {
    display: inline-block;
    font-weight: 500;
    position: relative;
    background-color: #f07d3a;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    transition: all ease 0.5s;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
    z-index: 1;
    text-decoration: none; /* Remove underline */
    text-align: center; /* Center the text */
}

.book-now-btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #000000;
    z-index: -1;
    opacity: 0;
    border-radius: 4px;
    transition: all ease 0.5s;
}

.book-now-btn:hover {
    color: #ffffff; /* Maintain white text on hover */
}

.book-now-btn:hover::before {
    opacity: 1;
    height: 100%;
    visibility: visible;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #f07d3a;
    border-color: #f07d3a;
}

.servicedetail {
    color: #f07d3a;
}

@media only screen and (min-width: 991px) {
    .wile-navbar .dropdown > .dropdown-menu {
        transition: all 0.5s;
        overflow: hidden;
        transform-origin: top center;
        transform: scale(1, 0);
        display: block;
        padding: 0;
        padding-top: 20px;
        left: -57px;
    }
}

.text-start {
    text-align: start;
}
.pt-100 {
    padding-top: 48px;
}

/* Add custom styling to the OTP modal */
#otpModal .modal-content {
    border-radius: 12px; /* Rounded corners for modern look */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
}

#otpModal .modal-header {
    border-bottom: 2px solid #eee; /* Subtle divider */
    background-color: #f7f7f7; /* Soft background */
}

#otpModal .modal-title {
    font-size: 1.25rem; /* Larger title font */
    color: #333; /* Darker text for title */
}

#otpModal .form-control {
    border-radius: 8px; /* Rounded input */
    padding: 0.75rem; /* Slightly larger padding */
    font-size: 1rem; /* Adjust font size for readability */
}

#otpModal .btn {
    border-radius: 8px; /* Rounded buttons */
    font-size: 1.1rem; /* Slightly larger font size for buttons */
}

#otpModal .btn-primary {
    background-color: #007bff; /* Custom primary color */
    border-color: #007bff;
}

#otpModal .btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d;
    background-color: transparent;
}

#otpModal .btn-outline-secondary:hover {
    background-color: #6c757d;
    color: white;
}

.form-floating > label {
    top: -8px;
}
.modal-dialog .modal-header .btn-close {
    right: 50px;
    top: 45px;
    filter: none;
}
.modal-dialog .modal-header .btn-close.payment {
    top: 19px !important;
}
.form-control.payment {
    padding: 0.7rem 0.75rem;
}

.qr-code {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 8px;
}

.text-primary {
    color: #e22727 !important;
}

.whatsapp-wrap {
    right: 16px;
    bottom: 80px;
    position: fixed;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* WhatsApp Circular Design */
.whatsapp-circle path {
    transition: stroke-dashoffset 10ms linear 0s;
    stroke-dasharray: 307.919, 307.919;
    stroke-dashoffset: 0;
    background-color: #25d366;
    /* WhatsApp Green */
    stroke-width: 5;
    fill: #25d366;
}

/* WhatsApp Icon */
.whatsapp-icon {
    position: absolute;
    font-size: 28px;
    color: #fff;
    right: 13px;
    top: 24%;
}

.whatsapp-wrap a {
    text-align: center;
}

.call-wrap {
    right: 16px;
    bottom: 140px; /* Positioned slightly below WhatsApp icon */
    position: fixed;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Call Circular Design */
.call-circle path {
    transition: stroke-dashoffset 10ms linear 0s;
    stroke-dasharray: 307.919, 307.919;
    stroke-dashoffset: 0;
    background-color: #0a66c2; /* Blue tone for Call */
    stroke-width: 5;
    fill: #0a66c2;
}

/* Call Icon */
.call-icon {
    position: absolute;
    font-size: 23px;
    color: #fff;
    right: 13px;
    top: 24%;
}

.call-wrap a {
    text-align: center;
}

.upload-highlight {
    background: #fff8e1;
    color: #c47f00;
    border: 1px solid #ffe082;
    border-radius: 8px;
    display: inline-block;
    padding: 8px 14px;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
