/* lexend-300 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/lexend-v26-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/lexend-v26-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-600 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/lexend-v26-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oranienbaum-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oranienbaum';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/oranienbaum-v16-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dancing-script-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/dancing-script-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mrs-saint-delafield-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Mrs Saint Delafield';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/mrs-saint-delafield-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* great-vibes-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/great-vibes-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* varela-round-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/varela-round-v21-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Egyszerű, modern stílus — testre szabható */
:root {
    --accent: #e85d5d;
    --dark: #0b0b0b;
    --muted: #666;
    --fejlec_szovegek: 65px !important;
    --fejlec_szovegek_kisebb: 24px !important;
    --fancy_szoveg: 'Oranienbaum';
}

.cky-revisit-bottom-left {
    display: none !important;
}

* {
    box-sizing: border-box;
}

body {
    font-size: 100% !important;
    margin: 0;
    font-family:
        Inter,
        system-ui,
        -apple-system,
        'Segoe UI',
        Roboto,
        'Helvetica Neue',
        Arial;
    color: #111;
    line-height: 1.4;
}

/* Header teljes képernyős, responsive flex */
header {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

/* Háttér video */
header video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Overlay */
header .overlay {
    position: absolute;
    inset: 0;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));*/
    z-index: 2;
}

/* Hero tartalom */
.hero-inner {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* felső és alsó blokk elválasztása */
    align-items: center;
    height: 100%;
    width: 100%;
    /*background: #0000005c;*/
    padding: 40px 20px;
}

/* Felső blokk */
.hero-inner .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Alsó blokk */
.hero-inner .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Felső szöveg stílus */
.hero-inner h1 {
    color: rgba(208, 198, 181, 1);
    text-transform: uppercase;
    font-size: clamp(32px, 6vw, 91px);
    /* responsive betűméret */
    line-height: 1.1;
    font-family: 'Oranienbaum', serif;
    font-weight: 400;
}

/* Felső p */
.hero-inner p {
    color: rgba(152, 128, 67, 1);
    font-size: clamp(20px, 4vw, 48px);
    /* responsive betűméret */
    font-family: 'Dancing Script', cursive;
    margin-top: 16px;
}

/* Alsó p */
.hero-inner .bottom span {
    color: rgba(208, 198, 181, 1);
    font-size: clamp(12px, 2vw, 14px);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Lexend', sans-serif;
    margin-top: 8px;
}

/* SVG ikon méretezése responsive */
.hero-inner .bottom svg {
    width: clamp(15px, 6vw, 25px);
    height: auto;
    margin-bottom: -25px;
}

/* ===== HDP NAVBAR OPTIMALIZÁLT ===== */
#hdp-navbar {
    background-color: #0f100f;
    color: #826e3a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

#hdp-navbar .hdp-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Brand / logó középre */
#hdp-navbar .hdp-brand {
    font-family: 'EB Garamond', serif;
    font-size: 28px;
    letter-spacing: 2px;
    text-align: center;
    flex-grow: 1;
    color: #826e3a;
}

/* Árajánlat gomb jobbra */
#hdp-navbar .hdp-quote-btn {
    border: 2px solid #826e3a;
    background: transparent;
    color: #826e3a;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;

    font-size: 16px;
    transition: all 0.3s ease;

    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: center;
    font-family: 'Lexend';
    font-weight: 400;
    font-style: normal;
}

#hdp-navbar .hdp-quote-btn:hover {
    background-color: #826e3a;
    color: #0f100f;
}

/* Hamburger ikon */
#hdp-navbar .hdp-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    cursor: pointer;
    z-index: 1100;
}

#hdp-navbar .hdp-hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #826e3a;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
    /* 🔑 fontos az X animációhoz */
}

/* Hamburger X animáció */
#hdp-navbar .hdp-hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translateY(9px);
}

#hdp-navbar .hdp-hamburger.open span:nth-child(2) {
    opacity: 0;
}

#hdp-navbar .hdp-hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translateY(-9px);
}

/* Menü panel */
#hdp-navbar .hdp-menu-panel {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #0f100f;
    color: #826e3a;
    display: flex;
    flex-direction: column;

    transition: left 0.4s ease;
    z-index: 1050;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

#hdp-navbar .hdp-menu-panel.open {
    left: 0;
}

/* Menüpontok stílusa */
#hdp-navbar .hdp-menu-panel a {
    color: #826e3a;
    text-decoration: none;
    font-size: 22px;
    padding: 16px 0;
    text-align: center;
    width: 100%;
    transition: color 0.3s ease;
    color: rgba(152, 128, 67, 1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-size: 2rem;

    font-family: 'Oranienbaum';
    font-weight: 400;
    font-style: normal;
}

#hdp-navbar .hdp-menu-panel a:hover {
    color: rgba(66, 63, 56, 1);
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 767px) {
    #hdp-navbar .hdp-brand {
        position: initial;
        text-align: right;
        transform: none;
    }

    #hdp-navbar {
        padding: 0 10px;
    }

    .films-section h2,
    .packages h2,
    .testimonials_h2 {
        font-size: var(--fejlec_szovegek);
        z-index: 10 !important;
    }

    .films-section h2::before,
    .packages h2::before,
    .testimonials_h2::before {
        font-size: 100px !important;
        z-index: -1;
        color: rgba(49, 49, 49, 0.43) !important;
        top: 39px !important;
    }

    #hdp-navbar .hdp-brand {
        font-size: 24px;
    }

    #hdp-navbar .hdp-quote-btn {
        padding: 5px 12px;
        font-size: 14px;
    }

    #hdp-navbar .hdp-hamburger {
        width: 28px;
        height: 20px;
    }

    #hdp-navbar .hdp-hamburger span {
        height: 3px;
        margin: 3px 0;
    }
}

