/* ============================================================
   SHIVRAJ AGRO TECH — HYDROPONIC FODDER SYSTEM PAGE
   Scoped exclusively to .shb-fodder-* classes.
   ============================================================ */

.shb-fodder-page {
    --fd-deep: #075b3a;
    --fd-green: #138a4b;
    --fd-fresh: #43a047;
    --fd-light: #e8f5e9;
    --fd-bg: #f7fbf8;
    --fd-dark: #17211b;
    --fd-muted: #55605a;
    --fd-soft: #f0f8f2;
    --fd-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reveal ---------- */
.shb-fodder-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s var(--fd-ease), transform 0.7s var(--fd-ease);
}
.shb-fodder-reveal.shb-fodder-visible {
    opacity: 1;
    transform: translateY(0);
}
.shb-fodder-d1 {
    transition-delay: 0.08s;
}
.shb-fodder-d2 {
    transition-delay: 0.16s;
}
.shb-fodder-d3 {
    transition-delay: 0.24s;
}
.shb-fodder-d4 {
    transition-delay: 0.32s;
}

/* ---------- Shared ---------- */
.shb-fodder-section {
    padding: 84px 0;
}
.shb-fodder-label {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 3.4px;
    color: #138a4b;
    margin-bottom: 12px;
}
.shb-fodder-h2 {
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.65rem, 3.4vw, 2.4rem);
    font-weight: 800;
    color: #17211b;
    margin: 0 0 14px;
}
.shb-fodder-lead {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #39423c;
    margin: 0 0 14px;
}
.shb-fodder-body {
    font-size: 0.98rem;
    line-height: 1.85;
    color: #55605a;
    margin: 0 0 14px;
}

.shb-fodder-btn-main,
.shb-fodder-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 14px 28px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid #075b3a;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.25s ease,
        box-shadow 0.3s ease;
}
.shb-fodder-btn-main {
    background: #075b3a;
    color: #ffffff;
}
.shb-fodder-btn-main:hover {
    background: #138a4b;
    border-color: #138a4b;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(19, 138, 75, 0.3);
}
.shb-fodder-btn-ghost {
    background: transparent;
    color: #075b3a;
    border-color: rgba(7, 91, 58, 0.35);
}
.shb-fodder-btn-ghost:hover {
    background: #075b3a;
    border-color: #075b3a;
    color: #ffffff;
    transform: translateY(-2px);
}
@media (max-width: 420px) {
    .shb-fodder-btn-main,
    .shb-fodder-btn-ghost {
        width: 100%;
    }
}

/* ---------- Breadcrumb ---------- */
.shb-fodder-crumbs-wrap {
    background: #f7fbf8;
    border-bottom: 1px solid rgba(7, 91, 58, 0.07);
    padding: 92px 0 14px;
}
.shb-fodder-crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.shb-fodder-crumb a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Poppins", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    color: #138a4b;
    text-decoration: none;
    transition: color 0.25s ease;
}
.shb-fodder-crumb a:hover {
    color: #075b3a;
}
.shb-fodder-crumb-sep {
    color: #b9c8bf;
    font-size: 0.75rem;
}
.shb-fodder-crumb-current {
    font-family: "Poppins", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    color: #7d8782;
}

/* ---------- Hero ---------- */
.shb-fodder-hero {
    position: relative;
    background: #f7fbf8;
    padding: 54px 0 84px;
    overflow: hidden;
}
.shb-fodder-hero-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.shb-fodder-hb-1 {
    width: 520px;
    height: 520px;
    top: -200px;
    right: -160px;
    background: radial-gradient(circle, rgba(67, 160, 71, 0.12) 0%, rgba(67, 160, 71, 0) 70%);
}
.shb-fodder-hb-2 {
    width: 420px;
    height: 420px;
    bottom: -180px;
    left: -140px;
    background: radial-gradient(circle, rgba(19, 138, 75, 0.08) 0%, rgba(19, 138, 75, 0) 70%);
}

