/* =========================================
   HOMEPAGE REDESIGN - GÜBRE THEME 2026
   ========================================= */

:root {
    --agri-primary: #4d7c0f;
    /* Deep Green */
    --agri-secondary: #bef264;
    /* Lime Green */
    --agri-accent: #facc15;
    /* Sunlight Yellow */
    --agri-dark: #1a2e05;
    /* Soil Dark */
    --agri-gray: #f3f4f6;
    --agri-glass: rgba(255, 255, 255, 0.85);
    --agri-radius: 20px;
    --agri-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* General Layout Tweaks */
.homepage-redesign {
    background-color: #fcfdfa;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

/* 1. HERO SECTION REDESIGN - MODERN SPLIT V3 */
.hero-split-wrapper {
    position: relative;
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
    background: #f8fafc;
    /* Very light gray/blue tint */
    background-image: radial-gradient(circle at 10% 20%, rgba(220, 252, 231, 0.4) 0%, transparent 40%);
    /* Subtle green glow */
}

/* LEFT COLUMN: TEXT CONTENT */
.hero-split-content {
    padding-right: 40px;
    z-index: 5;
    position: relative;
}

/* Tag/Badge */
.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 8px 16px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.tag-icon {
    color: var(--agri-primary);
    font-size: 1rem;
}

.tag-text {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--agri-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Typography */
.split-hero-title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    color: var(--agri-dark);
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1.5px;
}

.highlight-text {
    color: var(--agri-primary);
    position: relative;
    display: inline-block;
}

.highlight-text::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 12px;
    background: var(--agri-secondary);
    z-index: -1;
    opacity: 0.4;
    border-radius: 4px;
}

.split-hero-desc {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 40px;
    max-width: 550px;
    font-weight: 500;
}

/* Actions */
.split-hero-actions {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 50px;
}

.btn-modern-primary {
    background: var(--agri-dark);
    color: #ffffff;
    padding: 16px 35px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(26, 46, 5, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-modern-primary:hover {
    background: var(--agri-primary);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(77, 124, 15, 0.3);
    color: #fff;
}

.btn-modern-outline {
    background: transparent;
    color: var(--agri-dark);
    padding: 16px 35px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-modern-outline:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: var(--agri-primary);
}

/* Trust Badges */
.hero-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 25px;
    margin-top: 25px;
}

.modern-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.modern-trust-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(77, 124, 15, 0.08);
    border-color: rgba(77, 124, 15, 0.2);
}

.mti-icon {
    width: 44px;
    height: 44px;
    background: rgba(190, 242, 100, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--agri-primary);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.mti-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.mti-content strong {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--agri-dark);
    margin-bottom: 2px;
}

.mti-content span {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.3;
}

/* RIGHT COLUMN: VISUAL COMPOSITION */
.hero-visual-composition {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.composition-blob {
    position: absolute;
    width: 120%;
    height: 120%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23BEF264' d='M44.7,-76.4C58.9,-69.2,71.8,-59.1,81.6,-46.6C91.4,-34.1,98.1,-19.2,95.8,-4.9C93.5,9.3,82.2,22.9,71.3,34.3C60.4,45.7,49.9,54.9,38,62.3C26.1,69.7,12.8,75.3,-0.9,76.9C-14.6,78.5,-30.2,76.1,-43.3,68.9C-56.4,61.7,-67,49.7,-74.6,36.2C-82.2,22.7,-86.8,7.7,-84.8,-6.2C-82.9,-20.1,-74.4,-32.9,-63.4,-42.6C-52.4,-52.3,-38.9,-58.9,-25.9,-66.8C-12.9,-74.7,-0.4,-83.9,13.2,-85.6C26.8,-87.3,42.4,-81.5,44.7,-76.4Z' transform='translate(100 100)' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.15;
    z-index: 1;
    animation: blobPulse 8s ease-in-out infinite;
}

@keyframes blobPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1) rotate(5deg);
    }
}

