/* Choose Our Future - Exact Design Match */

:root {
    --primary-teal: #0a4d68;
    --secondary-teal: #0a988b;
    --tertiary-teal: #006747;
    --dark-teal: #083344;
    --light-teal: #0e7490;
    --accent-green: #6ee7b7;
    --light-green: #a7f3d0;
    --text-white: #ffffff;
    --text-light: #e0f2fe;
    --cloud-gradient: linear-gradient(180deg, #083344 0%, #0e7490 20%, #94a3b8 50%, #cbd5e1 70%, #e2e8f0 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Unbounded', sans-serif;
    background: var(--dark-teal);
    color: var(--text-white);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Top Purple Bar */
.top-purple-bar {
    width: 100%;
    height: 4px;
    background: #9333ea;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
}

/* Header Section */
.main-header {
    background: linear-gradient(180deg, var(--dark-teal) 0%, #051a24 100%);
    padding: 20px 0;
    z-index: 1001;
    border-bottom: 1px solid rgba(110, 231, 183, 0.1);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

/* Click Here Button */
.btn-click-here {
    padding: 12px 28px;
    background: var(--secondary-teal);
    color: var(--text-white);
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Unbounded', sans-serif;
    text-transform: none;
    letter-spacing: 0.5px;
}

/* Hamburger Menu */
.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1003;
}

.hamburger-menu span {
    width: 100%;
    height: 3px;
    background: var(--text-white);
    border-radius: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Menu Modal */
.mobile-menu-modal {
    padding-top: 30px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: opacity 0.3s ease;
}

.mobile-menu-modal.active {
    display: flex;
}

.mobile-menu-content {
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    color: var(--text-white);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(90deg);
}

.btn-click-here-mobile {
    padding: 15px 25px;
    background: var(--secondary-teal);
    color: var(--text-white);
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Unbounded', sans-serif;
    width: 100%;
    display: block;
}

.btn-click-here-mobile:hover {
    background: var(--light-green);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(110, 231, 183, 0.4);
}

.mobile-menu-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-white);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0;
    font-family: 'Unbounded', sans-serif;
}

/* Hero Section */
.hero-section {
    /* background: linear-gradient(180deg, var(--dark-teal) 0%, #051a24 30%, #020617 100%); */
    /* padding: 100px 0 80px; */
    min-height: 100vh;
    margin-top: 20px;
}

.hero-title {
    font-size: 39px;
    font-weight: 400;
    color: var(--text-white);
    margin-bottom: 6px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.hero-subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--text-white);
    margin-bottom: 1.5rem;
    line-height: 1.5;
    text-align: center;
}

.highlight {
    color: #EBC28B;
    font-weight: 400;
}

.hero-description {
    font-size: 21px;
    color: var(--text-light);
    margin-bottom: 1rem;
    line-height: 1.8;
    text-align: left;
    font-family: 'Cabin', sans-serif;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Custom Buttons */
.btn-custom {
    padding: 12px 28px;
    font-size: 17px;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    /* cursor: not-allowed !important;
    opacity: 0.5; */
}

.btn-join,
.btn-explore,
.btn-footer {
    background: var(--secondary-teal);
    color: var(--text-white);
}

.section-title {
    font-size: 32px;
    font-weight: 400;
    color: #EBC28B;
    margin-bottom: 1rem;
}

.section-text {
    font-size: 17px;
    color: var(--text-light);
    line-height: 27px;
    font-family: 'Cabin', sans-serif;
}

.main-section-title {
    font-size: 32px;
    font-weight: 400;
    color: var(--text-white);
    margin-bottom: 1.5rem;
    line-height: 39px;
    font-family: 'Unbounded', sans-serif;
}

.section-description {
    font-size: 21px;
    color: var(--text-light);
    margin-bottom: 1rem;
    line-height: 27px;
    font-family: 'Cabin', sans-serif;
}

.scenario-card {
    margin-bottom: 2rem;
}

.scenario-card img {
    width: 300px;
    height: 230px;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.scenario-caption {
    color: var(--text-white);
    font-size: 24px;
    margin-top: 0.5rem;
    font-family: 'Unbounded', sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.scenario-description {
    font-size: 17px;
    color: var(--text-light);
    line-height: 27px;
    font-family: 'Cabin', sans-serif;
}

.competition-title{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 30px;
    font-family: 'Unbounded', sans-serif;
    text-align: left;
}

.custom-list {
    list-style: none;
    padding: 0;
}

.custom-list li {
    /* padding: 10px 0; */
    padding-left: 30px;
    color: var(--text-light);
    position: relative;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Cabin', sans-serif;
}

.custom-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: var(--text-light);
    font-size: 1rem;
    /* top: 10px; */
}

.percentage-number {
    font-size: 55px;
    font-weight: 400;
    color: var(--text-white);
    margin-bottom: 1rem;
    line-height: 39px;
    font-family: 'Unbounded', sans-serif;
}

.percentage-text, .scenario-caption1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Cabin Condensed', sans-serif;
    color: var(--text-white);
}

.percentage-description {
    font-size: 17px;
    color: var(--text-white);
    line-height: 27px;
    font-family: 'Cabin', sans-serif;
}
/* Timeline Section */
.timeline-section {
    position: relative;
    overflow: hidden;
}

.timeline-section .container {
    position: relative;
    z-index: 2;
}

/* Background Layers for Timeline and Footer */
.bg-image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn-reeble.b-cdn.net/choose-our-future/chooseourfuture-img20.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.bg-color-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 40, 54, 0.8);
    z-index: 1;
    transition: background-color 0.5s ease;
    pointer-events: none;
}

