.wrappernaptar{
    max-width: 650px;
    margin: 50px auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.naptarhead{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.current-date{
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.icons span{
    height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: 0.3s;
    font-size: 22px;
}

.icons span:hover{
    background: #01bee4;
    color: white;
}

.calendar ul{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    padding: 0;
}

.calendar ul li{
    list-style: none;
    font-size: 15px;
}

.weeks li{
    font-weight: 600;
    color: #777;
    padding: 10px 0;
}

.days li{
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nap-link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.nap-link:hover{
    background: #01bee4;
    color: white;
}

.days li.active .nap-link{
    background: #01bee4;
    color: white;
    font-weight: 600;
}

.days li.inactive{
    color: #bbb;
}

@media (max-width: 600px){

.wrappernaptar{
    margin: 20px;
    padding: 15px;
}

.current-date{
    font-size: 18px;
}

.days li{
    height: 40px;
}

.nap-link{
    width: 32px;
    height: 32px;
}

}
.napok{
display:flex;
justify-content:center;
padding:40px 10px;
}

.nap_kozep{
width:100%;
max-width:900px;
background:white;
border-radius:14px;
padding:30px;
box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

.nap_header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:30px;
flex-wrap:wrap;
gap:10px;
}

.nap_title{
font-size:28px;
font-weight:700;
margin:0;
}

.nap_nav{
display:flex;
gap:10px;
}

.nap_btn{
background:#ff4b2b;
color:white;
padding:8px 16px;
border-radius:6px;
text-decoration:none;
font-size:14px;
transition:0.2s;
}

.nap_btn:hover{
background:#e63e1f;
}

.nap_date{
background:#f5f5f5;
padding:8px 16px;
border-radius:6px;
text-decoration:none;
color:#333;
font-weight:600;
}

.idopont_grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(120px,1fr));
gap:15px;
}

.idopont_kartya{
background:#fafafa;
border-radius:10px;
padding:18px;
text-align:center;
text-decoration:none;
color:#333;
transition:0.25s;
border:1px solid #eee;
}

.idopont_kartya:hover{
background:#ff4b2b;
color:white;
transform:translateY(-3px);
box-shadow:0 6px 15px rgba(0,0,0,0.15);
}

.ora{
font-size:20px;
font-weight:700;
margin-bottom:5px;
}

.status{
font-size:12px;
opacity:0.8;
}

@media (max-width:600px){

.idopont_grid{
grid-template-columns:repeat(2,1fr);
}

.nap_title{
font-size:22px;
}

}
.idopont{
display:flex;
justify-content:center;
margin:50px 0;
}

.idopont_box{
background:#ffffff;
max-width:450px;
width:100%;
padding:35px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
text-align:center;
}

.idopont_cim{
font-size:26px;
font-weight:700;
margin-bottom:20px;
}

.idopont_adatok{
background:#f5f5f5;
padding:15px;
border-radius:8px;
margin-bottom:25px;
font-size:16px;
line-height:1.6;
}

.idopont_form{
display:flex;
flex-direction:column;
gap:12px;
}

.idopont_form input[type="text"]{
padding:12px;
border:1px solid #ddd;
border-radius:6px;
font-size:15px;
outline:none;
}

.idopont_form input[type="text"]:focus{
border-color:#ff4b2b;
}

.idopont_form input[type="submit"]{
background:#ff4b2b;
color:white;
border:none;
padding:12px;
font-size:15px;
font-weight:600;
border-radius:6px;
cursor:pointer;
transition:0.2s;
}

.idopont_form input[type="submit"]:hover{
background:#e63e1f;
}

@media (max-width:600px){

.idopont_box{
padding:25px;
}

.idopont_cim{
font-size:22px;
}

}

.idopontok{
    width:100%;
    max-width:1200px;
    margin:40px auto;
    padding:0 20px;

    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(260px,1fr));
    gap:30px;
}

.idopontok form{
    background:white;
    padding:25px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.25s;
    text-align:center;

    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.idopontok form:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.idopontok h3{
    font-size:18px;
    margin-bottom:5px;
    color:#555;
}

.idopontok h4{
    font-size:32px;
    margin-bottom:15px;
    color:#ff4b2b;
}

.idopontok p{
    font-size:15px;
    color:#666;
    margin-bottom:20px;
}

.idopontok input[type="submit"]{
    background:#ff4b2b;
    border:none;
    color:white;
    padding:12px;
    border-radius:8px;
    font-size:14px;
    cursor:pointer;
    transition:0.2s;
}

.idopontok input[type="submit"]:hover{
    background:#e63e1f;
}
.row-idopont{
    display:flex;
    justify-content:center;
}
.idopont textarea{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:6px;
    font-size:15px;
    outline:none;
}
.pop-up:empty{
    display:none;
}
.pop-up{
    background:white;
    padding:25px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.25s;
    text-align:center;

    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.pop-up input[name="igen"]{
    background:#f11717;
    border:none;
    color:white;
    padding:12px;
    border-radius:8px;
    font-size:14px;
    cursor:pointer;
    transition:0.2s;
    margin-right: 10px;
}
.pop-up input[name="igen"]:hover{
    background:#e00000;
}
.pop-up input[name="nem"]{
    background:#4caf50;
    border:none;
    color:white;
    padding:12px;
    border-radius:8px;
    font-size:14px;
    cursor:pointer;
    transition:0.2s;
}