/* =========================
   NEO TROPELLA PAGE
========================= */
.logo img {
    height: 45px;
}


/* =============================================
   NEO TROPELLA HERO — FIXED SPACING & IMAGE SIZING
============================================= */

/* If Poppins isn't already loaded on the site, add:
   <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap" rel="stylesheet">
*/

/* ===========================
   HERO SECTION
=========================== */

.nt-hero{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:48px;

    /* was: min-height:100vh + 140px top padding -> caused a huge empty
       band above the content on most screens. Let the content define
       the height instead. */
    min-height:auto;
    padding:110px 8% 90px;

    overflow:hidden;
    isolation:isolate;

    background:linear-gradient(150deg,#05170f 0%,#0a2e1d 55%,#04140c 100%);
}

/* ===========================
   BACKGROUND / BOKEH
=========================== */

.nt-hero-bg{
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
}

.nt-bokeh{
    position:absolute;
    border-radius:50%;
    filter:blur(60px);
    opacity:.55;
}

.nt-bokeh--a{
    width:260px; height:260px;
    top:8%; left:14%;
    background:radial-gradient(circle,rgba(123,230,169,.35),transparent 70%);
}

.nt-bokeh--b{
    width:180px; height:180px;
    top:55%; left:28%;
    background:radial-gradient(circle,rgba(255,214,140,.25),transparent 70%);
}

.nt-bokeh--c{
    width:320px; height:320px;
    top:2%; right:18%;
    background:radial-gradient(circle,rgba(76,175,120,.3),transparent 70%);
}

.nt-bokeh--d{
    width:200px; height:200px;
    bottom:6%; left:6%;
    background:radial-gradient(circle,rgba(255,255,255,.12),transparent 70%);
}

.nt-vignette{
    position:absolute;
    inset:0;
    background:radial-gradient(ellipse at 30% 40%,transparent 40%,rgba(2,10,6,.55) 100%);
}

/* ===========================
   CONTENT
=========================== */

.nt-hero-content{
    flex:1;
    max-width:560px;
    display:flex;
    flex-direction:column;
    position:relative;
    z-index:2;
}

/* ===========================
   EYEBROW
=========================== */

.nt-eyebrow{
    margin:0 0 14px;
    color:#7BE6A9;
    font-family:'Poppins','Segoe UI',system-ui,sans-serif;
    font-size:15px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}

/* ===========================
   LOGO LOCKUP (tag + real logo image)
=========================== */

.neo-hero-content{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.neo-hero-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin:0 0 16px;
    padding:8px 16px;
    border-radius:50px;

     background:rgba(245,194,77,.1);
    border:1px solid rgba(245,194,77,.35);
    color:#F5C24D;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);

    font-family:'Poppins','Segoe UI',system-ui,sans-serif;
    font-size:12px;
    font-weight:700;
    letter-spacing:.6px;
    text-transform:uppercase;
    color:#d0971d;
}

.neo-hero-tag::before{
    content:"";
    width:6px;
    height:6px;
    border-radius:50%;
  background:#F5C24D;
    flex-shrink:0;
}

.neo-hero-logo-wrap{
    margin:0 0 22px;
}

.neo-hero-logo{
    padding-top: 15px;
    padding-bottom: 0px;
    display:block;
    width:100%;
    max-width:350px;
    height:auto;
}

/* ===========================
   DESCRIPTION
=========================== */

.nt-desc{
    padding-top: 10px;
    max-width:460px;
    margin:0 0 30px;
    font-size:16px;
    color:rgba(255,255,255,.68);
    line-height:1.8;
}

/* ===========================
   PILLS
=========================== */

.nt-pills{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-bottom:30px;
}

.nt-pill{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:14px 22px;
    border-radius:50px;
}

.nt-pill--solid{
    background:#fff;
    box-shadow:0 12px 26px rgba(0,0,0,.28);
}

.nt-pill-num{
    font-family:'Poppins','Segoe UI',system-ui,sans-serif;
    font-weight:800;
    font-size:20px;
    color:#0c3524;
}

.nt-pill-num sup{
    font-size:12px;
}

.nt-pill-label{
    font-size:11px;
    font-weight:700;
    letter-spacing:.6px;
    text-transform:uppercase;
    color:#0c3524;
}

.nt-pill--outline{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.32);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}

.nt-pill--outline .nt-pill-label{
    color:#fff;
}

.nt-pill-icon{
    width:30px;
    height:30px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#7BE6A9;
    color:#0c3524;
}

/* ===========================
   BUTTONS — golden theme
=========================== */

.nt-btns{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
}

.nt-btn-primary{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:16px 34px;
    border-radius:60px;
    text-decoration:none;
    font-weight:700;
    color:#3b2604;
    background:linear-gradient(135deg,#FFE18F,#D9A521);
    box-shadow:0 12px 28px rgba(217,165,33,.35);
    transition:transform .35s,box-shadow .35s;
}

.nt-btn-primary:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 38px rgba(217,165,33,.45);
}

.nt-btn-primary svg{
    transition:transform .3s;
}

.nt-btn-primary:hover svg{
    transform:translateX(4px);
}

.nt-btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 34px;
    border-radius:60px;
    text-decoration:none;
    font-weight:600;
    color:#fff;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.35);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    transition:transform .35s,border-color .35s,background .35s;
}

.nt-btn-secondary:hover{
    transform:translateY(-4px);
    border-color:#F5C24D;
    background:rgba(245,194,77,.1);
}

.nt-btn-primary:active,
.nt-btn-secondary:active{
    transform:scale(.97);
}

.nt-btn-primary:focus-visible,
.nt-btn-secondary:focus-visible,
.nt-arrow:focus-visible{
    outline:2px solid #F5C24D;
    outline-offset:3px;
}
/* =============================================
   RIGHT HERO VISUAL
============================================= */

.nt-hero-visual{
    flex:1.1;
    position:relative;
    /* was 640px, which combined with the oversized panel below created
       a lot of dead green space around a small centered product shot */
    min-height:520px;
    z-index:2;
}

/* ===========================
   ROUNDED PANEL SHAPE
=========================== */

.nt-visual-panel{
    position:absolute;
    /* the old negative insets (-140px top / -100px bottom / -8vw right)
       blew the panel up well beyond its container, which is what made
       the product images look tiny and lost inside it. Keep the panel
       flush with its container instead. */
    top:0;
    right:-4vw;
    bottom:0;
    left:6%;

    border-radius:160px 0 0 140px;

    background:linear-gradient(160deg,#1c6b45 0%,#0e4029 55%,#04170f 100%);
    box-shadow:
        inset 0 0 140px rgba(0,0,0,.35),
        0 40px 90px rgba(0,0,0,.4);

    overflow:hidden;
    z-index:0;
}

/* ===========================
   VERTICAL REPEATED TEXT
=========================== */

.nt-visual-vertical{
    position:absolute;
    right:14px;
    top:50%;
    transform:translateY(-50%);

    display:flex;
    gap:18px;

    writing-mode:vertical-rl;

    font-family:'Poppins','Segoe UI',system-ui,sans-serif;
    font-weight:800;
    font-size:clamp(2rem,4vw,3.2rem);
    letter-spacing:6px;
    text-transform:uppercase;

    color:transparent;
    -webkit-text-stroke:1px rgba(255,255,255,.35);
    -webkit-text-stroke:1px rgba(255,255,255,.35);

    pointer-events:none;
    user-select:none;
}

/* ===========================
   PRODUCT IMAGE STAGE
=========================== */

.nt-pack-stage{
    position:absolute;
    inset:0;
    z-index:2;
}

.nt-pack{
    /* centered with inset:0 + margin:auto instead of relying on the
       parent's flex alignment, and sized up + given breathing room so
       it actually fills the panel instead of floating in a sea of
       empty green */
    position:absolute;
    inset:0;
    margin:auto;

    width:640px;
    max-width:88%;
    height:fit-content;

    opacity:0;
    visibility:hidden;
    transform:translateY(35px) scale(.9);

    transition:opacity .9s ease,transform .9s ease,visibility .9s;
    filter:drop-shadow(0 35px 55px rgba(0,0,0,.45));
    margin-bottom: -10px;
    margin-left: 60px;
}

.nt-pack.active-pack{
    opacity:1;
    visibility:visible;
    transform:translateY(0) scale(1);
    animation:packFloat 5s ease-in-out infinite,fadeZoom .8s ease;
}

.nt-pack:hover{
    transform:translateY(-10px) scale(1.03);
}

@keyframes packFloat{
    0%{ transform:translateY(0); }
    25%{ transform:translateY(-10px); }
    50%{ transform:translateY(-18px); }
    75%{ transform:translateY(-10px); }
    100%{ transform:translateY(0); }
}

@keyframes fadeZoom{
    from{ opacity:0; transform:scale(.85) translateY(40px); }
    to{ opacity:1; transform:scale(1) translateY(0); }
}

/* ===========================
   MINI BADGE (heart-style accent)
=========================== */

.nt-mini-badge{
    position:absolute;
    top:30%;
    left:60%;
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#fff;
    color:#0c3524;
    box-shadow:0 10px 20px rgba(0,0,0,.3);
    z-index:4;
    animation:badgeFloat 4s ease-in-out infinite;
}

@keyframes badgeFloat{
    0%,100%{ transform:translateY(0); }
    50%{ transform:translateY(-8px); }
}

/* ===========================
   CERTIFICATION CHIP
=========================== */

.nt-cert-chip{
    position:absolute;
    top:7%;
    left:9%;
    z-index:4;

    display:flex;
    flex-direction:column;
    gap:2px;

    padding:10px 16px;
    border-radius:14px;

    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.25);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
}

.nt-cert-title{
    font-size:12px;
    font-weight:700;
    color:#fff;
    white-space:nowrap;
}

.nt-cert-sub{
    font-size:10px;
    letter-spacing:.4px;
    color:rgba(255,255,255,.6);
    white-space:nowrap;
}

/* ===========================
   PREV / NEXT ARROWS
=========================== */

.nt-visual-arrows{
    position:absolute;
    right:6%;
    bottom:8%;
    z-index:5;
    display:flex;
    gap:10px;
}

.nt-arrow{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.35);
    background:rgba(255,255,255,.08);
    color:#fff;
    cursor:pointer;
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    transition:background .3s,transform .3s,border-color .3s;
}

.nt-arrow:hover{
    background:#7BE6A9;
    border-color:transparent;
    color:#0c3524;
    transform:translateY(-2px);
}

.nt-arrow:active{
    transform:scale(.93);
}

/* =============================================
   RESPONSIVE DESIGN
============================================= */
 
@media (max-width:1100px){
    .nt-hero{
        padding:98px 6% 70px;
        gap:0px;
    }
    .nt-pack{ width:320px; }
    .nt-visual-panel{ left:4%; }
    .neo-hero-logo{ max-width:260px; }
}
 
@media (max-width:991px){
 
    /* --- flatten wrapper divs so children act as direct flex items
       of .nt-hero, letting us reorder the visual block via `order` --- */
    .nt-hero-content,
    .neo-hero-content{
        display:contents;
    }
 
    .nt-hero{
        flex-direction:column;
        align-items:center;
        text-align:center;
        padding:80px 24px 44px;
        gap:0px;
    }
 
    /* order: tag -> logo -> visual/image -> desc -> pills -> btns */
    .neo-hero-tag{ order:1; margin:0 0 10px; }
    .neo-hero-logo-wrap{ order:2; margin:0 auto 14px; }
    .nt-hero-visual{ order:3; }
    .nt-desc{ order:4; margin:0 auto 18px; }
    .nt-pills{ order:5; margin-bottom:18px; }
    .nt-btns{ order:6; }
 
    .neo-hero-logo{ max-width:220px; margin:0 auto; }
 
    .nt-desc{
        font-size:clamp(13px,3.2vw,15px);
        line-height:1.6;
        max-width:420px;
    }
 
    /* pills: force one line */
    .nt-pills{
        flex-wrap:nowrap;
        justify-content:center;
        gap:10px;
    }
    .nt-pill{ padding:9px 14px; white-space:nowrap; }
    .nt-pill-num{ font-size:16px; }
    .nt-pill-label{ font-size:9px; }
    .nt-pill-icon{ width:24px; height:24px; }
 
    /* buttons: force one line */
    .nt-btns{
        flex-wrap:nowrap;
        justify-content:center;
        gap:10px;
        width:100%;
    }
    .nt-btn-primary,
    .nt-btn-secondary{
        padding:8px 18px;
        font-size:12.5px;
        white-space:nowrap;
    }
 
    /* bigger visual so the product shot reads clearly */
    .nt-hero-visual{
        width:100%;
        max-width:380px;
        min-height:320px;
        margin:0 auto;
    }
    .nt-visual-panel{
        left:0;
        right:0;
        border-radius:46px;
    }
    .nt-pack{
        width:280px;
        max-width:68%;
    }
 
    /* "FRUIT PUREES" stays vertical/right-aligned like desktop,
       just scaled down to fit the smaller panel */
    .nt-visual-vertical{
        right:8px;
        gap:8px;
        font-size:22px;
        letter-spacing:3px;
        -webkit-text-stroke:.6px rgba(255,255,255,.4);
    }
 
    .nt-cert-chip{
        top:6%; left:6%;
        padding:7px 12px;
    }
    .nt-cert-title{ font-size:10px; }
    .nt-cert-sub{ font-size:8px; }
 
    .nt-mini-badge{
        width:28px; height:28px;
        top:12%; left:64%;
    }
 
    .nt-visual-arrows{ right:5%; bottom:5%; }
    .nt-arrow{ width:32px; height:32px; }
}
 
