/* Decorative vertical navigation line and glowing ball */

.vertical-nav-svg {
    width: 120px;
    height: 100vh;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    z-index: -1;
    /* Further behind content boxes */
    /* Behind content boxes */
}

.glowing-ball {
    width: 32px;
    height: 32px;
    background: radial-gradient(circle, #fff 80%, #00ff66 100%);
    border-radius: 50%;
    box-shadow: 0 0 32px 12px #fff, 0 0 60px 16px #00ff66;
    position: fixed;
    left: 60px;
    transform: translateX(-50%);
    z-index: 1;
    animation: green-glow-pulse 2.2s infinite alternate;
    transition: top 0.18s cubic-bezier(.4, 1.4, .6, 1);
    pointer-events: none;
}

@keyframes green-glow-pulse {
    0% {
        box-shadow: 0 0 32px 12px #fff, 0 0 60px 16px #00ff66;
    }
    100% {
        box-shadow: 0 0 48px 24px #fff, 0 0 80px 32px #00ff66;
    }
}

@media (max-width: 700px) {
    .vertical-nav-line {
        left: 12px;
        transform: none;
    }
}


/* Dark chrome/black theme styles for the website */

body {
    font-family: 'Poppins', sans-serif;
}


/* Page transition overlay for vine animation */

.page-transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
}

.page-transition canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.background-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    /* Below content */
}

.background-layer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header {
    background: rgba(26, 26, 26, 0.85);
    /* Semi-transparent overlay */
    backdrop-filter: blur(10px);
    /* Glass effect */
    padding: 20px 0;
    position: fixed;
    /* Fixed header */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    max-width: 98vw;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    /* Shadow for depth */
    border-radius: 0 0 16px 16px;
    /* Smooth bottom edges */
    margin-bottom: 20px;
    /* Separator space */
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    /* Chrome accent */
}

.brand {
    font-size: 2em;
    margin: 0;
    color: #fff;
    /* White text */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    /* Text shadow for grunge */
    text-align: center;
}


/* Removed cross symbol */

.nav-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
    color: #c0c0c0;
    /* Silver */
    transition: color 0.3s ease;
    /* Smooth transition */
}

.nav-links a:hover,
.nav-links a:focus {
    color: #fff;
    text-shadow: 0 0 12px #7fff7f, 0 0 2px #fff;
    box-shadow: none;
    border-radius: 0;
    transition: text-shadow 0.3s;
}

.nav-links a:hover {
    color: #fff;
    /* White on hover */
}

main {
    margin-top: 120px;
    /* Adjusted for header separator */
    margin-bottom: 120px;
    /* Space for footer */
}

.footer {
    background: rgba(26, 26, 26, 0.85);
    /* Semi-transparent overlay */
    backdrop-filter: blur(10px);
    /* Glass effect */
    color: #c0c0c0;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 1;
    /* Visible */
    transition: opacity 0.5s ease;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px 10px 0 0;
    /* Smooth top edges */
    margin-top: 20px;
    /* Separator space */
    z-index: 999;
    border-top: 1px solid rgba(204, 204, 204, 0.2);
    /* Chrome accent */
}

.footer.visible {
    opacity: 1;
    /* Visible when scrolled */
}

.section {
    padding: 40px 0;
    background: none;
    backdrop-filter: none;
    border: none;
    border-radius: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
    margin-bottom: 400px;
}

.section:last-of-type {
    margin-bottom: 0;
}

.section.hidden {
    opacity: 0;
    transform: translateY(30px);
    /* Initial state: faded and slid down */
}

.content-box {
    padding: 20px;
    border-radius: 10px;
    background: rgba(34, 34, 34, 0.5);
    /* More transparent */
    backdrop-filter: blur(10px);
    /* Strong glass effect like header */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    border: 1px solid rgba(204, 204, 204, 0.2);
    max-width: 600px;
    min-height: 260px;
    margin-left: auto;
    margin-right: auto;
    transition: box-shadow 0.3s cubic-bezier(.4, 1.4, .6, 1), border-color 0.3s cubic-bezier(.4, 1.4, .6, 1), transform 0.3s cubic-bezier(.4, 1.4, .6, 1);
}

.content-box:hover {
    transform: scale(1.025);
    box-shadow: 0 0 10px 2px #00ff6690, 0 0 16px 4px #fff4;
    border-color: #00ff6690;
    outline: 1px solid #fff6;
    outline-offset: -2px;
    z-index: 10;
}

