:root {
    --radius: 0.75rem;
    --background: rgb(248, 251, 252);;
    --foreground: oklch(0.18 0.02 50);
    --card: oklch(1 0 0);
    --card-foreground: oklch(0.18 0.02 50);
    --popover: oklch(1 0 0);
    --popover-foreground: oklch(0.18 0.02 50);
    --primary: oklch(0.65 0.2 45);
    --primary-foreground: oklch(1 0 0);
    --secondary: oklch(0.96 0.015 80);
    --secondary-foreground: oklch(0.25 0.03 50);
    --muted: oklch(0.96 0.01 80);
    --muted-foreground: oklch(0.5 0.03 50);
    --accent: oklch(0.75 0.16 75);
    --accent-foreground: oklch(0.2 0.03 50);
    --destructive: oklch(0.577 0.245 27.325);
    --destructive-foreground: oklch(0.984 0.003 247.858);
    --border: oklch(0.92 0.01 80);
    --input: oklch(0.92 0.01 80);
    --ring: oklch(0.65 0.2 45);
    --chart-1: oklch(0.65 0.2 45);
    --chart-2: oklch(0.55 0.15 160);
    --chart-3: oklch(0.45 0.1 230);
    --chart-4: oklch(0.75 0.16 75);
    --chart-5: oklch(0.6 0.18 30);
    --sidebar: oklch(0.98 0.005 80);
    --sidebar-foreground: oklch(0.18 0.02 50);
    --sidebar-primary: oklch(0.65 0.2 45);
    --sidebar-primary-foreground: oklch(1 0 0);
    --sidebar-accent: oklch(0.96 0.015 80);
    --sidebar-accent-foreground: oklch(0.25 0.03 50);
    --sidebar-border: oklch(0.92 0.01 80);
	--brand-red: oklch(0.60 0.24 27);
	--brand-green: #2D5A27;
	--brand-orange: #D4A845;
	--font-body: "Manrope", system-ui, sans-serif;
	
	--sidebar-ring: rgb(0, 109, 176);
    --brand-blue: rgb(0, 109, 176);
    --brand-amber: rgb(255, 198, 30);
    --brand-dark: rgb(2, 23, 39);
    --brand-warm: rgb(235, 245, 234);
    --brand-green: rgb(88, 176, 87);
    --hero-overlay: rgba(0, 19, 38, 0.65);
}
body{
    font-family:  var(--font-body);
	color:--muted-foreground;
}
 .custom-caption{
    background:rgba(0,0,0,0.45);
    padding:10px 20px;
    border-radius:10px;
    width:fit-content;
    margin:auto;
    bottom:80px;
}
/* Mobile */
@media(max-width:768px){
    .custom-caption{
        padding:7px 15px;
        bottom:30px;
    }
    .custom-caption h1{
        font-size:20px !important;
    }
}


