<style>

body{
font-family:Arial,sans-serif;
margin:0;
padding:0;
line-height:1.6;
background:#f5f7fa;
scroll-behavior:smooth;
}

header{
background:#0A2540;
color:white;
text-align:center;
padding:30px;
}

header img{
width:140px;
height:auto;
margin-bottom:10px;
}

header h1{
margin:10px 0;
}

nav{
background:#163a5f;
text-align:center;
padding:12px;
position:sticky;
top:0;
z-index:1000;
}

nav a{
    color:white;
    text-decoration:none;
    padding:16px 22px;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

nav a:hover{
color:#ffd700;
}

.hero{
background:linear-gradient(rgba(10,37,64,0.85),rgba(10,37,64,0.85)),
url('https://images.unsplash.com/photo-1566073771259-6a8506099945');
background-size:cover;
background-position:center;
text-align:center;
padding:80px 20px 70px;
color:white;
}

.hero h2{
color:white;
font-size:40px;
margin-bottom:20px;
}

.hero p{
color:white;
font-size:18px;
font-weight:bold;
letter-spacing:1px;
}
.btn{
display:inline-block;
background:#0B2E59;
color:#ffffff !important;
padding:16px 45px;
min-width:220px;
font-size:16px;
font-weight:600;
text-decoration:none;
border:none;
border-radius:50px;
cursor:pointer;
transition:.3s ease;
box-shadow:0 8px 20px rgba(11,46,89,.25);
margin-top:20px;
}

.btn:hover{
background:#2E7D32;
transform:translateY(-4px);
box-shadow:0 12px 28px rgba(0,0,0,.25);
}
.section{
max-width:1100px;
margin:auto;
padding:50px 20px;
}
#about{
    max-width:1250px;
    margin:80px auto;
    padding:60px;
    background:#ffffff;
    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

#about h2{
    text-align:center;
    font-size:42px;
    color:#0B2E59;
    margin-bottom:15px;
}

.section-subtitle{
    text-align:center;
    max-width:800px;
    margin:0 auto 30px;
    font-size:18px;
    color:#2E7D32;
    font-weight:600;
    letter-spacing:0.5px;
    text-transform:uppercase;
    line-height:1.5;
}

#about p{
    font-size:17px;
    line-height:1.9;
    color:#555;
    text-align:left;
    margin-bottom:22px;
    letter-spacing:0;
    word-spacing:0;
}
@media (max-width:768px){

#about p{
    text-align:left;
    font-size:18px;
    line-height:1.8;
    letter-spacing:0;
    word-spacing:0;
}

}
.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:24px;
margin-top:35px;
}

.section-subtitle{
    text-align:center;
    max-width:900px;
    margin:0 auto 45px;
    font-size:22px;
    color:#2E7D32;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    line-height:1.5;
}

.card{
background:#ffffff;
padding:28px 24px;
margin:0;
border-radius:16px;
box-shadow:0 8px 25px rgba(0,0,0,.08);
border-top:4px solid #2E7D32;
transition:.3s;
}

.card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,.15);
border-top-color:#C9A227;
}

.service-icon{
width:58px;
height:58px;
margin:0 auto 18px;
border-radius:50%;
background:#0B2E59;
color:white;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
box-shadow:0 6px 18px rgba(0,0,0,.18);
}

.service-card h3{
text-align:center;
color:#0B2E59;
font-size:20px;
margin-bottom:14px;
}

.service-card p{
font-size:16px;
line-height:1.7;
color:#555;
text-align:center;
}
#manpower .service-icon{
background:#2E7D32;
}

#manpower .card{
border-top:4px solid #0B2E59;
}

#manpower .card:hover{
border-top-color:#C9A227;
}
#why-choose .service-icon{
background:#C9A227;
color:#ffffff;
}

#why-choose .card{
border-top:4px solid #2E7D32;
}

#why-choose .card:hover{
border-top-color:#0B2E59;
}
.whatsapp-btn{
position:fixed;
bottom:20px;
right:20px;
background:#25D366;
color:white !important;
padding:15px 20px;
text-decoration:none;
border-radius:50px;
font-weight:bold;
box-shadow:0 2px 10px rgba(0,0,0,.3);
}

.whatsapp-btn:hover{
opacity:0.9;
}

