/* Custom styles */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('hero-image.jpg');
    background-size: cover;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    margin-right: 10px;
}

.services .card {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.services .card:hover {
    transform: translateY(-5px);
}

.why-us i {
    color: #0d6efd;
}

.social-links a {
    font-size: 1.5rem;
    transition: opacity 0.3s ease;
}

.social-links a:hover {
    opacity: 0.8;
    text-decoration: none;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
