
call-btn11{
      
    text-align: right;
}
@media (max-width: 991.98px){

call-btn11{

    text-align:center;
}

}

   body{
    font-family:'Poppins',sans-serif;
}

.top-header{
    font-size:14px;
}

.top-header a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.top-header a:hover{
    color:#ffd54f;
}

.navbar{
    padding:15px 0;
}

.navbar-brand{
    font-size:18px;
    font-weight:700;
}

.navbar-nav .nav-link{
    color:#222 !important;
    font-weight:500;
    margin:0 10px;
    transition:.3s;
}

.navbar-nav .nav-link:hover{
    color:#dc3545 !important;
}

.btn-danger{
    border-radius:30px;
    padding:10px 24px;
}

@media(max-width:991px){

    .top-header{
        text-align:center;
    }

    .navbar-brand{
        font-size:22px;
    }

}
/* Hero Section */

.hero-section{

    background:#f8f9fa;
    padding:80px 0;

}

.hero-tag{

    display:inline-block;
    background:#ffe5e5;
    color:#dc3545;
    padding:10px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;

}

.hero-section h1{

    font-size:55px;
    font-weight:700;
    color:#0b2d73;
    line-height:1.2;

}

.hero-section h1 span{

    color:#dc3545;

}

.hero-section p{

    font-size:18px;
    color:#666;
    margin:25px 0;
    line-height:1.8;

}

.hero-section .btn{

    border-radius:50px;
    padding:14px 35px;
    font-weight:600;

}

.hero-section img{

    width:100%;
    height:auto;
    display:block;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);

}

@media(max-width:991px){

.hero-section{

    text-align:center;
    padding:70px 0;

}

.hero-section h1{

    font-size:38px;

}

.hero-section img{

    margin-top:40px;

}

}

/*========================
      Services
========================*/

.services{

    background:#ffffff;

}

.service-box{

    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;

}

.service-box:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.service-box .icon{

    width:80px;
    height:80px;
    margin:0 auto 25px;
    background:#dc3545;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;

}

.service-box h4{

    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    color:#0b2d73;

}

.service-box p{

    color:#666;
    line-height:1.8;
    margin-bottom:0;

}






/*===================================
        WHY US
====================================*/

.why-us{

    background:#f8f9fa;

}

.why-us h2{

    color:#0b2d73;
    font-size:40px;

}

.feature-box{

    display:flex;
    align-items:flex-start;

}

.feature-box i{

    width:60px;
    height:60px;
    background:#dc3545;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    margin-right:18px;
    flex-shrink:0;

}

.feature-box h5{

    font-weight:700;
    color:#0b2d73;

}

.feature-box p{

    margin:0;
    color:#666;

}

/*==============================
        Fleet
===============================*/

.fleet{

    background:#fff;

}

.fleet-box{

    position:relative;
    overflow:hidden;
    border-radius:12px;

}

.fleet-box img{

    width:100%;
    height:350px;
    object-fit:cover;
    transition:.5s;

}

.fleet-overlay{

    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:25px;
    color:#fff;
    background:linear-gradient(transparent,rgba(0,0,0,.88));

}

.fleet-overlay h4{

    font-weight:700;

}

.fleet-overlay p{

    margin:15px 0;

}

.fleet-box:hover img{

    transform:scale(1.08);

}

/*=================================
        Process
==================================*/

.process{

    background:#f8f9fa;

}

.process-box{

    background:#fff;
    padding:35px 25px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;

}

.process-box:hover{

    transform:translateY(-8px);

}

.process-icon{

    width:90px;
    height:90px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#dc3545;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;

}

.process-box h4{

    color:#0b2d73;
    font-weight:700;
    margin-bottom:15px;

}

.process-box p{

    color:#666;
    margin-bottom:0;

}/*=================================
        Emergency CTA
==================================*/

.emergency-cta{

    padding:90px 0;
    background:linear-gradient(rgba(220,53,69,.92),
                               rgba(220,53,69,.92)),
               url(images/emergency-bg.jpg) center center;
    background-size:cover;

}

.cta-box{

    color:#fff;

}

.cta-icon{

    width:90px;
    height:90px;
    margin:0 auto 30px;
    border-radius:50%;
    background:#fff;
    color:#dc3545;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;

}

.cta-box h2{

    font-size:42px;
    font-weight:700;

}

.cta-box p{

    max-width:700px;
    margin:20px auto 30px;
    font-size:18px;
    line-height:1.8;

}

.phone-number a{

    color:#fff;
    font-size:42px;
    font-weight:700;
    text-decoration:none;

}

.cta-box .btn{

    padding:14px 36px;
    border-radius:50px;
    font-weight:600;

}

@media(max-width:768px){

.phone-number a{

    font-size:28px;

}

.cta-box h2{

    font-size:32px;

}

}



/*=================================
      Coverage Areas
==================================*/

.coverage{

    background:#ffffff;

}

.coverage-box{

    background:#f8f9fa;
    border-radius:10px;
    text-align:center;
    padding:30px 20px;
    transition:.3s;
    border:1px solid #eee;

}

