.hero-media{
    width:100%;
    height:600px;
    object-fit:cover;
    display:block;

}

    .carousel-item{

    transition:transform .8s ease-in-out;

}

.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.45);
}

.carousel-caption{
    bottom:18%;
    z-index:10;
}

.carousel-caption h1{
    font-size:60px;
    font-weight:600;
    text-shadow:2px 2px 8px #000;
}

.carousel-caption p{
    font-size:24px;
    margin-bottom:25px;
    text-shadow:2px 2px 8px #000;
}

.carousel-caption .btn{
    padding:12px 28px;
    font-size:18px;
}

@media(max-width:768px){

.hero-media{
    height:450px;
}

.carousel-caption{
    bottom:10%;
}

.carousel-caption h1{
    font-size:30px;
}

.carousel-caption p{
    font-size:16px;
}

}

/* Social Media Icons */

.social-icons{

    text-align:center;

    margin-top:20px;

}

.social-icons a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:45px;

    height:45px;

    margin:0 8px;

    border-radius:50%;

    background:#0d6efd;

    color:#ffffff;

    text-decoration:none;

    font-size:20px;

    transition:all .3s ease;

}

.social-icons a:hover{

    background:#f4b400;

    color:#000;

    transform:translateY(-4px);

}

/*==============================
 COMPANY STATISTICS
==============================*/

.company-stats{
    background:#f3f5f7;
    padding:70px 0;
}

.company-stats h2{
    font-size:40px;
    font-weight:700;
    color:#1d3557;
}

.company-stats p{
    font-size:17px;
    color:#666;
}

.stats-box{
    background:#fff;
    border:1px solid #e4e4e4;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.stat-item{
    text-align:center;
    padding:45px 20px;
    border-right:1px solid #ececec;
    transition:.3s;
}

.stat-item:hover{
    background:#f8fbff;
}

.stat-item h2{
    font-size:48px;
    font-weight:700;
    color:#0d6efd;
    margin-bottom:12px;
}

.stat-item p{
    font-size:18px;
    color:#444;
    margin:0;
    font-weight:500;
}

/* Mobile */

@media(max-width:991px){

.stat-item{
border-right:none;
border-bottom:1px solid #ececec;
}

.stat-item:last-child{
border-bottom:none;
}

.company-stats h2{
font-size:32px;
}

}


/* Updated Footer */
footer,.footer{background:#fff;color:#333;border-top:1px solid #ddd;}footer h1,footer h2,footer h3,footer h4,footer h5,footer h6,footer p,footer a,footer li,.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6,.footer p,.footer a,.footer li{color:#333;}footer a:hover,.footer a:hover{color:#0d6efd;} .counter-section,.stats-section,.fun-facts{background:#fff!important;color:#0B1F4D!important;border-top:1px solid #eee;border-bottom:1px solid #eee}.counter-section h2,.counter-section h3,.counter-section p,.stats-section h2,.stats-section h3,.stats-section p,.fun-facts h2,.fun-facts h3,.fun-facts p{color:#0B1F4D!important;}