body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    background-color: #101010;
    font-family: 'Inter', sans-serif;
    width: 100%;
    color: #fff;
}

#nav-placeholder {
    width: 100%;
}

/* =============================================
   HERO
   ============================================= */
.start {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.start .splide__slide img {
    width: 100%;
    height: 80vh;
    min-height: 480px;
    max-height: 860px;
    object-fit: cover;
    display: block;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(10,10,14,0.35) 0%,
        rgba(10,10,14,0.55) 40%,
        rgba(10,10,14,0.85) 85%,
        #101010 100%
    );
    pointer-events: none;
    z-index: 1;
}

/* Splide arrows above hero overlay */
.start .splide__arrow {
    z-index: 10;
}

.start .splide__pagination {
    z-index: 10;
}

.hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 0 20px;
    text-align: center;
    padding-top: 60px;
    pointer-events: none;
}

.hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    pointer-events: auto;
}

.text1, .text2 {
    pointer-events: none;
}

.text1 {
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin: 0 0 14px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.6);
    max-width: 860px;
}

.text2 {
    color: rgba(255,255,255,0.82);
    font-size: clamp(1rem, 2vw, 1.35rem);
    font-weight: 400;
    margin: 0 0 32px;
    text-shadow: 0 1px 10px rgba(0,0,0,0.5);
    max-width: 600px;
}

.hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
    cursor: pointer;
}

.hero-btn-primary {
    background: linear-gradient(135deg, #4096ff 0%, #0066cc 100%);
    color: #fff;
    border: 1px solid rgba(64,150,255,0.4);
    box-shadow: 0 6px 24px rgba(64,150,255,0.35);
}

.hero-btn-primary:hover {
    background: linear-gradient(135deg, #55aaff 0%, #004db3 100%);
    box-shadow: 0 8px 32px rgba(64,150,255,0.5);
    transform: translateY(-2px);
}

.hero-btn-ghost {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(8px);
}

.hero-btn-ghost:hover {
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.45);
    transform: translateY(-2px);
}



.slideshow-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.slideshow {
    display: flex;
    position: relative;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    transition: transform 0.5s ease;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 50px; /* Increase width */
    height: 50px; /* Increase height */
    padding: 16px;
    margin-top: -25px; /* Adjust margin to center vertically */
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 50%; /* Make it circular */
   
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}


.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    transform: scale(1.1); /* Scale up on hover */
}

.text1 {
    color: white;
    font-size: 50px;
    text-align: center;
    height: 100px; /* Höhe der Box für den Text */
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add drop shadow */
}

.text2 {
    color: white;
    font-size: 20px;
    text-align: center;
    height: 10px; /* Höhe der Box für den Text */
    
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add drop shadow */
}

.text3 {
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 20px; /* Add padding to ensure space for the text */
    background-color: rgba(0, 0, 0, 0.5); /* Add background panel with transparency */
    border-radius: 10px; /* Add border radius for rounded corners */
    margin-top: 20px; /* Add margin to separate from other elements */
    transition: all 0.3s ease; /* Smooth transition for scaling */
}

/* =============================================
   CONTAINER
   ============================================= */
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 5% 80px;
    box-sizing: border-box;
}

/* =============================================
   SECTION HEADING
   ============================================= */
.section-heading {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 36px;
    display: block;
    width: 100%;
}

.section-heading::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, #4096ff, #0066cc);
    margin: 10px auto 0;
}

/* =============================================
   CATEGORY CARDS
   ============================================= */
.section-cards {
    width: 100%;
    padding: 60px 0 20px;
    text-align: center;
}

.box1 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.category-card {
    background: rgba(26,26,30,0.85);
    border: 1px solid rgba(64,150,255,0.15);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(64,150,255,0.18);
    border-color: rgba(64,150,255,0.4);
}

.category-card .image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    flex: 0 0 auto;
    max-width: 100%;
    margin: 0;
}

.category-card .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    cursor: pointer;
}

.category-card:hover .image-container img {
    transform: scale(1.06);
    filter: blur(3px);
}

.hover-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0,0,0,0.9), 0 0 30px rgba(64,150,255,0.6);
    background: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.category-card .image-container:hover .hover-text {
    opacity: 1;
    visibility: visible;
}

.text-container {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    max-width: 100%;
}

.text-container h2 {
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}

.text-container h3 {
    margin: 0 0 18px;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
}

