/* ===================================
   HEROES HEADER
=================================== */

.heroes-banner{
position: relative;
    width: 100%;
    min-height: 455px;
    padding: 60px 0 120px;
    background: linear-gradient(rgb(127 14 14 / 35%), rgb(42 39 39 / 35%)), url(../images/hero-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.heroes-container{

    width:90%;

    max-width:1450px;

    margin:auto;

    position:relative;

}

.heroes-breadcrumb{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:14px;

    color:#666;

    margin-bottom:45px;

}

.heroes-breadcrumb a{

    color:#356b2b;

    text-decoration:none;

    font-weight:600;

}

.heroes-breadcrumb i{

    margin-right:5px;

}

.heroes-header{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:30px;

    text-align:center;

}

.heroes-header h1{
    font-family:'Bebas Neue',sans-serif;
    font-size:68px;
    color:#ffffff;
    letter-spacing:3px;
    margin-bottom:12px;
    text-shadow:
        0 3px 8px rgba(0,0,0,.65),
        0 8px 20px rgba(0,0,0,.55);
}

.heroes-header p{

  font-size: 21px;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgb(13 11 11 / 65%), 1px 1px 0px rgb(0 0 0);

}

.leaf-line{

    width:140px;

    height:2px;

    background:#8bb84b;

    position:relative;

}

.leaf-line::before{

    content:"❋";

    position:absolute;

    top:-12px;

    left:50%;

    transform:translateX(-50%);

    color:#7BAF41;

    font-size:22px;

}

.hall-btn{

    position:absolute;

    right:0;

    top:10px;

    background:#2b5d23;

    color:#fff;

    text-decoration:none;

    padding:14px 24px;

    border-radius:8px;

    font-weight:600;

    transition:.3s;

}

/* ===================================
        HERO QUOTE
=================================== */

.hero-quote-section{

    background:linear-gradient(135deg, #184a27, #0d2818);
    padding:75px 20px;
    position:relative;
    overflow:hidden;
}

.hero-quote-section::before{

    content:"❝";
    position:absolute;
    top:-20px;
    left:60px;
    font-size:180px;
    color:rgba(255,255,255,.05);
    font-family:serif;
}

.hero-quote-section::after{

    content:"❞";
    position:absolute;
    right:60px;
    bottom:-70px;
    font-size:180px;
    color:rgba(255,255,255,.05);
    font-family:serif;
}

.hero-quote-container{

    max-width:950px;
    margin:auto;
    text-align:center;
    position:relative;
    z-index:2;
}

.quote-icon{

    width:90px;
    height:90px;
    margin:0 auto 30px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    display:flex;
    justify-content:center;
    align-items:center;
    border:2px solid rgba(255,255,255,.15);
}

.quote-icon i{

    font-size:36px;
    color:#FFD54F;
}

.hero-quote-container blockquote{

    font-size:42px;
    line-height:1.6;
    color:#fff;
    font-style:italic;
    font-family:"Cormorant Garamond",serif;
    font-weight:600;
    margin:0;
}

.quote-author{

    margin-top:30px;
    color:#b8e986;
    font-size:18px;
    letter-spacing:2px;
    text-transform:uppercase;
    font-weight:700;
}

@media(max-width:768px){

.hero-quote-container blockquote{

    font-size:28px;
}

.quote-icon{

    width:70px;
    height:70px;
}

.quote-icon i{

    font-size:28px;
}

.hero-quote-section{

    padding:60px 20px;
}

}

.hall-btn:hover{

    background:#3f7b31;

    transform:translateY(-3px);

}

.hall-btn i{

    margin-right:8px;

}


/* =======================================
        HERO CARDS - PART 1
======================================= */

.heroes-section{
    position: relative;

    margin-top: -30px;
    padding: 0 0 80px;

    background:
        linear-gradient(
            rgba(255,255,255,.35),
            rgba(255,255,255,.35)
        ),
        url("../images/hero-bg.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;   /* optional */
}

.heroes-grid{
    width:90%;
    max-width:1450px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
    align-items:start;
}

/* ==========================
        CARD
========================== */

.hero-card{
    position:relative;
    background:rgba(255,255,255,.94);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    border-radius:18px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.45);

    box-shadow:0 20px 40px rgba(0,0,0,.18);
    transition:.35s ease;
    width:100%;
    margin-top:10%;
}

.hero-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 45px rgba(0,0,0,.14);
}

/* ==========================
        BADGE
========================== */

.hero-badge{
    position:absolute;
    top:20px;
    left:25px;
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;
    z-index:5;
}

.hero-badge i{
    font-size:15px;
}

.hero-badge.forest{
    background:#2f6d34;
}

.hero-badge.community{
    background:#0c728e;
}

/* ==========================
        TOP AREA
========================== */

.hero-top{
    display:grid;
    grid-template-columns:170px minmax(220px,1fr) 220px;
    gap:20px;
    padding:85px 25px 25px;
    align-items:start;
}

/* ==========================
        IMAGE
========================== */

.hero-image{
    display:flex;
    justify-content:center;
}

.hero-image img{
    width:170px;
    height:170px;
    object-fit:cover;
    border-radius:14px;
    border:5px solid #fff;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

/* ==========================
        HERO INFO
========================== */

.hero-info{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.hero-info h2{
    margin:0;
    font-size:34px;
    font-weight:700;
    color:#214d20;
    line-height:1.2;
}

.hero-info .designation{
    margin:12px 0 6px;
    font-size:19px;
    color:#444;
    font-weight:600;
}

.hero-info .range{
    margin:0;
    font-size:17px;
    color:#7aa63d;
    font-weight:600;
}

/* ==========================
        QUOTE
========================== */

.hero-quote{
    margin-top: 20px;
    text-align: center;
    padding: 20px;
}

.hero-quote i{
    font-size: 28px;
    color: #2e7d32;
    margin-bottom: 10px;
    display: block;
}

.hero-quote p{
    font-size: 22px;
    line-height: 1.7;
    font-style: italic;
    font-weight: 600;
    color: #1f3d1f;
    font-family: "Cormorant Garamond", serif;
}
/* =======================================
        HERO CARDS - PART 2
        META • ACHIEVEMENTS • BUTTON
======================================= */

/* ==========================
        META SECTION
========================== */

.hero-meta{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    padding:0 30px 28px;
}

.meta-box{
    display:flex;
    align-items:center;
    gap:15px;
    background:#f8faf8;
    border:1px solid #e7ece7;
    border-radius:12px;
    padding:18px;
    transition:.3s;
}

.meta-box:hover{
    background:#eef7ea;
    border-color:#7fae48;
    transform:translateY(-4px);
}

.meta-box i{
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#2f6d34;
    color:#fff;
    border-radius:50%;
    font-size:20px;
}

.community-card .meta-box i{
    background:#0c728e;
}

.meta-box small{
    display:block;
    color:#777;
    font-size:12px;
    margin-bottom:4px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.meta-box h5{
    margin:0;
    font-size:17px;
    color:#214d20;
    font-weight:700;
}

/* ==========================
    ACHIEVEMENT SECTION
========================== */

.achievement-section{
    padding:0 30px 30px;
}

.achievement-section h4{
    margin:5px 0 18px;
    text-align:center;
    color:#214d20;
    font-size:18px;
    letter-spacing:1px;
    text-transform:uppercase;
    position:relative;
}

.achievement-section h4::after{
    content:"";
    width:80px;
    height:3px;
    background:#79aa3d;
    display:block;
    margin:10px auto 0;
    border-radius:30px;
}

.achievement-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    border:1px solid #e8e8e8;
    border-radius:12px;
    overflow:hidden;
}

.achievement-item{
    padding:25px 12px;
    text-align:center;
    background:#fff;
    border-right:1px solid #ececec;
    transition:.3s;
}

.achievement-item:last-child{
    border-right:none;
}

.achievement-item:hover{
    background:#f4f9f2;
}

.community-card .achievement-item:hover{
    background:#eef8fb;
}

.achievement-item i{
    font-size:28px;
    color:#2f6d34;
    margin-bottom:14px;
}

.community-card .achievement-item i{
    color:#0c728e;
}

.achievement-item strong{
    display:block;
    font-size:26px;
    color:#214d20;
    margin-bottom:8px;
    font-weight:700;
}

.achievement-item span{
    display:block;
    font-size:13px;
    color:#666;
    line-height:1.5;
}

/* ==========================
        BUTTON
========================== */

.hero-footer{
    padding:0 30px 35px;
    display:flex;
    justify-content:center;
}

.read-story-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:15px 34px;
    border-radius:50px;
    text-decoration:none;
    background:#2f6d34;
    color:#fff;
    font-size:15px;
    font-weight:700;
    transition:.35s;
    box-shadow:0 10px 20px rgba(47,109,52,.25);
}

.community-card .read-story-btn{
    background:#0c728e;
    box-shadow:0 10px 20px rgba(12,114,142,.25);
}

.read-story-btn:hover{
    transform:translateY(-4px);
    letter-spacing:.4px;
}

.read-story-btn i{
    transition:.3s;
}

.read-story-btn:hover i{
    transform:translateX(6px);
}

/* =======================================
        HERO CARDS - PART 3
        RESPONSIVE
======================================= */

/* ==========================
        Large Tablet
========================== */

@media (max-width:1200px){

    .heroes-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .hero-card{
        max-width:950px;
        margin:auto;
    }

}

/* ==========================
        Tablet
========================== */

@media (max-width:992px){

    .hero-top{

        grid-template-columns:1fr;

        text-align:center;

        padding:85px 25px 30px;

    }

    .hero-image{
        justify-content:center;
    }

    .hero-info{
        align-items:center;
    }

    .hero-meta{

        grid-template-columns:1fr;

    }

    .achievement-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .achievement-item{

        border-right:none;

        border-bottom:1px solid #ececec;

    }

    .achievement-item:nth-child(odd){

        border-right:1px solid #ececec;

    }

    .achievement-item:last-child{

        grid-column:1 / -1;

        border-bottom:none;

    }

}

/* ==========================
        Mobile
========================== */

@media (max-width:768px){

    .heroes-header h1{

        font-size:42px;

    }

    .heroes-header{

        flex-direction:column;

        gap:20px;

    }

    .leaf-line{

        width:80px;

    }

    .hall-btn{

        position:relative;

        display:inline-block;

        margin:30px auto 0;

        right:auto;

        top:auto;

    }

    .hero-image img{

        width:150px;

        height:150px;

    }

    .hero-info h2{

        font-size:28px;

    }

    .hero-info .designation{

        font-size:17px;

    }

    .hero-info .range{

        font-size:15px;

    }

    .hero-quote{

        min-height:auto;

    }

}

/* ==========================
        Small Mobile
========================== */
@media (max-width:576px){

    /* Card */

    .heroes-container,
    .heroes-grid{
        width:95%;
    }

    .hero-card{
        border-radius:18px;
        margin-top:25px;
    }

    /* Badge */

    .hero-badge{
        top:18px;
        left:18px;
        font-size:11px;
        padding:8px 18px;
    }

    /* -----------------------
       TOP AREA
    ----------------------- */

    .hero-top{

        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;

        padding:75px 18px 15px;

        gap:15px;
    }

    /* Photo */

    .hero-image img{

        width:120px;
        height:120px;

        border-width:4px;
    }

    /* Hero Info */

    .hero-info{

        align-items:center;
        text-align:center;
    }

    .hero-info h2{

        font-size:32px;
        margin-bottom:8px;
    }

    .hero-info .designation{

        font-size:18px;
        margin:0;
    }

    .hero-info .range{

        font-size:17px;
        margin-top:5px;
    }

    /* Quote */

    .hero-quote{

        margin-top:5px;
        padding:0;
        width:100%;
    }

    .hero-quote i{

        font-size:26px;
        margin-bottom:10px;
    }

    .hero-quote p{

        font-size:20px;
        line-height:1.6;

        max-width:320px;

        margin:auto;
    }

    /* -----------------------
       META
    ----------------------- */

    .hero-meta{

        display:grid;

        grid-template-columns:repeat(2,1fr);

        gap:12px;

        padding:20px;
    }

    .meta-box{

        flex-direction:column;

        text-align:center;

        gap:12px;

        padding:18px 10px;
    }

    .meta-box:last-child{

        grid-column:1 / -1;
    }

    .meta-box i{

        width:48px;
        height:48px;

        font-size:18px;
    }

    .meta-box h5{

        font-size:18px;
    }

    /* -----------------------
       IMPACT
    ----------------------- */

    .achievement-section{

        padding:0 20px 20px;
    }

    .achievement-grid{

        grid-template-columns:repeat(2,1fr);

        border-radius:14px;
    }

    .achievement-item{

        border-right:1px solid #ececec !important;

        border-bottom:1px solid #ececec;

        padding:22px 10px;
    }

    .achievement-item:nth-child(even){

        border-right:none !important;
    }

    .achievement-item:last-child{

        grid-column:1 / -1;

        border-bottom:none;
        border-right:none !important;
    }

    .achievement-item strong{

        font-size:26px;
    }

    .achievement-item span{

        font-size:14px;
    }

    /* Button */

    .hero-footer{

        padding:0 20px 25px;
    }

    .read-story-btn{

        width:100%;

        justify-content:center;
    }

}

/* ===================================
        GALLERY SECTION
===================================*/

.gallery-section{

    padding:70px 0;

}

.gallery-grid{

    width:90%;
    max-width:1450px;
    margin:auto;

    display:grid;
    grid-template-columns:1fr 1.6fr 1.4fr;
    gap:22px;

}

.gallery-card{

    background:#fff;

    border:1px solid #e5e5e5;

    border-radius:14px;

    padding:18px;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.gallery-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:15px;

}

.gallery-header h4{

    font-size:15px;

    color:#214d20;

    font-weight:700;

}

.gallery-header h4 i{

    color:#5d9b35;

    margin-right:8px;

}

.gallery-header a{

    color:#555;

    text-decoration:none;

    font-size:13px;

    font-weight:600;

}

.intro-content{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

}

.intro-content h4{

    color:#214d20;

    margin-bottom:15px;

    font-size:16px;

}

.intro-content h4 i{

    color:#5d9b35;

    margin-right:8px;

}

.intro-content p{

    font-size:14px;

    line-height:1.8;

    color:#555;

}

.intro-content img{

    width:95px;

}

/* Photo */

.photo-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:12px;

}

.photo-grid img{

    width:100%;

    height:110px;

    object-fit:cover;

    border-radius:8px;

}

.gallery-dots{

    margin-top:15px;

    display:flex;

    justify-content:center;

    gap:8px;

}

.gallery-dots span{

    width:8px;

    height:8px;

    border-radius:50%;

    background:#cfcfcf;

}

.gallery-dots .active{

    background:#5b9c3c;

}

/* Videos */

.video-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:15px;

}

.video-item{

    position:relative;

}

.video-item img{

    width:100%;

    height:120px;

    object-fit:cover;

    border-radius:8px;

}

.play-btn{

    position:absolute;

    top:40px;

    left:50%;

    transform:translateX(-50%);

    width:46px;

    height:46px;

    background:rgba(0,0,0,.65);

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

}

.duration{

    position:absolute;

    right:8px;

    bottom:42px;

    background:rgba(0,0,0,.75);

    color:#fff;

    padding:3px 8px;

    font-size:11px;

    border-radius:5px;

}

.video-item h5{

    margin-top:10px;

    font-size:13px;

    line-height:1.5;

    color:#333;

}

/* Responsive */

@media(max-width:1100px){

.gallery-grid{

grid-template-columns:1fr;

}

.photo-grid{

grid-template-columns:repeat(2,1fr);

}

.video-grid{

grid-template-columns:1fr;

}

}


/* ===================================
      NOMINATE HERO SECTION
===================================*/

.nominate-section{

    padding:0 0 70px;

}

.nominate-container{

    width:90%;
    max-width:1450px;
    margin:auto;

    background:#f4f5ea;

    border:1px solid #e2e2d5;

    border-radius:12px;

    padding:22px 28px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:30px;

}

/* LEFT */

.nominate-left{

    display:flex;

    align-items:center;

    gap:20px;

}

.nominate-icon{

    width:72px;

    height:72px;

    border-radius:50%;

    background:#3d6f2b;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    flex-shrink:0;

}

.nominate-icon i{

    font-size:34px;

}

.nominate-text h3{

    margin:0 0 6px;

    color:#214d20;

    font-size:24px;

    font-weight:700;

}

.nominate-text p{

    margin:0;

    color:#666;

    font-size:15px;

    line-height:1.7;

}

/* RIGHT */

.nominate-actions{

    display:flex;

    gap:14px;

}

.nominate-btn,
.share-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:14px 22px;

    border-radius:8px;

    text-decoration:none;

    font-size:15px;

    font-weight:600;

    transition:.3s;

}