.shb-fodder-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 3.4px;
    color: #138a4b;
    margin-bottom: 18px;
}
.shb-fodder-eyebrow-line {
    display: inline-block;
    width: 36px;
    height: 2px;
    background: #43a047;
    border-radius: 2px;
}
.shb-fodder-title {
    font-family: "Poppins", sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    line-height: 1.06;
    color: #17211b;
    margin: 0 0 12px;
}
.shb-fodder-title-accent {
    color: #075b3a;
}
.shb-fodder-tagline {
    font-family: "Poppins", sans-serif;
    font-size: clamp(0.85rem, 1.6vw, 1.02rem);
    font-weight: 600;
    letter-spacing: 3px;
    color: #43a047;
    margin: 0 0 18px;
}
.shb-fodder-desc {
    font-size: 1.04rem;
    line-height: 1.8;
    color: #55605a;
    max-width: 520px;
    margin: 0 0 24px;
}

.shb-fodder-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}
.shb-fodder-hero-stat {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #ffffff;
    border: 1px solid rgba(19, 138, 75, 0.2);
    color: #075b3a;
    font-family: "Poppins", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(7, 91, 58, 0.05);
    transition: background 0.3s ease, color 0.3s ease, transform 0.25s ease;
}
.shb-fodder-hero-stat:hover {
    background: #075b3a;
    color: #ffffff;
    transform: translateY(-2px);
}
.shb-fodder-hero-stat i {
    color: #43a047;
    transition: color 0.3s ease;
}
.shb-fodder-hero-stat:hover i {
    color: #ffffff;
}

.shb-fodder-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
@media (max-width: 420px) {
    .shb-fodder-hero-actions {
        flex-direction: column;
    }
}

.shb-fodder-hero-figure {
    position: relative;
    margin: 0;
    background: #ffffff;
    border: 1px solid rgba(7, 91, 58, 0.1);
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 12px 40px rgba(7, 91, 58, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.shb-fodder-hero-img {
    max-width: 100%;
    max-height: 460px;
    object-fit: contain;
    filter: drop-shadow(0 14px 28px rgba(7, 91, 58, 0.14));
}
.shb-fodder-hero-cap {
    position: absolute;
    bottom: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(7, 91, 58, 0.92);
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 9px 16px;
    border-radius: 50px;
}
@media (max-width: 991.98px) {
    .shb-fodder-hero-img {
        max-height: 300px;
    }
}

/* ---------- What Is ---------- */
.shb-fodder-what {
    background: #ffffff;
}
.shb-fodder-tray-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}
.shb-fodder-tray-chip {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--fd-soft);
    border: 1px solid rgba(19, 138, 75, 0.18);
    border-radius: 12px;
    padding: 14px 22px;
    text-align: left;
}
.shb-fodder-tray-chip i {
    font-size: 1.3rem;
    color: #138a4b;
}
.shb-fodder-tray-chip b {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #17211b;
}
.shb-fodder-tray-chip small {
    display: block;
    font-size: 0.72rem;
    color: #7d8782;
    letter-spacing: 1px;
    margin-top: 2px;
}

/* ---------- How It Works ---------- */
.shb-fodder-how {
    background: var(--fd-bg);
}
.shb-fodder-how-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}
.shb-fodder-how-step {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(7, 91, 58, 0.08);
    border-radius: 14px;
    padding: 28px 16px;
    text-align: center;
    transition: transform 0.3s var(--fd-ease), box-shadow 0.3s var(--fd-ease);
}
.shb-fodder-how-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(7, 91, 58, 0.12);
}
.shb-fodder-how-num {
    position: absolute;
    top: 10px;
    right: 14px;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--fd-light);
    line-height: 1;
}
.shb-fodder-how-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: var(--fd-light);
    color: var(--fd-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s var(--fd-ease);
}
.shb-fodder-how-step:hover .shb-fodder-how-icon {
    background: #075b3a;
    color: #ffffff;
    transform: scale(1.07);
}
.shb-fodder-how-step h3 {
    font-family: "Poppins", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #17211b;
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 991.98px) {
    .shb-fodder-how-row {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575.98px) {
    .shb-fodder-how-row {
        grid-template-columns: 1fr;
    }
}

/* ---------- Benefits ---------- */
.shb-fodder-benefits {
    background: #ffffff;
}
.shb-fodder-benefit {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: var(--fd-bg);
    border: 1px solid rgba(7, 91, 58, 0.07);
    border-radius: 14px;
    padding: 24px 22px;
    height: 100%;
    transition: transform 0.3s var(--fd-ease), box-shadow 0.3s var(--fd-ease), background 0.3s ease;
}
.shb-fodder-benefit:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(7, 91, 58, 0.11);
    background: #ffffff;
}
.shb-fodder-benefit-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--fd-light);
    color: var(--fd-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: background 0.3s ease, color 0.3s ease;
}
.shb-fodder-benefit:hover .shb-fodder-benefit-icon {
    background: #075b3a;
    color: #ffffff;
}
.shb-fodder-benefit-title {
    font-family: "Poppins", sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #17211b;
    margin: 0 0 8px;
}
.shb-fodder-benefit p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #55605a;
    margin: 0;
}

