
/*Moon video*/
#heroVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.hero-content-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; 
    z-index: 10;
    pointer-events: none;
}
.hero-inner {
    width: 100%;
    text-align: left; 
    pointer-events: auto;
}

.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

#scroll-content {
    position: relative;
    z-index: 5; 
    background-color: #121212; 
}


/**/
.moon-maintenance-notification {
    width: 100%;
    background: rgba(247, 129, 83, 0.05); 
    border: 1px solid rgba(247, 129, 83, 0.2); 
    border-radius: 4px; 
    padding: 15px 0;
    margin-bottom: 40px; 
}
.moon-maintenance-notification p {
    color: #f78153; 
    margin: 0;
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}

.project-subtitle {
    font-size: 16px !important; 
    text-transform: uppercase !important; 
    letter-spacing: 6px !important; 
    color: #fff !important; 
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    text-shadow: 
        0px 4px 10px rgba(0, 0, 0, 0.9), 
        0px 0px 30px rgba(0, 0, 0, 0.5);
}
.project-title {
    font-size: clamp(42px, 8vw, 84px) !important; 
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 15px !important; 
    color: #fff !important;
    line-height: 1 !important;
    text-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.8), 
        0px 0px 60px rgba(0, 0, 0, 0.4),
        0px 0px 100px rgba(0, 0, 0, 0.2);
    margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
    .project-title {
        font-size: 32px !important;
        letter-spacing: 6px !important;
    }
}

.notification-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.notification-text-limit {
    max-width: 500px;
    margin: 0;
}

@media (min-width: 768px) {
    .notification-inner {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: left !important;
        gap: 50px; 
    }
}

@media (max-width: 767px) {
    .notification-inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
    .notification-text-limit {
        margin-bottom: 20px !important;
    }
}

.info-icon {
    background: #f78153;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.subpage-hero {
    height: 450px !important;
    position: relative !important;
    display: block !important;
    width: 100% !important;
    overflow: hidden !important; 
    background: #000; 
}

.subpage-hero-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; 
    z-index: 0 !important;
    will-change: transform;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    backface-visibility: hidden;
}

.hero-surroundings .subpage-hero-bg {
    filter: blur(2px);
    transform: scale(1.05) translate3d(0,0,0);
}

.hero-guide .subpage-hero-bg {
    filter: blur(2px);
    object-position: center 50% !important; 
}

.hero-surroundings .subpage-hero-bg {
    object-position: center 50% !important;
}

.subpage-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    z-index: 1; 
    pointer-events: none;
}

.subpage-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hero-bottom-view .subpage-hero-bg {
    object-position: center 90% !important; 
}

.home-moon-container {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.home-moon-img {
    width: 100%;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    filter: brightness(0.8) contrast(1.1);
}

.home-moon-container:hover .home-moon-img {
    transform: scale(1.05);
    filter: brightness(1);
}

.home-moon-container::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    box-shadow: inset 0 0 30px rgba(42, 195, 211, 0.2);
    pointer-events: none;
}

.project-description strong {
    color: #fff;
    font-weight: 600;
}
.client-box-huge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px; 
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s ease;
    overflow: hidden;
}

.client-box-huge img {
    max-width: 200px; 
    width: 80%; 
    height: auto;
    padding: 10px;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: 0.5s ease;
}

/* A szélesebb logó */
.col-md-8 .client-box-huge img {
    max-width: 350px;
    width: 90%;
}

.client-box-huge:hover {
    border-color: #2ac3d3 !important;
    transform: translateY(-5px);
}

.client-box-huge:hover img {
    opacity: 1;
    filter: grayscale(0%);
}

/* MOBIL JAVITAS */
@media (max-width: 768px) {
    .client-box-huge {
        height: 220px; 
        margin-bottom: 30px;     
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .client-box-huge img, 
    .col-md-8 .client-box-huge img {
        height: auto !important;
        max-height: 100% !important; 
        width: auto !important;
        max-width: 90% !important;
        object-fit: contain !important;
        opacity: 1;
    }
    .moon-maintenance-notification p {
        font-size: 15px !important;
    }
    .eclipse-notice-img {
        max-width: 180px; 
    }
}


.menu-bar, header { 
    z-index: 1000 !important; 
}

header {
    width: 100vw;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    transition: background-color 0.4s ease;
}

header .logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 140px 50px 30px 50px !important; 
    transition: padding 0.4s ease;
}