.nominate-btn{

    background:#fff;

    color:#2d5e23;

    border:1px solid #cfd6c8;

}

.nominate-btn:hover{

    background:#eef6ea;

    transform:translateY(-2px);

}

.share-btn{

    background:#58792b;

    color:#fff;

}

.share-btn:hover{

    background:#446320;

    transform:translateY(-2px);

}

.nominate-btn i,
.share-btn i{

    font-size:16px;

}

/* ==========================
        Responsive
========================== */

@media(max-width:992px){

.nominate-container{

flex-direction:column;

align-items:flex-start;

}

.nominate-actions{

width:100%;

}

.nominate-btn,
.share-btn{

flex:1;

justify-content:center;

}

}

@media(max-width:576px){

.nominate-left{

flex-direction:column;

text-align:center;

}

.nominate-actions{

flex-direction:column;

width:100%;

}

}

.hero-subtitle{
    max-width: 700px;
    margin: 18px auto 0;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
    text-align: center;
    font-weight: 400;
}

.forest-hero-ending{
    background:#1f5f2c;
    color:#fff;
    text-align:center;
    padding:70px 20px;
    margin-top:60px;
    border-radius:18px;
}

.ending-content{
    max-width:800px;
    margin:auto;
}

.forest-hero-ending h2{
    font-size:38px;
    margin-bottom:20px;
}

