.trener-szolgaltatas-container {
    padding: 30px;
    background: #7cb0f445;
    border-radius: 10px;
    position: relative;
}

.trener-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://atlantisz.anyhub.hu/wp-content/uploads/2024/12/Asset-1.png);
    background-size: 502px;
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0.11;
    z-index: 1;
}

.trener-szolgaltatas-cim {
    margin: 0 0 20px 0;
    text-align: center;
    color: #322038;
    font-family: "Kumbh Sans", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.9px;
}

.trener-szolgaltatas-kartya {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}

.trener-kep {
    flex: 0 0 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.trener-kep img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trener-adatok {
    flex: 1;
}

.trener-nev {
    margin: 0 0 15px 0;
    color: #222;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
}

a.arend-gomb {
    color: #1d0427;
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 2px;
}

.trener-kapcsolat {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: "Kumbh Sans", Sans-serif;
}

.trener-gomb {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-top: 1px solid #1d042770;
    padding-top: 10px;
    width: 350px;
    font-size: 15px;
}


.trener-adat {
    display: flex;
    align-items: center;
    gap: 10px;
}

.adat-cimke {
    font-weight: 500;
    min-width: 80px;
    font-family: "Poppins", Sans-serif;
}

.adat-ertek {
    color: #222;
    text-decoration: none;
    transition: color 0.3s ease;
}

.adat-ertek:hover {
    color: #1d0427;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .trener-szolgaltatas-kartya {
        flex-direction: column;
        text-align: center;
    }
    
    .trener-kep {
        flex: auto;
        margin: 0 auto;
        width: 200px;
        height: 200px;
    }

    .trener-kep img {
        object-fit: cover;
        width: 200px;
        height: 200px;
    }
    
    .trener-adat {
        justify-content: center;
    }

    .trener-szolgaltatas-container {
        padding: 20px;

    }

    .trener-gomb {

        flex-direction: column;

        width: 100%;
        align-items: center;
    }

    .trener-szolgaltatas-cim {
        font-size: 25px;
    }

    .trener-overlay {

        background-size: cover;
        opacity: 0.04;
    }
}