:root {
    --primary-blue: #007182;
    --secondary-blue: #4a90e2;
    --accent-yellow: #ffd700;
    --light-blue: #e3f2fd;
    --text-dark: #333;
    --text-light: #666;
}

body {
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif !important;
    line-height: 1.6 !important;
    color: var(--text-dark) !important;
}

/* Hero Section */
.main-top {
    background: linear-gradient(135deg, #00bcd4 0%, #2196f3 100%);
    color: white;
    /* position: relative; */
    overflow: hidden;
    padding-top: 80px !important;
    padding-bottom: 40px;
    min-height: 100vh;
    display: flex;
    /* align-items: center; */
    text-align: center;
}
section.main-top p {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 30px;
    max-width: 700px;
}
section.main-top h1 {
    font-family: Overpass, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: normal;
    margin-bottom: 8px;
}
section.main-top .container {
    display: grid;
    align-content: space-between;
}
.main-titulas1 {
    display: block;
    /* margin-bottom: 0.5rem; */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    color: white;
    line-height: normal;
    text-transform: none;
}

.main-titulas2 {
    display: block;
    /* font-size: 4rem; */
    /* font-weight: 700; */
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.main-aprasas {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    display: flex;
    justify-content: center;
}

.main-image {
    text-align: center;
    position: relative;
    z-index: 2;
}

.main-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* Animation Elements */
.animation-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-element {
    position: absolute;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}

.palm-1 {
    top: 10%;
    left: 5%;
    width: 80px;
    height: 80px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 10 L40 40 L60 40 Z" fill="%23228B22"/><path d="M50 40 L30 70 L70 70 Z" fill="%23228B22"/></svg>');
    background-size: contain;
    animation-delay: 0s;
}

.palm-2 {
    top: 20%;
    right: 5%;
    width: 60px;
    height: 60px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 10 L40 40 L60 40 Z" fill="%23228B22"/><path d="M50 40 L30 70 L70 70 Z" fill="%23228B22"/></svg>');
    background-size: contain;
    animation-delay: 2s;
}

.butterfly-1 {
    bottom: 30%;
    left: 10%;
    width: 40px;
    height: 40px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><ellipse cx="30" cy="40" rx="25" ry="15" fill="%23FF6B6B"/><ellipse cx="70" cy="40" rx="25" ry="15" fill="%23FF6B6B"/><line x1="50" y1="20" x2="50" y2="80" stroke="%23333" stroke-width="2"/></svg>');
    background-size: contain;
    animation-delay: 1s;
}

.butterfly-2 {
    bottom: 10%;
    right: 15%;
    width: 35px;
    height: 35px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><ellipse cx="30" cy="40" rx="25" ry="15" fill="%23FFD700"/><ellipse cx="70" cy="40" rx="25" ry="15" fill="%23FFD700"/><line x1="50" y1="20" x2="50" y2="80" stroke="%23333" stroke-width="2"/></svg>');
    background-size: contain;
    animation-delay: 3s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(5deg); }
}

/* Timer Section */
.timer-section {
    background: linear-gradient(135deg, #00bcd4 0%, #2196f3 100%);
    color: white;
    padding: 50px 0;
    text-align: center;
    font-family: 'Overpass', sans-serif;
}

.timer-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

.timer-subtitle {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.countdown-timer {
    margin-top: 30px;
}

.timer-display {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    font-family: 'Overpass';
}

.time-unit {
    text-align: center;
    background: #008999;
    padding: 20px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    min-width: 100px;
}

.time-unit span {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    color: var(--accent-yellow);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.time-unit label {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.8);
    letter-spacing: 1px;
}

.time-separator {
    font-size: 3rem;
    font-weight: bold;
    color: white;
}

/* Info Sections */
.info-section-1,
.info-section-2 {
    padding: 50px 0;
}

.info-section-1 {
    background: #ffffff;
}

.info-section-2 {
    background: #dff5f6;
}

.info-section-1 h2,
.info-section-2 h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: var(--primary-blue);
    font-weight: 800;
    font-family: 'Overpass', sans-serif;
}

.info-card {
    padding: 30px 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.info-icon {
    margin-bottom: 20px;
}

.info-icon img {
    width: 70px;
    height: 70px;
    filter: opacity(0.8);
}

.info-card h3 {
    /* color: var(--primary-blue); */
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    overflow-wrap: break-word;
}

.info-card p {
    font-size: 14px;
    overflow-wrap: break-word;
}

.step-card {
    padding: 17px 30px;
    background: white;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
    transition: transform 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.step-card:hover {
    transform: translateY(-10px);
}

.step-number {
    top: -15px;
    left: 20px;
    color: #d8b53d;
    border-radius: 50%;
    font-weight: 600;
    font-size: 60px;
}

.step-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-icon {
    margin: 20px 0;
}

.step-icon .step-icon-svg {
    width: 60px;
    height: 60px;
}

.step-card h3 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 700;
    overflow-wrap: break-word;
}

.step-card p {
    overflow-wrap: break-word;
}

/* Video Section */
.video-section {
    position: relative;
    padding: 320px 0; /* Increased by 200px from original 120px */
    color: white;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.video-bg {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    /* min-width: 100%; */
    /* min-height: 100%; */
    width: 100%;
    height: 100%;
    /* transform: translateX(-50%) translateY(-50%); */
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(44, 90, 160, 0.8) 0%, rgba(74, 144, 226, 0.8) 100%);
    z-index: -1;
}

.video-content {
    text-align: center;
}

.video-content h2 {
    font-size: 80px;
    margin-bottom: 2rem;
    font-weight: 300;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    font-family: 'Overpass';
    font-weight: 900;
    text-shadow: 0 0 15px black;
}

/* Plus Section */
.plus-section {
    padding: 50px 0;
    background: #f8f9fa;
}

.plus-section h2 {
    font-size: 48px;
    margin-bottom: 4rem;
    color: var(--primary-blue);
    text-align: center;
    font-family: 'Overpass';
    font-weight: 800;
}

.bubbles-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 10px; */
    margin-top: 40px;
}

.bubble-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    margin-bottom: 30px;
}

.bubble-icon-bubble {
    background: #dff5f6;
    border-radius: 50%;
    width: 144px;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 4px 16px rgba(44,90,160,0.07);
    transition: box-shadow 0.3s;
}

.bubble-icon-bubble img {
    width: 69px;
    height: 69px;
    filter: opacity(0.85);
}

.bubble-grid-item:hover .bubble-icon-bubble {
    box-shadow: 0 8px 24px rgba(44,90,160,0.13);
}

.bubble-text-below {
    text-align: center;
    font-weight: 700;
    color: var(--text-dark);
    font-size: 22px;
    margin-top: 0;
    line-height: 1.4;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    overflow-wrap: break-word;
}

/* Responsive: 3 per row, then 2, then 1 */
@media (max-width: 1200px) {
    .bubble-grid-item {/* width: 160px; */}
    .bubbles-grid { gap: 32px 32px; }
}
@media (max-width: 992px) {
    .bubble-grid-item { width: 45vw; max-width: 220px; }
    .bubbles-grid {gap: 28px 0px;}
}
@media (max-width: 768px) {
    .bubble-grid-item { width: 48vw; max-width: 220px; }
    .bubbles-grid {gap: 16px 0;}
}
@media (max-width: 576px) {
    .bubble-grid-item { width: 90vw; max-width: 320px; }
    .bubbles-grid { gap: 16px 0; }
}

/* Gallery Section */
.gallery-section {
    padding: 50px 0;
    background: #154253;
}

.gallery-section h2 {
    font-size: 48px;
    margin-bottom: 4rem;
    color: white;
    font-weight: 300;
    text-align: center;
    font-family: 'Overpass';
    font-weight: 800;
}

.gallery-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 20px 0;
}