/* ======= GLOBAL MOBILE FIX ======= */
@media (max-width: 768px) {
    /* HERO – kisebb betűméretek, jobb arányok */
    .hero-inner {
        padding: 20px 10px;
    }

    .hero-inner h1 {
        font-size: 40px !important;
        line-height: 1.1;
    }

    .slide .meta {
        padding: 100px 30px !important;
    }

    .package-plus-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .packages-buttons {
        width: 90% !important;
        margin: 0 auto !important;
    }

    .packages-plus-container {
        width: 90% !important;
        margin: 0 auto !important;
        padding: 20px 20px !important;
    }

    .packages-plus-container h3 {
        font-size: 50px !important;
    }

    .hero-inner p {
        font-size: 20px !important;
        margin-top: 8px;
        letter-spacing: 1px !important;
    }

    .hero-inner .bottom span {
        font-size: 12px !important;
    }

    .hero-inner .bottom svg {
        width: 20px;
        margin-bottom: -15px;
    }

    /* NAVBAR mobil optimalizálás */
    #hdp-navbar {
        height: 55px;
        padding: 0 14px;
    }

    #hdp-navbar .hdp-brand {
        font-size: 20px !important;
    }

    #hdp-navbar .hdp-quote-btn {
        padding: 4px 10px;
        font-size: 12px;
    }

    /* Menüpontok mobilon */
    #hdp-navbar .hdp-menu-panel a {
        font-size: 28px;
        padding: 14px 0;
    }

    /* ======= MARKETING SZEKCIÓ ======= */
    .marketing-section {
        padding: 40px 16px;
    }

    .marketing-section .text h2 {
        font-size: 32px !important;
    }

    .marketing-section .container {
        gap: 20px;
    }

    .marketing-section .images {
        flex-direction: column;
    }

    .marketing-section .top-text {
        font-size: 30px !important;
    }

    .marketing-section .images img {
        width: 100% !important;
    }

    /* ======= RÓLAM SZEKCIÓ ======= */
    .rolam-section {
        padding: 40px 16px;
        background-size: cover;
    }

    .rolam-section .text h2 {
        font-size: 32px !important;
    }

    .rolam-section .top-text {
        font-size: 30px !important;
    }

    .video-card {
        margin-bottom: 50px !important;
        width: 90% !important;
    }

    .testimonials-wrap {
        width: 100% !important;
    }

    .image-wrap {
        display: none !important;
    }

    .hdp-quote-btn {
        display: none;
    }

    .rolam-section .container {
        gap: 20px;
    }

    .rolam-section .images {
        flex-direction: column;
    }

    .rolam-section .images img {
        width: 100% !important;
    }

    /* Képek kilógásának mobilfix */
    .overlay-img {
        position: relative;
        bottom: 0;
        right: 0;
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}

.line {
    stroke-width: 6;
    stroke-linecap: round;
    stroke: #826e3a;
    /* navbar szín */
    transition: all 0.5s;
}

.top {
    transform-origin: 26px 40px;
}

.middle {
    stroke-dasharray: 60 60;
}

.bottom {
    transform-origin: 26px 60px;
}

/* Toggle állapot */
.menu.open .line.top {
    transform: rotate(45deg);
}

.menu.open .line.middle {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
}

.menu.open .line.bottom {
    transform: rotate(-45deg);
}

.menu svg {
    transform: scale(2);
    /* dupla méret */
    transform-origin: center;
}

.top {
    display: flex;
    flex-direction: column;
    justify-content: end;
    /* vertikálisan középre */
    align-items: center;
    /* horizontálisan középre */
    text-align: center;
    height: 100%;
    /* vagy auto, a videóhoz igazítva */
}

.top h1 {
    font-family: 'Oranienbaum';
    font-size: var(--fejlec_szovegek);
    color: #d0c6b5;
    margin: 0 0 0 0;
}

.top p {
    font-family: var(--fancy_szoveg);
    font-size: var(--fejlec_szovegek_kisebb);
    color: rgba(152, 128, 67, 1);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 11px;
}

#about {
    width: 100%;
    background-color: #000;
}

.marketing-section {
    padding: 80px 20px;
    background: #ccc0ae;
    /* opcionális háttér */
}

.marketing-section .container {
    display: flex;
    align-items: center;
    /* középre függőlegesen */
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    /* responsive miatt */
}

.marketing-section .text {
    flex: 1 1 500px;
    /* bal oldal rugalmas, minimum szélesség */
    text-transform: uppercase;
    line-height: 1.6;
}

.marketing-section .text h2 {
    font-size: 65px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: 'Oranienbaum';

    color: rgba(22, 24, 23, 1);
    margin: 0 0 10px 0;

    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 400;
}

.marketing-section .text p {
    font-size: 65px;
    line-height: 1.6;
    letter-spacing: 0.05em;

    text-align: center;
    font-family: 'Lexend';
    font-weight: 400;
    font-style: normal;
    color: rgba(22, 24, 23, 1);
    letter-spacing: 0em;

    text-align: left;
}

.marketing-section .top-text {
    font-family: var(--fancy_szoveg) !important;
    font-size: var(--fejlec_szovegek_kisebb) !important;
    color: rgba(152, 128, 67, 1) !important;
    margin: 0;
    text-transform: lowercase !important;
}