footer{
background:linear-gradient(135deg,#0A2540,#0B2E59);
color:#ffffff;
text-align:center;
padding:45px 20px 35px;
border-top:4px solid #C9A227;
box-shadow:0 -10px 30px rgba(0,0,0,.18);
}

footer h3{
font-size:28px;
letter-spacing:1px;
margin-bottom:12px;
color:#ffffff;
}

footer p{
font-size:16px;
line-height:1.8;
margin-bottom:16px;
}

footer a{
color:#ffffff;
text-decoration:none;
font-weight:600;
}

footer a:hover{
color:#FFD54F;
text-decoration:underline;
}
@media (max-width: 768px) {

  nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 10px 6px;
  }
  header {
    padding: 20px 12px;
  }

  header img {
    width: 110px;
    height: auto;
  }
  nav a {
    font-size: 14px;
    padding: 8px 6px;
  }

  header h1,
  .hero h2 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 12px;
}

  header p,
  .hero p {
    font-size: 16px;
    line-height: 1.6;
  }

  .section {
    padding: 35px 14px;
  }

  .section h2 {
    font-size: 30px;
  }

  .card {
    font-size: 17px;
    line-height: 1.6;
    padding: 24px 18px;
  }

  footer {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 110px;
}

footer h3 {
  font-size: 24px;
  line-height: 1.3;
}

footer p {
  margin-bottom: 14px;
}

.whatsapp-btn {
  right: 16px;
  bottom: 18px;
  padding: 14px 22px;
  font-size: 18px;
  border-radius: 40px;
}

  iframe {
    height: 280px;
  }
}
.menu-toggle{
display:none;
background:#0A2540;
color:#fff;
border:none;
font-size:20px;
font-weight:bold;
padding:12px 18px;
cursor:pointer;
width:100%;
}

.nav-links{
display:flex;
justify-content:center;
gap:25px;
}

@media (max-width:768px){

.menu-toggle{
display:block;
}

.nav-links{
display:none;
flex-direction:column;
background:#0A2540;
}

.nav-links.show{
display:flex;
}

.nav-links a{
display:block;
padding:12px 15px;
font-size:18px;
font-weight:600;
text-decoration:none;
color:#fff;
border-top:1px solid rgba(255,255,255,.12);
text-align:center;
transition:.3s;
}

.nav-links a:hover{
background:#12385d;
}

}
.menu-toggle{
display:none;
background:#0A2540;
color:#fff;
border:none;
font-size:20px;
font-weight:bold;
padding:12px 18px;
cursor:pointer;
width:100%;
}

.nav-links{
display:flex;
justify-content:center;
gap:25px;
}

@media (max-width:768px){

.menu-toggle{
display:block;
}

.nav-links{
display:none;
flex-direction:column;
background:#0A2540;
}

.nav-links.show{
display:flex;
}

.nav-links a{
display:block;
padding:12px 15px;
font-size:18px;
font-weight:600;
text-decoration:none;
color:#fff;
border-top:1px solid rgba(255,255,255,.12);
text-align:center;
transition:.3s;
}

.nav-links a:hover{
background:#12385d;
}

}

.belief-box{
    margin-top:35px;
    background:#F4FBF5;
    border-left:6px solid #2E7D32;
    padding:25px 30px;
    border-radius:12px;
}

.belief-box h3{
    color:#0B2E59;
    margin-bottom:15px;
    font-size:24px;
}

.belief-box p{
    font-size:20px;
    font-style:italic;
    color:#2E7D32;
    line-height:1.8;
    margin:0;
}
.core-principle{
    margin-top:20px;
    background:#0B2E59;
    color:#ffffff;
    padding:18px 25px;
    border-radius:12px;
    font-size:18px;
    font-weight:600;
    text-align:center;
    box-shadow:0 6px 18px rgba(0,0,0,0.15);
}

.core-principle strong{
    color:#FFD54F;
}
#industries .service-icon{
background:#0B2E59;
}

#industries .card{
border-top:4px solid #C9A227;
}

#industries .card:hover{
border-top-color:#2E7D32;
}

#commitment .service-icon{
background:#0B2E59;
color:#FFD54F;
}

#commitment .card{
border-top:4px solid #FFD54F;
}

#commitment .card:hover{
border-top-color:#2E7D32;
}
#contact input,
#contact textarea{

