@media only screen and (max-width: 991px) {
    .navbar {
        padding: 10px 20px;
    }

    .navbar ul {
        position: absolute;
        top: 60px;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        /* padding: 30px; */
        width: 200px;
        height: 0;
        overflow: hidden;
        transition: height 0.3s ease;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 5px;

    }


    .navbar ul.show {
        height: auto;
        padding: 10px 0;
    }

    .hamburger {
        display: flex;
    }



    .cateCard img {
        width: 100%;
        height: 250px;
    }

    .categoryCards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .categoryCards .cateCard:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        width: 47%;
    }

    .chooseUs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chooseUs .chooseCard:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        width: 47%;
    }



    .footer {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 20px 0px;
        gap: 0;
    }

    .footerAbout p {
        width: 43vh;
    }

    .quickLinks h4 {
        margin-top: 18px;
        margin-left: 106px;
    }

    .quickLinks ul {
        margin-left: 106px;
    }

    .footer .contact {
        grid-column: 2 / 3;

    }


}


@media only screen and (max-width: 768px) {

    .aboutSection {
        padding: 20px;
    }

    .aboutContent h2 {
        text-align: center;
    }

    .shopImg {
        display: none;
        padding: 80px 20px;
    }

.Testimonial-item.right{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Testimonial-item.left{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 20px 0px;
        gap: 10px;
    }

    .link {
        margin-left: 100px;
    }

    .quickLinks h4 {
        margin-top: 18px;
        margin-left: 0px;
    }

    .quickLinks ul {
        margin-left: 0px;
    }

    .contact {
        margin-top: 18px;
    }

    .story{
        width: 100%;
    }
    .mission{
        width: 100%;
    }

}

@media only screen and (max-width: 705px) {
    .shape{
        display: none;
    }
}


@media only screen and (max-width: 530px) {
.hero-content h1 {
    font-size: 35px;
}


    .categoryCards {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .cateCard {
        width: 80%;
        margin: auto;
    }

    .categoryCards .cateCard:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        width: 80%;
    }


    .chooseUs {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .chooseUs .chooseCard:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        width: 100%;
    }

    .aboutImg{
        width: 100%;
    }


    .footer {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        padding: 20px 20px;
        gap: 0;
    }

    .footerAbout p {
        width: 100%;
    }

    .quickLinks h4 {
        margin-top: 18px;
        margin-left: 0px;
    }

    .quickLinks ul {
        margin-left: 0px;
    }

    .footer .contact {
        grid-column: 1/1
    }

    .link {
        margin-left: 0px;
    }

     .contact-method{
        width: 100%;
    }
    .contact-details{
        width: 90%;
    }
    .map{
        width: 100%;
    }
}

@media only screen and (max-width: 350px) {
    .hero{
        padding: 15px;
        height: 300px;
    }
    
.hero-content h1 {
        font-size: 30px;
    }
    .cateCard {
        width: 95%;
    }
       .categoryCards .cateCard:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        width: 95%;
    }
    .cateCard img {
        height: 200px;
    }

    .contact-method{
        width: 100%;
    }
    .contact-details{
        width: 90%;
    }
    .contactEmail a{
        font-size: 15px;
    }
    .map{
        width: 100%;
    }
    
}