@media (max-width:600px){
    .nt-hero{
        padding:98px 18px 36px;
        gap:0px;
    }
 
    .neo-hero-tag{
        margin-left: -183px;
        padding:6px 12px;
        font-size:10px;
    }
 
    .neo-hero-logo{ max-width:236px; }
 
    .nt-desc{
        font-size:clamp(12px,3.5vw,14px);
        line-height:1.55;
        margin-bottom:14px;
    }
 
    /* pills stay in one line, just tighter */
    .nt-pills{ gap:6px; }
    .nt-pill{ padding:6px 10px; }
    .nt-pill-num{ font-size:14px; }
    .nt-pill-label{ font-size:8px; }
    .nt-pill-icon{ width:20px; height:20px; }
 
    /* buttons stay in one line, just tighter */
    .nt-btns{ gap:8px; }
    .nt-btn-primary,
    .nt-btn-secondary{
    width:250px;
    max-width:100%;
    margin-left:0;      /* cancels desktop's 60px right-shift */

    }
    .nt-btn-primary svg{ width:13px; height:13px; }
 
    .nt-hero-visual{
        max-width:280px;
        min-height:250px;
    }
 .nt-pack{
    width:250px;
    max-width:100%;
    margin-left:0;      /* cancels desktop's 60px right-shift */
}
 
    .nt-visual-vertical{
        right:6px;
        gap:6px;
        font-size:16px;
        letter-spacing:2px;
        -webkit-text-stroke:.5px rgba(255,255,255,.4);
    }
 
    .nt-cert-chip{
        top:5%; left:5%;
        padding:5px 9px;
    }
    .nt-cert-title{ font-size:9px; }
    .nt-cert-sub{ font-size:7px; }
 
    .nt-mini-badge{ width:22px; height:22px; }
    .nt-visual-arrows{ right:6%; bottom:6%; gap:6px; }
    .nt-arrow{ width:26px; height:26px; }
}
 

 
/* ===========================
   REDUCED MOTION
=========================== */
 
@media (prefers-reduced-motion:reduce){
    .nt-pack,
    .nt-pack.active-pack,
    .nt-mini-badge{
        animation:none !important;
    }
    .nt-pack,
    .nt-arrow,
    .nt-btn-primary,
    .nt-btn-secondary{
        transition:none !important;
    }
}











/*==================================================
    ABOUT SECTION
==================================================*/

.nta-about{

    position:relative;

    padding:90px 0 100px;

    overflow:hidden;

    background:#FFFFFF;

}

.nta-about::before{

    content:"";

    position:absolute;

    inset:0;

    background:
        radial-gradient(circle at 15% 15%,rgba(255,209,102,.10),transparent 30%),
        radial-gradient(circle at 90% 10%,rgba(24,75,63,.04),transparent 30%),
        radial-gradient(circle at 80% 90%,rgba(255,209,102,.06),transparent 35%);

    pointer-events:none;

}

/*==================================================
    CONTAINER
==================================================*/

.nta-container{

    position:relative;

    z-index:2;

    width:100%;

    max-width:1320px;

    margin:0 auto;

    padding:0 30px;

}

/*==================================================
    HEADER
==================================================*/

.nta-header{

    max-width:900px;

    margin:0 auto 55px;

    text-align:center;

}

.nta-title{

    margin-top:18px;

    color:#000000;

    font-size:60px;

    font-weight:700;

    line-height:1.08;

    letter-spacing:-1px;

}

.nta-title span{

    display:block;

    color:#B8860B;

}

/*==================================================
    MAIN GRID
==================================================*/

.nta-grid{

    display:grid;

    grid-template-columns:1.4fr .9fr;

    gap:48px;

    align-items:start;

}

/*==================================================
    LEFT COLUMN
==================================================*/

.nta-video-column{

    display:flex;

}

.nta-video-card{

    width:100%;

    height:520px;

    overflow:hidden;

    border-radius:28px;

    background:#F2F2F2;

    box-shadow:
        0 20px 50px rgba(0,0,0,.08);

}

.nta-video{

    width:100%;

    height:100%;

    display:block;

    object-fit:cover;

    transition:.6s ease;

}

.nta-video-card:hover .nta-video{

    transform:scale(1.05);

}

/*==================================================
    RIGHT COLUMN
==================================================*/

.nta-right-column{

    display:flex;

    flex-direction:column;

    justify-content:space-between;

    height:520px;

}

/*==================================================
    ABOUT CONTENT
==================================================*/

.nta-about-content{

    margin:0;

}

.nta-about-content p{

    margin:0 0 18px;

    color:rgba(20,20,20,.72);

    font-size:16px;

    line-height:1.9;

}

.nta-about-content p:last-child{

    margin-bottom:0;

}

/*==================================================
    DIVIDER
==================================================*/

.nta-divider{

    width:70px;

    height:3px;

    background:#B8860B;

    border-radius:50px;

    margin:28px 0;

}
/*==================================================
    FEATURES SECTION
==================================================*/

.nta-features{

    display:flex;

    flex-direction:column;

    gap:18px;

    flex:1;

}

/*==================================================
    FEATURE ITEM
==================================================*/

.nta-feature-item{

    display:flex;

    align-items:flex-start;

    gap:18px;

    padding:18px 0;

    border-bottom:1px solid rgba(20,20,20,.08);

    transition:all .35s ease;

}

.nta-feature-item:last-child{

    border-bottom:none;

}

/*==================================================
    FEATURE ICON
==================================================*/

.nta-feature-icon{

    width:48px;

    height:48px;

    min-width:48px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(184,134,11,.08);

    border:1px solid rgba(184,134,11,.25);

    transition:all .35s ease;

}

.nta-feature-icon i{

    font-size:20px;

    color:#B8860B;

}

/*==================================================
    FEATURE CONTENT
==================================================*/

.nta-feature-content{

    flex:1;

}

.nta-feature-content h4{

    margin:0 0 8px;

    color:#161616;

    font-size:22px;

    font-weight:600;

    line-height:1.3;

    transition:.3s;

}

.nta-feature-content p{

    margin:0;

    color:rgba(20,20,20,.65);

    font-size:14px;

    line-height:1.8;

}

/*==================================================
    FEATURE HOVER
==================================================*/

.nta-feature-item:hover{

    transform:translateX(8px);

}

.nta-feature-item:hover .nta-feature-icon{

    background:#B8860B;

    border-color:#B8860B;

}

.nta-feature-item:hover .nta-feature-icon i{

    color:#FFFFFF;

}

.nta-feature-item:hover .nta-feature-content h4{

    color:#B8860B;

}

/*==================================================
    BOTTOM SECTION
==================================================*/

.nta-bottom-text{

    margin-top:28px;

    padding-top:22px;

    border-top:1px solid rgba(20,20,20,.10);

}

.nta-bottom-text h4{

    margin:0 0 10px;

    color:#B8860B;

    font-size:24px;

    font-weight:600;

}

.nta-bottom-text p{

    margin:0;

    color:rgba(20,20,20,.7);

    font-size:15px;

    line-height:1.8;

}


/* =============================================
   PRODUCT SOLUTIONS — .pps-section ONLY
   Every rule prefixed with .pps-section
   Zero bleed into any other section
   ============================================= */

.pps-section,
.pps-section.section {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    padding: 13px 6% !important;
    background: #0e120e !important;
    position: relative;
    overflow: hidden;
}

.pps-section .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* BG orbs */
.pps-section::before {
    content: '';
    position: absolute;
    width: 500px; height: 500px;
    top: -180px; right: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(60,170,20,0.10) 0%, transparent 65%);
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

.pps-section::after {
    content: '';
    position: absolute;
    width: 400px; height: 400px;
    bottom: -120px; left: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(242,140,40,0.08) 0%, transparent 65%);
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

/* ── TITLE ── */
.pps-section .process-title {
    text-align: center;
    margin-bottom: 52px;
    position: relative;
    z-index: 1;
}

/* ── GRID — two equal columns ── */
.pps-section .pps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    position: relative;
    z-index: 1;
}

/* ── CARD ── */
.pps-section .pps-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 24px rgba(0,0,0,0.25);
    transition: transform 0.30s cubic-bezier(0.22,1,0.36,1),
                box-shadow 0.30s ease,
                border-color 0.30s ease;
}

.pps-section .pps-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.38);
}

.pps-section .pps-card.pps-frozen:hover {
    border-color: rgba(60,170,20,0.30);
}

.pps-section .pps-card.pps-aseptic:hover {
    border-color: rgba(242,140,40,0.30);
}

/* Top accent line */
.pps-section .pps-card.pps-frozen::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2.5px;
    background: linear-gradient(90deg, #3fa010, #6dd430);
    border-radius: 24px 24px 0 0;
    z-index: 2;
}

.pps-section .pps-card.pps-aseptic::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2.5px;
    background: linear-gradient(90deg, #f5c842, #f28c28);
    border-radius: 24px 24px 0 0;
    z-index: 2;
}

/* ── IMAGE — top of card ── */
.pps-section .pps-card .pps-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 28px 0;
    background: rgba(255,255,255,0.02);
    flex-shrink: 0;
    position: relative;
}

.pps-section .pps-card.pps-frozen .pps-image::after {
    content: '';
    position: absolute;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(60,170,20,0.14) 0%, transparent 70%);
    filter: blur(30px);
    pointer-events: none;
}

.pps-section .pps-card.pps-aseptic .pps-image::after {
    content: '';
    position: absolute;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245,200,66,0.14) 0%, transparent 70%);
    filter: blur(30px);
    pointer-events: none;
}

.pps-section .pps-card .pps-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 16px 32px rgba(0,0,0,0.35));
    transition: transform 0.40s cubic-bezier(0.22,1,0.36,1);
    position: relative;
    z-index: 1;
}

.pps-section .pps-card:hover .pps-image img {
    transform: scale(1.06) translateY(-6px);
}

/* ── CONTENT — below image ── */
.pps-section .pps-card .pps-content {
    padding: 24px 28px 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

/* Label */
.pps-section .pps-card .pps-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
    width: fit-content;
}

.pps-section .pps-card.pps-frozen .pps-label {
    color: #6dd430;
    background: rgba(60,170,20,0.12);
    border: 1px solid rgba(60,170,20,0.25);
}

.pps-section .pps-card.pps-aseptic .pps-label {
    color: #f5c842;
    background: rgba(245,200,66,0.10);
    border: 1px solid rgba(245,200,66,0.25);
}

