/* custom.css */
.hero-slider {
    height: 100vh;
    position: relative;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.services i {
    color: #007bff;
}

.contact-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

footer a:hover {
    text-decoration: none;
    color: #007bff;
}