
.m-body{
    width: 100%;
    margin: 0;
}

.pkg-img-wrapper{
    width: 100%;
    aspect-ratio: 4 / 3;
}




img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* or 'contain' */
    display: block;
    border-radius: 10px;
        margin-bottom: 1vh;

}
.pakages{
   display: flex;
   flex-direction: row;
   justify-content: space-evenly;
   flex-wrap: wrap;
}

.p-name{
    text-align: center;
}


#enq, #mr{
    width: 49%;
    padding: 10px 15px;
    border-radius: 40px;
    color: white;
}

#enq{
    background-color: blue;
}
#mr{
    background-color: purple;
}

@media screen and (max-width: 1000px) {

.pkg-card{
    width: 80%;
    margin-bottom: 4vh;
}

.button{
    margin-top: 1vh;
}

#enq, #mr{
    font-size: 4vw;
}

.p-name h2{
    font-size: 6vw;
}

.p-name h3{
    font-size: 5vw;
}

.enq{
    width:100%;
    display:flex;
    flex-direction: row;
    justify-content: center;
    gap: 15%;
    margin-top: 10px;
}
.toggle-btn{
    background-color: transparent;
    font-size: 4.5vw;
    border:none;
    font-weight:600;
    margin-top: 1vh;        
                      
}
    
}


@media screen and (min-width: 1000px) {

    .m-body{
        margin-top: 4vh;
    }
.pkg-card{
    width: 30%;
    margin-bottom: 5vh;
}

.p-name h2{
    font-size: 2.5vw;
}

.p-name h3{
    font-size: 2vw;
}
.button{
    margin-top: 1vh;
}

#enq, #mr{
    font-size: 1.75vw;
    font-weight: 600;
}

.enq{
    width:100%;
    display:flex;
    flex-direction: row;
    justify-content: center;
    gap: 15%;
    margin-top: 20px;
}
.toggle-btn{
    background-color: transparent;
    font-size: 1.5vw;
    border:none;
    font-weight:600;
    margin-top: 1vh;        
                      
}
}