/* ---------- Capacity Selector ---------- */
.shb-fodder-cap {
    background: var(--fd-bg);
}
.shb-fodder-cap-card {
    position: relative;
    width: 100%;
    background: #ffffff;
    border: 2px solid rgba(7, 91, 58, 0.1);
    border-radius: 18px;
    padding: 32px 24px;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    transition: transform 0.3s var(--fd-ease), box-shadow 0.3s var(--fd-ease), border-color 0.3s ease,
        background 0.3s ease;
}
.shb-fodder-cap-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(7, 91, 58, 0.13);
    border-color: #138a4b;
    background: linear-gradient(180deg, #ffffff 0%, #f0f8f2 100%);
}
.shb-fodder-cap-card.shb-fodder-cap-active {
    border-color: #075b3a;
    background: linear-gradient(180deg, #ffffff 0%, #e8f5e9 100%);
    box-shadow: 0 0 0 3px rgba(7, 91, 58, 0.14), 0 16px 40px rgba(7, 91, 58, 0.13);
}
.shb-fodder-cap-check {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #075b3a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.25s ease, transform 0.3s var(--fd-ease);
}
.shb-fodder-cap-active .shb-fodder-cap-check {
    opacity: 1;
    transform: scale(1);
}
.shb-fodder-cap-num {
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #075b3a;
    line-height: 1;
}
.shb-fodder-cap-unit {
    font-family: "Poppins", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: #43a047;
    margin-bottom: 14px;
}
.shb-fodder-cap-go {
    font-family: "Poppins", sans-serif;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #55605a;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.shb-fodder-cap-go i {
    transition: transform 0.25s ease;
}
.shb-fodder-cap-card:hover .shb-fodder-cap-go i {
    transform: translateY(3px);
}

/* ---------- System Sections ---------- */
.shb-fodder-system {
    background: #ffffff;
}
.shb-fodder-system-alt {
    background: var(--fd-bg);
}

.shb-fodder-system-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 44px;
}
.shb-fodder-system-badge {
    display: inline-block;
    background: #075b3a;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 2.6px;
    padding: 5px 16px;
    border-radius: 50px;
    margin-bottom: 14px;
}
.shb-fodder-system-title {
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.6rem, 3.4vw, 2.5rem);
    font-weight: 800;
    color: #17211b;
    margin: 0 0 8px;
}
.shb-fodder-system-title span {
    color: #075b3a;
    display: block;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    letter-spacing: 2.4px;
    margin-top: 4px;
}
.shb-fodder-system-sub {
    font-size: 0.88rem;
    letter-spacing: 2px;
    font-weight: 600;
    color: #7d8782;
    margin: 6px 0 0;
}

/* ---------- Gallery (shared, reused per system) ---------- */
.shb-fodder-gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.shb-fodder-gallery-frame {
    position: relative;
}
.shb-fodder-gallery-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 420px;
    background: #ffffff;
    border: 1px solid rgba(7, 91, 58, 0.1);
    border-radius: 18px;
    box-shadow: 0 10px 34px rgba(7, 91, 58, 0.11);
    padding: 22px;
    cursor: zoom-in;
    position: relative;
    overflow: hidden;
}
.shb-fodder-gallery-main::before {
    content: "";
    position: absolute;
    width: 68%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(67, 160, 71, 0.12) 0%, rgba(67, 160, 71, 0) 70%);
}
.shb-fodder-gallery-img {
    position: relative;
    max-width: 100%;
    max-height: 420px;
    height: auto;
    width: auto;
    object-fit: contain;
    transition: transform 0.45s var(--fd-ease), opacity 0.25s ease;
    filter: drop-shadow(0 14px 28px rgba(7, 91, 58, 0.13));
}
.shb-fodder-gallery-main:hover .shb-fodder-gallery-img {
    transform: scale(1.04);
}
.shb-fodder-gallery-img.shb-fodder-img-fading {
    opacity: 0;
}

