
/*search form end here */

.hero{
    padding:90px 0;
    background:#f8fbff;
}

.hero-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:60px;
}

.hero-tag{
    display:inline-block;
    background:#e7f0ff;
    color:#0057B8;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.hero h1{
    font-size:54px;
    line-height:1.1;
    margin-bottom:25px;
}

.hero p{
    font-size:18px;
    color:#666;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    gap:20px;
    margin-bottom:40px;
}

.btn-outline{
    background:transparent;
    border:2px solid #0057B8;
    color:#0057B8;
}

.btn-outline:hover{
    background:#0057B8;
    color:#fff;
}

.hero-features{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.feature{
    background:#fff;
    padding:14px 18px;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
}
.hero-image img{

    width:100%;

    height:auto;

    display:block;

    border-radius:20px;

    object-fit:cover;

}
.image-placeholder{
    height:600px;
    border:3px dashed #d0d7e2;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#777;
    background:#fff;
}

.hero-stats{
    padding:70px 0;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.stat-card{
    background:#fff;
    padding:40px;
    text-align:center;
    border-radius:16px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.stat-card h2{
    font-size:42px;
    color:#0057B8;
    margin-bottom:10px;
}

@media(max-width:992px){

.hero-grid{
grid-template-columns:1fr;
}

.stats-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.hero h1{
font-size:38px;
}

.hero-buttons{
flex-direction:column;
}

.stats-grid{
grid-template-columns:1fr;
}

.image-placeholder{
height:350px;
}

}
/* =====================================================
   ABOUT SECTION
===================================================== */

/*==================================================
ABOUT SECTION
==================================================*/

.about-section{

    padding:100px 0;

    background:#ffffff;

}

.about-grid{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:70px;

}

.about-image-wrapper{

    flex:1;

    position:relative;

}

.about-image{

    border-radius:20px;

    overflow:hidden;

}

.about-image img{

    width:100%;

    height:650px;

    display:block;

    object-fit:cover;

    border-radius:20px;
    object-position: left;

}

.image-placeholder{

    height:650px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#f5f5f5;

    border-radius:20px;

    color:#888;

    font-size:24px;

    font-weight:600;

}

.experience-box{

    position:absolute;

    bottom:30px;

    left:-30px;

    background:#ff7a00;

    color:#ffffff;

    padding:25px 30px;

    border-radius:15px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.experience-box span{

    display:block;

    font-size:42px;

    font-weight:700;

    line-height:1;

    margin-bottom:8px;

}

.about-content{

    flex:1;

}

.section-tag{

    display:inline-block;

    color:#ff7a00;

    font-size:15px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

    margin-bottom:15px;

}

.about-content h2{

    font-size:46px;

    line-height:1.2;

    color:#0d2c54;

    margin-bottom:25px;

}

.about-content p{

    font-size:17px;

    color:#666666;

    line-height:1.8;

    margin-bottom:30px;

}

.about-list{

    list-style:none;

    padding:0;

    margin:0 0 40px;

}

.about-list li{

    position:relative;

    padding-left:30px;

    margin-bottom:15px;

    font-size:16px;

    color:#333333;

}

.about-list li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:0;

    color:#ff7a00;

    font-weight:700;

}

.about-content .btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

}

/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:991px){

    .about-grid{

        flex-direction:column;

    }

    .about-image-wrapper,

    .about-content{

        width:100%;

    }

    .about-image img,

    .image-placeholder{

        height:auto;

    }

    .experience-box{

        left:20px;

        bottom:20px;

    }

    .about-content{

        margin-top:20px;

    }

    .about-content h2{

        font-size:36px;

    }

}
/* =====================================================
   FLEET SECTION
===================================================== */

.fleet-section{

    padding:100px 0;

    background:#ffffff;

}

.fleet-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

}