.hero-gradient {
    background: linear-gradient(135deg, #2D5A27, #2D5A27);
	margin:0 -15px;
}.px-4 {
    padding-inline: calc(var(--spacing) * 4);
}.gap-6 {
    gap: calc(var(--spacing) * 6);
}.justify-around {
    justify-content: space-around;
}.items-center {
    align-items: center;
}.flex-wrap {
    flex-wrap: wrap;
}.max-w-7xl {
    max-width: var(--container-7xl);
}.card-hover {
    transition: transform .3s, box-shadow .3s;
}.shadow-sm{
    box-shadow:0 4px 12px rgba(0,0,0,0.92);
}
.border-border, .border-border\/50 {
    border-color: var(--border);
} .footer h4{
	color: var(--brand-amber);
	    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
	    text-transform: uppercase;
} .footer p {
    margin-bottom: .5rem;
}


/* Page */
.page-content{
    padding:100px 10%;
}

.page-content h1{
    font-size:48px;
    margin-bottom:20px;
}

.page-content p{
    font-size:18px;
    line-height:1.8;
    max-width:700px;
}

.main-btn{
    margin-top:30px;
    padding:15px 30px;
    border:none;
    background:#f58b00;
    color:#fff;
    border-radius:10px;
    font-size:16px;
    cursor:pointer;
}
.text-orange{
	color:d4a845;
}.text-green{
	color:#2D5A27;
}

.pillar-card {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 25px;
    overflow: hidden;
	transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    /* Default shadow */
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
	height:100%;
}
.pillar-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}
/* Hover Effect */
.pillar-card:hover{
    transform:translateY(-6px);
    border-color:rgba(0,0,0,0.08);
    box-shadow:
        0 12px 35px rgba(0,0,0,0.12),
        0 4px 12px rgba(0,0,0,0.06);
}.pillar-card.red::before { background: #C92B2B; }
.pillar-card.green::before { background: #2e7d32; }
.pillar-card.blue::before { background: #1976d2; }
.pillar-card.orange::before { background: #FA9F1B; }
/* Icon */
.pillar-card .icon{
    font-size:34px;
    margin-bottom:20px;
    display:inline-block;
}
/* Title */
.pillar-card h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:18px;
    color:#111;
}


/* pillar-card2 */
.pillar-card2{
    background:#fff;
    border:1px solid #ddd;
    border-radius:10px;
    padding:15px;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    
    box-shadow:
        0 2px 8px rgba(0,0,0,0.04);
    height:100%;
} .pillar-card2 p{
	color:#444;
	font-size:16px;
	font-weight:400;
	padding:0;
	margin:0;
}.pillar-card2 .icon{
    font-size:34px;
    margin-bottom:20px;
    display:inline-block;
}

/* pillar-card2 */
.pillar-card2{
    background:#fff;
    border:1px solid #ddd;
    border-radius:.75rem;
    padding:15px;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    
    box-shadow:
        0 2px 8px rgba(0,0,0,0.04);
    height:100%;
} .pillar-card2 px{
	color:#444;
	font-size:16px;
	font-weight:500;
	padding:0;
	margin:0;
}.pillar-card2 p{
    display:flex;
    align-items:center;
    gap:18px;
    margin:0;
    font-size:18px;
    line-height:1.4;
}/* ICON CIRCLE */
.pillar-card2 .icon{
    width:28px;
    height:28px;
    min-width:28px;
    border-radius:50%;
    background:#1F6CB0;
    display:flex;
    align-items:center;
    justify-content:center;
	 flex-shrink:0;
}/* FEATHER ICON */
.pillar-card2 .icon svg{
    width:20px;
    height:20px;
    stroke:#fff;
    stroke-width:3;
}

/* pillar-card3 */
.pillar-card3{
    background:#FCF2EB;
    border:1px solid #ec5a00;
    border-radius:.75rem;
    padding:15px;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    box-shadow:
        0 2px 8px rgba(0,0,0,0.04);
    height:100%;
} .pillar-card3 p{
	color:#444;
	font-size:16px;
	font-weight:400;
	padding:0;
	margin:0;
}.pillar-card3 .icon{
    font-size:34px;
    margin-right:15px;
}

.partner-card{
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
    height: 100%;
}
/* Top colored border */
.partner-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f29c1f;
    border-radius: 10px 10px 0 0;
}
/* Hover */
.partner-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.10);
}

