*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Montserrat',sans-serif;
background:#0f0f0f;
color:#fff;
}

/* =========================
   HEADER
========================= */

header{
background:#000;
padding:20px 50px;
position:relative;
}

.header-container{
display:flex;
align-items:center;
gap:20px;
}

.logo{
width:170px;
}

.brand{
display:flex;
flex-direction:column;
}

.title-main{
font-size:42px;
font-weight:800;
color:#ff8c00;
}

.title-sub{
font-size:34px;
color:#fff;
letter-spacing:9px;
}

/* Top Email Button */
.top-email{
position:absolute;
top:20px;
right:30px;
background:rgba(255,140,0,0.15);
border:1px solid #ff8c00;
padding:12px 25px;
border-radius:50px;
color:#fff;
font-weight:600;
font-size:16px;
text-decoration:none;
backdrop-filter:blur(10px);
transition:all .3s ease;
box-shadow:0 0 15px rgba(255,140,0,0.2);
}

.top-email:hover{
background:#ff8c00;
transform:translateY(-2px);
box-shadow:0 0 25px rgba(255,140,0,0.5);
}

@media(max-width:600px){
.top-email{
display:none;
}
}

/* =========================
   NAVBAR
========================= */

.navbar{
display:flex;
justify-content:center;
gap:40px;
background:#1a1a1a;
padding:15px;
}

.navbar a{
color:#fff;
text-decoration:none;
font-weight:600;
transition:.3s ease;
}

.navbar a:hover{
color:#ff8c00;
}

/* =========================
   SLIDER
========================= */

.slider{
width:100%;
height:70vh;
position:relative;
overflow:hidden;
background:#000;
}

.slide{
position:absolute;
width:100%;
height:100%;
opacity:0;
transition:1s;
}

.slide img{
width:100%;
height:100%;
object-fit:cover;
}

.slide.active{
opacity:1;
}

.dots{
position:absolute;
bottom:20px;
left:50%;
transform:translateX(-50%);
display:flex;
gap:10px;
}

.dot{
width:12px;
height:12px;
border-radius:50%;
background:rgba(255,255,255,0.5);
cursor:pointer;
}

.dot.active{
background:#ff8c00;
}

/* =========================
   WELCOME SECTION
========================= */

.welcome-section{
padding:100px 8%;
background:#0f0f0f;
}

.welcome-container{
display:grid;
grid-template-columns:55% 45%;
gap:60px;
align-items:start;
}



/* IMAGE COLLAGE */
/* IMAGE COLLAGE */
.image-collage{
display:grid;
grid-template-columns:1.05fr 0.95fr;
grid-template-rows:260px 180px;
gap:18px;
align-items:stretch;
}

.img-left{
grid-row:1 / span 2;
overflow:hidden;
border-radius:22px;
height:100%;
}

.img-top-right{
overflow:hidden;
border-radius:22px;
height:100%;
}

.img-bottom-right{
height:100%;
}