.marketing-section .text p:nth-child(odd) {
    /* páratlan (1., 3., 5., ...) p stílusa */
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Lexend';
    color: rgba(22, 24, 23, 1);
    text-align: left;
    font-weight: 250;
}

.marketing-section .text p:nth-child(even) {
    /* páros (2., 4., 6., ...) p stílusa */
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Lexend';
    color: rgba(22, 24, 23, 1);
    text-align: left;
}

.marketing-section .images {
    flex: 1 1 400px;
    /* jobb oldal rugalmas */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.marketing-section .images img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    display: block;
}

/* Responsive: kisebb képernyőn alá-fölé */
@media (max-width: 768px) {
    .marketing-section .container {
        flex-direction: unset;
    }

    .rolam-section .text {
        flex: 1 1 !important;
    }

    .marketing-images {
        margin-bottom: 75px;
    }

    .marketing-section .images {
        flex-direction: row;
        gap: 20px;
    }

    .marketing-section .images img {
        width: 50%;
    }
}

.hdp-marketing-btn {
    display: inline-block;
    padding: 12px 28px;
    margin-top: 30px;
    text-transform: none;
    color: #0b0b0b;
    background-color: rgba(152, 128, 67, 1);
    /* finom arany/barnás */
    border: none;
    border-radius: 50px;
    /* nagyon lágy, ovális */
    cursor: pointer;

    /* elegáns, kézírásos hangulat */
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    /* finom lebegés */
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: center;
    font-family: 'Lexend';
    font-weight: 400;
    font-style: normal;
}

