.cert-hero{
    position:relative;
    width:100%;
    min-height:700px;
    overflow:hidden;
    background:url("https://nectafresh.com/newsite/wp-content/uploads/2026/07/Certificate.png") center center no-repeat;
    background-size:cover;
}

.cert-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(19,71,33,.88) 0%,
        rgba(19,71,33,.78) 22%,
        rgba(19,71,33,.35) 48%,
        rgba(19,71,33,0) 70%
    );
}

.cert-hero .container{
    position:relative;
    max-width:1320px;
    margin:auto;
    height:700px;
}

.cert-hero-content{
    position:absolute;
    top:50%;
    left:15px;
    transform:translateY(-50%);
    width:540px;
    color:#fff;
    z-index:5;
}

.cert-hero-subtitle{
    color:#9ad94d;
    font-size:16px;
    font-weight:700;
    letter-spacing:2px;
    display:block;
    margin-bottom:15px;
}

.cert-hero-content h1{
    color:#fff;
    font-size:62px;
    line-height:1.1;
    margin:20px 0;
}

.cert-hero-content p{
    color:#fff;
    font-size:20px;
    line-height:1.8;
}
/*=========================================
OUR COMMITMENT
=========================================*/

.nf-commitment{

    padding:100px 0;

    background:#fff;

    position:relative;

}

.nf-section-title{

    max-width:900px;

    margin:0 auto 70px;

    text-align:center;

}

.nf-section-title span{

    display:inline-block;

    color:#6ebd2a;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:15px;

}

.nf-section-title h2{

    font-size:48px;

    font-weight:800;

    color:#183a1d;

    margin-bottom:25px;

}

.nf-section-title p{

    font-size:19px;

    color:#666;

    line-height:1.9;

}

.nf-trust-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.nf-trust-card{

    background:#fff;

    border-radius:20px;

    padding:40px;

    text-align:center;

    border:1px solid #edf1ed;

    box-shadow:0 10px 35px rgba(0,0,0,.06);

    transition:.35s;

}

.nf-trust-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.nf-icon{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:50%;

    background:#f3fbef;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    margin-bottom:25px;

}

.nf-trust-card h3{

    font-size:28px;

    color:#1b4d29;

    margin-bottom:15px;

    font-weight:700;

}

.nf-trust-card p{

    color:#666;

    line-height:1.8;

    font-size:16px;

}

/*=============================
Responsive
=============================*/

@media(max-width:991px){

.nf-trust-grid{

    grid-template-columns:1fr;

}

.nf-section-title h2{

    font-size:36px;

}

.nf-section-title{

    margin-bottom:50px;

}

}
/*=========================================
OUR CERTIFICATIONS
=========================================*/

.nf-certifications{

    padding:110px 0;

    background:#f8faf8;

}

.nf-cert-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.nf-cert-card{

    background:#fff;

    border-radius:18px;

    padding:40px 30px;

    text-align:center;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    border:1px solid #edf1ed;

}

.nf-cert-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.nf-cert-card img{

    height:95px;

    width:auto;

    margin-bottom:25px;

}

.nf-cert-card h3{

    font-size:24px;

    color:#1b4d29;

    margin-bottom:18px;

}

.nf-cert-card p{

    color:#666;

    line-height:1.8;

    font-size:15px;

}

@media(max-width:1200px){

.nf-cert-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.nf-cert-grid{

    grid-template-columns:1fr;

}

}
/*=========================================
WHY CERTIFICATIONS MATTER
=========================================*/

.nf-benefits{

    padding:110px 0;

    background:#ffffff;

}

.nf-benefits-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:60px;

}

.nf-benefit-card{

    background:#f8fbf8;

    border:1px solid #e7efe7;

    border-radius:20px;

    padding:45px 30px;

    text-align:center;

    transition:.35s;

}

.nf-benefit-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

    background:#fff;

}

.nf-benefit-icon{

    width:85px;

    height:85px;

    border-radius:50%;

    margin:auto;

    margin-bottom:25px;

    background:#eaf7e4;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:40px;

}

.nf-benefit-card h3{

    font-size:24px;

    color:#174d29;

    margin-bottom:18px;

}

.nf-benefit-card p{

    color:#666;

    line-height:1.8;

    font-size:16px;

}

@media(max-width:1200px){

.nf-benefits-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.nf-benefits-grid{

    grid-template-columns:1fr;

}

}
/*=========================================
QUALITY JOURNEY
=========================================*/

.nf-timeline{

    padding:110px 0;

    background:#ffffff;

}

.nf-timeline-wrapper{

    position:relative;

    display:flex;

    justify-content:space-between;

    margin-top:80px;

    gap:20px;

}

.nf-timeline-line{

    position:absolute;

    top:42px;

    left:0;

    width:100%;

    height:4px;

    background:#dce8d8;

    z-index:1;

}

.nf-timeline-item{

    position:relative;

    flex:1;

    text-align:center;

    z-index:2;

}

.nf-year{

    font-size:30px;

    color:#2d6b36;

    font-weight:800;

    margin-bottom:18px;

}

.nf-dot{

    width:22px;

    height:22px;

    margin:auto;

    border-radius:50%;

    background:#6ebd2a;

    border:5px solid #fff;

    box-shadow:0 0 0 3px #6ebd2a;

}

.nf-box{

    margin-top:35px;

    background:#fff;

    border-radius:18px;

    padding:25px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s;

    border:1px solid #eef2ee;

}