.img-left img,
.img-top-right img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.experience-card{
height:100%;
border-radius:22px;
background:linear-gradient(135deg,#ff8c00,#ff6600);
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
padding:22px;
box-shadow:0 12px 25px rgba(255,140,0,0.25);
}

.experience-card h2{
font-size:55px;
font-weight:800;
line-height:1;
color:#fff;
margin-bottom:6px;
}

.experience-card p{
font-size:18px;
font-weight:700;
color:#fff;
letter-spacing:1px;
}

/* CONTENT */
.welcome-content h4{
font-size:24px;
font-weight:300;
letter-spacing:4px;
color:#999;
margin-bottom:10px;
}

.welcome-content h1{
font-size:60px;
font-weight:900;
line-height:1.1;
color:#ff8c00;
margin-bottom:10px;
}

.welcome-content h1 span{
display:block;
font-size:52px;
font-weight:300;
letter-spacing:12px;
color:#fff;
}

.welcome-content h3{
font-size:24px;
color:#ff8c00;
margin-bottom:25px;
}

.welcome-content p{
font-size:17px;
line-height:1.9;
color:#d0d0d0;
margin-bottom:18px;
}

.welcome-btn{
display:inline-block;
margin-top:20px;
padding:15px 35px;
background:#ff8c00;
color:#fff;
text-decoration:none;
font-weight:700;
border-radius:8px;
transition:0.3s;
}

.welcome-btn:hover{
background:#ffa726;
}

.img-left img,
.img-top-right img{
transition:0.5s ease;
}

.img-left:hover img,
.img-top-right:hover img{
transform:scale(1.05);
}

/* =========================
   WHY CHOOSE US (CLEAN FIXED)
========================= */

.why-choose{
padding:90px 8%;
background:#0d0d0d;
}

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title h2{
font-size:42px;
font-weight:800;
color:#ff8c00;
margin-bottom:15px;
}

.section-title p{
color:#bdbdbd;
font-size:18px;
}

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

/* FINAL SINGLE CLEAN CARD STYLE */
.why-card{
background:#1a1a1a;
padding:35px;
border-radius:18px;
text-align:center;
border-top:4px solid #ff8c00;
transition:0.3s;
box-shadow:0 10px 25px rgba(0,0,0,0.35);
}

.why-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(255,140,0,0.25);
}

.why-card i{
font-size:48px;
color:#ff8c00;
margin-bottom:20px;
}

.why-card h3{
font-size:22px;
color:#fff;
margin-bottom:15px;
}

.why-card p{
color:#d5d5d5;
line-height:1.8;
font-size:15px;
}
.why-card{
background:#1a1a1a;
padding:35px;
border-radius:18px;
text-align:center;
border-top:4px solid #ff8c00;
transition:0.3s;
box-shadow:0 10px 25px rgba(0,0,0,0.35);

text-decoration:none;   /* ✅ removes underline */
color:inherit;          /* ✅ removes blue color */
}

.why-card:visited{
color:inherit;
}

.why-card:hover{
color:#fff;
}

/* =========================
   ABOUT / PAGE SECTIONS
========================= */

.page-header{
text-align:center;
padding:60px 10%;
background:#121212;
}

.page-header h1{
color:#ff8c00;
font-size:40px;
}

/* PRODUCTS */
.product-section{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
padding:60px 10%;
}

.product-card{
background:#1b1b1b;
border-radius:10px;
text-align:center;
overflow:hidden;
}

.product-card img{
width:100%;
height:200px;
object-fit:cover;
}

.product-card h3{
margin:15px 0;
}

.product-card p{
color:#bbb;
padding:0 10px;
}

.product-card a{
display:inline-block;
margin:15px;
padding:10px 20px;
background:#25D366;
color:#fff;
text-decoration:none;
border-radius:5px;
}

/* ABOUT PAGE */
.about-hero{
padding:100px 10%;
text-align:center;
background:#161616;
}

.about-hero h1{
font-size:50px;
color:#ff8c00;
margin-bottom:15px;
}

.about-hero p{
font-size:20px;
color:#ccc;
}

.company-profile{
padding:80px 10%;
max-width:1200px;
margin:auto;
}

.company-profile h2{
color:#ff8c00;
margin-bottom:25px;
text-align:center;
}

.company-profile p{
margin-bottom:20px;
line-height:1.9;
color:#ddd;
}

.highlights{
padding:80px 10%;
background:#161616;
}

.highlight-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
}

.highlight-card{
background:#1f1f1f;
padding:30px;
text-align:center;
border-radius:10px;
}

.highlight-card h3{
font-size:36px;
color:#ff8c00;
}

/* =========================
   WHATSAPP
========================= */

.whatsapp-btn{
position:fixed;
bottom:20px;
right:20px;
width:65px;
height:65px;
background:#f6f8f7;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 10px 25px rgba(0,0,0,.35);
z-index:1000;
transition:.3s;
}

.whatsapp-btn:hover{
transform:scale(1.1);
}