.main-image-container {
    position: relative;
    z-index: 5;
    width: 90%;
    height: 85%;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    background: #fff;
    transform: rotate(-2deg);
    transition: all 0.5s ease;
}

.main-image-container:hover {
    transform: rotate(0deg) scale(1.02);
}

.hero-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dynamic Slider Fixes */
.hero-right-slider,
.hero-right-slider .slick-list,
.hero-right-slider .slick-track,
.hero-right-slide-item {
    height: 100%;
    width: 100%;
}

.hero-right-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Floating Card */
.floating-stat-card {
    position: absolute;
    bottom: 80px;
    left: 0;
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
    animation: floatCard 5s ease-in-out infinite;
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: rgba(190, 242, 100, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--agri-primary);
    font-size: 1.5rem;
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--agri-dark);
}

.stat-label {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .split-hero-title {
        font-size: 2.2rem;
    }

    .split-hero-title .highlight-text {
        display: block;
        margin: 5px auto;
        width: fit-content;
    }

    .hero-split-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }

    .hero-tag {
        margin: 40px auto 25px;
    }

    .highlight-text {
        display: inline;
    }

    .split-hero-desc {
        font-size: 1rem;
        padding: 0 10px;
        margin: 0 auto 30px;
    }

    .split-hero-actions {
        justify-content: center;
    }

    .split-hero-actions .btn-modern-outline {
        display: none !important;
    }

    .hero-trust-badges {
        justify-content: center;
    }

    .hero-visual-composition {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-visual-composition .main-image-container {
        height: 450px;
    }

    .main-image-container {
        width: 100%;
        transform: rotate(0deg);
    }

    .floating-stat-card {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        width: 90%;
        max-width: 400px;
        margin: 20px auto 0;
        padding: 16px 28px;
        border-radius: 16px;
        background: linear-gradient(135deg, #2e7d32, #43a047);
        color: #fff;
        box-shadow: 0 8px 25px rgba(46, 125, 50, 0.3);
        justify-content: center;
        animation: none;
    }

    .floating-stat-card .stat-icon {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    .floating-stat-card .stat-value {
        color: #fff !important;
    }

    .floating-stat-card .stat-label {
        color: rgba(255, 255, 255, 0.85) !important;
    }
}

/* 2. CATEGORY MASONRY */
.category-masonry {
    padding: 60px 0;
    background: #fff;
}

.masonry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 280px);
    gap: 20px;
}

.masonry-item {
    position: relative;
    border-radius: var(--agri-radius);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--agri-shadow);
    transition: transform 0.3s ease;
}

.masonry-item:hover {
    transform: scale(1.02);
}

.masonry-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.masonry-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.masonry-item:hover .masonry-img {
    transform: scale(1.1);
}

.masonry-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
}

.masonry-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}

.masonry-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--agri-secondary);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.masonry-item:hover .masonry-link {
    opacity: 1;
    transform: translateY(0);
}

/* 3. PRODUCT SHOWCASE TABS */
.product-showcase {
    padding: 80px 0;
    background-color: var(--agri-gray);
    position: relative;
}

.showcase-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--agri-dark);
    margin-bottom: 20px;
}

.tabs-nav {
    display: inline-flex;
    background: #e5e7eb;
    padding: 5px;
    border-radius: 50px;
    position: relative;
    z-index: 10;
}