.forest-hero-ending p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.ending-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.join-btn,
.forest-hero-ending .nominate-btn{
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.join-btn{
    background:#FFD54F;
    color:#1f5f2c;
}

.forest-hero-ending .nominate-btn{
    background:#fff;
    color:#1f5f2c;
}

.join-btn:hover,
.forest-hero-ending .nominate-btn:hover{
    transform:translateY(-3px);
}

.statistics-ticker{
    background:linear-gradient(135deg, #184a27, #0d2818);
    padding:35px 20px;
    margin:60px 0;
}

.ticker-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
    gap:25px;
}

.ticker-item{
    text-align:center;
    color:#fff;
}

.ticker-item h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:8px;
}

.ticker-item p{
    font-size:17px;
    letter-spacing:1px;
    text-transform:uppercase;
}

.social-share{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.social-share span{
    font-weight:600;
    color:#fff;
}

.social-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:#1f5f2c;
    text-decoration:none;
    transition:.3s;
}

.social-icon:hover{
    transform:translateY(-3px);
    background:#FFD54F;
}

/* =====================================
   STUDENT & CITIZEN CORNER
===================================== */

.citizen-corner{
    padding:80px 20px;
    background:#f7faf5;
}

.corner-container{
    max-width:1200px;
    margin:0 auto;
}