.whatsapp-btn img{
width:34px;
height:34px;
object-fit:contain;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:900px){

.welcome-container{
grid-template-columns:1fr;
}

.why-grid{
grid-template-columns:1fr;
}

.welcome-content h1{
font-size:42px;
}

.welcome-content h1 span{
font-size:36px;
letter-spacing:6px;
}
}
.navbar{
display:flex;
justify-content:center;
gap:40px;
background:#1a1a1a;
padding:15px;
position:relative; /* or simply remove position */
}
.scroll-anim{
opacity:0;
transform:translateY(50px);
transition:all 0.8s ease;
}

.scroll-anim.show{
opacity:1;
transform:translateY(0);
}
.infrastructure{
padding:90px 8%;
background:#0f0f0f;
}

.infra-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
margin-top:40px;
}

.infra-box{
background:#1a1a1a;
padding:35px;
border-radius:18px;
border-left:4px solid #ff8c00;
transition:0.3s;
}

.infra-box:hover{
transform:translateY(-6px);
box-shadow:0 15px 30px rgba(255,140,0,0.2);
}

.infra-box h3{
color:#ff8c00;
font-size:22px;
margin-bottom:12px;
}

.infra-box p{
color:#d0d0d0;
line-height:1.7;
}

/* MOBILE */
@media(max-width:900px){
.infra-grid{
grid-template-columns:1fr;
}
}

@media(max-width:768px){

.slider{
height:45vh;
}

}
@media(max-width:768px){

.image-collage{
grid-template-columns:1fr;
grid-template-rows:auto;
}

.img-left{
grid-row:auto;
height:300px;
}

.img-top-right{
height:200px;
}

.img-bottom-right{
height:180px;
}

}
/* =========================
   INFRASTRUCTURE & MANUFACTURING
========================= */

.infrastructure{
padding:90px 8%;
background:#0d0d0d;
}

.infrastructure .section-title{
text-align:center;
margin-bottom:60px;
}

.infrastructure .section-title h2{
font-size:42px;
font-weight:800;
color:#ff8c00;
margin-bottom:15px;
}

.infrastructure .section-title p{
font-size:18px;
color:#bdbdbd;
}

.infrastructure .infra-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
margin-top:50px;
}

.infrastructure .infra-box{
display:block;
text-decoration:none;
color:#fff;
background:#161616;
border:2px solid #ff8c00;
border-radius:20px;
overflow:hidden;
transition:.3s ease;
}

.infrastructure .infra-box:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(255,140,0,.25);
}

.infrastructure .infra-box img{
width:100%;
height:260px;
object-fit:cover;
display:block;
}

.infrastructure .infra-content{
padding:25px;
}

.infrastructure .infra-content h3{
font-size:28px;
font-weight:700;
color:#ff8c00;
margin-bottom:12px;
}

.infrastructure .infra-content p{
font-size:16px;
line-height:1.8;
color:#d0d0d0;
}

@media(max-width:900px){

.infrastructure .infra-grid{
grid-template-columns:1fr;
}

.infrastructure .infra-box img{
height:220px;
}

}
/* CONTACT SECTION */

.contact-section{
padding:100px 8%;
background:#0d0d0d;
}

.plant-row{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
margin-bottom:40px;
align-items:stretch;
}

.plant-info{
background:#1a1a1a;
padding:35px;
border-left:5px solid #ff8c00;
border-radius:15px;
}

.plant-info h3{
color:#ff8c00;
font-size:28px;
margin-bottom:20px;
}

.plant-info p{
line-height:2;
color:#ddd;
font-size:17px;
}

.plant-map iframe{
width:100%;
height:300px;
border:none;
border-radius:15px;
}

.contact-bottom-box{
margin-top:40px;
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
}

.contact-item{
background:#1a1a1a;
padding:40px;
border-radius:20px;
text-align:center;
border-top:4px solid #ff8c00;
box-shadow:0 15px 35px rgba(0,0,0,0.5);
position:relative;
overflow:hidden;
transition:0.35s ease;
font-family:'Montserrat', sans-serif;
}
.contact-item:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(255,140,0,0.2);
}

