﻿/* Menu highlighting styles */
.nav-item .nav-link {
    position: relative;
    transition: all 0.3s ease;
}

    .nav-item .nav-link.active {
        color: #0d6efd !important;
        font-weight: 600;
    }

        .nav-item .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 15%;
            width: 70%;
            height: 3px;
            background-color: #0d6efd;
            border-radius: 2px;
        }

/* Responsive adjustments */
@media (max-width: 768px) {
    .nav-item .nav-link.active::after {
        left: 5%;
        width: 90%;
        bottom: 0;
    }
}




.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/img/service-header.jpg') center center/cover no-repeat;
    padding: 6rem 0;
}

.service-item {
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
}

    .service-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

.service-img-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .service-img-container img {
        transition: all 0.5s ease;
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

.service-item:hover .service-img-container img {
    transform: scale(1.1);
}

.service-icon {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.service-item:hover .service-icon {
    bottom: -25px;
    box-shadow: 0 0 25px rgba(13, 110, 253, 0.3);
}

.service-item .px-4 {
    margin-top: 30px;
}

.facts {
    background: linear-gradient(rgba(13, 110, 253, 0.9), rgba(13, 110, 253, 0.9)), url('/img/facts-bg.jpg') center center/cover no-repeat;
}

.shadow-hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

@@media (max-width: 768px) {
    .service-item {
        margin-bottom: 30px;
    }

    .page-header {
        padding: 4rem 0;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/img/service-header.jpg') center center/cover no-repeat;
    padding: 6rem 0;
}

.service-item {
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
}

    .service-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

.service-img-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .service-img-container img {
        transition: all 0.5s ease;
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

.service-item:hover .service-img-container img {
    transform: scale(1.1);
}

.service-icon {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.service-item:hover .service-icon {
    bottom: -25px;
    box-shadow: 0 0 25px rgba(13, 110, 253, 0.3);
}

.service-item .px-4 {
    margin-top: 30px;
}

.facts {
    background: linear-gradient(rgba(13, 110, 253, 0.9), rgba(13, 110, 253, 0.9)), url('/img/facts-bg.jpg') center center/cover no-repeat;
}

.shadow-hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

@@media (max-width: 768px) {
    .service-item {
        margin-bottom: 30px;
    }

    .page-header {
        padding: 4rem 0;
    }
}