.corner-heading{
    text-align:center;
    margin-bottom:50px;
}

.corner-heading h2{
    font-size:38px;
    font-weight:700;
    color:#1f4d2e;
    margin-bottom:15px;
}

.corner-heading p{
    max-width:700px;
    margin:0 auto;
    font-size:18px;
    line-height:1.8;
    color:#666;
}

.corner-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
}

.corner-card{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.corner-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.12);
}

.corner-card i{
    width:75px;
    height:75px;
    line-height:75px;
    font-size:30px;
    color:#fff;
    background:#2e7d32;
    border-radius:50%;
    margin-bottom:20px;
}

.corner-card h4{
    font-size:22px;
    color:#1f4d2e;
    margin-bottom:15px;
}

.corner-card p{
    font-size:16px;
    color:#666;
    line-height:1.7;
    margin-bottom:25px;
}

.corner-card a{
    display:inline-block;
    padding:10px 24px;
    background:#2e7d32;
    color:#fff;
    text-decoration:none;
    border-radius:30px;
    font-weight:600;
    transition:.3s;
}

.corner-card a:hover{
    background:#1b5e20;
}

/* Responsive */

@media (max-width:768px){

    .citizen-corner{
        padding:60px 15px;
    }

    .corner-heading h2{
        font-size:30px;
    }

    .corner-heading p{
        font-size:16px;
    }

}

/*====================================
        MEDIA KIT
=====================================*/

.media-kit-section{
    padding:0px 20px;
    background:#ffffff;
}

.media-kit-container{
    max-width:1200px;
    margin:auto;
}

.media-kit-header{
    text-align:center;
    margin-bottom:50px;
}

.media-kit-header h2{
    color: #215728;
    font-size: 48px;
    font-weight: 700;
}

.media-kit-header p{
    max-width:700px;
    margin:auto;
    font-size:18px;
    color:#666;
    line-height:1.8;
}

.media-kit-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

.media-card{
    background:#fff;
    border-radius:18px;
    padding:25px 4px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.media-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 35px rgba(0,0,0,.15);
}

.media-card i{
    font-size:15px;
    color:#fafefa;
    margin-bottom:20px;
}