.fleet-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.fleet-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.fleet-image{

    height:260px;

    background:#eef4fb;

    border-bottom:2px dashed #cfd8e3;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    color:#6b7280;

    font-weight:600;

    padding:20px;

}

.fleet-content{

    padding:30px;

}

.fleet-content h3{

    font-size:28px;

    color:#1f2937;

    margin-bottom:15px;

}

.fleet-content p{

    color:#6b7280;

    line-height:1.7;

    margin-bottom:20px;

}

.fleet-content ul{

    list-style:none;

    margin:0;

    padding:0;

}

.fleet-content li{

    padding:8px 0;

    color:#374151;

    font-weight:600;

}

@media(max-width:991px){

    .fleet-grid{

        grid-template-columns:1fr;

    }

}

@media(max-width:768px){

    .fleet-content h3{

        font-size:24px;

    }

    .fleet-image{

        height:220px;

    }

}
/* ==============================
   Fleet Improvements
==============================*/

.fleet-card{
    position:relative;
}

.fleet-ribbon{

    position:absolute;

    top:20px;

    left:20px;

    background:#0057B8;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

    z-index:2;

}

.fleet-specs{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:15px;

    margin:30px 0;

    text-align:center;

}

.fleet-specs div{

    background:#f4f8fd;

    padding:15px;

    border-radius:12px;

}

.fleet-specs strong{

    display:block;

    color:#0057B8;

    font-size:20px;

    margin-bottom:6px;

}

.fleet-btn{

    display:inline-block;

    margin-top:10px;

    padding:12px 24px;

    background:#0057B8;

    color:#fff;

    text-decoration:none;

    border-radius:40px;

    font-weight:600;

    transition:.3s;

}

.fleet-btn:hover{

    background:#ff8c00;

    color:#fff;

}

@media(max-width:768px){

    .fleet-specs{

        grid-template-columns:1fr;

    }

}
/*==================================================
 PROCESS SECTION
==================================================*/

.process-section{
    padding:100px 0;
    background:#f8fbff;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:60px;
}

.process-card{
    position:relative;
    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.35s;
    overflow:hidden;
}

.process-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.process-number{
    position:absolute;
    top:20px;
    right:20px;
    font-size:42px;
    font-weight:800;
    color:rgba(0,87,184,.08);
}

.process-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#0057B8;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
}

.process-card h3{
    margin-bottom:15px;
    font-size:24px;
    color:#1f2937;
}

.process-card p{
    color:#6b7280;
    line-height:1.7;
}

@media(max-width:1200px){
    .process-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){
    .process-grid{
        grid-template-columns:1fr;
    }

    .process-card{
        padding:35px 25px;
    }
}
/*==================================================
STATISTICS SECTION
==================================================*/

