/* Why Choose Us Section */
#why-choose-us {
    background-color: #052e16;
    /* Deep Dark Green */
    padding: 0;
    /* Full width split */
    font-family: var(--font-body, sans-serif);
    overflow: hidden;
}

.wcu-wrapper {
    display: flex;
    flex-wrap: wrap;
    min-height: 600px;
}

/* Left Column - Image */
.wcu-image-col {
    flex: 1;
    min-width: 300px;
    position: relative;
    background-image: url('https://images.unsplash.com/photo-1595801395265-f8145491f70e?q=80&w=687&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    /* Placeholder Farmer Image */
    background-size: cover;
    background-position: center;
}

/* Play Button Overlay */
.wcu-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: transform 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.wcu-play-btn::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #8d6e63;
    /* Brownish tone from screenshot */
    border-radius: 50%;
    z-index: 1;
}

.wcu-play-btn i {
    color: white;
    font-size: 24px;
    z-index: 2;
    margin-left: 4px;
    /* Optical center adjustment */
}

.wcu-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Right Column - Content */
.wcu-content-col {
    flex: 1;
    min-width: 300px;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wcu-subtitle {
    color: #fdd835;
    /* Yellow accent */
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wcu-subtitle i {
    font-size: 14px;
}

.wcu-content-col h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    font-family: var(--font-heading, sans-serif);
}

.wcu-description {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 500px;
}

/* Feature Blocks */
.wcu-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wcu-feature {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.wcu-icon-box {
    width: 60px;
    height: 60px;
    background-color: #fdd835;
    /* Yellow background */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wcu-icon-box i {
    color: #052e16;
    /* Dark green icon */
    font-size: 28px;
}

.wcu-feature-text h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.wcu-feature-text p {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    max-width: 400px;
}

/* Why Choose Us Section */
#why-choose-us {
    background-color: #052e16;
    /* Deep Dark Green */
    padding: 0;
    /* Full width split */
    font-family: var(--font-body, sans-serif);
    overflow: hidden;
}

.wcu-wrapper {
    display: flex;
    flex-wrap: wrap;
    min-height: 600px;
}

/* Left Column - Image */
.wcu-image-col {
    flex: 1;
    min-width: 300px;
    position: relative;
    background-image: url('https://images.unsplash.com/photo-1595801395265-f8145491f70e?q=80&w=687&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    /* Placeholder Farmer Image */
    background-size: cover;
    background-position: center;
}

/* Play Button Overlay */
.wcu-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: transform 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.wcu-play-btn::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #8d6e63;
    /* Brownish tone from screenshot */
    border-radius: 50%;
    z-index: 1;
}

.wcu-play-btn i {
    color: white;
    font-size: 24px;
    z-index: 2;
    margin-left: 4px;
    /* Optical center adjustment */
}

.wcu-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Right Column - Content */
.wcu-content-col {
    flex: 1;
    min-width: 300px;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wcu-subtitle {
    color: #fdd835;
    /* Yellow accent */
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wcu-subtitle i {
    font-size: 14px;
}

.wcu-content-col h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    font-family: var(--font-heading, sans-serif);
}

.wcu-description {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 500px;
}

/* Feature Blocks */
.wcu-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wcu-feature {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.wcu-icon-box {
    width: 60px;
    height: 60px;
    background-color: #fdd835;
    /* Yellow background */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wcu-icon-box i {
    color: #052e16;
    /* Dark green icon */
    font-size: 28px;
}

.wcu-feature-text h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.wcu-feature-text p {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    max-width: 400px;
}

/* Responsive */
@media (max-width: 992px) {
    .wcu-content-col {
        padding: 60px 30px;
    }

    .wcu-content-col h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .wcu-image-col {
        min-height: 300px;
    }
}

/* Marquee Section */
.marquee-section {
    background-color: #fdd835;
    /* Yellow background */
    padding: 24px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.marquee-track {
    display: flex;
    width: fit-content;
    animation: marquee 25s linear infinite;
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 40px;
    /* Space between items */
    padding-right: 40px;
    /* Space after last item */
}

.marquee-content span {
    font-family: var(--font-heading, sans-serif);
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #052e16;
    /* Dark green text */
    letter-spacing: 1px;
}

.marquee-content i {
    color: #ffffff;
    /* White leaf icon */
    font-size: 20px;
    opacity: 0.8;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.marquee-section:hover .marquee-track {
    animation-play-state: paused;
}