/* ===================================================
   Neeva Radiant – Elementor Widgets Stylesheet
   =================================================== */

/* Google Material Symbols */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

/* ── Card Hover ── */
.neeva-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.neeva-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
}

/* ── Project Card Image Zoom ── */
.neeva-project-img {
    transition: transform 0.7s ease;
}
.neeva-card:hover .neeva-project-img {
    transform: scale(1.1);
}

/* ── Download Item Hover ── */
.neeva-dl-item {
    transition: background .3s, transform .2s;
}
.neeva-dl-item:hover {
    transform: translateX(4px);
}
.neeva-dl-item:hover .material-symbols-outlined {
    color: #ffe082 !important;
}

/* ── Hero Button Hover ── */
.neeva-btn-primary:hover   { background: #ffe082 !important; }
.neeva-btn-secondary:hover { background: #fff !important; color: #061748 !important; }

/* ── CTA Button Hover ── */
.neeva-cta-btn2:hover { background: #fff  !important; }

/* ── FAQ Transition ── */
.neeva-faq-item { transition: background-color .2s; }
.neeva-faq-a    { transition: all .3s; }

/* ============================================
   MOBILE RESPONSIVE
   ============================================ */

/* General section padding on mobile */
@media (max-width: 768px) {
    .neeva-section-wrap {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* Hero */
    .neeva-hero-content {
        padding: 0 16px !important;
        max-width: 100% !important;
    }
    .neeva-hero-content h1 {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    .neeva-hero-content .neeva-hero-sub {
        font-size: 16px !important;
    }

    /* Cards – single column */
    .neeva-cards-grid,
    .neeva-testi-grid,
    .neeva-dl-grid,
    .neeva-projects-grid,
    .neeva-apps-grid,
    .neeva-models-grid {
        grid-template-columns: 1fr !important;
    }

    /* Two-col layouts stack */
    .neeva-specs-left,
    .neeva-specs-right,
    .neeva-aqua-left,
    .neeva-aqua-right,
    .neeva-pump-card-content,
    .neeva-pump-card-img,
    .neeva-agri-card,
    .neeva-consult-card {
        width: 100% !important;
        min-width: unset !important;
    }

    /* Aqua gallery two-col stays but images smaller */
    .neeva-aqua-img {
        height: 180px !important;
    }

    /* Pump card stacks vertically */
    .neeva-pump-card-img {
        min-height: 200px !important;
    }

    /* FAQ inner */
    .neeva-faq-inner { padding: 0 !important; }

    /* CTA heading */
    .neeva-cta-heading {
        font-size: 28px !important;
    }

    /* Table scrolls */
    .neeva-table { min-width: 480px; }

    /* Section padding top/bottom */
    [class*="neeva-section-wrap"] {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

@media (max-width: 480px) {
    .neeva-hero-content h1 { font-size: 26px !important; }
    .neeva-cta-heading      { font-size: 22px !important; }
    .neeva-specs-block      { padding: 32px 16px !important; }
    .neeva-card             { margin-bottom: 8px; }
    .neeva-testi-grid       { grid-template-columns: 1fr !important; }
}