.shb-fodder-counter {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    background: rgba(7, 91, 58, 0.9);
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1.6px;
    padding: 6px 14px;
    border-radius: 50px;
}
.shb-fodder-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    color: #075b3a;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(7, 91, 58, 0.16);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.shb-fodder-arrow:hover {
    background: #075b3a;
    color: #ffffff;
}
.shb-fodder-arrow-prev {
    left: 12px;
}
.shb-fodder-arrow-next {
    right: 12px;
}

.shb-fodder-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 2px 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(19, 138, 75, 0.35) transparent;
}
.shb-fodder-thumbs::-webkit-scrollbar {
    height: 4px;
}
.shb-fodder-thumbs::-webkit-scrollbar-thumb {
    background: rgba(19, 138, 75, 0.3);
    border-radius: 4px;
}
.shb-fodder-thumb {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border: 2px solid rgba(7, 91, 58, 0.12);
    border-radius: 12px;
    padding: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.shb-fodder-thumb:hover {
    border-color: #43a047;
    transform: translateY(-2px);
}
.shb-fodder-thumb.shb-fodder-thumb-active {
    border-color: #138a4b;
    box-shadow: 0 0 0 3px rgba(19, 138, 75, 0.18), 0 4px 14px rgba(7, 91, 58, 0.14);
}
.shb-fodder-thumb-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .shb-fodder-gallery-main {
        min-height: 320px;
    }
    .shb-fodder-gallery-img {
        max-height: 300px;
    }
}
@media (max-width: 575.98px) {
    .shb-fodder-gallery-main {
        min-height: 240px;
        padding: 14px;
    }
    .shb-fodder-gallery-img {
        max-height: 220px;
    }
    .shb-fodder-thumb {
        width: 66px;
        height: 66px;
    }
    .shb-fodder-arrow {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }
}

/* ---------- Spec List ---------- */
.shb-fodder-spec-heading {
    font-family: "Poppins", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    color: #17211b;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}
.shb-fodder-spec-heading i {
    color: #138a4b;
    font-size: 1.1rem;
}
.shb-fodder-spec-list {
    list-style: none;
    padding: 4px 18px;
    margin: 0 0 24px;
    background: #ffffff;
    border: 1px solid rgba(7, 91, 58, 0.1);
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(7, 91, 58, 0.06);
}
.shb-fodder-system-alt .shb-fodder-spec-list {
    background: #fbfdfc;
}
.shb-fodder-spec-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    font-size: 0.86rem;
    border-bottom: 1px dashed rgba(7, 91, 58, 0.09);
}
.shb-fodder-spec-list li:last-child {
    border-bottom: none;
}
.shb-fodder-spec-list span {
    color: #7d8782;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    flex-shrink: 0;
}
.shb-fodder-spec-list b {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #17211b;
    text-align: right;
    font-size: 0.88rem;
}
.shb-fodder-enquire-btn {
    width: 100%;
}

