
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#f8fafc;
color:#222;
line-height:1.6;
}

.header{
position:fixed;
top:0;
width:100%;
background:white;
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 8%;
box-shadow:0 2px 15px rgba(0,0,0,0.08);
z-index:1000;
}

.logo h2{
color:#0b7a4b;
font-size:28px;
font-weight:700;
}

nav ul{
display:flex;
list-style:none;
gap:30px;
}

nav ul li a{
text-decoration:none;
color:#222;
font-weight:600;
transition:0.3s;
}

nav ul li a:hover{
color:#0b7a4b;
}

.hero{
height:100vh;
background:
linear-gradient(rgba(0,0,0,.55),
rgba(0,0,0,.55)),
url('images/hero.jpg');

background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:white;
padding:20px;
}

.hero-content h1{
font-size:65px;
font-weight:800;
margin-bottom:20px;
}

.hero-content p{
font-size:22px;
max-width:850px;
margin:auto;
margin-bottom:30px;
}

.hero-buttons{
display:flex;
gap:15px;
justify-content:center;
flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
padding:14px 35px;
text-decoration:none;
border-radius:50px;
font-weight:600;
}

.btn-primary{
background:#0b7a4b;
color:white;
}

.btn-secondary{
background:white;
color:#111;
}

.stats{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
padding:80px 8%;
background:white;
}

.stat-box{
text-align:center;
padding:30px;
border-radius:15px;
background:#f2f6f8;
}

.stat-box h2{
font-size:40px;
color:#0b7a4b;
}

.about{
padding:100px 8%;
}

.container{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.about h2{
font-size:42px;
margin-bottom:20px;
}

.about p{
font-size:18px;
}

.about img{
width:100%;
border-radius:20px;
}

.products{
padding:100px 8%;
background:white;
}

.products h2{
text-align:center;
font-size:42px;
margin-bottom:50px;
}

.product-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
}

.product-card{
background:#f8fafc;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.product-card img{
width:100%;
height:280px;
object-fit:cover;
}

.product-card h3{
padding:20px;
font-size:28px;
}

.product-card p{
padding:0 20px 25px;
}

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title h2{
font-size:42px;
margin-bottom:10px;
}

.industries,
.why-us,
.specifications,
.gallery,
.contact{
padding:100px 8%;
}

.industry-grid,
.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.industry-card,
.why-card{
background:white;
padding:30px;
text-align:center;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

table{
width:100%;
border-collapse:collapse;
background:white;
}

table th{
background:#0b7a4b;
color:white;
padding:15px;
}

table td{
padding:15px;
border:1px solid #ddd;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.gallery-grid img{
width:100%;
height:250px;
object-fit:cover;
border-radius:15px;
}

.contact-container{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
}

.contact-info h3{
font-size:32px;
margin-bottom:20px;
}

.contact-info p{
margin-bottom:15px;
}

.contact-form form{
display:flex;
flex-direction:column;
gap:15px;
}

.contact-form input,
.contact-form textarea{
padding:15px;
border:1px solid #ddd;
border-radius:10px;
}

.contact-form button{
padding:15px;
background:#0b7a4b;
color:white;
border:none;
border-radius:10px;
cursor:pointer;
}

.whatsapp-btn{
position:fixed;
bottom:25px;
right:25px;
background:#25D366;
color:white;
padding:15px 22px;
border-radius:50px;
text-decoration:none;
font-weight:700;
z-index:999;
}

footer{
background:#111827;
color:white;
text-align:center;
padding:60px 20px;
}

.footer-content h2{
margin-bottom:15px;
}

@media(max-width:991px){

.stats,
.container,
.product-grid,
.industry-grid,
.why-grid,
.contact-container,
.gallery-grid{
grid-template-columns:1fr;
}

.hero-content h1{
font-size:40px;
}

.header{
flex-direction:column;
gap:15px;
}

nav ul{
flex-wrap:wrap;
justify-content:center;
}

}
.logo img(
height:70px;
width:auto;
display:BLOCK;
}
.logo p{
font-size:12px;
color:#0b7a4b;
font-weight:600;
letter-spacing:1px;
}

.logo h2{
margin-bottom:2px;
}

/* ABOUT SECTION */

.about{
padding:80px 10%;
}

.container{
display:flex;
align-items:center;
justify-content:space-between;
gap:50px;
}

.about-left{
flex:1;
}

.about-right{
flex:1;
}

.about-right img{
width:100%;
max-width:500px;
height:auto;
border-radius:15px;
display:block;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* PREMIUM PRODUCTS */

.products{
padding:80px 10%;
background:#f8f9fa;
}

.products h2{
text-align:center;
font-size:48px;
margin-bottom:50px;
color:#0b7a4b;
}

.product-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
}

.product-card{
background:#ffffff;
border-radius:20px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.product-card:hover{
transform:translateY(-8px);
}

.product-card img{
width:100%;
height:280px;
object-fit:cover;
}

.product-card h3{
padding:20px 25px 10px;
font-size:30px;
color:#0b7a4b;
}

.product-card ul{
padding:0 40px 30px;
}

.product-card li{
margin-bottom:12px;
font-size:18px;
line-height:1.6;
}

.quote-btn{
display:inline-block;
padding:15px 30px;
background:#0b7a4b;
color:white;
text-decoration:none;
border-radius:50px;
font-weight:600;
margin-top:15px;
}

.quote-btn:hover{
background:#08663f;
}

.quote-btn{
display:inline-block;
padding:15px 30px;
background:#0b7a4b;
color:white;
text-decoration:none;
border-radius:50px;
font-weight:600;
margin-top:15px;
}

.footer{
background:#111;
color:white;
text-align:center;
padding:50px 20px;
}

.footer h3{
font-size:32px;
color:#0b7a4b;
margin-bottom:15px;
}

.footer p{
margin:10px 0;
line-height:1.8;
}

@media(max-width:768px){

.container,
.about-container,
.contact-container,
.product-grid,
.gallery-grid{
flex-direction:column;
grid-template-columns:1fr;
}

.hero-content h1{
font-size:38px;
}

nav ul{
flex-wrap:wrap;
gap:15px;
}

.about-right img{
width:100%;
}

}