.aboutus-page{position:relative; margin:auto; border-radius:0px;background:url('../../assets/images/aboutus.png') center center/cover no-repeat;min-height:200px;}
.aboutus-page h1{font-size: 30px; color: #ff8c1a; line-height: 25px}
.aboutus-page p{font-size: 18px; color: #fff}
.aboutus-left{padding: 60px 0px}

.fleets{position:relative;width:100%;min-height:0px;background:url("../../assets/images/fleet-banner.png") center center;background-size:cover;background-repeat:no-repeat;overflow:hidden;}
.fleets .fleet-content{max-width:1400px;margin:auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2;padding:90px 0px 90px;}
.fleets .fleet-left{width:45%;}
.fleets .fleet-left h1{font-size:36px;line-height:1.1;color:#000;margin:15px 0;text-align: left;}
.fleets .fleet-left h1 span{color:#ff6600;}
.fleets .fleet-left p{font-size:16px;color:#000;line-height:1.6;}


.fleets-main .fleets-tabs{background:#fff; border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.08);display:flex;justify-content:space-between;overflow-x:auto; width: 70%;margin-top: -40px;z-index: 999;margin-right: auto;margin-left:auto; margin-bottom: 15px}
.fleets-main .tab-btn{flex:1;border:none;background:none;padding:15px 15px;cursor:pointer;color:#162447;font-size:18px;font-weight:600; display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;transition:.3s;display: inline;}
.fleets-main .tab-btn i{font-size:20px;width: 40px;height: 40px;background-color: #ff6600;padding: 10px;gap: 15px;color: #fff;border-radius: 7px;margin-right: 5px;}
.fleets-main .tab-btn:not(:last-child){border-right:1px solid #ececec;}
.fleets-main .tab-btn.active{color:#ff6600;}
.fleets-main .tab-btn.active::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:#ff6600;border-radius:10px;}
.fleets-main .tab-content{display:none;background:#fff;margin-top:0px;padding:30px;border-radius:20px;box-shadow:0 5px 20px rgba(0,0,0,.08);}
.fleets-main .active-content{display:block;width: 100%;}
.fleets-main .tab-content h3{color:#162447;margin-bottom:10px;}
.fleets-main .tab-content p{color:#666;line-height:1.8;}

table{margin-bottom: 0px !important}


.fleet_page_content .features1 P {
  text-align: center; !important;
}


.fleet_page_content h3 {
  font-size: 16px !important;
  line-height: 24px !important;
}

.service-content p{text-align: center !important;}
.service-content h3{font-size: 16px !important}


.fleet-hero{position:relative;width:100%;min-height:0px;background:url("../../assets/images/fleet-car.png") center center;background-size:cover;background-repeat:no-repeat;overflow:hidden;}
.fleet-content{max-width:1400px;margin:auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2;padding:90px 0px 90px;}
.fleet-left{width:45%;}
.sub-title{color:#ff6600;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;}
.fleet-left h1{font-size:36px;line-height:1.1;color:#fff;margin:15px 0;text-align: left;}
.fleet-left h1 span{color:#ff6600;}
.fleet-left p{font-size:16px;color:#5d6b82;line-height:1.6;}
.fleet-right{width:55%;text-align:right;}
.fleet-right img{max-width:100%;height:auto;display:block;}

/* TABLET */

@media(max-width:991px){

    .fleet-content{
        flex-direction:column;
        text-align:center;
        padding:50px 30px;
    }

    .fleet-left,
    .fleet-right{
        width:100%;
    }

    .fleet-left h1{
        font-size:52px;
    }

    .fleet-right{
        margin-top:30px;
    }
}

/* MOBILE */

@media(max-width:768px){

    .fleet-hero{
        min-height:auto;
    }

    .fleet-content{
        padding:10px 5px;
    }

    .fleet-left h1{
        font-size:38px;
    }

    .fleet-left p{
        font-size:18px;
    }

    .sub-title{
        font-size:16px;
    }

    .fleet-right{
        margin-top:20px;
    }
}


.fleet-tabs{background:#fff; border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.08);display:flex;justify-content:space-between;overflow-x:auto; width: 50%;margin-top: -80px;z-index: 999;margin-right: auto;position: absolute;}
.tab-btn{flex:1;border:none;background:none;padding:15px 15px;cursor:pointer;color:#162447;font-size:18px;font-weight:600; display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;transition:.3s;display: inline;}
.tab-btn i{font-size:20px;width: 40px;height: 40px;background-color: #ff6600;padding: 10px;gap: 15px;color: #fff;border-radius: 7px;margin-right: 5px;}
.tab-btn:not(:last-child){border-right:1px solid #ececec;}
.tab-btn.active{color:#ff6600;}
.tab-btn.active::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:#ff6600;border-radius:10px;}
.tab-content{display:none;background:#fff;margin-top:0px;padding:30px;border-radius:20px;box-shadow:0 5px 20px rgba(0,0,0,.08);}
.active-content{display:block;width: 100%;}
.tab-content h3{color:#162447;margin-bottom:10px;}
.tab-content p{color:#666;line-height:1.8;}

/* Mobile */

@media(max-width:768px){

    .fleet-tabs{
        min-width:100%;
        overflow-x:auto;
    }

    .tab-btn{
        min-width:180px;
        font-size:15px;
        padding:20px 10px;
    }

    .tab-btn i{
        font-size:22px;
    }
}


.tariff-heading{ display:flex; align-items:center;justify-content:center; gap:15px; text-align:center; margin-bottom: 10px;}

.tariff-heading .icon i{
    font-size:42px;
    color:#ff6b00;
}

.tariff-heading .content h2{
    font-size:26px;
    font-weight:700;
    color:#ff6600;
    margin-bottom:5px;
    text-align: center;
    line-height: 26px;
}

.tariff-heading .content p{
    font-size:18px;
    color:#555;
    font-weight:500;
    text-align: center;
}

.home_second .quote-form{width:100%;background:#001a4d;padding:10px; border-radius:7px;box-shadow:0 8px 25px rgba(0,0,0,0.2);}
.home_second .quote-form h2{color:#fff; font-size:18px ; font-weight:700;margin-bottom: 3px;}
.home_second .quote-form form {padding: 0px 0px 0px;}
.heading-line{ display:block;width:60px;height:3px;background:#ff6600;margin:5px 0 10px;border-radius:10px;}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.input-group{ position:relative;}
.input-group i{ position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#888;font-size:15px;}
.input-group input,.input-group select{ width:100%;height:45px;border:none;outline:none; border-radius:8px;background:#fff;padding-left:45px !important;font-size:15px;color:#333;}
.quote-btn{width:100%;margin-top:18px;border:none;height:45px;background:#ff6600; color:#fff;font-size:20px;font-weight:700;border-radius:10px;cursor:pointer;display:flex;align-items:center; justify-content:center; gap:15px;transition:0.3s;}
.quote-btn:hover{background:#e85d00;}
.quote-btn span{ width:33px; height:33px; background:#fff; color:#ff6600; border-radius:50%; display:flex; align-items:center; justify-content:center;font-size:16px;}
.bottom-features{display:flex; justify-content:center; gap:40px; margin-top:20px;color:#fff; font-size:16px; font-weight:600;}
.bottom-features i{ margin-right:8px; color:#fff;}

@media(max-width:768px){

    .form-grid{
        grid-template-columns:1fr;
    }

    .quote-form{
        padding:20px;
    }

    .quote-form h2{
        font-size:26px;
    }

    .quote-btn{
        font-size:22px;
        height:58px;
    }

    .bottom-features{
        flex-direction:column;
        gap:10px;
        text-align:center;
    }
}



.why-choose{ margin:10px auto; background:#fff;padding:10px 0px;border-radius:7px;box-shadow:0 2px 10px rgba(0,0,0,0.08);}
.section-title{text-align:center;margin-bottom:5px;}
.section-title h2{font-size:26px;color:#081B4B;font-weight:700;margin-bottom: 5px;}
.section-title span{width:70px;height:4px;background:#ff6b00;display:block;margin:10px auto;border-radius:10px;}
.features1{display:grid;grid-template-columns:repeat(5,1fr);}
.feature-box1{text-align:center; padding:10px 20px;border-right:1px solid #e5e5e5;}
.feature-box1:last-child{border-right:none;}
.feature-box1 i{font-size:42px;color:#ff6b00;margin-bottom:15px;}
.feature-box1 h3{font-size:22px;color:#081B4B;margin-bottom:0px;font-weight:700;}
.feature-box1 p{font-size:16px;line-height:20px; color:#444;text-align: center;}

@media(max-width:992px){
    .features{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .feature-box{
        border:none;
        background:#fff;
        box-shadow:0 2px 8px rgba(0,0,0,.08);
        border-radius:10px;
    }
}

@media(max-width:576px){
    .features{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:30px;
    }
}

.home_second .help-section{background:#001c4d;border-radius:7px;padding:5px 5px;margin:5px 0px;display:flex;align-items:center;justify-content:left;gap:0px;flex-wrap:wrap;}
.home_second .help-section .help-box{margin-top:0px;display:flex;align-items:center;gap:15px;padding-right:30px; border-right:1px solid rgba(255,255,255,0.15); background: none; box-shadow: none}
.home_second .help-section .help-box:last-of-type{ border-right:none;}
.home_second .help-section .icon{width:65px;height:65px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:30px;flex-shrink:0;color: #fff}
.home_second .help-section .icon i {font-size: 30px;color: #fff;}
.home_second .help-section .orange{background:#ff6b00;}
.home_second .help-section .green{ background:#25D366; border: 1px solid #25D366}
.home_second .help-section .content h3{color:#fff; font-size:38px;font-weight:700;margin-bottom:5px;}
.home_second .help-section .content h4{color:#fff;font-size:26px;margin-bottom:5px;}
.home_second .help-section .content p{ color:#fff !important ; font-size:18px;}
.home_second .help-section .content a{color:#fff;text-decoration:none;font-size:20px; font-weight:700;}
.home_second .help-section .enquiry-btn a{ display:inline-flex; align-items:center; gap:12px; background:#fff; color:#ff6b00; padding:18px 35px; border-radius:10px;text-decoration:none;font-size:18px;font-weight:700; transition:0.3s;}
.home_second .help-section .enquiry-btn a:hover{background:#ff6b00;color:#fff;}


@media(max-width:992px){

    .help-section{
        flex-direction:column;
        align-items:flex-start;
    }

    .help-box{
        width:100%;
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,0.15);
        padding-bottom:15px;
    }

    .content h3{
        font-size:28px;
    }

    .content h4{
        font-size:22px;
    }

    .content a{
        font-size:22px;
    }

    .enquiry-btn{
        width:100%;
    }

    .enquiry-btn a{
        width:100%;
        justify-content:center;
        font-size:22px;
    }
}



.home_second .stats-section{margin: 5px 0px;background:#fff;border-radius:7px;padding:10px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px rgba(0,0,0,0.08);}
.home_second .stats-section .stat-box{flex:1;display:flex;align-items:center;justify-content:center;gap:15px;padding:0 20px;border-right:1px solid #e5e5e5;}
.home_second .stats-section .stat-box:last-child{border-right:none;}
.home_second .stats-section .stat-icon{ font-size:42px;color:#111827;min-width:50px;}
.home_second .stats-section .stat-content h3{font-size:20px !important;font-weight:700;color:#111827; margin-bottom:5px;}
.home_second .stats-section .stat-content p{font-size:16px;color:#444;font-weight:500;line-height:1.4;}

@media(max-width:991px){

    .stats-section{
        flex-wrap:wrap;
        gap:20px;
    }

    .stat-box{
        width:calc(50% - 10px);
        border:none;
        justify-content:flex-start;
    }
}

@media(max-width:576px){

    .stats-section{
        flex-direction:column;
        align-items:flex-start;
    }
    .stat-box{
        width:100%;
        padding:15px 0;
        border-bottom:1px solid #eee;
    }
    .stat-box:last-child{
        border-bottom:none;
    }
    .stat-content h3{
        font-size:24px;
    }
    .stat-content p{
        font-size:16px;
    }
}



.terms-and-conditions{background-color: #fff; padding: 15px; border-radius: 7px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.fleet_page_content{padding: 15px 0px;background-image: url("../images/p2.jpg") !important;background-repeat: repeat-x repeat-y !important; background-attachment: fixed; }
.fleet_page_content P{text-align: left;}
.fleet_page_content .table-bordered{border-radius: 12px}
.fleet_page_content .table-bordered td{padding: 5px 15px !important}
.fleet_page_content .table-bordered th{padding: 5px 15px !important;}
.fleet_page_content .terms-and-conditions h3{font-size: 16px !important; line-height:30px; margin-bottom:0px;color:#000}
.fleet_page_content .terms-and-conditions p{color:#000 !important;margin-bottom:5px; line-height: 26px}
.fleet_page_content .terms-and-conditions ul{margin-bottom: 5px; margin-top: 0px}
.fleet_page_content .terms-and-conditions li{line-height: 26px}
.fleet_page_content h4{font-size: 16px !important; line-height:30px; margin-bottom:5px;color:#000}
table{background-color: #fff}
tr.out th{text-align: center; font-size: 18px; padding: 7px 0px !important}
tr th{font-size: 16px;  padding: 7px !important}
tr td{font-size: 16px}

.services{background-color: #fff; padding: 10px; border-radius: 7px; margin: 5px 0px 15px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}

.section-title h2{
    font-size:20px;
    color:#222;
    font-weight:700;
    line-height: 20px;
    margin-bottom: 10px;
}

.section-title span{
    display:block;
    width:60px;
    height:2px;
    background:#f7941d;
    margin:10px auto 10px;
    border-radius:5px;
}

.section-title p{
    color:#000;
    font-size:16px;
    margin-bottom:15px;
    text-align: center !important;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

.service-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:.3s;
}

.service-card .icon{width: 50px;
  height: 50px;
  background: #ff7b29;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;margin-top: -30px;position: absolute;left: 10px;}

.service-card:hover{
    transform:translateY(-8px);
}

.service-image{
    position:relative;
    height:180px;
}

.service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}



.service-content{
    padding:12px !important;
}

.service-content h3{
    font-size:16px;
    color:#222;
    margin-bottom:10px;
    line-height: 20px;
    text-align: center;
}

.service-content p{
    color:#666;
    line-height:20px;
    font-size:15px;
    text-align: center;
}

/* Tablet */
@media(max-width:1200px){
    .service-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

/* Mobile */
@media(max-width:768px){
    .service-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-title h2{
        font-size:30px;
    }
}

@media(max-width:576px){
    .service-grid{
        grid-template-columns:1fr;
    }
}

.slick-prev {
  left: 0px;
}
.slick-next {
  right: 0px;
}

.testimonial-section{
    padding:0px;
    margin-bottom: 15px;
}

.testimonial-container{
    margin:auto;
    display:flex;
    overflow:hidden;
    border-radius:7px;
    background:#021d42;
    padding: 12px;
}

.review-summary{
    width:40%;
    padding:10px;
    color:#fff;
    border-right:1px solid rgba(255,255,255,0.1);
}

.review-summary h3{
    font-size:30px;
    margin-bottom:10px;
    color: #ff6600 !important;
    text-align: left;
}
.review-summary h4{text-align: center; font-size: 36px !important; color: #fff !important}

.underline{
    width:50px;
    height:4px;
    background:#ff8a00;
    margin-bottom:30px;
    border-radius:20px;
}

.stars{
    color:#ffb400;
    font-size:40px;
    margin:15px 0;
}

.review-summary p{
    font-size:16px;
}

.testimonial-slider{
    width:60%;
    padding:0px;
}

.testimonial-card{
    background:#0b2a57;
    color:#fff;
    padding:10px;
    border-radius:15px;
    margin:5px;
}

.quote{
    font-size:55px;
    color:#fff;
    opacity:.8;
    display:block;
    margin-bottom:15px;
}

.testimonial-card p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:25px;
}

.customer{
    display:flex;
    align-items:center;
    gap:15px;
}

.customer img{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
}

.customer h4{
    font-size:20px;
    margin-bottom:5px;
}

.customer span{
    color:#c7d1e4;
}

/* Slick Dots */
.slick-dots li button:before{
    font-size:12px;
    color:#ffffff;
}

.slick-dots li.slick-active button:before{
    color:#ff8a00;
}

/* Arrows */
.slick-prev,
.slick-next{
    z-index:10;
}

.slick-prev{
    left:-10px;
}

.slick-next{
    right:-10px;
}

.slick-prev:before,
.slick-next:before{
    font-size:30px;
    color:#fff;
}

@media(max-width:768px){

    .testimonial-container{
        flex-direction:column;
    }

    .review-summary,
    .testimonial-slider{
        width:100%;
    }

    .review-summary{
        text-align:center;
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,0.1);
    }

    .underline{
        margin:auto auto 20px;
    }

    .review-summary h3{
        font-size:50px;
    }

    .stars{
        font-size:30px;
    }
}



.routes-box{
    margin:auto;
    background:#fff;
    padding:15px;
    border-radius:7px;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.routes-box h3{
    font-size:20px;
    color:#1c2b39;
    margin-bottom:20px;
    position:relative;
}

.routes-box h3::after{
    content:"";
    width:70px;
    height:3px;
    background:#f7941d;
    position:absolute;
    left:0;
    bottom:-8px;
}

.routes-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:30px;
    margin-top:15px;
}

.routes-grid ul{
    list-style:none;
}

.routes-grid li{
    margin-bottom:7px;
    font-size:14px;
    color:#444;
    display:flex;
    align-items:center;
}

.routes-grid li i{
    color:#f7941d;
    margin-right:10px;
    font-size:14px;
}

.view-routes{
    display:block;
    text-align:center;
    margin-top:0px;
    text-decoration:none;
    color:#f7941d;
    font-weight:600;
    transition:.3s;
}

.view-routes:hover{
    color:#d97706;
}

.view-routes i{
    margin-left:5px;
}

/* Mobile Responsive */
@media(max-width:768px){

    .routes-grid{
        grid-template-columns:1fr;
        gap:10px;
    }

    .routes-box{
        padding:20px;
    }

    .routes-box h2{
        font-size:20px;
    }

    .routes-grid li{
        font-size:15px;
    }
}


.outstationcharges{margin-bottom: 5px}
.outstationcharges table tr.out th{text-align: center;padding: 5px; background-color:#ff6600; color: #fff}
.edd p{background-color:#ff6600; color: #fff; font-size:14px; border-radius:6px; padding:5px }