/* Heading */
.pps-section .pps-card .pps-content h3 {
    font-size: clamp(24px, 2.8vw, 34px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.pps-section .pps-card.pps-frozen .pps-content h3 {
    background: linear-gradient(135deg, #ffffff 0%, #a8dca8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pps-section .pps-card.pps-aseptic .pps-content h3 {
    background: linear-gradient(135deg, #ffffff 0%, #f5d080 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Description */
.pps-section .pps-card .pps-content p {
    font-size: 13.5px;
    color: rgba(255,255,255,0.48);
    line-height: 1.78;
    margin: 0;
}

/* Tags */
.pps-section .pps-card .pps-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.pps-section .pps-card .pps-tags span {
    font-size: 10.5px;
    font-weight: 600;
    color: rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    padding: 4px 11px;
    border-radius: 50px;
}

/* Button */
.pps-section .pps-card .pps-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 50px;
    width: fit-content;
    margin-top: 4px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, gap 0.22s ease;
}

.pps-section .pps-card.pps-frozen .pps-btn {
    background: linear-gradient(135deg, #3fa010, #286a08);
    color: #ffffff;
    box-shadow: 0 4px 18px rgba(50,140,10,0.28);
}

.pps-section .pps-card.pps-aseptic .pps-btn {
    background: linear-gradient(135deg, #f5c842, #f28c28);
    color: #0e120e;
    box-shadow: 0 4px 18px rgba(245,180,30,0.28);
}

.pps-section .pps-card .pps-btn:hover {
    transform: translateY(-2px);
    gap: 12px;
}

.pps-section .pps-card.pps-frozen .pps-btn:hover {
    box-shadow: 0 8px 26px rgba(50,140,10,0.40);
}

.pps-section .pps-card.pps-aseptic .pps-btn:hover {
    box-shadow: 0 8px 26px rgba(245,180,30,0.40);
}

.pps-section .pps-card .pps-btn svg {
    flex-shrink: 0;
    transition: transform 0.22s ease;
}

.pps-section .pps-card .pps-btn:hover svg {
    transform: translateX(3px);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .pps-section .pps-grid { grid-template-columns: 1fr; }
    .pps-section .pps-card .pps-image { height: 200px; }
}

@media (max-width: 480px) {
    .pps-section { padding: 72px 20px !important; }
    .pps-section .pps-card .pps-content { padding: 20px 20px 24px; }
}








/* =============================================
   NEO TROPELLA — FRUIT RANGE SECTION
   Matches dark green + gold hero theme
   ============================================= */

/* ── SECTION ── */
.fruit-tabs-section {
    position: relative;
    overflow: hidden;
    padding: 96px 6% 80px;

    /* Warm cream — bridges hero dark to this section */
    background: linear-gradient(160deg,
        #f5ede0 0%,
        #fdf6ec 40%,
        #f8f2e8 100%);
}

/* Subtle dot grid */
.fruit-tabs-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle,
        rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 0;
}

/* Green glow top-left */
.fruit-tabs-section::after {
    content: '';
    position: absolute;
    width: 600px; height: 600px;
    top: -200px; left: -150px;
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(242,140,40,0.10) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
    filter: blur(40px);
}

/* ── ALL CONTENT ABOVE BG ── */
.fruit-tabs-section > * {
    position: relative;
    z-index: 1;
}

.range-catalogue-head {
    max-width: 900px;
    margin: 0 auto 48px;
    text-align: center;
}

.range-catalogue-head .nta-title {
    margin-top: 18px;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1px;
    font-family: 'Inter', sans-serif;
}


@keyframes range-dot-pulse {
    0%   { box-shadow: 0 0 0 0   rgba(242,140,40,0.55); }
    70%  { box-shadow: 0 0 0 8px rgba(242,140,40,0); }
    100% { box-shadow: 0 0 0 0   rgba(242,140,40,0); }
}





/* ── TAB BUTTONS ── */
.fruit-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 44px;
}

.tab-btn {
    border: 1.5px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.07);
    color: #ffffff;
    padding: 12px 26px;
    border-radius: 50px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.01em;
    backdrop-filter: blur(8px);
    transition: background 0.28s ease,
                color 0.28s ease,
                border-color 0.28s ease,
                transform 0.28s cubic-bezier(0.22,1,0.36,1),
                box-shadow 0.28s ease;
}

.tab-btn:hover {
    background: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.25);
    transform: translateY(-2px);
}

.tab-btn.active {
    background: rgba(255,255,255,0.07);
    color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 8px 24px rgba(6,40,21,0.25);
    transform: translateY(-2px);
}

/* ── FRUIT GRID ── */
.fruit-grid {
    display: none;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    animation: fadeTab 0.45s ease;
}

.fruit-grid.active-tab {
    display: grid;
}

@keyframes fadeTab {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── FRUIT ITEM CARD ── */
.fruit-item {
    background: rgba(255,255,255,0.06);
    border-radius: 20px;
    padding: 22px 16px 18px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow:
        0 2px 12px rgba(0,0,0,0.20),
        inset 0 1px 0 rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    transition: transform 0.28s cubic-bezier(0.22,1,0.36,1),
                box-shadow 0.28s ease,
                border-color 0.28s ease;
    cursor: default;
    position: relative;
    overflow: hidden;
}

/* Gold top shimmer on hover */
.fruit-item::before {
    content: '';
    position: absolute;
    top: 0; left: 10%; right: 10%;
    height: 2px;
    background: linear-gradient(90deg,
        transparent, #f28c28, transparent);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.30s ease;
}

.fruit-item:hover {
    transform: translateY(-7px);
    box-shadow:
        0 18px 40px rgba(0,0,0,0.30),
        inset 0 1px 0 rgba(255,255,255,0.95);
    border-color: rgba(242,140,40,0.35);
}

.fruit-item:hover::before {
    transform: scaleX(1);
}

.fruit-item img {
    width: 100%;
    height: 130px;
    object-fit: contain;
    margin-bottom: 14px;
    transition: transform 0.30s cubic-bezier(0.22,1,0.36,1);
}

.fruit-item:hover img {
    transform: scale(1.08) translateY(-4px);
}

.fruit-item span {
    display: block;
    font-size: 13.5px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

/* ── RANGE NOTE ── */
.range-note {
    margin-top: 56px;
    background: rgba(255,255,255,0.07);
    border-radius: 24px;
    padding: 48px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;

    /* Subtle inner glow */
    box-shadow:
        0 2px 0 rgba(255,255,255,0.08),
        inset 0 1px 0 rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
}

/* Gold shimmer inside dark box */
.range-note::before {
    content: '';
    position: absolute;
    width: 400px; height: 400px;
    top: -150px; right: -80px;
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(242,140,40,0.12) 0%, transparent 65%);
    pointer-events: none;
}

.range-note::after {
    content: '';
    position: absolute;
    width: 300px; height: 300px;
    bottom: -100px; left: -60px;
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(106,170,22,0.10) 0%, transparent 65%);
    pointer-events: none;
}

.range-note h4 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 3.5vw, 36px);
    color: #fff7ef;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.range-note p {
    font-size: 15px;
    color: rgba(255,255,255,0.65);
    line-height: 1.75;
    margin-bottom: 24px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.range-note a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, #f5c842 0%, #f28c28 100%);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 13px 28px;
    border-radius: 50px;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
    box-shadow: 0 6px 20px rgba(242,140,40,0.35);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.range-note a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(242,140,40,0.45);
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
    .fruit-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 860px) {
    .fruit-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .range-note { padding: 36px 24px; }
}

@media (max-width: 600px) {
    .fruit-tabs-section { padding: 72px 20px 60px; }
    .fruit-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .tab-btn { width: 100%; }
    .range-note { padding: 32px 20px; }
}


/* =============================================
   FORCE OVERRIDES — kills old cream styles
   ============================================= */

.fruit-tabs-section {
    background: #0e120e !important;
    color: #ffffff !important;
}



.range-catalogue-head h2 {
    color: #ffffff !important;
    font-family: 'Playfair Display', serif !important;
}

.range-catalogue-head p {
    color: rgba(255,255,255,0.55) !important;
}

.tab-btn {
    background: rgba(255,255,255,0.07) !important;
    border: 1.5px solid rgba(255,255,255,0.14) !important;
    color: rgba(255,255,255,0.80) !important;
}

.tab-btn:hover {
    background: rgba(255,255,255,0.12) !important;
    border-color: rgba(255,255,255,0.25) !important;
}

.tab-btn.active {
    background: linear-gradient(135deg, #3fa010, #286a08) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 8px 24px rgba(50,140,10,0.35) !important;
}

.fruit-item {
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.20) !important;
}

.fruit-item:hover {
    background: rgba(255,255,255,0.10) !important;
    border-color: rgba(242,140,40,0.35) !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.30) !important;
}

.fruit-item span {
    color: rgba(255,255,255,0.88) !important;
}

.range-note {
    background: rgba(255,255,255,0.07) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
}

.range-note h4 {
    color: #fff7ef !important;
}

.range-note p {
    color: rgba(255,255,255,0.65) !important;
}

.range-note a {
    background: linear-gradient(135deg, #f5c842 0%, #f28c28 100%) !important;
    color: #062815 !important;
}


/* ── FILL FULL WIDTH — remove any container constraints ── */
.fruit-tabs-section {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 6% !important;
    padding-right: 6% !important;
    box-sizing: border-box !important;
}

/* Kill .section max-width constraint specifically for this section */
.fruit-tabs-section.section {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding-left: 6% !important;
    padding-right: 6% !important;
}









/* =========================
   PERFECT FOR SECTION
========================= */

.perfect-for-section{
  position:relative;
  background:
    radial-gradient(circle at center, rgba(106,170,22,0.08), transparent 45%),
    linear-gradient(180deg,#ffffff 0%,#f7fbf1 100%);
  padding:80px 7% 0;
  overflow:hidden;
}

/* decorative fruits */
.perfect-bg-fruit{
  position:absolute;
  z-index:1;
  pointer-events:none;
}

.perfect-bg-fruit.left{
  left:-40px;
  top:160px;
  width:260px;
}

.perfect-bg-fruit.right{
  right:-30px;
  top:0;
  width:260px;
}

.perfect-bg-fruit img{
  width:100%;
}

/* heading */
.perfect-head{
  position:relative;
  z-index:2;
  text-align:center;
  margin-bottom:55px;
}

.perfect-head span{
  display:inline-block;
  font-size:72px;
  line-height:1;
  font-weight:900;
  letter-spacing:4px;
  color:#1f4f22;
}

.perfect-head span::first-letter{
  color:#1f4f22;
}

.perfect-head h2{
    font-family: 'Cormorant Garamond', serif;
  margin-top:18px;
  font-size:28px;
  letter-spacing:4px;
  color:#333;
  font-weight:700;
  text-transform:uppercase;
}

.perfect-head p{
    font-family: 'Poppins', sans-serif;
  font-size:19px;
  line-height:1.35;
  color:#444;
  margin-top:14px;
}

/* grid */
.perfect-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:28px;
  max-width:1180px;
  margin:0 auto 60px;
}

.perfect-card{
  position:relative;
  background:#fff;
  min-height:285px;
  border:1px solid rgba(106,170,22,0.26);
  border-radius:16px;
  padding:36px 18px 22px;
  text-align:center;
  box-shadow:0 10px 25px rgba(0,0,0,0.06);
  transition:0.35s ease;
}

.perfect-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 45px rgba(0,0,0,0.12);
}

.perfect-icon{
  position:absolute;
  top:-26px;
  left:50%;
  transform:translateX(-50%);
  width:58px;
  height:58px;
  background:#6aaa16;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  box-shadow:0 8px 18px rgba(106,170,22,0.28);
}

.perfect-card img{
  width:100%;
  height:125px;
  object-fit:contain;
  margin:8px 0 18px;
}

.perfect-card h3{
  color:#062815;
  font-size:18px;
  line-height:1.15;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:10px;
}

.perfect-card h3::after{
  content:"";
  display:block;
  width:34px;
  height:3px;
  background:#6aaa16;
  margin:10px auto 0;
}

.perfect-card p{
    font-family: 'Poppins', sans-serif;
  color:#333;
  font-size:14px;
  line-height:1.45;
}

/* bottom green strip */
.perfect-bottom{
  position:relative;
  z-index:2;
  background:#0b3a1d;
  color:#fff;
  border-top-right-radius:70px;
  padding:26px 6%;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  align-items:center;
  margin:0 -7%;
}

.perfect-bottom div{
  display:grid;
  grid-template-columns:54px 1fr;
  column-gap:16px;
  align-items:center;
  border-right:1px solid rgba(255,255,255,0.35);
}

.perfect-bottom div:last-child{
  border-right:none;
}

.perfect-bottom i{
  grid-row:1 / 3;
  width:52px;
  height:52px;
  border-radius:50%;
  background:#fff;
  color:#6aaa16;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:23px;
}

.perfect-bottom strong{
  font-size:16px;
  font-weight:800;
}

.perfect-bottom span{
  font-size:13px;
  color:rgba(255,255,255,0.82);
}

/* MOBILE */
@media(max-width:1024px){

  .perfect-head span{
    font-size:46px;
  }

  .perfect-head h2{
    font-size:20px;
  }

  .perfect-head p{
    font-size:18px;
  }

  .perfect-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .perfect-bottom{
    grid-template-columns:1fr 1fr;
  }

  .perfect-bg-fruit.left,
  .perfect-bg-fruit.right{
    opacity:0.28;
  }
}

@media(max-width:600px){

  .perfect-for-section{
    padding:65px 6% 0;
  }

  .perfect-grid{
    grid-template-columns:1fr;
  }

  .perfect-bottom{
    grid-template-columns:1fr;
    border-top-right-radius:35px;
  }

  .perfect-bottom div{
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,0.25);
    padding-bottom:18px;
  }

  .perfect-bottom div:last-child{
    border-bottom:none;
  }
}










/* FEATURE CARDS */

.neo-commitment,
.neo-facility-features,
.neo-range,
.neo-serve{
  background:#f8f4ed;
}

.neo-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px;
}

.neo-feature-grid.five{
  grid-template-columns:repeat(5,1fr);
}

.neo-feature-card{
  background:white;
  border-radius:24px;
  padding:35px 28px;
  text-align:center;
  border:1px solid rgba(6,40,21,0.08);
  transition:0.35s ease;
}

.neo-feature-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

.neo-feature-card i{
  width:64px;
  height:64px;
  border-radius:50%;
  background:#062815;
  color:#d6a547;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  margin:0 auto 22px;
}

.neo-feature-card h3{
  font-size:20px;
  color:#062815;
  margin-bottom:12px;
}

.neo-feature-card p{
    font-family: 'Poppins', sans-serif;
  color:#666;
  line-height:1.7;
  font-size:15px;
}


/*==========================================
MANUFACTURING EXCELLENCE
==========================================*/

.neo-manufacturing{
    padding:20px 0;
    background:#FAFAFA;
}

.neo-manufacturing-grid{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:75px;
    align-items:center;
}

/* IMAGE */

.neo-manufacturing-image{
    overflow:hidden;
    border-radius:28px;
    box-shadow:0 25px 60px rgba(0,0,0,.10);
}

.neo-manufacturing-image img{
    height: 542px;
    width:100%;
    display:block;
    transition:.6s ease;
}

.neo-manufacturing-image:hover img{
    transform:scale(1.05);
}

/* CONTENT */

facturing-content{
    max-width:560px;
}

.neo-section-tag{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0px 0px 16px;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(245, 194, 77, 0.1);
    border: 1px solid rgba(245, 194, 77, 0.35);
    backdrop-filter: blur(10px);
    font-family: Poppins, "Segoe UI", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: rgb(208, 151, 29);
}

.neo-manufacturing-content h2{
    font-family:'Playfair Display',serif;
    font-size:46px;
    line-height:1.15;
    color:#1F2937;
    margin-bottom:25px;
}

.neo-manufacturing-content h2 span{
    display:block;
    color: #f5c24d;
}



.neo-intro{
    font-size:17px;
    line-height:1.9;
    color:#6B7280;
    margin-bottom:35px;
}

/* FEATURES */

.neo-check-list{
    display:grid;
    gap:18px;
    margin-bottom:40px;
}

.neo-check-item{
    position:relative;
    padding-left:34px;
    font-size:16px;
    color:#374151;
    line-height:1.7;
}

.neo-check-item::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#FFF3EA;
    color:#F58220;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:700;
}

/* BUTTON */

.neo-manufacturing-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:7px 10px;
    border-radius:50px;
    background:#e08738;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
}

.neo-manufacturing-btn:hover{
    background:#DB6F12;
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(245,130,32,.30);
}

/* Responsive */

@media(max-width:991px){

.neo-manufacturing-grid{
    grid-template-columns:1fr;
    gap:50px;
}

.neo-manufacturing-content{
    max-width:100%;
}

}

@media(max-width:768px){

.neo-manufacturing{
    padding:80px 0;
}

.neo-manufacturing-content h2{
    font-size:34px;
}

.neo-intro{
    font-size:16px;
}

}


/* =============================================
   NEO TROPELLA — PRODUCTION PROCESS
   Vertical gold timeline, image ↔ content
   Dark green theme, matching CTA/footer
   ============================================= */
   .nt-process{
    background: linear-gradient(150deg, #05170f 0%, #0a2e1d 55%, #04140c 100%);
    padding: 96px 0 80px;
    position: relative;
    overflow: hidden;
    isolation: isolate;

    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.process-profile,
.process-profile.section {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 100px 6% !important;
    box-sizing: border-box !important;
}

.process-profile .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nt-process .nt-process-head {
    text-align: center;
    margin-bottom: 72px;
}

.nt-process .nt-process-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border-radius: 50px;
    background: rgba(217,165,33,0.10);
    border: 1px solid rgba(217,165,33,0.28);
    color: #F5C24D;
    font-family:'Poppins','Segoe UI',system-ui,sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.nt-process .nt-process-title {
       font-family: 'Playfair Display', serif;
    font-size: 58px;
    line-height: 1.15;
    color: #eff0f2;
    margin-bottom: 25px;
}

.nt-process .nt-process-title span {
    display: block;
    background: linear-gradient(90deg, #FFE18F, #D9A521);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nt-process {
    background: linear-gradient(150deg, #05170f 0%, #0a2e1d 55%, #04140c 100%);
    padding: 96px 0 80px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.nt-process::before {
    content: '';
    position: absolute;
    width: 340px; height: 340px;
    top: -100px; left: 12%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(217,165,33,0.3), transparent 70%);
    filter: blur(90px);
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
}

.nt-process::after {
    content: '';
    position: absolute;
    width: 280px; height: 280px;
    bottom: -90px; right: 12%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,225,143,0.22), transparent 70%);
    filter: blur(90px);
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
}

.nt-process-inner {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
}

/* ── STEPS WRAPPER ── */
.nt-steps {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ── VERTICAL GOLD TIMELINE LINE ── */
.nt-timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    transform: translateX(-50%);
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(217,165,33,0.60) 6%,
        rgba(217,165,33,0.60) 94%,
        transparent 100%
    );
    pointer-events: none;
}

/* ── SINGLE STEP ROW ── */
.nt-step {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    align-items: center;
    gap: 0;
    margin-bottom: 80px;
    position: relative;
}

.nt-step:last-child { margin-bottom: 0; }

/* ── IMAGE SIDE ── */
.nt-step-image {
    padding: 0 40px;
}

.nt-step-img-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    max-width: 480px;
    box-shadow:
        0 24px 56px rgba(0,0,0,0.45),
        0 0 0 1px rgba(217,165,33,0.12);
    transition: transform 0.36s cubic-bezier(0.22,1,0.36,1),
                box-shadow 0.36s ease;
}

