.elementor-401 .elementor-element.elementor-element-9ceced9{--display:flex;}.elementor-401 .elementor-element.elementor-element-371d483{transition:all 400ms;}/* Start custom CSS for html, class: .elementor-element-371d483 *//*==========================
BLUORA TRANSPORTATION
===========================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#fff;
color:#222;
line-height:1.7;
overflow-x:hidden;
}

img{
max-width:100%;
display:block;
}

a{
text-decoration:none;
}

.container{
width:90%;
max-width:1250px;
margin:auto;
}

section{
padding:90px 0;
}

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title span{
display:inline-block;
color:#00b8b8;
font-size:14px;
font-weight:700;
letter-spacing:2px;
text-transform:uppercase;
margin-bottom:12px;
}

.section-title h2{
font-size:48px;
font-weight:800;
color:#111;
line-height:1.2;
}

.section-title h2 span{
color:#f4b400;
}

.btn-primary{
display:inline-flex;
align-items:center;
justify-content:center;
padding:15px 34px;
background:#f4b400;
color:#111;
border-radius:50px;
font-weight:700;
transition:.35s;
}

.btn-primary:hover{
background:#111;
color:#fff;
transform:translateY(-4px);
}

.btn-secondary{
display:inline-flex;
align-items:center;
justify-content:center;
padding:15px 34px;
border:2px solid rgba(255,255,255,.3);
color:#fff;
border-radius:50px;
margin-left:15px;
transition:.35s;
}

.btn-secondary:hover{
background:#fff;
color:#111;
}

/*==========================
HERO
===========================*/

.hero{
position:relative;
background:#0d0d0d;
padding:140px 0;
overflow:hidden;
}

.hero::before{
content:"";
position:absolute;
width:700px;
height:700px;
background:#00c6c620;
border-radius:50%;
right:-220px;
top:-250px;
filter:blur(90px);
}

.hero::after{
content:"";
position:absolute;
width:500px;
height:500px;
background:#f4b40020;
border-radius:50%;
left:-180px;
bottom:-180px;
filter:blur(80px);
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:70px;
position:relative;
z-index:2;
}

.tag{
display:inline-block;
padding:10px 22px;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.08);
border-radius:30px;
color:#00d3d3;
margin-bottom:25px;
font-size:14px;
}

.hero-left h1{
font-size:65px;
line-height:1.1;
font-weight:800;
color:#fff;
margin-bottom:25px;
}

.hero-left h1 span{
color:#f4b400;
}

.hero-left p{
font-size:18px;
color:#cfcfcf;
max-width:600px;
margin-bottom:35px;
}

.hero-buttons{
display:flex;
align-items:center;
margin-bottom:55px;
}

.hero-stats{
display:flex;
gap:60px;
}

.hero-stats h2{
color:#fff;
font-size:42px;
font-weight:800;
}

.hero-stats p{
color:#bbb;
font-size:15px;
margin-top:8px;
}

.hero-right{
position:relative;
}

.hero-right img{
width:100%;
animation:floatTruck 5s ease-in-out infinite;
}

.floating-card{
position:absolute;
background:#fff;
padding:15px 22px;
border-radius:16px;
box-shadow:0 18px 40px rgba(0,0,0,.15);
font-weight:600;
display:flex;
align-items:center;
gap:10px;
}

.floating-card i{
color:#00baba;
}

.card1{
top:15%;
left:-40px;
}

.card2{
bottom:10%;
right:-30px;
}

/*==========================
SERVICES
===========================*/

.services{
background:#fafafa;
}

.service-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.service-card{
background:#fff;
padding:40px;
border-radius:25px;
transition:.4s;
box-shadow:0 10px 35px rgba(0,0,0,.05);
position:relative;
overflow:hidden;
}

.service-card::before{
content:"";
position:absolute;
top:0;
left:0;
width:0%;
height:5px;
background:#00b8b8;
transition:.35s;
}

.service-card:hover::before{
width:100%;
}

.service-card:hover{
transform:translateY(-12px);
}

.service-card i{
width:70px;
height:70px;
display:flex;
align-items:center;
justify-content:center;
background:#f4b400;
border-radius:18px;
font-size:28px;
margin-bottom:25px;
color:#111;
}

.service-card h3{
font-size:24px;
margin-bottom:15px;
font-weight:700;
color:#111;
}

