@media screen and (max-width: 980px){
    .nav-links {
        display: none;
        flex-direction: column;
        background: #7d4196;
        position: absolute;
        top: 125px;
        right: 0;
        width: 100%;
        text-align: center;

    }
    .nav-links li {
        margin: 15px 0;
    }
    .nav-links.show {
        display: flex;
    }

    .toggle-button {
        display: block;
    }


    .main {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 70vh;
        margin-left: 80px;
        margin-bottom: 60px;
    }


    .service-card {
        width: 581px;
    }
    .image-container {
        position: relative;
        width: 100%;
        width: 638px;
        height: 324px;
        overflow: hidden;
    }

}








/* Responsive */
@media (max-width: 768px) {
    .logo img{
        width: 160px;
     }
     .navbar {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: #7d4196;
        padding: 15px 0px;
        position: fixed;
        z-index: 999;
        width: 100%;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        background: #b779cf;
        position: absolute;
        top: 89px;
        right: 0;
        width: 100%;
        text-align: center;

    }
    .nav-links li {
        margin: 15px 0;
    }
    .nav-links.show {
        display: flex;
    }

    .toggle-button {
        display: block;
    }
    .main {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 70vh;
        margin-left: 20px;
        margin-bottom: 60px;
    }
    .container {
        flex-direction: column;
        align-items: center;
    }

    .service-card {
        width: 550px;
        margin-left: 100px;
    }
    .services, .image {
        width: 97%;
    }
    .pricing-table {
        flex-direction: column;
        align-items: center;
    }
    .column {
        width: 100%;
    }
    .whatsapp-button {
        font-size: 14px;
        padding: 10px 15px;
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-button img {
        width: 20px;
        height: 20px;
    }
}


@media (max-width: 600px){
    .service-card {
        width: 390px;
        margin-left: 0;
    }
    .image-container {
        position: relative;
        width: 100%;
        width: 400px;
        height: 220px;
        overflow: hidden;
    }
}


@media (max-width: 425px) {
    .service-card {
        width: 305px;
        margin-left: 18px;
    }
    .image-container {
        position: relative;
        width: 100%;
        width: 305px;
        height: 180px;
        overflow: hidden;
    }
}


@media (max-width: 375px) {
    .service-card {
        width: 280px;
        margin-left: 0px;
    }
    .image-container {
        position: relative;
        width: 100%;
        width: 280px;
        height: 180px;
        overflow: hidden;
    }
}