@font-face {
    font-family: 'Oxanium';
    src: url('/static/assets/Oxanium-ExtraLight_1754776732555.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxanium';
    src: url('/static/assets/Oxanium-Light_1754776732554.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxanium';
    src: url('/static/assets/Oxanium-Regular_1754776732553.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxanium';
    src: url('/static/assets/Oxanium-Medium_1754776732552.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxanium';
    src: url('/static/assets/Oxanium-SemiBold_1754776732552.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxanium';
    src: url('/static/assets/Oxanium-Bold_1754776732551.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxanium';
    src: url('/static/assets/Oxanium-ExtraBold_1754776732550.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Apply Oxanium font globally */
* {
    font-family: 'Oxanium', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    font-family: 'Oxanium', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oxanium', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}

.navbar-brand, .nav-link, .btn {
    font-family: 'Oxanium', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

:root {
    --primary-color: #064e3b;
    --secondary-color: #a3e635;
    --accent-color: #a3e635;
    --dark-green: #064e3b;
    --light-green: #84cc16;
    --light-gray: #ffffff;
    --emerald-900: #064e3b;
    --emerald-800: #065f46;
    --emerald-700: #047857;
    --lime-400: #a3e635;
    --lime-500: #84cc16;
    --box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    --bs-primary: #064e3b;
    --bs-primary-rgb: 6, 78, 59;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

@font-face {
    font-family: 'Oxanium';
    src: url('/static/assets/Oxanium-Regular_1754776732553.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Oxanium', 'Arial', sans-serif !important;
}

body {
    font-family: 'Oxanium', 'Arial', sans-serif !important;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Common animation effects */
.scale-up {
    transition: transform 0.3s ease;
}

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

.hover-shadow {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.hover-shadow:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.btn {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 0.5s ease;
    z-index: 0;
}

.btn:hover::before {
    width: 100%;
}

.section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--primary-color);
}
    color: #333;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oxanium', 'Arial', sans-serif !important;
    font-weight: 700;
}

p, span, div, a, li, button, input, textarea, select, label, .btn, .nav-link, .navbar-brand {
    font-family: 'Oxanium', 'Arial', sans-serif !important;
}

.form-control, .form-select, .accordion-button, .accordion-body {
    font-family: 'Oxanium', 'Arial', sans-serif !important;
}

.section-padding {
    padding: 7rem 0;
}

.section-title {
    margin-bottom: 2.5rem;
    position: relative;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
}

/* Navigation Bar */
.navbar {
    background-color: rgba(6, 78, 59, 0.95);
    transition: all 0.3s ease;
    padding: 0.75rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    color: white;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
    text-align: center;
}

.navbar-nav.mx-auto {
    transform: translateX(5%);
}

@media (max-width: 991.98px) {
    .navbar-nav.mx-auto {
        transform: none;
        margin: 0 auto;
    }

    .navbar-nav {
        text-align: center;
        padding: 1rem 0;
    }

    .navbar-nav .nav-item {
        margin: 0.25rem 0;
    }

    .navbar-toggler {
        padding: 0.25rem 0.5rem;
        font-size: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .navbar-toggler:focus {
        box-shadow: none;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .navbar-collapse {
        margin-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 1rem;
    }
}

.navbar-nav .nav-link:hover {
    color: white;
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-link:hover {
        transform: none;
    }
}

.navbar .btn-outline-light {
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
    .navbar .btn-outline-light {
        margin-top: 1rem;
        padding: 0.75rem 2rem;
    }
}

/*Navbar styling */
.navbar {
    min-height: 70px;
    background-color: rgba(6, 78, 59, 0.8);
    padding: 10px 0;
    transition: all 0.3s ease;
    z-index: 1000;
}

.navbar.sticky-top {
    backdrop-filter: blur(10px);
}

.navbar-scrolled {
    background-color: rgba(6, 78, 59, 0.95);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
}

.nav-link.active {
    color: white !important;
    font-weight: 700;
}

.nav-link.active:before {
    width: 70%;
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.5rem;
    color: white;
    position: relative;
    z-index: 10;
}

.navbar-brand img {
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    animation: gentle-pulse 4s infinite alternate;
}

@keyframes gentle-pulse {
    0% {
        filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.4));
        transform: scale(1);
    }
    100% {
        filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
        transform: scale(1.05);
    }
}

.navbar-brand:hover img {
    animation: none;
    transform: scale(1.15);
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

.nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500;
    padding: 0.5rem 1.5rem !important;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
}

.nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: white;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover {
    color: white !important;
}

.nav-link:hover:before {
    width: 70%;
}

.navbar .btn-outline-light {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.navbar .btn-outline-light:hover {
    background-color: white;
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.btn-glow {
    animation: glow 2s infinite alternate;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
    }
}

/* Hero Section with Video Background */
.hero {
    min-height: 100vh;
    color: var(--accent-color);
    position: relative;
    overflow: hidden;
    padding-top: 60px; /* Match the navbar height */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -1px; /* Ensure no gap with the next section */
}

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

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

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(6, 78, 59, 0.68), rgba(6, 78, 59, 0.68));
}

.hero:after {
    /* Removed diagonal/angled shape to create a standard rectangle */
    content: '';
    position: absolute;
    bottom: 0; /* Changed from -1px to 0 for exact alignment */
    left: 0;
    width: 100%;
    height: 2px; /* Thin divider line instead of angled shape */
    background: var(--accent-color);
    z-index: 1;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.25rem;
        line-height: 1.1;
        margin-bottom: 1rem;
    }
}

.hero .lead {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hero .btn {
    margin-right: 1rem;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.hero .btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.hero .btn-light {
    background-color: var(--accent-color);
    color: var(--primary-color);
    border: none;
}

.hero .btn-outline-light {
    border: 2px solid var(--accent-color);
    background: transparent;
}

/* Hero product demo styling */
.hero-product-demo {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.hero-product-demo img {
    transition: transform 0.5s ease;
}

.hero-product-demo:hover img {
    transform: scale(1.02);
}

.demo-overlay {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hero-product-demo:hover .demo-overlay {
    opacity: 1;
}

.text-light-emphasis {
    opacity: 0.8;
    font-size: 0.9rem;
}

/* Strategic Approach Section */
.approach {
    background-color: var(--light-gray);
    padding: 7rem 0;
    position: relative;
    margin-top: -1px; /* Ensure no gap with the previous section */
}

.strategy-card {
    background-color: white;
    border-radius: 15px;
    padding: 2.5rem;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    border-bottom: 4px solid var(--primary-color);
    position: relative;
    overflow: hidden;
}

.strategy-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, var(--primary-color), var(--dark-green));
}

.strategy-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.strategy-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-green) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 20px rgba(44, 95, 45, 0.2);
    transition: all 0.3s ease;
}

.strategy-icon i {
    font-size: 2.5rem;
    color: white;
    transition: all 0.3s ease;
}

.strategy-card:hover .strategy-icon {
    transform: scale(1.1) rotate(10deg);
}

.strategy-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.strategy-card:hover h3 {
    color: var(--dark-green);
}

/* Features Section */
.features {
    background-color: var(--accent-color);
    padding: 7rem 0;
    position: relative;
    margin-top: -1px; /* Ensure no gap with the previous section */
}

.feature-card {
    padding: 2.5rem;
    border-radius: 15px;
    transition: all 0.4s ease;
    background: white;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
    border-bottom: 5px solid transparent;
    text-align: center;
}

.feature-card i {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-size: 3rem;
    transition: all 0.3s ease;
}

.feature-card h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.feature-card:hover {
    transform: translateY(-10px);
    border-bottom: 5px solid var(--primary-color);
}

.feature-card:hover i {
    transform: scale(1.2);
    color: var(--dark-green);
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Product Showcase Section */
.product-showcase {
    background-color: var(--light-gray);
    padding: 7rem 0;
    position: relative;
    margin-top: -1px; /* Ensure no gap with the previous section */
}

.product-showcase h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.preview-image {
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    max-height: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.carousel-item {
    overflow: hidden;
}

.carousel-caption {
    background: rgba(26, 67, 20, 0.7);
    border-radius: 8px;
    padding: 10px;
    bottom: 10px;
    width: 60%;
    left: 20%;
    backdrop-filter: blur(3px);
    transition: all 0.3s ease;
}

.carousel-item:hover .carousel-caption {
    transform: translateY(-5px);
    background: rgba(26, 67, 20, 0.8);
}

.carousel-caption h5 {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 3px;
}

.carousel-caption p {
    font-size: 0.85rem;
    margin-bottom: 0;
    opacity: 0.9;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary-color);
    opacity: 0.5;
    margin: 0 5px;
}

.carousel-indicators button.active {
    opacity: 1;
    transform: scale(1.2);
}

.carousel-control-prev,
.carousel-control-next {
    background-color: rgba(44, 95, 45, 0.7);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
    background-color: var(--primary-color);
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-item {
    text-align: center;
    overflow: hidden;
}

/* Sign Up Section */
.signup {
    background: linear-gradient(135deg, #2C5F2D 0%, #4CAF50 100%);
    padding: 7rem 0;
    color: var(--accent-color);
    position: relative;
    margin-top: -1px; /* Ensure no gap with the previous section */
}

.signup h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--accent-color);
}

.signup-form-container {
    background-color: var(--accent-color);
    border-radius: 15px;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    max-width: 600px;
    margin: 0 auto;
}

.form-control {
    height: 50px;
    border: 2px solid #e9ecef;
    padding: 0.75rem;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(44, 95, 45, 0.25);
}

.form-select {
    height: 50px;
    border: 2px solid #e9ecef;
    padding: 0.75rem;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(44, 95, 45, 0.25);
}

.btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--primary-color);
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--light-green);
    border-color: var(--light-green);
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Bootstrap overrides for primary color */
.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none !important;
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    box-shadow: none !important;
}

.btn-outline-primary:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: var(--primary-color) !important;
}

.btn-outline-primary:active {
    box-shadow: none !important;
    border-color: var(--primary-color) !important;
}

.btn-outline-primary.active {
    box-shadow: none !important;
    border-color: var(--primary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.progress-bar {
    background-color: var(--primary-color);
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.border-primary {
    border-color: var(--primary-color) !important;
}

/* Demo video styling */
.demo-video {
    position: relative;
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 400px;
}

.demo-video:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.demo-video video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.demo-video:hover .video-overlay {
    opacity: 1;
}

.lead-counter-container {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 3rem;
    text-align: center;
}

.lead-counter-title {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.lead-counter {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #FFD700;
}

.progress {
    height: 10px;
    border-radius: 5px;
    margin-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.3);
}

.progress-bar {
    background-color: #FFD700;
    border-radius: 5px;
}

.counter-text {
    font-size: 1rem;
    opacity: 0.9;
}

/* Success message */
.success-message {
    text-align: center;
    padding: 3rem;
}

.success-icon {
    font-size: 5rem;
    color: #28a745;
    margin-bottom: 2rem;
}

.success-heading {
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* Investment Section */
.investment {
    padding: 7rem 0;
    background-color: var(--light-gray);
}

.investment h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.investment .lead {
    margin-bottom: 2rem;
}

.investment .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 0.75rem 2rem;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.investment .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background-color: var(--dark-green);
}

.investment a:not(.btn) {
    color: var(--primary-color);
    font-weight: 500;
    transition: all 0.3s ease;
}

.investment a:not(.btn):hover {
    text-decoration: underline;
    color: var(--dark-green);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .section-padding {
        padding: 4rem 0;
    }

    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .preview-image {
        max-height: 450px;
    }

    /* Better card spacing on tablets */
    .card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .hero {
        min-height: 85vh;
        padding-top: 80px;
    }

    .hero h1 {
        font-size: 2.25rem;
        line-height: 1.1;
        margin-bottom: 1rem;
    }

    .hero .lead {
        font-size: 1.125rem;
        margin-bottom: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 280px;
        padding: 0.875rem 2rem;
        font-size: 1.125rem;
    }

    .section-padding {
        padding: 3.5rem 0;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

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

    .signup-form-container {
        padding: 1.5rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    .preview-image {
        max-height: 350px;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    /* Improve form controls on mobile */
    .form-control, .form-select {
        font-size: 16px; /* Prevents zoom on iOS */
        padding: 0.875rem;
    }

    /* Better demo section layout */
    .demo-nav {
        margin-bottom: 2rem;
    }

    .demo-btn {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .hero {
        padding-top: 70px;
        min-height: 90vh;
    }

    .hero h1 {
        font-size: 1.875rem;
        line-height: 1.1;
    }

    .hero .lead {
        font-size: 1rem;
    }

    .preview-image {
        max-height: 280px;
    }

    .section-padding {
        padding: 2.5rem 0;
    }

    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .lead-counter {
        font-size: 2rem;
    }

    .carousel-control-prev {
        left: 5px;
    }

    .carousel-control-next {
        right: 5px;
    }

    .section-title {
        font-size: 1.75rem;
    }

    /* Stack demo content vertically */
    .demo-section .row {
        flex-direction: column-reverse;
    }

    .demo-section .col-lg-6:first-child {
        margin-top: 2rem;
    }

    /* Improve card spacing */
    .card {
        margin-bottom: 1rem;
    }

    /* Better accordion spacing */
    .accordion-item {
        margin-bottom: 0.75rem;
    }

    .accordion-button {
        padding: 1rem;
        font-size: 1rem;
    }

    .accordion-body {
        padding: 1rem;
    }

    /* Optimize chatbot for mobile */
    .chatbot-container {
        width: 100vw;
        height: 100vh;
        bottom: 0;
        right: 0;
        border-radius: 0;
        position: fixed;
    }

    .chatbot-button {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
}

/* Testimonials Section */
.testimonials {
    background-color: var(--accent-color);
    padding: 7rem 0;
}

.testimonial-card {
    background-color: var(--light-gray);
    border-radius: 15px;
    padding: 2rem;
    margin: 1rem 0.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.testimonial-card:before {
    content: '"';
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 5rem;
    color: rgba(44, 95, 45, 0.1);
    font-family: 'Georgia', serif;
}

/* Footer Styling */
footer {
    background-color: #133815;
    color: #fff;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
}

footer h5 {
    font-weight: 600;
    margin-bottom: 1.2rem;
    color: #fff;
}

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

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(5px);
}

footer .text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
}

footer .btn-primary {
    border-radius: 50px;
    padding: 0.6rem 1.75rem;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.testimonial-author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
    border: 3px solid var(--primary-color);
}

.testimonial-author-info h4 {
    margin-bottom: 0.25rem;
    font-size: 1.1rem;
}

.testimonial-author-info p {
    margin-bottom: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Stats Section */
.stats {
    background: linear-gradient(rgba(44, 95, 45, 0.9), rgba(44, 95, 45, 0.9)),
                url('https://images.unsplash.com/photo-1540747913346-19e32dc3e97e');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 5rem 0;
    color: var(--accent-color);
}

.stat-item {
    text-align: center;
    padding: 1rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
}

.stat-label {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Strategy Demo Section */
.strategy-demo {
    padding: 7rem 0;
    position: relative;
    background-color: var(--light-gray);
}

.video-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
}

.video-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

.video-caption {
    text-align: center;
    padding: 1rem;
}

.video-caption h5 {
    color: var(--primary-color);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.video-caption p {
    color: #555;
    margin-bottom: 0;
}

/* Compact Testimonials Section */
.testimonials-compact {
    padding: 4rem 0;
}

.testimonial-card-compact {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.testimonial-card-compact:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(44, 95, 45, 0.12);
    border-color: var(--primary-color);
}

.testimonial-quote-small {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: left;
}

.testimonial-text-compact {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    font-style: italic;
    margin-bottom: 1rem;
    min-height: 45px;
}

.testimonial-author-compact {
    border-top: 1px solid #f0f0f0;
    padding-top: 1rem;
}

.testimonial-author-compact h6 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0.2rem;
    font-size: 0.95rem;
}

.testimonial-author-compact small {
    color: #666;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Chatbot Styles */
.chatbot-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-family: 'Oxanium', sans-serif;
}

.chatbot-button {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #4CAF50 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(44, 95, 45, 0.3);
    transition: all 0.3s ease;
    position: relative;
    color: white;
    font-size: 1.5rem;
}

.chatbot-button:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(44, 95, 45, 0.4);
}

.chatbot-badge {
    position: absolute;
    top: -5px;
    right: -120px;
    background: var(--primary-color);
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
    font-weight: 500;
}

.chatbot-button:hover .chatbot-badge {
    opacity: 1;
    transform: translateX(0);
}

.chatbot-container {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 380px;
    height: 500px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.chatbot-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, #4CAF50 100%);
    color: white;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chatbot-header-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chatbot-avatar {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.chatbot-title h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.chatbot-title span {
    font-size: 0.85rem;
    opacity: 0.9;
}

.chatbot-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.chatbot-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.chatbot-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.chatbot-message {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.bot-message {
    align-self: flex-start;
}

.user-message {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.message-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.user-message .message-avatar {
    background: #007bff;
}

.message-content {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 18px;
    max-width: 250px;
    font-size: 0.9rem;
    line-height: 1.4;
}

.user-message .message-content {
    background: #007bff;
    color: white;
}

.message-content ul {
    margin: 8px 0;
    padding-left: 15px;
}

.message-content li {
    margin: 4px 0;
}

.chatbot-quick-actions {
    padding: 15px 20px 10px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.quick-action-btn {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #333;
}

.quick-action-btn:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.chatbot-input-area {
    padding: 15px 20px;
    border-top: 1px solid #e0e0e0;
    background: #fafafa;
}

.chatbot-input-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

#chatbot-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s ease;
}

#chatbot-input:focus {
    border-color: var(--primary-color);
}

.chatbot-send-btn {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.chatbot-send-btn:hover {
    background: #1f4a20;
    transform: scale(1.05);
}

.chatbot-send-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .chatbot-container {
        width: 100vw;
        height: 100vh;
        bottom: 0;
        right: 0;
        border-radius: 0;
        position: fixed;
        z-index: 10000;
    }

    .chatbot-badge {
        display: none;
    }

    .chatbot-button {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
        bottom: 20px;
        right: 20px;
    }
}

/* Improve touch targets for mobile */
@media (max-width: 767.98px) {
    .nav-link {
        padding: 0.75rem 1rem !important;
        font-size: 1.125rem;
    }

    .navbar-nav .nav-item {
        margin: 0.25rem 0;
    }

    .btn {
        min-height: 44px; /* iOS recommended touch target */
        font-size: 1rem;
    }

    .quick-action-btn {
        min-height: 44px;
        padding: 0.75rem 1rem;
    }
}

/* Problem Section */
.problem-card {
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(44, 95, 45, 0.2);
    transition: all 0.3s ease;
    height: 100%;
}

.problem-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 35px rgba(44, 95, 45, 0.2);
}

.problem-card h4 {
    color: #2C5F2D;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.problem-card p {
    color: #555;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.problem-icon {
    text-align: center;
}

/* Demo Section */
.demo-nav {
    margin-bottom: 3rem;
}

.demo-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
}

.demo-btn.active,
.demo-btn:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(44, 95, 45, 0.3);
}

.demo-section {
    display: none;
    animation: fadeInUp 0.5s ease;
}

.demo-section.active {
    display: block;
}

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

.demo-features {
    margin-bottom: 0;
}

.demo-features li {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}

.demo-placeholder {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.1) 0%, rgba(233, 236, 239, 0.1) 100%);
    border-radius: 15px;
    padding: 4rem 2rem;
    text-align: center;
    border: 2px dashed rgba(222, 226, 230, 0.3);
    transition: all 0.3s ease;
}

.demo-placeholder:hover {
    border-color: var(--primary-color);
    background: linear-gradient(135deg, rgba(240, 248, 240, 0.2) 0%, rgba(232, 245, 232, 0.2) 100%);
}

.placeholder-content {
    color: #666;
}

.placeholder-content i {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

/* Transformation Section */
.transformation-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.transformation-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(44, 95, 45, 0.12);
    border-color: var(--primary-color);
}

.transformation-icon {
    margin-bottom: 1.5rem;
}

.transformation-card h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.transformation-card p {
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Contact Page Styles */
.contact-header {
    padding-top: 120px;
    padding-bottom: 80px;
}

.contact-form-section {
    padding: 5rem 0;
}

.contact-form-container {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
}

.contact-info {
    padding: 5rem 0;
}

.contact-info-card {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(44, 95, 45, 0.12);
}

.contact-icon {
    margin-bottom: 1rem;
}

.contact-info-card h5 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

/* FAQ Section Improvements */
.faq {
    padding: 5rem 0;
    background: white;
}

.accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 10px !important;
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-button {
    background: white;
    border: none;
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1.1rem;
}

.accordion-button:not(.collapsed) {
    background: var(--primary-color);
    color: white;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(44, 95, 45, 0.25);
}

.accordion-body {
    padding: 1.5rem;
    background: #f8f9fa;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

/* Header signup button */
.btn-signup {
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
}

.btn-signup:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-color: white;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

/* Call to action */
.cta {
    padding: 5rem 0;
    background: linear-gradient(135deg, #2C5F2D 0%, #4CAF50 100%);
    color: var(--accent-color);
    text-align: center;
}

.cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.cta .lead {
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta .btn {
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    background: var(--accent-color);
    color: var(--primary-color);
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.cta .btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Footer */
footer {
    padding: 3rem 0;
    background-color: #1A2C1A;
    color: var(--accent-color);
}

footer a {
    color: var(--accent-color);
    opacity: 0.8;
    transition: all 0.3s ease;
}

footer a:hover {
    opacity: 1;
    color: var(--accent-color);
}

/* Notifications */
.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    min-width: 300px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.toast .toast-body {
    padding: 1rem;
    font-size: 1rem;
}

/* Hero Buttons */
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

@media (max-width: 768px) {
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 280px;
    }
}

/* Video container styling */
.video-container {
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.video-container video {
    width: 100%;
    display: block;
}

/* Challenge and solution items styling */
.challenge-item, .solution-item {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.challenge-item:hover, .solution-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.challenge-item h5, .solution-item h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.cta.bg-light .solution-item {
    background-color: #f8f9fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Target Audience Section */
.audience {
    background-color: var(--light-gray);
    padding: 7rem 0;
}

.persona-card {
    background-color: white;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    height: 100%;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid var(--primary-color);
    position: relative;
    overflow: hidden;
}

.persona-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(44, 95, 45, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    z-index: 0;
}

.persona-card h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0 1rem;
    color: var(--primary-color);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.persona-card:hover h3 {
    transform: scale(1.05);
}

.persona-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-green) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(44, 95, 45, 0.3);
    transition: all 0.3s ease;
}

.persona-icon i {
    font-size: 2.5rem;
    color: white;
    transition: all 0.3s ease;
}

.persona-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

/* FAQ Section */
.faq {
    background-color: var(--accent-color);
    padding: 7rem 0;
}

.accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.accordion-header {
    margin: 0;
}

.accordion-button {
    padding: 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    background-color: white;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: var(--primary-color);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::after {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
}

.accordion-body {
    padding: 1.5rem;
    background-color: white;
    font-size: 1rem;
    line-height: 1.6;
}

/* Timeline Section */
.timeline-section {
    background-color: var(--light-gray);
    padding: 7rem 0;
}

.timeline-progress {
    position: relative;
    margin-bottom: 3rem;
}

.timeline-marker {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 8px rgba(44, 95, 45, 0.1);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.timeline-marker.active {
    background-color: var(--primary-color);
    color: white;
}

.marker-label {
    font-weight: 600;
    font-size: 0.9rem;
    position: absolute;
    width: max-content;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-marker.active .marker-label {
    color: var(--primary-color);
    font-weight: 700;
}

.timeline-progress .progress {
    height: 8px;
    background-color: rgba(44, 95, 45, 0.1);
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    z-index: 1;
}

.timeline-progress .progress-bar {
    background-color: var(--primary-color);
}

.timeline-card {
    background-color: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    border-top: 5px solid var(--primary-color);
}

.timeline-card h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.timeline-card ul li {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
}

.timeline-card ul li i {
    color: var(--primary-color);
    margin-right: 0.5rem;
    margin-top: 0.25rem;
}

.timeline-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767.98px) {
    .timeline-marker {
        width: 40px;
        height: 40px;
    }

    .marker-label {
        font-size: 0.8rem;
        top: -25px;
    }

    .timeline-progress .progress {
        top: 20px;
        left: 20px;
        right: 20px;
    }

    .timeline-card {
        padding: 1.5rem;
    }
}