.text-container button {
    margin-top: auto;
    padding: 10px 22px;
    background: linear-gradient(135deg, #4096ff 0%, #0066cc 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(64,150,255,0.25);
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.3px;
}

.text-container button:hover {
    background: linear-gradient(135deg, #55aaff 0%, #004db3 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(64,150,255,0.4);
}

@media (max-width: 900px) {
    .box1 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
    .box1 { grid-template-columns: 1fr; }
    .section-cards { padding-top: 40px; }

    /* ---- Hero mobile fixes ---- */
    .start .splide__slide img {
        height: 62vh;
        min-height: 360px;
    }

    /* Start content from top (below nav) instead of centering — prevents overflow+overlap */
    .hero-content {
        justify-content: flex-start;
        padding: 80px 18px 24px;   /* 60px nav + 20px breathing room */
        gap: 0;
    }

    .text1 {
        font-size: 1.55rem;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .text2 {
        font-size: 0.92rem;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .hero-btn {
        padding: 11px 20px;
        font-size: 14px;
    }

    .hero-cta {
        gap: 10px;
        width: 100%;
        justify-content: center;
    }
}


/* legacy box1 / text-container overrides removed - see .category-card above */

/* Remove keyframes for scaling effect */
@keyframes scaleUp {
    from {
        transform: none;
    }
    to {
        transform: none;
    }
}

@keyframes scaleDown {
    from {
        transform: none;
    }
    to {
        transform: none;
    }
}

.category-slider-item img {
    width: 150px; /* Increase image size */
    height: 150px; /* Increase image size */
    transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease; /* Add transition for hover effect */
}


/* =============================================
   ROADMAP SECTION
   ============================================= */
.box2 {
    width: 100%;
    margin-top: 24px;
    padding: 48px 40px;
    background: rgba(26,26,30,0.85);
    border: 1px solid rgba(64,150,255,0.15);
    border-radius: 20px;
    box-sizing: border-box;
}

.box3 {
    width: 100%;
    height: 500px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); /* Changed from #415b70 */
    border: 1px solid rgba(64, 150, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    margin-top: 150px;
}

/* =============================================
   ABOUT SECTION
   ============================================= */
.box5 {
    width: 100%;
    background: rgba(26,26,30,0.85);
    border: 1px solid rgba(64,150,255,0.15);
    border-radius: 20px;
    padding: 48px 40px;
    box-sizing: border-box;
    margin-top: 24px;
}

/* =============================================
   DESCRIPTION / CC0 SECTION
   ============================================= */
.box4 {
    width: 100%;
    background: rgba(26,26,30,0.85);
    border: 1px solid rgba(64,150,255,0.15);
    border-radius: 20px;
    padding: 48px 40px;
    margin-top: 24px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .box4 {
        padding: 32px 20px;
    }
    .box5 {
        padding: 32px 20px;
    }
    .box2 {
        padding: 32px 20px;
    }
    .section-support .support-us {
        padding: 32px 20px;
    }
    .About-ustext .about-content {
        flex-direction: column;
        text-align: center;
    }
    .About-ustext .about-image {
        margin-bottom: 16px;
    }
}

.image-container {
    position: relative;
    display: inline-block;
}

/* hover-text is defined in .category-card section above */


.cursor {
    display: inline-block;
    animation: blink 1s step-end infinite;
}

@keyframes blink {
    from, to {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.background-section {
    position: relative;
    width: 100%;
    height: 500px; /* Set the height of the section */
    overflow: hidden; /* Hide overflow to ensure the background image is contained */
}

.background-image {
    background-image: url('../Img/background.png'); /* Path to your background image */
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Ensure it is behind other content */
    filter: blur(8px); /* Add blur effect */
    transform: scale(1); /* Ensure it scales with the section */
    transition: transform 0.3s ease; /* Smooth scaling transition */
    max-width: 100%; /* Ensure the image does not extend the page width */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.roadmap {
    margin-top: 8px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Vertical centre line */
.roadmap::before {
    display: none;
}

.roadmap .goal {
    background: rgba(18,18,24,0.7);
    border: 1px solid rgba(64,150,255,0.14);
    color: #fff;
    padding: 24px 24px 24px 70px;
    border-radius: 14px;
    cursor: pointer;
    position: relative;
    transform: translateY(40px);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease, border-color 0.25s, box-shadow 0.25s;
}

.roadmap .goal.visible {
    transform: translateY(0);
    opacity: 1;
}

.roadmap .goal:hover {
    border-color: rgba(64,150,255,0.45);
    box-shadow: 0 8px 32px rgba(64,150,255,0.14);
}

/* Step number bubble */
.roadmap .goal::before {
    content: counter(roadmap-counter);
    counter-increment: roadmap-counter;
    position: absolute;
    left: 20px;
    top: 24px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4096ff, #0066cc);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 0 16px rgba(64,150,255,0.4);
    flex-shrink: 0;
}

/* Counter context on parent */
.roadmap {
    counter-reset: roadmap-counter;
}

.roadmap .goal h3 {
    margin: 0 0 4px;
    font-size: 0.97rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    line-height: 1.4;
}

.roadmap .goal h3::after {
    content: '+';
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    color: rgba(64,150,255,0.8);
    transition: transform 0.3s ease, color 0.2s;
    flex-shrink: 0;
    margin-left: 12px;
}

.roadmap .goal.active h3::after {
    transform: rotate(45deg);
    color: #4096ff;
}

.roadmap .goal p {
    margin: 0;
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.65;
    transition: all 0.3s ease;
}

.roadmap .goal.active p {
    display: block;
    opacity: 1;
    max-height: 300px;
    margin-top: 12px;
}

.roadmap-title {
    display: none;
}

@media (max-width: 768px) {
    .roadmap {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   SUPPORT SECTION
   ============================================= */
.section-support {
    width: 100%;
    padding: 60px 0 0;
}

.support-us {
    background: rgba(26,26,30,0.85);
    border: 1px solid rgba(64,150,255,0.15);
    border-radius: 20px;
    padding: 48px 40px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.support-us h2.section-heading {
    margin-bottom: 16px;
}

.support-us p {
    color: rgba(255,255,255,0.65);
    font-size: 1rem;
    max-width: 600px;
    line-height: 1.7;
    margin: 0 0 28px;
}

.support-us .buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.support-us .buttons a {
    padding: 12px 26px;
    background: linear-gradient(135deg, #4096ff 0%, #0066cc 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(64,150,255,0.25);
    letter-spacing: 0.3px;
}

.support-us .buttons a:hover {
    background: linear-gradient(135deg, #55aaff 0%, #004db3 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(64,150,255,0.4);
}

.About-ustext {
    text-align: left;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.About-ustext .about-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    gap: 32px;
}

.About-ustext .about-image {
    flex: 0 0 160px;
    text-align: center;
}

.About-ustext .about-image img {
    border-radius: 50%;
    margin-bottom: 10px;
    border: 3px solid rgba(64,150,255,0.4);
    box-shadow: 0 0 30px rgba(64,150,255,0.2);
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.About-ustext .about-image p {
    color: rgba(255,255,255,0.7);
    font-size: 0.9em;
    margin: 4px 0 0;
}

.About-ustext .about-text {
    flex: 1;
    color: rgba(255,255,255,0.75);
    font-size: 1rem;
    line-height: 1.7;
}

.support-us .buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.support-us .buttons a {
    padding: 12px 26px;
    background: linear-gradient(135deg, #4096ff 0%, #0066cc 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(64, 150, 255, 0.25);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.support-us .buttons a:hover {
    background: linear-gradient(135deg, #55aaff 0%, #004db3 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(64, 150, 255, 0.4);
}

.cc0-button {
    margin-top: 20px;
    padding: 12px 26px;
    background: linear-gradient(135deg, #4096ff 0%, #0066cc 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(64, 150, 255, 0.25);
    letter-spacing: 0.3px;
}


.Aboutbutton {
    margin-top: 20px;
    padding: 11px 24px;
    background: linear-gradient(135deg, #4096ff 0%, #0066cc 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(64,150,255,0.25);
    letter-spacing: 0.3px;
}

.Aboutbutton:hover {
    background: linear-gradient(135deg, #55aaff 0%, #004db3 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(64,150,255,0.4);
}



.cc0-button:hover {
    background: linear-gradient(135deg, #0066cc 0%, #004499 100%); /* Changed to darker blue gradient */
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(64, 150, 255, 0.4);
}

@media (min-width: 768px) {
    .background-image {
        transform: scale(1.1); /* Slightly scale up on larger screens */
    }
}

@media (min-width: 1024px) {
    .background-image {
        transform: scale(1.2);
    }
}

@media (max-width: 768px) {
    .box1 {
        /* now a CSS grid - handled by .box1 media query above */
    }
    .box1 .image-container, .box1 .text-container {
        max-width: 100%; /* Ensure containers fit the screen width */
        margin: 10px 0; /* Add margin around containers */
    }
    .text-container {
        padding-top: 20px; /* Adjust padding for better alignment */
    }
    .slideshow-container, .slide {
        height: auto; /* Adjust height for smaller screens */
    }
    .prev, .next {
        width: 40px; /* Adjust width */
        height: 40px; /* Adjust height */
        font-size: 24px; /* Adjust font size */
    }
    .roadmap .goal {
        padding: 20px 20px 20px 62px;
    }
    .roadmap .goal h3 {
        font-size: 0.95em;
    }
    .roadmap .goal p {
        font-size: 0.875em;
    }
    .support-us {
        font-size: 20px; /* Adjust font size */
    }
    .support-us .buttons a {
        padding: 8px 16px; /* Adjust padding */
    }
    .cc0-button {
        padding: 8px 16px; /* Adjust padding */
    }
    .background-section {
        height: 300px; /* Adjust height */
    }
    .background-image {
        transform: scale(1); /* Reset scale */
    }
    .text3 {
        font-size: 18px; /* Adjust font size */
        padding: 15px; /* Adjust padding */
        background-color: rgba(0, 0, 0, 0.7); /* Increase background panel opacity */
    }
    .scroll-text {
        font-size: 24px; /* Smaller font size for mobile */
        width: 100%; /* Full width on mobile */
        left: -100%; /* Maintain animation start position */
    }
    .About-ustext .about-content {
        flex-direction: column; /* Stack elements vertically on mobile */
        text-align: center; /* Center text on mobile */
    }
    .About-ustext .about-image {
        margin-right: 0; /* Remove right margin */
        margin-bottom: 15px; /* Add bottom margin instead */
    }
    .About-ustext {
        font-size: 18px; /* Smaller font size for mobile */
    }
    .box5 {
        min-height: 350px; /* Adjust minimum height for mobile */
        height: auto;
        padding: 20px 15px 40px; /* Increase padding for mobile to accommodate more content */
    }
}

/* Further adjustments for very small screens */
@media (max-width: 480px) {
    .box1 {
        margin: 20px 0;
    }
    .text-container h2 {
        font-size: 20px; /* Adjust font size */
    }
    .text-container p {
        font-size: 14px; /* Adjust font size */
    }
    .text-container button {
        padding: 8px 16px; /* Adjust padding */
    }
    .roadmap .goal h3 {
        font-size: 1em; /* Adjust font size */
    }
    .roadmap .goal p {
        font-size: 0.9em; /* Adjust font size */
    }
    .support-us {
        font-size: 18px; /* Adjust font size */
    }
    .support-us .buttons a {
        padding: 6px 12px; /* Adjust padding */
    }
    .cc0-button {
        padding: 6px 12px; /* Adjust padding */
    }
    .background-section {
        height: 200px; /* Adjust height */
    }
    .background-image {
        transform: scale(0.9); /* Adjust scale */
    }
    .text3 {
        font-size: 16px; /* Adjust font size */
        padding: 30px; /* Adjust padding */
        background-color: rgba(0, 0, 0, 0.8); /* Increase background panel opacity */
    }
    .scroll-text {
        font-size: 20px; /* Even smaller font for very small devices */
    }
    .About-ustext {
        font-size: 16px; /* Smaller text for very small screens */
    }
    .About-ustext .about-image img {
        width: 120px; /* Smaller profile image */
        height: 120px;
    }
    .box5 {
        padding: 15px 10px 30px; /* Further adjust padding for very small screens */
    }
}

/* Adjustments for very small heights */
@media (max-height: 480px) {
    .hero-content { padding-top: 20px; }
}

.scroll-text {
    position: relative;
    left: -100%;
    color: white;
    transition: left 1s;
    font-size: 32px;
    width: 100%; /* Ensure it takes full width */
    overflow: hidden; /* Prevent overflow */
    text-align: center; /* Center the text */
}
.scroll-text.visible {
    left: 0;
}
.scroll-text.hidden {
    left: -100%;
}
.instagram-feed {
    display: none;
}
.instagram-profile iframe {
    width: 1700px;
    height: 300px;
}
.description {
    padding: 0;
    color: rgba(255,255,255,0.72);
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.description.visible {
    opacity: 1;
    transform: translateY(0);
}
.roadmap-title {
    text-align: center;
    font-size: 2em;
    margin: 20px 0;
}