.statistics-section{

    padding:110px 0;

    background:linear-gradient(135deg,#0057B8,#0B77E3);

    color:#fff;

}

.statistics-section .section-heading{

    text-align:center;

    max-width:760px;

    margin:0 auto 70px;

}

.statistics-section .section-tag{

    background:rgba(255,255,255,.12);

    color:#fff;

}

.statistics-section h2{

    color:#fff;

}

.statistics-section p{

    color:rgba(255,255,255,.85);

}

.statistics-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.stat-box{

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(8px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:20px;

    padding:45px 25px;

    text-align:center;

    transition:.35s;

}

.stat-box:hover{

    transform:translateY(-8px);

    background:rgba(255,255,255,.15);

}

.stat-box i{

    font-size:42px;

    margin-bottom:20px;

    color:#FFD24A;

}

.stat-box h3{

    font-size:46px;

    margin-bottom:12px;

    color:#fff;

}

.stat-box p{

    margin:0;

    color:rgba(255,255,255,.85);

    font-size:17px;

}

@media(max-width:992px){

.statistics-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.statistics-grid{

grid-template-columns:1fr;

}

}
/*==================================================
TESTIMONIALS
==================================================*/

/*==================================================
TESTIMONIALS
==================================================*/

.testimonials-section{

    padding:110px 0;

    background:#f8fbff;

}

.testimonials-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:60px;

}

.testimonial-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.testimonial-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.testimonial-header{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:25px;

}

.testimonial-photo{

    width:80px;

    height:80px;

    border-radius:50%;

    object-fit:cover;

}

.testimonial-author h3{

    margin:0;

    font-size:22px;

    color:#1f2937;

}

.testimonial-author span{

    display:block;

    color:#0057B8;

    margin-top:5px;

    font-weight:600;

}

.testimonial-author small{

    display:block;

    color:#6b7280;

    margin-top:5px;

}

.testimonial-stars{

    color:#f5b301;

    font-size:18px;

    margin-bottom:20px;

}

.testimonial-content{

    color:#6b7280;

    line-height:1.9;

}

.testimonial-empty{

    grid-column:1/-1;

    text-align:center;

    background:#fff;

    padding:60px;

    border-radius:20px;

}

@media(max-width:992px){

    .testimonials-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .testimonials-grid{

        grid-template-columns:1fr;

    }

}
/*==================================================
LATEST NEWS
==================================================*/

/*==================================================
NEWS
==================================================*/

.news-section{

    padding:110px 0;

    background:#f8fbff;

}

.news-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:60px;

}

.news-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.news-card:hover{

    transform:translateY(-8px);

}

.news-image{

    display:block;

}

.news-thumb{

    width:100%;

    height:260px;

    object-fit:cover;

    display:block;

}

.news-placeholder{

    height:260px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#dbeafe;

    color:#1e3a8a;

    font-weight:700;

}

.news-content{

    padding:30px;

}

.news-meta{

    display:flex;

    justify-content:space-between;

    font-size:14px;

    color:#6b7280;

    margin-bottom:18px;

}

.news-meta a{

    color:#0057B8;

    text-decoration:none;

}

.news-content h3{

    font-size:24px;

    margin-bottom:18px;

}

.news-content h3 a{

    color:#1f2937;

    text-decoration:none;

}

.news-content p{

    color:#6b7280;

    line-height:1.8;

    margin-bottom:25px;

}

.news-empty{

    grid-column:1/-1;

    text-align:center;

    padding:70px;

    background:#fff;

    border-radius:20px;

}

@media(max-width:992px){

    .news-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .news-grid{

        grid-template-columns:1fr;

    }

}
/*==================================================
QUOTE SECTION
==================================================*/

/*==================================================
QUOTE
==================================================*/

.quote-section{

    padding:110px 0;

    background:#0057B8;

}

.quote-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

}

.quote-content{

    color:#fff;

}

.quote-content h2{

    font-size:48px;

    margin:20px 0;

    color:#fff;

}

.quote-content p{

    line-height:1.9;

    margin-bottom:35px;

}

.quote-benefits{

    list-style:none;

    padding:0;

    margin:0;

}

.quote-benefits li{

    margin-bottom:18px;

    font-size:18px;

}

.quote-benefits i{

    color:#FFD54A;

    margin-right:10px;

}

.quote-form{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 20px 60px rgba(0,0,0,.2);

}

.form-group{

    margin-bottom:20px;

}

.form-group input,
.form-group select,
.form-group textarea{

    width:100%;

    padding:16px;

    border:1px solid #ddd;

    border-radius:10px;

    font-size:16px;

    outline:none;

}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{

    border-color:#0057B8;

}

.quote-form .btn{

    width:100%;

}

@media(max-width:992px){

    .quote-wrapper{

        grid-template-columns:1fr;

    }

}
/*==================================================
CONTACT SECTION
==================================================*/

/*==================================================
CONTACT
==================================================*/

.contact-section{

    padding:110px 0;

    background:#ffffff;

}

.contact-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    margin-top:60px;

}

