/* =========================================
   Soil Why Choose – Elementor Widget Styles
   ========================================= */

.soil-why-choose-widget {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000000;
    font-family: 'Aldrich', sans-serif;
}

.soil-why-choose-bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 0;
    opacity: 0.3;
    pointer-events: none;
}

.soil-why-choose-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.soil-why-choose-title {
    font-family: 'Aldrich', 'sans-serif';
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 20px 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    text-align: center;
}

.soil-why-choose-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    width: 100%;
}

.soil-why-choose-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    background-color: #000000;
    border: 1px solid #0f4d3a;
    border-radius: 8px;
    padding: 32px 16px;
    min-height: 100%;
    box-sizing: border-box;
}

.soil-why-choose-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #00e5a3;
    font-size: 44px;
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    line-height: 1;
}

.soil-why-choose-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.soil-why-choose-icon img {
    display: block;
    width: 50px;
    height:50px;
    object-fit: contain;
}

.soil-why-choose-box-title {
    font-size: 16px;
    font-weight: 500;
    color: #00E5A3;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: 'Aldrich', 'sans-serif';
}

.soil-why-choose-box-text {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-family: 'Aldrich', 'sans-serif';
}

.soil-why-choose-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.soil-why-choose-list li {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.5;
}

.soil-why-choose-list li:last-child {
    margin-bottom: 0;
}

.soil-why-choose-list-label {
    color: #ffffff;
}

.soil-why-choose-list-highlight {
    color: #00e5a3;
    font-weight: 400;
}

/* ── Responsive fallbacks (Elementor controls override columns) ── */
@media (max-width: 1024px) {
    .soil-why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .soil-why-choose-grid {
        grid-template-columns: 1fr;
    }

    .soil-why-choose-box {
        max-width: 420px;
        margin: 0 auto;
        width: 100%;
    }
}