.coverage-box:hover{

    background:#dc3545;
    color:#fff;
    transform:translateY(-8px);

}

.coverage-box i{

    font-size:40px;
    color:#dc3545;
    margin-bottom:15px;

}

.coverage-box:hover i{

    color:#fff;

}

.coverage-box h5{

    margin:0;
    font-weight:600;

}

/*=================================
    Emergency Contact
==================================*/

.emergency-contact{
    background:#f8f9fa;
}

.emergency-contact h2{
    color:#0b2d73;
}

.emergency-contact .btn{
    border-radius:50px;
    padding:14px 35px;
}

.emergency-contact img{
    max-height:500px;
}

.emergency-contact a{
    text-decoration:none;
}

/*=================================
        FAQ
==================================*/

.faq-section{
    background:#f8f9fa;
}

.faq-section .card{
    border-radius:10px;
}

.faq-section .card-header{
    padding:0;
}

.faq-section .btn-link{
    text-decoration:none;
    padding:18px 20px;
}

.faq-section .btn-link:hover{
    text-decoration:none;
}

.faq-section .card-body{
    color:#666;
    line-height:1.8;
}
/*==============================
    Floating Call Button
===============================*/

.call-float{
    position:fixed;
    right:20px;
    bottom:30px;
    z-index:9999;

    display:flex;
    align-items:center;

    background:#dc3545;
    color:#fff;

    padding:12px 22px;
    border-radius:50px;

    font-size:16px;
    font-weight:600;

    text-decoration:none;

    box-shadow:0 8px 25px rgba(220,53,69,.35);

    transition:.3s;
}

.call-float i{
    font-size:20px;
    margin-right:10px;
}

.call-float:hover{
    color:#fff;
    text-decoration:none;
    background:#c82333;
    transform:translateY(-3px);
}

/* Pulse Animation */

.call-float{
    animation:pulse 2s infinite;
}

@keyframes pulse{

    0%{
        box-shadow:0 0 0 0 rgba(220,53,69,.6);
    }

    70%{
        box-shadow:0 0 0 18px rgba(220,53,69,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(220,53,69,0);
    }

}

/* Mobile */

@media(max-width:576px){

    .call-float{

        right:15px;
        bottom:15px;

        padding:12px 18px;

    }

    .call-float span{

        display:none;

    }

    .call-float i{

        margin-right:0;

    }

}
/*==============================
        Copyright
===============================*/

.copyright{

    background:#061b46;
    color:#bfc8dc;

    padding:18px 0;

    font-size:14px;

}

.copyright a{

    color:#ffffff;
    font-weight:600;
    text-decoration:none;

}

.copyright a:hover{

    color:#dc3545;

}
/*=========================================
        MOBILE OPTIMIZATION
=========================================*/

@media (max-width: 767px){

/* Top Header */

.top-header{

    font-size:13px;
    padding:8px 0 !important;

}

.top-header span,
.top-header a{

    display:block;
    margin:3px 0 !important;

}

/* Navbar */

.navbar{

    padding:10px 0;

}

.navbar-brand{

    font-size:18px;
    line-height:1.3;

}

.navbar-toggler{

    padding:.35rem .6rem;

}

/* Hero */

.hero-section{

    padding:45px 0;

}

.hero-tag{

    font-size:14px;
    padding:10px 18px;

}

.hero-section h1{

    font-size:42px;
    line-height:1.15;
    margin:20px 0;

}

.hero-section p{

    font-size:17px;
    line-height:1.8;
    margin:20px 0;

}

.hero-section .btn{

    width:100%;
    margin:8px 0 !important;

}

.hero-section img{

    margin-top:35px;
    border-radius:15px;

}

/* Section Padding */

.services,
.why-us,
.fleet,
.process,
.coverage,
.emergency-contact,
.faq-section{

    padding:60px 0 !important;

}

/* Headings */

h2{

    font-size:30px !important;

}

/* Service Box */

.service-box{

    padding:30px 20px;

}

/* Fleet */

.fleet-box img{

    height:240px;

}

/* Process */

.process-box{

    padding:25px 20px;

}

/* CTA */

.emergency-cta{

    padding:60px 20px;

}

.cta-box h2{

    font-size:34px;

}

.phone-number a{

    font-size:34px;

}

/* Contact */

.emergency-contact h2{

    margin-top:20px !important;

}

.emergency-contact .btn{

    width:100%;
    margin:8px 0 !important;

}

.emergency-contact img{

    margin-bottom:30px;

}

/* Coverage */

.coverage-box{

    padding:25px;

}

/* FAQ */

.faq-section .btn-link{

    font-size:16px;

}

/* Floating Button */

.call-float{

    width:65px;
    height:65px;

    padding:0;

    border-radius:50%;

    justify-content:center;

}

.call-float span{

    display:none;

}

.call-float i{

    margin:0;
    font-size:24px;

}

/* Footer */

.footer{

    text-align:center;

}

.footer .col-lg-3,
.footer .col-lg-4,
.footer .col-lg-2{

    margin-bottom:30px;

}

.copyright{

    text-align:center;

}

}