.gallery-item {
    position: relative;
    min-width: 300px;
    height: 400px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, #029caa);
    color: white;
    padding: 150px 20px 30px;
    /* text-align: center; */
}

.gallery-overlay h3 {
    font-size: 22px;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 700;
    overflow-wrap: break-word;
}

/* Job Search Section */
.job-search-section {
    padding: 50px 0;
    background: #f8f9fa;
}

.job-search-section h2 {
    font-size: 48px;
    color: var(--primary-blue);
    margin-bottom: 3rem;
    font-weight: 800;
    font-family: 'Overpass';
    text-transform: uppercase;
}

.job-search-content h3 {
    font-size: 40px;
    color: black;
    margin-bottom: 2rem;
    font-weight: 800;
    overflow-wrap: break-word;
}

.job-search-content p {
    font-size: 18px;
    margin-bottom: 2rem;
    color: black;
    overflow-wrap: break-word;
}

.job-search-image img {
    /* border-radius: 15px; */
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
}

/* Winners Section */
.winners-section {
    padding: 50px 0;
    background: #dff5f6;
}

.winners-section h2 {
    font-size: 48px;
    margin-bottom: 4rem;
    color: var(--primary-blue);
    font-weight: 800;
    text-align: center;
    font-family: 'Overpass';
}

