/*==================================================
ABOUT HERO
==================================================*/

.about-hero{

position:relative;

overflow:hidden;

min-height:820px;

display:flex;

align-items:center;

background:#fff;

}

.about-hero-bg{

position:absolute;

inset:0;

z-index:1;

}

.about-hero-bg img{

width:100%;

height:100%;

object-fit:cover;

object-position:center;

}

.about-overlay{

position:absolute;

left:0;

top:0;

bottom:0;

width:58%;

background:
linear-gradient(90deg,
rgba(255,255,255,.98) 0%,
rgba(255,255,255,.96) 45%,
rgba(255,255,255,.82) 65%,
rgba(255,255,255,0) 100%);

z-index:2;

}

.about-hero .container{

position:relative;

z-index:5;

}

.about-hero-grid{

display:grid;

grid-template-columns:47% 53%;

align-items:center;

min-height:820px;

}

.hero-content{

padding:60px 0;

}

.breadcrumb{

display:flex;

gap:12px;

align-items:center;

font-size:14px;

margin-bottom:35px;

}

.breadcrumb a{

color:#6ea12b;

text-decoration:none;

font-weight:600;

}

.hero-content h1{

font-size:82px;

font-weight:800;

line-height:1;

margin-bottom:10px;

color:#1b1b1b;

}

.hero-content h1 span{

display:block;

color:#6ea12b;

margin-top:12px;

}

.hero-divider{

margin:25px 0;

height:2px;

background:#dfe7d5;

position:relative;

width:470px;

}

.hero-divider span{

position:absolute;

left:50%;

top:-8px;

transform:translateX(-50%);

width:18px;

height:18px;

background:#6ea12b;

border-radius:50%;

}

.hero-content h2{

font-size:45px;

line-height:1.35;

font-weight:700;

margin-bottom:30px;

}

