*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#fff;
color:#222;
line-height:1.7;
}

img{
width:100%;
display:block;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

.section{
padding:100px 0;
}

.sub-title{
font-size:15px;
font-weight:600;
text-transform:uppercase;
color:#1a9b46;
margin-bottom:15px;
letter-spacing:1px;
}

.white-text{
color:#fff;
}

.section-center{
text-align:center;
margin-bottom:60px;
}

h1,h2,h3{
line-height:1.3;
}

/* HEADER */

.header{
position:fixed;
top:0;
left:0;
width:100%;
background:#fff;
z-index:999;
box-shadow:0 2px 15px rgba(0,0,0,0.06);
}

.nav-wrapper{
display:flex;
align-items:center;
justify-content:space-between;
padding:18px 0;
}

.logo{
font-size:28px;
font-weight:700;
color:#1a9b46;
}

.logo img{
border-radius:12px;
height:75px;
object-fit:cover;
}

.nav-links{
display:flex;
gap:35px;
list-style:none;
}

.nav-links a{
text-decoration:none;
color:#222;
font-weight:500;
transition:0.3s;
}

.nav-links a:hover{
color:#1a9b46;
}

.menu-btn{
display:none;
font-size:28px;
cursor:pointer;
}

/* HERO */

.hero{
min-height:120vh;
background:url('https://kommalagroups.in/images/hero.jpg') center/cover no-repeat;
position:relative;
display:flex;
align-items:center;
}

.overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,0.58);
}

.hero-content{
position:relative;
z-index:2;
}

.hero-left{
max-width:760px;
color:#fff;
}

.hero-small{
font-size:16px;
font-weight:600;
margin-bottom:20px;
text-transform:uppercase;
letter-spacing:1px;
}

.hero-left h1{
font-size:62px;
margin-bottom:25px;
font-weight:800;
}

.hero-left p{
font-size:18px;
margin-bottom:35px;
max-width:650px;
}

.hero-buttons{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.btn-primary,
.btn-outline{
display:inline-block;
padding:15px 34px;
text-decoration:none;
font-weight:600;
border-radius:5px;
transition:0.3s;
}

.btn-primary{
background:#1a9b46;
color:#fff;
}

.btn-primary:hover{
background:#147936;
}

.btn-outline{
border:2px solid #fff;
color:#fff;
}

.btn-outline:hover{
background:#fff;
color:#000;
}

/* FEATURES */

.features{
margin-top:-70px;
position:relative;
z-index:5;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.feature-card{
background:#fff;
padding:35px;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
text-align:center;
}

.feature-card h3{
margin-bottom:15px;
}

/* ABOUT */

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.about-img{
border-radius:15px;
}

.about-content h2{
font-size:46px;
margin-bottom:25px;
}

.about-content p{
margin-bottom:18px;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:30px;
}

.stat-box{
background:#f5f5f5;
padding:25px;
text-align:center;
border-radius:10px;
}

.stat-box h3{
font-size:34px;
color:#1a9b46;
margin-bottom:5px;
}

/* PRODUCTS */

.products{
background:#f8f8f8;
}

.products h2{
font-size:48px;
}

.product-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.product-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:0.3s;
}

.product-card:hover{
transform:translateY(-8px);
}

.product-content{
padding:28px;
}

.product-content h3{
margin-bottom:12px;
}

/* EXPORT */

.export{
background:url('https://kommalagroups.in/images/export.jpg') center/cover no-repeat;
position:relative;
}

.export::before{
content:'';
position:absolute;
inset:0;
background:rgba(0,0,0,0.58);
}

.export-wrapper{
position:relative;
z-index:2;
}

.export-content{
max-width:700px;
color:#fff;
}

.export-content h2{
font-size:52px;
margin-bottom:25px;
}

.export-content p{
margin-bottom:35px;
font-size:18px;
}

/* GALLERY */

.gallery-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.gallery-grid img{
border-radius:12px;
height:320px;
object-fit:cover;
}

/* CONTACT */

.contact{
background:#f8f8f8;
text-align:center;
}

.contact-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
justify-content:center;
align-items:center;
max-width:1100px;
margin:auto;
}

.contact-card{
background:#fff;
padding:40px 30px;
/*text-align:center;*/
border-radius:12px;
box-shadow:0 5px 15px rgba(0,0,0,0.06);

height:100%;
   display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;
}

.contact-card h3{
margin-bottom:15px;
color:#1a9b46;
}

/* TOP CONTACT */

.top-contact{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    align-items:stretch;
    gap:30px;
    margin-bottom:30px;
}

/* BOTTOM CONTACT */

.bottom-contact{
    display:grid;
    grid-template-columns:repeat(2, 320px);    
    justify-content:center;
    gap:30px;    
}

/* RESPONSIVE */

@media(max-width:992px){

    .top-contact,
    .bottom-contact{
        grid-template-columns:1fr;
    }

}


/* FOOTER */

.footer{
    background:#111;
    color:#fff;
    padding:28px 0;
}

.footer-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    align-items:center;
}

/* LEFT TEXT */

.footer-left{
    text-align:left;
}

/* CENTER TEXT */

.footer-center{
    text-align:center;
}

/* EMPTY RIGHT SPACE */

.footer-right{
    visibility:hidden;
}

/* FOOTER LINK */

.footer a{
    color:#1A9B46;
    text-decoration:none;
}

.footer a:hover{
    text-decoration:underline;
}


/* WHATSAPP */

.whatsapp-btn{
    position:fixed;
    right:20px;
    bottom:20px;
    width:80px;
    height:80px;
    background:#ffffff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 5px 15px rgba(0,0,0,0.25);
    z-index:9999;
}

.whatsapp-btn img{
    width:54px;
    height:54px;
    object-fit:contain;
}

/* RESPONSIVE */

@media(max-width:992px){

.hero-left h1{
font-size:46px;
}

.about-grid,
.product-grid,
.gallery-grid,
.contact-grid,
.feature-grid{
grid-template-columns:1fr;
}

.about-content h2,
.products h2,
.export-content h2{
font-size:36px;
}

.gallery-grid img{
height:auto;
}

}

@media(max-width:768px){

.nav-links{
position:absolute;
top:78px;
left:0;
width:100%;
background:#fff;
flex-direction:column;
padding:20px 0;
text-align:center;
display:none;
}

.nav-links.active{
display:flex;
}

.menu-btn{
display:block;
}

.hero-left h1{
font-size:34px;
}

.hero-left p,
.export-content p{
font-size:16px;
}

.hero-buttons{
flex-direction:column;
align-items:flex-start;
}

.section{
padding:80px 0;
}

}