        .bg-section {
            position: relative;
            overflow: hidden;
            isolation: isolate;
        }

        .bg-section-gradient-1 {
            background: linear-gradient(90deg,
                    #031012 0%,
                    #0B3B3E 35%,
                    #051B22 70%,
                    #02090C 100%);
        }

        .bg-section-gradient-2 {
            background: linear-gradient(135deg,
                    #021017 0%,
                    #07242B 40%,
                    #041A20 70%,
                    #020C10 100%);
        }

        .bg-section-gradient-3 {
            background:
                linear-gradient(180deg, #02090C 0%, #04181F 50%, #02090C 100%),
                radial-gradient(circle at 30% 20%, rgba(42, 119, 135, 0.12) 0%, transparent 45%),
                radial-gradient(circle at 70% 80%, rgba(42, 119, 135, 0.08) 0%, transparent 45%);
        }

        .bg-section-gradient-4 {
            background: linear-gradient(90deg,
                    #02090C 0%,
                    #031114 35%,
                    #051C23 60%,
                    #030A0D 100%);
        }

       .bg-section-gradient-5 {
    background:
        linear-gradient(135deg,
            #021117 0%,
            #07282F 30%,
            #020D12 100%),
        radial-gradient(circle at 50% 50%,
            rgba(42, 119, 135, 0.2) 0%,
            transparent 70%);
    background-blend-mode: normal, overlay;
}

        .bg-section-gradient-6 {
            background: linear-gradient(135deg,
                    #010D12 0%,
                    #02151B 25%,
                    #041C23 50%,
                    #07262D 75%,
                    #010D12 100%);
        }

        .bg-section-gradient-7 {
            background:
                linear-gradient(135deg,
                    #031012 0%,
                    #0B3B3E 35%,
                    #051B22 70%,
                    #02090C 100%),
                radial-gradient(circle at 25% 25%,
                    rgba(42, 119, 135, 0.15) 0%,
                    transparent 50%),
                radial-gradient(circle at 75% 75%,
                    rgba(161, 231, 255, 0.1) 0%,
                    transparent 50%);
            background-blend-mode: normal, overlay, overlay;
        }

        .bg-section-gradient-8 {
            background: linear-gradient(135deg,
                    #010C10 0%,
                    #021017 25%,
                    #041A20 50%,
                    #08262E 75%,
                    #010C10 100%);
        }

        .bg-separator-gradient {
            background: linear-gradient(180deg,
                    rgba(6, 28, 34, 0.7) 0%,
                    rgba(3, 18, 22, 0.9) 50%,
                    rgba(6, 28, 34, 0.7) 100%);
        }

        .animated-bottom-border {
            position: relative;
        }

        .animated-bottom-border::after {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            height: 1px;
            width: 85%;
            background: linear-gradient(90deg,
                    transparent 0%,
                    rgba(42, 119, 135, 0.4) 20%,
                    rgba(42, 119, 135, 0.8) 50%,
                    rgba(42, 119, 135, 0.4) 80%,
                    transparent 100%);
            z-index: 1;
            animation: linePulse 4s ease-in-out infinite;
            animation-delay: 2s;
        }

        .animated-top-border {
            position: relative;
        }

        .animated-top-border::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 0;
            height: 1px;
            width: 85%;
            background: linear-gradient(90deg,
                    transparent 0%,
                    rgba(42, 119, 135, 0.4) 20%,
                    rgba(42, 119, 135, 0.8) 50%,
                    rgba(42, 119, 135, 0.4) 80%,
                    transparent 100%);
            z-index: 1;
            animation: linePulse 4s ease-in-out infinite;
            animation-delay: 0s;
        }

        @keyframes linePulse {

            0%,
            100% {
                opacity: 0.7;
            }

            50% {
                opacity: 1;
            }
        }
        .animated-bottom-border {
            position: relative;
            overflow: hidden;
            isolation: isolate;
        }

        .animated-bottom-border::after {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            height: 1px;
            width: 85%;
            background: linear-gradient(90deg,
                    transparent 0%,
                    rgba(42, 119, 135, 0.4) 20%,
                    rgba(42, 119, 135, 0.8) 50%,
                    rgba(42, 119, 135, 0.4) 80%,
                    transparent 100%);
            z-index: 1;
            animation: linePulse 4s ease-in-out infinite;
            animation-delay: 2s;
        }

        .animated-top-border {
            position: relative;
            overflow: hidden;
            isolation: isolate;
        }

        .animated-top-border::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 0;
            height: 1px;
            width: 85%;
            background: linear-gradient(90deg,
                    transparent 0%,
                    rgba(42, 119, 135, 0.4) 20%,
                    rgba(42, 119, 135, 0.8) 50%,
                    rgba(42, 119, 135, 0.4) 80%,
                    transparent 100%);
            z-index: 1;
            animation: linePulse 4s ease-in-out infinite;
            animation-delay: 0s;
        }

        @keyframes linePulse {

            0%,
            100% {
                opacity: 0.7;
            }

            50% {
                opacity: 1;
            }
        }

body::-webkit-scrollbar-track {
                    background:
            linear-gradient(135deg,
                #021117 0%,
                #07282F 30%,
                #020D12 100%),
            radial-gradient(circle at 50% 50%,
                rgba(42, 119, 135, 0.2) 0%,
                transparent 70%);
        background-blend-mode: normal, overlay;
        }



/* NEON TEXT ANIMATIONS */
.neon-text {
    font-family: 'Exo 2', 'Montserrat', sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #ffffff;
    text-shadow:
        0 0 1px #ffffff,
        0 0 3px rgba(255, 255, 255, 0.8),
        0 0 6px rgba(255, 255, 255, 0.5),
        0 0 10px rgba(255, 255, 255, 0.2);
    animation: subtleFlicker 4s infinite alternate;
}

.neon-text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(100px);
    animation: slideUp 0.8s ease-out forwards;
}

.neon-text span:nth-child(1) {
    animation-delay: 0.2s;
}

.neon-text span:nth-child(2) {
    animation-delay: 0.4s;
}

.neon-text span:nth-child(3) {
    animation-delay: 0.6s;
}

.neon-text span:nth-child(4) {
    animation-delay: 0.8s;
}

.neon-text span:nth-child(5) {
    animation-delay: 1.0s;
}

.neon-text span:nth-child(6) {
    animation-delay: 1.2s;
}

.neon-text span:nth-child(7) {
    animation-delay: 1.4s;
}

.neon-text span:nth-child(8) {
    animation-delay: 1.6s;
}

.neon-text span:nth-child(9) {
    animation-delay: 1.8s;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes subtleFlicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        text-shadow:
            0 0 1px #ffffff,
            0 0 3px rgba(255, 255, 255, 0.8),
            0 0 6px rgba(255, 255, 255, 0.5),
            0 0 10px rgba(255, 255, 255, 0.2);
    }
    20%, 24%, 55% {
        text-shadow:
            0 0 0.5px #ffffff,
            0 0 2px rgba(255, 255, 255, 0.6),
            0 0 4px rgba(255, 255, 255, 0.3),
            0 0 8px rgba(255, 255, 255, 0.1);
    }
}

.neon-text.light {
    text-shadow:
        0 0 1px rgba(255, 255, 255, 0.8),
        0 0 2px rgba(255, 255, 255, 0.4),
        0 0 4px rgba(255, 255, 255, 0.2);
    animation: verySubtleFlicker 4s infinite alternate;
}

@keyframes verySubtleFlicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        text-shadow:
            0 0 1px rgba(255, 255, 255, 0.8),
            0 0 2px rgba(255, 255, 255, 0.4),
            0 0 4px rgba(255, 255, 255, 0.2);
    }
    20%, 24%, 55% {
        text-shadow:
            0 0 0.5px rgba(255, 255, 255, 0.6),
            0 0 1px rgba(255, 255, 255, 0.3),
            0 0 2px rgba(255, 255, 255, 0.1);
    }
}

.neon-text {
    font-size: 4.5rem;
}

@media (max-width: 1024px) {
    .neon-text {
        font-size: 3.5rem;
        letter-spacing: 0.12em;
    }
}

@media (max-width: 768px) {
    .neon-text {
        font-size: 2.8rem;
        letter-spacing: 0.1em;
    }
}

@media (max-width: 480px) {
    .neon-text {
        font-size: 2.2rem;
        letter-spacing: 0.08em;
    }
    .neon-text {
        text-shadow:
            0 0 4px #fff,
            0 0 8px #fff,
            0 0 15px #fff,
            0 0 25px #6abfd1,
            0 0 35px #56afbf,
            0 0 45px #429fad,
            0 0 60px #2A7787,
            0 0 75px #2A7787;
    }
}

/* SUBTLE GLOW */
.title {
    font-size: 45px !important;
}


.info-box[class*="br-"] {
    border-radius: 0;
}

.counter-info {
    border-radius: 0;
}

.counter-info[class*="br-"] {
    border-radius: 0;
}

.counter-info .icon-box {
    border-radius: 0;
}

.info-box.jump3 {
    border-radius: 8px !important;
}


.left-timeline {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9998;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.timeline-dot {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-dot.active {
    background: #fff;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
    transform: scale(1.3);
}

.timeline-label {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%) translateX(-15px);
    white-space: nowrap;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: none;
    background: radial-gradient(ellipse at center,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0.15) 70%,
            rgba(255, 255, 255, 0.05) 100%);
    box-shadow:
        0 1px 8px rgba(0, 0, 0, 0.06),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    z-index: 9999;
}

.timeline-dot.active .timeline-label,
.timeline-dot:hover .timeline-label {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
    animation: showLabel 0.3s ease-out;
}

.timeline-dot.active .timeline-label {
    animation: showThenHide 3s ease-out forwards;
}

@keyframes showThenHide {
    0% {
        opacity: 0;
        transform: translateY(-50%) translateX(-15px);
        visibility: hidden;
    }
    20% {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
        visibility: visible;
    }
    80% {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
        visibility: visible;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%) translateX(-15px);
        visibility: hidden;
    }
}

@keyframes showLabel {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

.timeline-dot.active:hover .timeline-label {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
    animation: none;
}

.timeline-label::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(255, 255, 255, 0.2);
}

.timeline-line {
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    width: 1.5px;
    background: rgba(255, 255, 255, 0.15);
    z-index: -1;
}

@media (max-width: 768px) {
    .left-timeline {
        left: 12px;
        gap: 24px;
    }
    
    .timeline-dot {
        width: 8px;
        height: 8px;
    }
    
    .timeline-label {
        font-size: 11px;
        padding: 4px 8px;
    }
}

.timeline-toggle {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: none;
    color: white;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.timeline-toggle:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
}

.timeline-hidden .left-timeline {
    opacity: 0.3;
    pointer-events: none;
    transform: translateY(-50%) translateX(-20px);
}

.timeline-hidden .timeline-label {
    display: none;
}


.cursor,
.cursor-follower,
.hover-effect,
[class*="cursor"],
[id*="cursor"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}


.about-clean-moving-line {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
    overflow: visible;
}

.about-clean-moving-line::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 4px;
    background: linear-gradient(to right,
            transparent 0%,
            rgba(42, 119, 135, 0.3) 20%,
            #2A7787 50%,
            rgba(42, 119, 135, 0.6) 80%,
            transparent 100%);
    border-radius: 4px;
    filter:
        drop-shadow(0 0 8px #2A7787) drop-shadow(0 0 16px #2A7787) drop-shadow(0 0 30px #2A7787);

    offset-path: inset(0 round 20px);
    offset-rotate: auto;
    offset-position: center;
    offset-anchor: center;
    animation: moveBorder 9s linear infinite;
}

@keyframes moveBorder {
    from {
        offset-distance: 0%;
    }

    to {
        offset-distance: 100%;
    }
}




.main-menu .navigation>li>a span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 500;
    transition: color 0.3s ease;
}

.main-menu .navigation>li>a span::before {
    content: '';
    position: absolute;
    inset: -6px -8px;
    border: 2px solid transparent;
    border-radius: 8px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.9);
    z-index: -1;
    box-shadow: 0 0 20px transparent;
}