/* ---------- Comparison ---------- */
.shb-fodder-compare {
    background: #ffffff;
}
.shb-fodder-compare-wrap {
    background: #ffffff;
    border: 1px solid rgba(7, 91, 58, 0.1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(7, 91, 58, 0.08);
}
.shb-fodder-compare-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.shb-fodder-compare-table thead th {
    background: linear-gradient(135deg, #075b3a, #138a4b);
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    padding: 16px 18px;
    text-align: left;
    white-space: nowrap;
}
.shb-fodder-compare-table thead th:nth-child(n + 2) {
    text-align: right;
}
.shb-fodder-compare-table tbody th {
    font-family: "Poppins", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #7d8782;
    padding: 12px 18px;
    background: #fbfdfc;
    vertical-align: middle;
    white-space: nowrap;
}
.shb-fodder-compare-table tbody td {
    font-family: "Poppins", sans-serif;
    font-size: 0.86rem;
    font-weight: 600;
    color: #17211b;
    padding: 12px 18px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.shb-fodder-compare-table tbody tr {
    border-top: 1px solid rgba(7, 91, 58, 0.06);
    transition: background 0.25s ease;
}
.shb-fodder-compare-table tbody tr:hover {
    background: var(--fd-soft);
}
@media (max-width: 640px) {
    .shb-fodder-compare-wrap {
        overflow-x: auto;
    }
    .shb-fodder-compare-table {
        min-width: 560px;
    }
}

/* ---------- Flow ---------- */
.shb-fodder-flow {
    background: var(--fd-bg);
}
.shb-fodder-flow-track {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    background: #ffffff;
    border: 1px solid rgba(7, 91, 58, 0.08);
    border-radius: 16px;
    padding: 28px 20px;
}
.shb-fodder-flow-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 104px;
    padding: 14px 10px;
    background: var(--fd-bg);
    border: 1px solid rgba(7, 91, 58, 0.08);
    border-radius: 12px;
}
.shb-fodder-flow-node i {
    font-size: 1.35rem;
    color: #138a4b;
}
.shb-fodder-flow-node span {
    font-family: "Poppins", sans-serif;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #17211b;
    text-align: center;
}
.shb-fodder-flow-end {
    background: #075b3a;
    border-color: #075b3a;
}
.shb-fodder-flow-end i,
.shb-fodder-flow-end span {
    color: #ffffff;
}
.shb-fodder-flow-arrow {
    color: #43a047;
    font-size: 1rem;
}
@media (max-width: 767.98px) {
    .shb-fodder-flow-track {
        flex-direction: column;
    }
    .shb-fodder-flow-node {
        width: 100%;
        max-width: 280px;
    }
    .shb-fodder-flow-arrow i {
        transform: rotate(90deg);
        display: inline-block;
    }
}

.shb-fodder-apps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 26px;
}
.shb-fodder-app {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #ffffff;
    border: 1px solid rgba(19, 138, 75, 0.18);
    color: #075b3a;
    font-family: "Poppins", sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 50px;
    transition: background 0.3s ease, color 0.3s ease, transform 0.25s ease;
    cursor: default;
}
.shb-fodder-app:hover {
    background: #075b3a;
    color: #ffffff;
    transform: translateY(-3px);
}
.shb-fodder-app:hover i {
    color: #ffffff;
}
.shb-fodder-app i {
    color: #43a047;
}

/* ---------- Showcase Masonry ---------- */
.shb-fodder-showcase {
    background: #ffffff;
}
.shb-fodder-masonry {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 190px;
    gap: 14px;
}
.shb-fodder-masonry-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: zoom-in;
    border: none;
    background: var(--fd-soft);
    padding: 0;
    display: block;
    box-shadow: 0 3px 14px rgba(7, 91, 58, 0.07);
    transition: transform 0.3s var(--fd-ease), box-shadow 0.3s ease;
}
.shb-fodder-masonry-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(7, 91, 58, 0.13);
}
.shb-fodder-m-big {
    grid-column: span 2;
    grid-row: span 2;
}
.shb-fodder-masonry-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s var(--fd-ease);
}
.shb-fodder-masonry-item:hover .shb-fodder-masonry-img {
    transform: scale(1.06);
}
.shb-fodder-masonry-cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26px 16px 12px;
    background: linear-gradient(to top, rgba(7, 91, 58, 0.72), transparent);
    font-family: "Poppins", sans-serif;
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    text-align: left;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}
.shb-fodder-masonry-item:hover .shb-fodder-masonry-cap {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 991.98px) {
    .shb-fodder-masonry {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 170px;
    }
}
@media (max-width: 575.98px) {
    .shb-fodder-masonry {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
    }
    .shb-fodder-m-big {
        grid-column: auto;
        grid-row: auto;
    }
}

/* ---------- Why Choose ---------- */
.shb-fodder-why {
    background: var(--fd-bg);
}
.shb-fodder-why-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border: 1px solid rgba(7, 91, 58, 0.07);
    border-radius: 14px;
    padding: 22px;
    height: 100%;
    transition: transform 0.3s var(--fd-ease), box-shadow 0.3s var(--fd-ease);
}
.shb-fodder-why-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(7, 91, 58, 0.11);
}
.shb-fodder-why-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: var(--fd-light);
    color: var(--fd-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: background 0.3s ease, color 0.3s ease;
}
.shb-fodder-why-item:hover .shb-fodder-why-icon {
    background: #075b3a;
    color: #ffffff;
}
.shb-fodder-why-item span {
    font-family: "Poppins", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #17211b;
    line-height: 1.5;
}

