.web-dev-banner {
    position: relative;
    background-image: url(/static/images/Web-App-Development.webp);
    background-size: cover;
    background-position: center;
    height: 700px;
    color: white;
    text-align: center;
}

#web-dev-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.web-dev-content {
    width: 55%;
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    padding-left: 150px;
    padding-top: 50px;
    text-align: start;
}

.web-dev-content h1 {
    font-size: 60px;
    margin: 0;
    font-weight: 700;
}

.web-dev-home1 {
    font-size: 17px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 2px;
}
.web-dev-home{
    font-size: 13px;
    font-weight: 500;
}

#web-dev-service{
    width: 100%;
    display: flex;
    padding-top: 100px;
    padding-bottom: 50px;
}

#web-dev-text{
    width: 50%;
    padding: 50px;
    padding-left: 200px;
}

#web-dev-field{
    font-size: 20px;
    font-weight: 600;
}
#web-dev-heading{
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
}

#web-text{
    font-size: 18px;
    justify-content: space-around;
}
#web-dev-image{
    width: 50%;
    padding-left: 50px;
    margin-top: 250px;
}

#web-image{
    width: 100%;
    height: 650px;
}

#web-image img{
    width:70%;
    height: 100%;
    
}
#work-mobileapp{
    padding-left: 50px;
}

#mobileapp-center-text{
    padding-bottom: 50px;
}
#mobileapp-center-text p{
    font-size: 12px;
    font-weight: 700;
}

#mobileapp-center-text h3{
    font-size: 40px;
    font-weight: 700;

}
#mobileapp-card{
    display: flex;
    padding: 50px 250px 0px 250px;
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap;
}

#mobileapp-card-card {
    flex: 1 1 300px;
    max-width: 500px;
    height: 10vhpx;
    margin: 10px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#mobileapp-card-card:hover{
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.1);
    transform: translateY(-10px);
}

#mobileapp-card-card-icon{
    width:50px;
    height: 50px;
    border-radius: 50%;
    background-color: #31679f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    color: white;
    font-size: 40px;
}
#mobileapp-card-card h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 10px;
}
#mobileapp-card-card p {
    font-size: 20px;
    color: #666;
}
#tech-head{
    width: 70%;
}
#main-tech-head{
    display: flex;
    align-items: center;
    justify-content: center;
}
#mobileapp-tech{
    padding-top: 50px;
}

#mobileapp-tech-stack {
    text-align: center;
    justify-content: center;
    align-items: center;
}

#mobileapp-tech-stack p {
    font-size: 12px;
    font-weight: 700;
}

#mobileapp-tech-stack h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

#business-tech-stack-logo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    padding: 20px;
    gap: 10px;
}

#business-logo-item{
    max-width: 150px;
    text-align: center;
    padding: 5px;
}

#business-logo-item img {
    max-width: 100%;
    height: auto;
}
#mobileapp-services{
    width: 100%;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mobileapp-services-text{
    width: 50%;
}

#mobileapp-services-text-para {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
}
#mobileapp-services-button{
    width: 50%;
}

#mobileapp-button{
    background-color: #379dd2; 
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 25px 15px 25px;
    cursor: pointer;
    border-radius: 10px;
}
.web-dev-home a{
    color: white;
}
@media (max-width: 768px) {
    .web-dev-banner{
        height: 500px;
    }
    .web-dev-content {
        width: 80%;
        padding-left: 20px;
    
    }

    .web-dev-content h1 {
        font-size: 40px;
    }

    .web-dev-home1 {
        font-size:20px;
        font-weight: 600;
    }
    .web-dev-home{
        font-size: 20px;
    }
    #web-dev-service{
        width: 100%;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        display: inline;
        padding-top: 100px;
    }

    #web-dev-text{
        width: 100%;
        padding: 10px;
    }

    #web-field{
        font-size: 10px;
    }
    #web-dev-heading{
        font-size: 30px;
    }

    #web-text{
        font-size: 15px;
    }
    #web-dev-image{
        width: 100%;
        margin: 0;
        padding: 20px;
        justify-content: center;
    }

    #web-dev-image img{
        height: 80%;
    }
    #work-mobileapp{
        padding-top: 50px;
    }
    #mobileapp-center-text h3{
        font-size: 30px;
    }
    #mobileapp-icon-section{
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    #mobileapp-icon-section{
        height: 500px;
        padding-top: 0px;
        padding-left: 30px;
    }

    #mobileapp-icon-section img{
        height: 100%;
    }

    #mobileapp-card-card-icon{
        margin: 5px auto;
    }

    #mobileapp-card-card{
        justify-content: center;
        text-align: center;
    }

    #mobileapp-card-card h2{
        font-size: 20px;
    }

    #mobileapp-card-card p{
        font-size: 15px;
    }
    #mobileapp-tech{
        padding-bottom: 30px;
    }
    #mobileapp-tech-stack-text h1{
        font-size: 25px;
        font-weight: 700;

    }
    #business-tech-stack-logo {
        margin: 0;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px;
    }

    #mobileapp-logo-item {
        max-width: 100px;
        padding: 5px; 
    }

    #mobileapp-services{
        width: 100%;
        padding-top: 30px;
        display: inline;
        justify-content: center;
        align-items: center;
    }

    #mobileapp-services-text{
        width: 100%;
        text-align: center;
    }

    #mobileapp-services-text-para{
        font-size: 20px;
    }
    #mobileapp-service-button{
        width: 100%;
        text-align: center;
    }
    #mobileapp-button{
        padding: 10px 20px 10px 20px;
        
    }
}

@media (max-width: 480px) {
    #web-dev-banner {
        height: 350px;
    }

    #web-dev-content {
        width: 90%;
        padding-left: 10px;
        text-align: center;
    }

    #web-dev-content h1 {
        font-size: 30px;
    }

    #web-dev-home1 {
        font-size: 18px;
        font-weight: 500;
    }

    #web-dev-home {
        font-size: 5px;
    }
}