.timeline {
    position: relative;
    max-width: 1000px;
    margin: 60px auto 0;
    z-index: 2;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-item {
    position: relative;
    margin-bottom: 10px;
    width: 50%;
    z-index: 2;
}

.timeline-item:nth-child(odd) {
    left: 0;
    padding-right: 80px;
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
    padding-left: 80px;
    text-align: left;
}

.timeline-item::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--secondary-teal);
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: 0;
    z-index: 3;
    box-shadow: 0 0 0 4px rgba(26, 26, 26, 0.8);
}

.timeline-item:nth-child(odd)::before {
    right: -8px;
}

.timeline-item:nth-child(even)::before {
    left: -8px;
}

.timeline-content {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.timeline-content h4 {
    color: var(--text-white);
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Unbounded', sans-serif;
}

.timeline-content p {
    color: var(--text-white);
    margin: 0;
    font-size: 17px;
    line-height: 27px;
    font-family: 'Cabin', sans-serif;
}

.distinguished-jury img {
    width: 500px;
    height: auto;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    object-fit: contain;
}

.world-awaits-section img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 2rem;
}

/* Science Section */
.science-section {
    background: #112836;
    padding-top: 120px;
}

.science-section img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.archetype-box {
    padding: 25px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    padding-top: 50px;
}

.archetype-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 8px;
    background: var(--secondary-teal);
    border-radius: 0;
}

.archetype-box:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.archetype-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: var(--secondary-teal);
    color: var(--text-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    z-index: 2;
}

.archetype-box h4 {
    color: var(--text-white);
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Unbounded', sans-serif;
}

.archetype-box p {
    color: var(--text-light);
    font-size: 17px;
    line-height: 27px;
    font-family: 'Cabin', sans-serif;
}

/* Footer */
.footer-section {
    background: #112836;
    padding-top: 120px;
    position: relative;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.2);
    border-width: 1px;
    margin: 40px 0;
    opacity: 0.3;
}

/* Footer Logos */
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.footer-logo-img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

/* Call to Action Section */
.footer-cta-title {
    color: var(--text-white);
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Unbounded', sans-serif;
    line-height: 39px;
}

.footer-cta-description {
    color: var(--text-white);
    font-size: 17px;
    line-height: 27px;
    font-family: 'Cabin', sans-serif;
}

.footer-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-footer-primary {
    padding: 12px 28px;
    background: var(--secondary-teal);
    color: var(--text-white);
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Cabin', sans-serif;
}

.btn-footer-secondary {
    padding: 12px 28px;
    background: transparent;
    color: var(--secondary-teal);
    border: 2px solid var(--secondary-teal);
    border-radius: 4px;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Cabin', sans-serif;
}