.contact-card{

    display:flex;

    gap:20px;

    margin-bottom:30px;

    padding:25px;

    background:#f8fbff;

    border-radius:15px;

}

.contact-card i{

    width:60px;

    height:60px;

    background:#0057B8;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    flex-shrink:0;

}

.contact-card h3{

    margin-bottom:8px;

    color:#1f2937;

}

.contact-card p{

    color:#6b7280;

    line-height:1.8;

}

.contact-form{

    background:#f8fbff;

    padding:40px;

    border-radius:20px;

}

.contact-form .form-group{

    margin-bottom:20px;

}

.contact-form input,
.contact-form textarea{

    width:100%;

    padding:16px;

    border:1px solid #d1d5db;

    border-radius:10px;

    font-size:16px;

    outline:none;

}

.contact-form input:focus,
.contact-form textarea:focus{

    border-color:#0057B8;

}

.contact-form .btn{

    width:100%;

}

@media(max-width:992px){

    .contact-wrapper{

        grid-template-columns:1fr;

    }

}
/*==================================================
FOOTER CTA SECTION
==================================================*/

/*==================================================
FOOTER CTA
==================================================*/

.footer-cta{

    padding:90px 0;

    background:linear-gradient(135deg,#0057B8,#003B80);

}

.footer-cta-wrapper{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:60px;

}

.footer-cta-content{

    color:#fff;

    max-width:700px;

}

.footer-cta-content h2{

    font-size:48px;

    margin:20px 0;

    color:#fff;

}

.footer-cta-content p{

    line-height:1.9;

    color:#dbeafe;

}

.footer-cta-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.footer-cta .btn-outline{

    border:2px solid #fff;

    color:#fff;

    background:transparent;

}

.footer-cta .btn-outline:hover{

    background:#fff;

    color:#0057B8;

}

@media(max-width:992px){

    .footer-cta-wrapper{

        flex-direction:column;

        text-align:center;

    }

}

/*==================================================
FOOTER
==================================================*/

.site-footer{

    background:#111827;

    color:#cbd5e1;

}

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:50px;

    padding:90px 0;

}

.footer-logo{

    color:#fff;

    font-size:32px;

    margin-bottom:20px;

}

.footer-column h3{

    color:#fff;

    margin-bottom:25px;

}

.footer-column p{

    line-height:1.8;

}

.footer-menu{

    list-style:none;

    margin:0;

    padding:0;

}

.footer-menu li{

    margin-bottom:15px;

}

.footer-menu a{

    color:#cbd5e1;

    text-decoration:none;

    transition:.3s;

}

.footer-menu a:hover{

    color:#fff;

}

.footer-contact{

    list-style:none;

    margin:0;

    padding:0;

}

.footer-contact li{

    margin-bottom:18px;

}

.footer-contact i{

    color:#FFD54A;

    width:22px;

}

.footer-social{

    margin-top:30px;

    display:flex;

    gap:15px;

}

.footer-social a{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#1f2937;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    transition:.3s;

}

.footer-social a:hover{

    background:#0057B8;

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);

    text-align:center;

    padding:25px 0;

}

.footer-bottom p{

    margin:0;

}

#backToTop{

    position:fixed;

    right:30px;

    bottom:30px;

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:#0057B8;

    color:#fff;

    cursor:pointer;

    display:none;

    font-size:18px;

    z-index:999;

    transition:.3s;

}

#backToTop:hover{

    background:#003B80;

}

@media(max-width:992px){

    .footer-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .footer-grid{

        grid-template-columns:1fr;

        text-align:center;

    }

    .footer-social{

        justify-content:center;

    }

}

/* fleet start here */
.fleet-photo{

    width:100%;

    height:260px;

    object-fit:cover;

    display:block;

    border-radius:16px 16px 0 0;

}

.fleet-content{

    padding:25px;

}

.fleet-type,
.fleet-capacity{

    color:#0057B8;

    font-weight:600;

    margin-bottom:10px;

}