.media-card h4{
    font-size:22px;
    margin-bottom:15px;
    color:#1f4d2e;
}

.media-card p{
    color:#666;
    line-height:1.7;
    margin-bottom:25px;
}

.media-btn{
    display:inline-block;
    padding:12px 24px;
    background:#2e7d32;
    color:#fff;
    text-decoration:none;
    border-radius:30px;
    font-weight:600;
    transition:.3s;
}

.media-btn:hover{
    background:#1b5e20;
}

@media(max-width:768px){

    .media-kit-header h2{
        font-size:30px;
    }

    .media-kit-header p{
        font-size:16px;
    }

}

@media (max-width:1200px){

    .media-kit-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media (max-width:768px){

    .media-kit-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width:480px){

    .media-kit-grid{
        grid-template-columns:1fr;
    }

}

/*==========================================================
                NOMINATE HERO SECTION
==========================================================*/

.nominate-hero-section{
    position: relative;
    width: 90%;
    max-width: 1450px;
    margin: 20px auto;
    padding: 44px 70px;
    overflow: hidden;
    background: radial-gradient(circle at top, #e4f3c9 0%, #faf8ee 100%);
    border: 1px solid #ebe7d8;
    border-radius: 24px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .08);
}

/* decorative images */

.leaf-top-left{
    position:absolute;
    top:0;
    left:0;
    width:230px;
    pointer-events:none;
    user-select:none;
    opacity:.95;
}

.leaf-bottom-right{
    position:absolute;
    right:0;
    bottom:0;
    width:230px;
    pointer-events:none;
    user-select:none;
    opacity:.95;
}

/* wrapper */

.nominate-wrapper{
    position:relative;
    z-index:2;
    text-align:center;
}

/* icon */

.nominate-small-icon{

    width:55px;
    height:55px;

    margin:auto;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;

    background:#edf8ea;

    color:#2e7d32;

    font-size:22px;

    margin-bottom:18px;

}

/* heading */

.nominate-wrapper h2{

    margin:0;

    color:#215728;

    font-size:48px;

    font-weight:700;

}

/* divider */

.heading-divider{

    width:95px;
    height:4px;

    margin:20px auto 28px;

    background:#7cb342;

    border-radius:30px;

    position:relative;

}

.heading-divider::before{

    content:"";

    width:10px;
    height:10px;

    border-radius:50%;

    background:#2e7d32;

    position:absolute;

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

}

/* subtitle */

.nominate-wrapper h4{

    margin:0;

    color:#233b23;

    font-size:30px;

    font-weight:700;

}

/* description */

.nominate-description{

    max-width:760px;

    margin:18px auto 60px;

    color:#666;

    font-size:18px;

    line-height:1.9;

}

/* cards */

.nominate-cards{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:40px;

}

/*==========================================================
                NOMINATE CARDS
==========================================================*/

.nominate-card{

    position:relative;

    border-radius:22px;

    padding:50px 42px;

    text-align:left;

    overflow:hidden;

    transition:.35s ease;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.nominate-card:hover{

    transform:translateY(-8px);

    box-shadow:0 22px 45px rgba(0,0,0,.15);

}

.self-card{

    background:linear-gradient(135deg,#f5fff1,#edf9e7);

}

.other-card{

    background:linear-gradient(135deg,#f4faff,#eaf5ff);

}


/*=========================
        ICON
=========================*/

.card-icon{

    width:92px;

    height:92px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:30px;

    color:#fff;

    font-size:34px;

}

.card-icon.green{

    background:#2f7d32;

}

.card-icon.blue{

    background:#1f6db4;

}


/*=========================
        TITLE
=========================*/

.nominate-card h3{

    margin:0 0 20px;

    font-size:32px;

    color:#214d20;

    font-weight:700;

}

.other-card h3{

    color:#1d4f84;

}


/*=========================
        TEXT
=========================*/

.nominate-card p{

    color:#555;

    font-size:17px;

    line-height:1.9;

    margin-bottom:35px;

}


/*=========================
        BUTTON
=========================*/

.nominate-main-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:16px 32px;

    border-radius:50px;

    text-decoration:none;

    background:#2f7d32;

    color:#fff;

    font-weight:600;

    transition:.35s;

}

.blue-btn{

    background:#1f6db4;

}

.nominate-main-btn:hover{

    transform:translateY(-3px);

    color:#fff;

}

.nominate-main-btn i{

    transition:.3s;

}

.nominate-main-btn:hover i{

    transform:translateX(5px);

}


/*==========================================================
                RESPONSIVE
==========================================================*/

@media(max-width:992px){

    .nominate-hero-section{

        padding:70px 35px;

    }

    .nominate-cards{

        grid-template-columns:1fr;

    }

}

@media(max-width:768px){

    .nominate-hero-section{

        width:95%;

        padding:60px 22px;

    }

    .leaf-top-left,
    .leaf-bottom-right{

        width:130px;

    }

    .nominate-wrapper h2{

        font-size:36px;

    }

    .nominate-wrapper h4{

        font-size:24px;

    }

    .nominate-description{

        font-size:16px;

    }

    .nominate-card{

        padding:35px 25px;

    }

    .card-icon{

        width:75px;

        height:75px;

        font-size:28px;

    }

    .nominate-card h3{

        font-size:26px;

    }

}

/*==========================================================
            PART 4 - FINAL POLISH
==========================================================*/

/* Floating glow */

.nominate-hero-section::before{

    content:"";

    position:absolute;

    width:420px;
    height:420px;

    border-radius:50%;

    background:rgba(255,255,255,.45);

    top:-220px;
    right:-150px;

    filter:blur(70px);

    z-index:0;

}

.nominate-hero-section::after{

    content:"";

    position:absolute;

    width:350px;
    height:350px;

    border-radius:50%;

    background:rgba(255,255,255,.28);

    left:-140px;
    bottom:-160px;

    filter:blur(80px);

    z-index:0;

}

/* Section hover */

.nominate-hero-section{

    transition:.35s;

}

.nominate-hero-section:hover{

    box-shadow:
        0 22px 55px rgba(0,0,0,.12);

}

/* Decorative leaves */

.leaf-top-left{

    top:-18px;
    left:-18px;

    width:255px;

    opacity:.95;

}

.leaf-bottom-right{

    right:-18px;
    bottom:-18px;

    width:255px;

    opacity:.95;

}

/* Small icon */

.nominate-small-icon{

    width:70px;
    height:70px;

    margin-bottom:25px;

    background:#eef8ea;

    border:1px solid #d8ead0;

    box-shadow:0 10px 25px rgba(46,125,50,.10);

}

.nominate-small-icon i{

    font-size:28px;

}

/* Heading */

.nominate-wrapper h2{

    letter-spacing:.5px;

    line-height:1.15;

}

.nominate-wrapper h4{

    margin-top:10px;

    margin-bottom:0;

}

.nominate-description{

    margin-top:20px;

    margin-bottom:65px;

}

/* Cards */

.nominate-card{

    border:1px solid rgba(255,255,255,.85);

}

.self-card{

    background:
        linear-gradient(180deg,#fbfff8 0%,#eef9ea 100%);

}

.other-card{

    background:
        linear-gradient(180deg,#fbfdff 0%,#eef6ff 100%);

}

/* Icon animation */

.card-icon{

    transition:.35s;

}

.nominate-card:hover .card-icon{

    transform:scale(1.08) rotate(-6deg);

}

/* Button */

.nominate-main-btn{

    box-shadow:
        0 12px 28px rgba(47,125,50,.18);

}

.blue-btn{

    box-shadow:
        0 12px 28px rgba(31,109,180,.20);

}

.nominate-main-btn:hover{

    transform:translateY(-4px);

}

.nominate-main-btn:hover i{

    transform:translateX(6px);

}

/* Better spacing */

.nominate-card p{

    min-height:180px;

}

/* Desktop */

@media(min-width:1200px){

    .nominate-card{

        padding:55px 45px;

    }

}

/*==========================================================
                    MEDIA KIT SECTION
==========================================================*/

.media-kit-section{

    position:relative;

    width:90%;

    max-width:1450px;

    margin:90px auto;

    padding:25px 70px;

    overflow:hidden;

    border-radius:28px;

    background:
        radial-gradient(circle at top,#fffef9 0%,#f6f5e9 100%);

    border:1px solid #ece7d7;

    box-shadow:
        0 18px 45px rgba(0,0,0,.08);

}


/*==================================
        Decorative Leaves
==================================*/

.media-leaf-top{

    position:absolute;

    top:-15px;

    left:-15px;

    width:250px;

    pointer-events:none;

    user-select:none;

    opacity:.95;

}

.media-leaf-bottom{

    position:absolute;

    right:-15px;

    bottom:-15px;

    width:250px;

    pointer-events:none;

    user-select:none;

    opacity:.95;

}


/*==================================
        Wrapper
==================================*/

.media-kit-wrapper{

    position:relative;

    z-index:2;

    text-align:center;

}


/*==================================
        Download Icon
==================================*/

.media-icon{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#edf8ea;

    border:1px solid #dcead6;

    box-shadow:
        0 10px 25px rgba(46,125,50,.10);

    margin-bottom:28px;

}

.media-icon i{

    font-size:42px;

    color:#2f7d32;

}


/*==================================
        Heading
==================================*/

.media-kit-wrapper h2{

    margin:0;

    font-size:72px;

    font-weight:700;

    color:#215728;

    letter-spacing:3px;

    font-family:"Bebas Neue",sans-serif;

}


/*==================================
        Divider
==================================*/

.media-divider{

    width:220px;

    height:2px;

    margin:22px auto 32px;

    background:#d8d5c5;

    position:relative;

}

.media-divider::before{

    content:"";

    width:20px;

    height:20px;

    border-radius:50%;

    background:#fff;

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

}

.media-divider::after{

    content:"🌿";

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-55%);

    font-size:18px;

}


/*==================================
        Description
==================================*/

.media-description{

    max-width:760px;

    margin:0 auto 15px;

    color:#555;

    font-size:22px;

    line-height:1.8;

}


/*==================================
        Floating Light
==================================*/

.media-kit-section::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:rgba(255,255,255,.45);

    right:-180px;

    top:-180px;

    filter:blur(80px);

}

.media-kit-section::after{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(255,255,255,.35);

    left:-160px;

    bottom:-170px;

    filter:blur(80px);

}

/*==========================================================
                RESOURCE CARD
==========================================================*/

.media-resource-card{

    background:#ffffff;

    border-radius:26px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    border:1px solid #ececec;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    overflow:hidden;

    margin-bottom:55px;

}

.media-resource{

    padding:48px 30px;

    text-align:center;

    position:relative;

}

.media-resource:not(:last-child){

    border-right:1px dashed #d8d8d8;

}


/*=============================
            ICON
=============================*/

.resource-icon{

    width:85px;

    height:85px;

    border-radius:50%;

    margin:0 auto 22px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#eef7e6;

}

.resource-icon i{

    font-size:34px;

    color:#2f7d32;

}


/*=============================
            TITLE
=============================*/

.media-resource h4{

    margin:0 0 18px;

    font-size:30px;

    color:#215728;

    font-weight:700;

}


/*=============================
            TEXT
=============================*/

.media-resource p{

    margin:0;

    color:#666;

    line-height:1.8;

    font-size:17px;

}


/*=============================
        Hover
=============================*/

.media-resource{

    transition:.35s;

}

.media-resource:hover{

    background:#fbfff8;

}

.media-resource:hover .resource-icon{

    transform:scale(1.08);

}

.resource-icon{

    transition:.35s;

}


/*==========================================================
            DOWNLOAD BUTTON
==========================================================*/

.media-download-area{

    display:flex;

    justify-content:center;

    margin-bottom:40px;

}

.download-media-btn{

    width:760px;

    max-width:100%;

    background:linear-gradient(135deg,#236726,#2f7d32);

    border-radius:24px;

    padding:28px 35px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    text-decoration:none;

    color:#fff;

    box-shadow:0 18px 40px rgba(46,125,50,.28);

    transition:.35s;

}

.download-media-btn:hover{

    transform:translateY(-5px);

    color:#fff;

}


/* Left Icon */

.download-left{

    width:80px;

    text-align:center;

}

.download-left i{

    font-size:44px;

}


/* Center */

.download-center{

    flex:1;

    padding:0 35px;

}

.download-center strong{

    display:block;

    font-size:36px;

    font-weight:700;

}

.download-center small{

    display:block;

    margin-top:8px;

    font-size:18px;

    opacity:.95;

}


/* Right */

.download-right{

    width:90px;

    text-align:center;

    border-left:1px solid rgba(255,255,255,.25);

}

.download-right i{

    font-size:34px;

}


/*==========================================================
                FOOTER NOTE
==========================================================*/

.media-footer-note{

    max-width:900px;

    margin:auto;

    background:#f8faef;

    border:1px solid #dce7cf;

    border-radius:18px;

    padding:22px 30px;

    display:flex;

    align-items:center;

    gap:18px;

    text-align:left;

}

.media-footer-note i{

    width:55px;

    height:55px;

    border-radius:50%;

    background:#edf7ea;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#2f7d32;

    font-size:24px;

    flex-shrink:0;

}

.media-footer-note span{

    color:#4f4f4f;

    font-size:18px;

    line-height:1.8;

}

/*==========================================================
                PART 4 - FINAL POLISH
==========================================================*/

/*------------------------------
    Hover Effects
------------------------------*/

.media-kit-section{
    transition:.35s ease;
}

.media-kit-section:hover{
    box-shadow:0 28px 60px rgba(0,0,0,.12);
}

/* Resource Card Hover */

.media-resource{
    transition:all .35s ease;
}

.media-resource:hover{
    transform:translateY(-8px);
}

.media-resource:hover .resource-icon{
    transform:scale(1.12) rotate(-8deg);
    background:#2f7d32;
}

.media-resource:hover .resource-icon i{
    color:#fff;
}

.resource-icon,
.resource-icon i{
    transition:.35s ease;
}

/* Download Button */

.download-media-btn{
    overflow:hidden;
    position:relative;
}

.download-media-btn::before{

    content:"";

    position:absolute;

    left:-120%;

    top:0;

    width:100%;

    height:100%;

    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.25),
        transparent
    );

    transition:.8s;
}

.download-media-btn:hover::before{

    left:120%;

}

.download-media-btn:hover{

    transform:translateY(-6px);

    box-shadow:0 25px 55px rgba(46,125,50,.35);

}

/* Footer */

.media-footer-note{

    transition:.35s;

}

.media-footer-note:hover{

    background:#f2f8eb;

}

/* Decorative Leaves */

.media-leaf-top{

    animation:leafFloatTop 7s ease-in-out infinite;

}

.media-leaf-bottom{

    animation:leafFloatBottom 8s ease-in-out infinite;

}

@keyframes leafFloatTop{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(8px);
    }

    100%{
        transform:translateY(0);
    }

}

@keyframes leafFloatBottom{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-8px);
    }

    100%{
        transform:translateY(0);
    }

}