/* Different top border colors */
.partner-card.orange::before { background: #f29c1f; }
.partner-card.green::before  { background: #2E7D32; }
.partner-card.blue::before   { background: #1E88E5; }
.partner-card.red::before    { background: #D32F2F; }
/* LOGO */
.partner-logo{
    width:60px;
    height:60px;
    margin:0 auto 10px;
    border-radius:50%;
    background:#D4A845;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:800;
    color:#0d5d39;
    letter-spacing:1px;
}
/* TITLE */
.partner-card h3{
    font-size:20px;
    font-weight:800;
    color:#111;
    margin-bottom:0px;
    line-height:1.5;
}
/* DESCRIPTION */
.partner-desc{
    font-size:16px;
    line-height:1.4;
    color:#333;
    margin-bottom:1px;
}
/* LOCATION */
.partner-location{
    display:block;
    font-size:16px;
    color:#8a8a8a;
}
/* MOBILE */
@media(max-width:768px){
    .partner-card{
        padding:35px 25px;
    }
    .partner-logo{
        width:60px;
        height:60px;
        font-size:24px;
    }
    .partner-card h3{
        font-size:18px;
    }
    .partner-desc{
        font-size:16px;
    }
    .partner-location{
        font-size:16px;
    }
}

/* SECTION */
.section{
    overflow:hidden;
}
/* TITLE */
.section-title{
    font-size:20px;
    font-weight:800;
    margin-bottom:18px;
}
/* TEXT */
.section-text{
    max-width:850px;
    margin:auto;
    font-size:20px;
    line-height:1.8;
    color:#666;
}
/* MOBILE */
@media(max-width:768px){
    .partners-section{
        padding-top:60px !important;
        padding-bottom:60px !important;
    }
    .section-title{
        font-size:34px;
    }
    .section-text{
        font-size:17px;
        line-height:1.7;
    }
}

/* SECTION */
.inclusion-section{
    position:relative;
    width:100%;
	height:500px;
	max-height:500px;
    background:url('../images/soil.jpg') center center/cover no-repeat;
    display:flex;
    align-items:center;
    overflow:hidden;
}
/* DARK OVERLAY */
.inclusion-section .overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,0.72) 0%,
        rgba(0,0,0,0.55) 40%,
        rgba(0,0,0,0.35) 100%
    );
}
/* CONTAINER */
.inclusion-section .container{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1400px;
    padding:30px 8%;
}
/* CONTENT */
.inclusion-section .contentx{
    max-width:700px;
    color:#fff;
}
/* TAG */
.inclusion-section .tag{
    display:inline-block;
    font-size:18px;
    font-weight:700;
    color:#f29c1f;
    letter-spacing:1px;
    margin-bottom:15px;
	text-transform:uppercase;
}
/* TITLE */
.inclusion-section h1{
    font-size:38px;
    line-height:1.05;
    font-weight:800;
    margin-bottom:15px;
	color:#FFFFFF;
}
/* TEXT */
.inclusion-section p{
    font-size:20px;
    line-height:1.4;
    color:rgba(255,255,255,0.62);
    margin-bottom:20px;
}



/* hero gradient SECTION */
.gradient-section{
    position:relative;
    width:100%;
    background:#0d5d39;
    display:flex;
    align-items:center;
    overflow:hidden;
	padding:30px 10px;
	margin-top:10px;
}/* CONTAINER */
.gradient-section .container{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1400px;
    padding:30px 8%;
}/* CONTENT */
.gradient-section .contentx{
    max-width:700px;
    color:#fff;
}/* TAG */
.gradient-section .tag{
    display:inline-block;
    font-size:16px;
    font-weight:600;
    color:rgba(212,168,69,0.99);
    letter-spacing:1px;
    margin-bottom:5px;
	text-transform:uppercase;
}
/* TITLE */
.gradient-section h1{
    font-size:35px;
    line-height:1.05;
    font-weight:700;
    margin-bottom:10px;
	color:#FFFFFF;
}
/* TEXT */
.gradient-section p{
    font-size:18px;
    line-height:1.6;
    color:rgba(255,255,255,0.80);
    margin-bottom:20px;
}

/* BUTTON */
.cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    padding:12px 20px;
    border-radius:14px;
    font-size:20px;
    color:#333;
    background:rgba(255,255,255,0.05);
	background: var(--brand-amber);
    backdrop-filter:blur(6px);
    font-weight:600;
    transition:0.35s ease;
    box-shadow:
        0 12px 30px rgba(245,160,0,0.28);
}
/* BUTTON HOVER */
.cta-btn:hover{
    transform:translateY(-4px);
    background:#ffb100;
    box-shadow:
        0 18px 40px rgba(245,160,0,0.35);
}
/* RESPONSIVE */
@media(max-width:1200px){
    .inclusion-section h1{
        font-size:28px;
    }
    .inclusion-section p{
        font-size:16px;
    }
}

@media(max-width:992px){
    .inclusion-section{
        min-height:450px;
    }
    .inclusion-section h1{
        font-size:52px;
    }
    .inclusion-section p{
        font-size:20px;
    }
}

@media(max-width:768px){
    .inclusion-section{
        min-height:auto;
        padding:50px 0;
    }

    .inclusion-section .container{
        padding:50px 8%;
    }

    .inclusion-section h1{
        font-size:42px;
    }

    .inclusion-section p{
        font-size:18px;
        line-height:1.8;
    }

    .cta-btn{
        width:100%;
        text-align:center;
        padding:18px 25px;
        font-size:18px;
    }
}
@media(max-width:480px){
    .inclusion-section h1{
        font-size:34px;
    }
    .inclusion-section .tag{
        font-size:15px;
    }
    .inclusion-section p{
        font-size:17px;
    }
}


/* LIST ITEM */
.requirements-list{
    list-style:none;
    counter-reset:item;
    margin:0;
    display:flex;
    flex-direction:column;
    gap:2px;
	background:#fff;
}/* LIST ITEM */
.requirements-list li{
    counter-increment:item;
    position:relative;
    padding:18px 28px 8px 55px;
    font-size:17px;
    line-height:1.4;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
    box-shadow:
        0 2px 8px rgba(0,0,0,0.03);
}/* NUMBER */
.requirements-list li::before{
    content:counter(item) ".";
    position:absolute;
    left:18px;
    top:14px;
    font-size:20px;
    font-weight:700;
    color:#f57c00;
    line-height:1;
}/* HOVER */
.requirements-list li:hover{
    transform:translateY(-3px);
    border-color:#f5a00055;
    box-shadow:
        0 12px 30px rgba(0,0,0,0.08);
}/* MOBILE */
@media(max-width:768px){
    .requirements-list li{
        font-size:16px;
        padding:10px 10px 10px 45px;
    }
    .requirements-list li::before{
        left:22px;
        top:20px;
        font-size:24px;
    }
}