.nf-box:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.nf-box h3{

    font-size:22px;

    color:#174d29;

    margin-bottom:15px;

}

.nf-box p{

    font-size:15px;

    color:#666;

    line-height:1.8;

}

/* Mobile */

@media(max-width:992px){

.nf-timeline-wrapper{

    flex-direction:column;

}

.nf-timeline-line{

    display:none;

}

.nf-timeline-item{

    margin-bottom:40px;

}

}
/*=========================================
DOWNLOAD CERTIFICATES
=========================================*/

.nf-download-certificates{

    padding:110px 0;

    background:#ffffff;

}

.nf-download-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:60px;

}

.nf-download-card{

    background:#fff;

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    text-decoration:none;

    border:1px solid #e9efe8;

    box-shadow:0 12px 30px rgba(0,0,0,.06);

    transition:.35s;

}

.nf-download-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

    border-color:#6ebd2a;

}

.nf-download-icon{

    width:80px;

    height:80px;

    margin:auto;

    margin-bottom:25px;

    border-radius:50%;

    background:#eef8ea;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

}

.nf-download-card h3{

    font-size:24px;

    color:#1b4d29;

    margin-bottom:15px;

}

.nf-download-card span{

    display:inline-block;

    margin-top:15px;

    color:#6ebd2a;

    font-weight:700;

    font-size:15px;

}

@media(max-width:991px){

.nf-download-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.nf-download-grid{

    grid-template-columns:1fr;

}

}
/*=========================================
PREMIUM CTA
=========================================*/

.nf-cta{

    padding:110px 0;

    background:#f5f9f4;

}

.nf-cta-box{

    background:linear-gradient(135deg,#1c5b2c,#2f7a3d);

    border-radius:28px;

    padding:70px;

    color:#fff;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:60px;

    overflow:hidden;

    position:relative;

}

.nf-cta-box::before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    background:rgba(255,255,255,.06);

    border-radius:50%;

    right:-120px;

    top:-120px;

}

.nf-cta-left{

    flex:1;

    position:relative;

    z-index:2;

}

.nf-cta-left span{

    color:#bde77a;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.nf-cta-left h2{

    font-size:48px;

    line-height:1.2;

    margin:20px 0;

    color:#fff;

}

.nf-cta-left p{

    font-size:18px;

    line-height:1.9;

    opacity:.95;

    margin-bottom:30px;

}

.nf-cta-list{

    list-style:none;

    padding:0;

    margin:0;

}

.nf-cta-list li{

    margin-bottom:14px;

    font-size:17px;

}

.nf-cta-right{

    width:340px;

    text-align:center;

    position:relative;

    z-index:2;

}

.nf-btn-primary,
.nf-btn-outline{

    display:block;

    width:100%;

    padding:18px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    margin-bottom:20px;

    transition:.3s;

}

.nf-btn-primary{

    background:#fff;

    color:#1d5b2d;

}

.nf-btn-primary:hover{

    background:#f1f1f1;

}

.nf-btn-outline{

    border:2px solid #fff;

    color:#fff;

}

.nf-btn-outline:hover{

    background:#fff;

    color:#1d5b2d;

}

.nf-contact-box{

    margin-top:35px;

    padding:30px;

    background:rgba(255,255,255,.08);

    border-radius:18px;

    backdrop-filter:blur(10px);

}

.nf-contact-box h4{

    color:#fff;

    margin-bottom:15px;

}

.nf-contact-box p{

    margin:0;

    line-height:1.8;

    color:#fff;

}

@media(max-width:991px){

.nf-cta-box{

    flex-direction:column;

    padding:45px 30px;

}

.nf-cta-right{

    width:100%;

}

.nf-cta-left h2{

    font-size:36px;

}

}
/*=========================================
GLOBAL PRESENCE
=========================================*/

.nf-global-presence{

    padding:110px 0;

    background:#f7faf7;

}

.nf-global-wrapper{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:60px;

    margin-top:70px;

}

.nf-map{

    flex:1;

}

.nf-map img{

    width:100%;

    display:block;

}

.nf-export-stats{

    width:360px;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

}

.nf-stat-card{

    background:#fff;

    padding:35px 20px;

    text-align:center;

    border-radius:18px;

    box-shadow:0 12px 30px rgba(0,0,0,.06);

    transition:.35s;

}

.nf-stat-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.nf-stat-card h3{

    font-size:42px;

    color:#2d7a36;

    margin-bottom:10px;

    font-weight:800;

}

.nf-stat-card p{

    color:#666;

    font-size:16px;

    margin:0;

}

.nf-region-grid{

    margin-top:70px;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.nf-region{

    background:#fff;

    padding:30px;

    border-radius:18px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

    transition:.3s;

}

.nf-region:hover{

    transform:translateY(-6px);

}

.nf-region h4{

    color:#1b4d29;

    margin-bottom:12px;

    font-size:22px;

    font-weight:700;

}

.nf-region p{

    color:#666;

    line-height:1.7;

    margin:0;

}

/*==========================
Responsive
==========================*/

@media(max-width:991px){

.nf-global-wrapper{

    flex-direction:column;

}

.nf-export-stats{

    width:100%;

}

.nf-region-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.nf-region-grid{

    grid-template-columns:1fr;

}

.nf-export-stats{

    grid-template-columns:1fr 1fr;

}

}