/*==========================================================
                RESPONSIVE
==========================================================*/

@media(max-width:1200px){

    .media-resource-card{

        grid-template-columns:repeat(2,1fr);

    }

    .media-resource:nth-child(2){

        border-right:none;

    }

    .media-resource{

        border-bottom:1px dashed #d8d8d8;

    }

    .media-resource:nth-last-child(-n+2){

        border-bottom:none;

    }

}

@media(max-width:992px){

    .media-kit-section{

        padding:70px 35px;

    }

    .media-kit-wrapper h2{

        font-size:56px;

    }

    .media-description{

        font-size:19px;

    }

    .download-center strong{

        font-size:28px;

    }

    .download-center small{

        font-size:16px;

    }

}

@media(max-width:768px){

    .media-kit-section{

        width:95%;

        padding:55px 22px;

    }

    .media-leaf-top,
    .media-leaf-bottom{

        width:130px;

    }

    .media-kit-wrapper h2{

        font-size:42px;

        letter-spacing:1px;

    }

    .media-description{

        font-size:17px;

        margin-bottom:45px;

    }

    .media-resource-card{

        grid-template-columns:1fr;

    }

    .media-resource{

        border-right:none !important;

        border-bottom:1px dashed #d8d8d8;

    }

    .media-resource:last-child{

        border-bottom:none;

    }

    .media-resource h4{

        font-size:24px;

    }

    .media-resource p{

        font-size:16px;

    }

    .download-media-btn{

        flex-direction:column;

        text-align:center;

        gap:20px;

        padding:28px;

    }

    .download-left,
    .download-right{

        width:auto;

        border:none;

    }

    .download-center{

        padding:0;

    }

    .download-center strong{

        font-size:24px;

    }

    .download-center small{

        font-size:15px;

    }

    .media-footer-note{

        flex-direction:column;

        text-align:center;

        padding:25px 20px;

    }

}