/* ---------- CTA ---------- */
.shb-fodder-cta {
    position: relative;
    background: linear-gradient(135deg, #075b3a 0%, #0d7548 60%, #138a4b 100%);
    padding: 96px 0;
    overflow: hidden;
}
.shb-fodder-cta-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.shb-fodder-cb-1 {
    width: 400px;
    height: 400px;
    top: -180px;
    right: -110px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
}
.shb-fodder-cb-2 {
    width: 320px;
    height: 320px;
    bottom: -160px;
    left: -90px;
    background: radial-gradient(circle, rgba(67, 160, 71, 0.3) 0%, rgba(67, 160, 71, 0) 70%);
}
.shb-fodder-cta-leaf {
    position: absolute;
    color: rgba(255, 255, 255, 0.07);
    animation: shbFodderFloat 7s ease-in-out infinite;
    pointer-events: none;
}
.shb-fodder-cl-1 {
    top: 14%;
    left: 7%;
    font-size: 92px;
}
.shb-fodder-cl-2 {
    bottom: 12%;
    right: 6%;
    font-size: 112px;
    animation-delay: 2.5s;
}
@keyframes shbFodderFloat {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-14px) rotate(5deg);
    }
}

.shb-fodder-cta-title {
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.6rem, 3.6vw, 2.5rem);
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin: 0 0 16px;
}
.shb-fodder-cta-desc {
    font-size: 1.02rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
    max-width: 620px;
    margin: 0 auto 32px;
}
.shb-fodder-cta-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}
.shb-fodder-cta-btn1,
.shb-fodder-cta-btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    padding: 15px 34px;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #ffffff;
    transition: background 0.3s ease, color 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}
.shb-fodder-cta-btn1 {
    background: #ffffff;
    color: #075b3a;
}
.shb-fodder-cta-btn1:hover {
    background: #e8f5e9;
    border-color: #e8f5e9;
    color: #075b3a;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}
.shb-fodder-cta-btn2 {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
}
.shb-fodder-cta-btn2:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #075b3a;
    transform: translateY(-2px);
}
@media (max-width: 767.98px) {
    .shb-fodder-cta {
        padding: 72px 0;
    }
    .shb-fodder-cl-1,
    .shb-fodder-cl-2 {
        font-size: 62px;
    }
}
@media (max-width: 420px) {
    .shb-fodder-cta-btns {
        flex-direction: column;
    }
}