/*Gradient section brown*/
.brown-gradient-bg{
    background: linear-gradient(to bottom, #EAF6EA 0%, #ffffff 100%);
}.brown-bg{
    background:#E8F0F7 !important;
}


/* CARD */
.research-card{
    display:flex;
    align-items:stretch;
    overflow:hidden;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:24px;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    box-shadow:0 4px 14px rgba(0,0,0,0.04);
    height:100%;
}
/* HOVER */
.research-card:hover{
    transform:translateY(-5px);
    border-color:#117A9F55;
    box-shadow:0 18px 40px rgba(0,0,0,0.10);
}
/* IMAGE SIDE */
.research-image{
    position:relative;
    width:260px;
    min-width:260px;
    overflow:hidden;
	/* FALLBACK BACKGROUND */
    background:#0B75A5;
    display:flex;
    align-items:center;
    justify-content:center;
}
/* IMAGE */
.research-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
/* DARK OVERLAY */
.research-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.35));
}
/* BADGE */
.research-badge{
    position:absolute;
    left:20px;
    bottom:20px;
    z-index:2;
    background:rgba(245,160,0,0.92);
    color:#fff;
    padding:10px 18px;
    border-radius:12px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    backdrop-filter:blur(5px);
}
/* CONTENT */
.research-content{
    flex:1;
    padding:35px 40px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
/* YEAR */
.research-year{
    display:inline-block;
    color:#888;
    font-size:17px;
    margin-bottom:12px;
}
/* TITLE */
.research-content h3{
    font-size:24px;
    font-weight:800;
    line-height:1.3;
    margin-bottom:16px;
    color:#111;
}
/* TEXT */
.research-content p{
    font-size:20px;
    line-height:1.8;
    color:#666;
    margin:0;
}

/* MOBILE */
@media(max-width:992px){
    .research-card{
        flex-direction:column;
    }
    .research-image{
        width:100%;
        min-width:100%;
        height:240px;
    }
    .research-content{
        padding:28px;
    }
    .research-content h3{
        font-size:28px;
    }
    .research-content p{
        font-size:17px;
    }
}


/* Accessibility Button */
.accessibility-btn{
    position:fixed;
    left:5px;
    top:0px;
    width:70px;
    height:70px;
    border:none;
    border-radius:5px;
    background:#1F6CB0;
    color:#fff;
    font-size:30px;
    cursor:pointer;
    z-index:1000;
}
/* Panel */
.accessibility-panel{
    position:fixed;
    left:10px;
    top:70px;
    width:300px;
    background:#fff;
    padding:25px;
    border-radius:5px;
    box-shadow:0 10px 40px rgba(0,0,0,0.15);
    display:none;
    z-index:1000;
}
.panel-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}
.panel-header h2{
    font-size:20px;
}
.panel-header button{
    border:none;
    background:none;
    font-size:20px;
    cursor:pointer;
}
.h3{
    margin-bottom:15px;
    margin-top:20px;
    color:#777;
    font-size:15px;
    letter-spacing:1px;
}
.options{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.options button{
    padding:10px;
    border-radius:10px;
    border:1px solid #ddd;
    background:#fff;
    cursor:pointer;
    font-size:18px;
    transition:0.3s;
}
.options button:hover{
    border-color:#f58b00;
}
.reset-btn{
    width:100%;
    margin-top:20px;
    padding:15px;
    border:none;
    border-radius:14px;
    background:#eee;
    cursor:pointer;
    font-size:16px;
}

/* =========================
   DARK MODE
========================= */
body.dark{
    background:#121212;
    color:#ffffff;
}
/* Main Containers */
body.dark .accessibility-panel,
body.dark .brown-gradient-bg,
body.dark .brown-bg,
body.dark .card,
body.dark .navbar,
body.dark .info-box,
body.dark .pillar-card,
body.dark .pillar-card2,
body.dark .pillar-card3,
body.dark .partner-card,
body.dark .content-box{
    background:#1e1e1e!important;
    color:#ffffff;
    border-color:#333;
}
/* Headings */
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6
body.dark .text-dark{
    color:#ffffff;
}
/* Paragraphs & Text */
body.dark p,
body.dark span,
body.dark li,
body.dark label,
body.dark small{
    color:#d6d6d6;
}
/* Links */
body.dark a{
    color:#f5a000;
}
/* Inputs */
body.dark input,
body.dark textarea,
body.dark select{
    background:#2b2b2b;
    color:#fff;
    border:1px solid #444;
}
/* Buttons */
body.dark button,
body.dark .btn-secondary,
body.dark .btn-primary{
    background:#2b2b2b;
    color:#fff;
    border:1px solid #444;
}

/* Hover */
body.dark button:hover{
    background:#3a3a3a;
}
/* Cards */
body.dark .options button{
    background:#2b2b2b;
    color:#fff;
    border-color:#444;
}
body.dark .accessibility-panel{
    background:#1f1f1f;
    color:#fff;
}
body.dark .options button{
    background:#2c2c2c;
    color:#fff;
    border-color:#444;
}

/* HIGH CONTRAST */
body.high-contrast{
    background:#000;
    color:#ff0;
}
body.high-contrast .accessibility-panel{
    background:#000;
    color:#ff0;
    border:2px solid #ff0;
}
body.high-contrast .options button{
    background:#000;
    color:#ff0;
    border:1px solid #ff0;
}

/* LIGHT */
body.light{
    background:#fff;
    color:#000;
}

/* FONT SIZES */
body.font-small{
    font-size:14px;
}

body.font-medium,
body.font-medium p{
    font-size:18px;
}

body.font-large,
body.font-large p{
    font-size:24px;
}

/* Mobile */
@media(max-width:480px){

    .accessibility-panel{
        width:92%;
        right:4%;
        bottom:100px;
    }

    .page-content h1{
        font-size:36px;
    }
}


.faq-section{
    padding:30px 0;
}
.faq-section .container{
    width:90%;
    max-width:1200px;
    margin:auto;
}
.faq-wrapper{
    max-width:900px;
    margin:auto;
}
.faq-item{
}
.faq-question{
    width:100%;
    background:none;
    border:none;
    padding:20px 0;
    text-align:left;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:1.4rem;
    font-weight:600;
    color:#07140d;
    cursor:pointer;
	border-top:1px solid #e5e5e5;
}
.faq-question span{
    color:#01A451;
    font-size:2rem;
    transition:0.3s;
}
.faq-answer{
    max-height:0;
    overflow:hidden;
    color:#444;
	font-size:1.25rem;
    line-height:1.8;
    transition:all 0.4s ease;
}
.faq-item.active .faq-answer{
    max-height:300px;
    padding-bottom:25px;
}
.faq-item.active .faq-question span{
    transform:rotate(45deg);
}
@media(max-width:768px){
    .faq-section{
        padding:70px 0;
    }
    .faq-header h2{
        font-size:2.2rem;
    }
    .faq-question{
        font-size:1.15rem;
        padding:22px 0;
    }
    .faq-answer{
        font-size:0.95rem;
    }
}

.social-media {
    text-align: center;
    padding:10px 0px;
	background:#fff;
	padding:20px;
}
.social-media h2 {
    margin-bottom: 10px;
}
.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}
.social {
    padding: 10px 18px;
    border-radius: 25px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: 0.3s;
}
/* Brand colors */
.x { background: #000000; }
.linkedin { background: #0077b5; }
.youtube { background: #ff0000; }
.facebook { background: #1877f2; }
.instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }

.social:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
    gap:15px;
}
.gallery-grid img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:10px;
    cursor:pointer;
    transition:.3s;
}
.gallery-grid img:hover{
    transform:scale(1.03);
}.gallery-grid p{ color:#333333; font-size:.99rem; margin-bottom:0px;}


.publication-section{
    padding:50px 0;
}
.publication-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(330px,1fr));
    gap:25px;
}
.publication-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.35s;
    position:relative;
    border:1px solid #ececec;
}
.publication-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.12);
}
.publication-card .card-top{
    height:5px;
	background:#2E7D32;
}
.Reports .card-top{
    background:#2E7D32;
}
.Publications .card-top{
    background:#D89B00;
}
.archive .card-top{
    background:#7A8B72;
}
.publication-card .card-body{
    padding:28px;
}
.publication-card .card-body .card-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}
.card-type{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:700;
    color:#2E7D32;
}
.technical .card-type{
    color:#D89B00;
}
.archive .card-type{
    color:#5F6F52;
}
.card-icon{
    width:48px;
    height:48px;
    border-radius:14px;
    background:#F5F8F3;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#2E7D32;
    font-size:20px;
}
.technical .card-icon{
    color:#D89B00;
    background:#FFF8E7;
}
.archive .card-icon{
    color:#5F6F52;
    background:#F4F6F1;
}
.publication-card h3{
    font-size:20px;
    line-height:1.3;
    margin-bottom:10px;
    color:#252A2D;
    font-family:Georgia,serif;
}
.author{
    color:#666;
    margin-bottom:10px;
    font-size:15px;
}
.publication-card p{
    color:#6b7280;
    line-height:1.4;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;

    overflow:hidden;
    text-overflow:ellipsis;

    /* Fallback */
    max-height:3.6em; /* 2 × line-height */
}