@media(max-width:480px){

    .media-kit-wrapper h2{

        font-size:34px;

    }

    .media-icon{

        width:70px;

        height:70px;

    }

    .media-icon i{

        font-size:32px;

    }

    .resource-icon{

        width:70px;

        height:70px;

    }

    .resource-icon i{

        font-size:28px;

    }

    .download-center strong{

        font-size:20px;

    }

    .download-center small{

        font-size:14px;

    }

    .media-footer-note span{

        font-size:15px;

    }

}

/* =====================================
    NOMINATE HERO CTA
===================================== */

.nominate-cta-section{

    padding:60px 20px;

    background:#ffffff;

}


.nominate-cta-container{

    max-width:1450px;

    margin:auto;

    background:#f5f7e9;

    border:1px solid #e1e6d2;

    border-radius:18px;

    padding:28px 35px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:30px;

}



/* LEFT */

.nominate-cta-left{

    display:flex;

    align-items:center;

    gap:25px;

}


.nominate-cta-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:#3b7830;

    display:flex;

    align-items:center;

    justify-content:center;

    color:white;

}


.nominate-cta-icon i{

    font-size:40px;

}


.nominate-cta-text h3{

    margin:0 0 10px;

    color:#174d22;

    font-size:30px;

    font-weight:700;

}