.winner-card {
    text-align: center;
    padding: 25px 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: 100%;
    transition: transform 0.3s ease;
    justify-items: center;
    width: 100%;
}

.winner-card:hover {
    transform: translateY(-10px);
}

.winner-card.winner {
    /* border: 3px solid #28a745; */
}

.winner-card.no-winner {
    /* border: 3px solid #6c757d; */
}

.winner-icon {
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
}

.winner-icon img {
    width: 120px;
    height: 120px;
}

.winner-icon .not-won-icon {
    width: 100px;
    height: 100px;
}

.winner-card h3 {
    margin-bottom: 15px;
    font-size: 22px;
    max-width: 256px;
    overflow-wrap: break-word;
}

.winner-card.winner h3 {
    /* color: #28a745; */
}

.winner-card.no-winner h3 {
    color: #6c757d;
}

.winner-name {
    font-weight: 700;
    font-size: 1.1rem;
    /* color: #28a745; */
    margin-bottom: 10px;
}

.contact-info {
    font-size: 0.9rem;
    color: var(--text-light);
    overflow-wrap: break-word;
}

.no-winner-text {
    color: #6c757d;
    font-style: italic;
}

/* Buttons */
.btn {
    padding: 13px 30px !important;
    border-radius: 50px !important;
    text-decoration: none;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    font-weight: 600 !important;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    border: 3px solid white!important;
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent-yellow) 0%, #ffed4a 100%);
    color: var(--primary-blue) !important;
    font-family: 'Overpass';
    font-weight: 700 !important;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #ffed4a 0%, var(--accent-yellow) 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.4);
}

