.hero-img .carousel-item img{
    height:520px;
    object-fit:cover;
    border-radius:20px;
}

.hero-img .carousel-caption{
    left:20px;
    right:20px;
    bottom:20px;
    text-align:left;
    background:rgba(0,0,0,.55);
    padding:18px;
    border-radius:12px;
}

.hero-img .carousel-caption h5{
    color:#fff;
    font-weight:700;
    margin-bottom:5px;
}

.hero-img .carousel-caption p{
    color:#fff;
    margin:0;
}

.hero-img .carousel-indicators{
    margin-bottom:-8px;
}

.hero-img .carousel-indicators button{
    width:10px;
    height:10px;
    border-radius:50%;
}

  
  
  /* Equal image size */
.values .card img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:10px 10px 0 0;
}

/* Heading */
.values .card h3{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-size:22px;
    font-weight:700;
}

/* Font Awesome icon */
.values .card h3 i{
    color:#0d6efd;
    font-size:22px;
}

/* Equal card height */
.values .card{
    height:100%;
    display:flex;
    flex-direction:column;
}

.values .card p{
    flex-grow:1;
}

/* Button */
.btn-service{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:12px 30px;
    background:#111;
    color:#fff;
    border:2px solid #111;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
    box-shadow:0 8px 20px rgba(0,0,0,.18);
}

.btn-service:hover{
    background:#000;
    border-color:#000;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(0,0,0,.28);
}

.btn-service i{
    transition:.35s;
}

.btn-service:hover i{
    transform:translateX(5px);
}


/*--------------------------------------------------------------
# Modern Stats
--------------------------------------------------------------*/

.stats{
    background:#f8f8f8;
}

.stats .stats-item{
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    transition:.35s;
    height:100%;
    border:1px solid #e8e8e8;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.stats .stats-item:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.stats .icon{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#111;
}

.stats .icon i{
    color:#fff;
    font-size:32px;
}

.stats span{
    font-size:42px;
    font-weight:700;
    color:#111;
    display:inline-block;
    margin-bottom:8px;
}

.stats h5{
    font-weight:700;
    margin-bottom:10px;
    color:#111;
}

.stats p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.8;
}

@media(max-width:991px){

    .stats .stats-item{
        padding:30px 20px;
    }

}


/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/

.cta .rounded-4{
    border-radius:20px;
}

/* Primary Button */

.cta .btn-dark{
    background:#111;
    border:2px solid #111;
    color:#fff;
    border-radius:50px;
    padding:12px 32px;
    font-weight:600;
    transition:.35s;
    box-shadow:0 8px 20px rgba(0,0,0,.18);
}

.cta .btn-dark:hover{
    background:#000;
    border-color:#000;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(0,0,0,.28);
}

/* Outline Button */

.cta .btn-outline-dark{
    border:2px solid #111;
    color:#111;
    background:transparent;
    border-radius:50px;
    padding:12px 32px;
    font-weight:600;
    transition:.35s;
}

.cta .btn-outline-dark:hover{
    background:#111;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(0,0,0,.18);
}





.logo-img{
    width: 220px;      /* Desktop size */
    height: auto;
    max-width: 100%;
    display: block;
}

@media (max-width: 991px){
    .logo-img{
        width: 180px;  /* Tablet */
    }
}

@media (max-width: 576px){
    .logo-img{
        width: 160px;  /* Mobile */
    }
}

/*======================================
  Mobile Bottom Navigation
======================================*/

/*======================================
  Mobile Bottom Navigation
======================================*/

.mobile-bottom-nav{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:72px;
    background:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0;
    border-top:1px solid #e8e8e8;
    box-shadow:0 -6px 20px rgba(0,0,0,.08);
    z-index:9999;
}

/* Navigation Item */
.mobile-bottom-nav .nav-item{
    flex:1;
    height:72px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    color:#777;
    transition:.3s;
    position:relative;
    text-decoration:none;
    user-select:none;
}

/* Icons */
.mobile-bottom-nav .nav-item i{
    font-size:23px;
    line-height:1;
    transition:.3s;
}

/* Hide titles by default */
.mobile-bottom-nav .nav-item span{
    display:none;
    font-size:10px;
    margin-top:4px;
    font-weight:600;
}

/* Active */
.mobile-bottom-nav .nav-item.active{
    color:var(--accent-color);
}

.mobile-bottom-nav .nav-item.active span{
    display:block;
}

.mobile-bottom-nav .nav-item.active i{
    transform:translateY(-2px);
}

/* Hover */
.mobile-bottom-nav .nav-item:hover{
    color:var(--accent-color);
}

/*======================================
 Floating Quote Button
======================================*/

.mobile-bottom-nav .nav-quote{
    position:relative;
}

/* Navigation Item */
.mobile-bottom-nav .nav-item{
    flex:1;
    height:72px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    color:#000; /* Black */
    text-decoration:none;
    transition:.3s;
}

/* Icons */
.mobile-bottom-nav .nav-item i{
    font-size:23px;
    color:#000; /* Black */
}

/* Titles */
.mobile-bottom-nav .nav-item span{
    display:block;
    font-size:10px;
    font-weight:600;
    margin-top:4px;
    color:#000; /* Black */
}

/* Keep active item black */
.mobile-bottom-nav .nav-item.active,
.mobile-bottom-nav .nav-item.active i,
.mobile-bottom-nav .nav-item.active span{
    color:#000;
}

/* Hover also stays black */
.mobile-bottom-nav .nav-item:hover,
.mobile-bottom-nav .nav-item:hover i,
.mobile-bottom-nav .nav-item:hover span{
    color:#000;
}

/*======================================
 Hide On Desktop
======================================*/

@media (min-width:992px){
    .mobile-bottom-nav{
        display:none;
    }
}

/*======================================
 Show On Mobile
======================================*/

@media (max-width:991px){

    body{
        padding-bottom:80px;
    }

    .mobile-bottom-nav{
        display:flex;
    }

}


/*======================================
  Scroll To Top Button
======================================*/

.scroll-top{
    position:fixed;
    right:20px;
    bottom:20px;
    width:46px;
    height:46px;
    border-radius:50%;
    background:var(--accent-color);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    z-index:9998;
    box-shadow:0 5px 18px rgba(0,0,0,.18);
    transition:all .3s ease;
}

.scroll-top:hover{
    transform:translateY(-3px);
}

/* Move it above the mobile bottom navigation */
@media (max-width:991px){

    .scroll-top{
        bottom:90px;      /* Bottom menu is 72px high, so this sits above it */
        right:18px;
    }

}