.read-more,
.download{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:700;
    text-decoration:none;
    color:#2E7D32;
    transition:.3s;
}

.download{
    color:#D89B00;
}
.read-more:hover,
.download:hover{
    gap:15px;

}

@media(max-width:768px){
    .publication-grid{
        grid-template-columns:1fr;
    }
    .publication-card h3{
        font-size:24px;
    }
}

/*Team */
.team-section1{
    padding:70px 8%;
	background:#E6E1D4;
}.team-section2{
    padding:70px 10%;
}.team-section3{
    padding:70px 0;
	background:#FFFFFF;
}
.team-label{
    display:block;
    color:var(--green);
    font-size:.85rem;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}
.team-title{
    font-size:clamp(1.8rem,4vw,2rem);
    line-height:1.1;
    margin-bottom:15px;
    color:#222;
}.team-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
}
.team-card{
    display:flex;
    gap:20px;
    padding:25px;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    background:#fff;
    transition:.3s ease;
}
.team-card:hover{
    background:#FCFAF4;
}
.team-photo{
    flex-shrink:0;
}
.team-photo img{
    width:100px;
    height:100px;
    border-radius:50%;
    object-fit:cover;
    border:1px solid #fff;
}
.team-content{
    flex:1;
}
.team-content h3{
    margin:0 0 5px;
    font-size:1.2rem;
    color:#111;
}
.team-role{
    display:block;
    color:var(--brand-orange);
    font-size:.95rem;
    margin-bottom:5px;
	font-weight:700;
}
.team-email{
    display:block;
    color:var(--green);
    margin-bottom:10px;
    text-decoration:none;
    font-size:.85rem;
}
.team-email:hover{
    color:#0b4d2b;
}
.team-content p{
    margin:0;
    line-height:1.5;
	font-size:1rem;
    color:#444;
	margin-bottom:10px;
}
.team-social{
    margin-top:15px;
}
.team-social a{
    color:#0b4d2b;
    margin-right:12px;
    font-size:1rem;
}@media (max-width:991px){
    .team-grid{
        grid-template-columns:repeat(2,1fr);
    }
}@media (max-width:768px){
    .team-grid{
        grid-template-columns:1fr;
    }
    .team-card{
        flex-direction:column;
        text-align:center;
    }
    .team-photo{
        margin:auto;
    }
    .team-photo img{
        width:110px;
        height:110px;
    }
    .team-social{
        text-align:center;
    }
}