header .logo-container #logo img {
    height: 150px !important; 
    width: auto;
    transition: height 0.4s ease;
}

.nav-scrolled header {
    background-color: rgba(0, 0, 0, 0.9) !important;
    height: auto !important; 
    min-height: 0 !important; 
}

.nav-scrolled header .logo-container {
    padding: 10px 50px !important; 
    height: auto !important;     
    min-height: 0 !important;    
}

.nav-scrolled header .logo-container #logo img {
    height: 60px !important;     
    margin: 0 !important;        
}

@media screen and (max-width: 768px) {
    header .logo-container {
        padding: 15px 20px 10px 20px !important;
        transition: padding 0.4s ease-in-out !important;
    }

    header .logo-container #logo img {
        height: 70px !important; 
        width: auto;
    }

    .nav-scrolled header .logo-container {
        padding: 5px 20px !important;
    }

    .nav-scrolled header .logo-container #logo img {
        height: 50px !important;
    }
    
}

.active {
    color: #2ac3d3 !important;
}


.info-email {
    color: #f78153 !important;
    font-weight: bold;
}

.menu-link:hover {
    color: #f78153 !important;
    padding-left: 20px; 
    transition: all 0.4s ease;
}
.menu-link:not(.active):hover::after, 
.cursor-link:not(.active):hover::after {
    display: block; 
}
.cursor-link.active {
    pointer-events: none; 
    cursor: default;
}

/* vonalka */
.menu-link::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background: #f78153;
    transition: width 0.3s;
}

.menu-link:hover::before {
    width: 20px;
}

.info-email:hover, .info-tel:hover {
    color: #2ac3d3 !important; 
}

.sm-links li a {
    color: #2ac3d3 !important; 
    font-size: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.sm-links li a:hover {
    color: #f78153 !important; 
    transform: translateY(-5px);
}
.menu-burger,
.burger-wrap,
.nav-icon {
    margin-right: 40px !important;
    position: relative !important;
}

.logo-container {
    position: relative;
    z-index: 9999 !important; 
}

.logo-container a {
    display: inline-block;
    pointer-events: auto !important; 
    cursor: pointer !important;
}


.project-image {
    position: relative;
    height: 90vh;
    overflow: hidden;
    margin-top: 50px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-image--full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 30%;
    filter: brightness(0.6) contrast(1.1);
    z-index: 1;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 40%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}

.cta-container {
    position: relative;
    width: 90%;
    max-width: 1400px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 3;
    text-align: center;
}

.cta-item {
    flex: 1;
    padding: 0 40px;
}

.cta-title {
    color: #fff; 
    font-size: 42px !important; 
    font-weight: 200; 
    letter-spacing: 8px !important; 
    margin-bottom: 20px; 
    text-transform: uppercase;
    text-shadow: 0 4px 20px rgba(0,0,0,0.8);
}

.cta-text {
    color: rgba(255,255,255,0.8) !important; 
    font-size: 15px !important; 
    letter-spacing: 2px; 
    margin-bottom: 40px; 
    line-height: 1.8;
}

.modern-cta-link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 4px;
    padding: 18px 45px; 
    border: 1px solid rgba(255,255,255,0.3);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-transform: uppercase;
    background: transparent;
}

.modern-cta-link:hover {
    background: #dbdbdb; 
    color: #000 !important;
    border-color: #2ac3d3;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 30px rgba(42, 195, 211, 0.3);
}

@media screen and (max-width: 768px) {
    .project-image {
        height: auto;
        padding: 80px 0;
    }

    .cta-container {
        flex-direction: column;
        gap: 60px;
    }

    .cta-item {
        padding: 0 20px;
    }

    .cta-title {
        font-size: 28px !important;
        letter-spacing: 4px !important;
    }
}

/* Eating on the Moon Szekció */
.eating-header {
    border-left: 4px solid #f78153;
    padding-left: 30px;
}

.eating-subtitle {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
    color: #f78153;
    font-weight: 600;
    display: block;
}

/**/
.eating-title {
    font-size: 64px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.1;
    color: #fff;
}

.category-title {
    color: #f78153;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
}

.eating-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.8;
}

/* Éttterem Link Stílus */
.restaurant-link {
    color: #2ac3d3 !important;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px dashed rgba(42, 195, 211, 0.3);
}

