*{
    box-sizing:border-box;
}


html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    min-height:100vh;
    background:#d6ebff;
    font-family:'Roboto', sans-serif;
    color:#333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.contact a {
    color: white;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}

.fo_sor{
    position:sticky;
    top:0;
    width:100%;
    z-index:1000;
}

.nav {
    display: flex;
    gap: 15px;
    margin-left: 40px;
}

.nav-btn {
    font-family:'Roboto', sans-serif;
    font-size:15px;
    border:none;
    padding:8px 12px;
    color:white;
    text-transform:uppercase;
    position:relative;
    cursor:pointer;
    text-decoration:none;
}

.nav-btn:hover {
    text-decoration: underline;
}

.container_oldalak{
    background-color:#0e2b3f;
    max-width:100%;
    margin:0 auto;
    padding:20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.logo{
    font-size:28px;
    font-weight:bold;
    margin-left:20px;
    color:white;
}

.logo span {
    color:#2bb3ff;
}

.logo_2{
    font-size:12px;
    letter-spacing:2px;
    color:white;
    margin-top:3px;
}

.gomb{
    display:flex;
    gap:15px;
    margin-right:20px;
}

.kep img {
    width: 100%;
    height: auto;
    display: block;
}

.szolgaltatasok_sor {
    background-color: #d9e8f7;
    padding: 4rem 1rem;
}

.container_szolgaltatasok {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.szolg_card {
    background: white;
    border-radius: 8px;
    width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding-bottom: 2rem;
    align-self: stretch;
}

.szolg_card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.szolg_card:hover img{
    transform: scale(1.08);
}

.szolg_card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    margin: 1.5rem 1rem 0.75rem;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.szolg_card p {
    font-size: 14px;
    color: #555;
    text-align: center;
    line-height: 1.6;
    margin: 0 1.5rem 1.5rem;
}

.bovebben_btn {
    display: inline-block;
    background-color: #2bb3ff;
    color: white;
    text-decoration: none;
    padding: 10px 28px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.bovebben_btn:hover {
    background-color: #1a9de0;
}

.kerdes_sor {
    background: #d9e8f7;
    padding: 80px 20px;
}

.faq_container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.faq_card {
    background: white;
    border-radius: 18px;
    padding: 30px 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: transform .3s ease, box-shadow .3s ease;
}

.faq_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.faq_card h3 {
    color: #1e2569;
    font-size: 28px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.faq_card p {
    color: #333;
    font-size: 18px;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
}

.valasz {
    font-size: 25px;
    border-bottom: medium solid black;
    font-family: 'Roboto', sans-serif;
}

.kerdes_valasz tr:last-child .valasz {
    border-bottom: none;
}

.header {
    margin-top: 20px;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

td {
    padding: 8px;
}

.form_sor {
    background: #d9e8f7;
    padding: 3rem 1rem;
    text-align: center;
}

.form_sor iframe {
    max-width: 750px;
    width: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    display: block;
    margin: 0 auto;
}

.referencia_kepek {
    background: #d9e8f7;
    padding: 50px 0;
}

.referencia_kepek img{
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    padding: 20px 0;
}

.track img:hover {
    transform: scale(1.15);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    z-index: 10;
} 

.track {
    display: flex;
    gap: 15px;
    width: max-content;
    animation: scroll 50s linear infinite;
}

.track img {
    width: auto;
    height: auto;
    max-width: 500px;
    max-height: 360px;
    object-fit: contain;
    border-radius: 2px;
    background-color: whitesmoke;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    transition: transform 0.7s ease, box-shadow 0.3s ease;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.referencia_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    overflow: hidden;
}

.velemeny_sor {
    background: #d9e8f7;
    padding: 80px 20px;
}

.velemeny_cim {
    text-align:center;
    font-size:45px;
    color:#1e2569;
    margin-bottom:50px;
}

.velemeny_container {
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.velemeny_card {
    background:white;
    border-radius:20px;
    padding:35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    transition:.3s ease;
}

.velemeny_card:hover {
    transform:translateY(-8px);
    box-shadow:
    0 20px 40px rgba(0,0,0,0.2);
}

.idezet {
    font-size:60px;
    color:#2bb3ff;
    line-height:1;
}

.velemeny_card p {
    font-size:17px;
    line-height:1.7;
    color:#444;
    min-height:130px;
}

.csillagok {
    color:#ffc107;
    font-size:25px;
    margin:20px 0;
}

.velemeny_card h4 {
    margin:0;
    font-size:20px;
    color:#1e2569;
}

.velemeny_card span {
    color:#777;
}

/* ===========================
           Footer rész ha esetleg akarunk rajta alakítani
=========================== */

.footer{
    background:#0e2b3f;
    color:white;
    padding:70px 20px 25px;
}

.footer-container{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:1.3fr 1fr 1fr 1fr;

    gap:60px;
}

.footer-column{
    display:flex;
    flex-direction:column;
}

.footer-column h3{
    color:#53b8ff;
    font-size:20px;
    margin-bottom:25px;
}

.footer-column a,
.footer-column p{
    color:#d7e8f5;
    text-decoration:none;
    margin:8px 0;
    line-height:1.6;
    transition:.3s;
}

.footer-column a:hover{
    color:#53b8ff;
    padding-left:6px;
}

.footer-logo .logo{
    font-size:34px;
    font-weight:bold;
    margin-bottom:15px;
    margin-left:0;
}

.footer-logo .logo span{
    color:#2bb3ff;
}

.footer-text{
    color:#b9cad7;
    line-height:1.8;
    max-width:280px;
}

.ajanlat-footer{
    margin-top:20px;
    background:#2bb3ff;
    color:white !important;
    width:fit-content;
    padding:12px 24px;
    border-radius:6px;
    font-weight:600;
}

.ajanlat-footer:hover{
    background:#169de7;
    color:white !important;
    padding-left:24px !important;
}

.footer-bottom{
    margin-top:55px;
    padding-top:25px;
    border-top:1px solid rgba(255,255,255,.15);
    text-align:center;
    color:#9fb5c7;
    font-size:15px;
}


/* =========================================================
   TABLET / KISEBB TABLET
   769px - 900px
========================================================= */

@media (max-width: 900px) {

    /* ---------- FEJLÉC ---------- */

    .container_oldalak {
        flex-direction: column;

        justify-content: center;

        padding: 15px 15px;

        gap: 10px;
    }

    .logo {
        text-align: center;

        margin: 0;
    }

    .logo_2 {
        text-align: center;
    }

    .gomb {
        width: 100%;

        justify-content: center;

        margin: 0;

        gap: 4px;
    }


    /* ---------- SZOLGÁLTATÁSOK ---------- */

    .szolgaltatasok_sor {
        padding: 60px 20px;
    }

    .container_szolgaltatasok {
        max-width: 700px;
    }

    .szolg_card {
        width: calc(50% - 10px);
        min-width: 0;
    }

    .szolg_card img {
        height: 210px;
    }


    /* ---------- VÉLEMÉNYEK ---------- */

    .velemeny_container {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        max-width: 800px;
    }

    .velemeny_card:last-child {
        grid-column: 1 / -1;

        max-width: 50%;

        width: 100%;

        justify-self: center;
    }


    /* ---------- REFERENCIA ---------- */

    .track img {
        height: 280px;
    }
}


/* =========================================================
   MOBIL
   600px alatt
========================================================= */

@media (max-width: 600px) {

    /* =====================================================
       FEJLÉC
    ===================================================== */

    .fo_sor {
        position: sticky;
    }

    .container_oldalak{
        flex-direction:column;
        gap:20px;
    }

    .logo{
        margin-left:0;
        text-align:center;
    }

    .logo_2 {
        font-size: 9px;

        letter-spacing: 1.5px;

        text-align: center;
    }

    .gomb{
        flex-wrap:wrap;
        justify-content:center;
        margin-right:0;
    }

    .nav-btn {
        font-size: 11px;

        padding: 8px 3px;

        text-align: center;

        width: 100%;
    }


    /* =====================================================
       HERO
    ===================================================== */

    .kep img {
        width: 100%;

        height: auto;

        min-height: 180px;

        object-fit: cover;
    }


    /* =====================================================
       SZOLGÁLTATÁSOK
    ===================================================== */

    .szolgaltatasok_sor {
        padding: 45px 12px;
    }

    .container_szolgaltatasok {
        width: 100%;

        flex-direction: column;

        gap: 22px;

        align-items: stretch;
    }

    .szolg_card {
        width: 100%;

        max-width: 450px;

        margin: 0 auto;

        border-radius: 15px;
    }

    .szolg_card img {
        height: 220px;
    }

    .szolg_card h3 {
        font-size: 18px;

        margin-top: 20px;
    }

    .szolg_card p {
        font-size: 15px;

        line-height: 1.6;

        margin-left: 25px;
        margin-right: 25px;
    }

    .bovebben_btn {
        padding: 11px 30px;

        font-size: 15px;
    }


    /* =====================================================
       FAQ
    ===================================================== */

    .kerdes_sor {
        padding: 50px 12px;
    }

    .faq_container {
        width: 100%;

        gap: 20px;
    }

    .faq_card {
        border-radius: 15px;

        padding: 23px 20px;
    }

    .faq_card:hover {
        transform: none;

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

    .faq_card h3 {
        font-size: 23px;

        line-height: 1.3;

        margin-bottom: 15px;
    }

    .faq_card p {
        font-size: 16px;

        line-height: 1.65;
    }


    /* =====================================================
       VÉLEMÉNYEK
    ===================================================== */

    .velemeny_sor {
        padding: 55px 12px;
    }

    .velemeny_cim {
        font-size: 32px;

        margin-bottom: 35px;
    }

    .velemeny_container {
        width: 100%;

        grid-template-columns: 1fr;

        gap: 20px;
    }

    .velemeny_card {
        padding: 25px 22px;

        border-radius: 16px;
    }

    .velemeny_card:hover {
        transform: none;

        box-shadow:
            0 10px 30px rgba(0, 0, 0, 0.12);
    }

    .velemeny_card:last-child {
        grid-column: auto;

        max-width: none;

        width: auto;

        justify-self: auto;
    }

    .idezet {
        font-size: 50px;

        height: 48px;
    }

    .velemeny_card p {
        font-size: 16px;

        line-height: 1.65;

        min-height: 0;
    }

    .csillagok {
        font-size: 22px;

        margin: 15px 0;
    }


    /* =====================================================
       MUNKÁINK / REFERENCIA
    ===================================================== */

    .referencia_kepek {
        padding: 35px 0;
    }

    .referencia_container {
        width: 100%;

        padding: 20px 12px;
    }

    .referencia_container .velemeny_cim {
        margin-bottom: 30px;
    }

    .track {
        gap: 12px;

        animation-duration: 40s;
    }

    .track img {
        height: 230px;

        max-width: 330px;

        padding: 7px;

        border-radius: 12px;
    }

    .track img:hover {
        transform: none;

        box-shadow:
            0 8px 20px rgba(0, 0, 0, 0.25);
    }


    /* =====================================================
       AJÁNLATKÉRŐ ŰRLAP
    ===================================================== */

    .form_sor {
        padding: 40px 10px;
    }

    .form_sor iframe {
        width: 100%;

        height: 900px;

        border-radius: 6px;
    }


    /* =====================================================
       FOOTER
    ===================================================== */

    .footer {
        padding: 50px 20px 20px;
    }

    .footer-container {
        grid-template-columns: 1fr;

        gap: 35px;

        text-align: center;
    }

    .footer-column {
        align-items: center;
    }

    .footer-column h3 {
        margin-bottom: 15px;
    }

    .footer-column a:hover {
        padding-left: 0;
    }

    .footer-logo .logo {
        font-size: 30px;

        margin-left: 0;

        text-align: center;
    }

    .footer-logo .logo_2 {
        text-align: center;
    }

    .footer-text {
        max-width: 320px;

        line-height: 1.7;
    }

    .ajanlat-footer {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-bottom {
        margin-top: 40px;

        padding-top: 20px;

        font-size: 13px;

        line-height: 1.5;
    }
}


/* =========================================================
   KIS TELEFON
   400px alatt
========================================================= */

@media (max-width: 400px) {

    .logo {
        font-size: 21px;
    }

    .logo_2 {
        font-size: 8px;

        letter-spacing: 1px;
    }

    .nav-btn {
        font-size: 10px;

        padding: 7px 2px;
    }


    /* ---------- HERO ---------- */

    .kep img {
        min-height: 150px;
    }


    /* ---------- SZOLGÁLTATÁS ---------- */

    .szolg_card img {
        height: 200px;
    }

    .szolg_card h3 {
        font-size: 17px;
    }

    .szolg_card p {
        font-size: 14px;

        margin-left: 20px;
        margin-right: 20px;
    }


    /* ---------- FAQ ---------- */

    .faq_card {
        padding: 20px 17px;
    }

    .faq_card h3 {
        font-size: 21px;
    }

    .faq_card p {
        font-size: 15px;

        line-height: 1.6;
    }


    /* ---------- VÉLEMÉNY ---------- */

    .velemeny_cim {
        font-size: 28px;
    }

    .velemeny_card {
        padding: 22px 18px;
    }

    .velemeny_card p {
        font-size: 15px;
    }


    /* ---------- REFERENCIA ---------- */

    .track img {
        height: 190px;

        max-width: 280px;
    }


    /* ---------- ŰRLAP ---------- */

    .form_sor iframe {
        height: 950px;
    }
}


/* =========================================================
   EXTRA KIS TELEFON
   360px alatt
========================================================= */

@media (max-width: 360px) {

    .logo {
        font-size: 19px;
    }

    .nav-btn {
        font-size: 9px;

        padding: 7px 2px;
    }

    .kep img {
        min-height: 130px;
    }

    .szolg_card img {
        height: 180px;
    }

    .faq_card h3 {
        font-size: 20px;
    }

    .faq_card p {
        font-size: 14px;
    }

    .velemeny_cim {
        font-size: 26px;
    }

    .track img {
        height: 170px;
    }

    .form_sor iframe {
        height: 1000px;
    }
}


/* =========================================================
   MOZGÁSOK CSÖKKENTÉSE
   Akik a készülékükön csökkentett animációt kérnek
========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

}