/*==========================
SOW SMART
==========================*/

.sowsmart-section{
    padding:50px 5%;
    background:#fff;
}
.sowsmart-content{
    background:linear-gradient(135deg,#F8F5EC,#EFE6D4);
    border-radius:20px;
    padding:45px;
    border-top:5px solid #D69B17;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    align-items:center;
}
.section-tag{
    display:inline-block;
    background:#F3E8C2;
    color:#2D5A27;
    font-size:12px;
    letter-spacing:1px;
    padding:7px 14px;
    border-radius:40px;
    margin-bottom:20px;
    font-weight:600;
}
.sow{
    display:inline-block;
    background:#f29c1f;
    color:#2D5A27;
    font-size:13px;
    letter-spacing:1px;
    padding:10px 10px;
    border-radius:10px;
    margin:12px 5px;
    font-weight:700;
}.sow:hover{ color:#FFFFFF; background:#2D5A27;}
.sowsmart-text h2{
    color:#2D5A27;
    font-size:38px;
    margin-bottom:20px;
    line-height:1.2;
}
.sowsmart-text h2 span{
    color:#D69B17;
}
.sowsmart-text p{
    color:#666;
    line-height:1.8;
    margin-bottom:18px;
}
.feature-list{
    margin:30px 0;
    padding:0;
    list-style:none;
}
.feature-list li{
    position:relative;
    padding-left:30px;
    margin-bottom:14px;
    color:#555;
}
.feature-list li:before{
    content:"-";
    position:absolute;
    left:0;
    top:0;
    width:20px;
    height:20px;
    background:#2D5A27;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}

.action-buttons{
    display:flex;
    align-items:center;
    gap:25px;
    flex-wrap:wrap;
}
.btn-primary{
    background:#2D5A27;
    color:#fff;
    padding:15px 30px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}
.btn-primary:hover{
    background:#1F401C;
    transform:translateY(-3px);
}

.btn-link{
    text-decoration:none;
    color:#2D5A27;
    font-weight:600;
}

.btn-link:hover{
    color:#D69B17;
}

.sowsmart-image{
    background:#fff;
    border:2px dashed #DDD;
    border-radius:16px;
    padding:15px;
    text-align:center;
}
.sowsmart-image img{
    width:100%;
    border-radius:10px;
    display:block;
}

/*==========================
Responsive
==========================*/
@media(max-width:992px){
.sowsmart-content{
grid-template-columns:1fr;
}
.sowsmart-image{
order:-1;
max-width:420px;
margin:auto;
}
.sowsmart-text h2{
font-size:32px;
}
}
@media(max-width:768px){
.sowsmart-section{
padding:50px 15px;
}
.sowsmart-content{
padding:30px;
gap:30px;
}
.sowsmart-text h2{
font-size:28px;
}
.action-buttons{
flex-direction:column;
align-items:flex-start;
}
}
@media(max-width:480px){
.sowsmart-content{
padding:22px;
}
.sowsmart-text h2{
font-size:24px;
}
}


/*==============================
CLIMATE DATA
==============================*/
.climate-data{
    padding:80px 0;
    background:#F8F6F1;
}
.container{
    width:min(1200px,92%);
    margin:auto;
}
/*==============================
Statistics
==============================*/
.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-bottom:60px;
}
.stat-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
}
.stat-card:hover{
    transform:translateY(-5px);
}
.stat-card h2{
    color:#2D5A27;
    font-size:40px;
    margin-bottom:10px;
}
.stat-card span{
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:12px;
    color:#888;
}
/*==============================*/
.section-title{
    margin-bottom:25px;
}
.section-title h2{
    color:#2D5A27;
    font-size:30px;
}
/*==============================
Products
==============================*/
.products-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-bottom:60px;
}
.products-grid2{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-bottom:30px;
}
.product-card{
    background:#fff;
    border-radius:16px;
    padding:30px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.35s;
    border-top:4px solid #D69B17;
}
.product-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}
.icon{
    width:52px;
    height:52px;
    background:#EEF5E7;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#2D5A27;
    font-size:22px;
    margin-bottom:18px;
}
.product-card h3{
    color:#2D5A27;
    margin-bottom:12px;
}
.product-card p{
    color:#666;
    line-height:1.5;
    margin-bottom:20px;
}
.product-card a{
    color:#2D5A27;
    text-decoration:none;
    font-weight:600;
}
.product-card a:hover{
    color:#D69B17;
}
/*==============================
Map
==============================*/
.station-map{
    background:#EFE7D7;
    border-radius:20px;
    min-height:260px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#777;
    margin-bottom:50px;
    border:2px dashed #DDD;
}
.station-map i{
    font-size:45px;
    color:#2D5A27;
    margin-bottom:20px;
}
/*==============================
Bulletin
==============================*/
.bulletin{
    background:#fff;
    padding:35px;
    border-radius:18px;
    border-left:6px solid #D69B17;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}
.bulletin .tag{
    display:inline-block;
    background:#F7E8BE;
    color:#A06A00;
    padding:6px 12px;
    border-radius:50px;
    font-size:12px;
    text-transform:uppercase;
    margin-bottom:15px;
    font-weight:600;
}
.bulletin h3{
    color:#2D5A27;
    margin-bottom:15px;
}
.bulletin p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}
.bulletin a{
    color:#2D5A27;
    font-weight:600;
    text-decoration:none;
}
/*==============================
Responsive
==============================*/
@media(max-width:992px){
.stats-grid{
grid-template-columns:repeat(2,1fr);
}
.products-grid{
grid-template-columns:1fr;
}
}
@media(max-width:600px){
.stats-grid{
grid-template-columns:1fr;
}
.section-title h2{
font-size:26px;
}
.stat-card h2{
font-size:32px;
}
.bulletin{
padding:25px;
}
}