.image-placeholder{

    height:260px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#eef4fb;

    border:2px dashed #cfd8e3;

    color:#6b7280;

    border-radius:16px 16px 0 0;

}

/*==================================================
FLEET SECTION
==================================================*/

.fleet-section{

    padding:110px 0;

    background:#f8fbff;

}


.fleet-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:60px;

}


.fleet-card{

    background:#ffffff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:all .35s ease;

    display:flex;

    flex-direction:column;

    height:100%;

}


.fleet-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 55px rgba(0,0,0,.12);

}


.fleet-image{

    position:relative;

    overflow:hidden;

}


.fleet-photo{

    width:100%;

    height:260px;

    object-fit:cover;

    display:block;

    transition:transform .5s ease;

}


.fleet-card:hover .fleet-photo{

    transform:scale(1.05);

}


.image-placeholder{

    height:260px;

    background:#eef4fb;

    border:2px dashed #cdd8e6;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-direction:column;

    text-align:center;

    color:#6b7280;

    font-weight:600;

    padding:20px;

}


.fleet-content{

    padding:30px;

    display:flex;

    flex-direction:column;

    flex:1;

}


.fleet-title{

    font-size:28px;

    color:#1f2937;

    margin:0 0 20px;

    line-height:1.3;

}


.fleet-specs{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:12px;

    margin-bottom:25px;

}


.fleet-specs span{

    background:#f3f7fc;

    border-radius:10px;

    padding:12px;

    font-size:14px;

    color:#374151;

    line-height:1.5;

}


.fleet-specs strong{

    color:#0057B8;

}


.fleet-status{

    background:#eaf8ef !important;

    color:#1d7a37 !important;

    font-weight:700;

}


.fleet-description{

    color:#6b7280;

    line-height:1.8;

    margin-bottom:30px;

    flex:1;

}


.fleet-content .btn{

    width:100%;

    text-align:center;

    justify-content:center;

}


.fleet-empty{

    grid-column:1/-1;

    background:#ffffff;

    padding:60px;

    border-radius:20px;

    text-align:center;

    border:2px dashed #d6dce5;

}


.fleet-empty h3{

    font-size:30px;

    color:#1f2937;

    margin-bottom:15px;

}


.fleet-empty p{

    color:#6b7280;

    font-size:17px;

}


/*==================================================
TABLET
==================================================*/

@media (max-width:992px){

    .fleet-grid{

        grid-template-columns:repeat(2,1fr);

    }

}


/*==================================================
MOBILE
==================================================*/

@media (max-width:768px){

    .fleet-grid{

        grid-template-columns:1fr;

    }

    .fleet-specs{

        grid-template-columns:1fr;

    }

    .fleet-content{

        padding:25px;

    }

    .fleet-title{

        font-size:24px;

    }

}


/*==================================================
SMALL MOBILE
==================================================*/

@media (max-width:480px){

    .fleet-section{

        padding:80px 0;

    }

    .fleet-photo,

    .image-placeholder{

        height:220px;

    }

    .fleet-title{

        font-size:22px;

    }

}
/*==================================================
SERVICES
==================================================*/

.services-section{

    padding:110px 0;

    background:#ffffff;

}

.services-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:60px;

}

.service-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

    display:flex;

    flex-direction:column;

}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.service-image{

    overflow:hidden;

}

.service-photo{

    width:100%;

    height:240px;

    object-fit:cover;

    transition:.4s;

}

.service-card:hover .service-photo{

    transform:scale(1.05);

}

.service-content{

    padding:30px;

    flex:1;

    display:flex;

    flex-direction:column;

}

.service-icon{

    width:70px;

    height:70px;

    background:#0057B8;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:20px;

}

.service-content h3{

    font-size:28px;

    margin-bottom:15px;

    color:#1f2937;

}

.service-tagline{

    color:#0057B8;

    font-weight:600;

    margin-bottom:15px;

}