.content-box p {
    font-size: 1.15em;
    line-height: 1.6;
    font-family: 'Outfit', 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}

h2 {
    text-align: center;
    color: #fff;
}

.section p {
    text-align: center;
    color: #fff;
}


/* Center primary text blocks */


}
.contact-card {
    background: rgba(51, 51, 51, 0.8);
    /* Semi-transparent for dark theme */
    
    padding: 20px;
    border-radius: 10px;
    /* Consistent smooth edges */
    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    /* Subtle hover animation */
}
.contact-card:hover {
    transform: translateY(-5px);
    /* Lift on hover */
}

/* Form result feedback */
#form-result {
    margin-top: 10px;
    font-weight: bold;
}
.simple-form input,
.simple-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background: #444;
    border: 1px solid #666;
    color: #fff;
    border-radius: 10px;
    /* Smooth edges */
}
.simple-form input::placeholder,
.simple-form textarea::placeholder {
    color: #fff;
}
.btn {
    background: linear-gradient(135deg, #666, #888);
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    outline: none;
    box-shadow: 0 0 0 rgba(0, 255, 128, 0);
}
.btn:hover,
.btn:focus:hover {
    background: linear-gradient(135deg, #888, #aaa);
    box-shadow: 0 0 16px 4px rgba(0, 255, 128, 0.4), 0 0 2px 1px #fff;
}

/* CV Download Button */
.cv-download {
    display: inline-block;
    background: linear-gradient(135deg, #666, #888);
    color: #000;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
    font-weight: bold;
}
.cv-download:hover {
    background: linear-gradient(135deg, #888, #aaa);
}

/* Glass sections for blurred background visibility */
.glass-section {
    background: rgba(0, 0, 0, 0.6);
    /* Dark semi-transparent */
    
    backdrop-filter: blur(10px);
    /* Blur background behind */
    
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(204, 204, 204, 0.2);
    /* Chrome accent */
}

/* Subtle background sections (minimal blur) */
.section-translucent {
    background: rgba(17, 17, 17, 0.7);
    backdrop-filter: blur(3px);
    border-radius: 10px;
}
.textshits {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
.content-box,
.section {
    font-family: 'Outfit', 'Poppins', sans-serif !important;
    color: #fff !important;
    font-variant: normal;
    text-transform: none;
}
.music-title {
    font-family: 'Outfit', 'Poppins', sans-serif !important;
    color: #fff !important;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    margin: 0 auto;
    text-transform: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.scroll-down-btn,
.scroll-up-btn {
    font-size: 1.3em;
    padding: 18px 44px;
    background: linear-gradient(135deg, #232323, #444);
    color: #fff;
    border-radius: 14px;
    margin: 24px auto 0 auto;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 0 20px 3px rgba(46, 204, 64, 0.18);
    border: none;
    transition: background 0.3s, text-shadow 0.3s, box-shadow 0.3s;
}
.scroll-down-btn:hover,
.scroll-up-btn:hover,
.scroll-down-btn:focus,
.scroll-up-btn:focus {
    background: linear-gradient(135deg, #444, #232323);
    text-shadow: 0 0 18px #7fff7f, 0 0 4px #fff;
    box-shadow: 0 0 28px 6px rgba(46, 204, 64, 0.28);
}
.lithuania-box {
    background: rgba(34, 34, 34, 0.95);
    padding: 40px 32px 28px 48px;
    border-radius: 16px;
    margin: 32px 0 32px 0;
    box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.18);
}
.lithuania-title {
    color: #fff;
    font-size: 4.5em;
    font-weight: 900;
    letter-spacing: 3px;
    text-align: left;
    line-height: 1.05;
    margin-bottom: 0.15em;
    text-shadow: 0 0 18px #fff, 0 0 4px #fff;
}
.vilnius-title {
    color: #fff;
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    opacity: 0.92;
    margin-left: 2px;
    text-shadow: 0 0 10px #fff;
}
.experience-list ul {
    list-style: disc inside;
    margin: 18px 0 0 0;
    padding: 0;
}
.experience-list li {
    margin-bottom: 14px;
    padding-left: 4px;
    font-size: 1em;
    line-height: 1.6;
}
.experience-list h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Outfit', 'Poppins', sans-serif;
}