.nt-step-img-wrap:hover {
    transform: translateY(-6px);
    box-shadow:
        0 32px 70px rgba(0,0,0,0.55),
        0 0 0 1px rgba(217,165,33,0.28);
}

.nt-step-img-wrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.50s ease;
    filter: brightness(0.9) saturate(1.05);
}

.nt-step-img-wrap:hover img {
    transform: scale(1.04);
}

.nt-step-img-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(217,165,33,0.08) 0%, transparent 50%);
    pointer-events: none;
}

/* ── TIMELINE NODE (center column) ── */
.nt-step-node {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.nt-step-node::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(217,165,33,0.50), rgba(217,165,33,0.50));
    transform: translateY(-50%);
    pointer-events: none;
}

.nt-step-dot {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D9A521, #FFE18F);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 0 0 6px rgba(217,165,33,0.15),
        0 0 0 12px rgba(217,165,33,0.07),
        0 8px 24px rgba(217,165,33,0.35);
    flex-shrink: 0;
    z-index: 1;
    transition: transform 0.30s ease, box-shadow 0.30s ease;
}

.nt-step:hover .nt-step-dot {
    transform: scale(1.12);
    box-shadow:
        0 0 0 8px rgba(217,165,33,0.20),
        0 0 0 16px rgba(217,165,33,0.08),
        0 12px 32px rgba(217,165,33,0.45);
}

.nt-step-dot span {
    font-size: 14px;
    font-weight: 800;
    color: #12310c;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
}

/* ── CONTENT SIDE ── */
.nt-step-content {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nt-step-label {
    font-family:'Poppins',sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: #F5C24D;
    opacity: 0.85;
}

.nt-step-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    line-height: 1.15;
    color: #f7fafd;
    margin-bottom: 5px;
}

.nt-step:hover .nt-step-content h3 {
    background: linear-gradient(90deg, #FFE18F, #D9A521);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nt-step-content p {

    font-family:'Poppins',sans-serif;
    font-size: 14.5px;
    color: rgba(230,245,235,0.55);
    line-height: 1.80;
    margin: 0;
    max-width: 380px;
}

.nt-step-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.nt-step-tags span {
    font-family:'Poppins',sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: rgba(217,165,33,0.85);
    background: rgba(217,165,33,0.08);
    border: 1px solid rgba(217,165,33,0.20);
    padding: 5px 13px;
    border-radius: 50px;
    letter-spacing: 0.02em;
    transition: background 0.22s ease, color 0.22s ease;
}

.nt-step:hover .nt-step-tags span {
    background: rgba(217,165,33,0.16);
    color: #FFE18F;
    border-color: rgba(217,165,33,0.35);
}

/* ── LEFT: image left, content right ── */
.nt-step--left .nt-step-image  { order: 1; }
.nt-step--left .nt-step-node   { order: 2; }
.nt-step--left .nt-step-content { order: 3; text-align: left; }

/* ── RIGHT: content left, image right ── */
.nt-step--right .nt-step-content { order: 1; text-align: right; }
.nt-step--right .nt-step-node   { order: 2; }
.nt-step--right .nt-step-image  { order: 3; }

.nt-step--right .nt-step-tags  { justify-content: flex-end; }
.nt-step--right .nt-step-content p { margin-left: auto; }




/* RANGE */

.fruit-range-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
}

.fruit-range-grid div{
  background:white;
  padding:18px 14px;
  border-radius:16px;
  text-align:center;
  font-weight:600;
  color:#062815;
  border:1px solid rgba(6,40,21,0.08);
  transition:0.3s;
}

.fruit-range-grid div:hover{
  background:#062815;
  color:#d6a547;
  transform:translateY(-4px);
}





/* ── PUREE SHOWCASE (Coverflow + Liquid Morph) ── */
.nt-showcase{
    position:relative;
    padding:80px 0 90px;
    background:#04140c;
    overflow:hidden;
    --nt-spread: 140px;       /* space between slides */
    --nt-arrow-offset: 280px; /* arrow distance from center */
}

.nt-showcase-blob{
    position:absolute;
    top:38%;
    left:50%;
    width:640px;
    height:640px;
    margin:-320px 0 0 -320px;
    border-radius:50%;
    filter:blur(100px);
    opacity:0.4;
    transition:background 1s ease;
    z-index:0;
    pointer-events:none;
}

.nt-showcase-head{
    position:relative;
    z-index:2;
    text-align:center;
    max-width:640px;
    margin:0 auto 52px;
    padding:0 20px;
}

.nt-showcase-tag{
    display:inline-block;
    font-family:'Poppins',sans-serif;
    font-size:11px;
    font-weight:600;
    letter-spacing:0.18em;
    text-transform:uppercase;
    color:#e6c467;
    background:rgba(230,196,103,0.08);
    border:1px solid rgba(230,196,103,0.3);
    padding:6px 16px;
    border-radius:50px;
    margin-bottom:18px;
}

.nt-showcase-title{
    font-family:'Cormorant Garamond',serif;
    font-weight:600;
    font-size:clamp(32px,4.5vw,48px);
    line-height:1.15;
    color:#f5f2ea;
    margin:0 0 14px;
}

.nt-showcase-title span{
    color:#e6c467;
    font-style:italic;
}

.nt-showcase-sub{
    font-size:15px;
    line-height:1.6;
    color:rgba(245,242,234,0.65);
    margin:0;
}

/* ── coverflow stage ── */
.nt-showcase-stage{
    position:relative;
    z-index:2;
    height:500px;
    display:flex;
    align-items:center;
    justify-content:center;
    perspective:1200px;
}

.nt-showcase-slide{
    position:absolute;
    width:300px;
    height:350px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:transform .6s cubic-bezier(.22,.61,.36,1), opacity .6s ease, filter .6s ease;
}

.nt-showcase-slide img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    filter:drop-shadow(0 14px 20px rgba(0,0,0,0.5));
}

.nt-showcase-label{
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    font-family:'Poppins',sans-serif;
    font-size:12px;
    font-weight:600;
    letter-spacing:0.03em;
    color:#f5f2ea;
    white-space:nowrap;
    padding:6px 16px;
    border-radius:50px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.18);
    -webkit-backdrop-filter:blur(10px) saturate(140%);
    backdrop-filter:blur(10px) saturate(140%);
    box-shadow:0 4px 16px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.12);
    opacity:0;
    transition:opacity .4s ease;
}

.nt-showcase-slide.is-center .nt-showcase-label{
    opacity:1;
}

/* ── arrow buttons ── */
.nt-showcase-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:44px;
    height:44px;
    border-radius:50%;
    z-index:3;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.18);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
    color:#f5f2ea;
    cursor:pointer;
    transition:background .25s ease, border-color .25s ease, transform .25s ease;
}

.nt-showcase-arrow:hover{
    background:rgba(230,196,103,0.18);
    border-color:rgba(230,196,103,0.4);
    transform:translateY(-50%) scale(1.08);
}

.nt-showcase-arrow svg{
    width:18px;
    height:18px;
}

.nt-showcase-prev{ left:calc(50% - var(--nt-arrow-offset)); }
.nt-showcase-next{ right:calc(50% - var(--nt-arrow-offset)); }

/* ── dot indicators ── */
.nt-showcase-dots{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:26px;
}

.nt-showcase-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    border:none;
    background:rgba(245,242,234,0.25);
    cursor:pointer;
    padding:0;
    transition:background .3s ease, transform .3s ease;
}

.nt-showcase-dot.is-active{
    background:#e6c467;
    transform:scale(1.3);
}

/* ── WIDER LAYOUT — DESKTOP ONLY ── */
@media (min-width: 861px){
    .nt-showcase{
        --nt-spread: 220px;
        --nt-arrow-offset: 400px;
    }
    .nt-showcase-stage{
        max-width: 1200px;
        margin: 0 auto;
    }
}

/* ── RESPONSIVE ── */
@media (max-width: 860px){
    .nt-showcase{ padding:60px 0 70px; }
    .nt-showcase-head{ margin-bottom:36px; }
    .nt-showcase-title{ font-size:clamp(26px,6vw,34px); }
    .nt-showcase-sub{ font-size:13.5px; }
    .nt-showcase-blob{ width:480px; height:480px; margin:-240px 0 0 -240px; }
    .nt-showcase-stage{ height:340px; }
    .nt-showcase-slide{ width:180px; height:210px; }
    .nt-showcase-prev{ left:12px; }
    .nt-showcase-next{ right:12px; }
    .nt-showcase-arrow{ width:38px; height:38px; }
    .nt-showcase-arrow svg{ width:15px; height:15px; }
    .nt-showcase-label{ font-size:11px; padding:5px 14px; }
}

@media (max-width: 480px){
    .nt-showcase{ padding:44px 0 54px; }
    .nt-showcase-blob{ width:360px; height:360px; margin:-180px 0 0 -180px; }
    .nt-showcase-stage{ height:270px; }
    .nt-showcase-slide{ width:140px; height:165px; }
    .nt-showcase-arrow{ width:32px; height:32px; }
    .nt-showcase-arrow svg{ width:13px; height:13px; }
    .nt-showcase-label{ font-size:10px; padding:4px 12px; }
    .nt-showcase-dots{ margin-top:18px; gap:6px; }
}



/* ── RESPONSIVE — TABLET ── */
@media (max-width: 860px){
    .nt-showcase{
        padding:60px 0 70px;
        --nt-spread: 170px;
        --nt-arrow-offset: 250px;
    }
    .nt-showcase-head{ margin-bottom:36px; }
    .nt-showcase-title{ font-size:clamp(26px,6vw,34px); }
    .nt-showcase-sub{ font-size:13.5px; }
    .nt-showcase-blob{ width:480px; height:480px; margin:-240px 0 0 -240px; }
    .nt-showcase-stage{ height:400px; }
    .nt-showcase-slide{ width:225px; height:265px; }
    .nt-showcase-prev{ left:8px; }
    .nt-showcase-next{ right:8px; }
    .nt-showcase-arrow{ width:38px; height:38px; }
    .nt-showcase-arrow svg{ width:15px; height:15px; }
    .nt-showcase-label{ font-size:11px; padding:5px 14px; }
}

/* ── RESPONSIVE — MOBILE ── */
@media (max-width: 480px){
    .nt-showcase{
        padding:44px 0 54px;
        --nt-spread: 120px;
        --nt-arrow-offset: 165px;
    }
    .nt-showcase-blob{ width:360px; height:360px; margin:-180px 0 0 -180px; }
    .nt-showcase-stage{ height:320px; }
    .nt-showcase-slide{ width:190px; height:230px; }
    .nt-showcase-arrow{ width:32px; height:32px; }
    .nt-showcase-arrow svg{ width:13px; height:13px; }
    .nt-showcase-label{ font-size:10px; padding:4px 12px; }
    .nt-showcase-dots{ margin-top:18px; gap:6px; }
}

/* ── RESPONSIVE — SMALL MOBILE ── */
@media (max-width: 380px){
    .nt-showcase{
        --nt-spread: 95px;
        --nt-arrow-offset: 140px;
    }
    .nt-showcase-stage{ height:280px; }
    .nt-showcase-slide{ width:150px; height:175px; }
    .nt-showcase-arrow{ width:28px; height:28px; }
    .nt-showcase-arrow svg{ width:11px; height:11px; }
}
/* ===========================================
   QUALITY & CERTIFICATIONS
=========================================== */

.certifications,
.certifications.section {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 100px 6% !important;
    box-sizing: border-box !important;
}

.certifications .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
/*==============================
SECTION TITLE
==============================*/

.process-title{
    text-align:center;
    margin-bottom:80px;
}

.neo-section-tag{

    display:inline-flex;
    align-items:center;
    gap:8px;
    margin:0 0 16px;
    padding:8px 16px;
    border-radius:50px;

     background:rgba(245,194,77,.1);
    border:1px solid rgba(245,194,77,.35);
    color:#F5C24D;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);

    font-family:'Poppins','Segoe UI',system-ui,sans-serif;
    font-size:12px;
    font-weight:700;
    letter-spacing:.6px;
    text-transform:uppercase;
    color:#d0971d;

}

.neo-title{

    font-size:48px;

    line-height:1.2;

    font-weight:700;

    color:#222;

    margin-bottom:20px;

}

.neo-title span{

    color:#0d8d65;

}

.neo-subtitle{

    max-width:700px;

    margin:auto;

    color:#777;

    font-size:17px;

    line-height:1.8;

}

/*==============================
GRID
==============================*/

.certification-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

    gap:70px;

    margin-top:70px;

}

/*==============================
CARD
==============================*/

.certification-card{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    height:370px;

}

/*==============================
BACKGROUND SHAPE
==============================*/

.card-bg{

    position:absolute;

    width:180px;

    height:180px;

    background:linear-gradient(
        135deg,
        #0ea5e9,
        #2dbb73
    );

    border-radius:34px;

    transform:rotate(-18deg);

    transition:.5s;

    z-index:1;

}

/*==============================
WHITE CARD
==============================*/

.card-content{

    position:relative;

    width:280px;

    background:#fff;

    border-radius:30px;

    padding:85px 28px 30px;

    text-align:center;

    z-index:2;

    box-shadow:
        0 20px 50px rgba(0,0,0,.14);

    transition:.4s;

}

/*==============================
LOGO
==============================*/

.certification-logo{

    position:absolute;

    top:-18px;

    left:50%;

    transform:translateX(-50%);

    width:95px;

    height:95px;

    border-radius:50%;

    background:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    z-index:5;

    box-shadow:
        0 10px 30px rgba(0,0,0,.15);

}

.certification-logo img{

    width:68px;

    height:68px;

    object-fit:contain;

    cursor:pointer;

}

/*==============================
STARS
==============================*/

.cert-stars{

    display:flex;

    justify-content:center;

    gap:7px;

    margin-bottom:20px;

}

.cert-stars span{

    width:10px;

    height:10px;

    border-radius:50%;

    background:#ffbf00;

}

/*==============================
TITLE
==============================*/

.card-content h3{

    font-size:26px;

    color:#222;

    margin-bottom:12px;

    font-weight:700;

}

/*==============================
COUNTRY
==============================*/

.cert-country{

    color:#777;

    font-size:18px;

    font-style:italic;

    margin-bottom:25px;

}

/*==============================
TAGS
==============================*/

.cert-tags{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:10px;

}

.cert-tags span{

    background:#f5f5f5;

    color:#444;

    padding:8px 16px;

    border-radius:20px;

    font-size:12px;

    font-weight:600;

    transition:.3s;

}


