﻿body {
    font-family: 'Segoe UI', sans-serif;
    background: #f6fff9;
    color: #222;
}

/* HERO SECTION */
.hero {
    background: url('/assets/img/expertiseHero6.png') no-repeat center center/cover;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
    }

.hero-content {
    position: relative;
    color: white;
    text-align: center;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: bold;
}

.expertise-section {
    padding: 80px 0;
}

.expertise-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    transition: all 0.4s ease;
}

    .expertise-card:hover {
        transform: translateY(-8px);
    }

.expertise-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #198754;
    margin-bottom: 20px;
}

.feature-list {
    padding-left: 0;
}

    .feature-list li {
        list-style: none;
        margin-bottom: 10px;
        font-size: 1rem;
    }

    .feature-list i {
        color: #198754;
        margin-right: 10px;
    }

.expertise-img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.row-alt {
    flex-direction: row-reverse;
}

@media (max-width: 767px) {
    .nav-max-witdh {
        max-width: 100% !important;
    }

    .expertise-section {
        padding: 40px 15px;
    }

    .row-alt {
        flex-direction: column !important;
    }

    .expertise-card {
        margin-top: 20px;
    }
}

.DotNetImg {
    width: auto;
    height: 400px;
}

.fade-left {
    opacity: 0; /* Start hidden */
    animation: fadeLeftToRight 0.8s ease-out forwards;
}

@keyframes fadeLeftToRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.mobile-Web-Languages-img {
    display: none !important;
}

.mobile-web-NET-Framework-img {
    display: none !important;
}

.mobile-Web-Databases-img {
    display: none !important;
}

@media (min-width: 320px) and (max-width: 575px) {
    .nav-max-witdh {
        max-width: 100% !important;
    }

    .hero {
        height: 350px !important;
    }
    .hero-content {
        position: relative;
        color: white;
        text-align: center;
        backdrop-filter: blur(8px);
        background: rgba(255, 255, 255, 0.1);
        padding: 44px !important;
        border-radius: 20px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    }
        .hero h1 {
            font-size: 1.3rem !important;
            font-weight: bold !important;
        }

    .hero-subtitle {
        font-size: 0.7rem !important;
        font-weight: 600;
    }

    .subtext {
        font-size: 0.9rem !important;
    }

    .expertise-section-headding {
        font-size: 1.4rem !important;
    }

    .web-Web-Languages-img {
        display: none !important;
    }

    .mobile-Web-Languages-img {
        display: block !important;
    }

    .web-web-NET-Framework-img {
        display: none !important;
    }

    .mobile-web-NET-Framework-img {
        display: block !important;
    }

    .web-Web-Databases-img {
        display: none;
    }

    .mobile-Web-Databases-img {
        display: block !important;
    }

    .expertise-section-text {
        padding: 0px !important;
    }

    .DotNetImg {
        width: auto !important;
        height: 279px !important;
        margin-top: 10% !important;
    }

    .DevelopmentTool-section {
        margin-bottom: 0 !important;
    }

    .DataBase-section {
        margin-top: -150px !important;
    }

    .about-card {
        margin-top: 40px !important;
    }

    .mobile-web-NET-Framework-img {
        margin-top: -49px !important;
    }

    .DataBase-Section-net-framewrok {
        margin-top: 0px !important;
    }

    .mobile-expertise-heading {
        margin-top: 10% !important;
    }

    .expertise-section-other {
        margin-top: -120px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .nav-max-witdh {
        max-width: 100% !important;
    }

    .hero {
        height: 80vh !important;
    }

        .hero h1 {
            font-size: 1.9rem !important;
        }

    .hero-subtitle {
        font-size: 1.2rem !important;
    }

    .img-fluid {
        margin-top: -10px;
    }
    .expertise-section-headding {
        font-size: 1.4rem !important;
    }

    .web-Web-Languages-img {
        display: block ;
    }

    .mobile-Web-Languages-img {
        display: none ;
    }

    .web-web-NET-Framework-img {
        display: block ;
    }

    .mobile-web-NET-Framework-img {
        display: none ;
    }

    .web-Web-Databases-img {
        display: block;
    }

    .mobile-Web-Databases-img {
        display: none ;
    }

    .expertise-section-text {
        padding: 0px !important;
    }

    .DotNetImg {
        width: 100% !important;
        height: auto !important;
        margin-top: 6% !important;
    }

    .DevelopmentTool-section {
        margin-bottom: 0 !important;
    }

    .DataBase-section {
        margin-top: -150px !important;
    }

    .about-card {
        margin-top: 40px !important;
    }

    .mobile-web-NET-Framework-img {
        margin-top: -49px !important;
    }

    .DataBase-Section-net-framewrok {
        margin-top: 0px !important;
    }

    .mobile-expertise-heading {
        margin-top: 10% !important;
    }

    .expertise-section-other {
        margin-top: -120px;
    }

}

    @media (min-width: 576px) and (max-width: 768px) {
        .nav-max-witdh {
            max-width: 100% !important;
        }

        .hero {
            height: 80vh !important;
        }

            .hero h1 {
                font-size: 1.9rem !important;
            }

        .hero-subtitle {
            font-size: 1.2rem !important;
        }

        .img-fluid {
            margin-top: -10px;
        }

        .expertise-section-headding {
            font-size: 1.4rem !important;
        }

        .web-Web-Languages-img {
            display: none ;
        }

        .mobile-Web-Languages-img {
            display: block  !important ;
        }

        .web-web-NET-Framework-img {
            display: none ;
        }

        .mobile-web-NET-Framework-img {
            display: block !important ;
        }

        .web-Web-Databases-img {
            display: none;
        }

        .mobile-Web-Databases-img {
            display: block  !important;
        }

        .expertise-section-text {
            padding: 0px !important;
        }

        .DotNetImg {
            width: 100% !important;
            height: auto !important;
            margin-top: 6% !important;
        }

        .DevelopmentTool-section {
            margin-bottom: 0 !important;
        }

        .DataBase-section {
            margin-top: -150px !important;
        }

        .about-card {
            margin-top: 40px !important;
        }

        .mobile-web-NET-Framework-img {
            margin-top: -49px !important;
        }

        .DataBase-Section-net-framewrok {
            margin-top: 0px !important;
        }

        .mobile-expertise-heading {
            margin-top: 10% !important;
        }

        .expertise-section-other {
            margin-top: -120px;
        }
    }