width:100%;
padding:16px;
border:2px solid #E5E7EB;
border-radius:12px;
font-size:16px;
font-family:Arial, sans-serif;
background:#ffffff;
transition:.3s ease;
box-sizing:border-box;

}

#contact input:focus,
#contact textarea:focus{

border-color:#2E7D32;
outline:none;
box-shadow:0 0 0 4px rgba(46,125,50,.12);

}

#contact textarea{

resize:vertical;
min-height:140px;

}

#contact .card{
    max-width:980px;
    margin:0 auto;
    padding:25px 30px;
}

#contact .section-subtitle{
max-width:800px;
margin:0 auto 35px;
text-align:center;
}

#contact p{
margin-bottom:20px;
}
#contact form{
max-width:900px;
margin:0 auto;
}
.contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
align-items:stretch;
}

@media(max-width:768px){
.contact-grid{
grid-template-columns:1fr;
}
}
#contact a{
    color:#0B2E59;
    text-decoration:none;
    font-weight:500;
}

#contact a:hover{
    color:#2E7D32;
    text-decoration:underline;
}
#contact iframe{
width:100%;
height:400px;
border:0;
border-radius:12px;
display:block;
}
.footer-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
max-width:1100px;
margin:0 auto;
text-align:left;
align-items:start;
}

.footer-left,
.footer-right{
padding:10px;
}

.footer-left h3{
font-size:30px;
line-height:1.2;
margin-bottom:18px;
letter-spacing:.5px;
}

.footer-right h4{
color:#FFD54F;
font-size:20px;
margin-bottom:12px;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,.15);
margin-top:30px;
padding-top:20px;
text-align:center;
font-size:15px;
}
.section h2{
    text-align:center;
    font-size:52px;
    color:#0A2540;
    margin-bottom:18px;
    font-weight:700;
    letter-spacing:0.5px;
}
@media(max-width:768px){

.footer-grid{
grid-template-columns:1fr;
text-align:center;
}

.footer-left,
.footer-right{
text-align:center;
}

}
.footer-left p,
.footer-right p,
.footer-bottom p{
color:#D6E4F0 !important;
}

.footer-left a,
.footer-right a{
color:#FFFFFF !important;
text-decoration:none;
}

.footer-left a:hover,
.footer-right a:hover{
color:#FFD54F !important;
}
.footer-line{
width:100px;
height:3px;
background:#FFD54F;
border:none;
margin:22px 0 30px;
border-radius:5px;
}
.footer-left p{
margin-bottom:20px;
}
.contact-card h3{
    font-size:28px;
    color:#0B2E59;
    margin-bottom:25px;
}

.contact-card p{
    font-size:17px;
    line-height:1.8;
}

.contact-card strong{
    font-size:18px;
    color:#000;
}
#contact .contact-grid .card{
padding:40px;
}
.service-icon svg{
width:32px;
height:32px;
stroke:#ffffff;
fill:none;
stroke-width:2;
stroke-linecap:round;
stroke-linejoin:round;
}
.service-icon{
    width:70px;
    height:70px;
    background:#0B2E59;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
}

.service-icon i{
    font-size:32px;
    color:#ffffff;
    line-height:1;
}
#contact .card h3{
    font-size:28px;
    color:#0B2E59;
    margin-bottom:25px;
}

#contact .card i{
    color:#2E7D32;
    font-size:18px;
    margin-right:8px;
}
/* FINAL MOBILE ABOUT US FIX */
@media (max-width:768px){

#about{
    width:auto;
    max-width:none;
    margin:30px 10px;
    padding:30px 18px;
    box-sizing:border-box;
}

#about h2{
    font-size:38px;
    line-height:1.2;
    margin-bottom:18px;
}

#about .section-subtitle{
    font-size:16px;
    line-height:1.5;
    letter-spacing:0;
    margin:0 auto 28px;
    text-align:center;
}

#about p{
    font-size:17px;
    line-height:1.75;
    text-align:left;
    letter-spacing:0;
    word-spacing:0;
}

}
/* FINAL MOBILE POLISH */
@media (max-width:768px){

#about h2{
    font-size:34px;
}

.whatsapp-btn{
    bottom:12px;
    right:12px;
    font-size:16px;
    padding:12px 18px;
}

}
</style>