.hero-content p{

font-size:20px;

line-height:1.9;

color:#666;

max-width:620px;

margin-bottom:45px;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.btn-primary{

background:#6ea12b;

color:#fff;

padding:18px 36px;

border-radius:8px;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.btn-primary:hover{

transform:translateY(-3px);

}

.btn-outline{

border:2px solid #6ea12b;

padding:16px 36px;

border-radius:8px;

color:#6ea12b;

text-decoration:none;

font-weight:700;

background:#fff;

transition:.3s;

}

.btn-outline:hover{

background:#6ea12b;

color:#fff;

}

.hero-image{

position:relative;

height:820px;

}

.rice-crop{

position:absolute;

bottom:35px;

left:-50px;

width:620px;

z-index:10;

}

.rice-bowl{

position:absolute;

right:-20px;

bottom:25px;

width:430px;

z-index:20;

filter:drop-shadow(0 25px 35px rgba(0,0,0,.28));

}

.hero-curve{

position:absolute;

bottom:-1px;

left:0;

width:100%;

z-index:20;

}

.hero-curve svg{

display:block;

width:100%;

height:120px;

}


/*==========================================
WHO WE ARE
==========================================*/

.nf-about-intro{

padding:110px 0;

background:#fff;

position:relative;

}

.nf-about-grid{

display:grid;

grid-template-columns:1.15fr 1fr;

gap:70px;

align-items:center;

}

.nf-about-image{

position:relative;

}

.nf-about-image img{

width:100%;

display:block;

border-radius:22px;

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.nf-image-decoration{

position:absolute;

left:-18px;

bottom:-18px;

width:110px;

height:110px;

background-image:radial-gradient(#7eb63b 1.8px,transparent 1.8px);

background-size:14px 14px;

opacity:.45;

z-index:-1;

}

.nf-section-tag{

display:inline-block;

font-size:14px;

font-weight:700;

letter-spacing:1.2px;

color:#5d9625;

margin-bottom:18px;

text-transform:uppercase;

}

.nf-about-content h2{

font-size:52px;

font-weight:800;

line-height:1.18;

color:#1e1e1e;

margin-bottom:22px;

}

.nf-divider{

width:140px;

height:2px;

background:#dbe7cf;

position:relative;

margin-bottom:30px;

}

.nf-divider span{

position:absolute;

left:50%;

top:-6px;

transform:translateX(-50%);

width:14px;

height:14px;

background:#6fa92c;

border-radius:50%;

}

.nf-about-content p{

font-size:18px;

line-height:1.9;

color:#666;

margin-bottom:22px;

}

.nf-btn{

display:inline-flex;

align-items:center;

gap:12px;

padding:16px 34px;

background:#6ea12b;

color:#fff;

font-weight:600;

text-decoration:none;

border-radius:8px;

transition:.35s;

margin-top:15px;

}

.nf-btn:hover{

background:#5d8d23;

transform:translateY(-3px);

box-shadow:0 18px 35px rgba(110,161,43,.35);

}

.nf-btn i{

transition:.35s;

}

.nf-btn:hover i{

transform:translateX(6px);

}
@media(max-width:991px){

.nf-about-grid{

grid-template-columns:1fr;

gap:45px;

}

.nf-about-content{

text-align:center;

}

.nf-divider{

margin:25px auto;

}

.nf-about-content h2{

font-size:38px;

}

}

@media(max-width:576px){

.nf-about-intro{

padding:70px 0;

}

.nf-about-content h2{

font-size:30px;

}

.nf-about-content p{

font-size:16px;

}

.nf-btn{

width:100%;

justify-content:center;

}

}
/*==========================================
COMPANY STATS
==========================================*/

.nf-stats{

padding:90px 0;

background:#f8faf6;

}

.nf-stats-grid{

display:grid;

grid-template-columns:repeat(5,1fr);

gap:28px;

}

.nf-stat-card{

background:#fff;

padding:45px 25px;

border-radius:18px;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.35s;

border:1px solid #edf2e7;

position:relative;

overflow:hidden;

}

.nf-stat-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.nf-stat-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:4px;

background:#6fa92c;

transform:scaleX(0);

transition:.35s;

}

.nf-stat-card:hover::before{

transform:scaleX(1);

}

.nf-stat-icon{

width:78px;

height:78px;

margin:auto;

border-radius:50%;

background:#eef7e4;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

color:#6fa92c;

margin-bottom:22px;

}

.nf-stat-card h3{

font-size:52px;

font-weight:800;

color:#6fa92c;

margin-bottom:15px;

line-height:1;

}

.nf-stat-card h4{

font-size:18px;

font-weight:600;

line-height:1.5;

color:#333;

}
/*==================================================
OUR JOURNEY
==================================================*/

.nf-timeline{

padding:110px 0;

background:#fff;

position:relative;

}

.section-heading{

text-align:center;

margin-bottom:80px;

}

.section-heading span{

font-size:14px;

font-weight:700;

letter-spacing:2px;

color:#6ea12b;

display:block;

margin-bottom:15px;

}

.section-heading h2{

font-size:46px;

font-weight:800;

color:#222;

}

.timeline-wrapper{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:40px;

position:relative;

z-index:2;

}

.timeline-line{

position:absolute;

left:50%;

transform:translateX(-50%);

margin-top:150px;

width:82%;

height:3px;

background:#6ea12b;

z-index:1;

}

.timeline-item{

text-align:center;

position:relative;

padding-top:40px;

}

.timeline-year{

display:inline-flex;

align-items:center;

justify-content:center;

width:82px;

height:82px;

background:#eef7e6;

border:4px solid #fff;

border-radius:50%;

font-size:24px;

font-weight:700;

color:#6ea12b;

box-shadow:0 10px 30px rgba(0,0,0,.08);

margin-bottom:25px;

position:relative;

z-index:5;

transition:.35s;

}

.timeline-icon{

width:72px;

height:72px;

margin:0 auto 25px;

border-radius:50%;

background:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

color:#6ea12b;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.35s;

}

.timeline-item h3{

font-size:24px;

font-weight:700;

margin-bottom:15px;

color:#222;

}

.timeline-item p{

font-size:16px;

line-height:1.8;

color:#666;

padding:0 15px;

}

.timeline-item:hover .timeline-year{

background:#6ea12b;

color:#fff;

transform:translateY(-8px);

}

.timeline-item:hover .timeline-icon{

background:#6ea12b;

color:#fff;

transform:rotate(10deg);

}
@media(max-width:991px){

.timeline-wrapper{

grid-template-columns:repeat(2,1fr);

gap:60px;

}

.timeline-line{

display:none;

}

}

@media(max-width:576px){

.nf-timeline{

padding:70px 0;

}

.timeline-wrapper{

grid-template-columns:1fr;

gap:50px;

}

.section-heading h2{

font-size:32px;

}

.timeline-year{

width:70px;

height:70px;

font-size:20px;

}

.timeline-icon{

width:60px;

height:60px;

font-size:24px;

}

.timeline-item h3{

font-size:20px;

}

}
/*==================================================
WHY CHOOSE
==================================================*/

.nf-why{

padding:120px 0;

background:#f8faf6;

}

.nf-why-grid{

display:grid;

grid-template-columns:48% 52%;

gap:70px;

align-items:center;

}

.nf-why-image{

position:relative;

}

.nf-why-image img{

width:100%;

border-radius:22px;

display:block;

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.nf-why-content h2{

font-size:48px;

font-weight:800;

line-height:1.2;

margin:15px 0 30px;

color:#222;

}

.nf-feature-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:28px;

margin-top:40px;

}

.nf-feature{

display:flex;

gap:18px;

align-items:flex-start;

padding:28px;

background:#fff;

border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.35s;

}

.nf-feature:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.feature-icon{

width:70px;

height:70px;

flex-shrink:0;

display:flex;

align-items:center;

justify-content:center;

background:#eef7e6;

border-radius:50%;

font-size:28px;

color:#6ea12b;

transition:.35s;

}

.nf-feature:hover .feature-icon{

background:#6ea12b;

color:#fff;

}

.nf-feature h3{

font-size:22px;

font-weight:700;

margin-bottom:12px;

color:#222;

}

.nf-feature p{

font-size:16px;

line-height:1.8;

color:#666;

}
@media(max-width:991px){

.nf-why-grid{

grid-template-columns:1fr;

}

.nf-feature-grid{

grid-template-columns:1fr 1fr;

margin-top:35px;

}

.nf-why-content{

text-align:center;

}

.nf-divider{

margin:25px auto;

}

}

@media(max-width:576px){

.nf-why{

padding:70px 0;

}

.nf-why-content h2{

font-size:32px;

}

.nf-feature-grid{

grid-template-columns:1fr;

}

.nf-feature{

padding:22px;

}

}
/*==================================================
INDUSTRIES WE SERVE
==================================================*/

.nf-industries{

    padding:110px 0;

    background:#ffffff;

}

.nf-industries-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

    margin-top:60px;

}

.industry-card{

    background:#fff;

    border-radius:18px;

    padding:35px 20px;

    text-align:center;

    border:1px solid #edf2e7;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.industry-card:hover{

    transform:translateY(-10px);

    box-shadow:0 22px 50px rgba(0,0,0,.12);

}

.industry-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:#6ea12b;

    transform:scaleX(0);

    transition:.35s;

}

.industry-card:hover::before{

    transform:scaleX(1);

}

.industry-icon{

    width:80px;

    height:80px;

    margin:auto;

    margin-bottom:20px;

    border-radius:50%;

    background:#eef7e6;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    color:#6ea12b;

    transition:.35s;

}

.industry-card:hover .industry-icon{

    background:#6ea12b;

    color:#fff;

    transform:rotate(10deg);

}

.industry-card h3{

    font-size:22px;

    font-weight:700;

    color:#222;

    margin:0;

}
@media(max-width:991px){

.nf-industries-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.nf-industries{

padding:70px 0;

}

.nf-industries-grid{

grid-template-columns:1fr;

gap:20px;

}

.industry-card{

padding:28px 18px;

}

.industry-icon{

width:65px;

height:65px;

font-size:28px;

}

.industry-card h3{

font-size:20px;

}

}
/*==================================================
GLOBAL PRESENCE
==================================================*/

.nf-global{

padding:120px 0;

background:linear-gradient(135deg,#f8faf6,#eef6e8);

overflow:hidden;

}

.nf-global-grid{

display:grid;

grid-template-columns:45% 55%;

gap:70px;

align-items:center;

}

.nf-global-content h2{

font-size:48px;

font-weight:800;

line-height:1.2;

margin:18px 0 28px;

color:#222;

}

.nf-global-content p{

font-size:18px;

line-height:1.9;

color:#666;

margin-bottom:35px;

}

.nf-global-list{

list-style:none;

padding:0;

margin:0 0 40px;

}

.nf-global-list li{

display:flex;

align-items:center;

gap:15px;

margin-bottom:18px;

font-size:18px;

font-weight:500;

color:#444;

}

.nf-global-list i{

font-size:20px;

color:#6ea12b;

}

.nf-global-map{

position:relative;

text-align:center;

}

.nf-global-map img{

width:100%;

max-width:650px;

display:block;

margin:auto;

}

.country-counter{

position:absolute;

right:25px;

bottom:20px;

background:#fff;

padding:25px 35px;

border-radius:18px;

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.country-counter h3{

font-size:54px;

font-weight:800;

color:#6ea12b;

line-height:1;

margin-bottom:10px;

}

.country-counter span{

font-size:18px;

font-weight:600;

color:#555;

}
@media(max-width:991px){

.nf-global-grid{

grid-template-columns:1fr;

}

.nf-global-content{

text-align:center;

}

.nf-divider{

margin:25px auto;

}

.nf-global-list{

display:inline-block;

text-align:left;

}

.country-counter{

position:relative;

right:auto;

bottom:auto;

margin:30px auto 0;

display:inline-block;

}

}

@media(max-width:576px){

.nf-global{

padding:70px 0;

}

.nf-global-content h2{

font-size:32px;

}

.nf-global-content p{

font-size:16px;

}

.country-counter{

padding:20px 28px;

}

.country-counter h3{

font-size:42px;

}

}
/*==========================================
CERTIFICATIONS
==========================================*/

.nf-certifications{

padding:120px 0;

background:#ffffff;

}

.nf-certifications .section-heading{

max-width:760px;

margin:auto auto 70px;

text-align:center;

}

.nf-certifications .section-heading p{

margin-top:20px;

font-size:18px;

line-height:1.8;

color:#666;

}

.nf-cert-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.cert-card{

background:#fff;

border-radius:20px;

padding:40px 25px;

text-align:center;

border:1px solid #edf2e7;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.35s;

}

.cert-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.cert-card img{

width:90px;

height:90px;

object-fit:contain;

margin-bottom:22px;

}

.cert-card h4{

font-size:20px;

font-weight:700;

color:#222;

}
@media(max-width:992px){

.nf-cert-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.nf-certifications{

padding:70px 0;

}

.nf-cert-grid{

grid-template-columns:1fr;

}

.cert-card{

padding:30px;

}

.cert-card img{

width:75px;

height:75px;

}

}
/*==================================================
VISION & MISSION
==================================================*/

.nf-purpose{

    padding:120px 0;

    background:linear-gradient(135deg,#f7faf5,#edf6e7);

}

.nf-purpose .section-heading{

    max-width:760px;

    margin:auto auto 70px;

    text-align:center;

}

.nf-purpose .section-heading p{

    margin-top:20px;

    font-size:18px;

    line-height:1.9;

    color:#666;

}

.nf-purpose-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:40px;

}

.purpose-card{

    background:#ffffff;

    padding:50px;

    border-radius:24px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    transition:.35s;

    position:relative;

    overflow:hidden;

    border:1px solid #edf2e7;

}

.purpose-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:#6ea12b;

    transform:scaleX(0);

    transition:.35s;

}

.purpose-card:hover::before{

    transform:scaleX(1);

}

.purpose-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.purpose-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:#eef7e6;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:38px;

    color:#6ea12b;

    margin-bottom:30px;

    transition:.35s;

}

.purpose-card:hover .purpose-icon{

    background:#6ea12b;

    color:#fff;

    transform:rotate(10deg);

}

.purpose-card h3{

    font-size:34px;

    font-weight:800;

    color:#222;

    margin-bottom:20px;

}

.purpose-card p{

    font-size:17px;

    line-height:1.9;

    color:#666;

    margin-bottom:30px;

}

.purpose-card ul{

    list-style:none;

    padding:0;

    margin:0;

}

.purpose-card li{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:15px;

    font-size:17px;

    color:#444;

    font-weight:500;

}

.purpose-card li i{

    color:#6ea12b;

    font-size:16px;

}
@media(max-width:991px){

.nf-purpose-grid{

grid-template-columns:1fr;

}

.purpose-card{

padding:40px;

}

}

@media(max-width:576px){

.nf-purpose{

padding:70px 0;

}

.purpose-card{

padding:30px;

}

.purpose-card h3{

font-size:28px;

}

.purpose-icon{

width:70px;

height:70px;

font-size:30px;

}

}
/*==================================================
CTA
==================================================*/

.nf-cta{

position:relative;

padding:130px 0;

background:url('../images/about/cta-bg.webp') center center/cover no-repeat;

overflow:hidden;

}

.nf-cta-overlay{

position:absolute;

inset:0;

background:linear-gradient(

90deg,

rgba(33,76,20,.88),

rgba(74,132,35,.78)

);

}

.nf-cta .container{

position:relative;

z-index:2;

}

.nf-cta-content{

max-width:760px;

text-align:center;

margin:auto;

color:#fff;

}

.cta-tag{

display:inline-block;

padding:10px 22px;

background:rgba(255,255,255,.15);

border:1px solid rgba(255,255,255,.25);

border-radius:50px;

font-size:14px;

font-weight:700;

letter-spacing:1px;

margin-bottom:28px;

backdrop-filter:blur(8px);

}

.nf-cta h2{

font-size:56px;

font-weight:800;

line-height:1.2;

margin-bottom:28px;

}

.nf-cta p{

font-size:20px;

line-height:1.9;

opacity:.95;

margin-bottom:45px;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.cta-primary,

.cta-secondary{

display:inline-flex;

align-items:center;

gap:12px;

padding:18px 36px;

border-radius:10px;

font-weight:700;

text-decoration:none;

transition:.35s;

}

.cta-primary{

background:#fff;

color:#5b9526;

}

.cta-primary:hover{

transform:translateY(-4px);

box-shadow:0 20px 40px rgba(0,0,0,.25);

}

.cta-secondary{

background:transparent;

border:2px solid rgba(255,255,255,.7);

color:#fff;

}

.cta-secondary:hover{

background:#fff;

color:#5b9526;

}
@media(max-width:991px){

.nf-cta{

padding:90px 0;

}

.nf-cta h2{

font-size:42px;

}

}

@media(max-width:576px){

.nf-cta{

padding:70px 0;

}

.nf-cta h2{

font-size:30px;

}

.nf-cta p{

font-size:16px;

}

.cta-buttons{

flex-direction:column;

align-items:center;

}

.cta-primary,

.cta-secondary{

width:100%;

max-width:320px;

justify-content:center;

}

}