/* Hover effekt */
.hdp-marketing-btn:hover {
    background-color: rgba(172, 150, 87, 1);
    /* világosabb arany */
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Aktív / kattintás effekt */
.hdp-marketing-btn:active {
    transform: translateY(1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.marketing-images {
    position: relative;
    /* kell az abszolút pozícionáláshoz */
    width: 300px;
    /* vagy max-width: 100% */
    height: auto;
    overflow: visible;
    /* hogy kilógjon a ráhelyezett kép */
}

.base-img {
    display: block;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.overlay-img {
    position: absolute;
    bottom: -40px;
    /* negatív értékkel lóg ki felül */
    right: -40px;
    /* negatív értékkel jobbra kilóg */
    width: 100%;
    /* kisebb kép */
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 10;
    /* mindig a tetején legyen */
}

.rolam-section {
    padding: 80px 20px;
    background: #131313;
    /* opcionális háttér */

    color: rgba(203, 185, 154, 1);
}

.rolam-section .container {
    display: flex;
    align-items: center;
    /* középre függőlegesen */
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    /* responsive miatt */
}

.rolam-section .text {
    flex: 1 1 500px;
    /* bal oldal rugalmas, minimum szélesség */
    text-transform: uppercase;
    line-height: 1.6;
}

.rolam-section .text h2 {
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: 'Oranienbaum';

    color: #d0c6b5;
    margin: 0 0 10px 0;

    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 400;
}

.rolam-section .text p {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: center;
    font-family: 'Lexend';
    font-weight: 400;
    font-style: normal;
    color: rgba(203, 185, 154, 1);
    letter-spacing: 0em;
    font-size: 13px;
    text-align: left;
}

.rolam-section .top-text {
    font-family: var(--fancy_szoveg) !important;
    font-size: var(--fejlec_szovegek_kisebb) !important;
    color: rgba(152, 128, 67, 1) !important;
    margin: 0;
    text-transform: lowercase !important;
}

.rolam-section .text p:nth-child(odd) {
    /* páratlan (1., 3., 5., ...) p stílusa */
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Lexend';
    color: rgba(203, 185, 154, 1);
    text-align: left;
    font-weight: 250;
    text-transform: initial !important;
}

.rolam-section .text p:nth-child(even) {
    /* páros (2., 4., 6., ...) p stílusa */
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Lexend';
    color: rgba(203, 185, 154, 1);
    text-align: left;
    text-transform: initial !important;
}

.rolam-section .images {
    flex: 1 1 400px;
    /* jobb oldal rugalmas */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rolam-section .images img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    display: block;
}

/* Responsive: kisebb képernyőn alá-fölé */
@media (max-width: 768px) {
    .rolam-section .container {
        flex-direction: column-reverse;
    }

    .films-section .wrapper {
        padding-bottom: 50px !important;
    }

    .rolam-section .images {
        flex-direction: row;
        gap: 20px;
    }

    .rolam-section .images img {
        width: 50%;
    }
    /*
    .top {
        margin-top: 350px;
    }
   
    header video {
        position: absolute;
        inset: 0;
        width: 265px;
        height: 380px;
        object-fit: cover;
        z-index: 1;
        margin: 0 auto;
        margin-top: 100px;
    }

    header {
        background: url('herobg.jpg');
    }*/
}

.hdp-marketing-btn {
    display: inline-block;
    padding: 12px 28px;
    margin-top: 30px;
    text-transform: none;
    color: #0b0b0b;
    background-color: rgba(152, 128, 67, 1);
    /* finom arany/barnás */
    border: none;
    border-radius: 50px;
    /* nagyon lágy, ovális */
    cursor: pointer;

    /* elegáns, kézírásos hangulat */
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    /* finom lebegés */
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: center;
    font-family: 'Lexend';
    font-weight: 400;
    font-style: normal;
}

/* Hover effekt */
.hdp-marketing-btn:hover {
    background-color: rgba(172, 150, 87, 1);
    /* világosabb arany */
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Aktív / kattintás effekt */
.hdp-marketing-btn:active {
    transform: translateY(1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.marketing-images {
    position: relative;
    /* kell az abszolút pozícionáláshoz */
    width: 300px;
    /* vagy max-width: 100% */
    height: auto;
    overflow: visible;
    /* hogy kilógjon a ráhelyezett kép */
}

.base-img {
    display: block;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.overlay-img {
    position: absolute;
    bottom: -40px;
    /* negatív értékkel lóg ki felül */
    right: -40px;
    /* negatív értékkel jobbra kilóg */
    width: 100%;
    /* kisebb kép */
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 10;
    /* mindig a tetején legyen */
}

.featured-video {
    position: relative;
    width: 100%;

    margin: 0 auto;
}

.featured-video img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.featured-video p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 20px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    border-radius: 0 0 10px 10px;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
    text-shadow:
        0px 4px 3px rgba(0, 0, 0, 0.4),
        0px 8px 13px rgba(0, 0, 0, 0.1),
        0px 18px 23px rgba(0, 0, 0, 0.1);
}

.featured-video:hover p {
    color: red;
    opacity: 1;
}

.featured-video::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    pointer-events: none;

    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><circle cx='100' cy='100' r='90' fill='rgba(0,0,0,0.5)'/><polygon points='80,60 140,100 80,140' fill='white'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}

.films-section {
    background: #0f100f;
    color: rgba(152, 128, 67, 1);
}

.films-section .wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.films-section {
    position: relative;
}

.films-section h2 {
    position: relative;
    color: rgba(152, 128, 67, 1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-size: var(--fejlec_szovegek);
    text-align: center;
    font-family: 'Oranienbaum';
    font-weight: 400;
    margin: 0 !important;
    padding: 50px 0;
}

.films-section h2::before {
    content: 'Filmek';
    position: absolute;
    left: 50%;
    top: 15px;
    /* finom eltolás */
    transform: translateX(-50%);
    font-family: 'Dancing Script';
    font-size: 130px;
    color: rgba(49, 49, 49, 0.08);
    /* nagyon halvány */
    font-weight: 400;

    pointer-events: none;
    white-space: nowrap;
    text-transform: lowercase;
    letter-spacing: 0;
    line-height: 1;
}

.elozetesek-section {
    background: #0f100f;
    color: rgba(152, 128, 67, 1);
}

.elozetesek-section .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.elozetesek-section {
    position: relative;
}

.elozetesek-section h2 {
    position: relative;
    color: rgba(152, 128, 67, 1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-size: var(--fejlec_szovegek);
    text-align: center;
    font-family: 'Oranienbaum';
    font-weight: 400;
    margin: 0 !important;
    padding: 50px 0;
}

.elozetesek-section h2::before {
    content: 'Előzetesek';
    position: absolute;
    left: 50%;
    top: 15px;
    /* finom eltolás */
    transform: translateX(-50%);
    font-family: 'Dancing Script';
    font-size: 130px;
    color: rgba(49, 49, 49, 0.08);
    /* nagyon halvány */
    font-weight: 400;

    pointer-events: none;
    white-space: nowrap;
    text-transform: lowercase;
    letter-spacing: 0;
    line-height: 1;
}

.packages h2::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 15px;
    /* finom eltolás */
    transform: translateX(-50%);
    font-family: 'Dancing Script';
    font-size: var(--fejlec_szovegek);
    color: rgba(49, 49, 49, 0.08);
    /* nagyon halvány */
    font-weight: 400;

    pointer-events: none;
    white-space: nowrap;

    letter-spacing: 0;
    line-height: 1;
}

.testimonials_h2::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 15px;
    /* finom eltolás */
    transform: translateX(-50%);
    font-family: 'Dancing Script';
    font-size: var(--fejlec_szovegek);
    color: rgba(49, 49, 49, 0.08);
    /* nagyon halvány */
    font-weight: 400;

    pointer-events: none;
    white-space: nowrap;

    letter-spacing: 0;
    line-height: 1;
}

.featured-video p {
    color: rgba(152, 128, 67, 1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 87px;
    text-align: center;
    font-family: 'Mrs Saint Delafield';
    font-weight: 400;
    font-style: normal;
}

.films-section h3 {
    color: rgba(152, 128, 67, 1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 87px;
    text-align: center;
    font-family: 'Mrs Saint Delafield';
    font-weight: 400;
    font-style: normal;
}

.video-title {
    display: flex;
    justify-content: space-between;
    /* bal-jobb elosztás */
    align-items: center;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    border-bottom: rgba(66, 63, 56, 1);
}

.video-title .number {
    flex-shrink: 0;
    color: rgba(152, 128, 67, 1);
}

.video-title .names {
    text-align: right;
    flex-grow: 1;
    color: rgba(152, 128, 67, 1);
    padding-left: 10px;
    /* kis tér a szám után */
}

.swiper-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 10px;
}

.my-prev,
.my-next {
    width: 55px;
    /* nagyobb kör */
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    font-size: 32px;
    /* 🔥 EZ nagyítja a nyilat */
    font-weight: 300;

    /* ha akarsz háttérszínt */
    color: white;
    transition: 0.25s ease;
}

.my-prev:hover,
.my-next:hover {
    color: rgba(152, 128, 67, 1);
}

.my-prev::before {
    content: '\2190';
    /* ← */
}

.my-next::before {
    content: '\2192';
    /* → */
}

.miniSwiper .swiper-slide {
    width: 200px; /* fix, amekkora a thumbnail-ed */
}

.swiper-slide p {
    color: rgb(255, 255, 255);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 15px;
    text-align: right;
    font-family: 'Varela Round';
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid red;
}

.slide-info {
    display: flex;
    justify-content: space-between; /* egyik balra, másik jobbra */
    align-items: center;
    margin-top: 5px; /* opcionális, hogy ne tapadjon az img-hez */
    font-size: 0.9rem;
}

.slide-count {
    text-align: left;
}

.slide-title {
    text-align: right;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.video-card {
    position: relative;
    margin-bottom: 150px;
    width: 251px;
    height: 287px;
    opacity: 0.9;
    transition: 0.3s ease;
    margin: 0 auto;
}

.films-section .wrapper {
    padding-bottom: 40px;
}

.video-card img {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    object-fit: cover;
    display: block;

    filter: grayscale(1) contrast(1.15) brightness(1.05);
    transition: 0.3s ease;
}

.video-card img:hover {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    object-fit: cover;
    display: block;

    filter: grayscale(0) contrast(1) brightness(1);
    transition: 0.3s ease;
}

.video-card::after {
    content: '';
    position: absolute;
    top: 48%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23988043' viewBox='0 0 512 512'%3E%3Cpath d='M192 128l128 128-128 128'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.video-card:hover::after {
    content: '';
    position: absolute;
    top: 48%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    pointer-events: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 512 512'%3E%3Cpath d='M192 128l128 128-128 128'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.video-info {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    border-bottom: 1px solid #cbb99a;
}

.video-info .number {
    opacity: 0.7;
    color: #988043;
    line-height: 1.5;
    font-size: 18px;
    text-align: left;
    font-family: 'Lexend';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.video-info .title {
    opacity: 0.7;
    color: #988043;
    line-height: 1.5;
    font-size: 18px;
    text-align: right;
    font-family: 'Lexend';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.video-expander {
    background: #121312;
    width: 100%;
    opacity: 0;
    display: none;
}

#expander-wrapper.hidden {
    opacity: 0;
    pointer-events: none;
}

.video-expander-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px; /* akár 1200px */
    height: 500px; /* fix magasság */
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden; /* ha a kép túl nagy, ne nyomja a szöveget */
}

.video-card-expanded {
    position: relative;
    width: 100%;
    max-width: 1220px; /* a kép max szélessége */
}

.video-card-expanded {
    height: auto;
    overflow: hidden;
    transition:
        height 0.5s ease,
        opacity 0.5s ease;
    opacity: 1;
    padding-top: 50px;
    padding-bottom: 50px;
}

.video-expander.open {
    height: 500px; /* fix vagy auto + max-height trükk */
    opacity: 1;
    display: block;
}

.video-card-expanded img {
    width: 100%;
    height: auto;
    max-height: 100%; /* ne lógjon ki a 500px-es wrapperből */
    display: block;
    border-radius: 0px;
    object-fit: cover; /* megőrzi az arányt, nem nyújtja szét */
    box-shadow:
        0 3px 6px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
}

.video-expander-wrapper h2 {
    margin: 0 0 10px 0;
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
    color: rgba(152, 128, 67, 1);
    text-align: center;
    z-index: 2;
    color: rgba(152, 128, 67, 1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 87px;
    text-align: center;

    font-weight: 400;
    font-style: normal;
}

.video-expander-wrapper h2 {
    margin: 0 0 10px 0;
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
    color: rgba(152, 128, 67, 1);
    text-align: center;
    z-index: 2;
}

.video-card-expanded::after {
    content: '';
    position: absolute;
    top: 48%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    pointer-events: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 512 512'%3E%3Cpath d='M192 128l128 128-128 128'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.video-expander h2 {
    font-family: 'Dancing Script' !important;
    font-size: 65px !important;
    color: rgba(152, 128, 67, 1) !important;
    margin: 0;
    text-align: center;
}
/*
.testimonials {
    height: auto;
    background: url('parallax.jpg') center/cover no-repeat fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 50px;
}*/

.testimonials {
    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    padding: 80px 20px; /* Alul-felül tágas, hogy legyen hely a tartalomnak */

    width: 100%;

    box-sizing: border-box;

    /* Kivágjuk a hátteret, hogy ne lógjon rá más szekciókra */

    clip-path: inset(0 0 0 0);
}

.testimonials::before {
    content: '';

    position: fixed; /* Ez rögzíti a képet a képernyőhöz */

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-image: url('back1.webp');

    /*filter: grayscale(100%);*/ /* 100% = teljesen fekete-fehér */

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    z-index: -1;

    /* Megakadályozza a villogást görgetéskor */

    pointer-events: none;
}

/* Töröld vagy kommenteld ki a .testimonials::before részt teljesen! */

/* Responsiveness */
@media (max-width: 1000px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .video-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.testimonials-wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.slides {
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
    background-color: rgba(208, 198, 181, 1);
}

.slide.active {
    opacity: 1;
    position: relative; /* csak az aktív tart helyet */
}

.slide .meta {
    padding: 0 28px;
    height: 90%;

    display: flex;
    flex-direction: column;
    justify-content: center; /* középre teszi az egész tartalmat */
    position: relative;
}

.testimonials-texts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.meta {
    position: relative;
    padding-top: 70px; /* hely a nyilaknak */
    color: #988043;
}

.meta h3 {
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 600;
}

.meta .lead {
    color: rgba(22, 24, 23, 1);
    text-transform: none;
    font-size: 32px;
    text-align: center;
    font-family: 'Oranienbaum';
    font-weight: 400;
    font-style: normal;
}

.meta .quote {
    color: rgba(22, 24, 23, 1);
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    margin: 0 auto;
    width: 80%;
}

.nav-icons {
    position: absolute;
    top: 20px;
    right: 20px;

    display: flex;
    gap: 12px;
    z-index: 10;
    align-items: center;
    justify-content: center;
}

.nav-icons button {
    width: 42px;
    height: 42px;
    border-radius: 0;
    background: none;
    border: none;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: 0.25s ease;
}

.nav-icons button:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: scale(1.07);
}

.nav-icons svg {
    width: 18px;
    fill: #988043;
}

/* 🔄 Balra mutató ikon (prev) — SVG flip */
.prev-icon svg {
    transform: rotate(180deg);
}

.image-wrap {
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.controls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    display: flex;
    gap: 8px;
}
.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: inline-block;
    cursor: pointer;
}
.dot.active {
    background: #fff;
}
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    right: 18px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.nav button {
    pointer-events: all;
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    padding: 10px 12px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
}
@media (max-width: 880px) {
    .slide {
        grid-template-columns: 1fr;
        padding: 28px;
    }
    .image-wrap {
        height: 260px;
    }
}

.testimonials-names {
    color: rgba(22, 24, 23, 1);
    text-transform: none;
    letter-spacing: 0em;
    font-size: 44px;
    font-family: 'Mrs Saint Delafield';
    font-weight: 400;
    font-style: normal;
    text-align: center;
    rotate: -3deg;
}

.testimonials_h2 {
    color: rgba(152, 128, 67, 1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-size: var(--fejlec_szovegek);
    text-align: left;
    font-family: 'Oranienbaum';
    font-weight: 400;
    font-style: normal;
}

.quote-deco {
    position: absolute;
    font-size: 110px;
    font-weight: 700;
    color: #988043;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    z-index: 1;
    font-family: 'Dancing Script' !important;
}

.quote-start {
    top: 30px;
    left: 35px;
}

.quote-end {
    bottom: 30px;
    right: 35px;
}

.packages {
    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    background-color: #000;

    /* Ez vágja le a fix hátteret, hogy ne lógjon ki a szekcióból */

    clip-path: inset(0 0 0 0);

    padding: 80px 20px; /* Hogy a tartalom ne feszüljön a szélének */

    width: 100%;

    box-sizing: border-box;
}

.packages::before {
    content: '';

    position: fixed; /* A képernyőhöz rögzíti a képet */

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-image: url('back2.webp');

    /*filter: grayscale(100%);*/ /* 100% = teljesen fekete-fehér */

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    z-index: -1; /* A tartalom mögé kerül */

    pointer-events: none; /* Ne zavarja a kattintásokat */

    /* Apple eszközöknek segít a simább megjelenítésben */

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    will-change: transform;
}

/* Mobilos elrendezés */
@media (max-width: 768px) {
    .packages-plus-container {
        display: none;
    }

    .package-item {
        display: flex;
        flex-direction: column; /* Egymás alá kerül a gomb és a lenyíló szöveg */
        width: 100%;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .package-btn {
        width: 100%;
        text-align: left;
    }

    /* A szöveges konténer stílusa, amikor a gomb alatt van */
    .package-item .packages-plus-container {
        padding: 15px 0;
        border-top: 2px solid #988043;
        margin-top: 5px;
        width: 100% !important;
    }

    .package-item svg {
        margin-left: 0px !important;
        margin-top: 25px !important;
    }
}

/* Biztosítjuk, hogy a tartalom (kártyák, szöveg) látható legyen */
.packages > * {
    position: relative;
    z-index: 2;
}
.packages h2 {
    position: relative;
    color: rgba(152, 128, 67, 1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-size: var(--fejlec_szovegek);
    text-align: center;
    font-family: 'Oranienbaum';
    font-weight: 400;
    margin: 0 !important;
    padding: 50px 0;
}

.packages-container {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.package {
    flex: 1 1 300px;
    background: #d0c6b5;
    margin: 20px;
    border-radius: 0px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
}

.package h3 {
    color: rgba(152, 128, 67, 1);
    text-transform: none;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-size: 35px;
    font-family: 'Oranienbaum';
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

.package .highlight {
    color: #d18c77;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
    text-align: center;
}

.package-body ul {
    list-style: none; /* eltüntetjük a sima pontot */
    padding: 0px 30px; /* hely az ikonoknak */
}

.package-body ul li {
    position: relative;
    margin-bottom: 10px;
}

li::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #d18c77; /* szín */
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M186.301 339.893L96 249.461l-32 30.507L186.301 402 448 140.506 416 110"/></svg>') no-repeat center / contain;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M186.301 339.893L96 249.461l-32 30.507L186.301 402 448 140.506 416 110"/></svg>') no-repeat center / contain;
    margin-right: 0.5em;
}

.package ul li {
    margin-bottom: 6px;
    color: rgba(22, 24, 23, 1);
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: left;
    font-family: 'Lexend';
    font-weight: 300;
    font-style: normal;
}

.package-header {
    background: #000; /* fekete */
    color: #fff;
    padding: 16px 20px;
}

.packages-plus {
    margin-top: 40px;
    text-align: center;
    padding-bottom: 50px;
}

.package-item {
    display: flex;
    align-items: center;
    gap: 10px;
    /* SVG és gomb között */
    margin-bottom: 10px;
    border: 2px solid rgba(152, 128, 67, 1);
}

.package-item svg {
    width: 20px;
    height: 20px;
    fill: rgba(152, 128, 67, 1);
    /* szín */
    cursor: pointer;
    /* kattintható */
    margin-left: 25px;
}

.package-plus-wrapper {
    display: flex;
    width: 100%;
    gap: 25px;
    align-items: stretch;
}

.packages-plus-container-wrapper {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;

    justify-content: center;
    height: 100%;
}

.packages-plus-container {
    background-color: #d0c6b5;
    width: 70%;
}

.packages-plus-container h3 {
    color: rgba(152, 128, 67, 1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 87px;
    margin: 0;
    font-family: 'Mrs Saint Delafield';
    font-weight: 400;
    font-style: normal;
    text-align: left;
}

.packages-plus-container p {
    color: rgba(22, 24, 23, 1);
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: 16px;
    text-align: left;
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
}

.packages-buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;

    width: 30%;
}

.package-btn {
    cursor: pointer;
    border: none;
    /* nincs keret */
    outline: none;
    /* nincs kattintáskor körvonal */
    background-color: rgba(0, 0, 0, 0);
    height: 60px;
    width: 100%;
    color: rgba(152, 128, 67, 1);
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 18px;
    text-align: center;
    font-family: 'Lexend';
    font-weight: 400;
    font-style: normal;
}

.packages-plus {
    width: 100%;
    max-width: 1440px;
}

.hidden-hp {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

.contact-form-section {
    display: flex;
    justify-content: center;
    padding: 50px 20px;

    /* Háttér fixálása, hogy ne ismétlődjön és kitöltse a teret */
    background-image: url('form.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* A te betűtípusod */
    font-family: 'Great Vibes', cursive;

    /* Biztosítjuk, hogy ne lógjon ki semmi jobbra */
    box-sizing: border-box;
    width: 100%;
}

.border-group {
    border: 2px solid #000000ff;
    padding: 25px;
}

.invite-form {
    background: #fff4ee;
    box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 0;
    padding: 40px 30px;
    max-width: 880px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-image: url('grunge.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.invite-form h2 {
    font-size: var(--fejlec_szovegek_kisebb);
    margin-bottom: 10px;
    color: #000000ff;
    font-family: var(--fancy_szoveg);
}

.invite-form p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #181818ff;

    color: rgba(22, 24, 23, 1);
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: center;
    font-family: 'Lexend';
    font-weight: 300;
    font-style: normal;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #0f0500ff;
    font-size: 28px;
    display: none;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #000000ff;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    outline: none;
    transition: border 0.3s;
    background: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #000000ff;
}

textarea {
    min-height: 100px;
    resize: vertical;
}

.form_btn {
    display: inline-block;
    padding: 12px 28px;
    margin-top: 30px;
    text-transform: none;
    color: #0b0b0b;
    background-color: rgba(152, 128, 67, 1);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: center;
    font-family: 'Lexend';
    font-weight: 400;
    font-style: normal;
}

.gdpr-banner {
    position: fixed;
    bottom: 0px;

    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 20px 25px;
    border-radius: 0px;
    z-index: 2147483002;
    display: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
}

.gdpr-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gdpr-banner p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
}

.gdpr-banner button {
    align-self: center;
    background: rgba(152, 128, 67, 1);
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    color: #000;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s;
}

.gdpr-banner button:hover {
    background: rgba(172, 150, 87, 1);
}

/* Grid a többi videónak */
.video-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.video-item {
    width: 220px;
    text-align: center;
}

.video-item img {
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s;
}

.video-item img:hover {
    transform: scale(1.05);
}

.video-item p {
    margin-top: 5px;
    font-size: 14px;
}

.featured-video {
    text-align: center;
    margin-bottom: 0px;
}

.featured-video img {
    width: 100%;
    border-radius: 0px;
    cursor: pointer;
}

.featured-video p {
    margin-top: 10px;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 0px;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s;
}

.swiper-slide img:hover {
    transform: scale(1.05);
}

.swiper-slide p {
    margin-top: 5px;
    font-size: 14px;
}

.site-legal {
    padding: 20px 0;
    background-color: rgba(15, 16, 15, 1);
    font-family: inherit;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: center;
    font-family: 'Lexend';
    font-weight: 400;
    font-style: normal;
    border-top: 3px solid #988043;
}

.legal-inner {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

.legal-item {
    flex: 1;
    display: flex;
    justify-content: center;
}

.legal-item h3 {
    text-decoration: none !important;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: center;
    font-family: 'Lexend';
    font-weight: 400;
    font-style: normal;

    color: rgba(66, 63, 56, 1);
    letter-spacing: 0.1em;
    font-size: 12px;
}

.legal-item a {
    text-decoration: none !important;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: center;
    font-family: 'Lexend';
    font-weight: 400;
    font-style: normal;

    color: rgba(66, 63, 56, 1);
    letter-spacing: 0.1em;
    font-size: 12px;
}

.legal-item h3:hover,
.legal-item a:hover {
    color: #988043;
}

a {
    text-decoration: none !important;
}

@media (max-width: 700px) {
    .legal-inner {
        flex-direction: column;
        gap: 10px;
    }
}

.flatpickr-wrapper {
    width: 100% !important;
}

/* Modal alapstílus */
/* Modal háttér */
.hdp-fullscreen-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

/* Sötét blurös overlay */
.modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
}

/* Belső tartalom görgethető konténere */
.modal-inner {
    position: relative;
    z-index: 10001;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 80px 0;
}

/* X gomb */
.close-modal {
    position: fixed;
    top: 20px;
    right: 40px;
    font-size: 60px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s;
}

.close-modal:hover {
    color: rgba(152, 128, 67, 1);
}

/* Fix a grid-nek a modalon belül */
.hdp-fullscreen-modal .video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

/* Erőből a modal elé toljuk a Lity minden elemét */
.lity,
.lity-backdrop,
.lity-wrap {
    z-index: 999999 !important;
}

.lity {
    background: #000 !important;
}

.hdp-fullscreen-modal .video-card {
    padding-bottom: 40px;
}

.hdp-fullscreen-modal h2 {
    position: relative;
    color: rgba(152, 128, 67, 1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-size: var(--fejlec_szovegek);
    text-align: center;
    font-family: 'Oranienbaum';
    font-weight: 400;
    margin: 0 !important;
    padding: 50px 0;
}

html {
    scroll-behavior: smooth; /* Lassú, úszó görgetés */
    scroll-padding-top: 80px; /* Ide írd a menüd pontos magasságát pixelben */
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.flatpickr-wrapper {
    font-family: 'Lexend' !important;
}

#form-msg {
    font-family: 'Lexend';
    font-size: 16px !important;
}

/* Egyedi azonosító a láblécnek az ütközések elkerülésére */
#colophon.site-footer {
    background-color: #000; /* Teljes sötét háttér a felső résznek is */
    color: #fff;
}

/* Felső információs rész */
.main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 60px 5%;
    gap: 40px;
    box-sizing: border-box;
}

.main-content .box {
    flex: 1;
    min-width: 280px;
}

.main-content h2 {
    color: #988043; /* Arany címek */
    font-family: 'Lexend', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.main-content .content {
    color: rgba(255, 255, 255, 0.7); /* Halványabb fehér a szövegnek */
    font-family: 'Lexend', sans-serif;
    line-height: 1.8;
}

/* Alsó jogi sáv - Az általad küldött stílus alapján */
.site-legal {
    padding: 30px 0;
    background-color: rgba(15, 16, 15, 1);
    border-top: 3px solid #988043;
    font-family: 'Lexend', sans-serif;
}

.legal-inner {
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

.legal-item {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Szövegek és linkek stílusa a jogi sávban */
.legal-item h3,
.legal-item a {
    text-decoration: none !important;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    color: rgba(120, 115, 105, 1); /* Világosítottam rajta kicsit, hogy olvashatóbb legyen a feketén */
    transition: all 0.3s ease;
    margin: 0;
}

.legal-item a:hover,
.legal-item h3:hover {
    color: #988043; /* Arany hover */
}

/* Ikonok színe a felső részben */
.social a svg,
.place svg,
.phone svg,
.email svg {
    color: #988043;
    width: 16px;
    margin-right: 12px;
}

/* Minden sor, ahol ikon és szöveg van */
.social,
.place,
.phone,
.email {
    display: flex; /* Rugalmas elrendezés */
    align-items: center; /* Függőlegesen középre zárja az ikont és a szöveget */
    gap: 12px; /* Fix távolság az ikon és a szöveg között */
    margin-bottom: 10px; /* Sorok közötti távolság */
}

/* Az SVG ikonok fixálása */
.site-footer svg {
    display: block; /* Megszünteti a szöveges elemként való viselkedést */
    flex-shrink: 0; /* Ne nyomódjon össze az ikon */
    width: 16px; /* Egységes szélesség */
    height: auto;
    fill: currentColor; /* Hogy örökölje a színt */
}

/* Ha a szöveg linkben van, az is maradjon egy vonalban */
.social a,
.phone a,
.email a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* Mobilnézet */
@media (max-width: 850px) {
    .legal-inner {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .main-content {
        padding: 40px 20px;
    }

    .right.box {
        text-align: center !important;
    }
}

.hdp-social-icons {
    display: flex;
    justify-content: flex-start; /* Balra igazítva, mivel a szöveg is az */
    gap: 20px; /* Távolság az ikonok között */
    margin-top: 25px; /* Távolság az utolsó bekezdéstől */
}

.hdp-social-icons a {
    color: #eeeeee; /* Alapszín (a szöveged színe) */
    transition:
        color 0.3s ease,
        transform 0.2s ease;
}

.hdp-social-icons a:hover {
    color: #988043; /* Hover esetén arany */
    transform: translateY(-3px); /* Kicsit megemelkedik */
}

.hdp-social-icons svg {
    width: 22px; /* Egységes méret */
    height: 22px;
    display: block;
}

/* Mobilon középre igazítva, ha a szöveg is középre kerülne */
@media (max-width: 768px) {
    .hdp-social-icons {
        justify-content: left;
    }
}

/* Alapértelmezetten a mobil videó rejtve van */
.mobile-video {
    display: none;
}

/* 768px alatt (mobilon) asztali elrejt, mobil megmutat */
@media (max-width: 768px) {
    .desktop-video {
        display: none;
    }
    .mobile-video {
        display: block;
    }
}

/* Asztali gépen fordítva */
@media (min-width: 769px) {
    .desktop-video {
        display: block;
    }
    .mobile-video {
        display: none;
    }
}

.main-content .content {
    color: rgba(255, 255, 255, 0.7) !important;
}

.social a,
.phone a,
.email a {
    color: rgba(255, 255, 255, 0.7) !important;
}

[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

/* Minden olyan linket megcéloz, ami telefonszámra mutat */
a[href^='tel'] {
    color: inherit !important;
    text-decoration: none !important;
}