/* ---------- Lightbox ---------- */
.shb-fodder-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.shb-fodder-lightbox[hidden] {
    display: none;
}
.shb-fodder-lightbox.shb-fodder-lb-open {
    opacity: 1;
}
.shb-fodder-lb-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 20, 14, 0.88);
    backdrop-filter: blur(6px);
}
.shb-fodder-lb-frame {
    position: relative;
    z-index: 2;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    max-width: min(90vw, 960px);
}
.shb-fodder-lb-img {
    max-width: 90vw;
    max-height: 80vh;
    object-fit: contain;
    background: #ffffff;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
    transition: opacity 0.2s ease;
}
.shb-fodder-lb-img.shb-fodder-lb-fading {
    opacity: 0;
}
.shb-fodder-lb-cap {
    font-family: "Poppins", sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.85);
}
.shb-fodder-lb-btn {
    position: absolute;
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
    transition: background 0.25s ease, transform 0.25s ease;
}
.shb-fodder-lb-btn:hover {
    background: #138a4b;
    transform: scale(1.06);
}
.shb-fodder-lb-close {
    top: 20px;
    right: 20px;
}
.shb-fodder-lb-prev {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.shb-fodder-lb-next {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
body.shb-fodder-lb-lock {
    overflow: hidden;
}
@media (max-width: 575.98px) {
    .shb-fodder-lb-btn {
        width: 40px;
        height: 40px;
    }
    .shb-fodder-lb-prev {
        left: 8px;
    }
    .shb-fodder-lb-next {
        right: 8px;
    }
}

/* ---------- Modal ---------- */
.shb-fodder-modal .shb-fodder-modal-content {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}
.shb-fodder-modal .shb-fodder-modal-head {
    background: linear-gradient(135deg, #075b3a, #138a4b);
    border: none;
    padding: 24px 26px;
}
.shb-fodder-modal-title {
    font-family: "Poppins", sans-serif;
    font-size: 1.06rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0;
}
.shb-fodder-modal-sub {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 6px 0 0;
}
.shb-fodder-modal .shb-fodder-modal-close {
    filter: brightness(0) invert(1);
    opacity: 0.85;
}
.shb-fodder-modal .shb-fodder-modal-body {
    padding: 26px;
}
.shb-fodder-form-label {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #17211b;
    margin-bottom: 7px;
}
.shb-fodder-req {
    color: #d9534f;
}
.shb-fodder-form-input {
    width: 100%;
    background: #f7fbf8;
    border: 1.5px solid rgba(7, 91, 58, 0.14);
    border-radius: 8px;
    padding: 12px 15px;
    font-family: "Inter", sans-serif;
    font-size: 0.9rem;
    color: #17211b;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.shb-fodder-form-input:focus {
    outline: none;
    border-color: #138a4b;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(19, 138, 75, 0.12);
}
.shb-fodder-form-input.shb-fodder-input-error {
    border-color: #d9534f;
    box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.1);
}
.shb-fodder-form-error {
    display: block;
    font-size: 0.76rem;
    color: #d9534f;
    margin-top: 5px;
    min-height: 14px;
}
.shb-fodder-form-submit {
    width: 100%;
    margin-top: 6px;
}
.shb-fodder-form-success {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #e8f5e9;
    border: 1px solid rgba(19, 138, 75, 0.25);
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 0.84rem;
    color: #075b3a;
    margin-bottom: 14px;
}
.shb-fodder-form-success i {
    color: #138a4b;
    font-size: 1rem;
    flex-shrink: 0;
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
    .shb-fodder-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .shb-fodder-cta-leaf {
        animation: none;
    }
    .shb-fodder-gallery-main:hover .shb-fodder-gallery-img,
    .shb-fodder-masonry-item:hover .shb-fodder-masonry-img {
        transform: none;
    }
}

/* ============================================================
   shb-fodder-gallery — scoped styles (no generic selectors)
   ============================================================ */

.shb-fodder-gallery {
    --fg-bg: #f7faf8;
    --fg-deep: #075b3a;
    --fg-green: #138a4b;
    --fg-fresh: #43a047;
    --fg-dark: #17211b;
    --fg-muted: #55605a;
    --fg-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
    background: var(--fg-bg);
    padding: 84px 0 96px;
}

.shb-fodder-gallery-inner {
    width: min(1180px, 92%);
    margin: 0 auto;
}

/* ---------- Heading ---------- */
.shb-fodder-gallery-head {
    text-align: center;
    margin-bottom: 42px;
}
.shb-fodder-gallery-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 3.4px;
    color: var(--fg-green);
    margin-bottom: 14px;
}
.shb-fodder-gallery-eyebrow-line {
    display: inline-block;
    width: 34px;
    height: 2px;
    background: var(--fg-fresh);
    border-radius: 2px;
}
.shb-fodder-gallery-title {
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    font-weight: 800;
    color: var(--fg-dark);
    margin: 0 0 14px;
    line-height: 1.15;
}
.shb-fodder-gallery-title small {
    display: block;
    font-size: clamp(0.75rem, 1.4vw, 0.9rem);
    font-weight: 600;
    letter-spacing: 3.4px;
    color: var(--fg-fresh);
    margin-top: 8px;
}
.shb-fodder-gallery-desc {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--fg-muted);
    max-width: 640px;
    margin: 0 auto;
}

/* ---------- Masonry-style Grid ---------- */
.shb-fodder-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 210px;
    grid-auto-flow: dense;
    gap: 14px;
}

.shb-fodder-gallery-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    border: none;
    padding: 0;
    background: #eaf5ee;
    cursor: zoom-in;
    box-shadow: 0 4px 16px rgba(7, 91, 58, 0.08);
    transition: transform 0.35s var(--fg-ease), box-shadow 0.35s var(--fg-ease), opacity 0.6s var(--fg-ease);
    opacity: 0;
}
.shb-fodder-gallery-item.shb-fodder-gallery-item-shown {
    opacity: 1;
}
.shb-fodder-gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(7, 91, 58, 0.16);
}
.shb-fodder-gallery-item:focus-visible {
    outline: 3px solid rgba(19, 138, 75, 0.45);
    outline-offset: 3px;
}

/* Featured (first image) — large 2x2 tile on desktop */
.shb-fodder-gallery-item.shb-fodder-gallery-featured {
    grid-column: span 2;
    grid-row: span 2;
}
/* Repeating tall tiles keep the grid filled without gaps */
.shb-fodder-gallery-item.shb-fodder-gallery-tall {
    grid-row: span 2;
}

