* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

:root {
    --feher: #fff;
    --tortfeher: #ddd;
    --fekete: #000;
    --fekete2: rgba(0, 0, 0, 0.4);
    --szurke: #444;
    --zold: #27ae60;
    --sarga: #e67e22;
}

/* -----------   HERO Section -------------- */
.hero-section {
    background: url('/JPG/hero-auto.jpg');
    background-size: cover;
    background-position: center;
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--fekete2);
}

.hero-content {
    position: relative;
    color: white;
    text-align: center;
    z-index: 2;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
   /*  opacity: 0;
    animation: revealUp 0.8s ease-out forwards;
    /* A cím szinte azonnal indul */
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
     opacity: 0;
    animation: revealUp 0.4s ease-out forwards;
    animation-delay: 0.2s;
    /* A cím szinte azonnal indul */
}

.search-panel {
    background: var(--feher);
    padding: 25px;
    border-radius: 12px;
    display: flex;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    color: var(--szurke);
    align-items: flex-end;
    opacity: 0;
    animation: revealUp 0.4s ease-out forwards;
    /* animation-delay: 0.4s;
    /* A naptár picit később úszik be */
}

.search-panel label {
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.search-panel input {
    padding: 10px;
    border: 1px solid var(--tortfeher);
    border-radius: 5px
}

.search-panel button {
    background: var(--sarga);
    color: var(--feher);
    border: 1px solid var(--sarga);
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7);
}

.search-panel button:hover {
    background: var(--feher);
    color: var(--sarga);
    transition: 0.3s;
}

.card-visible {
       opacity: 0;
    animation: revealUp 0.4s ease-out forwards;
    /* animation-delay: 0.5s;
    /* A címmel együtt szinte azonnal indul */
}

.featured-cars {
    padding: 80px 10%;
    background: #f9f9f9;
}

.featured-cars-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.featured-cars-head h2 {
    font-size: 2rem;
    color: #e67e22;
}

.view-all-btn {
    border: 1px solid var(--sarga);
    border-radius: 5px;
    padding: 10px 30px;
    color: var(--sarga);
    font-weight: 600;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7);
      transition: 0.3s;
      text-decoration: none;
}

.view-all-btn:hover {
  background: var(--sarga);
    color: var(--feher); 
      transition: 0.3s;
}

.foglalas-btn {
    background: #2c3e50;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
      transition: 0.3s;
}

.foglalas-btn:hover {
 
    background: var(--fekete);
    transition: 0.3s;
}

.view-all-btn:active,
.foglalas-submit:active,
.foglalas-btn:active {
    transform: scale(0.9);
    /* Gombnyomás érzet */
}

.car-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* ----------- Googke értékelés ----------- */
.reviews-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.review-item {
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
}

.review-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-color: #e67e22;
}

.quote-icon {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 50px;
    color: #e67e22;
    opacity: 0.1;
    font-family: serif;
}

.review-text {
    color: #7f8c8d;
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.review-user {
    display: flex;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    padding-top: 15px;
}

.user-avatar {
    width: 40px;
    height: 40px;
    background: #e67e22;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 12px;
}

.user-name {
    display: block;
    font-weight: bold;
    color: #2c3e50;
    font-size: 0.9rem;
}

.review-stars {
    font-size: 0.75rem;
}

.review-source {
    margin-top: 10px;
    text-align: right;
}

.quote-icon {
    position: absolute; /* Ez rögzíti a kártyán belül */
    top: 5px;
    left: 15px;
    font-size: 60px; /* Jó nagy legyen */
    color: #e67e22;
    opacity: 0.15; /* Nagyon halvány, hogy ne zavarja az olvasást */
    font-family: "Georgia", serif; /* Szép kerekített idézőjel */
    line-height: 1;
}


/* ----------- Features ----------- */

.features {
    padding: 20px 10%;
    display: flex;
    justify-content: space-around;
    background: white;
    text-align: center;
}

.features-card {
    margin-top: 20px;
}

.counter {
    font-size: 3rem;
    font-weight: bold;
    color: var(--sarga);
}

.featured-card h4 {
    margin-top: 10px;
}

/* --------------- Turisztika rész -------------------- */
/* Konténer a kártyáknak (Grid elrendezés) */
.poi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    padding: 20px;
}

.poi-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    border: 1px solid #eee;
}

.poi-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.poi-image {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.poi-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #e67e22;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.poi-content {
    padding: 15px;
}

