/********** Template CSS **********/
:root {
    --primary: #D81324;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}




/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}





/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}



.form-control{
    border: 1px ridge darkcyan;
}

        .car-h1{
            color: rgb(207,18,35,0.6);

        }
        .car-p{

            font-size: 17px;
        }
        .car-about-h2{

            color: rgb(207,18,35,0.6);
        }

        .car-charge-p{
             color: white;

             font-size: 30px;
        }

 .car-ghaziabad-h2{

            color: rgb(207,18,35,0.6);

         }
         .car-p{

            font-size: 18px;
         }

   .car-noida-h2{

        color: rgb(207,18,35,0.6);
        font-weight: bold;
      }
      .car-noida-p{

         font-size: 18px;
      }
      .choose-ul{
        font-size: 18px;

      }
      .card-sidebar:hover{
            background-color: rgb(207,18,35,0.6);

        }
        .card-sidebar:hover a{
            color: white;
        }
        .card-sidebar a{
            font-size: 19px;
            color: black;
            text-decoration: none;
        }

            .car-pune-h2{

            color: rgb(207,18,35,0.6);
        }
        .car-pune-p{

            font-size: 18px;
        }


/* Mobile */
@media (max-width: 991px) {
    .topbar {
        text-align: center;
    }

    .topbar .info-item {
        display: block;
        margin: 6px 0;
    }
}

/* Process Section */
.transport-process {
    background: #f8f9fa;
    border-radius: 14px;
    padding: 40px 20px;
}

/* Title */
.transport-process h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

/* Process Card */
.process-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.process-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Icon */
.process-icon {
    font-size: 36px;
    color: #0d6efd;
    margin-bottom: 12px;
}

/* Step Text */
.process-step {
    font-weight: 600;
    color: #0d6efd;
}

.process-text {
    font-size: 15px;
    color: #444;
}

/* Mobile */
@media (max-width: 767px) {
    .transport-process {
        padding: 25px 15px;
    }
}

/* Process Section */
.transport-process {
    background: #f8f9fa;
    border-radius: 14px;
    padding: 40px 20px;
}

/* Title */
.transport-process h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

/* Process Card */
.process-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.process-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Icon */
.process-icon {
    font-size: 36px;
    color: #0d6efd;
    margin-bottom: 12px;
}

/* Step Text */
.process-step {
    font-weight: 600;
    color: #0d6efd;
}

.process-text {
    font-size: 15px;
    color: #444;
}

/* Mobile */
@media (max-width: 767px) {
    .transport-process {
        padding: 25px 15px;
    }
}