.service-card p{
color:#666;
}

/*==========================
ANIMATIONS
===========================*/

@keyframes floatTruck{

0%{
transform:translateY(0);
}

50%{
transform:translateY(-18px);
}

100%{
transform:translateY(0);
}

}

/*==========================
FLEET
===========================*/

.fleet{
background:#ffffff;
}

.fleet-grid{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:80px;
}

.fleet-image{
position:relative;
}

.fleet-image img{
width:100%;
border-radius:30px;
box-shadow:0 25px 60px rgba(0,0,0,.12);
transition:.4s;
}

.fleet-image img:hover{
transform:scale(1.02);
}

.experience-box{
position:absolute;
right:-25px;
bottom:30px;
background:#111;
padding:30px;
border-radius:22px;
color:#fff;
text-align:center;
box-shadow:0 18px 40px rgba(0,0,0,.25);
}

.experience-box h2{
font-size:46px;
color:#f4b400;
margin-bottom:8px;
}

.experience-box p{
font-size:15px;
color:#ddd;
}

.fleet-content span{
display:inline-block;
color:#00b8b8;
font-weight:700;
letter-spacing:2px;
margin-bottom:15px;
}

.fleet-content h2{
font-size:48px;
line-height:1.2;
margin-bottom:20px;
font-weight:800;
color:#111;
}

.fleet-content p{
font-size:17px;
color:#666;
margin-bottom:35px;
}

.fleet-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
margin-bottom:45px;
}

.fleet-list div{
display:flex;
align-items:center;
gap:12px;
font-weight:600;
font-size:16px;
}

.fleet-list i{
color:#00b8b8;
font-size:20px;
}

/*==========================
PROCESS
===========================*/

.process{
background:#fafafa;
}

.process-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:28px;
margin-top:30px;
}

.process-card{
background:#fff;
padding:45px 28px;
text-align:center;
border-radius:24px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
position:relative;
transition:.35s;
}

.process-card:hover{
transform:translateY(-10px);
}

.process-card::after{
content:"";
position:absolute;
top:50%;
right:-18px;
width:36px;
height:4px;
background:#f4b400;
}

.process-card:last-child::after{
display:none;
}

.step{
width:48px;
height:48px;
background:#f4b400;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
margin-bottom:22px;
font-weight:700;
color:#111;
}

.process-card i{
font-size:42px;
color:#00b8b8;
margin-bottom:22px;
}

.process-card h3{
margin-bottom:12px;
font-size:22px;
}

.process-card p{
font-size:15px;
color:#666;
}

/*==========================
COVERAGE
===========================*/

.coverage{
background:#111;
color:#fff;
}

.coverage-grid{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:70px;
}

.coverage-left span{
display:inline-block;
color:#00c6c6;
font-weight:700;
letter-spacing:2px;
margin-bottom:18px;
}

.coverage-left h2{
font-size:50px;
line-height:1.2;
margin-bottom:22px;
font-weight:800;
}

.coverage-left h2 span{
color:#f4b400;
}

.coverage-left p{
color:#c9c9c9;
margin-bottom:35px;
}

.coverage-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.coverage-list div{
background:#1c1c1c;
padding:18px 22px;
border-radius:16px;
border:1px solid rgba(255,255,255,.06);
transition:.35s;
}

.coverage-list div:hover{
background:#00b8b8;
color:#fff;
transform:translateY(-5px);
}

.coverage-right{
text-align:center;
}

.coverage-right img{
width:100%;
max-width:520px;
margin:auto;
}

/*==========================
WHY US
===========================*/

.why{
background:#fff;
}

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.why-card{
background:#fafafa;
padding:40px 30px;
border-radius:24px;
text-align:center;
transition:.35s;
border:1px solid #eee;
}

.why-card:hover{
background:#111;
color:#fff;
transform:translateY(-10px);
}

.why-card:hover p{
color:#ddd;
}

.why-card:hover i{
background:#f4b400;
color:#111;
}

.why-card i{
width:75px;
height:75px;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
margin-bottom:22px;
background:#00b8b8;
color:#fff;
border-radius:18px;
font-size:30px;
transition:.35s;
}

.why-card h3{
font-size:23px;
margin-bottom:12px;
font-weight:700;
}

.why-card p{
color:#666;
transition:.35s;
}

/*==========================
STATISTICS
===========================*/