.shb-fodder-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s var(--fg-ease);
}
.shb-fodder-gallery-item:hover .shb-fodder-gallery-image {
    transform: scale(1.06);
}

/* ---------- Hover Overlay ---------- */
.shb-fodder-gallery-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(7, 91, 58, 0.7) 0%, rgba(7, 91, 58, 0.15) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.shb-fodder-gallery-item:hover .shb-fodder-gallery-overlay,
.shb-fodder-gallery-item:focus-visible .shb-fodder-gallery-overlay {
    opacity: 1;
}

.shb-fodder-gallery-overlay-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: var(--fg-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    transform: scale(0.6);
    transition: transform 0.3s var(--fg-ease);
}
.shb-fodder-gallery-item:hover .shb-fodder-gallery-overlay-icon {
    transform: scale(1);
}

.shb-fodder-gallery-overlay-text {
    font-family: "Poppins", sans-serif;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.95);
    transform: translateY(8px);
    transition: transform 0.3s var(--fg-ease);
}
.shb-fodder-gallery-item:hover .shb-fodder-gallery-overlay-text {
    transform: translateY(0);
}

/* ---------- Responsive Grid ---------- */
@media (max-width: 991.98px) {
    .shb-fodder-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 190px;
    }
    .shb-fodder-gallery-item.shb-fodder-gallery-featured {
        grid-column: span 2;
        grid-row: span 1;
    }
}
@media (max-width: 575.98px) {
    .shb-fodder-gallery {
        padding: 60px 0 68px;
    }
    .shb-fodder-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 250px;
        gap: 12px;
    }
    .shb-fodder-gallery-item.shb-fodder-gallery-featured,
    .shb-fodder-gallery-item.shb-fodder-gallery-tall {
        grid-column: auto;
        grid-row: auto;
    }
}

/* ---------- Lightbox ---------- */
.shb-fodder-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.shb-fodder-gallery-lightbox[hidden] {
    display: none;
}
.shb-fodder-gallery-lightbox.shb-fodder-gallery-lb-open {
    opacity: 1;
}
.shb-fodder-gallery-lb-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 20, 14, 0.9);
    backdrop-filter: blur(6px);
}
.shb-fodder-gallery-lb-frame {
    position: relative;
    z-index: 2;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: min(90vw, 960px);
}
.shb-fodder-gallery-lb-img {
    max-width: 90vw;
    max-height: 76vh;
    object-fit: contain;
    background: #ffffff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
    transition: opacity 0.2s ease;
}
.shb-fodder-gallery-lb-img.shb-fodder-gallery-lb-fading {
    opacity: 0;
}
.shb-fodder-gallery-lb-title {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.6px;
    text-align: center;
}
.shb-fodder-gallery-lb-count {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #9ee2b4;
    text-align: center;
    margin-top: 4px;
}
.shb-fodder-gallery-lb-btn {
    position: absolute;
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
    transition: background 0.25s ease, transform 0.25s ease;
}
.shb-fodder-gallery-lb-btn:hover {
    background: var(--fg-green);
    transform: scale(1.07);
}
.shb-fodder-gallery-lb-btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
.shb-fodder-gallery-lb-close {
    top: 20px;
    right: 20px;
}
.shb-fodder-gallery-lb-prev {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.shb-fodder-gallery-lb-next {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.shb-fodder-gallery-lb-prev:hover {
    transform: translateY(-50%) translateX(-3px);
}
.shb-fodder-gallery-lb-next:hover {
    transform: translateY(-50%) translateX(3px);
}

body.shb-fodder-gallery-lb-lock {
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .shb-fodder-gallery-lb-btn {
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }
    .shb-fodder-gallery-lb-close {
        top: 14px;
        right: 14px;
    }
    .shb-fodder-gallery-lb-prev {
        left: 10px;
    }
    .shb-fodder-gallery-lb-next {
        right: 10px;
    }
    .shb-fodder-gallery-lb-img {
        max-height: 70vh;
        padding: 8px;
    }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
    .shb-fodder-gallery-item {
        opacity: 1;
        transition: none;
    }
    .shb-fodder-gallery-item:hover .shb-fodder-gallery-image {
        transform: none;
    }
}
