/* Desktop layout (screens above 768px) */
body {
    background-color: #9CC4DF;
    width: auto;





}

.banner {
    width: 100px;

    border-radius: 8px;
    padding: 10px;
    height: 100px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    background-image: url("Images/gf.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.layoutbanner {
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: left;
    margin: 1%;
    height: auto;


    border-radius: 8px;
    padding: 10px;

    box-shadow: 0 4px 10px rgba(0,0,0,0.15);

    border-radius: 8px;

    z-index: 1000;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.layoutb {
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: center;
    margin: 1%;
    height: auto;

}

.layouth {
    display: flex;
    width: auto;
    flex-direction: column;
    justify-content: center;
    margin: 1%;
    height: auto;

}

.layout {
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: center;
    margin: 1%;
    height: auto;

}



.menu {
    text-align: center;
    background-color: #F2F2F2; /* egg gray */
    display: flex;
    height: auto;
    flex-direction: row;
    padding 10px;
    width: 100%;
    justify-content: center;
    margin: 1%;






}

.menu-item {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    padding: 10px;
    transition: 0.2s ease;
    border-radius: 6px;
}

.menu-item:hover {
    background-color: #e6e6e6;
    transform: translateY(-2px);
}



.content {
    width: auto;
    height: auto;
    text-align: center;
    background-color: #F2F2F2;
    border-radius: 8px;
    margin: 1%;
    padding: 10px;

}





/* Mobile layout (screens under 768px) */
@media (max-width: 768px) {


    .banner {
        width: 400px;

        border-radius: 8px;
        padding: 10px;
        height: 400px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        background-image: url("Images/gf.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .layoutbanner {
        display: flex;
        width: auto;
        flex-direction: column;
        justify-content: center;
        margin: 1%;
        height: auto;


        border-radius: 8px;
        padding: 10px;
        height: auto;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);


        border-radius: 8px;

        z-index: 1000;
        border-bottom: 1px solid rgba(0,0,0,0.1);

    }

    .layoutb {
        display: flex;
        width: auto;
        flex-direction: column;
        justify-content: center;
        margin: 1%;
        height: auto;

    }

    .layouth {
        display: flex;
        width: auto;
        flex-direction: column;
        justify-content: center;
        margin: 1%;
        height: auto;

    }

    .layout {
        display: flex;
        width: auto;
        flex-direction: column;
        justify-content: center;
        margin: 1%;
        height: auto;

    }



    .menu {
        text-align: center;
        background-color: #F2F2F2; /* egg gray */
        display: flex;
        height: auto;
        flex-direction: column;
        padding 10px;
        width: auto;
        justify-content: center;
        margin: 1%;

        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        border-radius: 8px;

        z-index: 1000;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .menu-item {
        font-size: 1.1rem;
        font-weight: 600;
        color: #333;
        cursor: pointer;
        padding: 10px;
        transition: 0.2s ease;
        border-radius: 6px;
    }

    .menu-item:hover {
        background-color: #e6e6e6;
        transform: translateY(-2px);
    }



    .content {
        width: auto;
        height: auto;
        text-align: center;
        background-color: #F2F2F2;
        border-radius: 8px;
        padding: 10px;
       margin: 1%;
    }
}

/* Extra-small screens (under 480px) */
@media (max-width: 480px) {


    .banner {
        width: 400px;

        border-radius: 8px;
        padding: 10px;
        height: 400px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        background-image: url("Images/gf.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .layoutbanner {
        display: flex;
        width: auto;
        flex-direction: column;
        justify-content: center;
        margin: 1%;
        height: auto;
        border-radius: 8px;
        padding: 10px;

        box-shadow: 0 4px 10px rgba(0,0,0,0.15);


        z-index: 1000;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .layoutb {
        display: flex;
        width: auto;
        flex-direction: column;
        justify-content: center;
        margin: 1%;
        height: auto;

    }

    .layouth {
        display: flex;
        width: auto;
        flex-direction: column;
        justify-content: center;
        margin: 1%;
        height: auto;

    }

    .layout {
        display: flex;
        width: auto;
        flex-direction: column;
        justify-content: center;
        margin: 1%;
        height: auto;

    }



    .menu {
        text-align: center;
        background-color: #F2F2F2; /* egg gray */
        display: flex;
        height: auto;
        flex-direction: column;
        padding 10px;
        width: auto;
        justify-content: center;
        margin: 1%;

        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        border-radius: 8px;

        z-index: 1000;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .menu-item {
        font-size: 1.1rem;
        font-weight: 600;
        color: #333;
        cursor: pointer;
        padding: 10px;
        transition: 0.2s ease;
        border-radius: 6px;
    }

    .menu-item:hover {
        background-color: #e6e6e6;
        transform: translateY(-2px);
    }



    .content {
        width: auto;
        height: auto;
        text-align: center;
        background-color: #F2F2F2;
        border-radius: 8px;
        padding: 10px;
        margin-top: 1%;

    }


}