/* ===========================================
   HOVER EFFECTS
=========================================== */

.certification-card:hover .card-content{

    transform:translateY(-15px);

    box-shadow:
        0 30px 70px rgba(0,0,0,.18);

}

.certification-card:hover .card-bg{

    transform:rotate(15deg) scale(1.08);

}

.certification-card:hover .certification-logo{

    transform:translateX(-50%) scale(1.08);

    box-shadow:
        0 18px 40px rgba(0,0,0,.18);

}

.certification-card:hover .cert-tags span{

    background:#0d8d65;

    color:#fff;

}

.certification-card:hover h3{

    color:#0d8d65;

}

/* ===========================================
   FLOATING ANIMATION
=========================================== */

.card-content{

    animation:cardFloat 5s ease-in-out infinite;

}

.card-bg{

    animation:bgRotate 8s ease-in-out infinite;

}

@keyframes cardFloat{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-8px);

    }

}

@keyframes bgRotate{

    0%,100%{

        transform:rotate(-18deg);

    }

    50%{

        transform:rotate(-10deg);

    }

}

/* ===========================================
   IMAGE POPUP
=========================================== */

.certificate-popup{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.85);

    display:flex;

    justify-content:center;

    align-items:center;

    opacity:0;

    visibility:hidden;

    transition:.35s;

    z-index:9999;

}

.certificate-popup.show{

    opacity:1;

    visibility:visible;

}

.certificate-popup img{

    max-width:90%;

    max-height:85vh;

    border-radius:15px;

    background:#fff;

    padding:10px;

    box-shadow:
        0 25px 70px rgba(0,0,0,.4);

}

.popup-close{

    position:absolute;

    top:25px;

    right:35px;

    font-size:45px;

    color:#fff;

    cursor:pointer;

    transition:.3s;

}

.popup-close:hover{

    transform:rotate(90deg);

    color:#ffd000;

}


/* ===========================================
   SMOOTH TRANSITIONS
=========================================== */

.certification-card *,
.certification-card{

    transition:all .35s ease;

}

/* ===========================================
   ACCESSIBILITY
=========================================== */

@media (prefers-reduced-motion:reduce){

    .card-content,
    .card-bg,
    .certification-logo{

        animation:none;

        transition:none;

    }

}




/* ==========================
   PACKAGING SOLUTIONS — cap glow spread on wide screens
========================== */

.neo-packaging{
    /* anchor the glow positions to a centered 1400px content width
       instead of raw viewport percentages, so on ultra-wide screens
       the blobs stay near the content instead of drifting off toward
       the edges */
    --nt-glow-bound: min(700px, 50vw);
}

.neo-packaging::before{
    left:calc(50% - var(--nt-glow-bound) + 60px);
    right:auto;
    top:-100px;
    width:380px;
    height:380px;
}

.neo-packaging::after{
    right:calc(50% - var(--nt-glow-bound) + 40px);
    left:auto;
    bottom:-80px;
    width:300px;
    height:300px;
}

/* TITLE */

/* ── PPS TITLE — unique, scoped only here ── */
.pps-section .pps-title {
        font-family: 'Playfair Display', serif;
    text-align: center;
    margin-bottom: 52px;
    position: relative;
    z-index: 1;
}

.pps-section .pps-heading {
    margin-top: 18px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1px;
    font-family: 'Playfair Display', serif;
}

.pps-section .pps-heading span {
    display: block;
    color: #FFD166;
}

.process-title{
    position:relative;
    z-index:1;
    text-align:center;
    max-width:640px;
    margin:0 auto 60px;
}

.process-title .neo-section-tag{
    margin:0 auto 20px;
}

.process-title h2{
    margin-top: 18px;
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1px;
}

