/* Core Values Section */
.core-values-wrapper {
    margin-bottom: 2rem;
}

.core-values-title {
    color: #0b2b18;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 5px;
}

.core-values-subtitle {
    color: #f6b622;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.core-values-badge {
    background: #0b2b18;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
}

.value-card {
    background: #f8faf9;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
    background: #ffffff;
}

.value-card.farmer-first { border-left: 4px solid #f6b622; }
.value-card.farmer-first .icon-wrapper { background: rgba(246, 182, 34, 0.15); }
.value-card.farmer-first .icon-wrapper i { color: #0b2b18; }

.value-card.eco-sustainability { border-left: 4px solid #28a745; }
.value-card.eco-sustainability .icon-wrapper { background: rgba(40, 167, 69, 0.1); }
.value-card.eco-sustainability .icon-wrapper i { color: #0b2b18; }

.value-card.transparent-gov { border-left: 4px solid #17a2b8; }
.value-card.transparent-gov .icon-wrapper { background: rgba(23, 162, 184, 0.1); }
.value-card.transparent-gov .icon-wrapper i { color: #0b2b18; }

.value-card.mutual-wealth { border-left: 4px solid #0b2b18; }
.value-card.mutual-wealth .icon-wrapper { background: rgba(11, 43, 24, 0.08); }
.value-card.mutual-wealth .icon-wrapper i { color: #f6b622; }

.value-card .icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.value-card .icon-wrapper i {
    font-size: 22px;
}

.value-card h5 {
    color: #1c3624;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
}

/* Chairman Message Section */
.chairman-message-box {
    background-color: #0b2b18;
    border-radius: 15px;
    color: #fff;
    overflow: hidden;
}

.chairman-message-box .quote-icon {
    font-size: 120px;
    color: rgba(246, 182, 34, 0.05);
    top: -10px;
    right: 10px;
}

.chairman-message-title {
    color: #f6b622;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.chairman-message-text {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

/* Extracted from index.php */

    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

    /* Slider Styles */
    .hero-slider-wrapper {
        position: relative;
        width: 100%;
        padding-top: 170px;
        padding-bottom: 60px;
        background-color: #0b2b18;
        background-image: radial-gradient(rgba(255, 255, 255, 0.08) 2px, transparent 2px);
        background-size: 40px 40px;
        overflow: hidden;
        font-family: 'Montserrat', sans-serif;
    }

    .hero-content-top {
        position: relative;
        z-index: 10;
        margin-bottom: 50px;
    }

    .hero-title {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: clamp(36px, 5vw, 64px);
        line-height: 1.1;
        text-transform: uppercase;
        letter-spacing: -1px;
    }

    .btn-explore {
        display: inline-flex;
        align-items: center;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50px;
        padding: 8px 15px 8px 25px;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s;
        font-size: 16px;
    }

    .btn-explore i {
        background: #f6b622;
        color: #0b2b18;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px;
        font-size: 14px;
        transition: all 0.3s;
    }

    .btn-explore:hover {
        border-color: #f6b622;
        color: #ffffff;
    }

    .btn-explore:hover i {
        transform: rotate(45deg);
    }

    .hero-subtitle {
        color: rgba(255, 255, 255, 0.7);
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        line-height: 1.6;
        font-weight: 500;
    }

    /* Slider Container */
    .hero-slider-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 40px;
        position: relative;
        z-index: 5;
        max-width: 1800px;
        margin: 0 auto;
    }

    /* Left Social */
    .hero-social-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        width: 80px;
    }

    .social-pill {
        background: #ffffff;
        border-radius: 50px;
        padding: 15px 12px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .social-pill a {
        width: 38px;
        height: 38px;
        background: #0b2b18;
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 15px;
        transition: all 0.3s;
    }

    .social-pill a:hover {
        background: #f6b622;
        color: #0b2b18;
        transform: scale(1.1);
    }

    .follow-text-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .follow-line {
        width: 2px;
        height: 60px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 2px;
    }

    .follow-text {
        color: #ffffff;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-weight: 600;
        letter-spacing: 2px;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }

    /* Right Nav */
    .hero-nav-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 80px;
    }

    .swiper-button-prev-custom,
    .swiper-button-next-custom {
        width: 45px;
        height: 45px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        cursor: pointer;
        transition: all 0.3s;
        background: transparent;
    }

    .swiper-button-prev-custom:hover,
    .swiper-button-next-custom:hover {
        background: #f6b622;
        color: #0b2b18;
        border-color: #f6b622;
    }

    .css-grains {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
        padding: 10px 0;
    }

    .css-grains i {
        font-size: 18px;
        opacity: 0.9;
    }

    .css-grains i:nth-child(even) {
        transform: scaleX(-1);
    }

    /* Center Slider */
    .myHeroSlider {
        width: calc(100% - 220px);
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
        height: 600px;
    }

    .myHeroSlider .swiper-slide {
        height: 100%;
        position: relative;
    }

    .myHeroSlider .banner-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1.03);
        transition: transform 8s ease-out;
    }

    .myHeroSlider .swiper-slide-active .banner-img {
        transform: scale(1);
    }

    @media (max-width: 1200px) {
        .myHeroSlider {
            height: 500px;
        }
    }

    @media (max-width: 991px) {
        .hero-slider-wrapper {
            padding-top: 130px;
            padding-bottom: 40px;
        }

        .hero-slider-container {
            padding: 0 15px;
        }

        .hero-social-left,
        .hero-nav-right {
            display: none;
        }

        .myHeroSlider {
            width: 100%;
            height: 350px;
            border-radius: 15px;
            margin-top: 20px;
        }

        .hero-title {
            font-size: 34px;
            letter-spacing: -0.5px;
        }

        .btn-explore {
            margin-bottom: 15px;
            font-size: 14px;
            padding: 8px 15px 8px 20px;
        }

        .d-flex.align-items-center.mt-4 {
            flex-direction: column;
            align-items: flex-start !important;
            margin-top: 1.5rem !important;
        }

        .hero-subtitle {
            margin-left: 0 !important;
            margin-top: 10px;
            font-size: 14px;
        }
    }


    .vm-card:hover {
        transform: translateY(-5px);
    }
    @media (max-width: 991px) {
        .about-image-composition {
            height: auto !important;
            padding-left: 0 !important;
            margin-top: 40px;
        }
        .about-image-composition figure.position-absolute {
            position: relative !important;
            width: 100% !important;
            height: 300px !important;
            bottom: auto !important;
            left: auto !important;
            right: auto !important;
            margin-bottom: 20px !important;
            border: none !important;
        }
        .core-values-box {
            position: relative !important;
            width: 100% !important;
            bottom: auto !important;
            right: auto !important;
        }
    }


    .news-ticker {
        display: flex;
        align-items: center;
        background: #1c3624;
        border-bottom: 4px solid #f6b622;
        overflow: hidden;
        padding: 22px 0;
        position: relative;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        z-index: 100;
    }

    .news-ticker-label {
        background: linear-gradient(135deg, #f6b622 0%, #d89b14 100%);
        color: #121b14;
        font-weight: 800;
        padding: 14px 45px;
        margin-left: 40px;
        margin-right: 40px;
        border-radius: 50px;
        border: 2px solid #fff;
        z-index: 102;
        white-space: nowrap;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 1.5px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        cursor: default;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .news-ticker-label:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    }

    .news-ticker-scroll {
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        display: flex;
        align-items: center;
        position: relative;
    }

    .news-ticker-track {
        display: inline-block;
        white-space: nowrap;
        animation: marquee-scroll 25s linear infinite;
        padding-left: 20px;
    }

    .news-ticker-track:hover {
        animation-play-state: paused;
    }

    .news-ticker-item {
        display: inline-block;
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        margin-right: 50px;
        transition: color 0.2s ease-in-out;
    }

    .news-ticker-item:hover {
        color: #f6b622;
        text-decoration: underline;
    }

    @keyframes marquee-scroll {
        0% {
            transform: translate3d(0, 0, 0);
        }

        100% {
            transform: translate3d(-50%, 0, 0);
        }
    }

    /* Mobile View Fixes */
    @media (max-width: 768px) {
        .news-ticker {
            padding: 10px 0;
        }

        .news-ticker-label {
            padding: 8px 15px;
            margin-left: 10px;
            margin-right: 15px;
            font-size: 12px;
            letter-spacing: 0.5px;
        }

        .news-ticker-item {
            font-size: 14px;
            margin-right: 30px;
        }
    }


        .brochure-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(246, 182, 34, 0.4) !important;
        }
    

        .region-badge {
            background: #0b2b18;
            color: #fff;
            padding: 8px 18px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            box-shadow: 0 4px 10px rgba(11, 43, 24, 0.2);
            display: inline-flex;
            align-items: center;
            transition: transform 0.3s ease;
        }

        .region-badge:hover {
            transform: translateY(-2px);
        }

        @media (max-width: 991px) {
            .floating-badge {
                bottom: -20px;
                right: 20px;
                left: 20px;
                justify-content: center;
            }

            .overview-content {
                margin-top: 50px;
            }
        }
    

        .premium-service-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 40px 30px;
            position: relative;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 1px solid rgba(11, 43, 24, 0.05);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
            z-index: 1;
        }

        .premium-service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(11, 43, 24, 0.08);
            border-color: rgba(246, 182, 34, 0.3);
        }

        .card-icon-wrapper {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #f6b622 0%, #d49a15 100%);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            transition: all 0.4s ease;
            box-shadow: 0 10px 20px rgba(246, 182, 34, 0.3);
        }

        .premium-service-card:hover .card-icon-wrapper {
            transform: scale(1.1) rotate(5deg);
        }

        .card-icon-wrapper i {
            font-size: 32px;
            color: #0b2b18;
        }

        .card-content h3 {
            color: #0b2b18;
            font-weight: 800;
            font-size: 22px;
            margin-bottom: 15px;
            line-height: 1.3;
            transition: color 0.3s ease;
        }

        .premium-service-card:hover .card-content h3 {
            color: #d49a15;
        }

        .card-content p {
            color: #666;
            font-size: 15px;
            line-height: 1.7;
            margin: 0;
        }

        .card-bg-icon {
            position: absolute;
            bottom: -20px;
            right: -20px;
            opacity: 0.04;
            z-index: -1;
            transition: all 0.5s ease;
        }

        .card-bg-icon i {
            font-size: 140px;
            color: #0b2b18;
        }

        .premium-service-card:hover .card-bg-icon {
            transform: scale(1.2) translate(-10px, -10px);
            opacity: 0.08;
        }

        .btn-premium {
            display: inline-flex;
            align-items: center;
            background: #f6b622;
            color: #0b2b18;
            padding: 12px 28px;
            border-radius: 50px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
        }

        .btn-premium:hover {
            background: #ffffff;
            color: #0b2b18;
            transform: translateY(-2px);
            box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
        }
    

                        .model-item {
                            display: flex;
                            align-items: flex-start;
                            margin-bottom: 25px;
                            background: #ffffff;
                            padding: 22px 25px;
                            border-radius: 16px;
                            border: 1px solid rgba(11, 43, 24, 0.05);
                            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
                            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                        }

                        .model-item:hover {
                            transform: translateX(10px);
                            box-shadow: 0 10px 25px rgba(246, 182, 34, 0.15);
                            border-color: rgba(246, 182, 34, 0.3);
                        }

                        .model-icon {
                            flex-shrink: 0;
                            width: 55px;
                            height: 55px;
                            background: rgba(246, 182, 34, 0.15);
                            color: #0b2b18;
                            border-radius: 12px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            font-size: 22px;
                            margin-right: 20px;
                            transition: all 0.4s ease;
                        }

                        .model-item:hover .model-icon {
                            background: linear-gradient(135deg, #f6b622 0%, #d49a15 100%);
                            color: #0b2b18;
                            transform: rotate(5deg) scale(1.1);
                            box-shadow: 0 8px 15px rgba(246, 182, 34, 0.3);
                        }

                        .model-content h3 {
                            color: #0b2b18;
                            font-weight: 800;
                            font-size: 19px;
                            margin-bottom: 8px;
                            transition: color 0.3s ease;
                        }

                        .model-item:hover .model-content h3 {
                            color: #d49a15;
                        }

                        .model-content p {
                            color: #555;
                            font-size: 14.5px;
                            line-height: 1.6;
                            margin: 0;
                        }
                    

        .market-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            padding: 40px 30px;
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(10px);
            transition: all 0.4s ease;
            z-index: 1;
            text-align: center;
        }

        .market-card:hover,
        .market-card.active-card {
            background: rgba(246, 182, 34, 0.05);
            border-color: rgba(246, 182, 34, 0.3);
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        }

        .market-icon-wrapper {
            width: 80px;
            height: 80px;
            margin: 0 auto 25px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .market-card:hover .market-icon-wrapper,
        .market-card.active-card .market-icon-wrapper {
            background: #f6b622;
            border-color: #f6b622;
            transform: scale(1.1);
            box-shadow: 0 10px 20px rgba(246, 182, 34, 0.2);
        }

        .market-icon-wrapper i {
            font-size: 30px;
            color: #f6b622;
            transition: all 0.4s ease;
        }

        .market-card:hover .market-icon-wrapper i,
        .market-card.active-card .market-icon-wrapper i {
            color: #0b2b18;
        }

        .market-title {
            color: #ffffff;
            font-weight: 700;
            font-size: 24px;
            margin-bottom: 15px;
            transition: color 0.3s ease;
        }

        .market-card:hover .market-title,
        .market-card.active-card .market-title {
            color: #f6b622;
        }

        .market-desc {
            color: rgba(255, 255, 255, 0.7);
            font-size: 16px;
            line-height: 1.7;
            margin: 0;
        }

        .market-card-number {
            position: absolute;
            bottom: -15px;
            right: 10px;
            font-size: 100px;
            font-weight: 900;
            color: rgba(255, 255, 255, 0.03);
            line-height: 1;
            z-index: -1;
            transition: all 0.4s ease;
        }

        .market-card:hover .market-card-number,
        .market-card.active-card .market-card-number {
            color: rgba(246, 182, 34, 0.08);
            transform: scale(1.1) translate(-10px, -10px);
        }
    

        .competitor-chip {
            background-color: #ffffff;
            border: 1px solid rgba(11, 43, 24, 0.1);
            padding: 10px 20px;
            border-radius: 50px;
            font-weight: 600;
            color: #555;
            font-size: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
            transition: all 0.3s ease;
        }

        .competitor-chip:hover {
            background-color: #f6b622;
            color: #0b2b18;
            border-color: #f6b622;
            transform: translateY(-3px);
        }

        .competitor-chip i {
            color: #0b2b18;
        }

        .swot-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 30px 20px;
            text-align: center;
            border: 1px solid rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
            transition: all 0.4s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .swot-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
        }

        .swot-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
        }

        .swot-card.strength::before {
            background-color: #28a745;
        }

        .swot-card.weakness::before {
            background-color: #dc3545;
        }

        .swot-card.opportunity::before {
            background-color: #17a2b8;
        }

        .swot-card.threat::before {
            background-color: #ffc107;
        }

        .swot-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 15px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            background: rgba(11, 43, 24, 0.05);
            transition: all 0.3s ease;
        }

        .swot-card.strength .swot-icon {
            color: #28a745;
            background: rgba(40, 167, 69, 0.1);
        }

        .swot-card.weakness .swot-icon {
            color: #dc3545;
            background: rgba(220, 53, 69, 0.1);
        }

        .swot-card.opportunity .swot-icon {
            color: #17a2b8;
            background: rgba(23, 162, 184, 0.1);
        }

        .swot-card.threat .swot-icon {
            color: #ffc107;
            background: rgba(255, 193, 7, 0.1);
        }

        .swot-card:hover .swot-icon {
            transform: scale(1.1);
        }

        .swot-card h4 {
            color: #0b2b18;
            font-weight: 800;
            font-size: 18px;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .swot-card p {
            color: #666;
            font-size: 15px;
            margin: 0;
            font-weight: 500;
        }
    

        .expansion-timeline {
            padding: 20px 0 40px;
            position: relative;
        }

        .timeline-row {
            position: relative;
            z-index: 2;
        }

        .timeline-line {
            position: absolute;
            top: 25px;
            /* Aligns with the dots */
            left: 12.5%;
            /* Center of first column */
            right: 12.5%;
            /* Center of last column */
            height: 4px;
            background: rgba(246, 182, 34, 0.2);
            z-index: -1;
            border-radius: 4px;
        }

        .timeline-item {
            position: relative;
            text-align: center;
        }

        .timeline-dot {
            width: 20px;
            height: 20px;
            background: #f6b622;
            border: 4px solid #0b2b18;
            border-radius: 50%;
            margin: 15px auto 35px;
            /* Positions dot vertically */
            box-shadow: 0 0 0 4px rgba(246, 182, 34, 0.3);
            transition: all 0.3s ease;
            display: none;
            /* Hide on mobile */
        }

        @media (min-width: 992px) {
            .timeline-dot {
                display: block;
                /* Show dots on desktop */
            }
        }

        .timeline-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            padding: 35px 25px;
            backdrop-filter: blur(10px);
            transition: all 0.4s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .timeline-card:hover {
            transform: translateY(-10px);
            background: rgba(246, 182, 34, 0.05);
            border-color: rgba(246, 182, 34, 0.3);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }

        .timeline-item:hover .timeline-dot {
            transform: scale(1.5);
            background: #ffffff;
            box-shadow: 0 0 0 4px rgba(246, 182, 34, 0.6);
        }

        .timeline-year {
            display: inline-block;
            background: rgba(246, 182, 34, 0.15);
            color: #f6b622;
            padding: 8px 20px;
            border-radius: 30px;
            font-weight: 800;
            font-size: 15px;
            margin-bottom: 25px;
            letter-spacing: 1px;
        }

        .timeline-year.highlight-year {
            background: #f6b622;
            color: #0b2b18;
        }

        .timeline-icon {
            font-size: 45px;
            color: #ffffff;
            margin-bottom: 20px;
            transition: all 0.4s ease;
            opacity: 0.8;
        }

        .timeline-card:hover .timeline-icon {
            color: #f6b622;
            transform: scale(1.1) translateY(-5px);
            opacity: 1;
        }

        .timeline-card h3 {
            color: #ffffff;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .timeline-card:hover h3 {
            color: #f6b622;
        }

        .timeline-card p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 15px;
            line-height: 1.7;
            margin: 0;
        }
    

        .team-point-card {
            background: #f8faf9;
            border: 1px solid rgba(11, 43, 24, 0.05);
            border-radius: 20px;
            padding: 40px 30px;
            transition: all 0.4s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
            position: relative;
            overflow: hidden;
        }

        .team-point-card:hover,
        .team-point-card.active-card {
            background: #ffffff;
            transform: translateY(-10px);
            border-color: rgba(246, 182, 34, 0.3);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        }

        .team-point-card::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 4px;
            background: #f6b622;
            transition: width 0.4s ease;
        }

        .team-point-card:hover::after,
        .team-point-card.active-card::after {
            width: 100%;
        }

        .team-point-icon {
            width: 80px;
            height: 80px;
            background: rgba(11, 43, 24, 0.05);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
        }

        .team-point-icon i {
            font-size: 32px;
            color: #0b2b18;
            transition: all 0.4s ease;
        }

        .team-point-card:hover .team-point-icon,
        .team-point-card.active-card .team-point-icon {
            background: #f6b622;
            transform: scale(1.1);
        }

        .team-point-card:hover .team-point-icon i,
        .team-point-card.active-card .team-point-icon i {
            color: #0b2b18;
        }
    

        .tech-card {
            background: #ffffff;
            border: 1px solid rgba(11, 43, 24, 0.08);
            border-radius: 20px;
            transition: all 0.4s ease;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
        }

        .tech-card:hover,
        .tech-card.active-tech-card {
            background: #0b2b18;
            transform: translateX(10px);
            border-color: #0b2b18;
            box-shadow: 0 15px 30px rgba(11, 43, 24, 0.15);
        }

        .tech-icon-box {
            width: 65px;
            height: 65px;
            background: rgba(246, 182, 34, 0.15);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
        }

        .tech-icon-box i {
            font-size: 26px;
            color: #0b2b18;
            transition: all 0.4s ease;
        }

        .tech-card:hover .tech-icon-box,
        .tech-card.active-tech-card .tech-icon-box {
            background: #f6b622;
            transform: rotate(-10deg);
        }

        .tech-card:hover .tech-icon-box i,
        .tech-card.active-tech-card .tech-icon-box i {
            color: #0b2b18;
        }

        .tech-card h3 {
            color: #0b2b18;
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 10px;
            transition: all 0.4s ease;
        }

        .tech-card:hover h3,
        .tech-card.active-tech-card h3 {
            color: #f6b622;
        }

        .tech-card p {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
            margin: 0;
            transition: all 0.4s ease;
        }

        .tech-card:hover p,
        .tech-card.active-tech-card p {
            color: rgba(255, 255, 255, 0.8);
        }
    

        .growth-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
            z-index: 1;
        }

        .growth-card.highlight-card {
            background: linear-gradient(145deg, rgba(246, 182, 34, 0.1) 0%, rgba(246, 182, 34, 0.02) 100%);
            border-color: rgba(246, 182, 34, 0.3);
        }

        .growth-card:hover {
            transform: translateY(-10px);
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(246, 182, 34, 0.5);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        .growth-card.highlight-card:hover {
            background: linear-gradient(145deg, rgba(246, 182, 34, 0.15) 0%, rgba(246, 182, 34, 0.05) 100%);
        }

        .growth-icon-wrapper {
            width: 60px;
            height: 60px;
            background: #f6b622;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
        }

        .growth-icon-wrapper i {
            font-size: 24px;
            color: #0b2b18;
        }

        .growth-card:hover .growth-icon-wrapper {
            transform: rotate(10deg) scale(1.1);
        }

        .growth-card-content h3 {
            color: #ffffff;
            font-size: 22px;
            font-weight: 700;
            margin: 0;
            transition: all 0.4s ease;
        }

        .growth-card:hover .growth-card-content h3 {
            color: #f6b622;
        }

        .divider-line {
            height: 3px;
            width: 40px;
            background: #f6b622;
            border-radius: 2px;
            transition: width 0.4s ease;
        }

        .growth-card:hover .divider-line {
            width: 80px;
        }

        .growth-card-content p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 16px;
            line-height: 1.7;
            margin: 0;
        }

        .growth-bg-icon {
            position: absolute;
            bottom: -20px;
            right: -20px;
            z-index: -1;
            opacity: 0.04;
            transition: all 0.5s ease;
        }

        .growth-bg-icon i {
            font-size: 150px;
            color: #ffffff;
        }

        .growth-card:hover .growth-bg-icon {
            transform: scale(1.2) rotate(-15deg);
            opacity: 0.08;
        }
    

        /* Finance Highlights Styles */
        .finance-card {
            background: #f8faf9;
            border: 1px solid rgba(11, 43, 24, 0.05);
            border-radius: 20px;
            padding: 30px;
            transition: all 0.4s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
            height: 100%;
        }

        .finance-card:hover,
        .finance-card.active-finance {
            background: #0b2b18;
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(11, 43, 24, 0.15);
        }

        .finance-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
            border-bottom: 1px dashed rgba(11, 43, 24, 0.1);
            padding-bottom: 15px;
        }

        .finance-card:hover .finance-header,
        .finance-card.active-finance .finance-header {
            border-bottom-color: rgba(255, 255, 255, 0.1);
        }

        .finance-header h4 {
            margin: 0;
            font-weight: 800;
            color: #0b2b18;
            font-size: 22px;
        }

        .finance-card:hover .finance-header h4,
        .finance-card.active-finance .finance-header h4 {
            color: #f6b622;
        }

        .member-badge {
            background: rgba(246, 182, 34, 0.2);
            color: #0b2b18;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 700;
        }

        .finance-card:hover .member-badge,
        .finance-card.active-finance .member-badge {
            background: #f6b622;
        }

        .finance-stats {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .finance-stats li {
            font-size: 16px;
            color: #555;
            margin-bottom: 12px;
            font-weight: 500;
            display: flex;
            justify-content: space-between;
        }

        .finance-card:hover .finance-stats li,
        .finance-card.active-finance .finance-stats li {
            color: rgba(255, 255, 255, 0.8);
        }

        .finance-stats li span {
            font-weight: 700;
            color: #0b2b18;
        }

        .finance-card:hover .finance-stats li span,
        .finance-card.active-finance .finance-stats li span {
            color: #ffffff;
        }

        .finance-stats li.profit-highlight {
            color: #0b2b18;
            font-weight: 700;
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid rgba(11, 43, 24, 0.05);
        }

        .finance-card:hover .finance-stats li.profit-highlight,
        .finance-card.active-finance .finance-stats li.profit-highlight {
            color: #f6b622;
            border-top-color: rgba(255, 255, 255, 0.1);
        }

        .finance-stats li.profit-highlight span {
            color: #f6b622;
        }

        .finance-feature-card {
            background: #ffffff;
            padding: 30px;
            border-radius: 16px;
            border: 1px solid rgba(11, 43, 24, 0.05);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
        }

        .finance-feature-card .icon-box {
            width: 50px;
            height: 50px;
            min-width: 50px;
            background: rgba(246, 182, 34, 0.2);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .finance-feature-card .icon-box i {
            font-size: 20px;
            color: #0b2b18;
        }

        .finance-feature-card h3 {
            font-size: 20px;
            font-weight: 700;
            color: #0b2b18;
            margin-bottom: 10px;
        }

        .finance-feature-card p {
            margin: 0;
            color: #666;
            line-height: 1.6;
        }

        /* Compliance Styles */
        .compliance-card {
            background: #ffffff;
            padding: 40px 25px;
            border-radius: 16px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
            border: 1px solid rgba(11, 43, 24, 0.05);
            transition: all 0.3s ease;
        }

        .compliance-card:hover {
            transform: translateY(-5px);
            border-color: #f6b622;
            box-shadow: 0 15px 30px rgba(11, 43, 24, 0.08);
        }

        .comp-icon {
            width: 70px;
            height: 70px;
            background: #0b2b18;
            color: #f6b622;
            font-size: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            transition: all 0.3s ease;
        }

        .compliance-card:hover .comp-icon {
            background: #f6b622;
            color: #0b2b18;
            transform: scale(1.1);
        }

        .compliance-card h4 {
            font-size: 18px;
            font-weight: 700;
            color: #0b2b18;
            margin-bottom: 15px;
        }

        .compliance-card p {
            font-size: 15px;
            color: #666;
            line-height: 1.6;
            margin: 0;
        }

        /* Roadmap Styles */
        .roadmap-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 40px 30px;
            border-radius: 20px;
            transition: all 0.3s ease;
        }

        .roadmap-card:hover,
        .roadmap-card.active {
            background: rgba(246, 182, 34, 0.05);
            border-color: rgba(246, 182, 34, 0.3);
            transform: translateY(-10px);
        }

        .roadmap-icon {
            font-size: 40px;
            color: rgba(255, 255, 255, 0.2);
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .roadmap-card:hover .roadmap-icon,
        .roadmap-card.active .roadmap-icon {
            color: #f6b622;
            transform: scale(1.1);
        }

        .roadmap-card h3 {
            color: #ffffff;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .roadmap-card:hover h3,
        .roadmap-card.active h3 {
            color: #f6b622;
        }

        .roadmap-card p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 15px;
            line-height: 1.6;
            margin: 0;
        }

        /* Premium CTA Button */
        .btn-premium-cta {
            display: inline-block;
            background: #0b2b18;
            color: #f6b622;
            font-size: 18px;
            font-weight: 700;
            padding: 18px 40px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 10px 20px rgba(11, 43, 24, 0.2);
        }

        .btn-premium-cta:hover {
            background: #ffffff;
            color: #0b2b18;
            transform: translateY(-3px);
            box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
        }
    