.restaurant-link:hover {
    color: #f78153 !important;
    border-bottom-color: #f78153;
    text-decoration: none;
}

/* Mobil igazítások */
@media screen and (max-width: 768px) {
    .eating-title {
        font-size: 42px;
    }
    .category-title {
        margin-bottom: 15px;
    }
}



.moon-divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(42, 195, 211, 0.2) 50%, rgba(255,255,255,0.05) 100%);
    margin: 40px 0;
}

.moon-glow-img {
    width: 130px; 
    height: 130px; 
    object-fit: cover; 
    opacity: 0.8;
    border: 2px solid rgba(168, 85, 247, 0.3); 
    box-shadow: 0 0 20px rgba(42, 195, 211, 0.2); /* Kek aura */
    transition: all 0.5s ease;
}

strong {
    font-weight: 500;
    letter-spacing: 0.5px;
}
/* ---BEYOND THE MOON RESZ JAVITAS--- */

.section-intro-header {
    margin-bottom: 80px; 
}
.header-divider {
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2ac3d3 20%, #f78153 50%, #2ac3d3 80%, transparent);
    margin: 40px auto !important;
    display: block;
}

.main-title {
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 200;
    color: #fff;
    margin-bottom: 10px;
}

.sub-title-italic {
    font-family: serif;
    font-style: italic;
    color: #2ac3d3;
    opacity: 0.8;
    letter-spacing: 1px;
}

.mb-100 {
    margin-bottom: 80px !important; 
}

.section {
    padding-bottom: 80px !important; 
}

.surroundings-section .row > [class*='col-'] {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.service-item {
    display: flex; 
    align-items: flex-start; 
    gap: 25px; 
    padding: 40px; 
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.4s ease;
    margin-bottom: 10px;
}

.service-item .icon {
    flex-shrink: 0;
    width: 45px; 
    display: flex;
    justify-content: center; 
    margin-top: 3px; 
}

.service-item .icon i {
    color: #2ac3d3; 
    font-size: 28px;
    filter: drop-shadow(0 0 8px rgba(42, 195, 211, 0.3));
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.service-item:hover {
    border-color: rgba(42, 195, 211, 0.4);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-8px); 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.service-item:hover .icon i {
    color: #f78153; 
    filter: drop-shadow(0 0 15px rgba(247, 129, 83, 0.6));
    transform: scale(1.1);
}

.service-item .content h6 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px; 
    margin-bottom: 18px;
    font-weight: 600;
    margin-top: 0; 
}

.service-item .content p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.7; 
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .surroundings-section .row > [class*='col-'] {
        margin-bottom: 15px !important;
    }
}

.service-item .content p strong {
    color: #a855f7; 
    font-weight: 500;
}

.moon-timeline-container.wide-version {
    width: 90%;
    max-width: 1400px;
    margin: 100px auto; 
    text-align: center;
    position: relative;
}

.moon-timeline-container.wide-version .moon-timeline {
    position: relative;
    display: flex;
    align-items: center;
    height: 3px;
    background: linear-gradient(90deg, 
        rgba(42, 195, 211, 0.1) 0%, 
        rgba(42, 195, 211, 0.8) 25%, 
        rgba(168, 85, 247, 0.8) 75%, 
        rgba(168, 85, 247, 0.1) 100%);
    box-shadow: 0 0 15px rgba(42, 195, 211, 0.3);
    margin-bottom: 30px; 
}

.moon-timeline-container.wide-version .moon-indicator {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #a855f7;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 5;
    box-shadow: 0 0 10px #fff, 0 0 20px #a855f7, 0 0 30px #2ac3d3;
    transition: left 0.5s ease;
    transform: translateX(-50%);
    top: 50%;
    margin-top: -10px; 
}

/* Fázis feliratok (NEW MOON, stb.) */
.moon-timeline-container.wide-version .moon-phases-icons {
    position: absolute;
    width: 100%;
    top: -40px; 
    left: 0;
    display: flex;
    justify-content: space-between;
}

.moon-phases-icons span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
}

/* Segédosztályok a pontos elosztáshoz */
.moon-phases-icons span:nth-child(1) { position: absolute; left: 0; }
.moon-phases-icons span:nth-child(2) { position: absolute; left: 25%; transform: translateX(-50%); }
.moon-phases-icons span:nth-child(3) { position: absolute; left: 50%; transform: translateX(-50%); }
.moon-phases-icons span:nth-child(4) { position: absolute; left: 75%; transform: translateX(-50%); }
.moon-phases-icons span:nth-child(5) { position: absolute; right: 0; }