.contact-item::before{
content:"";
position:absolute;
top:0;
left:-100%;
width:100%;
height:100%;
background: linear-gradient(
90deg,
transparent,
rgba(255,255,255,0.12),
transparent
);
transition:0.8s;
}

.contact-item:hover::before{
left:100%;
}
.contact-item:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(255,140,0,0.2);
}
.contact-item{
font-family:'Montserrat', sans-serif;
}

@media(max-width:900px){

.plant-row{
grid-template-columns:1fr;
}

.contact-bottom-box{
grid-template-columns:1fr;
}

}
.plant-info{
background:linear-gradient(145deg,#1a1a1a,#242424);
padding:40px;
border-left:5px solid #ff8c00;
border-radius:20px;
display:flex;
flex-direction:column;
justify-content:center;
min-height:320px;
transition:all .35s ease;
position:relative;
overflow:hidden;
}

.plant-info:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(255,140,0,.20);
}

.plant-info::before{
content:"";
position:absolute;
top:0;
left:-100%;
width:100%;
height:100%;
background:linear-gradient(
90deg,
transparent,
rgba(255,255,255,0.08),
transparent
);
transition:.8s;
}

.plant-info:hover::before{
left:100%;


}

.plant-map iframe{
width:100%;
height:320px;
border:none;
border-radius:15px;
}


.plant-map{
background:#1a1a1a;
padding:10px;
border-radius:20px;
overflow:hidden;
box-shadow:0 15px 35px rgba(0,0,0,.35);
transition:.35s;
}

.plant-map:hover{
transform:translateY(-8px);
box-shadow:0 20px 45px rgba(255,140,0,.20);
}

.plant-map iframe{
width:100%;
height:320px;
border:none;
border-radius:15px;
}
.plant-info h3{
color:#ff8c00;
font-size:30px;
margin-bottom:25px;
position:relative;
}

.plant-info h3::after{
content:"";
width:70px;
height:4px;
background:#ff8c00;
position:absolute;
left:0;
bottom:-10px;
border-radius:20px;
}

/* =========================
   FOOTER
========================= */

.footer{
background:#080808;
padding:40px 8% 20px;
border-top:1px solid rgba(255,140,0,.15);
}

.footer-links{
display:flex;
justify-content:center;
gap:40px;
flex-wrap:wrap;
margin-bottom:20px;
}

.footer-links a{
color:#d0d0d0;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.footer-links a:hover{
color:#ff8c00;
}

.footer-bottom{
text-align:center;
padding-top:20px;
border-top:1px solid rgba(255,255,255,.08);
color:#8c8c8c;
font-size:14px;
}

@media(max-width:768px){

.footer-links{
gap:20px;
}

}
/* =========================
   BACK TO TOP BUTTON
========================= */

#topBtn{
position:fixed;
bottom:95px;
right:20px;
width:55px;
height:55px;
border:none;
border-radius:50%;
background:#ff8c00;
color:#fff;
font-size:20px;
cursor:pointer;
display:none;
z-index:999;
box-shadow:0 10px 25px rgba(255,140,0,.35);
transition:.3s ease;
}

#topBtn:hover{
transform:translateY(-5px);
box-shadow:0 15px 35px rgba(255,140,0,.5);
}