.tab-btn {
    padding: 12px 30px;
    border-radius: 40px;
    border: none;
    background: transparent;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn.active {
    background: #fff;
    color: var(--agri-primary);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

/* Modern Product Card */
.modern-card {
    background: #fff;
    border-radius: var(--agri-radius);
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

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

.card-img-wrapper {
    position: relative;
    height: 250px;
    background: #f9fafb;
    overflow: hidden;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    transition: transform 0.3s ease;
}

.modern-card:hover .card-img {
    transform: scale(1.05);
}

.card-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.badge {
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.badge.new {
    background: var(--agri-secondary);
    color: var(--agri-dark);
}

.badge.sale {
    background: #ef4444;
    color: #fff;
}

.card-body {
    padding: 20px;
}

.card-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--agri-dark);
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
}

.card-brand {
    font-size: 0.85rem;
    color: #9ca3af;
    margin-bottom: 15px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-price {
    display: flex;
    flex-direction: column;
}

.price-current {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--agri-primary);
}

.price-old {
    font-size: 0.9rem;
    color: #9ca3af;
    text-decoration: line-through;
}

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

.modern-card:hover .add-btn {
    background: var(--agri-primary);
    color: #fff;
}

/* Deal of the Day CSS Removed */

/* 5. WHY US STRIP */
.why-us-strip {
    padding: 60px 0;
    background: var(--agri-secondary);
}

.features-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.feature-box {
    text-align: center;
    color: var(--agri-dark);
}

.feature-icon-lg {
    font-size: 3rem;
    margin-bottom: 15px;
    color: var(--agri-primary);
}

.feature-title-lg {
    font-size: 1.25rem;
    font-weight: 800;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 3rem;
    }

    .masonry-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 250px);
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .deal-wrapper {
        flex-direction: column;
    }

    .deal-image {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .features-flex {
        flex-direction: column;
        gap: 40px;
    }

    .hero-wrapper {
        height: 70vh;
        border-bottom-right-radius: 0;
    }

    .hero-content {
        left: 5%;
        width: 90%;
        text-align: center;
    }

    .masonry-grid {
        display: flex;
        flex-direction: column;
    }

    .masonry-item {
        height: 250px;
    }
}

.product-features-section {
    padding: 50px 0 0 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.features-layout-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Side Columns */
.features-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 90px;
    /* Generous spacing between items */
    z-index: 2;
    padding: 20px 0;
}

.features-column.left {
    text-align: right;
    align-items: flex-end;
}

.features-column.right {
    text-align: left;
    align-items: flex-start;
}

/* EXAGGERATED "C" SHAPE LOGIC */
/* Left Column transforms */
.features-column.left .feature-item:nth-child(1),
.features-column.left .feature-item:nth-child(4) {
    transform: translateX(30px);
    /* Slightly in */
}

.features-column.left .feature-item:nth-child(2),
.features-column.left .feature-item:nth-child(3) {
    transform: translateX(-60px);
    /* Push out to allow circle space */
}

/* Right Column transforms */
.features-column.right .feature-item:nth-child(1),
.features-column.right .feature-item:nth-child(4) {
    transform: translateX(-30px);
    /* Slightly in */
}

.features-column.right .feature-item:nth-child(2),
.features-column.right .feature-item:nth-child(3) {
    transform: translateX(60px);
    /* Push out */
}

/* Item Styling */
.feature-item {
    position: relative;
    width: 320px;
    transition: all 0.4s ease;
}

.feature-item:hover {
    transform: scale(1.05) !important;
    z-index: 10;
}

/* Big Numbers */
.f-number {
    font-size: 9rem;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.08);
    /* Darker, thinner stroke */
    position: absolute;
    top: -65px;
    line-height: 1;
    z-index: -1;
    font-family: 'Poppins', sans-serif;
    pointer-events: none;
}

.features-column.left .f-number {
    right: -30px;
}

.features-column.right .f-number {
    left: -30px;
}

/* Text */
.feature-item h4 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--agri-dark);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.feature-item p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

/* Center Product Area */
.features-center-product {
    flex: 0 0 500px;
    /* Fixed width */
    min-width: 500px;
    height: 700px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    z-index: 10;
    margin: 0 40px;
    /* Safe distance from text columns */
}

.center-product-label {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--agri-primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
    z-index: 5;
}

.feature-product-img {
    width: 100%;
    height: auto;
    max-height: 550px;
    object-fit: contain;
    /* Blend mode to help with white backgrounds */
    mix-blend-mode: multiply;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
    transition: transform 0.5s ease;
    z-index: 2;
}

.feature-product-img.floating-anim {
    animation: floatProduct 6s ease-in-out infinite;
}