/* Alsó fázis szöveg (pl. Full Moon — 100%) */
.moon-timeline-container.wide-version #moon-status-text {
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 200;
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    /* Konténer igazítása */
    .moon-timeline-container.wide-version {
        display: flex !important;
        flex-direction: column-reverse !important; /* Megfordítja a sorrendet */
        align-items: center !important;
        justify-content: center !important;
        height: auto !important;
        min-height: 150px !important;
        padding: 20px 0 !important;
        margin: 20px auto !important;
    }

    /* A vízszintes fázisneveket végleg eltüntetjük */
    .moon-phases-icons {
        display: none !important;
    }

    /* A csúszka szélessége és helyzete */
    .moon-timeline {
        width: 100% !important;
        margin-top: 10px !important; /* Kicsi hely az indikátornak */
        margin-bottom: 0 !important;
    }

    /* A státusz szöveg (pl. WANING GIBBOUS) a csík FELETT */
    #moon-status-text {
        display: block !important;
        position: relative !important;
        margin-bottom: 15px !important; /* Távolság a csíkhoz képest */
        margin-top: 0 !important;
        font-size: 13px !important;
        color: #2ac3d3 !important;
        letter-spacing: 2px !important;
        text-align: center !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/*details javitott resz*/
.project-services {
    margin: 0;
    padding: 20px 15px;
}

.details-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.details-list li {
    display: block; 
    margin-bottom: 10px;
    color: #ccc;
    font-size: 13px;
}

.details-list li span {
    color: #2ac3d3;
    font-weight: 600;
    display: block; 
}

.project-description-wrapper {
    padding-left: 0; 
    border-left: none;
}

@media (min-width: 768px) {
    .project-services {
        margin-top: 80px;
    }

    .details-list li {
        display: flex; 
        gap: 10px;
    }

    .details-list li span {
        display: inline-block;
        min-width: 80px;
    }

    .project-description-wrapper {
        padding-left: 60px; 
        border-left: 1px solid rgba(255,255,255,0.05);
    }
    

}

@media screen and (max-width: 768px) {
    header .logo-container {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        padding: 15px 35px 10px 20px !important; 
        box-sizing: border-box !important;
    }

    .menu-burger {
        margin-right: 0 !important; 
        margin-left: auto !important;
        display: flex !important;
        align-items: center !important;
        flex: 0 0 auto !important;
    }

    .burger-wrap {
        margin-right: 0 !important; 
    }

    .burger-text {
        margin-left: 12px !important;
    }
}

.hero-bg-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to bottom, 
                rgba(0,0,0,0.2) 0%, 
                rgba(0,0,0,0) 50%, 
                rgba(0,0,0,1) 100%) !important;
    z-index: 1 !important; 
    pointer-events: none !important;
}

#heroVideo {
    z-index: -2 !important;
}

.hero-content-fixed {
    z-index: 10 !important;
}

/*have to photo insta rész*/
.social-showcase {
    background: transparent;
}

.insta-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #1a1a1a; 
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.4s ease, border-color 0.4s ease;
}