.contact-section{
background: radial-gradient(circle at top, #141414, #0d0d0d);
}

/* =========================
   CONTACT TEXT FIX (UNIFORM STYLE)
========================= */

.contact-item h3{
    font-family: 'Montserrat', sans-serif;
    color: #ff8c00;
    font-weight: 700;
}

.contact-item p{
    font-family: 'Montserrat', sans-serif;
    color: #d0d0d0;
    font-size: 16px;
    line-height: 1.8;
}

/* Email + Phone links fix */
.contact-item a{
    font-family: 'Montserrat', sans-serif;
    color: #d0d0d0;   /* same as text */
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.contact-item a:hover{
    color: #ff8c00;
}

.contact-icon{
    color: #ff8c00;
    margin-right: 10px;
    font-size: 16px;
}
.contact-item a:hover .contact-icon{
    transform: scale(1.2);
    color: #ffa726;
    transition: 0.3s;
}

.contact-line{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}

.contact-icon{
    color: #ff8c00;
    font-size: 16px;
}

.contact-item a{
    color: #d0d0d0;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.contact-item a:hover{
    color: #ff8c00;
}
/* ==================================
   PREMIUM ABOUT PAGE
================================== */

/* ABOUT HERO */

.about-hero{
padding:120px 8%;
text-align:center;
background:linear-gradient(135deg,#111,#1a1a1a);
position:relative;
overflow:hidden;
}

.about-hero::before{
content:"";
position:absolute;
width:400px;
height:400px;
background:rgba(255,140,0,0.08);
border-radius:50%;
top:-150px;
right:-100px;
filter:blur(80px);
}

.about-hero h1{
font-size:60px;
font-weight:800;
color:#ff8c00;
margin-bottom:15px;
position:relative;
z-index:2;
}

.about-hero p{
font-size:22px;
color:#d0d0d0;
letter-spacing:2px;
position:relative;
z-index:2;
}

/* COMPANY PROFILE */

.company-profile{
max-width:1200px;
margin:auto;
padding:100px 8%;
}

.company-profile p{
font-size:17px;
line-height:2;
color:#d0d0d0;
margin-bottom:25px;
text-align:justify;
}

/* ACHIEVEMENTS */

.highlight-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:50px;
}

.highlight-card{
background:linear-gradient(145deg,#1a1a1a,#222);
padding:40px 25px;
border-radius:20px;
text-align:center;
border-top:4px solid #ff8c00;
transition:.35s;
box-shadow:0 15px 35px rgba(0,0,0,.35);
}

.highlight-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 45px rgba(255,140,0,.20);
}

.highlight-card h3{
font-size:48px;
font-weight:800;
color:#ff8c00;
margin-bottom:10px;
}

.highlight-card p{
color:#d0d0d0;
font-size:15px;
}

/* INDUSTRIES + WHY TRUST */

.why-card{
background:linear-gradient(145deg,#1a1a1a,#242424);
border-radius:20px;
padding:35px;
transition:.35s ease;
position:relative;
overflow:hidden;
}

.why-card::before{
content:"";
position:absolute;
top:0;
left:-100%;
width:100%;
height:100%;
background:linear-gradient(
90deg,
transparent,
rgba(255,255,255,.08),
transparent
);
transition:.8s;
}

.why-card:hover::before{
left:100%;
}

.why-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(255,140,0,.20);
}

.why-card i{
font-size:50px;
color:#ff8c00;
margin-bottom:20px;
}

.why-card h3{
font-size:24px;
margin-bottom:15px;
}

/* INFRASTRUCTURE */

.infrastructure .infra-box{
background:linear-gradient(145deg,#161616,#222);
padding:35px;
border-radius:20px;
border-left:4px solid #ff8c00;
}

.infrastructure .infra-box h3{
font-size:24px;
margin-bottom:15px;
}

/* CTA SECTION */

.about-hero:last-of-type{
background:linear-gradient(
135deg,
#ff8c00,
#ff6f00
);
margin-top:40px;
}

.about-hero:last-of-type h1{
color:#fff;
}

.about-hero:last-of-type p{
color:#fff;
opacity:.95;
}

.about-hero:last-of-type .welcome-btn{
background:#fff;
color:#ff8c00;
font-weight:700;
}

.about-hero:last-of-type .welcome-btn:hover{
transform:translateY(-4px);
}

/* SECTION TITLES */

.section-title h2{
font-size:46px;
font-weight:800;
margin-bottom:15px;
}

.section-title p{
font-size:18px;
color:#bdbdbd;
}

/* MOBILE */

@media(max-width:900px){

.highlight-grid{
grid-template-columns:1fr 1fr;
}

.about-hero h1{
font-size:42px;
}

}

@media(max-width:768px){

.highlight-grid{
grid-template-columns:1fr;
}

.about-hero{
padding:80px 6%;
}

.about-hero h1{
font-size:34px;
}

.about-hero p{
font-size:18px;
}

.company-profile p{
text-align:left;
}

}