﻿.wsf-hero-section {
    position: relative;
    background-image: url('images/wsfertilizers.jpg'); /* Replace with your background image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding: 100px 20px;
    color: #fff;
}

.wsf-hero-overlay {
    background: rgba(0, 51, 102, 0.7);
    padding: 40px 20px;
    border-radius: 8px;
    max-width: 1100px;
    margin: auto;
}

.wsf-hero-content {
    animation: fadeInUp 1.2s ease;
}

.wsf-heading {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #aefcff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.wsf-intro {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: center;
    color: #e0f7ff;
}

.wsf-points {
    font-size: 1.05rem;
    line-height: 1.6;
    padding: 0 10px;
    color: #e8f9ff;
}

    .wsf-points ul {
        margin-left: 20px;
        padding-left: 10px;
    }
.fertilizer-grid-section {
    padding: 60px 0;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(240, 255, 245, 0.9)), url('../Images/bg-fertilizer.jpg') center/cover no-repeat;
    position: relative;
}

.section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c5f2d;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.fertilizer-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 15px;
    box-shadow: 0 6px 20px rgba(0, 128, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    position: relative;
}

    .fertilizer-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0, 128, 0, 0.3);
    }

.image-wrapper {
    text-align: center;
    margin-bottom: 15px;
}

.fertilizer-img {
    max-width: 100%;
    height: 300px;
    object-fit: contain;
}

.product-brand-title {
    font-size: 1.2rem;
    color: #0f5132;
    font-weight: bold;
    margin-top: 10px;
}

.card-subtitle {
    color: #444;
    font-size: 0.95rem;
    margin: 8px 0 4px;
}

.card-text {
    font-size: 0.9rem;
    color: #666;
}

@media (max-width: 768px) {
    .section-heading {
        font-size: 2rem;
    }

    .fertilizer-card {
        padding: 15px;
    }

    .fertilizer-img {
        height: 120px;
    }
}
