*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#ffffff;
color:#222;
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 8%;
background:#0d1f16;
}

.logo-section{
display:flex;
align-items:center;
gap:10px;
}

.logo-section img{
width:60px;
height:60px;
border-radius:50%;
}

.logo-section h2{
color:white;
}

.nav-links{
display:flex;
list-style:none;
gap:25px;
}

.nav-links a{
color:white;
text-decoration:none;
}

.hero{
height:100vh;
background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
url("../images/company/company-front.jpeg");
background-size:cover;
background-position:center;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
padding:20px;
}

.hero-content{
max-width:800px;
color:white;
}

.hero-content h1{
font-size:45px;
margin-bottom:15px;
}

.hero-content p{
margin-bottom:15px;
font-size:16px;
line-height:1.8;
}

.hero-content h3{
margin:20px 0;
font-size:22px;
color:#ffd700;
}


.btn{
background:#0d8b52;
color:white;
padding:12px 25px;
text-decoration:none;
border-radius:5px;
}

.about-preview,
.products-preview,
.trust-section,
.contact-preview{
padding:80px 10%;
text-align:center;
}

.product-card img{
width:300px;
border-radius:10px;
margin-bottom:15px;
}

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

.box{
padding:30px;
background:#f5f5f5;
border-radius:10px;
}

footer{
background:#0d1f16;
color:white;
text-align:center;
padding:20px;
}

.quote-btn{
background:#c9a227;
color:#fff;
padding:10px 18px;
text-decoration:none;
border-radius:6px;
font-weight:600;
}

.quote-btn:hover{
background:#aa871d;
}

.whatsapp-float{
position:fixed;
bottom:20px;
right:20px;
background:#25D366;
color:white;
padding:15px 20px;
border-radius:50px;
text-decoration:none;
font-weight:600;
z-index:999;
box-shadow:0 5px 15px rgba(0,0,0,.2);
}

.call-float{
position:fixed;
bottom:85px;
right:20px;
background:#0d8b52;
color:white;
padding:15px 20px;
border-radius:50px;
text-decoration:none;
font-weight:600;
z-index:999;
box-shadow:0 5px 15px rgba(0,0,0,.2);
}

.certificate-section{
padding:80px 10%;
text-align:center;
}

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

