.custom-navbar{
    background:#fff;
    border-bottom:1px solid #ececec;
    padding:10px 0;
}

.logo{
    width:180px;
}

.navbar-nav .nav-link{
    color:#0B2E6B;
    font-size:16px;
    font-weight:600;
    margin:0 8px;
    transition:.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    color:#C62828;
}

.dropdown-menu{
    border:none;
    border-radius:8px;
    padding:10px 0;
}

.dropdown-item{
    font-size:15px;
    padding:10px 20px;
    transition:.3s;
}

.dropdown-item:hover{
    background:#C62828;
    color:#fff;
}

.enquiry-btn{
    background:#C62828;
    color:#fff;
    border:none;
    padding:12px 26px;
    font-size:15px;
    font-weight:600;
    border-radius:6px;
    transition:.3s;
}

.enquiry-btn i{
    margin-right:8px;
}

.enquiry-btn:hover{
    background:#0B2E6B;
}

.navbar-toggler{
    border:none;
}

.navbar-toggler:focus{
    box-shadow:none;
}

.navbar-toggler i{
    color:#0B2E6B;
    font-size:26px;
}

@media(max-width:991px){

.navbar-nav{
    margin-top:20px;
}

.enquiry-form{
    margin-top:15px;
}

.navbar-nav .nav-link{
    padding:12px 0;
}

}


.notice-bar{
    width:100%;
    background:#fff;
    border-top:2px solid #ff4d4d;
    border-bottom:2px solid #0d6efd;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    overflow:hidden;
    padding:12px 0;
}

.ticker{
    width:100%;
    overflow:hidden;
    white-space:nowrap;
}

.ticker-content{
    display:inline-block;
    white-space:nowrap;
    padding-left:100%;
    animation:scroll-right-left 42s linear infinite;
    font-size:16px;
    font-weight:600;
    color:#333;
}

.ticker-content strong{
    color:#0d47a1;
}

.notice-bar:hover .ticker-content{
    animation-play-state:paused;
}

@keyframes scroll-right-left{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-100%);
    }
}

.about-area{
    background:#f8fbff;
    overflow:hidden;
}

.sub-title{
    color:#ff5a3c;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#0b1f3a;
    margin:15px 0;
    line-height:1.3;
}

.about-text{
    color:#666;
    line-height:30px;
    font-size:16px;
}

.about-images{
    position:relative;
    padding-right:70px;
}

.main-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.small-image{
    position:absolute;
    right:0;
    bottom:30px;
    width:230px;
}

.small-image img{
    width:100%;
    border-radius:18px;
    border:8px solid #fff;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.experience-box{
    position:absolute;
    left:-20px;
    bottom:50px;
    background:#ff5a3c;
    color:#fff;
    width:160px;
    height:160px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    box-shadow:0 20px 40px rgba(255,90,60,.35);
}

.experience-box h2{
    font-size:45px;
    margin:0;
    font-weight:700;
}

