/* =====================================================
   PROJECT DETAIL PAGE - EDEN SELLC
===================================================== */

/* ===============================
GENERAL
================================= */
body{
background:#f7f9f5;
color:#222;
font-family:"Segoe UI",sans-serif;
text-align: justify;
}

.section-space{
padding:90px 0;
}

.section-light{
padding:90px 0;
background:#eef4ea;
}

img{
max-width:100%;
display:block;
}

/* ===============================
HERO
================================= */
.project-detail-hero{
position:relative;
padding:165px 0 95px;
background:
linear-gradient(rgba(17,35,17,.74),rgba(17,35,17,.74)),
url('../images/Picture4.jpg') center center/cover no-repeat;
color:#fff;
overflow:hidden;
}

.hero-overlay{
position:absolute;
inset:0;
background:linear-gradient(to right,rgba(0,0,0,.28),rgba(0,0,0,.08));
}

.project-detail-hero .container{
position:relative;
z-index:2;
}

.breadcrumb-wrap{
display:flex;
gap:10px;
flex-wrap:wrap;
align-items:center;
margin-bottom:26px;
font-size:.92rem;
font-weight:700;
color:rgba(255,255,255,.75);
}

.breadcrumb-wrap a{
color:#fff;
text-decoration:none;
}

.project-tags{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-bottom:18px;
}

.project-tags span{
padding:8px 14px;
border-radius:40px;
background:rgba(255,255,255,.14);
backdrop-filter:blur(8px);
font-size:.84rem;
font-weight:800;
}

/* ===============================
TITLE
================================= */
.project-main-title{
font-size:3.3rem;
font-weight:900;
line-height:1.2;
margin-bottom:20px;
max-width:720px;
}

.project-lead{
font-size:1.08rem;
line-height:1.9;
max-width:700px;
opacity:.95;
margin-bottom:30px;
}

/* ===============================
BUTTONS (FIXED)
================================= */
.hero-buttons{
display:flex;
gap:16px;
flex-wrap:wrap;
margin-top:10px;
}

.hero-buttons a{
min-width:220px;
height:58px;
padding:0 28px;
display:inline-flex;
align-items:center;
justify-content:center;
border-radius:16px;
font-size:1rem;
font-weight:800;
text-decoration:none;
transition:all .28s ease;
box-shadow:0 14px 28px rgba(0,0,0,.08);
line-height:1;
}

.btn-main{
background:#67b51f;
color:#fff;
border:1px solid #67b51f;
}

.btn-main:hover{
background:#4f9715;
border-color:#4f9715;
color:#fff;
transform:translateY(-3px);
box-shadow:0 18px 32px rgba(103,181,31,.28);
}

.btn-outline-main{
background:#ffffff;
color:#17370f;
border:1px solid #dfe8d8;
}

.btn-outline-main:hover{
background:#f8fbf5;
color:#17370f;
transform:translateY(-3px);
box-shadow:0 18px 32px rgba(0,0,0,.08);
}

/* ===============================
QUICK CARD
================================= */
.project-quick-card{
background:rgba(255,255,255,.96);
padding:28px;
border-radius:26px;
box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.quick-item{
display:flex;
gap:14px;
padding:14px 0;
border-bottom:1px solid #eee;
}

.quick-item:last-child{
border-bottom:none;
padding-bottom:0;
}

.quick-item i{
width:48px;
height:48px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:#eef7e9;
color:#67b51f;
font-size:1rem;
flex-shrink:0;
}

.quick-item strong{
display:block;
font-size:.95rem;
color:#1d3d12;
margin-bottom:4px;
}

.quick-item p{
margin:0;
font-size:.95rem;
color:#666;
}

/* ===============================
CONTENT
================================= */
.content-box{
background:#fff;
padding:55px;
border-radius:28px;
box-shadow:0 18px 45px rgba(0,0,0,.05);
border:1px solid #edf2e8;
}

.content-box h2{
font-size:1.8rem;
font-weight:900;
color:#17370f;
margin:36px 0 18px;
}

.content-box h2:first-child{
margin-top:0;
}

.content-box p{
font-size:1.05rem;
line-height:2;
color:#444;
margin-bottom:22px;
}

.content-image{
width:100%;
border-radius:24px;
margin:30px 0;
box-shadow:0 18px 40px rgba(0,0,0,.06);
}

.content-list{
padding-left:20px;
margin-bottom:18px;
}

.content-list li{
margin-bottom:12px;
line-height:1.9;
color:#444;
}

/* ===============================
TIMELINE
================================= */
.timeline{
margin-top:10px;
display:flex;
flex-direction:column;
gap:18px;
}

.time-item{
display:flex;
gap:18px;
padding:18px;
background:#f8faf7;
border:1px solid #edf2e8;
border-radius:20px;
transition:.25s ease;
}

.time-item:hover{
transform:translateX(8px);
box-shadow:0 16px 28px rgba(0,0,0,.05);
background:#fff;
}

.time-item span{
width:54px;
height:54px;
border-radius:50%;
background:#67b51f;
color:#fff;
font-weight:900;
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
}

.time-item h5{
font-size:1.08rem;
font-weight:900;
margin-bottom:8px;
color:#1d3d12;
}

.time-item p{
margin:0;
font-size:.95rem;
line-height:1.8;
}

/* ===============================
RESULT
================================= */
.result-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;
margin-top:18px;
}