.main-menu .navigation>li>a span::after {
    content: '';
    position: absolute;
    inset: 0;

    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.main-menu .navigation>li:hover>a span {
    color: #fff;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
}

.main-menu .navigation>li:hover>a span::before {
    opacity: 1;
    transform: scale(1);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 
        0 0 15px rgba(255, 255, 255, 0.15),
        inset 0 0 15px rgba(255, 255, 255, 0.05);
}

.main-menu .navigation>li:hover>a span::after {
    opacity: 1;
}

/* Active state - more prominent outline */
.main-menu .navigation>li.active>a span {
    color: #fff;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.4);
}

.main-menu .navigation>li.active>a span::before {
    opacity: 1;
    transform: scale(1);
    border-color: rgba(255, 255, 255, 0.7);
    border-width: 2px;
    box-shadow: 
        0 0 25px rgba(255, 255, 255, 0.25),
        inset 0 0 20px rgba(255, 255, 255, 0.1);
    animation: pulseGlow 2s infinite;
}

.main-menu .navigation>li.active>a span::after {
    opacity: 0.3;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.08) 70%,
        transparent 100%
    );
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 
            0 0 25px rgba(255, 255, 255, 0.25),
            inset 0 0 20px rgba(255, 255, 255, 0.1);
    }
    50% {
        box-shadow: 
            0 0 30px rgba(255, 255, 255, 0.35),
            inset 0 0 25px rgba(255, 255, 255, 0.15);
    }
}

/* Buttons  */

.search-btn,
.sidebar-trigger {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.search-btn::before,
.sidebar-trigger::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: #2A7787;
    border-radius: 50%;
    z-index: 0;
}

.search-btn .icon {
    position: relative;
    z-index: 1;
    color: white;
    display: block;
    font-size: 16px;
}

.sidebar-trigger img {
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

.search-btn:hover::before,
.sidebar-trigger:hover::before {
    background-color: #1a5a6b;
    transform: translate(-50%, -50%) scale(1.05);
}

.sidebar-icon {
    display: flex;
    align-items: center;
}


.glass-effect {
    background: transparent;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -1px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.search-btn.glass-effect {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.glass-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  transform: skewx(-20deg);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
  z-index: 0;
}

.search-btn.glass-effect::before {
    border-radius: 50%;
}


/* Logo  */


.wide-colored-logo {
    width:auto !important;
    height:60px !important;
}