
body,html {
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
}


.services{

    display: grid;
}


.service{
    border-radius:10px !important;
    animation: glow 3s infinite;
    text-align: center;
    padding-inline: 5px;
    width: 270px;
}

.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    padding: 40px 20px;
}

.card{
    /* border: 2px solid black; */
    box-shadow: 15px 9px 20px 3px #000000a3;
    /* width: 100%; */
    /* height: 700px; */
    /* width: 400px; */
    /* min-width: 200px; */
    width: 400px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.description{
    padding: 20px;
    flex-grow: 1;
}

.button{
    padding: 20px;
    justify-content: center;
    display: grid;
    align-items: center;
}

.image{
    
    width: 100%;
}
#image-img{
    width: 100%;
    height: 523px;
    object-fit: cover;
}

.li-nav{
    font-size: 1rem;
}

.uk-drop{
    top: 60px !important;
    left: 10px !important;
}

.uk-navbar-toggle-icon{
    transform: scale(1.5);
    color: black !important;
}

.uk-navbar-container {
    background: none !important;
    position: fixed;
    top: 10px;
    z-index: 1000;
}




@media (max-width: 500px) {
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-inline: 10px;
    }

    .card {
        width: 100%;
        max-width: 100%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        overflow: hidden;
    }

    .image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }

    .description {
        padding: 15px;
        font-size: 14px;
        line-height: 1.4;
    }

    .button {
        text-align: center;
        padding: 10px 0 20px;
        display: block;
    }

    .service.uk-button {
        width: 90%;
        font-size: 16px;
        padding: 10px 0;

    }

    h1 {
        font-size: 20px;
        padding: 20px 10px 10px;
    }
}
