*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Segoe UI,Arial;
}

body{
padding-top:70px;
background:#111;
color:#fff;
}

/* CONTAINER */

.container{
width:90%;
max-width:1200px;
margin:auto;
}

/* HEADER */

header{
background:#000;
position:fixed;
width:100%;
top:0;
z-index:999;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 0;
}

.logo{height:100px;}

nav a{
color:#b88a5a;
}
margin-left:20px;
text-decoration:none;
font-weight:500;
}

nav a:hover{color:#b88a5a;}

/* HERO */

.hero{
height:100vh;
background:url("images/hero.jpg") center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding-top:80px;
}

.hero-box{
background:rgba(0,0,0,0.75);
padding:50px;
border-radius:10px;
max-width:600px;
}

.hero h1{
font-size:42px;
margin-bottom:20px;
}

.hero p{
font-size:20px;
margin-bottom:20px;
}

.btn{
background:#b88a5a;
padding:14px 26px;
color:#fff;
text-decoration:none;
border-radius:6px;
display:inline-block;
}

/* SERVICES */

.services{
padding:80px 0;
text-align:center;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
margin-top:40px;
}

.card{
background:#1d1d1d;
padding:20px;
border-radius:10px;
}

/* ΣΩΣΤΟ ΜΕΓΕΘΟΣ ΕΙΚΟΝΩΝ */
.card img{
width:100%;
height:230px;
object-fit:cover;
border-radius:8px;
margin-bottom:15px;
}

/* FOOTER */

footer{
background:#000;
text-align:center;
padding:30px;
}

/* FLOAT BUTTONS */

.float{
position:fixed;
right:15px;
bottom:20px;
display:flex;
flex-direction:column;
gap:10px;
}

.float a{
width:55px;
height:55px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
text-decoration:none;
font-size:22px;
}

.whatsapp{background:#25D366;}
.viber{background:#7360f2;}
.call{background:#444;}

/* TRUST SECTION */

.trust{
background:#181818;
padding:80px 0;
text-align:center;
}

.trust h2{
margin-bottom:40px;
}

.trust-grid{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
margin-top:40px;
}


.trust-box{
background:#222;
padding:35px;
border-radius:10px;
box-shadow:0 0 15px rgba(0,0,0,0.4);
width:300px;
}


.trust-box h3{
color:#b88a5a;
margin-bottom:15px;
}

/* FOOTER */

.footer{
background:#000;
padding:60px 0 20px 0;
margin-top:40px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:40px;
margin-bottom:30px;
}

.footer h3{
color:#b88a5a;
margin-bottom:15px;
}

.copyright{
text-align:center;
color:#777;
margin-top:20px;
}

/* FORM */

form{
max-width:500px;
margin:40px auto;
display:flex;
flex-direction:column;
gap:15px;
}

form input, form textarea{
padding:15px;
border:none;
border-radius:6px;
font-size:16px;
}

form textarea{
height:120px;
}

.cta-menu{
background:#b88a5a;
padding:10px 18px;
border-radius:6px;
margin-left:10px;
}

.cta-menu:hover{
background:#a47849;
}

/* CATEGORY DOORS */

.category-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
margin-top:40px;
}

.category-card{
background:#1d1d1d;
padding:50px;
text-align:center;
border-radius:10px;
text-decoration:none;
color:#fff;
transition:0.3s;
}

.category-card:hover{
background:#b88a5a;
}

/* DOOR GALLERY */

.door-gallery{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:40px;
}

.door-gallery img{
width:100%;
height:260px;
object-fit:cover;
border-radius:10px;
}
.page-hero{
width:100%;
aspect-ratio: 16 / 7;   
display:flex;
align-items:center;
justify-content:center;
color:#fff;
text-align:center;
font-size:42px;
margin-top:0px;

background-position:center;
background-repeat:no-repeat;
background-size:cover;
position:relative;
}



.page-hero::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.45);
}

.page-hero h1{
position:relative;
z-index:2;
}
.big-gallery img{
height:320px;
}
.list{
margin-top:20px;
line-height:2;
}
/* LIGHTBOX */

#lightbox{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.9);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
}

#lightbox img{
max-width:90%;
max-height:90%;
border-radius:10px;
cursor:pointer;
}
/* BREADCRUMBS */

.breadcrumbs{
margin-top:10px;
margin-bottom:20px;
color:#bbb;
font-size:14px;
}

.breadcrumbs a{
color:#b88a5a;
text-decoration:none;
}

.breadcrumbs a:hover{
text-decoration:underline;
}

h1, h2, h3{
color:#b88a5a;
}
/* MENU πιο έντονο */

nav a{
color:#b88a5a;
font-weight:700;      /* πιο χοντρά γράμματα */
letter-spacing:0.5px;
}

/* CTA MENU BUTTON */

.cta-menu{
background:#000;
color:#fff !important;
padding:10px 18px;
border-radius:6px;
margin-left:10px;
font-weight:700;
}

.cta-menu:hover{
background:#b88a5a;
color:#fff !important;
}
/* PREMIUM FOOTER */

.footer{
background:#000;
padding:70px 0 0 0;
margin-top:60px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:40px;
padding-bottom:40px;
}

.footer-col h3{
color:#b88a5a;
margin-bottom:15px;
}

.footer-col a{
color:#ddd;
text-decoration:none;
line-height:2;
}

.footer-col a:hover{
color:#b88a5a;
}

.footer-bottom{
border-top:1px solid #222;
text-align:center;
padding:20px;
color:#777;
font-size:14px;
}
.hero-content p{
margin:20px 0;
font-size:18px;
color:#ddd;
}

.hero-buttons{
display:flex;
gap:15px;
justify-content:center;
margin-top:20px;
}

.btn-outline{
background:transparent;
border:2px solid #b88a5a;
color:#b88a5a;
}

.btn-outline:hover{
background:#b88a5a;
color:#fff;
}
.card{
cursor:pointer;
position:relative;
z-index:1;
}

.card a{
display:block;
}

.grid a{
display:block;
text-decoration:none;
color:inherit;
}
/* CARD HOVER EFFECT */

.card{
transition:0.3s ease;
overflow:hidden;
border-radius:10px;
}

.card img{
transition:0.3s ease;
}

.card:hover{
transform:translateY(-8px);
box-shadow:0 10px 25px rgba(0,0,0,0.3);
}

.card:hover img{
transform:scale(1.05);
}
.secondary-btn{
background:#222;
color:#fff;
}

.secondary-btn:hover{
background:#b88a5a;
}