.poi-content h3 {
    margin: 0 0 10px 0;
    color: #2c3e50;
    font-size: 1.2rem;
}

.poi-content p {
    color: #7f8c8d;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
    height: 45px; /* Korlátozzuk a leírást, hogy egyformák legyenek a kártyák */
    overflow: hidden;
}

.poi-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    padding-top: 12px;
    font-size: 0.85rem;
    color: #95a5a6;
}

.poi-map-btn {
    color: #e67e22;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #e67e22;
    padding: 4px 10px;
    border-radius: 5px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7);
    transition: 0.3s;
}

.poi-map-btn:hover {
    background: #e67e22;
    color: white;
}

.poi-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Max 3 sor */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
}

.pol-button {
      display: inline-block;
      text-decoration: none; 
      font-weight: bold; 
      color: #e67e22;
      border: 1px solid #e67e22; 
      padding: 8px 20px; 
      border-radius: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7);
      transition: 0.3s;
}

.pol-button:hover {
 color: var(--feher);
 background: var(--sarga);
  transition: 0.3s;
}

/* -----------   Hívás most! -------------- */
/* Alapesetben elrejtjük (PC-n nem kell) */
.floating-call-btn {
    display: none;
}

.foglalas {
    padding: 80px 10%;
    background: var(--feher);
    display: flex;
    gap: 50px;
    align-items: center;
}

.foglalas-bal {
    flex: 1;
}

.foglalas-jobb {
    flex: 1;
    background: #f9f9f9;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.foglalas-input {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px
}

.foglalas-input-kicsi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.foglalas-textarea {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.foglalas-submit {
    background: #e67e22;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.1rem;
       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7);
    transition: 0.4s;
    
}

.foglalas-submit:hover {
  letter-spacing: 0.2rem;
   transition: 0.4s;

}
/* ------------- Footer -------------------- */
footer {
    background: #2c3e50;
    color: white;
    padding: 60px 10% 20px 10%;
    margin-top: 50px;
}

.footer-panel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 40px;
}

.admin-login {
    color: #7f8c8d;
    text-decoration: none;
}

.admin-login:hover {
    color: var(--sarga);
    text-decoration: none;
}

.footer-alsosav {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 60px 0;
    font-size: 0.8rem;
    color: #7f8c8d;
}

.latnivalok-km {
    width: 95px;
    text-align: center;
}

.latnivalok-text {
    text-align: justify;
}

/* Az animáció definíciója */
@keyframes revealUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
        /* Lentről indul */
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        /* Beáll a helyére */
    }
}


/* -----------   Kisseb méretek! -------------- */
@media (max-width: 1200px) {

    .featured-cars {
        padding: 20px 6%;
    }

    .features {
        padding: 0px 6%;
    }

    .google-ertekeles {
        padding: 0 6%;
    }
}

@media (max-width: 992px) {

    /* Csak mobil képernyőméretnél (992px alatt) jelenik meg */
    .floating-call-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: var(--zold);
        /* Bizalmat keltő zöld */
        color: var(--feher);
        padding: 12px 20px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        box-shadow: 0 4px 15px var(--fekete2);
        z-index: 1000;
        transition: transform 0.2s ease;
    }

    .floating-call-btn:active {
        transform: scale(0.9);
        /* Gombnyomás érzet */
    }

    .phone-icon {
        font-size: 20px;
        margin-right: 8px;
    }


    .featured-cars {
        padding: 30px 3%;
    }

    .features {
        padding: 30px 3%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .car-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .foglalas {
        padding: 50px 10%;
        display: flex;
        align-items: center;
        flex-direction: column;
        align-items: center;
    }

    .footer-panel {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .foglalas {
        padding: 30px 3%;
        gap: 20px;
    }

    .featured-cars-head h2 {
        font-size: 1.4rem;
    }

    .view-all-btn {
        font-size: 1rem;
        padding: 5px 8px;
    }
    
.footer-alsosav {
    padding: 20px 0 100px 0;
}

.copyright {
    width: 50%;
}
}

@media (max-width: 576px) {
    .search-panel {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        width: 50%;
        margin: auto;
        padding: 15px 5px;
    }

    .car-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }

    .foglalas-jobb {
        width: 100%;
        font-size: 1rem;
        padding: 30px 10px;
    }

    .foglalas-input {
        width: 100%;
        padding: 8px;
    }

    .foglalas-input-kicsi {
        display: flex;
        flex-direction: column;
    }

    .footer-panel {
        grid-template-columns: repeat(1, 1fr);
    }
}