.service-description{

    color:#6b7280;

    line-height:1.8;

    margin-bottom:25px;

    flex:1;

}

.service-content .btn{

    width:100%;

    text-align:center;

}

.services-empty{

    grid-column:1/-1;

    background:#f8fbff;

    border:2px dashed #d7dde5;

    border-radius:20px;

    padding:60px;

    text-align:center;

}

@media(max-width:992px){

    .services-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .services-grid{

        grid-template-columns:1fr;

    }

}
/*=====================================
404 PAGE
=====================================*/

.error-404-section{

    padding:120px 20px;

    text-align:center;

    background:#f8fbff;

}

.error-404-content{

    max-width:700px;

    margin:0 auto;

}

.error-404-content h1{

    font-size:140px;

    line-height:1;

    margin:0;

    color:#0057B8;

    font-weight:800;

}

.error-404-content h2{

    font-size:38px;

    margin:20px 0;

    color:#1f2937;

}

.error-404-content p{

    font-size:18px;

    color:#6b7280;

    margin-bottom:35px;

    line-height:1.8;

}

.error-404-content .truckpro-search-form{

    max-width:600px;

    margin:0 auto 35px;

}

.error-404-content .btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 36px;

    background:#0057B8;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-weight:700;

    transition:.3s;

}

.error-404-content .btn:hover{

    background:#ff8c00;

}
/*==================================================
BLOG PAGE
==================================================*/

.blog-page{

    padding:100px 0;

    background:#f8f9fc;

}

.section-heading{

    text-align:center;

    max-width:760px;

    margin:0 auto 70px;

}

.section-heading h2{

    font-size:48px;

    color:#0d2c54;

    margin:20px 0;

}

.section-heading p{

    color:#666;

    line-height:1.8;

    font-size:17px;

}

.blog-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.blog-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;

}

.blog-card:hover{

    transform:translateY(-10px);

}

.blog-image img{

    width:100%;

    height:250px;

    object-fit:cover;

    display:block;

}

.blog-content{

    padding:30px;

}

.blog-meta{

    display:flex;

    justify-content:space-between;

    margin-bottom:18px;

    color:#ff7a00;

    font-size:14px;

}

.blog-content h3{

    margin-bottom:18px;

    line-height:1.4;

}

.blog-content h3 a{

    text-decoration:none;

    color:#0d2c54;

}

.blog-content p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}

@media(max-width:991px){

    .blog-grid{

        grid-template-columns:1fr;

    }

    .section-heading h2{

        font-size:36px;

    }

}

/*==================================================
ARCHIVE PAGE
==================================================*/

.archive-page{

    padding:100px 0;

    background:#f8f9fc;

}

.archive-page .section-heading{

    text-align:center;

    margin-bottom:70px;

}

.archive-page .section-heading h2{

    font-size:48px;

    color:#0d2c54;

    margin:20px 0;

}

.archive-page .section-heading p{

    max-width:700px;

    margin:0 auto;

    color:#666;

    line-height:1.8;

}

@media(max-width:991px){

    .archive-page .section-heading h2{

        font-size:36px;

    }

}
/*==================================================
BREADCRUMBS
==================================================*/

.truckpro-breadcrumbs{

    background:#0d2c54;

    padding:18px 0;

    font-size:15px;

}

.truckpro-breadcrumbs .container{

    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:10px;

}

.truckpro-breadcrumbs a{

    color:#ffffff;

    text-decoration:none;

    transition:.3s;

}

.truckpro-breadcrumbs a:hover{

    color:#ff7a00;

}

.truckpro-breadcrumbs .separator{

    color:rgba(255,255,255,.6);

}

.truckpro-breadcrumbs{

    color:#ffffff;

}
/*=====================================
SMOOTH SCROLL
=====================================*/

html{

    scroll-behavior:smooth;

}

section{

    scroll-margin-top:110px;

}