.feature-card{
    background:#fff;
    padding:18px;
    border-radius:15px;
    display:flex;
    align-items:center;
    gap:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.feature-card i{
    width:65px;
    height:65px;
    background:#ff5a3c;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:25px;
}

.feature-card h5{
    margin-bottom:5px;
    color:#0b1f3a;
    font-weight:700;
}

.feature-card p{
    margin:0;
    color:#777;
}

.about-list{
    list-style:none;
    padding:0;
}

.about-list li{
    padding:10px 0;
    font-size:16px;
    color:#444;
}

.about-list i{
    color:#ff5a3c;
    margin-right:12px;
}

.about-btns{
    display:flex;
    align-items:center;
    gap:30px;
    flex-wrap:wrap;
}

.call-btn{
    background:#ff5a3c;
    color:#fff;
    padding:21px 19px;
    
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

.call-btn:hover{
    background:#0b1f3a;
    color:#fff;
}

.phone span{
    color:#666;
}

.phone h4{
    color:#0b1f3a;
    font-weight:700;
    margin-top:5px;
}

.feature-card:hover{
    transform:translateY(-8px);
}

@media(max-width:991px){

.section-title{
    font-size:32px;
}

.about-images{
    padding-right:0;
}

.small-image{
    display:none;
}

.experience-box{
    width:120px;
    height:120px;
    left:10px;
    bottom:10px;
}

.experience-box h2{
    font-size:30px;
}

.about-btns{
    flex-direction:column;
    align-items:flex-start;
}

}.why-choose{
    background:#f8fbff;
}

.sub-title{
    color:#ff5b2e;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.why-choose h2{
    font-size:42px;
    font-weight:700;
    color:#082032;
    margin-top:15px;
}

.why-choose h2 span{
    color:#ff5b2e;
}

.why-choose p{
    color:#666;
    line-height:28px;
}

.choose-box{
    background:#fff;
    border-radius:20px;
    padding:35px 30px;
    text-align:center;
    transition:.4s;
    height:100%;
    border:1px solid #eee;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.choose-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    background:#ff5b2e;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:32px;
    margin-bottom:20px;
}

.choose-box h4{
    font-weight:700;
    color:#082032;
    margin-bottom:15px;
}

.counter-box{
    background:#082032;
    color:#fff;
    border-radius:15px;
    padding:30px;
    text-align:center;
    transition:.4s;
}

.counter-box:hover{
    background:#ff5b2e;
}

.counter-box h2{
    color:#fff;
    font-size:42px;
    margin-bottom:8px;
}

.counter-box span{
    font-size:16px;
}

@media(max-width:991px){

.why-choose h2{
    font-size:32px;
}

.counter-box{
    margin-bottom:20px;
}

}


.services-section{
    background:#f8fbff;
}

.section-title span{
    color:#ff5722;
    font-weight:700;
    letter-spacing:2px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    margin:15px 0;
}

.service-tabs .nav-link{
    border:none;
    background:#fff;
    color:#0d2d62;
    padding:15px 25px;
    margin:8px;
    border-radius:50px;
    font-weight:600;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.4s;
}

.service-tabs .nav-link i{
    margin-right:8px;
}

.service-tabs .nav-link.active{
    background:#ff5722;
    color:#fff;
}

.service-content{
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.service-content img{
    width:100%;
}

.service-content h3{
    font-size:34px;
    font-weight:700;
    color:#0d2d62;
}

.service-content p{
    color:#666;
    line-height:30px;
}

.service-content ul{
    list-style:none;
    padding:0;
}

.service-content ul li{
    padding:8px 0;
    font-weight:500;
}

.theme-btn{
    display:inline-block;
    margin-top:15px;
    padding:14px 32px;
    background:#ff5722;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
}

.theme-btn:hover{
    background:#0d2d62;
    color:#fff;
}



.work-process{
    background:#f8fbff;
    position:relative;
}

.sub-title{
    color:#ff5a2c;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.work-process h2{
    font-size:42px;
    font-weight:700;
    color:#0d2d62;
    margin:15px 0;
}

.work-process p{
    color:#666;
    line-height:28px;
}

.process-box{
    background:#fff;
    border-radius:20px;
    padding:40px 25px;
    text-align:center;
    position:relative;
    transition:.4s;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    height:100%;
    overflow:hidden;
}

.process-box:hover{
    transform:translateY(-10px);
}

.process-number{
    position:absolute;
    top:15px;
    right:20px;
    font-size:55px;
    font-weight:800;
    color:rgba(13,45,98,.08);
}

.process-icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#ff5a2c,#ff8f5c);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:35px;
    margin-bottom:25px;
}

.process-box h4{
    font-size:22px;
    font-weight:700;
    color:#0d2d62;
    margin-bottom:15px;
}

.process-box:hover .process-icon{
    transform:rotateY(180deg);
    transition:.6s;
}

@media(max-width:991px){

.work-process h2{
    font-size:32px;
}

.process-box{
    margin-bottom:20px;
}

}.transport-info{
    background:#f8fbff;
}

.section-subtitle{
    color:#ff5b2e;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:15px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#0b2d63;
    margin:15px 0;
}

.section-desc{
    color:#666;
    line-height:30px;
    font-size:16px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
    background:#fff;
    padding:15px 20px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    transition:.3s;
}

.feature-item:hover{
    transform:translateX(8px);
}

.feature-item i{
    color:#ff5b2e;
    font-size:22px;
}

.feature-item span{
    font-weight:600;
    color:#0b2d63;
}

.transport-btn{
    display:inline-block;
    margin-top:30px;
    background:#ff5b2e;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.transport-btn:hover{
    background:#0b2d63;
    color:#fff;
}

.stats-box{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.stat-card{
    background:#fff;
    padding:35px 20px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.3s;
}

.stat-card:hover{
    transform:translateY(-8px);
    background:#ff5b2e;
}

.stat-card:hover h3,
.stat-card:hover p{
    color:#fff;
}

.stat-card h3{
    font-size:34px;
    color:#0b2d63;
    font-weight:700;
}

.stat-card p{
    margin:0;
    color:#666;
}

@media(max-width:991px){

.section-title{
    font-size:32px;
}

.stats-box{
    grid-template-columns:1fr;
    margin-top:40px;
}

}.mission-vision{
    background:#f8fbff;
}

.sub-heading{
    color:#ff5a2c;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.mission-vision h2{
    font-size:42px;
    font-weight:700;
    color:#0d2d62;
    margin:15px 0;
}

.mission-vision p{
    color:#666;
    line-height:30px;
}

.mv-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    height:100%;
    transition:.4s;
    border-top:5px solid #ff5a2c;
}

.mv-card:hover{
    transform:translateY(-10px);
}

.mv-icon{
    width:85px;
    height:85px;
    background:linear-gradient(135deg,#ff5a2c,#ff8b60);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
}

.mv-card h3{
    color:#0d2d62;
    font-weight:700;
    margin-bottom:20px;
}

.mv-card ul{
    list-style:none;
    padding:0;
    margin-top:25px;
}

.mv-card ul li{
    padding:10px 0;
    color:#444;
    font-weight:500;
}

.mv-card ul li i{
    color:#ff5a2c;
    margin-right:10px;
}

@media(max-width:991px){

.mission-vision h2{
    font-size:32px;
}

.mv-card{
    padding:30px;
}

}


.branch-section{
    background:#f8fbff;
}

.branch-section .section-title span{
    color:#ff5a2c;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.branch-section .section-title h2{
    font-size:42px;
    font-weight:700;
    color:#0d2d62;
    margin:15px 0;
}

.branch-section .section-title p{
    color:#666;
    max-width:700px;
    margin:auto;
    line-height:28px;
}

.branch-box{
    background:#fff;
    border-radius:15px;
    text-align:center;
    padding:30px 15px;
    transition:.4s;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    border:1px solid #eee;
}

.branch-box i{
    width:65px;
    height:65px;
    line-height:65px;
    border-radius:50%;
    background:#ff5a2c;
    color:#fff;
    font-size:24px;
    margin-bottom:18px;
}

.branch-box h5{
    margin:0;
    color:#0d2d62;
    font-weight:700;
}

.branch-box:hover{
    transform:translateY(-8px);
    background:#0d2d62;
}

.branch-box:hover h5,
.branch-box:hover i{
    color:#fff;
}

.branch-box:hover i{
    background:#ff5a2c;
}

@media(max-width:991px){

.branch-section .section-title h2{
    font-size:32px;
}

.branch-box{
    padding:25px 10px;
}

.branch-box h5{
    font-size:16px;
}

}.faq-section{
    background:#f8fbff;
}

.sub-title{
    color:#ff5a2c;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.faq-section h2{
    font-size:42px;
    font-weight:700;
    color:#0d2d62;
    margin:15px 0;
}

.faq-section p{
    color:#666;
}

.accordion-item{
    border:none;
    margin-bottom:18px;
    border-radius:15px !important;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.accordion-button{
    background:#fff;
    color:#0d2d62;
    font-size:18px;
    font-weight:600;
    padding:20px 25px;
    box-shadow:none !important;
}

.accordion-button:not(.collapsed){
    background:#ff5a2c;
    color:#fff;
}

.accordion-button::after{
    filter:brightness(0);
}

.accordion-button:not(.collapsed)::after{
    filter:brightness(0) invert(1);
}

.accordion-body{
    padding:22px 25px;
    font-size:16px;
    line-height:30px;
    color:#666;
    background:#fff;
}

@media(max-width:991px){

.faq-section h2{
    font-size:32px;
}

.accordion-button{
    font-size:16px;
}

}

.footer-section{
    background:#0B1F3A;
    color:#fff;
    padding:70px 0 20px;
}

.footer-section h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
}

.footer-section h4{
    color:#FFD54F;
    margin-bottom:22px;
    font-size:22px;
    font-weight:600;
}

.footer-section p{
    color:#d8d8d8;
    line-height:28px;
}

.footer-links{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-links li{
    margin-bottom:14px;
}

.footer-links li a{
    color:#d8d8d8;
    text-decoration:none;
    transition:.3s;
}

.footer-links li a:hover{
    color:#FFD54F;
    padding-left:8px;
}

.footer-contact p{
    margin-bottom:16px;
}

.footer-contact i{
    color:#FFD54F;
    margin-right:10px;
    width:20px;
}

.footer-social a{
    width:45px;
    height:45px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#16365d;
    color:#fff;
    border-radius:50%;
    margin-right:10px;
    font-size:18px;
    transition:.3s;
}

.footer-social a:hover{
    background:#FFD54F;
    color:#0B1F3A;
    transform:translateY(-4px);
}

.footer-section hr{
    border-color:rgba(255,255,255,.15);
    margin:45px 0 20px;
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.footer-bottom p{
    margin:5px 0;
}

.footer-bottom a{
    color:#FFD54F;
    text-decoration:none;
}

.footer-bottom a:hover{
    color:#fff;
}

@media(max-width:768px){

.footer-bottom{
    text-align:center;
    justify-content:center;
}

.footer-bottom p{
    width:100%;
}

.footer-section{
    padding:60px 0 20px;
}

.footer-section h3{
    font-size:26px;
}

}.page-banner{
    position:relative;
    overflow:hidden;
    padding:120px 0 170px;
    background:linear-gradient(135deg,#0B1F3A,#173B73,#0B1F3A);
    color:#fff;
}

.banner-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.15);
    padding:12px 22px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:25px;
}

.banner-tag i{
    color:#FFD54F;
    font-size:20px;
}

.page-banner h1{
    font-size:65px;
    font-weight:800;
    margin-bottom:20px;
    line-height:1.1;
}

.page-banner p{
    max-width:620px;
    color:#d8d8d8;
    line-height:30px;
    font-size:18px;
}

.breadcrumb-box{
    background:#fff;
    padding:22px 35px;
    border-radius:70px;
    display:inline-flex;
    gap:15px;
    align-items:center;
    float:right;
    box-shadow:0 20px 50px rgba(0,0,0,.18);
}

.breadcrumb-box a{
    text-decoration:none;
    color:#0B1F3A;
    font-weight:700;
}

.breadcrumb-box span{
    color:#FFB400;
    font-weight:700;
}

.shape{
    position:absolute;
    border-radius:50%;
}

.shape1{
    width:420px;
    height:420px;
    background:rgba(255,193,7,.08);
    top:-180px;
    right:-120px;
}

.shape2{
    width:220px;
    height:220px;
    background:rgba(255,255,255,.06);
    left:-70px;
    bottom:40px;
}

.shape3{
    width:140px;
    height:140px;
    border:2px dashed rgba(255,255,255,.15);
    right:18%;
    bottom:90px;
    animation:rotate 18s linear infinite;
}

.wave{
    position:absolute;
    left:0;
    bottom:-1px;
    width:100%;
    line-height:0;
}

.wave svg{
    width:100%;
    height:110px;
}

@keyframes rotate{

from{
transform:rotate(0deg);
}

to{
transform:rotate(360deg);
}

}

@media(max-width:991px){

.page-banner{
    padding:90px 0 120px;
    text-align:center;
}

.page-banner h1{
    font-size:50px;
}

.page-banner p{
    margin:auto;
}

.breadcrumb-box{
    float:none;
    margin-top:40px;
}

}

@media(max-width:576px){

.page-banner h1{
    font-size:38px;
}

.breadcrumb-box{
    padding:16px 24px;
    border-radius:50px;
    font-size:14px;
}

}.about-section{
    background:#fff;
}

.section-tag{
    display:inline-block;
    background:#fff7e5;
    color:#ff9800;
    padding:10px 22px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:18px;
}

.section-title{
    font-size:44px;
    font-weight:800;
    color:#0B1F3A;
    margin-bottom:20px;
    line-height:1.3;
}

.section-desc{
    color:#666;
    line-height:30px;
    margin-bottom:20px;
}

.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin:35px 0;
}

.feature-box{
    display:flex;
    align-items:center;
    gap:12px;
    background:#f8f9fa;
    padding:16px;
    border-radius:12px;
    transition:.3s;
}

.feature-box:hover{
    background:#0B1F3A;
    color:#fff;
    transform:translateY(-5px);
}

.feature-box i{
    color:#ff9800;
    font-size:20px;
}

.about-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#ff9800;
    color:#fff;
    padding:15px 35px;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.about-btn:hover{
    background:#0B1F3A;
    color:#fff;
}

.about-card{
    background:#0B1F3A;
    color:#fff;
    padding:45px;
    border-radius:25px;
    position:relative;
    overflow:hidden;
}

.about-card::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    top:-90px;
    right:-70px;
}

.icon-box{
    width:75px;
    height:75px;
    background:#ff9800;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    margin-bottom:25px;
}

.about-card h3{
    font-size:30px;
    margin-bottom:15px;
}

.about-card p{
    color:#ddd;
    line-height:30px;
}

.about-stats{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:35px;
}

.stat-box{
    background:rgba(255,255,255,.08);
    padding:25px;
    text-align:center;
    border-radius:15px;
}

.stat-box h4{
    color:#ff9800;
    font-size:34px;
    font-weight:700;
    margin-bottom:8px;
}

.stat-box span{
    color:#ddd;
}

@media(max-width:991px){

.section-title{
    font-size:34px;
}

.about-features{
    grid-template-columns:1fr;
}

.about-card{
    margin-top:20px;
}

}

@media(max-width:576px){

.section-title{
    font-size:28px;
}

.about-stats{
    grid-template-columns:1fr;
}

}.service-details{
    background:#f8f9fc;
}

.service-tag{
    display:inline-block;
    background:#fff4dd;
    color:#ff9800;
    padding:8px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.service-title{
    font-size:42px;
    font-weight:800;
    color:#0B1F3A;
    margin-bottom:20px;
}

.service-details p{
    color:#666;
    line-height:30px;
    margin-bottom:20px;
}

.feature-card{
    background:#fff;
    padding:18px 20px;
    margin-bottom:20px;
    border-radius:12px;
    border-left:4px solid #ff9800;
    font-weight:600;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
    transition:.3s;
}

.feature-card:hover{
    transform:translateY(-5px);
}

.feature-card i{
    color:#ff9800;
    margin-right:10px;
}

.service-sidebar{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.service-sidebar h3{
    background:#0B1F3A;
    color:#fff;
    padding:22px;
    margin:0;
    font-size:24px;
}

.service-sidebar ul{
    list-style:none;
    padding:0;
    margin:0;
}

.service-sidebar li{
    border-bottom:1px solid #eee;
}

.service-sidebar li:last-child{
    border:none;
}

.service-sidebar a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 22px;
    text-decoration:none;
    color:#222;
    font-weight:600;
    transition:.3s;
}

.service-sidebar a:hover{
    background:#ff9800;
    color:#fff;
    padding-left:30px;
}

.quote-box{
    background:#0B1F3A;
    color:#fff;
    margin-top:30px;
    padding:35px;
    text-align:center;
    border-radius:20px;
}

.quote-box i{
    font-size:50px;
    color:#ff9800;
    margin-bottom:20px;
}

.quote-box h4{
    margin-bottom:15px;
    font-size:28px;
}

.quote-box p{
    color:#ddd;
    margin-bottom:25px;
}

.quote-btn{
    display:inline-block;
    padding:14px 35px;
    background:#ff9800;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.quote-btn:hover{
    background:#fff;
    color:#0B1F3A;
}

@media(max-width:991px){

.service-title{
    font-size:34px;
}

}.fleet-section{
    position:relative;
    overflow:hidden;
    padding:100px 0;
    background:linear-gradient(135deg,#081b33,#0d4b8d,#155fa0);
}

.fleet-heading span{
    display:inline-block;
    background:#ffb400;
    color:#fff;
    padding:8px 24px;
    border-radius:40px;
    font-weight:600;
    letter-spacing:1px;
}

.fleet-heading h2{
    color:#fff;
    font-size:48px;
    font-weight:700;
    margin:20px 0;
}

.fleet-heading p{
    color:#d8e4f4;
    max-width:700px;
    margin:auto;
    line-height:30px;
}

.fleet-card{

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.2);

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    transition:.5s;

    height:100%;

    position:relative;

    overflow:hidden;

}

.fleet-card::before{

content:'';

position:absolute;

width:250px;

height:250px;

background:rgba(255,255,255,.08);

border-radius:50%;

top:-120px;

right:-120px;

transition:.6s;

}

.fleet-card:hover{

transform:translateY(-12px);

}

.fleet-card:hover::before{

transform:scale(1.4);

}

.icon{

width:90px;

height:90px;

margin:auto;

background:#ffb400;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

margin-bottom:25px;

animation:iconFloat 3s infinite ease-in-out;

}

.icon i{

font-size:40px;

color:#fff;

}

.fleet-card h4{

color:#fff;

font-weight:700;

margin-bottom:15px;

}

.fleet-card p{

color:#dbe6f3;

line-height:28px;

}

.floating{

position:absolute;

border-radius:50%;

background:rgba(255,255,255,.08);

filter:blur(2px);

animation:float 12s linear infinite;

}

.shape1{

width:220px;

height:220px;

left:-80px;

top:120px;

}

.shape2{

width:160px;

height:160px;

right:80px;

top:60px;

animation-duration:9s;

}

.shape3{

width:280px;

height:280px;

bottom:-100px;

right:25%;

animation-duration:15s;

}

@keyframes float{

0%{

transform:translateY(0px) rotate(0deg);

}

50%{

transform:translateY(-40px) rotate(180deg);

}

100%{

transform:translateY(0px) rotate(360deg);

}

}

@keyframes iconFloat{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

100%{

transform:translateY(0);

}

}

@media(max-width:768px){

.fleet-heading h2{

font-size:34px;

}

.fleet-section{

padding:70px 0;

}

}/*==================================
        Fleet Strength
===================================*/

.fleet-strength{
    padding:100px 0;
    background:#f8fbff;
}

.fleet-head{
    max-width:750px;
    margin:0 auto 60px;
    text-align:center;
}

.fleet-head span{
    display:inline-block;
    padding:8px 18px;
    background:#fff4eb;
    color:#ff6b00;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.fleet-head h2{
    font-size:42px;
    color:#0f172a;
    font-weight:700;
    margin:18px 0;
}

.fleet-head p{
    color:#64748b;
    line-height:30px;
    font-size:16px;
}

.strength-wrapper{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
    gap:30px;
}

.strength-box{
    position:relative;
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:35px;
    transition:.35s;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
}

.strength-box::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:#ff6b00;
    transform:scaleY(0);
    transition:.35s;
}

.strength-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.strength-box:hover::before{
    transform:scaleY(1);
}

.number{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#fff4eb;
    color:#ff6b00;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:700;
    margin-bottom:22px;
}

.strength-box h4{
    font-size:22px;
    color:#0f172a;
    margin-bottom:15px;
    font-weight:600;
}

.strength-box p{
    color:#64748b;
    line-height:28px;
    margin:0;
}

@media(max-width:991px){

.fleet-head h2{
    font-size:34px;
}

}

@media(max-width:767px){

.fleet-strength{
    padding:70px 0;
}

.fleet-head h2{
    font-size:28px;
}

.strength-wrapper{
    grid-template-columns:1fr;
}

.strength-box{
    padding:28px;
}

}/*=========================
    CONTACT SECTION
==========================*/

.contact-section{
    padding:100px 0;
    background:#f8fbff;
}

.section-title{
    text-align:center;
    max-width:700px;
    margin:auto;
    margin-bottom:60px;
}

.section-title span{
    color:#ff6600;
    font-weight:700;
    letter-spacing:2px;
}

.section-title h2{
    font-size:42px;
    color:#0f172a;
    margin:15px 0;
    font-weight:700;
}

.section-title p{
    color:#64748b;
    line-height:30px;
}

.contact-wrapper{
    display:grid;
    grid-template-columns:380px 1fr;
    gap:35px;
}

.contact-info{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.info-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    display:flex;
    align-items:center;
    gap:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.3s;
}

.info-card:hover{
    transform:translateY(-8px);
}

.icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#ff6600;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.info-card h5{
    margin-bottom:6px;
    font-weight:700;
    color:#0f172a;
}

.info-card p{
    margin:0;
    color:#64748b;
}

.contact-form{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.form-control{
    height:55px;
    border-radius:12px;
    border:1px solid #e5e7eb;
    box-shadow:none;
}

textarea.form-control{
    height:auto;
}

.form-control:focus{
    border-color:#ff6600;
    box-shadow:none;
}

.contact-btn{
    background:#ff6600;
    color:#fff;
    border:none;
    padding:14px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.contact-btn:hover{
    background:#0f172a;
}

@media(max-width:991px){

.contact-wrapper{
grid-template-columns:1fr;
}

.section-title h2{
font-size:32px;
}

.contact-form{
padding:30px;
}

}marquee{
    background:#0B2E59;
    color:#fff;
    padding:12px 0;
    font-size:17px;
    font-weight:600;
    border-top:3px solid #ff6600;
    border-bottom:3px solid #ff6600;
}/*==========================
    FLOATING CONTACT
==========================*/

.floating-contact{
    position:fixed;
    right:20px;
    bottom:30px;
    z-index:9999;

    display:flex;
    flex-direction:column;
    gap:15px;
}

.floating-contact a{

    width:40px;
    height:40px;

    

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    color:#fff;

    overflow:hidden;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.18);

    position:relative;

}

.floating-contact a span{

    white-space:nowrap;

    max-width:0;

    overflow:hidden;

    transition:.4s;

    font-size:15px;

    font-weight:600;

}

.floating-contact a i{

    font-size:22px;

    min-width:58px;

    text-align:center;

}

/* Hover */

.floating-contact a:hover{

    width:180px;

    justify-content:flex-start;

}

/* Call */

.call-btn{

    background:#ff6b00;

    animation:pulseCall 2s infinite;

}

/* WhatsApp */

.whatsapp-btn{

    background:#25D366;

    animation:pulseWhatsapp 2s infinite;

}

.floating-contact a:hover span{

    max-width:120px;

}

/* Pulse */

@keyframes pulseCall{

0%{

box-shadow:0 0 0 0 rgba(255,107,0,.6);

}

70%{

box-shadow:0 0 0 18px rgba(255,107,0,0);

}

100%{

box-shadow:0 0 0 0 rgba(255,107,0,0);

}

}

@keyframes pulseWhatsapp{

0%{

box-shadow:0 0 0 0 rgba(37,211,102,.6);

}

70%{

box-shadow:0 0 0 18px rgba(37,211,102,0);

}

100%{

box-shadow:0 0 0 0 rgba(37,211,102,0);

}

}

@media(max-width:768px){

.floating-contact{

right:15px;

bottom:20px;

}

.floating-contact a:hover{

width:58px;

}

.floating-contact a span{

display:none;

}

}