.nominate-cta-text p{

    margin:0;

    color:#52627a;

    font-size:18px;

}





/* RIGHT */

.nominate-cta-right{

    display:flex;

    align-items:center;

    gap:25px;

}


.nominate-cta-btn{

    display:flex;

    align-items:center;

    gap:12px;

    padding:18px 35px;

    background:#ffffff;

    border:1px solid #d4dcc8;

    border-radius:8px;

    color:#215728;

    font-weight:700;

    text-decoration:none;

    font-size:17px;

    transition:.3s;

}


.nominate-cta-btn:hover{

    background: #05411a;
    transform: translateY(-3px);
    color: antiquewhite;

}





/* SHARE */

.share-area{

    display:flex;

    align-items:center;

    gap:12px;

}


.share-area span{

    color:white;

    font-size:18px;

    font-weight:600;

}


.social-circle{

    width:52px;

    height:52px;

    border-radius:50%;

    background:white;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#24652b;

    text-decoration:none;

    font-size:20px;

    transition:.3s;

}


.social-circle:hover{

    background:#24652b;

    color:white;

    transform:translateY(-4px);

}



/* RESPONSIVE */

@media(max-width:1000px){

    .nominate-cta-container{

        flex-direction:column;

        align-items:flex-start;

    }


    .nominate-cta-right{

        width:100%;

        flex-wrap:wrap;

    }

}



@media(max-width:600px){

    .nominate-cta-left{

        flex-direction:column;

        align-items:flex-start;

    }


    .share-area{

        flex-wrap:wrap;

    }

}

/* =====================================
        NOMINATION MODAL
===================================== */


.nomination-modal{

    display:none;

    position:fixed;

    z-index:9999;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:rgba(0,0,0,0.65);

    justify-content:center;

    align-items:center;

}



.nomination-modal-box{

    background:white;

    width:90%;

    max-width:750px;

    max-height:90vh;

    overflow-y:auto;

    scrollbar-width:none; /* Firefox */

    -ms-overflow-style:none; /* IE and Edge */

    padding:40px;

    border-radius:20px;

    position:relative;

}


/* Chrome, Safari scrollbar hide */

.nomination-modal-box::-webkit-scrollbar{

    display:none;

}



.close-modal{

    position:absolute;

    right:25px;

    top:15px;

    font-size:35px;

    cursor:pointer;

    color:#555;

}



.nomination-modal-box h2{

    text-align:center;

    color:#215728;

    font-size:32px;
    font-weight:900;

}



.modal-subtitle{

    text-align:center;

    color:#666;

    margin-bottom:30px;

}



.modal-group{

    margin-bottom:20px;

}



.radio-options{

    display:flex;

    gap:30px;

    margin-top:10px;

}



.modal-row{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:20px;

}



.nomination-modal-box input,
.nomination-modal-box textarea{

    width:100%;

    padding:14px;

    margin-bottom:20px;

    border:1px solid #ddd;

    border-radius:10px;

}



.nomination-modal-box h4{

    color:#2f6d34;

    margin-top:25px;

}



.upload-label{

    display:block;

    margin-bottom:10px;

    color:#215728;

    font-weight:600;

}



.submit-nomination{

    width:100%;

    padding:15px;

    border:none;

    border-radius:30px;

    background:#2f7d32;

    color:white;

    font-size:16px;

    font-weight:700;

}



.submit-nomination:hover{

    background:#1b5e20;

}




@media(max-width:600px){

    .modal-row{

        grid-template-columns:1fr;

    }


    .nomination-modal-box{

        padding:25px;

    }

}