.hero{

position:relative;

height:90vh;

background:url('../images/hero.jpg') center center/cover no-repeat;

display:flex;

align-items:center;

}

.hero-overlay{

position:absolute;

inset:0;

background:rgba(0,0,0,.55);

}

.hero-container{

position:relative;

z-index:2;

height:100%;

display:flex;

align-items:center;

}

.hero-content{

max-width:700px;

color:#fff;

}

.badge{

display:inline-block;

padding:10px 20px;

background:#008753;

border-radius:50px;

font-weight:bold;

margin-bottom:20px;

}

.hero h1{

font-size:65px;

font-weight:800;

margin-bottom:10px;

line-height:1.1;

}

.hero h2{

font-size:30px;

font-weight:600;

margin-bottom:20px;

}

.hero p{

font-size:18px;

line-height:1.8;

margin-bottom:40px;

}

.hero-buttons{

display:flex;

gap:20px;

}

.btn-primary{

padding:15px 35px;

background:#008753;

border-radius:8px;

color:#fff;

font-weight:bold;

text-decoration:none;

}

.btn-outline{

padding:15px 35px;

border:2px solid #fff;

border-radius:8px;

color:#fff;

text-decoration:none;

font-weight:bold;

}

.btn-primary:hover{

background:#D4AF37;

}

.btn-outline:hover{

background:#fff;

color:#222;

}
.about-section{

padding:100px 0;

background:#fff;

}

.about-container{

display:flex;

align-items:center;

justify-content:space-between;

gap:60px;

}

.about-image{

flex:1;

}

.about-image img{

width:100%;

border-radius:20px;

box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.about-content{

flex:1;

}

.section-tag{

display:inline-block;

padding:8px 20px;

background:#008753;

color:#fff;

border-radius:30px;

margin-bottom:20px;

font-weight:bold;

}

.about-content h2{

font-size:42px;

margin-bottom:20px;

color:#222;

}

.about-content p{

font-size:18px;

line-height:1.8;

margin-bottom:25px;

color:#666;

}

.about-content ul{

margin-bottom:35px;

}

.about-content ul li{

margin-bottom:15px;

font-size:18px;

}

.btn-primary{

display:inline-block;

padding:15px 35px;

background:#008753;

color:#fff;

border-radius:8px;

text-decoration:none;

font-weight:bold;

transition:.3s;

}

.btn-primary:hover{

background:#D4AF37;

}
.highlights{

padding:100px 0;

background:#f8f9fa;

}

.section-title{

text-align:center;

margin-bottom:60px;

}

.section-title span{

display:inline-block;

background:#008753;

color:#fff;

padding:8px 20px;

border-radius:30px;

font-weight:bold;

margin-bottom:20px;

}

.section-title h2{

font-size:42px;

margin-bottom:15px;

color:#222;

}

.section-title p{

font-size:18px;

color:#666;

}

.highlight-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.highlight-card{

background:#fff;

padding:40px;

border-radius:15px;

text-align:center;

transition:.4s;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.highlight-card:hover{

transform:translateY(-10px);

}

.highlight-card i{

font-size:55px;

color:#008753;

margin-bottom:25px;

}

.highlight-card h3{

margin-bottom:15px;

font-size:24px;

}

.highlight-card p{

line-height:1.8;

color:#666;

}
.statistics{

padding:100px 0;

background:#008753;

}

.stats-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.stat-card{

background:#ffffff15;

padding:45px;

border-radius:15px;

text-align:center;

backdrop-filter:blur(8px);

}

.stat-card h2{

font-size:55px;

color:#fff;

margin-bottom:15px;

font-weight:800;

}

.stat-card p{

font-size:18px;

color:#fff;

}
/* ==========================
   PAGE HEADER
========================== */

.page-header{

    background:#008753;

    color:#fff;

    padding:80px 0;

    text-align:center;

}

.page-header h1{

    font-size:48px;

    margin-bottom:15px;

}

.page-header p{

    font-size:18px;

}

/* ==========================
   ABOUT PAGE
========================== */

.about-page{

    padding:80px 0;

}

.about-grid{

    display:grid;

    grid-template-columns:400px 1fr;

    gap:60px;

    align-items:start;

}

.about-photo img{

    width:100%;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

}

.about-details h2{

    margin-top:20px;

    margin-bottom:15px;

    color:#008753;

}

.about-details p{

    line-height:1.9;

    color:#555;

    margin-bottom:25px;

}
/*=============================
TRAINING PAGE
=============================*/

.training-page{

padding:80px 0;

}

.training-intro{

text-align:center;

margin-bottom:60px;

}

.training-intro h2{

font-size:40px;

margin-bottom:20px;

color:#008753;

}

.training-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.training-card{

background:#fff;

padding:35px;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

text-align:center;

}

.training-card:hover{

transform:translateY(-8px);

}

.training-card i{

font-size:55px;

color:#008753;

margin-bottom:20px;

}

.training-card h3{

margin-bottom:15px;

}

.training-card p{

margin-bottom:25px;

line-height:1.8;

}
/*==========================
EMPOWERMENT PAGE
==========================*/

.empowerment-page{

    padding:80px 0;

}

.empowerment-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.empowerment-card{

    background:#fff;

    padding:35px;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    text-align:center;

    transition:.3s;

}

.empowerment-card:hover{

    transform:translateY(-8px);

}

.empowerment-card i{

    font-size:55px;

    color:#008753;

    margin-bottom:20px;

}

.empowerment-card h3{

    margin-bottom:15px;

}

.empowerment-card p{

    margin-bottom:25px;

    line-height:1.8;

}
/*=========================
BLOG PAGE
=========================*/

.blog-page{

padding:80px 0;

}

.blog-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.blog-card{

background:#fff;

border-radius:15px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

}

.blog-card:hover{

transform:translateY(-8px);

}

.blog-card img{

width:100%;

height:240px;

object-fit:cover;

}

.blog-content{

padding:25px;

}

.blog-content span{

display:inline-block;

background:#008753;

color:#fff;

padding:6px 15px;

border-radius:20px;

font-size:13px;

margin-bottom:15px;

}

.blog-content h3{

margin-bottom:15px;

}

.blog-content p{

line-height:1.8;

margin-bottom:25px;

color:#666;

}
/*=========================
GALLERY PAGE
=========================*/

.gallery-page{

    padding:80px 0;

}

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

}

.gallery-item{

    overflow:hidden;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.gallery-item img{

    width:100%;

    height:280px;

    object-fit:cover;

    transition:.4s;

    display:block;

}

.gallery-item:hover img{

    transform:scale(1.08);

}
/*============================
CONTACT PAGE
============================*/

.contact-page{

padding:80px 0;

}

.contact-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:50px;

}

.contact-info h2,
.contact-form h2{

margin-bottom:20px;

color:#008753;

}

.info-box{

display:flex;

gap:20px;

margin-top:30px;

align-items:flex-start;

}

.info-box i{

font-size:30px;

color:#008753;

}

.contact-form form{

display:flex;

flex-direction:column;

gap:20px;

}

.contact-form input,
.contact-form textarea{

padding:15px;

border:1px solid #ddd;

border-radius:8px;

font-size:16px;

outline:none;

}

.contact-form textarea{

resize:none;

}

.contact-form button{

border:none;

cursor:pointer;

}