.hero-slider img {
    height: 550px;
    object-fit: cover;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.45);
    padding: 20px;
    border-radius: 10px;
    bottom: 12%;
}

.carousel-caption h2 {
    font-size: 2.2rem;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 1.1rem;
}

@media (max-width: 768px) {

    .hero-slider img {
        height: 280px;
    }

    .carousel-caption h2 {
        font-size: 1.3rem;
    }

    .carousel-caption p {
        font-size: 0.9rem;
    }

}

section {
    scroll-margin-top: 80px;
}

.card {
    border-radius: 15px;
}

.card img {
    object-fit: cover;
}

.rounded-circle {
    object-fit: cover;
    border: 3px solid #0d6efd;
}

.shadow-sm,
.shadow {
    transition: 0.3s;
}

.shadow:hover,
.shadow-sm:hover {
    transform: translateY(-5px);
}

/* ===== Footer ===== */

.footer-section{

    background:#01172b;

    color:white;

    padding:60px 0 20px;

}

.footer-section h4,
.footer-section h5{

    color:#ffffff;

    margin-bottom:20px;

}

.footer-section p{

    color:#dddddd;

    line-height:1.8;

}

.footer-links{

    list-style:none;

    padding:0;

}

.footer-links li{

    margin-bottom:10px;

}

.footer-links a{

    color:#ffffff;

    text-decoration:none;

}

.footer-links a:hover{

    color:#ffd54f;

}

.social-icon{

    display:inline-block;

    width:45px;

    height:45px;

    line-height:45px;

    text-align:center;

    border-radius:50%;

    background:white;

    color:#0d3b66;

    margin:5px;

    font-size:20px;

    transition:.3s;

}

.social-icon:hover{

    transform:scale(1.1);

}

.service-card{
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-5px);
}

.service-icon{
    width:70px;
    height:70px;
    object-fit:contain;
    margin-bottom:15px;
}

.service-card h5{
    color:#0d6efd;
    font-weight:700;
}

.service-card p{
    font-size:15px;
    color:#555;
}