/* ================= GLOBAL RESET ================= */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html,body{
overflow-x:hidden;
}

body{
font-family:'Poppins',sans-serif;
background:#f5f7fb;
color:#333;
padding-top:80px;
}

/* ================= GLOBAL CONTAINER ================= */

.container{
max-width:1200px;
margin:auto;
padding:0 20px;
}

/* ================= NAVBAR ================= */

.navbar{
display:flex;
align-items:center;
justify-content:space-between;
padding:0 20px;
height:80px;
background:#fff;
position:fixed;
top:0;
left:0;
width:100%;
z-index:1000;
box-shadow:0 2px 5px rgba(0,0,0,0.05);
}

.logo img{
height:60px;
}

.nav-links{
display:flex;
list-style:none;
gap:30px;
}

.nav-links a{
text-decoration:none;
color:#333;
font-weight:500;
transition:0.3s;
}

.nav-links a:hover{
color:#ff7a00;
}

.btn-orange{
background:#ff7a00;
color:white;
border:none;
padding:10px 18px;
border-radius:6px;
text-decoration:none;
cursor:pointer;
font-weight:500;
transition:0.3s;
}

.btn-orange:hover{
background:#e56700;
}

/* ================= HERO SECTION ================= */

.hero-section{
position:relative;
min-height:calc(100vh - 80px);
background-image:url("images/hero_section_img.webp");
background-size:cover;
background-position:center;
display:flex;
align-items:center;
padding-left:8%;
}

.hero-section::before{
content:"";
position:absolute;
inset:0;
background:rgba(0,0,0,0.55);
}

.hero-content{
position:relative;
color:white;
max-width:700px;
}

.hero-content h1{
font-size:48px;
font-weight:700;
margin-bottom:20px;
}

.hero-content h3{
font-size:24px;
margin-bottom:15px;
}

.hero-content h5{
font-size:16px;
margin-bottom:30px;
}

.hero-buttons{
display:flex;
gap:20px;
}

/* ================= ABOUT SECTION ================= */

.about-section{
padding:100px 8%;
background:#fff;
}

.about-heading{
text-align:center;
font-size:36px;
color:#1f3c88;
margin-bottom:20px;
}

.about-description{
text-align:center;
max-width:800px;
margin:0 auto 60px;
line-height:1.6;
color:#555;
}

.about-container{
display:flex;
align-items:center;
gap:60px;
}

.about-image img{
width:100%;
border-radius:12px;
}

.about-content h3{
font-size:24px;
margin-bottom:15px;
color:#1f3c88;
}

.about-content p{
margin-bottom:20px;
line-height:1.6;
color:#555;
}

.about-points{
list-style:none;
margin-bottom:25px;
}

.about-points li{
margin-bottom:12px;
padding-left:28px;
position:relative;
font-weight:500;
}

.about-points li::before{
content:"✔";
position:absolute;
left:0;
color:#ff7a00;
}

.btn-blue{
background:#1f3c88;
color:white;
padding:12px 24px;
border-radius:6px;
text-decoration:none;
font-weight:500;
}

.btn-blue:hover{
background:#162d66;
}

.orange-text{
color:#ff6600;
}

/* ================= SERVICES ================= */

.services{
padding:100px 0;
text-align:center;
}

.services-title{
font-size:42px;
font-weight:bold;
color:#1f3c88;
margin-bottom:15px;
}

.services-subtitle{
max-width:800px;
margin:0 auto 60px;
font-size:18px;
line-height:1.6;
}

.services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

.service-box img{
width:100%;
height:220px;
object-fit:cover;
border-radius:10px;
margin-bottom:20px;
}

.service-box h3{
font-size:22px;
color:#1f3c88;
margin-bottom:10px;
}

.service-box p{
color:#555;
line-height:1.6;
}

.services-btn{
margin-top:60px;
}

.view-btn{
background:#ff7a00;
color:white;
padding:14px 32px;
border-radius:6px;
text-decoration:none;
font-weight:600;
}

.view-btn:hover{
background:#cc6200;
}

/* ================= WHY CHOOSE ================= */

.why-choose{
padding:100px 0;
background:#f8f9fc;
}

.why-title{
text-align:center;
font-size:42px;
color:#1f3c88;
margin-bottom:15px;
}

.why-subtitle{
text-align:center;
max-width:800px;
margin:0 auto 60px;
font-size:18px;
}

.why-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
}

.why-box{
background:#fff;
padding:40px 30px;
border-radius:12px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.why-box i{
font-size:40px;
color:#1f3c88;
margin-bottom:20px;
}

.why-box h3{
font-size:22px;
margin-bottom:15px;
color:#1f3c88;
}

/* ================= INDUSTRIES ================= */

.industries{
padding:80px 20px;
background:#f4f7fc;
}

.industries-title{
font-size:42px;
font-weight:700;
color:#1e3a8a;
margin-bottom:10px;
}

.industries-subtitle{
font-size:18px;
color:#777;
margin-bottom:50px;
}

.industries-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

.industry-box{
background:white;
padding:35px;
border-radius:10px;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

.industry-box h3{
font-size:20px;
color:#1e3a8a;
margin-bottom:15px;
}

.industry-box p{
color:#666;
line-height:1.6;
}

/* ================= CTA ================= */

#cta{
background:#1F2937;
padding:60px 20px;
text-align:center;
color:white;
}

.cta-title{
color:#1E90FF;
font-size:2.5rem;
margin-bottom:15px;
}

.cta-description{
max-width:600px;
margin:auto auto 20px;
}

.cta-button{
background:#FF6600;
color:white;
padding:12px 25px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}

/* ================= FOOTER ================= */

#footer{
background:#111827;
color:white;
padding:50px 20px;
}

.footer-container{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
gap:30px;
max-width:1200px;
margin:auto;
}

.footer-column{
width:220px;
}

.footer-column h3{
margin-bottom:15px;
}

.footer-column ul{
list-style:none;
}

.footer-column ul li{
margin-bottom:8px;
}

.footer-column ul li a{
color:#ccc;
text-decoration:none;
}

.footer-column ul li a:hover{
color:#ff6600;
}

.footer-bottom{
margin-top:40px;
text-align:center;
}

/* ================= MOBILE RESPONSIVE ================= */

@media (max-width:1024px){

.services-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:768px){

body{
padding-top:70px;
}

.navbar{
flex-direction:column;
height:100px;
padding:15px;
}

.logo img{
height:50px;
}

.nav-links{
flex-direction:column;
gap:12px;
align-items:center;
}

.btn-orange{
width:100%;
text-align:center;
margin-top:10px;
}

.hero-section{
padding:80px 20px;
justify-content:center;
text-align:center;
}

.hero-content{
max-width:95%;
margin:auto;
}

.hero-content h1{
font-size:30px;
}

.hero-content h3{
font-size:18px;
}

.hero-content h5{
font-size:14px;
}

.hero-buttons{
flex-direction:column;
gap:12px;
}

.about-container{
flex-direction:column;
gap:30px;
text-align:center;
}

.services-grid{
grid-template-columns:1fr;
}

.why-grid{
grid-template-columns:1fr;
}

.industries-grid{
grid-template-columns:1fr;
}

.footer-container{
flex-direction:column;
align-items:center;
text-align:center;
}

}


