@media screen and (max-width: 767px) {
    .header .logo{
        margin-left: 35px;
    }
    /* 1. Normal menüyü gizle */
    .header .menu {
        display: none; 
    }

    .header .menu123 {
        display: flex; 
        position: absolute; 
        right: 20px; 
        z-index: 1001; 
        color: white;
    }
    
    .header .menu123 span {
        font-size: 30px; 
    }

   
    .header {
        justify-content: space-between; 
    }

   
    .header .arama {
        display: none;
    }
    
    
    .header .menu.menu-acik {
        display: flex; 
        flex-direction: column; 
        position: absolute; 
        top: 60px; 
        left: 0;
        width: 100%;
        background-color: #da291c; 
        border-top: 1px solid white;
        padding: 10px 0;
        z-index: 1000;
    }

    .header .menu.menu-acik a {
        width: 100%;
        text-align: left;
        padding: 15px 20px; 
        border: none;
    }

    .header .menu.menu-acik a:hover {
        background-color: #a81e14; 
        border: none;
    }


    .footer{
        flex-direction: column;
        align-items: center;
    }
    .footer span{
        display: flex;
        border: 1px solid black;
    }
    .footer .kurumsal{
        text-align: left;
    }
    .footer .kurumsal2{
        text-align: center;
        display: flex;
        gap: 8px;
    }

    .footer .kurumsal3{
        text-align: center;
        display: none;
    }

    .footer .online3{
        text-align: center;
        display: none;
    }

    .footer .hasta3{
        text-align: center;
        display: none;
    }

    .footer .hasta3.hasta123{
        display: flex;
    }

    .footer .kurumsal3.kurumsal123{
        display: flex;
    }

    .footer .online3.online123{
        display: flex;
    }

    .footer .hasta2{
        text-align: center ;
        display: flex;
        gap: 8px;
    }

    .footer .online2{
        text-align: center;
        display: flex;
        gap: 8px;
    }


    .payment{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 50px;
    }
	.card{
	width:100%;
	}

}