.badge {
    display: inline-block;
    background: rgba(45, 90, 39, 0.18);
    color: #2D5A27;
    font-size: 14px;
    padding: 12px 22px;
    border-radius: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    backdrop-filter: blur(6px);
	vertical-align:middle;
}
.hero{
	margin:-15px;
	padding:50px;
	position:relative;
	height:100vh;
	min-height:750px;
	background:url("../images/hero-fields.jpg") center center/cover no-repeat;
	display:flex;
	align-items:center;
	overflow:hidden;
	z-index:-10;
}
.hero-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:
	linear-gradient(rgba(4,43,26,.78),rgba(7,65,35,.60));
	z-index:1!important;
}
.hero .container{
	width:90%;
	max-width:1300px;
	margin:auto;
	position:relative;
	z-index:2!important;
}
.hero-content{
max-width:800px;
animation:fadeUp 1.8s ease;
z-index:5!important;
}
.hero-top{
	color:#f4d98b;
	letter-spacing:3px;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-bottom:25px;
}
.hero h1{
	font-size:55px;
	line-height:1.05;
	font-family:Georgia,serif;
	font-weight:700;
	color:#fff;
	margin-bottom:25px;
}
.hero h1 span{
	display:block;
	font-style:italic;
	font-weight:500;
	color:#f29c1f;
}
.hero p{
	font-size:22px;
	line-height:1.5;
	color:#fff;
	opacity:.92;
	max-width:700px;
	margin-bottom:30px;
}
.hero-buttons{
	display:flex;
	gap:20px;
	margin-bottom:50px;
	z-index:10!important;
}.hero-buttons a{
    position:relative;
    z-index:10!important;
}
.btn-primary-b{
	padding:12px 30px;
	background:#fff;
	color:#0b5130;
	text-decoration:none;
	font-weight:bold;
	border-radius:8px;
	transition:.4s;
}
.btn-primary-b:hover{
	background:#0b5130;
	color:#fff;
	transform:translateY(-5px);
}
.btn-outline-b{
	padding:12px 30px;
	border:1px solid rgba(255,255,255,.4);
	color:#fff;
	text-decoration:none;
	border-radius:8px;
	transition:.4s;
}
.btn-outline-b:hover{
	background:#0b5130;
	color:#0b5130;
	border:1px solid rgba(255,255,255,.8);
}
.hero-stats{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	border-top:1px solid rgba(255,255,255,.2);
	padding-top:45px;
	gap:30px;
	animation:fadeUp 1.8s;
}
.hero-stat h2{
	font-size:45px;
	font-family:Georgia;
	color:white;
}
.hero-stat span{
	display:block;
	margin-top:10px;
	color:#ddd;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:13px;
}
.scroll-down{
	position:absolute;
	bottom:25px;
	left:50%;
	transform:translateX(-50%);
	font-size:35px;
	color:white;
	animation:bounce 2s infinite;
	z-index:20;
}