.btn-lg {
    padding: 18px 40px;
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-titulas1 {
        font-size: 2.5rem;
    }
    
    .main-titulas2 {
        font-size: 3rem;
    }
    
    .timer-display {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5px;
        text-align: center;
        background: #008999;
        padding: 5px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        min-width: 100px;
    }
    
    .time-unit {
        min-width: 80px;
        padding: 15px 10px;
        border: none;
        padding: 0 !important;
    }
    
    .time-unit span {
        font-size: 2rem;
    }
    
    .time-separator {
        font-size: 1.5rem;
        display: none;
    }
    
    .gallery-slider {
        /* flex-direction: column; */
        align-items: center;
    }
    
    .gallery-item {
        min-width: 100%;
        max-width: 350px;
    }
    
    .video-content h2 {
        font-size: 36px;
        padding: 0 24px;
    }
    
    .info-section-1 h2, .info-section-2 h2, .plus-section h2, .gallery-section h2, .winners-section h2, .job-search-section h2 {
        font-size: 30px;
        margin-bottom: 30px;
        padding: 0 24px;
    }
    
    .job-search-content h2 {
        font-size: 2rem;
    }
    
    .timer-section h2 {
        font-size: 2rem;
    }
    
    .main-top {
        padding: 60px 0;
        min-height: auto;
    }
    
    .info-section-1,
    .info-section-2,
    .plus-section,
    .gallery-section,
    .winners-section,
    .job-search-section {
        padding: 60px 0;
    }
    
    .video-section {
        padding: 80px 0;
    }
    
    .timer-section {
        padding: 60px 0;
    }
    .job-search-content h3 {
        font-size: 30px;
    }
    .job-search-content p {
        font-size: 16px;
    }
    .winner-icon img {
        /* width: 88px;
        height: 88px; */
    }
    .bubble-text-below {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .main-titulas1 {
        font-size: 2rem;
    }
    
    .main-titulas2 {
        font-size: 2.5rem;
    }
    
    .bubbles-container {
        flex-direction: column;
        align-items: center;
    }
    
    .bubble-item {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .time-unit {
        min-width: 70px;
        padding: 10px 5px;
    }
    
    .time-unit span {
        font-size: 1.8rem;
    }
    
    .btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    .btn-lg {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading animation for images */
.info-icon img,
.step-icon-svg,
.bubble-icon img,
.winner-icon img {
    transition: opacity 0.3s ease;
}

.info-icon img:hover,
.step-icon .step-icon-svg:hover,
.bubble-icon img:hover,
.winner-icon img:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Additional animations */
.info-card,
.step-card,
.winner-card {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Pulse animation for countdown */
.time-unit {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 215, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
    }
}

/* Hover effect for main image */
.main-image img {
    transition: transform 0.3s ease;
}

.main-image img:hover {
    transform: scale(1.05);
}

/* Gradient text effect */
.main-titulas2 {
    color: #ffd203;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
    line-height: normal;
    text-transform: uppercase;
}

/* Enhanced button effects */
.btn-primary {
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
}

.btn-primary:hover::before {
    width: 300px;
    height: 300px;
}

/* Enhanced gallery hover effects */
.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(44, 90, 160, 0.8) 0%, rgba(74, 144, 226, 0.8) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.gallery-item:hover::before {
    opacity: 1;
}

.gallery-overlay {
    z-index: 2;
}

/* Enhanced floating animations */
.floating-element {
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.2));
}

/* Improved timer styling */
.timer-section {
    background: #029caa;
    position: relative;
}

.timer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>') repeat;
    background-size: 100px 100px;
    animation: sparkle 20s linear infinite;
}

@keyframes sparkle {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(-100px) translateY(-100px); }
}

/* Enhanced section transitions */
section {
    position: relative;
    overflow: hidden;
}

section::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--accent-yellow), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

section:hover::before {
    opacity: 1;
}
.skaityti {
    font-family: 'Overpass';
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 24px;
    color: white;
}

.animation-img {
    position: absolute;
    width: 128px;
}
.animation-img-1 {
    width: 128px;
    top: 128px;
    left: 128px;
}
.animation-img-2 {
    left: 500px;
    width: 256px;
}
a.skaityti-daugiau:hover {
  text-decoration: none;
}
.info-arrow1 {
    position: relative;
    top: -360px;
    left: 27%;
    display: flex;
    width: 150px;
    rotate: 25deg;
}
.info-arrow2 {
    position: relative;
    top: 0px;
    left: 61%;
    display: flex;
    width: 150px;
    rotate: -20deg;
}
.info-section-2 h2 {
    margin-bottom: 4rem !important;
}
.main-button {
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .odd-michael {
        position: relative;
        top: 45px;
    }
}
@media (max-width: 991px) {
    .info-steps {
        flex-direction: column;
    }
    .odd-michael {
        align-self: flex-end;
    }
    .info-2-arrows {
        display: none;
    }
    .info-arrow1 {
        top: 19px;
        left: 82%;
        rotate: 93deg;
        z-index: 5;
    }
    .info-arrow2 {
        top: 33px;
        left: -32%;
        rotate: 87deg;
        z-index: 5;
    }
}
@media (max-width: 767px) {
    .info-arrow1 {
        top: 19px;
        left: 82%;
        rotate: 93deg;
        z-index: 5;
    }
    .info-arrow2 {
        top: 33px;
        left: -32%;
        rotate: 87deg;
        z-index: 5;
    }
}

@media (max-width: 992px) {
    section.main-top {
        display: flex;
        padding-top: 0;
        height: auto;
        flex-direction: row;
    }
}

@media (max-width: 560px) {
    .main-top {
        padding-top: 0 !important;
        padding-bottom: 0;
        min-height: auto;
    }
}
@media (max-width: 991px) {
    .job-search-content {
        padding-top: 24px;
    }
}