.stats{
    background:#111;
    padding:100px 0;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.stat-box{
    background:#181818;
    border:1px solid rgba(255,255,255,.06);
    border-radius:24px;
    text-align:center;
    padding:45px 25px;
    transition:.35s;
}

.stat-box:hover{
    transform:translateY(-10px);
    border-color:#f4b400;
}

.stat-box h2{
    font-size:56px;
    font-weight:800;
    color:#f4b400;
    margin-bottom:12px;
}

.stat-box p{
    color:#d8d8d8;
    font-size:17px;
}


/*==========================
CTA
===========================*/

.cta{
    background:#fff;
}

.cta-box{
    background:linear-gradient(135deg,#111,#202020);
    color:#fff;
    border-radius:30px;
    padding:70px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
    overflow:hidden;
    position:relative;
}

.cta-box::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:#f4b40022;
    border-radius:50%;
    top:-180px;
    right:-120px;
}

.cta-box span{
    color:#00c6c6;
    letter-spacing:2px;
    font-weight:700;
}

.cta-box h2{
    font-size:48px;
    margin:15px 0;
    line-height:1.2;
    color:#fff;
}

.cta-box p{
    max-width:650px;
    color:#d2d2d2;
}


/*==========================
FAQ
===========================*/

.faq{
    background:#fafafa;
}

.faq-item{
    background:#fff;
    margin-bottom:20px;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.35s;
}

.faq-item:hover{
    transform:translateY(-6px);
}

.faq-item h3{
    font-size:23px;
    color:#111;
    margin-bottom:12px;
}

.faq-item p{
    color:#666;
    line-height:1.8;
}


/*==========================
SCROLLBAR
===========================*/

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:#f2f2f2;
}

::-webkit-scrollbar-thumb{
    background:#f4b400;
    border-radius:50px;
}

::-webkit-scrollbar-thumb:hover{
    background:#111;
}


/*==========================
COMMON HOVER
===========================*/

.service-card,
.why-card,
.stat-box,
.process-card,
.faq-item,
.coverage-list div{
    transition:all .35s ease;
}


/*==========================
RESPONSIVE
===========================*/

@media(max-width:1200px){

.hero-left h1{
    font-size:55px;
}

.section-title h2{
    font-size:42px;
}

.coverage-left h2{
    font-size:42px;
}

.fleet-content h2{
    font-size:42px;
}

}


@media(max-width:992px){

.hero-grid,
.fleet-grid,
.coverage-grid,
.cta-box{
    grid-template-columns:1fr;
    display:grid;
}

.service-grid{
    grid-template-columns:repeat(2,1fr);
}

.why-grid{
    grid-template-columns:repeat(2,1fr);
}

.process-grid{
    grid-template-columns:repeat(2,1fr);
}

.stats-grid{
    grid-template-columns:repeat(2,1fr);
}

.hero-right{
    margin-top:50px;
}

.coverage-right{
    margin-top:40px;
}

.cta-box{
    text-align:center;
}

.hero-stats{
    justify-content:center;
}

}


@media(max-width:768px){

section{
    padding:70px 0;
}

.hero{
    padding:110px 0;
}

.hero-left h1{
    font-size:40px;
}

.section-title h2{
    font-size:34px;
}

.fleet-content h2,
.coverage-left h2,
.cta-box h2{
    font-size:34px;
}

.hero-buttons{
    flex-direction:column;
    align-items:flex-start;
    gap:15px;
}

.btn-secondary{
    margin-left:0;
}

.hero-stats{
    gap:30px;
    flex-wrap:wrap;
}

.service-grid,
.why-grid,
.process-grid,
.stats-grid,
.coverage-list,
.fleet-list{
    grid-template-columns:1fr;
}

.card1,
.card2{
    display:none;
}

.experience-box{
    position:relative;
    right:auto;
    bottom:auto;
    margin-top:20px;
}

.cta-box{
    padding:45px 30px;
}

}


@media(max-width:480px){

.container{
    width:92%;
}

.hero-left h1{
    font-size:34px;
}

.hero-left p{
    font-size:16px;
}

.section-title h2{
    font-size:30px;
}

.service-card,
.process-card,
.why-card,
.stat-box{
    padding:30px 22px;
}

.faq-item{
    padding:22px;
}

.btn-primary,
.btn-secondary{
    width:100%;
    justify-content:center;
}

}/* End custom CSS */