/* ==========================
   EasyMove Global Styles
========================== */

:root{
    --primary:#E53935;
    --secondary:#0B2C5F;
    --light:#F8FAFC;
    --text:#1F2937;
    --gray:#6B7280;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    color:var(--text);
    background:var(--light);
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}

section{
    padding:100px 0;
}

.container{
    max-width:1320px;
    margin:auto;
    padding-left:15px;

}
/* ==========================
   Navbar
========================== */

.custom-navbar{

    background:#ffffff;
    box-shadow:0 8px 30px rgba(0,0,0,.08);

    padding:18px 0;

    position: sticky;
    top: 0;
    z-index: 999;
transition: .3s
}

.navbar-brand{

    font-size:32px;

    color:#0B2C5F !important;

}

.navbar-brand span{

    color:#E53935;

}

.nav-link{

    color:#1F2937 !important;

    font-weight:500;

    margin-left:20px;

}

.nav-link:hover{

    color:#E53935 !important;

}

.btn-danger{

    background:#E53935;

    border:none;

    border-radius:8px;

}

.btn-danger:hover{

    background:#0B2C5F;

}
/* ======================
Hero Section
====================== */

.hero{
    min-height:760px;
    display:flex;
    justify-content:center;
    padding-top:70px;
    position:relative;
    overflow:hidden;

    background:
    radial-gradient(circle at 15% 30%, rgba(11,44,95,.10), transparent 35%),
    radial-gradient(circle at 80% 20%, rgba(229,57,53,.08), transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f5f9ff 55%,#eef5ff 100%);
}
.hero img{
    max-height:500px;
    width:100%;
    object-fit:cover;
    
}
.hero h1{

font-size:44px;
font-weight:800;
line-height:1.1;

color:#0B2C5F;

}

.hero h1 span{

color:#E53935;

display:block;

}

.hero p{

margin-top:25px;

font-size:22px;

line-height:1.8;

color:#6B7280;

}

.hero-buttons{

margin-top:35px;

display:flex;

gap:20px;

}

.hero-image{
    height:560px;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.hero-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.hero-image:hover img{

transform:scale(1.05);

}
.hero .container{
    position:relative;
    z-index:2;
}
.hero::before{

content:"";

position:absolute;

width:650px;
height:650px;

right:-180px;
top:120px;

border-radius:50%;

background:rgba(11,44,95,.08);

filter:blur(80px);

}
.btn{

border-radius:12px;

padding:14px 34px;

font-weight:600;

transition:.35s;

}

.btn:hover{

transform:translateY(-4px);

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

}

.trust-badge{
    position:absolute;

    top:20px;
    left:20px;

    background:#ffffff;
    color:#0B2C5F;

    padding:12px 18px;

    border-radius:14px;

    font-weight:700;

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

    z-index:9999;
}

@keyframes floatBadge{

0%{
transform:translateY(0px);
}

50%{
transform:translateY(-8px);
}

100%{
transform:translateY(0px);
}

}

.services{
    background:#fff;
}

.service-card{
    background:linear-gradient(180deg,#ffffff,#f7f9fc);
    padding:25px 30px;
    border-radius:20px;
    text-align:center;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:260px;
    border:1px solid rgba(0,0,0,.05);
}

.service-card{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
}

.service-card .btn{
    margin-top:auto;
}


.service-card i{
    font-size:42px;
    color:#E53935;
    margin-bottom:25px;
}

.service-card h4{
    margin-bottom:15px;
    font-weight:700;
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

/* ==========================
   Services Section
========================== */

.services{
    padding:100px 0;
}

.services h2{
    font-size:48px;
    font-weight:800;
    color:#0B2C5F;
    margin-bottom:15px;
}

.services .section-subtitle{
    font-size:20px;
    color:#6B7280;
    margin-bottom:60px;
    max-width:900px;
    margin:0 auto 50px;
}

.service-card{
    background:linear-gradient(180deg,#ffffff,#f7f9fc);
    border-radius:20px;
    padding:45px 30px;
    text-align:center;
    border:1px solid rgba(0,0,0,.05);
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.service-card i{
    font-size:60px;
    color:#E53935;
    margin-bottom:25px;
}

.service-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.service-card p{
    color:#6B7280;
}
/* ==========================
   Why Choose Us
========================== */

.why-us{
    padding:100px 0;
    background:#f8fbff;
}

.why-us h2{
    font-size:48px;
    font-weight:800;
    color:#0B2C5F;
}

.why-card{
    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.why-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.why-card i{
    font-size:55px;
    color:#E53935;
    margin-bottom:20px;
}

.why-card h4{
    font-weight:700;
    margin-bottom:15px;
    color:#0B2C5F;
}

.why-card p{
    color:#6B7280;
    line-height:1.7;
}

/* ==========================
Testimonials
========================== */

.testimonials{

    padding:100px 0;

    background:#fff;

}

.testimonials h2{

    font-size:48px;

    font-weight:800;

    color:#0B2C5F;

}

.testimonials p{

    color:#6B7280;

}

.testimonial-card{

    background:#fff;

    padding:35px;

    border-radius:20px;

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

    transition:.35s;

    height:100%;

}

.testimonial-card:hover{

    transform:translateY(-10px);

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

}

.stars{

    color:#FFC107;

    font-size:22px;

    margin-bottom:20px;

}

.testimonial-card h5{

    margin-top:20px;

    color:#0B2C5F;

    font-weight:700;

}

.testimonial-card span{

    color:#6B7280;

}

/* ==========================
CTA SECTION
========================== */

.cta-section{

    padding:100px 0;

}

.cta-box{

    background:linear-gradient(135deg,#0B2C5F,#143D80);

    color:#fff;

    border-radius:30px;

    padding:70px 40px;

    text-align:center;

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

}

.cta-box h2{

    font-size:48px;

    font-weight:700;

    margin-bottom:20px;

}

.cta-box p{

    font-size:20px;

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

    max-width:700px;

    margin:auto;

    line-height:1.8;

}

.cta-buttons{

    margin-top:35px;

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;
}

.cta-buttons .btn{

    padding:16px 38px;

    border-radius:12px;

    font-weight:600;

}

.cta-buttons .btn-light{

    background:#fff;

    color:#0B2C5F;

}

.cta-buttons .btn-light:hover{

    background:#E53935;

    color:#fff;

}

/* CONTACT SECTION */

.contact-section{

padding:100px 0;

background:#f8fafc;
scroll-margin-top:100px;

}

.contact-section h2{

font-size:48px;

font-weight:700;

color:#102a71;

}

.contact-section p{

color:#666;

margin-top:10px;

}

.contact-form{

background:#fff;

padding:35px;

border-radius:20px;

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

}

.contact-form .form-control,
.contact-form .form-select{

height:55px;

border-radius:12px;

}

.contact-form textarea{

height:auto !important;

}

.contact-info{

background:#102a71;

color:#fff;

padding:40px;

border-radius:20px;

height:100%;

}

.contact-info h3{

margin-bottom:30px;

font-weight:700;

}

.info-item{

display:flex;

align-items:center;

gap:15px;

margin-bottom:25px;

font-size:18px;

}

.info-item i{

font-size:22px;

color:#ff6b6b;

}
html{
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

/* Counter Section */

.counter-section{
    padding:80px 0;
    background:linear-gradient(135deg,#0B2C5F,#123D7A);
}

.counter-box{
    background:#ffffff;
    padding:35px 20px;
    border-radius:18px;
    transition:.3s;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.counter-box:hover{
    transform:translateY(-10px);
}

.counter-box h2{
    font-size:46px;
    font-weight:700;
    color:#E53935;
}

.counter-box p{
    margin-top:10px;
    font-size:18px;
    color:#555;
    font-weight:600;
}

/* Floating WhatsApp Button */

.whatsapp-float{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
    z-index: 9999;
    transition: .3s;
}

.whatsapp-float:hover{
    transform: scale(1.1);
    background: #20ba5a;
    color: #fff;
}
* Floating Call Button */


.call-float:hover{
    transform: scale(1.1);
    background: #0b5ed7;
}

.call-float{
    position: fixed !important;
    bottom: 90px !important;
    right: 20px !important;
    width: 55px !important;
    height: 55px !important;
    background: #0d6efd !important;
    color: white !important;
    border-radius: 50% !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    z-index: 999999 !important;
    font-size: 28px !important;
    text-decoration: none !important;
    box-shadow: 0 6px 15px rgba(0,0,0,.2) !important;
}
/* ==========================
Footer
========================== */

.footer-section{

background:#0B2C5F;

color:#fff;

padding:70px 0 25px;

}

.footer-section h4,
.footer-section h5{

margin-bottom:20px;

font-weight:700;

}

.footer-section p{

color:#d8d8d8;

line-height:1.8;

}

.footer-section ul{

list-style:none;

padding:0;

}

.footer-section ul li{

margin-bottom:12px;

}

.footer-section ul li a{

color:#d8d8d8;

transition:.3s;

}

.footer-section ul li a:hover{

color:#E53935;

padding-left:6px;

}

.footer-section hr{

border-color:rgba(255,255,255,.2);

margin:30px 0;

}

.footer-section .text-center{

color:#d8d8d8;

font-size:15px;

}
.fleet-img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:12px;
    transition:.4s;
}

.service-card:hover .fleet-img{
    transform:scale(1.05);
}
/* ==========================
   MOBILE UI OPTIMIZATION
========================== */

@media (max-width:768px){

    section{
        padding:50px 0 !important;
    }

    h2{
        font-size:2rem !important;
        margin-bottom:15px !important;
    }

    .lead{
        font-size:16px !important;
        margin-bottom:30px !important;
    }

    .service-card{
        height:auto;
        min-height:230px;
        padding:18px !important;
    }

    .service-card h4{
        font-size:22px !important;
    }

    .service-card p{
        font-size:15px !important;
        line-height:1.5;
    }

    .service-card img{
        height:120px !important;
        object-fit:cover;
    }

    .btn{
        padding:10px 24px !important;
        font-size:15px !important;
    }
    .hero img{
    height:360px;
    object-fit:cover;
}

}
/* Floating Estimator Button */

.estimate-float{
position:fixed;
right:20px;
bottom:150px;

width:58px;
height:58px;

background:#ff9800;
color:#fff;

border-radius:50%;
display:flex;
align-items:center;
justify-content:center;

font-size:24px;
text-decoration:none;

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

z-index:999;

transition:.3s;
}

.estimate-float:hover{
background:#e68900;
width:185px;
border-radius:35px;
}

.estimate-float span{
display:none;
margin-left:10px;
font-size:15px;
font-weight:600;
white-space:nowrap;
}

.estimate-float:hover span{
display:inline;
}