/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */



button#place_order {
    background: brown;
    color: #000 !impoo;
}
/* Base button styling */
button#place_order {
    display: inline-block;
    padding: 12px 24px;
    background: #4A72FF;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: all 0.25s ease;
}

/* Hover effect */
button#place_order:hover {
    background: #3659d9;
    transform: translateY(-2px);
}

/* Active/pressed effect */
button#place_order:active {
    background: #2b47ad;
    transform: translateY(0);
}

/* Make it responsive */
@media (max-width: 600px) {
    button#place_order{
        width: 100%;
        padding: 14px;
        font-size: 1.1rem;
    }
}




/* for header */
#header-menu-1 {
    border: 1px solid black;
    padding: 0px 10px 0px 14px;
    border-radius: 30px;
    position: relative;
    top: 50%;
    background-color: white;
    height: 60px;


}


#menu-header-1 {
    height: 120px;
}

/* for header // */