.certificate-card{
background:white;
padding:15px;
border-radius:12px;
box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.certificate-card img{
width:100%;
height:400px;
object-fit:cover;
border-radius:8px;
}

.about-page{
padding:80px 10%;
text-align:center;
}

.about-text{
max-width:900px;
margin:auto;
line-height:1.8;
margin-top:20px;
}

.leadership{
padding:60px 10%;
text-align:center;
background:#f8f8f8;
}

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

.team-card{
background:white;
padding:25px;
border-radius:12px;
box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.mission-vision{
padding:80px 10%;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:30px;
}

.mission-box{
background:#f5f5f5;
padding:30px;
border-radius:12px;
}

.products-page{
padding:80px 10%;
}

.products-page h1{
text-align:center;
margin-bottom:50px;
}

.product-container{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.product-image img{
width:100%;
border-radius:15px;
}

.product-details h2{
margin-bottom:20px;
}

.product-details p{
line-height:1.8;
margin-bottom:20px;
}

.product-details ul{
line-height:2;
margin-bottom:30px;
}

.product-btn{
background:#0d8b52;
color:white;
padding:12px 25px;
text-decoration:none;
border-radius:6px;
}

.product-gallery{
padding:80px 10%;
text-align:center;
}

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

.gallery-grid img{
width:100%;
height:250px;
object-fit:cover;
border-radius:12px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-text h2 {
    margin: 0;
}

.company-tag {
    margin: 0;
    font-size: 12px;
    color: #d4d4d4;
    line-height: 1.3;
}
.logo img{
    width:60px;
    height:60px;
    object-fit:contain;
    border-radius:50%;
}

.logo{
    display:flex;
    align-items:center;
    gap:12px;
}

.logo-text h2{
    color:white;
    margin:0;
    font-size:28px;
    font-weight:700;
    text-shadow:none;
}
.company-tag{
    margin:0;
    font-size:11px;
    color:#ddd;
}

.navbar{
    align-items:center;
padding:15px 40px; 

}

.gallery-page{
padding:80px 10%;
text-align:center;
}

.gallery-page p{
margin-top:15px;
margin-bottom:40px;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:25px;
}

.gallery-grid img{
width:100%;
height:280px;
object-fit:cover;
border-radius:12px;
transition:.3s;
cursor:pointer;
}

.gallery-grid img:hover{
transform:scale(1.03);
}

.contact-page{
padding:80px 10%;
text-align:center;
}

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

.contact-card{
background:#f8f8f8;
padding:30px;
border-radius:12px;
text-align:left;
}

.contact-card h2{
margin-bottom:20px;
}

.contact-card p{
margin-bottom:15px;
}

.contact-btn{
display:inline-block;
background:#0d8b52;
color:white;
padding:10px 20px;
text-decoration:none;
border-radius:6px;
margin-right:10px;
margin-top:10px;
}

.whatsapp-btn{
background:#25D366;
}

.contact-card form{
display:flex;
flex-direction:column;
gap:15px;
}

.contact-card input,
.contact-card textarea{
padding:12px;
border:1px solid #ddd;
border-radius:6px;
}

.contact-card textarea{
height:120px;
resize:none;
}

.contact-card button{
background:#0d8b52;
color:white;
padding:12px;
border:none;
border-radius:6px;
cursor:pointer;
}

@media(max-width:768px){

.navbar{
flex-direction:column;
gap:15px;
}

.nav-links{
flex-wrap:wrap;
justify-content:center;
gap:12px;
}

.hero-content h1{
font-size:32px;
}

.product-container{
grid-template-columns:1fr;
}

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

.mission-vision{
grid-template-columns:1fr;
}

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

}

.product-subtitle{
text-align:center;
margin-top:15px;
margin-bottom:50px;
}


.product-card h3{
padding:15px;
}

.product-card p{
padding:0 15px 20px;
}

.product-card a{
display:inline-block;
margin:15px;
background:#0d8b52;
color:white;
padding:10px 20px;
text-decoration:none;
border-radius:6px;
}

.specification-section{
padding:80px 10%;
text-align:center;
}

.spec-table{
width:100%;
max-width:700px;
margin:auto;
border-collapse:collapse;
}

.spec-table td{
border:1px solid #ddd;
padding:15px;
}

.product-card{
background:#fff;
border-radius:16px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.4s;
position:relative;
}

.product-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.product-info{
padding:25px;
width:100%;
}

.product-badge{
display:inline-block;
background:#0d8b52;
color:white;
padding:6px 12px;
border-radius:30px;
font-size:12px;
font-weight:600;
margin-bottom:12px;
}

.product-specs{
list-style:none;
padding:0;
margin:18px 0;
}

.product-specs li{
background:#f7f7f7;
padding:10px 12px;
margin-bottom:8px;
border-left:4px solid #0d8b52;
border-radius:6px;
font-size:14px;
}

.product-card a{
display:block;
text-align:center;
background:#0d8b52;
color:#fff;
padding:12px;
border-radius:8px;
text-decoration:none;
font-weight:600;
margin-top:15px;
}

.product-card a:hover{
background:#097044;
}

.product-highlight{
text-align:center;
margin-top:15px;
margin-bottom:20px;
font-size:18px;
font-weight:600;
color:#0d8b52;
}

@media(max-width:768px){

.product-card{
flex-direction:column;
}

.product-card img{
width:100%;
height:250px;
}

}

/* =========================
   PRODUCTS PAGE PREMIUM UI
========================= */

.product-highlight{
    text-align:center;
    margin:15px 0 20px;
    font-size:18px;
    font-weight:600;
    color:#0d8b52;
}

.product-subtitle{
    text-align:center;
    margin-bottom:50px;
    color:#555;
    font-size:16px;
}

.products-grid{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.product-card{
    display:flex;
    gap:35px;
    align-items:center;
    background:#fff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.product-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.product-card img{
    width:380px;
    height:280px;
    object-fit:cover;
    border-radius:12px;
    flex-shrink:0;
}

.product-info{
    flex:1;
}

.product-badge{
    display:inline-block;
    background:#0d8b52;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    margin-bottom:15px;
}

.product-info h3{
    font-size:30px;
    margin-bottom:15px;
}

.product-info p{
    font-size:16px;
    line-height:1.8;
    margin-bottom:20px;
    color:#555;
}

.product-specs{
    list-style:none;
    padding:0;
    margin:0 0 20px;
}

.product-specs li{
    background:#f8f8f8;
    padding:12px 15px;
    margin-bottom:10px;
    border-left:4px solid #0d8b52;
    border-radius:6px;
}

.product-info a{
    display:inline-block;
    background:#0d8b52;
    color:white;
    text-decoration:none;
    padding:14px 30px;
    border-radius:8px;
    font-weight:600;
}

.product-info a:hover{
    background:#087044;
}

.why-product{
    margin-top:70px;
}

.why-product h2{
    text-align:center;
    margin-bottom:35px;
}

@media(max-width:768px){

.product-card{
    flex-direction:column;
}

.product-card img{
    width:100%;
    height:250px;
}

.product-info h3{
    font-size:24px;
}

.product-info a{
    width:100%;
    text-align:center;
}

}footer{
background:#0d1f16;
color:white;
text-align:center;
padding:40px 20px;
margin-top:60px;
}

.footer-content h3{
margin-bottom:10px;
font-size:24px;
}

.footer-content p{
margin:8px 0;
color:#ddd;
}

footer hr{
margin:20px auto;
width:80%;
border:none;
border-top:1px solid rgba(255,255,255,.2);
}

img{
    max-width:100%;
    height:auto;
}

body{
    overflow-x:hidden;
}

@media (max-width:768px){

    .navbar{
        flex-direction:column;
        padding:15px;
    }

    .nav-links{
        flex-wrap:wrap;
        justify-content:center;
    }

    .product-card{
        flex-direction:column;
    }

    .product-card img{
        width:100%;
        height:auto;
    }

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

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

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