/* Background Circle */
.product-circle-bg {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(closest-side, rgba(190, 242, 100, 0.3) 0%, transparent 100%);
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@keyframes floatProduct {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* Responsive */
@media (max-width: 1400px) {
    .features-center-product {
        flex: 0 0 400px;
        min-width: 400px;
        height: 600px;
        margin: 0 20px;
    }

    .f-number {
        font-size: 7rem;
    }

    .features-column {
        gap: 60px;
    }
}

@media (max-width: 1100px) {
    .features-layout-wrapper {
        flex-direction: column;
        padding-top: 50px;
    }

    .features-column {
        gap: 50px;
        text-align: center !important;
        align-items: center !important;
        padding: 0;
    }

    .features-column.left .feature-item:nth-child(n),
    .features-column.right .feature-item:nth-child(n) {
        transform: none !important;
    }

    .features-center-product {
        order: -1;
        height: 400px;
        margin: 0 0 50px 0;
    }

    .f-number {
        left: 50% !important;
        right: auto !important;
    }
}

/* 7. TRUST & LOGISTICS STRIP */
.trust-logistics-strip {
    background: #ffffff;
    padding: 30px 0;
    border-top: 1px solid #e2e8f0;
    /* Optional separator line */
    position: relative;
    z-index: 5;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    margin-top: -40px;
}

.tls-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.tls-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.tls-item:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
}

.tls-icon {
    width: 50px;
    height: 50px;
    background: rgba(101, 163, 13, 0.1);
    color: var(--agri-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.tls-item:hover .tls-icon {
    background: var(--agri-primary);
    color: #fff;
    transform: rotateY(180deg);
}

.tls-content {
    display: flex;
    flex-direction: column;
}

.tls-content strong {
    font-size: 0.95rem;
    color: var(--agri-dark);
    font-weight: 700;
}

.tls-content span {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

/* 8. BRAND STORY (VERDESOL) */
.brand-story-section {

    background: #fff;
    overflow: hidden;
}

.brand-story-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
}

.bs-text {
    flex: 1;
}

.bs-subtitle {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--agri-primary);
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.bs-title {
    font-size: 2.5rem;
    line-height: 1.2;
    color: var(--agri-dark);
    font-weight: 800;
    margin-bottom: 25px;
}

.bs-separator {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--agri-primary), var(--agri-secondary));
    margin-bottom: 30px;
    border-radius: 2px;
}

.bs-text p {
    font-size: 1rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 20px;
}

.bs-text p strong {
    color: var(--agri-dark);
    font-weight: 600;
}

.bs-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 14px 30px;
    background: var(--agri-dark);
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.bs-btn:hover {
    background: var(--agri-primary);
    transform: translateX(5px);
    color: #fff;
}

.bs-visual {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
}

.bs-image-card {
    width: 100%;
    max-width: 500px;
    height: 500px;
    background: #f8fafc;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* Abstract shape decoration */
.bs-image-card::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: var(--agri-secondary);
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(40px);
}

.bs-image-card::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: var(--agri-primary);
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(40px);
}

.bs-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.bs-badge .count {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--agri-primary);
    line-height: 1;
}

.bs-badge .label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    margin-top: 5px;
}

/* Placeholder styling logic */
.bs-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center, #f1f5f9 0%, #e2e8f0 100%);
}

.bs-img-placeholder i {
    font-size: 8rem;
    color: #cbd5e1;
    opacity: 0.5;
}

/* 9. EFFICIENCY TIMELINE (PROCESS) */
.efficiency-timeline-section {
    padding: 0 0 40px 0;
    background: #fff;
    position: relative;
    margin-top: -20px;
    /* Slight pull up if needed, or just 0 padding */
    z-index: 10;
}

.timeline-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 20px;
}

.timeline-line {
    position: absolute;
    top: 40px;
    /* Aligns with icon center approx */
    left: 50px;
    right: 50px;
    height: 2px;
    background: #e2e8f0;
    z-index: 1;
}