@keyframes bounce{
0%,100%{
transform:translate(-50%,0);
}
50%{
transform:translate(-50%,12px);
}
}
@keyframes fadeUp{
from{
opacity:0;
transform:translateY(70px);
}
to{
opacity:1;
transform:translateY(0);
}
}
@media(max-width:1200px){
.hero h1{
font-size:40px;
}
.hero p{
font-size:18px;
}
}
@media(max-width:992px){
.hero{
height:auto;
padding:120px 0 80px;
}
.hero h1{
font-size:40px;
}
.hero-stats{
grid-template-columns:repeat(2,1fr);
gap:50px;
}
}
@media(max-width:768px){
.hero{
padding:90px 0 60px;
}
.hero h1{
font-size:40px;
}
.hero p{
font-size:18px;
}
.hero-buttons{
flex-direction:column;
}
.btn-primary-b,
.btn-outline-b{
width:100%;
text-align:center;
}
.hero-stats{
grid-template-columns:1fr;
text-align:center;
}
.hero-stat h2{
font-size:45px;
}
}
@media(max-width:480px){
.hero h1{
font-size:34px;
}
.hero p{
font-size:16px;
}
}

.research-section{
background:#f7f4ea;
padding:100px 0;
border-top:1px solid #ddd;
margin:-10px;
}
.research-header{
display:flex;
justify-content:space-between;
align-items:flex-end;
margin-bottom:50px;
gap:30px;
}
.section-label{
display:inline-block;
font-size:13px;
font-weight:700;
letter-spacing:3px;
color:#0d5d39;
text-transform:uppercase;
margin-bottom:10px;
}
.research-header h2{
font-size:40px;
font-family:Georgia,serif;
line-height:.8;
font-weight:700;
color:#07211b;
}
.view-all{
text-decoration:none;
font-weight:600;
font-size:18px;
color:#0d5d39;
transition:.5s;
}
.view-all:hover{
letter-spacing:1px;
color:#f08d22;
}
.program-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}
.program-card{
background:white;
border-radius:10px;
overflow:hidden;
border:1px solid #e3dccb;
transition:.4s;
}
.program-card:hover{
transform:translateY(-12px);
box-shadow:0 20px 45px rgba(0,0,0,.12);
}
.program-image{
height:270px;
overflow:hidden;
}
.program-image img{
width:100%;
height:100%;
object-fit:cover;
transition:1s;
}
.program-card:hover img{
transform:scale(1.12);
}
.program-content{
padding:28px;
}

.program-number{
font-size:12px;
font-weight:700;
letter-spacing:2px;
color:#e58d25;
display:block;
margin-bottom:15px;
}
.program-content h3{
font-family:Georgia;
font-size:20px;
line-height:1.25;
margin-bottom:10px;
color:#071e18;
}
.program-content p{
font-size:1rem;
line-height:1.5;
color:#333;
}
@media(max-width:1200px){

.program-content h3{

font-size:28px;

}

.research-header h2{

font-size:50px;

}

}

@media(max-width:992px){

.program-grid{

grid-template-columns:repeat(2,1fr);

}

.research-header{

flex-direction:column;
align-items:flex-start;

}

}

@media(max-width:768px){

.research-header h2{

font-size:42px;

}

.program-grid{

grid-template-columns:1fr;

}

.program-image{

height:240px;

}

}

@media(max-width:480px){

.research-section{

padding:70px 0;

}

.research-header h2{

font-size:34px;

}

.program-content{

padding:22px;

}

.program-content h3{

font-size:26px;

}

.program-content p{

font-size:16px;

}
}
.program-card::before{

content:"";

position:absolute;

top:0;
left:0;

height:4px;
width:0;

background:#f39c12;

transition:.5s;

}

.program-card{

position:relative;

}

.program-card:hover::before{

width:100%;

}