.btn-footer-secondary:hover {
    background: rgba(10, 152, 139, 0.1);
    border-color: var(--light-teal);
}

/* Footer Columns */
.footer-column-title {
    color: var(--text-white);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Unbounded', sans-serif;
    line-height: 25px;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    color: var(--text-white);
    font-size: 17px;
    line-height: 27px;
    font-family: 'Cabin', sans-serif;
    position: relative;
    padding-left: 20px;
}

.footer-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--text-white);
}

.footer-info-text {
    color: var(--text-white);
    font-size: 17px;
    line-height: 27px;
    font-family: 'Cabin', sans-serif;
    margin-bottom: 15px;
}

.footer-url {
    color: #EBC28B;
    font-size: 17px;
    line-height: 27px;
    font-family: 'Cabin', sans-serif;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.footer-url:hover {
    color: var(--light-teal);
}

.footer-hashtag {
    color: var(--text-white);
    font-size: 17px;
    line-height: 27px;
    font-family: 'Cabin', sans-serif;
    margin-bottom: 15px;
    font-weight: 400;
}

.footer-copyright {
    color: var(--text-white);
    font-size: 17px;
    line-height: 27px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
}

/* Image Styling */
img {
    max-width: 100%;
    height: auto;
}

/* Gallery Images */
.gallery-img {
    cursor: pointer;
}

a[data-fancybox] {
    display: inline-block;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-title {
        font-size: 3.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.5rem;
    }
    
    .main-section-title {
        font-size: 2rem;
    }
    
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-left: 60px !important;
        padding-right: 0 !important;
        text-align: left !important;
    }
    
    .timeline-item::before {
        left: 12px !important;
        right: auto !important;
    }
    
    .header-container {
        padding: 0 15px;
    }
    
    .main-header {
        padding: 15px 0;
    }
    
    .footer-cta-title {
        font-size: 24px;
        line-height: 30px;
    }
    
    .footer-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-footer-primary,
    .btn-footer-secondary {
        width: 100%;
        max-width: 300px;
    }
    .container {
        padding: 0 60px !important;
    }
    .science-section {
        padding-top: 60px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        margin-top: 20px;
    }
    
    .hero-title {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .main-section-title {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .percentage-number {
        font-size: 4rem;
    }
    
    section {
        padding: 60px 0;
    }
    
    .timeline-section {
        padding: 0 !important;
    }
    
    .btn-custom {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .footer-section {
        padding-top: 60px;
    }
    
    .footer-cta-title {
        font-size: 20px;
        line-height: 26px;
    }
    
    .footer-cta-description {
        font-size: 15px;
        line-height: 24px;
    }
    
    .footer-column-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .footer-list li,
    .footer-info-text,
    .footer-url,
    .footer-hashtag {
        font-size: 15px;
        line-height: 24px;
    }
    
    .footer-copyright {
        font-size: 12px;
        line-height: 18px;
    }
    
    .footer-logo-img {
        width: 100%;
        height: 70px;
        object-fit: contain;
    }
    .container {
        padding: 0 50px !important;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .main-section-title {
        font-size: 1.5rem;
    }
    
    .percentage-number {
        font-size: 3.5rem;
    }
    
    .btn-click-here {
        display: none;
    }
    
    .main-header {
        padding: 10px;
    }
    
    .mobile-menu-content {
        width: 100%;
    }
    
    .timeline-item {
        padding-left: 50px !important;
    }
    
    .timeline-item::before {
        width: 20px;
        height: 20px;
        left: 5px !important;
    }
    .container {
        padding: 0 30px !important;
    }
}

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

/* Animation on Scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

.footer-section-title {
    font-size: 39px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 49px;
    font-family: 'Unbounded', sans-serif;
}

.container {
    padding: 0 140px;
}

/* Horizontal Rules - Make them clearly visible */
hr {
    border: none;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    margin: 2rem 0;
    opacity: 1;
    background: none;
    height: 2px;
}

hr.my-4 {
    margin: 2rem 0;
}

.footer-divider {
    border: none;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    margin: 40px 0;
    opacity: 1;
    background: none;
    height: 2px;
}