.result-card{
background:#f8faf7;
border:1px solid #edf2e8;
padding:28px 20px;
border-radius:22px;
text-align:center;
transition:.25s ease;
}

.result-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 35px rgba(0,0,0,.05);
}

.result-card h3{
font-size:2rem;
font-weight:900;
color:#67b51f;
margin-bottom:8px;
}

.result-card p{
margin:0;
font-size:.95rem;
line-height:1.6;
}

/* ===============================
SIDEBAR
================================= */
.side-box{
background:#fff;
padding:28px;
border-radius:24px;
box-shadow:0 15px 35px rgba(0,0,0,.04);
border:1px solid #edf2e8;
margin-bottom:28px;
}

.side-box h4{
font-size:1.28rem;
font-weight:900;
margin-bottom:22px;
color:#17370f;
}

.side-project{
display:flex;
gap:14px;
text-decoration:none;
color:#222;
padding:12px 0;
border-bottom:1px solid #eee;
transition:.25s ease;
}

.side-project:last-child{
border-bottom:none;
padding-bottom:0;
}

.side-project:hover{
transform:translateX(6px);
color:#67b51f;
}

.side-project img{
width:82px;
height:72px;
object-fit:cover;
border-radius:14px;
flex-shrink:0;
}

.side-project h6{
font-size:.98rem;
font-weight:800;
line-height:1.5;
margin-bottom:6px;
}

.side-project span{
font-size:.86rem;
color:#777;
}

.cta-side{
background:linear-gradient(135deg,#67b51f,#4d9517);
color:#fff;
}

.cta-side h4,
.cta-side p{
color:#fff;
}

.cta-side p{
line-height:1.8;
opacity:.95;
margin-bottom:20px;
}

/* ===============================
SECTION
================================= */
.section-tag{
display:inline-block;
padding:8px 16px;
border-radius:40px;
background:#eef7e9;
color:#67b51f;
font-size:.85rem;
font-weight:800;
letter-spacing:.6px;
text-transform:uppercase;
margin-bottom:14px;
}

.section-title{
font-size:2.3rem;
font-weight:900;
color:#17370f;
}

/* ===============================
GALLERY
================================= */
.gallery-img{
width:100%;
height:280px;
object-fit:cover;
border-radius:24px;
box-shadow:0 16px 35px rgba(0,0,0,.05);
transition:.28s ease;
cursor:pointer;
}

.gallery-img:hover{
transform:translateY(-8px);
box-shadow:0 24px 45px rgba(0,0,0,.08);
}

/* ===============================
FOOTER
================================= */
.footer-main{
padding:50px 0;
background:#17370f;
color:#fff;
}

.footer-logo{
height:62px;
width:auto;
margin:auto;
}

/* ===============================
RESPONSIVE
================================= */
@media(max-width:1200px){

.project-main-title{
font-size:2.8rem;
}

}

@media(max-width:992px){

.project-detail-hero{
padding:145px 0 80px;
}

.project-main-title{
font-size:2.35rem;
}

.content-box{
padding:38px;
}

.result-grid{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.section-space,
.section-light{
padding:70px 0;
}

.project-main-title{
font-size:2rem;
}

.project-lead{
font-size:1rem;
}

.content-box{
padding:28px;
}

.content-box p{
font-size:1rem;
line-height:1.9;
}

.gallery-img{
height:220px;
}

.hero-buttons{
flex-direction:column;
}

.hero-buttons a{
width:100%;
min-width:100%;
}

}

@media(max-width:576px){

.project-main-title{
font-size:1.7rem;
}

.project-tags span{
font-size:.76rem;
padding:7px 12px;
}

.content-box{
padding:22px;
border-radius:20px;
}

.side-box{
padding:22px;
}

.quick-item i{
width:42px;
height:42px;
}

.side-project img{
width:72px;
height:64px;
}

.section-title{
font-size:1.8rem;
}

.hero-buttons a{
height:54px;
font-size:.95rem;
}

}