

/* =====================================
   GLOBAL SETTINGS
===================================== */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
scroll-behavior:smooth;
}

body{
background:#ffffff;
color:#222;
overflow-x:hidden;
}

img{
max-width:100%;
display:block;
}

a{
text-decoration:none;
}

ul{
list-style:none;
}

.container{
width:90%;
max-width:1300px;
margin:auto;
}

/* =====================================
   TOP HEADER
===================================== */

.top-header{
background:#0B2545;
padding:10px 0;
font-size:14px;
}

.top-header .container{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.top-left,
.top-right{
display:flex;
gap:20px;
align-items:center;
}

.top-header a,
.top-header span{
color:#fff;
}

.top-header i{
color:#F58220;
margin-right:6px;
}

/* =====================================
   MAIN HEADER
===================================== */

.main-header{
background:#fff;
padding:15px 0;
box-shadow:0 2px 15px rgba(0,0,0,.08);
}

.header-wrapper{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo-area{
display:flex;
align-items:center;
gap:15px;
}

.logo-area img{
height:70px;
width:auto;
}

.logo-area h2{
font-size:28px;
color:#0B2545;
font-weight:700;
}

.logo-area p{
color:#F58220;
font-weight:600;
}

.header-buttons{
display:flex;
gap:15px;
}

.dealer-btn,
.login-btn{
padding:12px 25px;
border-radius:6px;
font-weight:600;
transition:.3s;
}

.dealer-btn{
background:#F58220;
color:#fff;
}

.login-btn{
background:#0B2545;
color:#fff;
}

.dealer-btn:hover,
.login-btn:hover{
transform:translateY(-3px);
}

/* =====================================
   NAVBAR
===================================== */


.navbar{
background:#0B2545;
position:sticky;
top:0;
z-index:999;
box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.navbar{
background:#0B2545;
position:sticky;
top:0;
z-index:999;
}

.navbar ul{
display:flex;
justify-content:center;
align-items:center;
}

.navbar ul li a{
display:block;
padding:18px 20px;
color:#fff;
font-weight:500;
transition:.3s;
}

.navbar ul li a:hover{
background:#F58220;
}

/* =====================================
   HERO SECTION
===================================== */









.hero{
    position: relative;
    min-height: 90vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:
    linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?q=80&w=2000&auto=format&fit=crop');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}









.hero{
height:90vh;
background:
linear-gradient(
rgba(0,0,0,.55),
rgba(0,0,0,.55)
),
url('assets/hero.jpg');

background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
position:relative;
}

.hero-content{
max-width:900px;
padding:20px;
color:#fff;
}

.hero-tag{
display:inline-block;
background:#F58220;
padding:10px 20px;
border-radius:30px;
font-size:14px;
margin-bottom:25px;
}

.hero-content h1{
font-size:60px;
line-height:1.2;
margin-bottom:25px;
font-weight:800;
}

.hero-content p{
font-size:18px;
line-height:1.8;
margin-bottom:35px;
}

.hero-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}




.primary-btn:hover,
.secondary-btn:hover,
.dealer-btn:hover,
.login-btn:hover{
transform:translateY(-4px);
transition:.3s;
}







.primary-btn{
background:#F58220;
color:#fff;
padding:15px 35px;
border-radius:5px;
font-weight:600;
}

.secondary-btn{
background:#fff;
color:#0B2545;
padding:15px 35px;
border-radius:5px;
font-weight:600;
}

/* =====================================
   STATS SECTION
===================================== */

.stats{
padding:80px 0;
background:#F5F7FA;
}

.stats .container{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.stat-box{
background:#fff;
padding:40px;
text-align:center;
border-radius:15px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.4s;
border-top:4px solid #F58220;
}


.stat-box:hover{
transform:translateY(-10px);
}

.stat-box h2{
font-size:50px;
color:#F58220;
font-weight:800;
margin-bottom:10px;
}

.stat-box p{
font-size:18px;
font-weight:600;
}

/* =====================================
   ABOUT SECTION
===================================== */

.about{
padding:100px 0;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.about-image img{
border-radius:12px;
box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.section-tag{
color:#F58220;
font-weight:700;
display:block;
margin-bottom:15px;
}

.about-content h2{
font-size:42px;
color:#0B2545;
margin-bottom:25px;
}

.about-content p{
line-height:1.9;
margin-bottom:18px;
color:#555;
}

.about-features{
display:grid;
grid-template-columns:1fr 1fr;
gap:15px;
margin-top:25px;
}

.about-features div{
background:#F5F7FA;
padding:15px;
border-radius:8px;
font-weight:600;
}

.about-features i{
color:#F58220;
margin-right:8px;
}
/* =====================================
   SECTION TITLE
===================================== */

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title span{
display:inline-block;
color:#F58220;
font-weight:700;
letter-spacing:1px;
margin-bottom:10px;
}

.section-title h2{
font-size:42px;
color:#0B2545;
margin-bottom:15px;
}

.section-title p{
max-width:700px;
margin:auto;
color:#666;
line-height:1.8;
}

/* =====================================
   WHY CHOOSE US
===================================== */

.why-us{
padding:100px 0;
background:#F5F7FA;
}

.why-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.why-card{
background:#fff;
padding:40px 25px;
border-radius:12px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.4s;
}

.why-card:hover{
transform:translateY(-10px);
}

.why-card i{
font-size:45px;
color:#F58220;
margin-bottom:20px;
}

.why-card h3{
color:#0B2545;
margin-bottom:15px;
}

.why-card p{
color:#666;
line-height:1.7;
}

/* =====================================
   PRODUCTS
===================================== */

.products{
padding:100px 0;
}

.product-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}


.product-card{
background:#fff;
border-radius:15px;
overflow:hidden;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.4s;
border:1px solid #eee;
}


.product-card:hover{
transform:translateY(-12px);
}

.product-card img{
height:250px;
width:100%;
object-fit:cover;
}

.product-card h3{
padding:20px 20px 10px;
color:#0B2545;
}

.product-card p{
padding:0 20px;
color:#666;
line-height:1.7;
}

.product-card a{
display:inline-block;
margin:20px;
background:#F58220;
color:#fff;
padding:12px 20px;
border-radius:5px;
font-weight:600;
}

/* =====================================
   INFRASTRUCTURE
===================================== */

.infrastructure{
padding:100px 0;
background:#F5F7FA;
}

.infra-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
}

.infra-grid img{
width:100%;
height:320px;
object-fit:cover;
border-radius:12px;
transition:.4s;
}

.infra-grid img:hover{
transform:scale(1.03);
}

/* =====================================
   PROJECT GALLERY
===================================== */

.projects{
padding:100px 0;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.gallery-grid img{
width:100%;
height:280px;
object-fit:cover;
border-radius:12px;
cursor:pointer;
transition:.4s;
}

.gallery-grid img:hover{
transform:scale(1.05);
}

/* =====================================
   DEALER SECTION
===================================== */

.dealer-section{
background:#0B2545;
padding:100px 0;
color:#fff;
}

.dealer-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.dealer-wrapper h2{
font-size:42px;
margin-bottom:15px;
}

.dealer-wrapper p{
line-height:1.8;
}

.dealer-wrapper form{
display:grid;
gap:15px;
}

.dealer-wrapper input{
padding:15px;
border:none;
border-radius:6px;
outline:none;
}

.dealer-wrapper button{
padding:15px;
background:#F58220;
border:none;
color:#fff;
font-weight:700;
border-radius:6px;
cursor:pointer;
}





.cta-section{
background:#F58220;
color:#fff;
padding:80px 20px;
text-align:center;
}

.cta-section h2{
font-size:42px;
margin-bottom:15px;
}

.cta-section p{
margin-bottom:25px;
font-size:18px;
}





/* =====================================
   TESTIMONIALS
===================================== */

.testimonials{
padding:100px 0;
background:#F5F7FA;
}

.testimonial-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.testimonial-card{
background:#fff;
padding:35px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.testimonial-card p{
line-height:1.9;
color:#555;
margin-bottom:20px;
}

.testimonial-card h4{
color:#0B2545;
}


/* =====================================
   CONTACT
===================================== */

.contact{
padding:100px 0;
}

.contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:start;
}

.contact-grid h2{
font-size:42px;
color:#0B2545;
margin-bottom:20px;
}

.contact-grid p{
margin-bottom:15px;
line-height:1.8;
}

.contact-grid form{
display:grid;
gap:15px;
}

.contact-grid input,
.contact-grid textarea{
padding:15px;
border:1px solid #ddd;
border-radius:6px;
outline:none;
resize:none;
}

.contact-grid button{
background:#F58220;
color:#fff;
border:none;
padding:15px;
border-radius:6px;
font-weight:700;
cursor:pointer;
}

/* =====================================
   FOOTER
===================================== */




.footer-grid a{
color:#d7d7d7;
transition:.3s;
}

.footer-grid a:hover{
color:#F58220;
}




footer{
background:#081A32;
color:#fff;
padding-top:70px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
padding-bottom:50px;
}

.footer-grid h3{
margin-bottom:20px;
color:#F58220;
}

.footer-grid p,
.footer-grid li{
margin-bottom:12px;
color:#d7d7d7;
}

.copyright{
border-top:1px solid rgba(255,255,255,.1);
text-align:center;
padding:25px;
font-size:14px;
}

/* =====================================
   WHATSAPP BUTTON
===================================== */

.whatsapp-btn{
position:fixed;
right:25px;
bottom:25px;
width:65px;
height:65px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
color:#fff;
z-index:9999;
box-shadow:0 8px 25px rgba(0,0,0,.25);
}

/* =====================================
   MOBILE RESPONSIVE
===================================== */

@media(max-width:991px){

.hero-content h1{
font-size:42px;
}

.about-grid,
.dealer-wrapper,
.contact-grid{
grid-template-columns:1fr;
}

.stats .container{
grid-template-columns:repeat(2,1fr);
}

.product-grid{
grid-template-columns:repeat(2,1fr);
}

.why-grid{
grid-template-columns:repeat(2,1fr);
}

.gallery-grid{
grid-template-columns:repeat(2,1fr);
}

.footer-grid{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.top-header .container{
flex-direction:column;
gap:10px;
}

.navbar ul{
flex-wrap:wrap;
}

.navbar ul li a{
padding:12px;
font-size:14px;
}

.hero{
height:auto;
padding:120px 20px;
}

.hero-content h1{
font-size:34px;
}

.hero-content p{
font-size:16px;
}

.stats .container,
.product-grid,
.why-grid,
.gallery-grid{
grid-template-columns:1fr;
}

.infra-grid{
grid-template-columns:1fr;
}

.section-title h2{
font-size:30px;
}

.about-content h2,
.contact-grid h2,
.dealer-wrapper h2{
font-size:30px;
}

.logo-area h2{
font-size:20px;
}

.header-wrapper{
flex-direction:column;
gap:15px;
}

.header-buttons{
flex-wrap:wrap;
justify-content:center;
}

}
.show{
opacity:1;
transform:translateY(0);
}

.about,
.products,
.why-us,
.projects,
.dealer-section,
.contact{
opacity:1;
transform:none;
}

.active-link{
background:#F58220;
}




.fade-up{
opacity:0;
transform:translateY(50px);
transition:.8s;
}

.fade-up.show{
opacity:1;
transform:translateY(0);
}






/* =====================================
   CAREER PAGE START
===================================== */

.test-box{
background:red;
color:white;
padding:20px;
font-size:30px;
text-align:center;
}


.career-banner{
background:linear-gradient(rgba(11,37,69,.85),rgba(11,37,69,.85)),
url('https://images.unsplash.com/photo-1504307651254-35680f356dfd');
background-size:cover;
background-position:center;
padding:120px 20px;
text-align:center;
color:#fff;
}

.career-banner h1{
font-size:55px;
margin-bottom:20px;
font-weight:800;
}

.career-banner p{
max-width:800px;
margin:auto;
font-size:20px;
line-height:1.8;
}

.career-section{
padding:80px 20px;
background:#f5f7fa;
}

.career-form{
background:#fff;
max-width:800px;
margin:auto;
padding:40px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.career-form h2{
text-align:center;
color:#0B2545;
font-size:35px;
margin-bottom:30px;
}

.career-form input,
.career-form textarea{
width:100%;
padding:15px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:8px;
font-size:16px;
}

.career-form input:focus,
.career-form textarea:focus{
outline:none;
border-color:#F58220;
}

.career-form button{
width:100%;
padding:15px;
background:#F58220;
color:white;
border:none;
border-radius:8px;
font-size:18px;
font-weight:600;
cursor:pointer;
transition:.3s;
}

.career-form button:hover{
background:#d96f00;
}

/* =====================================
   CAREER PAGE END
===================================== */