.insta-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.insta-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(255, 94, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.insta-overlay i {
    color: white;
    font-size: 2.5rem;
}

/* Interakciók */
.insta-link:hover .insta-box {
    transform: translateY(-10px);
    border-color: #f78153;
}

.insta-link:hover .insta-overlay {
    opacity: 1;
}

.insta-link:hover img {
    transform: scale(1.1);
}

.eating-text {
    line-height: 1.8;
    color: rgba(255,255,255,0.8);
}

/* --- ÚJ SEGÉDOSZTÁLYOK :) --- */

/* Térközök */
.mt-40 { margin-top: 40px !important; }
.mb-40 { margin-bottom: 40px !important; }
.my-40 { margin-top: 40px !important; margin-bottom: 40px !important; }
.p-25 { padding: 25px !important; }

/* Kiemelt blokk (Narancs VONALLAL) */
.orange-line-block {
    margin: 40px 0;
    padding: 25px;
    border-left: 3px solid #f78153;
    background: rgba(247, 129, 83, 0.03);
}

.text-white { color: #ffffff !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.full-width { width: 100% !important; }
.d-block { display: block !important; }
.d-flex { display: flex !important; }

/*FOOTER*/
.main-footer {
    padding: 60px 0 !important;
    background: #000000 !important;
    position: relative !important;
    border-top: 1px solid rgba(255,255,255,0.05) !important;
    width: 100% !important;
}

.footer-gradient-line {
    position: absolute !important;
    top: -1px !important;
    left: 0 !important;
    width: 100% !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, #2ac3d3, #f78153, #a855f7, transparent) !important;
    z-index: 2 !important;
}

.copyright-text p {
    color: rgba(255,255,255,0.4) !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin: 0 !important;
}

.copyright-tagline {
    margin-left: 20px !important;
    color: #2ac3d3 !important;
    opacity: 0.8 !important;
    font-weight: 600 !important;
}

.back-to-top-trigger {
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.back-to-top-text {
    font-size: 10px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    opacity: 0.7 !important;
}
/*HEADER*/
.contact-label {
    color: #2ac3d3 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    display: block !important;
    margin-bottom: 20px !important; 
}

.info-email {
    display: inline-block !important;
    margin-bottom: 10px !important;
}
/*MODAL*/
.modal-dark-content {
    background-color: #111 !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important; 
}

.modal-dark-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 20px 30px !important;
}

.modal-title {
    font-weight: 200 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}

.modal-close-white {
    color: #fff !important;
    text-shadow: none !important;
    opacity: 0.5;
}

.modal-close-white:hover {
    opacity: 1;
}

.modal-body-content h3 {
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
    color: #fff !important;
}

.modal-body-content p {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

.modal-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin: 25px 0 !important;
}

.modal-social-link {
    color: #fff !important;
    font-size: 24px !important;
    margin-right: 20px !important;
    transition: all 0.3s ease !important;
}

.modal-social-link:hover {
    color: #2ac3d3 !important;
    opacity: 0.7;
}

.modal-logo-img {
    max-width: 280px; 
    width: 100%;
    height: auto;
    filter: brightness(1.1); 
}
/*INDEX*/
.eclipse-notice-img {
    max-width: 480px; 
    margin-top: 10px !important;
}
.project-map-img {
    width: 100% !important;
    border-radius: 4px !important;
    box-shadow: 0 0 20px rgba(42, 195, 211, 0.2) !important;
}

.info-box-blue {
    margin-top: 25px !important;
    padding: 15px !important;
    background: rgba(42, 195, 211, 0.05) !important;
    border-left: 2px solid #2ac3d3 !important;
    font-size: 18px !important;
    color: #aaa !important;
    line-height: 1.5 !important;
}

.title-decoration-line {
    display: inline-block;
    height: 1px;
    width: 60px;
    background: linear-gradient(90deg, #f78153, transparent);
    vertical-align: middle;
    margin-left: 10px;
}


.promo-box-purple {
    margin-top: 50px !important;
    margin-bottom: 120px !important;
    padding: 30px !important;
    border: 1px dashed rgba(168, 85, 247, 0.4) !important;
    border-radius: 8px !important;
    background: linear-gradient(145deg, rgba(168, 85, 247, 0.05), transparent) !important;
}

.promo-box-purple p {
    margin: 0 !important;
    font-style: italic !important;
    color: #fff !important;
}

.text-cyan-bold { color: #2ac3d3 !important; font-weight: 600 !important; }
.text-cyan { color: #2ac3d3 !important; }
.text-orange-glow { color: #f78153 !important; }
.text-white-purple-under { color: #fff !important; border-bottom: 1px solid #a855f7 !important; }

/*partnerek */
.partners-section {
    background: #1a1a1a !important;
    padding: 120px 0 !important;
}
.partners-title {
    letter-spacing: 5px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    margin-bottom: 0 !important;
}
.title-separator-cyan {
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #2ac3d3, transparent);
    margin: 20px auto;
}
.mt-20 { margin-top: 20px !important; }

/*PHOTO OLDAL*/
.photo-section-spacing {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
}
.pb-100 { padding-bottom: 100px !important; }
.text-left { text-align: left !important; }
.mistake-text {
    font-size: 13px !important;
    line-height: 1.6 !important;
}
.pl-45 { padding-left: 45px !important; }
.pb-120 { padding-bottom: 120px !important; }

.magic-share-title {
    color: #f78153 !important;
    letter-spacing: 4px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}
.h-70vh { height: 70vh !important; }

.cta-text-width {
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
}
@media (min-width: 992px) {
    .align-top {
        margin-top: 0 !important;
        padding-top: 0 !important;
        display: flex;
    }

    .details-title.align-top {
        flex-direction: column;
        align-items: flex-start; 
        margin-bottom: 40px !important;
    }

    .visit-title.align-top {
        flex-direction: row;
        align-items: center;
        margin-bottom: 25px !important; 
    }
    .title-decoration-line {
        display: block;
        width: 50px;      
        height: 2px;       
        background-color: #000; 
        margin-top: 10px;  
    }

    .title-decoration-line-sub {
        width: 60px;
        margin-top: 10px;
        margin-left: 0; 
        display: block;
        height: 1px;
        background: linear-gradient(to right, #f78153, rgba(42, 195, 211, 0));
        background: linear-gradient(to right, #2ac3d3, rgba(42, 195, 211, 0));
    }

    .title-decoration-line {
        width: 150px;
        margin-left: 20px;
    }
}
@media (max-width: 991px) {
    .title-decoration-line-sub {
        display: block !important; 
        width: 100px;              
        height: 1px;
        background: linear-gradient(to right, #2ac3d3, rgba(42, 195, 211, 0));
        margin-top: 10px;
        margin-left: 0;            
    }
    .details-title.align-top {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        margin-bottom: 10px !important;
    }
}
strong {
    font-weight: 800; 
}

header {
    display: flex !important;
    justify-content: space-between !important; 
    align-items: center !important;
    padding: 20px 40px !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000; 
}

.header-controls {
    display: flex !important;
    align-items: center !important;
    gap: 30px; 
    z-index: 2001;
    pointer-events: auto !important; 
}

.language-selector {
    display: flex;
    align-items: center;
    gap: 10px;
}

.language-selector a {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer !important;
    pointer-events: auto !important;
    transition: color 0.3s ease;
}

.language-selector a:hover {
    color: #00ffff !important;
}

.language-selector a.active {
    color: #00ffff !important;
    text-decoration: underline !important;
    pointer-events: none; 
}

.language-selector .separator {
    color: #fff;
    opacity: 0.5;
}

.menu-burger {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    cursor: pointer;
}
.menu-lang-selector {
    margin-top: 40px; 
    display: flex;
    gap: 30px;
    align-items: center;
    width: 100%;
}

.menu-lang-selector a {
    font-size: 18px !important; 
    opacity: 0.7;
}

.menu-lang-selector a.active {
    opacity: 1;
    color: #00ffff !important;
    text-decoration: underline;
}

.menu-lang-selector .separator {
    color: #fff;
    opacity: 0.3;
}
body:has(#menu-overlay.active) .header-controls .language-selector {
    opacity: 0 !important;
    pointer-events: none !important;
}


@media only screen and (max-width: 480px) {
    header {
        padding: 15px 20px !important; 
    }
    .header-controls {
        gap: 20px !important; 
    }
    .menu-lang-selector {
        justify-content: center;
        gap: 20px;
        width: 100%;
    }
    .menu-lang-selector a {
        opacity: 0.5;
        color: #ffffff;
    }
    body:has(#menu-overlay.active) .header-controls .language-selector {
        opacity: 0 !important;
        pointer-events: none !important;
    }
    .menu-lang-selector a, 
    .menu-lang-selector span {
        font-size: 24px !important; 
        text-decoration: none;
    }
    .menu-lang-selector span.active {
        opacity: 1 !important;
        font-weight: bold;
        color: #43c1d4; 
    }
  
}
.language-selector span.active {
    cursor: default; 
}
.cursor-link.active {
    font-weight: bold;
    color: #43c1d4; 
}

.cursor-link:not(.active) {
    font-weight: normal;
    color: #ffffff; 
}

/*SUTI OLDAL GCMV2*/
.ck-modal {
    display: none; 
    position: fixed; 
    z-index: 999999999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.7); 
    animation: ck-fadeIn 0.4s;
}

.ck-modal-content {
    position: fixed;
    bottom: 0;
    background-color: #111111;
    color: #ffffff;
    width: 100%;
    max-height: 100vh; 
    overflow-y: auto; 
    padding-bottom: 20px; 
    border-top: 1px solid #333;
    animation: ck-slideIn 0.4s;
}

.ck-modal-body {
    padding: 30px 20px;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.ck-modal-body h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ck-cookiesettings {
    color: #f78153; 
    text-decoration: none;
    border-bottom: 1px solid #f78153;
    font-weight: normal;
}

.ck-setting-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333;
    padding: 15px 0;
}

.ck-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.ck-switch input { opacity: 0; width: 0; height: 0; }

.ck-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #444;
    transition: .4s;
    border-radius: 20px;
}

.ck-slider:before {
    position: absolute;
    content: "";
    height: 14px; width: 14px;
    left: 3px; bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .ck-slider { background-color: #f78153; }
input:checked + .ck-slider:before { transform: translateX(20px); }

.ck-btn-group {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.ck-btn {
    flex: 1;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #f78153;
}

.ck-btn-primary { 
    background: #f78153; 
    color: #000000 !important; 
    font-weight: bold;
}

.ck-btn-secondary { 
    background: transparent; 
    color: #ffffff !important; 
}

.ck-btn:hover { 
    background: #ffffff;
    color: #000000 !important;
    border-color: #ffffff;
}

.cookie-toogle {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
    background: #f78153; 
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    cursor: pointer;
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.3s ease;
    opacity: 1;
    visibility: visible;
}

.cookie-toogle.is-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.cookie-toogle:hover {
    transform: scale(1.1);
}

.cookie-toogle i {
    color: #000;
    font-size: 18px;
}
body.nav-scrolled .cookie-toogle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
body:has(#menu-overlay.active) .cookie-toogle {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 9999999 !important;
}

@keyframes ck-slideIn { from {bottom: -100%; opacity: 0} to {bottom: 0; opacity: 1} }
@keyframes ck-fadeIn { from {opacity: 0} to {opacity: 1} }

.ck-divider {
    border: 0;
    border-top: 1px solid #333;
    margin: 20px 0;
}

.cookie-main-text {
    margin-bottom: 20px;
    line-height: 1.6;
}

#ck-accordion {
    margin: 20px 0;
    display: none;
}

.ck-select-link-wrapper {
    text-align: right;
    font-size: 50px !important;
}

.ck-select-small {
    font-size: 16px !important; 
    display: inline-block !important; 
    line-height: normal !important;
    padding: 5px 0 !important;
}

.ck-description {
    display: none; 
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.5;
    color: #aaa;
    background: #1a1a1a;
    margin-bottom: 5px;
    border-left: 2px solid #f78153;
}

.fa-chevron-down.small {
    font-size: 10px;
    vertical-align: middle;
}
/*INSTAPOSZT*/
.insta-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.insta-item {
    position: relative;
    flex: 0 1 450px;
    background: #111;
    padding: 15px;
    border: 1px solid #333;
    box-shadow: 0 20px 40px rgba(0,0,0,0.8);
    transition: transform 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    z-index: 1;
    overflow: visible;
}
.insta-item:hover {
    transform: translateY(-5px);
    border-color: #2ac3d3;
    box-shadow: 0 0 15px rgba(42, 195, 211, 0.5);
}

.instagram-media {
    min-width: auto !important;
    width: 100% !important;
    margin: 0 !important;
    pointer-events: auto !important; 
}
.scroll-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}
.insta-item:hover .scroll-overlay {
    pointer-events: none; 
}
.insta-item:active .instagram-media,
.insta-item:focus .instagram-media,
.insta-item:focus-within .instagram-media {
    pointer-events: auto !important;
}
/*gdpr*/
.inner-page-hero {
    background-color: #0c0c0c;
    border-bottom: 1px solid #1a1a1a;
}

.hero-title {
    font-size: clamp(32px, 5vw, 48px);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.gdpr-content-wrapper {
    background: rgba(255, 255, 255, 0.02);
    padding: 40px;
    border-radius: 4px;
    border-left: 3px solid #f78153; 
    box-shadow: -5px 0 15px rgba(247, 129, 83, 0.1);
}

.gdpr-content-wrapper h3 {
    color: #f78153;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.gdpr-content-wrapper h3:first-child {
    margin-top: 0;
}

.gdpr-content-wrapper p {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.8;
}
.gdpr-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0 30px 0;
}

.gdpr-list li {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
}

.gdpr-list li::before {
    content: "→";
    color: #f78153;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.gdpr-list li strong {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 768px) {
    .gdpr-content-wrapper {
        padding: 25px 15px;
        border-left: none;
        border-top: 3px solid #f78153;
    }
    
    .inner-page-hero {
        padding-top: 100px !important;
    }
}

.main-btn.g-recaptcha:hover, 
#submit-trigger:hover {
    background-color: #f78153 !important; 
    color: #fff !important;             
    border-color: #f78153 !important;
}

.main-btn:hover {
    color: #000 !important; 
}

/*404*/
.error-glass-card {
    background: radial-gradient(
        circle at top left, 
        rgba(42, 195, 211, 0.15), 
        rgba(5, 15, 20, 0.8)      
    ) !important;
    backdrop-filter: blur(8px) saturate(120%);
    -webkit-backdrop-filter: blur(8px) saturate(120%);
    padding: 80px 40px;
    border-radius: 40px;
    border: 1px solid rgba(42, 195, 211, 0.2);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
}

.error-code {
    font-size: clamp(120px, 25vw, 200px);
    font-weight: 900;
    background: linear-gradient(135deg, #2ac3d3 0%, #1a8a96 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 0.8;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 30px rgba(42, 195, 211, 0.4));
}

.error-title {
    font-size: 2rem;
    letter-spacing: 5px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}

.error-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    margin: 20px auto 40px;
    max-width: 400px;
    letter-spacing: 1px;
}
.main-btn {
    display: inline-block;
    padding: 12px 45px;
    border: 1px solid #2ac3d3 !important;
    color: #2ac3d3 !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    border-radius: 50px;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 20;
    pointer-events: auto !important;
}
/*gdpr oldal javitas*/
.inner-page-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    padding-top: 150px; 
    padding-bottom: 80px;
    background-size: cover;
    text-align: center;
}

.inner-page-hero .hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px); 
    z-index: 1;
}

.inner-page-hero .container {
    position: relative;
    z-index: 2;
}

.inner-page-hero .hero-title {
    font-size: clamp(32px, 6vw, 64px);
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.gdpr-content-wrapper {
    color: #cccccc;
    line-height: 1.8;
}

.gdpr-item {
    margin-bottom: 50px;
}


.gdpr-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.gdpr-list li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.gdpr-list li::before {
    content: '•';
    color: #2ac3d3;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.browser-list span {
    color: #ffffff;
    font-weight: 600;
}

@media (max-width: 991px) {
    .inner-page-hero {
        padding-top: 180px; 
    }
}
/*kapcsolat javitas*/
.gdpr-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 40px 0 25px 0 !important;
}

.gdpr-box input[type="checkbox"] {
    margin-top: 5px;
    min-width: 18px;
    height: 18px;
    accent-color: #2ac3d3;
}

.gdpr-box label {
    font-size: 0.95rem;
    color: #cccccc;
    line-height: 1.4;
}
.form-actions-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 20px;
    padding-bottom: 40px;
}

.grecaptcha-badge { 
    visibility: hidden; 
}
@media (max-width: 768px) {
    .form-actions-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}
.input__field {
    display: block !important;
    width: 100% !important;
    height: 45px !important; 
    padding: 10px 0 !important; 
    margin: 0 !important;
    box-sizing: border-box !important;
}
textarea.input__field {
    height: auto !important;
    min-height: 120px;
}
input[type="email"].input__field {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.form-actions-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px; 
    margin-top: 30px;
}
.gdpr-link {
    color: #2ac3d3 !important; 
    text-decoration: underline !important;
    transition: opacity 0.3s ease;
}

.gdpr-link:hover {
    opacity: 0.8 !important;
    color: #2ac3d3 !important;
}
/*Modal javitas*/
.modal-content.modal-dark-content {
    background-color: #222 !important;
    border: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.modal-header.modal-dark-header {
    background-color: #222 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.modal-place-img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
    padding-right: 60px;
}

.modal-footer-logo {
    max-width: 130px !important; 
    height: auto;
    margin-right: 40px; 
    margin-bottom: 10px;
}
.modal-social-link {
    color: #fff !important; 
    font-size: 1.2rem;
    transition: color 0.3s ease;
    margin-right: 15px;
}

.modal-social-link:hover {
    color:  #2ac3d3 !important; 
    text-decoration: none;
}

.modal-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;
    min-height: 120px; 
}

.btn-and-social {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; 
}


.social-icons {
    margin-top: 20px;
}


.logo-wrapper {
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
}