.process-title h2 span{
    display:inline-block;
    background:linear-gradient(135deg,#E8B94D,#B8860B);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* GRID — 3 up / 3 up */

.neo-packaging-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-bottom:60px;
}

/* CARD — every card shares the same treatment */

.neo-pack-card{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;

    padding:36px 26px 30px;
    border-radius:26px;

    background:linear-gradient(135deg,#ffffff 0%,#fffaf4 100%);
    border:1px solid rgba(217,165,33,.15);

    overflow:hidden;
    isolation:isolate;

    box-shadow:
        0 10px 26px rgba(0,0,0,.04),
        0 20px 50px rgba(0,0,0,.06);

    transition:.4s ease;
}

.neo-pack-card::before{
    content:"";
    position:absolute;
    top:0; left:0; right:0;
    height:4px;
    background:linear-gradient(90deg,#FFE18F,#D9A521);
    opacity:0;
    transition:opacity .35s ease;
}

.neo-pack-card:hover{
    transform:translateY(-8px);
    border-color:rgba(217,165,33,.35);
    box-shadow:
        0 18px 34px rgba(217,165,33,.1),
        0 30px 70px rgba(217,165,33,.14);
}

.neo-pack-card:hover::before{
    opacity:1;
}

/* IMAGE */

.neo-pack-image{
    display:flex;
    align-items:center;
    justify-content:center;
    height:200px;
    margin-bottom:22px;
}

.neo-pack-image img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    filter:drop-shadow(0 20px 26px rgba(0,0,0,.18));
    transition:transform .5s ease;
    animation:packCardFloat 5s ease-in-out infinite;
}

@keyframes packCardFloat{
    0%,100%{ transform:translateY(0); }
    50%{ transform:translateY(-8px); }
}

.neo-pack-card:hover .neo-pack-image img{
    animation-play-state:paused;
    transform:scale(1.06) translateY(-6px);
}

/* CONTENT */

.neo-pack-content{
    position:relative;
    z-index:2;
}

.neo-pack-content span{
    display:inline-flex;
    align-items:center;
    gap:6px;

    padding:6px 14px;
    margin-bottom:12px;

    border-radius:50px;

    background:rgba(217,165,33,.1);
    border:1px solid rgba(217,165,33,.3);

    color:#A6791B;

    font-family:'Poppins',sans-serif;
    font-size:10px;
    font-weight:700;
    letter-spacing:1.2px;
    text-transform:uppercase;
}

.neo-pack-content h3{
    font-family:'Poppins','Segoe UI',system-ui,sans-serif;
    font-size:20px;
    font-weight:800;
    letter-spacing:.3px;
    color:#062815;
    margin:0;
}

/* HIGHLIGHTS ROW */

.neo-pack-highlights{
    position:relative;
    z-index:1;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:16px;
}

.highlight-item{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:12px 24px;
    border-radius:50px;

    background:#ffffff;
    border:1px solid rgba(217,165,33,.25);

    color:#062815;

    font-family:'Poppins',sans-serif;
    font-size:13px;
    font-weight:600;

    box-shadow:0 8px 20px rgba(0,0,0,.04);
    transition:.3s ease;
}

.highlight-item::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:linear-gradient(135deg,#FFE18F,#D9A521);
    flex-shrink:0;
}

.highlight-item:hover{
    transform:translateY(-3px);
    background:rgba(217,165,33,.08);
    border-color:rgba(217,165,33,.4);
    box-shadow:0 12px 26px rgba(217,165,33,.15);
}

/* RESPONSIVE */

@media(max-width:1100px){
    .neo-packaging-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:991px){
    .neo-packaging{
        padding:80px 0;
    }
    .process-title h2{
        font-size:32px;
    }
}

@media(max-width:576px){
    .neo-packaging-grid{
        grid-template-columns:1fr;
        gap:20px;
    }
    .neo-pack-card{
        padding:30px 20px 26px;
    }
    .neo-pack-image{
        height:160px;
    }
    .highlight-item{
        font-size:12px;
        padding:10px 18px;
    }
}

@media(prefers-reduced-motion:reduce){
    .neo-pack-image img{
        animation:none !important;
    }
}



/* ==========================
   EXPORT & LOGISTICS — golden theme
========================== */

/* ==========================
   EXPORT & LOGISTICS — cap glow spread on wide screens
========================== */

/* ==========================
   EXPORT & LOGISTICS — cap glow spread on wide screens
========================== */

/* ==========================
   EXPORT & LOGISTICS — full background + capped glow spread
========================== */
.export-logistics,
.export-logistics.section {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.export-logistics .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 6% !important;
    box-sizing: border-box !important;
}

.export-logistics{
    position:relative;
    padding:100px 0;
    background:linear-gradient(180deg,#FFFDF8 0%,#FFF6E6 100%);
    overflow:hidden;
    isolation:isolate;

    /* anchors the glow blobs to a centered content width instead of
       raw viewport percentages, so on ultra-wide screens they stay
       near the content instead of drifting toward the edges */
    --nt-glow-bound: min(700px, 50vw);
}

.export-logistics::before,
.export-logistics::after{
    content:"";
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
    z-index:0;
    pointer-events:none;
}

.export-logistics::before{
    width:380px;
    height:380px;
    top:-100px;
    right:calc(50% - var(--nt-glow-bound) + 60px);
    background:radial-gradient(circle,rgba(217,165,33,.16),transparent 70%);
}

.export-logistics::after{
    width:300px;
    height:300px;
    bottom:-80px;
    left:calc(50% - var(--nt-glow-bound) + 40px);
    background:radial-gradient(circle,rgba(255,225,143,.22),transparent 70%);
}

/* TITLE — shared with Packaging section */

.export-logistics .process-title{
    position:relative;
    z-index:1;
    text-align:center;
    max-width:640px;
    margin:0 auto 60px;
}

.export-logistics .process-title .neo-section-tag{
    margin:0 auto 20px;
}





/* WRAPPER */

.export-wrapper{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:1fr 1.1fr;
    gap:70px;
    align-items:center;
}

/* IMAGE — dark green frame echoing the hero panel / About video */

.export-image{
    position:relative;
    height:560px;
    border-radius:30px;
    overflow:hidden;
    z-index:1;
}

.export-image::before{
    content:"";
    position:absolute;
    inset:-18px -18px -18px auto;
    width:55%;
    background:linear-gradient(160deg,#1c6b45 0%,#0e4029 55%,#04170f 100%);
    border-radius:40px;
    z-index:-1;
}

.export-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:30px;
    display:block;
}

/* EXPORT POINTS GRID */

.export-content{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.export-point{
    display:flex;
    align-items:flex-start;
    gap:16px;

    padding:26px 22px;
    border-radius:20px;

    background:#ffffff;
    border:1px solid rgba(217,165,33,.15);

    box-shadow:0 10px 26px rgba(0,0,0,.04);
    transition:.35s ease;
}

.export-point:hover{
    transform:translateY(-6px);
    border-color:rgba(217,165,33,.35);
    box-shadow:0 18px 36px rgba(217,165,33,.12);
}

.export-point i{
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;

    width:48px;
    height:48px;
    border-radius:50%;

    background:linear-gradient(135deg,#FFE18F,#D9A521);
    color:#3b2604;
    font-size:18px;

    box-shadow:0 8px 18px rgba(217,165,33,.35);
    transition:transform .35s ease;
}

.export-point:hover i{
    transform:scale(1.08) rotate(-6deg);
}

.export-point h3{
    font-family:'Poppins','Segoe UI',system-ui,sans-serif;
    font-size:16px;
    font-weight:700;
    color:#062815;
    margin:0 0 6px;
}

.export-point p{
    font-family:'Poppins',sans-serif;
    font-size:13.5px;
    line-height:1.7;
    color:#6B7280;
    margin:0;
}



/*=========================================================
    INDUSTRIES WE SERVE
=========================================================*/

.nis-section{

    position:relative;

    padding:110px 0;

    background:linear-gradient(
        135deg,
        #fafaf8 0%,
        #fdfcf9 100%
    );

    overflow:hidden;
     width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;

}

/*=========================================================
    GRID
=========================================================*/

.nis-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:70px;

}

/*=========================================================
    CARD
=========================================================*/

.nis-card{

    position:relative;

    height:420px;

    border-radius:30px;

    overflow:hidden;

    cursor:pointer;

    isolation:isolate;

    background:#fff;

    box-shadow:

        0 20px 45px rgba(0,0,0,.12);

    transition:.45s cubic-bezier(.22,1,.36,1);

}

/*=========================================================
    IMAGE
=========================================================*/

.nis-image{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.7s ease;

}

/*=========================================================
    DARK OVERLAY
=========================================================*/

.nis-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(

        rgba(0,0,0,.08),

        rgba(0,0,0,.20),

        rgba(0,0,0,.85)

    );

    z-index:1;

}

/*=========================================================
    NUMBER BADGE
=========================================================*/

.nis-number{

    position:absolute;

    top:25px;

    right:25px;

    width:52px;

    height:52px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:rgba(255,255,255,.22);

    backdrop-filter:blur(12px);

    -webkit-backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.25);

    color:#fff;

    font-size:18px;

    font-weight:700;

    z-index:5;

}

/*=========================================================
    CONTENT OVERLAY
=========================================================*/

.nis-overlay{

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    padding:32px;

    z-index:4;

}

/*=========================================================
    CATEGORY
=========================================================*/

.nis-category{

    display:inline-block;

    margin-bottom:12px;

    color:#FFE18F;

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

/*=========================================================
    TITLE
=========================================================*/

.nis-overlay h3{

    color:#fff;

    font-size:30px;

    font-weight:700;

    line-height:1.2;

    margin:0;

}

/*=========================================================
    HOVER EFFECT
=========================================================*/

.nis-card:hover{

    transform:
        translateY(-12px)
        scale(1.02);

    box-shadow:
        0 35px 70px rgba(0,0,0,.20);

}

.nis-card:hover .nis-image{

    transform:scale(1.12);

}

/*=========================================================
    OVERLAY ANIMATION
=========================================================*/

.nis-overlay{

    transition:.4s ease;

}

.nis-card:hover .nis-overlay{

    padding-bottom:40px;

}

/*=========================================================
    TITLE
=========================================================*/

.nis-overlay h3{

    transition:.35s ease;

}

.nis-card:hover .nis-overlay h3{

    color:#FFE18F;

}

/*=========================================================
    NUMBER BADGE
=========================================================*/

.nis-number{

    transition:.35s ease;

}

.nis-card:hover .nis-number{

    background:
        linear-gradient(
            135deg,
            #FFE18F,
            #D9A521);

    color:#3b2604;

    transform:rotate(8deg);

}

/*=========================================================
    SHINE EFFECT
=========================================================*/

.nis-card::after{

    content:"";

    position:absolute;

    top:0;

    left:-140%;

    width:60%;

    height:100%;

    background:
        linear-gradient(
            120deg,
            transparent,
            rgba(255,255,255,.45),
            transparent);

    transform:skewX(-25deg);

    z-index:3;

}

.nis-card:hover::after{

    animation:nisShine 1s ease forwards;

}

@keyframes nisShine{

    100%{

        left:160%;

    }

}

/*=========================================================
    IMAGE ANIMATION
=========================================================*/

.nis-image{

    animation:nisFloat 6s ease-in-out infinite;

}

@keyframes nisFloat{

    0%,100%{

        transform:scale(1);

    }

    50%{

        transform:scale(1.03);

    }

}

/*=========================================================
    CARD ANIMATION
=========================================================*/

.nis-card{

    animation:cardFloat 7s ease-in-out infinite;

}

.nis-card:nth-child(2){

    animation-delay:.4s;

}

.nis-card:nth-child(3){

    animation-delay:.8s;

}

.nis-card:nth-child(4){

    animation-delay:1.2s;

}

.nis-card:nth-child(5){

    animation-delay:1.6s;

}

.nis-card:nth-child(6){

    animation-delay:2s;

}

@keyframes cardFloat{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-5px);

    }

}

/*=========================================================
    CATEGORY
=========================================================*/

.nis-category{

    transition:.35s ease;

}

.nis-card:hover .nis-category{

    letter-spacing:3px;

    color:#ffffff;

}

/*=========================================================
    TEXT SHADOW
=========================================================*/

.nis-overlay h3{

    text-shadow:

        0 2px 12px rgba(0,0,0,.35);

}


/*=========================================================
    RESPONSIVE - LARGE TABLETS
=========================================================*/

@media (max-width:1200px){

    .nis-grid{

        grid-template-columns:repeat(2,1fr);

        gap:25px;

    }

    .nis-card{

        height:380px;

    }

    .nis-overlay h3{

        font-size:28px;

    }

}

/*=========================================================
    TABLET
=========================================================*/

@media (max-width:992px){

    .nis-section{

        padding:90px 0;

    }

    .nis-grid{

        grid-template-columns:repeat(2,1fr);

        gap:20px;

    }

    .nis-card{

        height:350px;

        border-radius:24px;

    }

    .nis-overlay{

        padding:25px;

    }

    .nis-overlay h3{

        font-size:24px;

    }

    .nis-number{

        width:45px;
        height:45px;

        font-size:15px;

        top:20px;
        right:20px;

    }

}

/*=========================================================
    MOBILE
=========================================================*/

@media (max-width:768px){

    .nis-grid{

        grid-template-columns:1fr;

        gap:20px;

    }

    .nis-card{

        height:330px;

    }

    .nis-overlay{

        padding:22px;

    }

    .nis-overlay h3{

        font-size:22px;

    }

    .nis-category{

        font-size:11px;

        letter-spacing:1.5px;

    }

    .nis-number{

        width:42px;

        height:42px;

        font-size:14px;

    }

}

/*=========================================================
    SMALL MOBILE
=========================================================*/

@media (max-width:480px){

    .nis-section{

        padding:70px 0;

    }

    .nis-card{

        height:300px;

        border-radius:20px;

    }

    .nis-overlay{

        padding:18px;

    }

    .nis-overlay h3{

        font-size:20px;

        line-height:1.3;

    }

    .nis-number{

        width:38px;

        height:38px;

        font-size:13px;

        top:15px;

        right:15px;

    }

}

/*=========================================================
    IMAGE PERFORMANCE
=========================================================*/

.nis-image{

    will-change:transform;

    backface-visibility:hidden;

}

/*=========================================================
    SMOOTH TRANSITIONS
=========================================================*/

.nis-card,
.nis-image,
.nis-overlay,
.nis-overlay h3,
.nis-number{

    transition:

        transform .45s ease,

        opacity .35s ease,

        color .35s ease,

        background .35s ease,

        box-shadow .35s ease;

}

/*=========================================================
    GLASS NUMBER EFFECT
=========================================================*/

.nis-number{

    box-shadow:

        0 10px 25px rgba(0,0,0,.15),

        inset 0 1px 1px rgba(255,255,255,.35);

}

/*=========================================================
    PREMIUM BORDER
=========================================================*/

.nis-card{

    border:1px solid rgba(255,255,255,.12);

}

/*=========================================================
    HOVER BORDER GLOW
=========================================================*/

.nis-card:hover{

    border-color:rgba(255,225,143,.55);

}

/*=========================================================
    ACCESSIBILITY
=========================================================*/

@media (prefers-reduced-motion:reduce){

    .nis-card,
    .nis-image,
    .nis-card::after{

        animation:none !important;

        transition:none !important;

    }

}

/* ==========================
   FAQ SECTION
========================== */

.faq-section{
  width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.faq-head{
  text-align:center;
  max-width:800px;
  margin:0 auto 70px;
}

.faq-head span{
 color: #f5c24d;
  font-size:14px;
  font-weight:700;
  letter-spacing:3px;
  display:inline-block;
  margin-bottom:15px;
}

.faq-head h2{
  color:#062815;
  font-family: 'Cormorant Garamond', serif;
  font-size:58px;
  margin-bottom:20px;
}

.faq-head p{
    font-family: 'Poppins', sans-serif;
  color:#66746c;
  font-size:18px;
  line-height:1.8;
}

.faq-container{
  max-width:950px;
  margin:auto;
}

.faq-item{
  background:#fff;
  border-radius:20px;
  margin-bottom:18px;
  overflow:hidden;
  border:1px solid rgba(6,40,21,.08);
}

.faq-question{
  width:100%;
  background:none;
  border:none;
  padding:28px 32px;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#062815;
  font-size:20px;
  font-weight:600;
  text-align:left;
}

.faq-question i{
  color:#f28c28;
  transition:.3s;
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease;
}

.faq-answer p{
    font-family: 'Poppins', sans-serif;
  padding:0 32px 28px;
  color:#66746c;
  line-height:1.8;
}

.faq-item.active .faq-answer{
  max-height:300px;
}

.faq-item.active .faq-question i{
  transform:rotate(45deg);
}

/* Mobile */

@media(max-width:768px){

  .faq-section{
    padding:90px 0;
  }

  .faq-head h2{
    font-size:38px;
  }

  .faq-question{
    font-size:17px;
    padding:22px;
  }

  .faq-answer p{
    padding:0 22px 22px;
  }

}






/* SERVE */

.serve-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:20px;
  background:#062815;
  padding:45px;
  border-radius:28px;
}

.serve-grid div{
  text-align:center;
  color:white;
}

.serve-grid i{
  font-size:38px;
  color:#d6a547;
  margin-bottom:18px;
}

.serve-grid h3{
  color:#d6a547;
  margin-bottom:10px;
}

.serve-grid p{
    font-family: 'Poppins', sans-serif;
  color:rgba(255,255,255,0.75);
  font-size:14px;
  line-height:1.6;
}

/* SPEC */

.neo-spec{
  background:#f8f4ed;
  display:grid;
  grid-template-columns:1fr 0.8fr;
  gap:60px;
  align-items:center;
}

.spec-table{
  background:white;
  border:1px solid rgba(6,40,21,0.2);
  border-radius:22px;
  overflow:hidden;
}

.spec-table div{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-bottom:1px solid rgba(6,40,21,0.12);
}

.spec-table div:last-child{
  border-bottom:none;
}

.spec-table strong{
  padding:18px 22px;
  color:#062815;
}

.spec-table span{
  padding:18px 22px;
  color:#555;
}

/* MOBILE */

@media(max-width:1024px){

  .neo-hero,
  .neo-about,
  .neo-factory,
  .neo-business,
  .neo-spec{
    grid-template-columns:1fr;
    text-align:center;
  }

  .neo-hero-content h1{
    font-size:52px;
  }

  .neo-about-text h2,
  .neo-factory-content h2,
  .neo-spec-content h2,
  .neo-business-left h2{
    font-size:40px;
  }

  .neo-feature-grid,
  .neo-feature-grid.five,
  .process-grid,
  .fruit-range-grid,
  .serve-grid,
  .neo-business-grid{
    grid-template-columns:1fr;
  }

  .serve-grid{
    padding:30px;
  }
}




.section-head h2{
   font-family: 'Playfair Display', serif;
    font-size: 58px;
    line-height: 1.12;
    color: #062815;
    margin: 18px 0;
}



.neo-title{
    color:#062815;
    font-family:'Cormorant Garamond', serif;
    font-size:clamp(42px, 5vw, 68px);
    font-weight:600;
    line-height:1.1;
    letter-spacing:-1px;
    text-align:center;
    margin-bottom:25px;
}

.neo-title span{
    display:block;
    color:#000000;
    font-style:italic;
    font-weight:500;
    margin-top:8px;
}




/* ==========================
   NEO TROPELLA — CTA SECTION
   Dark green + gold theme, matching the hero
========================== */

/*==================================================
    CTA TITLE (renamed, scoped to this section only)
==================================================*/

.nt-cta-title{

    margin-top:18px;

    color:#FFFFFF;

    font-size:60px;

    font-weight:700;

    line-height:1.08;

    letter-spacing:-1px;

}

.nt-cta-title span{

    display:block;

    color:#B8860B;

}

.nt-cta-section{
    position:relative;
    padding:50px 8%;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;

    overflow:hidden;
    isolation:isolate;

    background:linear-gradient(150deg,#05170f 0%,#0a2e1d 55%,#04140c 100%);
}

/* BACKGROUND GLOW — same language as the hero's bokeh */

.nt-cta-bg{
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
}

.nt-cta-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
    opacity:.6;
}

.nt-cta-glow--a{
    width:340px;
    height:340px;
    top:-100px;
    left:12%;
    background:radial-gradient(circle,rgba(217,165,33,.3),transparent 70%);
}

.nt-cta-glow--b{
    width:280px;
    height:280px;
    bottom:-90px;
    right:12%;
    background:radial-gradient(circle,rgba(255,225,143,.22),transparent 70%);
}

/* CONTENT */

.nt-cta-inner{
    position:relative;
    z-index:1;
    max-width:640px;
}

.nt-cta-heading{
    font-family:'Poppins','Segoe UI',system-ui,sans-serif;
    font-size:clamp(1.8rem,3.6vw,2.8rem);
    font-weight:800;
    line-height:1.2;
    color:#ffffff;
    margin:0 0 16px;
}

.nt-cta-sub{
    font-family:'Poppins',sans-serif;
    font-size:16px;
    line-height:1.8;
    color:rgba(255,255,255,.68);
    margin:0 0 34px;
}

/* CTA BUTTON — same gold gradient as .nt-btn-primary */

.nt-cta-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 36px;
    border-radius:60px;

    background:linear-gradient(135deg,#FFE18F,#D9A521);
    color:#3b2604;

    font-family:'Poppins',sans-serif;
    font-weight:700;
    font-size:15px;
    text-decoration:none;

    box-shadow:0 12px 28px rgba(217,165,33,.35);
    transition:transform .35s,box-shadow .35s;
}

.nt-cta-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 38px rgba(217,165,33,.45);
}

.nt-cta-btn svg{
    transition:transform .3s;
}

.nt-cta-btn:hover svg{
    transform:translateX(4px);
}

.nt-cta-btn:active{
    transform:scale(.97);
}

.nt-cta-btn:focus-visible{
    outline:2px solid #F5C24D;
    outline-offset:3px;
}

/* RESPONSIVE */

@media(max-width:768px){
    .nt-cta-section{
        padding:80px 24px;
    }
}

/* =============================================
   NEO TROPELLA — FOOTER
   Dark green + gold glassy theme, matching the hero
   ============================================= */

/* ── FOOTER WRAPPER ── */
.nt-footer{
    position:relative;
    background:linear-gradient(135deg,#05170f 0%,#0a2e1d 50%,#04140c 100%);
    border-top:1px solid rgba(217,165,33,.18);
    overflow:hidden;
}

/* Glow shimmer layer, same language as the hero's bokeh */
.nt-footer::before{
    content:'';
    position:absolute;
    inset:0;
    background:
        radial-gradient(ellipse at 20% 50%,rgba(217,165,33,.1) 0%,transparent 60%),
        radial-gradient(ellipse at 80% 20%,rgba(255,225,143,.06) 0%,transparent 50%);
    pointer-events:none;
}

/* Dot grid texture */
.nt-footer::after{
    content:'';
    position:absolute;
    inset:0;
    background-image:radial-gradient(circle,rgba(255,255,255,.03) 1px,transparent 1px);
    background-size:24px 24px;
    pointer-events:none;
}

/* ── INNER ── */
.nt-footer-inner{
    position:relative;
    z-index:1;
    max-width:1160px;
    margin:0 auto;
    padding:0 32px;
}

/* ── TOP ROW ── */
.nt-footer-top{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:64px;
    align-items:start;
    padding:56px 0 44px;
    border-bottom:1px solid rgba(217,165,33,.12);
}

/* ── BRAND ── */
.nt-footer-brand{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.nt-footer-brand img{
    height:52px;
    width:auto;
    object-fit:contain;
    object-position:left center;
    filter:brightness(0) invert(1);
    opacity:.92;
}

.nt-footer-brand p{
    font-family:'Poppins',sans-serif;
    font-size:13px;
    color:rgba(255,255,255,.4);
    line-height:1.75;
    max-width:240px;
}

/* ── NAV GROUP ── */
.nt-footer-nav{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:32px;
}

/* ── COLUMN ── */
.nt-footer-col{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.nt-footer-col h4{
    font-family:'Poppins',sans-serif;
    font-size:10.5px;
    font-weight:700;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:#F5C24D;
    margin-bottom:6px;
    padding-bottom:10px;
    border-bottom:1px solid rgba(217,165,33,.15);
}

.nt-footer-col a,
.nt-footer-col span{
    font-family:'Poppins',sans-serif;
    font-size:13px;
    font-weight:400;
    color:rgba(255,255,255,.5);
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:8px;
    transition:color .18s ease,padding-left .18s ease;
}

.nt-footer-col a:hover{
    color:#F5C24D;
    padding-left:4px;
}

.nt-footer-col i{
    font-size:11px;
    color:#F5C24D;
    flex-shrink:0;
    width:14px;
    text-align:center;
}

/* ── BOTTOM ROW ── */
.nt-footer-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:16px 0;
    gap:16px;
}

.nt-footer-bottom p{
    font-family:'Poppins',sans-serif;
    font-size:12px;
    color:rgba(255,255,255,.2);
}

.nt-footer-bottom__links{
    display:flex;
    align-items:center;
    gap:12px;
}

.nt-footer-bottom__links a{
    font-family:'Poppins',sans-serif;
    font-size:12px;
    color:rgba(255,255,255,.2);
    text-decoration:none;
    transition:color .18s ease;
}

.nt-footer-bottom__links a:hover{
    color:rgba(255,255,255,.55);
}

.nt-footer-bottom__links span{
    font-size:14px;
    color:rgba(255,255,255,.1);
}














/* =============================================
   RESPONSIVE DESIGN — ABOUT SECTION
============================================= */
 
@media (max-width:991px){
   
    .nta-about-content p:last-child{
        display:none;
    }
 
    .nta-about{
        padding:28px 0 32px;
    }
 
    .nta-container{
        padding:0 20px;
    }
 
    /* header: tag small + centered on top, title below */
    .nta-header{
        max-width:100%;
        margin:0 auto 30px;
        text-align:center;
    }
 
    .nta-about .neo-section-tag{
        display:inline-flex;
        text-align:center;
        margin:0 auto 10px;
        font-size:9px;
        padding:5px 12px;
    }
 
    .nta-title{
        margin-top:8px;
        font-size:clamp(24px,7vw,34px);
        letter-spacing:-.5px;
    }
 
    /* single column: video first, paragraphs below */
    .nta-grid{
        grid-template-columns:1fr;
        gap:26px;
    }
 
    .nta-video-column{
        width:100%;
    }
 
    .nta-video-card{
        width:96%;
        margin:0 auto;
        height:260px;
        border-radius:18px;
    }
 
    .nta-right-column{
        height:auto;
        justify-content:flex-start;
    }
 
    .nta-about-content p{
        font-size:13.5px;
        line-height:1.75;
        margin-bottom:14px;
    }
 
    .nta-divider{
        margin:20px 0;
    }
}
 
@media (max-width:600px){
 
    .nta-about{
        padding:20px 0 24px;
    }
 
    .nta-container{
        padding:0 16px;
    }
 
    .nta-header{
        margin-bottom:22px;
    }
 
    .nta-about .neo-section-tag{
        font-size:8px;
        padding:4px 10px;
    }
 
    .nta-title{
        font-size:clamp(20px,6.5vw,26px);
    }
 
    .nta-video-card{
        width:100%;
        height:200px;
        border-radius:14px;
    }
 
    .nta-about-content p{
        font-size:12.5px;
        line-height:1.65;
        margin-bottom:12px;
    }
}









/* ── RESPONSIVE ── */

@media (max-width: 768px) {

    .pps-section {
        padding: 36px 5% !important;
    }

    /* kill default margins on the title wrapper so spacing is
       controlled purely by the rules below, not stacked browser
       defaults on the h2/span inside it */
    .pps-section .pps-title,
    .pps-section .process-title{
        margin: 0 0 20px;
        padding: 0;
    }

    /* tag: small + centered, like About section, no extra top gap */
    .pps-section .neo-section-tag{
        display:inline-flex;
        margin:0 auto 8px;
        font-size:9px;
        padding:5px 12px;
        line-height: 1;
    }

    .pps-section .pps-heading{
        margin: 0;
        font-size: clamp(22px, 6vw, 30px);
        line-height: 1.15;
    }

    .pps-section .pps-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .pps-section .pps-card {
        border-radius: 18px;
    }

    .pps-section .pps-card .pps-image {
        height: 180px;
        padding: 18px 18px 0;
    }

    .pps-section .pps-card .pps-content {
        padding: 18px 20px 22px;
        gap: 10px;
    }

    .pps-section .pps-card .pps-label {
        font-size: 9px;
        padding: 3px 10px;
    }

    .pps-section .pps-card .pps-content h3 {
        font-size: clamp(18px, 5vw, 22px);
    }

    .pps-section .pps-card .pps-content p {
        font-size: 12px;
        line-height: 1.6;
    }

    .pps-section .pps-card .pps-tags span {
        font-size: 9px;
        padding: 3px 9px;
    }

    .pps-section .pps-card .pps-btn {
        font-size: 11.5px;
        padding: 9px 16px;
    }

    .pps-section .pps-card .pps-btn svg {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 480px) {

    .pps-section { padding: 28px 20px !important; }

    .pps-section .pps-title,
    .pps-section .process-title{
        margin-bottom: 16px;
    }

    .pps-section .neo-section-tag{
        font-size: 8px;
        padding: 4px 10px;
        margin-bottom: 6px;
    }

    .pps-section .pps-heading{
        font-size: clamp(19px, 6.5vw, 24px);
    }

    .pps-section .pps-card .pps-image {
        height: 150px;
        padding: 14px 14px 0;
    }

    .pps-section .pps-card .pps-content {
        padding: 16px 16px 18px;
        gap: 8px;
    }

    .pps-section .pps-card .pps-content h3 {
        font-size: clamp(16px, 5.5vw, 19px);
    }

    .pps-section .pps-card .pps-content p {
        font-size: 11.5px;
    }

    .pps-section .pps-card .pps-btn {
        font-size: 11px;
        padding: 8px 14px;
    }
}




/* ── RESPONSIVE ── */

@media (max-width: 1100px) {
    .fruit-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {

    .fruit-tabs-section {
        padding: 36px 5% 40px;
    }

    /* header: tag small + centered, no extra top gap */
    .range-catalogue-head{
        margin: 0 auto 26px;
    }

    .fruit-tabs-section .neo-section-tag{
        display: inline-flex;
        margin: 0 auto 8px;
        font-size: 9px;
        padding: 5px 12px;
        line-height: 1;
    }

    .range-catalogue-head .nta-title{
        margin-top: 0;
        font-size: clamp(22px, 6vw, 30px);
        line-height: 1.15;
    }

    /* tabs: smaller buttons, tighter wrap */
    .fruit-tabs{
        gap: 8px;
        margin-bottom: 26px;
    }

    .tab-btn{
        padding: 8px 16px;
        font-size: 11px;
    }

    /* 4 fruits per row */
    .fruit-grid{
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .fruit-item{
        padding: 12px 8px 10px;
        border-radius: 14px;
    }

    .fruit-item img{
        height: 64px;
        margin-bottom: 8px;
    }

    .fruit-item span{
        font-size: 10.5px;
    }

    /* bottom note card */
    .range-note{
        margin-top: 32px;
        padding: 28px 20px;
        border-radius: 18px;
    }

    .range-note h4{
        font-size: clamp(18px, 5vw, 22px);
        margin-bottom: 8px;
    }

    .range-note p{
        font-size: 12.5px;
        margin-bottom: 16px;
    }

    .range-note a{
        font-size: 12px;
        padding: 9px 20px;
    }
}

@media (max-width: 600px) {

    .fruit-tabs-section { padding: 28px 4% 32px; }

    .fruit-tabs-section .neo-section-tag{
        font-size: 8px;
        padding: 4px 10px;
    }

    .range-catalogue-head .nta-title{
        font-size: clamp(19px, 6.5vw, 24px);
    }

    .tab-btn{
        padding: 7px 13px;
        font-size: 10px;
    }

    .fruit-grid{
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .fruit-item{
        padding: 10px 6px 8px;
        border-radius: 12px;
    }

    .fruit-item img{
        height: 48px;
        margin-bottom: 6px;
    }

    .fruit-item span{
        font-size: 9px;
    }

    .range-note{
        padding: 22px 16px;
        margin-top: 24px;
    }

    .range-note a{
        font-size: 11px;
        padding: 8px 18px;
    }
}








/* MOBILE */
@media(max-width:1024px){

  .perfect-for-section{
    padding:36px 5% 0;
  }

  /* "Perfect for" big text acts like the section's tag — shrink + center */
  .perfect-head{
    margin-bottom:24px;
  }

  .perfect-head span{
    font-size:34px;
    letter-spacing:2px;
  }

  .perfect-head h2{
    margin-top:8px;
    font-size:16px;
    letter-spacing:1.5px;
  }

  .perfect-head p{
    font-size:14px;
    line-height:1.45;
    margin-top:8px;
  }

  /* flexbox instead of grid: with justify-content:center, an
     incomplete last row (2 leftover cards) centers itself
     automatically instead of hugging the left edge */
  .perfect-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
    margin:0 auto 30px;
  }

  .perfect-card{
    flex:0 0 calc(25% - 6px);
    max-width:calc(25% - 6px);
    min-height:auto;
    padding:20px 6px 10px;
    border-radius:10px;
    box-sizing:border-box;
  }

  .perfect-icon{
    top:-14px;
    width:28px;
    height:28px;
    font-size:12px;
  }

  .perfect-card img{
    height:38px;
    margin:6px 0 6px;
  }

  .perfect-card h3{
    font-size:8.5px;
    line-height:1.1;
    margin-bottom:4px;
  }

  .perfect-card h3::after{
    width:16px;
    height:2px;
    margin:5px auto 0;
  }

  .perfect-card p{
    display:none; /* too small to read at 5-per-row on mobile */
  }

  .perfect-bottom{
    display:none;
  }

  .perfect-bg-fruit.left,
  .perfect-bg-fruit.right{
    opacity:0.18;
    width:140px;
  }
}

@media(max-width:600px){

  .perfect-for-section{
    padding:28px 4% 0;
  }

  .perfect-head span{
    font-size:26px;
    letter-spacing:1.5px;
  }

  .perfect-head p{
    font-size:13px;
  }

  .perfect-grid{
    gap:6px;
    margin-bottom:22px;
  }

  .perfect-card{
    flex:0 0 calc(25% - 4.5px);
    max-width:calc(25% - 4.5px);
    padding:16px 4px 8px;
    border-radius:8px;
  }

  .perfect-icon{
    top:-11px;
    width:22px;
    height:22px;
    font-size:10px;
  }

  .perfect-card img{
    height:28px;
    margin:4px 0 4px;
  }

  .perfect-card h3{
    font-size:7px;
  }

  /* .perfect-bottom is hidden on mobile — see 1024px block */

  .perfect-bg-fruit.left,
  .perfect-bg-fruit.right{
    display:none; /* not enough room at this size */
  }
}

@media(max-width:400px){

  .perfect-grid{
    gap:5px;
  }

  .perfect-card{
    flex:0 0 calc(25% - 3.75px);
    max-width:calc(25% - 3.75px);
    padding:14px 3px 6px;
  }

  .perfect-icon{
    width:18px;
    height:18px;
    font-size:8px;
    top:-9px;
  }

  .perfect-card img{
    height:22px;
  }

  .perfect-card h3{
    font-size:6px;
  }
}








/* Responsive */

@media(max-width:991px){

    .neo-manufacturing{
        padding:36px 0;
    }

    .neo-manufacturing .container{
        padding:0 20px;
    }

    /* flatten content wrapper so its children become direct grid
       items — lets us reorder tag/header/image/paragraph/checklist
       freely via `order`, same trick used in the hero section */
    .neo-manufacturing-content{
        display:contents;
    }

    .neo-manufacturing-grid{
        grid-template-columns:1fr;
        gap:0;
        text-align:center;
    }

    /* order: tag -> header -> image -> paragraph -> checklist */
    .neo-manufacturing-content .neo-section-tag{
        order:1;
        margin:0 auto 10px;
        font-size:9px;
        padding:5px 12px;
    }

    .neo-manufacturing-content .nta-title{
        order:2;
        margin:0 auto 18px;
        font-size:clamp(22px,6vw,30px);
        line-height:1.15;
    }

    .neo-manufacturing-image{
        order:3;
        margin:0 auto 20px;
        border-radius:16px;
    }

    .neo-manufacturing-image img{
        height:220px;
    }

    .neo-manufacturing-content .neo-subtitle{
        order:4;
        font-size:13px;
        line-height:1.7;
        margin:0 auto 20px;
        max-width:480px;
    }

    .neo-manufacturing-content .neo-check-list{
        order:5;
        gap:10px;
        margin:0 auto 0;
        text-align:left;
        max-width:420px;
    }

    .neo-check-item{
        padding-left:28px;
        font-size:12.5px;
        line-height:1.5;
    }

    .neo-check-item::before{
        width:18px;
        height:18px;
        font-size:10px;
    }
}

@media(max-width:600px){

    .neo-manufacturing{
        padding:24px 0;
    }

    .neo-manufacturing .container{
        padding:0 16px;
    }

    .neo-manufacturing-content .neo-section-tag{
        font-size:8px;
        padding:4px 10px;
    }

    .neo-manufacturing-content .nta-title{
        font-size:clamp(19px,6.5vw,24px);
        margin-bottom:14px;
    }

    .neo-manufacturing-image{
        margin-bottom:16px;
        border-radius:14px;
    }

    .neo-manufacturing-image img{
        height:170px;
    }

    .neo-manufacturing-content .neo-subtitle{
        font-size:12px;
        line-height:1.6;
        margin-bottom:16px;
    }

    .neo-manufacturing-content .neo-check-list{
        gap:8px;
    }

    .neo-check-item{
        padding-left:24px;
        font-size:11.5px;
    }

    .neo-check-item::before{
        width:16px;
        height:16px;
        font-size:9px;
    }
}









/* ── RESPONSIVE ── */

@media (max-width: 991px) {

    .nt-process{
        padding:36px 0 40px;
    }

    .nt-process .container{
        margin-bottom:32px;
        padding:0 20px;
    }

    .nt-process .nt-process-head{
        margin-bottom:0;
        text-align:center;
    }

    .nt-process .nt-process-tag{
        display:inline-flex;
        margin:0 auto 10px;
        font-size:9px;
        padding:5px 12px;
        letter-spacing:1px;
    }

    .nt-process .nt-process-title{
        font-size:clamp(22px,6vw,30px);
        line-height:1.15;
        margin:0;
    }
}

@media (max-width: 860px) {

    .nt-steps{ padding:0 12px; }

    /* keep the desktop two-column zigzag — image on one side,
       content on the other, timeline centered — just shrink the
       node/gutter width and every piece of content to fit */
    .nt-step,
    .nt-step--left,
    .nt-step--right{
        grid-template-columns: 1fr 40px 1fr;
        margin-bottom: 36px;
    }

    .nt-step-image{ padding:0 12px; }

    .nt-step-img-wrap{ border-radius:14px; }
    .nt-step-img-wrap img{ height:130px; }

    .nt-step-dot{
        width:32px;
        height:32px;
    }

    .nt-step-dot span{ font-size:9px; }

    .nt-step-content{
        padding:0 12px;
        gap:6px;
    }

    .nt-step-label{ font-size:7.5px; letter-spacing:0.14em; }

    .nt-step-content h3{
        font-size:13px;
        line-height:1.2;
    }

    .nt-step-content p{
        font-size:9.5px;
        line-height:1.5;
        max-width:100%;
    }

    .nt-step-tags{
        gap:4px;
        margin-top:2px;
    }

    .nt-step-tags span{
        font-size:7px;
        padding:3px 7px;
    }
}

@media (max-width: 480px) {

    .nt-process { padding: 24px 4% 28px; }

    .nt-process .nt-process-tag{
        font-size:8px;
        padding:4px 10px;
    }

    .nt-process .nt-process-title{
        font-size:clamp(19px,6.5vw,24px);
    }

    .nt-steps{ padding:0 6px; }

    .nt-step,
    .nt-step--left,
    .nt-step--right{
        grid-template-columns: 1fr 30px 1fr;
        margin-bottom: 26px;
    }

    .nt-step-image{ padding:0 8px; }
    .nt-step-img-wrap{ border-radius:10px; }
    .nt-step-img-wrap img{ height:95px; }

    .nt-step-dot{ width:24px; height:24px; }
    .nt-step-dot span{ font-size:7.5px; }

    .nt-step-content{ padding:0 8px; gap:4px; }
    .nt-step-label{ font-size:6.5px; }
    .nt-step-content h3{ font-size:11px; }
    .nt-step-content p{ font-size:8px; line-height:1.4; }
    .nt-step-tags span{ font-size:6px; padding:2px 5px; }
}







/* ===========================================
   CERTIFICATIONS RESPONSIVE
   2 cards row 1, 1 card centered row 2
=========================================== */

@media (max-width: 991px) {
    .certifications,
    .certifications.section {
        padding: 36px 5% !important;
    }

    .certification-grid {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        grid-template-columns: unset !important;
        gap: 30px 20px !important;
        margin-top: 36px !important;
        max-width: 680px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .certification-card {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        width: calc(50% - 10px) !important;
        height: auto !important;
        padding-top: 40px !important;
    }

    .card-bg { width: 130px; height: 130px; }
    .card-content { width: 100%; padding: 34px 14px 20px; border-radius: 20px; }
    .certification-logo { width: 62px; height: 62px; top: -14px; }
    .certification-logo img { width: 42px; height: 42px; }
    .cert-stars { gap: 4px; margin-bottom: 10px; }
    .cert-stars span { width: 6px; height: 6px; }
    .card-content h3 { font-size: 14px; margin-bottom: 5px; }
    .cert-country { font-size: 10.5px; margin-bottom: 12px; }
    .cert-tags { gap: 5px; }
    .cert-tags span { font-size: 8px; padding: 4px 8px; }
}

@media (max-width: 600px) {
    .certifications,
    .certifications.section { padding: 24px 4% !important; }

    .certification-grid {
        gap: 24px 14px !important;
        max-width: 480px !important;
    }

    .certification-card {
        flex: 0 0 calc(50% - 7px) !important;
        max-width: calc(50% - 7px) !important;
        width: calc(50% - 7px) !important;
        padding-top: 32px !important;
    }

    .card-bg { width: 105px; height: 105px; border-radius: 24px; }
    .card-content { padding: 28px 10px 16px; border-radius: 16px; }
    .certification-logo { width: 50px; height: 50px; top: -11px; }
    .certification-logo img { width: 34px; height: 34px; }
    .card-content h3 { font-size: 11.5px; }
    .cert-country { font-size: 9px; margin-bottom: 9px; }
    .cert-tags span { font-size: 7px; padding: 3px 7px; }
}

@media (max-width: 400px) {
    .certification-grid { max-width: 320px !important; }

    .certification-card {
        flex: 0 0 calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
        width: calc(50% - 5px) !important;
    }

    .card-bg { width: 88px; height: 88px; }
    .certification-logo { width: 42px; height: 42px; }
    .certification-logo img { width: 28px; height: 28px; }
    .card-content h3 { font-size: 10px; }
    .cert-tags span { font-size: 6.5px; padding: 2px 6px; }
}










/* ===========================================
   NEO PACKAGING — RESPONSIVE
=========================================== */

@media (max-width: 1100px) {
    .neo-packaging-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px !important;
    }
}

@media (max-width: 991px) {
    .neo-packaging,
    .neo-packaging.section {
        padding: 72px 0 !important;
    }

    .process-title {
        margin-bottom: 40px !important;
    }

    .process-title h2 {
        font-size: clamp(28px, 6vw, 40px) !important;
        line-height: 1.12 !important;
    }

    .neo-packaging-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    .neo-pack-card {
        padding: 28px 20px 24px !important;
    }

    .neo-pack-image {
        height: 170px !important;
        margin-bottom: 18px !important;
    }

    .neo-pack-content h3 {
        font-size: 17px !important;
    }

    .neo-pack-highlights {
        gap: 12px !important;
    }

    .highlight-item {
        font-size: 12px !important;
        padding: 10px 18px !important;
    }
}

@media (max-width: 600px) {
    .neo-packaging,
    .neo-packaging.section {
        padding: 56px 0 !important;
    }

    .process-title h2 {
        font-size: clamp(22px, 7vw, 30px) !important;
    }

    .neo-packaging-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px !important;
    }

    .neo-pack-card {
        padding: 22px 14px 20px !important;
        border-radius: 18px !important;
    }

    .neo-pack-image {
        height: 140px !important;
        margin-bottom: 14px !important;
    }

    .neo-pack-content span {
        font-size: 8.5px !important;
        padding: 4px 10px !important;
        margin-bottom: 8px !important;
    }

    .neo-pack-content h3 {
        font-size: 14px !important;
    }

    .neo-pack-highlights {
        gap: 8px !important;
    }

    .highlight-item {
        font-size: 11px !important;
        padding: 8px 14px !important;
    }
}

@media (max-width: 400px) {
    .neo-packaging-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .neo-pack-card {
        padding: 18px 10px 16px !important;
        border-radius: 14px !important;
    }

    .neo-pack-image {
        height: 110px !important;
    }

    .neo-pack-content h3 {
        font-size: 12px !important;
    }

    .neo-pack-content span {
        font-size: 7.5px !important;
        padding: 3px 8px !important;
    }

    .highlight-item {
        font-size: 10.5px !important;
        padding: 7px 12px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .neo-pack-image img {
        animation: none !important;
    }
}






/* ===========================================
   EXPORT & LOGISTICS — RESPONSIVE
   Order: tag → heading → image → cards (2×2)
=========================================== */

@media (max-width: 1100px) {
    .export-wrapper {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .export-image {
        height: 380px !important;
        order: 1 !important;
    }

    .export-content {
        order: 2 !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }

    .export-logistics .process-title {
        order: 0 !important;
    }
}

@media (max-width: 768px) {
    .export-logistics,
    .export-logistics.section {
        padding: 64px 0 !important;
    }

    .export-logistics .container {
        padding: 0 5% !important;
    }

    .export-logistics .process-title {
        margin-bottom: 36px !important;
    }

    .export-logistics .process-title h2,
    .export-logistics .nta-title {
        font-size: clamp(26px, 7vw, 36px) !important;
        line-height: 1.12 !important;
    }

    .export-wrapper {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .export-image {
        height: 280px !important;
        order: 1 !important;
    }

    .export-image::before {
        display: none !important;
    }

    .export-content {
        order: 2 !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .export-point {
        padding: 18px 14px !important;
        gap: 12px !important;
        border-radius: 16px !important;
    }

    .export-point i {
        width: 38px !important;
        height: 38px !important;
        font-size: 15px !important;
        flex-shrink: 0 !important;
    }

    .export-point h3 {
        font-size: 13.5px !important;
        margin-bottom: 4px !important;
    }

    .export-point p {
        font-size: 12px !important;
        line-height: 1.6 !important;
    }
}

@media (max-width: 480px) {
    .export-logistics,
    .export-logistics.section {
        padding: 52px 0 !important;
    }

    .export-logistics .container {
        padding: 0 4% !important;
    }

    .export-image {
        height: 220px !important;
    }

    .export-content {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .export-point {
        padding: 14px 12px !important;
        gap: 10px !important;
        border-radius: 14px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .export-point i {
        width: 34px !important;
        height: 34px !important;
        font-size: 13px !important;
    }

    .export-point h3 {
        font-size: 12.5px !important;
    }

    .export-point p {
        font-size: 11px !important;
    }
}








/*=========================================================
    MOBILE
=========================================================*/

@media (max-width:768px){

    .nis-section{
        padding:45px 0;
    }

    .nis-grid{
        grid-template-columns:repeat(2,1fr);
        gap:12px;
        margin-top:28px;
    }

    .nis-card{
        height:220px;
        border-radius:16px;
    }

    .nis-overlay{
        padding:12px;
    }

    .nis-overlay h3{
        font-size:14px;
    }

    .nis-category{
        font-size:8px;
        letter-spacing:.8px;
        margin-bottom:5px;
    }

    .nis-number{
        width:28px;
        height:28px;
        font-size:10px;
        top:10px;
        right:10px;
    }

}

/*=========================================================
    SMALL MOBILE
=========================================================*/

@media (max-width:480px){

    .nis-section{
        padding:32px 0;
    }

    .nis-grid{
        grid-template-columns:repeat(2,1fr);
        gap:8px;
        margin-top:20px;
    }

    .nis-card{
        height:170px;
        border-radius:12px;
    }

    .nis-overlay{
        padding:9px;
    }

    .nis-overlay h3{
        font-size:12px;
        line-height:1.2;
    }

    .nis-category{
        font-size:7px;
        letter-spacing:.5px;
        margin-bottom:3px;
    }

    .nis-number{
        width:24px;
        height:24px;
        font-size:9px;
        top:8px;
        right:8px;
    }

}





/* Mobile */

@media(max-width:768px){

  .faq-section{
    padding:60px 0;
  }

  .faq-head{
    margin:0 auto 40px;
    padding:0 20px;
  }

  .faq-head span{
    font-size:12px;
    letter-spacing:2px;
    margin-bottom:10px;
  }

  .faq-head h2{
    font-size:34px;
    margin-bottom:12px;
  }

  .faq-head p{
    font-size:15px;
    line-height:1.6;
  }

  .faq-container{
    padding:0 20px;
  }

  .faq-item{
    border-radius:14px;
    margin-bottom:12px;
  }

  .faq-question{
    font-size:16px;
    padding:18px 20px;
  }

  .faq-answer p{
    font-size:14px;
    line-height:1.6;
    padding:0 20px 18px;
  }

}

/* Small Mobile */

@media(max-width:480px){

  .faq-section{
    padding:45px 0;
  }

  .faq-head{
    margin:0 auto 28px;
    padding:0 16px;
  }

  .faq-head span{
    font-size:10px;
    letter-spacing:1.5px;
    margin-bottom:8px;
  }

  .faq-head h2{
    font-size:26px;
    margin-bottom:10px;
  }

  .faq-head p{
    font-size:13px;
    line-height:1.5;
  }

  .faq-container{
    padding:0 16px;
  }

  .faq-item{
    border-radius:12px;
    margin-bottom:10px;
  }

  .faq-question{
    font-size:14px;
    padding:14px 16px;
    gap:10px;
  }

  .faq-question i{
    font-size:13px;
    flex-shrink:0;
  }

  .faq-answer p{
    font-size:13px;
    line-height:1.5;
    padding:0 16px 14px;
  }

}




/* ==========================
   NEO TROPELLA — CTA SECTION
   MOBILE RESPONSIVE
========================== */

@media (max-width:768px){

    .nt-cta-section{
        padding:70px 24px;
    }

    .nt-cta-title{
        font-size:38px;
        margin-top:14px;
        letter-spacing:-0.5px;
    }

    .nt-cta-sub{
        font-size:14px;
        line-height:1.7;
        margin:0 0 28px;
    }

    .nt-cta-btn{
        padding:10px 28px;
        font-size:14px;
    }

    .nt-cta-glow--a{
        width:220px;
        height:220px;
        top:-70px;
    }

    .nt-cta-glow--b{
        width:180px;
        height:180px;
        bottom:-60px;
    }
}

@media (max-width:480px){

    .nt-cta-section{
        padding:56px 20px;
    }

    .nt-cta-title{
        font-size:28px;
        line-height:1.15;
        letter-spacing:-0.3px;
    }

    .nt-cta-sub{
        font-size:13px;
        margin:0 0 24px;
    }

    .nt-cta-btn{
        width:60%;
        justify-content:center;
        padding:12px 20px;
        font-size:13px;
    }

    .nt-cta-btn svg{
        width:14px;
        height:14px;
    }
}


/* ── RESPONSIVE ── */
@media(max-width:860px){
    .nt-footer-top{
        grid-template-columns:1fr;
        gap:36px;
        padding:40px 0 30px;
    }

    .nt-footer-brand img{ height:42px; }
    .nt-footer-brand p{ max-width:100%; font-size:12.5px; }
    .nt-footer-nav{ grid-template-columns:repeat(3,1fr); gap:24px; }
}

@media(max-width:768px){
    .nt-footer-inner{ padding:0 24px; }

    .nt-footer-top{
        gap:28px;
        padding:34px 0 24px;
    }

    .nt-footer-brand{ gap:12px; }
    .nt-footer-brand img{ height:38px; }
    .nt-footer-brand p{ font-size:12px; line-height:1.6; }

    /* Products column (2nd column) removed on mobile — Pages + Contact only */
    .nt-footer-nav .nt-footer-col:nth-child(2){
        display:none;
    }

    .nt-footer-nav{
        grid-template-columns:1fr 1fr;
        gap:20px;
    }

    .nt-footer-col h4{
        font-size:10px;
        margin-bottom:4px;
        padding-bottom:8px;
    }

    .nt-footer-col a,
    .nt-footer-col span{
        font-size:12.5px;
    }

    .nt-footer-bottom{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
        padding:14px 0;
    }

    .nt-footer-bottom p{ font-size:11px; }
    .nt-footer-bottom__links a{ font-size:11px; }
}

@media(max-width:480px){
    .nt-footer-inner{ padding:0 18px; }

    .nt-footer-top{
        gap:22px;
        padding:28px 0 20px;
    }

    .nt-footer-brand img{ height:34px; }
    .nt-footer-brand p{ font-size:11.5px; }

    .nt-footer-nav{
        grid-template-columns:1fr 1fr;
        gap:16px;
    }

    .nt-footer-col h4{
        font-size:9.5px;
        letter-spacing:.15em;
    }

    .nt-footer-col a,
    .nt-footer-col span{
        font-size:12px;
        gap:6px;
    }

    .nt-footer-col i{
        font-size:10px;
        width:12px;
    }

    .nt-footer-bottom p{ font-size:10.5px; }
    .nt-footer-bottom__links a{ font-size:10.5px; }
    .nt-footer-bottom__links{ gap:10px; }
}