.timeline-step {
    flex: 1;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 15px;
}

.step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--agri-primary);
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}

.timeline-step:hover .step-icon {
    background: var(--agri-primary);
    border-color: var(--agri-primary);
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 15px 30px rgba(101, 163, 13, 0.25);
}

.step-content .step-number {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    margin-bottom: -15px;
    /* Overlap effect */
    position: relative;
    z-index: -1;
    transition: all 0.3s ease;
}

.timeline-step:hover .step-number {
    color: rgba(101, 163, 13, 0.1);
    transform: translateY(-5px);
}

.step-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--agri-dark);
    margin-bottom: 10px;
}

.step-content p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

/* RESPONSIVE CSS FOR NEW SECTIONS */
@media (max-width: 992px) {
    .brand-story-wrapper {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }

    .bs-separator {
        margin: 0 auto 30px;
    }

    .bs-image-card {
        height: 400px;
    }

    .timeline-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .timeline-line {
        width: 2px;
        height: 100%;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    .timeline-step {
        display: flex;
        align-items: center;
        text-align: left;
        gap: 20px;
        background: #fff;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    }

    .timeline-step:hover .step-icon {
        transform: none;
    }

    .step-icon {
        margin: 0;
        /* Reset auto margin */
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        font-size: 1.4rem;
    }

    .step-content .step-number {
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .tls-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .tls-item {
        background: #f8fafc;
    }

    .bs-title {
        font-size: 1.8rem;
    }

    .bs-image-card {
        height: 300px;
    }
}

/* 10. VIDEO & TEXT SECTION */
.video-text-section {
    padding: 50px 0;
    background: #fff;
    position: relative;
    z-index: 5;
}

.vt-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.vt-video-col {
    flex: 1;
    position: relative;
}

.vt-content-col {
    flex: 1;
}

.vt-video-container {
    position: relative;
    width: 100%;
    /* Removed fixed aspect ratio to let video dictate height */
    height: auto;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.vt-video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    cursor: pointer;
}

.vt-video-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vt-video-placeholder:hover img {
    transform: scale(1.05);
}

.play-icon {
    position: absolute;
    font-size: 4rem;
    color: #fff;
    z-index: 2;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.vt-video-placeholder:hover .play-icon {
    transform: scale(1.2);
}

.vt-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vt-subtitle {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--agri-primary);
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vt-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--agri-dark);
    line-height: 1.2;
    margin-bottom: 20px;
}

.vt-separator {
    width: 60px;
    height: 4px;
    background: var(--agri-gradient);
    border-radius: 2px;
    margin-bottom: 25px;
}

.vt-content-col p {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 30px;
}

.vt-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.vt-features-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 1.05rem;
    color: var(--agri-dark);
    font-weight: 500;
}

.vt-features-list li i {
    color: var(--agri-primary);
    font-size: 1.2rem;
}


.vt-btn-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.vt-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: var(--agri-dark);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.vt-btn-secondary {
    background: transparent;
    color: var(--agri-dark);
    border: 2px solid var(--agri-dark);
}

.vt-btn:hover {
    background: var(--agri-primary);
    border-color: var(--agri-primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(101, 163, 13, 0.3);
    color: #fff;
}

/* RESPONSIVE FOR VIDEO TEXT SECTION */
@media (max-width: 992px) {
    .vt-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .vt-separator {
        margin: 0 auto 25px;
    }

    .vt-features-list {
        display: inline-block;
        text-align: left;
    }

    .vt-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .vt-btn-group {
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 0 10px;
    }

    .vt-btn {
        padding: 12px 15px;
        font-size: 0.9rem;
        flex: 1;
        justify-content: center;
        white-space: nowrap;
    }
}

/* UTILITY CLASSES FOR VISIBILITY CONTROL */
@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }
}

@media (min-width: 769px) {
    .desktop-only {
        display: block !important;
    }

    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .bs-badge {
        top: auto;
        bottom: -20px;
        left: 20px;
        transform: scale(0.9);
    }
}