/* ==================================================
   LPX Solutions Website CSS
   ================================================== */


html{
scroll-behavior:smooth;
}

*{
box-sizing:border-box;
}

body{
margin:0;
font-family:'Inter',sans-serif;
background:#f5f7fa;
color:#333;
overflow-x:hidden;
padding-top:80px;
}

body {
  background-image: url("images/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


body,html{
max-width:100%;
overflow-x:hidden;
}

img{
max-width:100%;
height:auto;
display:block;
}

section{
width:100%;
box-sizing:border-box;
scroll-margin-top: 100px;
}

/* NAVBAR */

.navbar{
position:fixed;
top:0;
left:0;
width:100%;
background:white;
z-index:1000;
border-bottom:1px solid #eee;
}

.nav-container{
max-width:1200px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 24px;
}

.logo{
font-weight:700;
color:#1F6FB8;
}

.nav-links{
display:flex;
list-style:none;
gap:28px;
margin:0;
padding:0;
}

.nav-links a{
text-decoration:none;
color:#1F6FB8;
font-weight:500;
}

.nav-links a:hover{
color:#2E9E44;
}

.nav-logo{
opacity:0;
transition:opacity 0.3s ease;
}

.nav-logo img{
height:36px;
}

.navbar.scrolled .nav-logo{
opacity:1;
}

.hamburger{
display:none;
font-size:28px;
cursor:pointer;
}

/* HERO */

.hero{
/*background:linear-gradient(rgba(255,255,255,0.92),rgba(255,255,255,0.92)),url('images/hero-bg.jpg');*/
background:white;
background-size:cover;
background-position:center;
padding:30px 20px 40px;
color:#1F6FB8;
text-align:center;
}

.hero img{
height:200px;
margin:auto;
display:block;
}

.tagline{
margin-top:15px;
font-size:18px;
color:#555;
}

.hero-strip{
margin-top:30px;
font-size:15px;
color:#1F6FB8;
font-weight:500;
}

.cred-strip{
margin-top:30px;
display:flex;
gap:40px;
justify-content:center;
flex-wrap:wrap;
font-weight:500;
color:#1F6FB8;
}

/* LAYOUT */

.container,
.services,
.methodology,
.case-studies,
.why{
max-width:1200px;
margin:100px auto;
padding:0 24px;
}

/* ABOUT */

.container{
display:flex;
flex-wrap:wrap;
gap:60px;
}

.left{
flex:1;
min-width:0;
background:white;
padding:40px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.left h1{
font-size:44px;
color:#1F6FB8;
}

.left p{
font-size:18px;
line-height:1.7;
}

.right{
flex:1;
min-width:0;
background:white;
padding:40px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.right h2{
color:#2E9E44;
}

.section-title{
font-size:36px;
color:#1F6FB8;
margin:0 auto 40px auto;
text-align:center;
width:100%;
}

.sub-title{
color:#2E9E44;
font-size:28px;
margin-bottom:20px;
}

.about-grid{
display:flex;
flex-wrap:wrap;
gap:40px;
widht:100%;
}

.about-grid .left,
.about-grid .right{
flex:1;
min-width:320px;
}

.credibility{
font-size:14px;
color:#666;
margin-bottom:20px;
font-style:italic;
}

#contact{
scroll-margin-top:120px;
}

/* FORM */

form{
display:flex;
flex-direction:column;
width:100%;
gap:16px;
}

form input,
form textarea{
width:100%;
padding:14px;
/*margin-bottom:16px;*/
border-radius:12px;
border:1px solid #ddd;
font-size:15px;
box-sizing:border-box;
}

.submit-btn{
background:#1F6FB8;
/*background:#D62828;*/
color:white;
border:none;
padding:16px;
width:100%;
font-size:18px;
font-weight:600;
border-radius:40px;
cursor:pointer;
transition:0.25s;
}

.submit-btn:hover{
background:#2E9E44;
}

.form-container{
max-width:700px;
margin:auto;
}

/* SERVICES */

.services{
text-align:center;
}

.services h2{
font-size:36px;
color:#1F6FB8;
margin-bottom:60px;
}

.service-grid{
display:flex;
flex-wrap:wrap;
gap:40px;
justify-content:center;
}

.service-card{
background:white;
padding:40px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,0.06);
max-width:320px;
}

.service-card img{
height:70px;
margin:0 auto 20px auto;
}

.service-card h3{
color:#2E9E44;
}

/* METHODOLOGY */

.methodology{
text-align:center;
}

.methodology h2{
font-size:36px;
color:#1F6FB8;
margin-bottom:60px;
}

.method-grid{
display:flex;
flex-wrap:wrap;
gap:40px;
justify-content:center;
}

.method-card{
background:white;
padding:35px;
border-radius:18px;
box-shadow:0 15px 35px rgba(0,0,0,0.07);
max-width:320px;
}

.method-card h3{
color:#2E9E44;
}

.method-card img{
height:70px;
margin-bottom:20px;
margin:0 auto 20px auto;
}

.method-card i{
width:36px;
height:36px;
color:#1F6FB8;
margin-bottom:12px;
}

.service-card,
.method-card,
.case-card{
text-align:center;
}

/* CASE STUDIES */

.case-studies{
text-align:center;
}

.case-studies h2{
font-size:36px;
color:#1F6FB8;
margin-bottom:60px;
}

.case-grid{
display:flex;
flex-wrap:wrap;
gap:40px;
justify-content:center;
}

.case-card{
background:white;
padding:35px;
border-radius:18px;
box-shadow:0 15px 35px rgba(0,0,0,0.07);
max-width:320px;
}

.case-card img{
height:70px;
margin:0 auto 20px auto;
}

.case-card h3{
color:#2E9E44;
}

/* AUTOMATION METRICS */

.automation-metrics{
background:white;
padding:40px;
border-radius:18px;
margin-bottom:60px;
box-shadow:0 15px 35px rgba(0,0,0,0.07);
}

.automation-metrics h3{
color:#1F6FB8;
margin-bottom:30px;
}

.metrics-grid{
display:flex;
gap:40px;
flex-wrap:wrap;
justify-content:center;
}

.metric-number{
font-size:36px;
font-weight:700;
color:#2E9E44;
display:block;
}

/* CAPABILITY */

.capability{
background:white;
padding:90px 40px;
text-align:center;
}

.capability h2{
font-size:34px;
color:#1F6FB8;
margin-bottom:50px;
}

.capability-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
max-width:1000px;
margin:auto;
}

.capability-grid div{
background:#f5f7fa;
padding:18px;
border-radius:10px;
font-weight:500;
}

/* WHY */

.why{
text-align:center;
}

.why h2{
font-size:36px;
color:#1F6FB8;
margin-bottom:60px;
}

.why-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:40px;
}

.why-card{
background:white;
padding:35px;
border-radius:18px;
box-shadow:0 15px 35px rgba(0,0,0,0.07);
text-align:left;
}

.why-card h3{
color:#2E9E44;
}

.why-card ul{
padding-left:18px;
}

/* CTA */

.final-cta{
background:#1F6FB8;
color:white;
text-align:center;
padding:80px 20px;
}

.cta-button{
display:inline-block;
margin-top:30px;
padding:15px 36px;
background:#2E9E44;
color:white;
border-radius:40px;
text-decoration:none;
font-weight:600;
}

.cta-button:hover{
background:#D62828;
}

/* STICKY CTA */

.sticky-cta{
position:fixed;
right:20px;
bottom:20px;
background:#2E9E44;
color:white;
padding:14px 24px;
border-radius:30px;
text-decoration:none;
font-weight:600;
box-shadow:0 8px 25px rgba(0,0,0,0.2);
}

.sticky-cta:hover{
background:#D62828;
}

/* FOOTER */

footer{
background:#1F6FB8;
color:white;
text-align:center;
padding:20px;
font-size:14px;
}



/* MOBILE */

@media(max-width:768px){

.container{
flex-direction:column;
}

.hamburger{
display:block;
}

.nav-links{
display:none;
flex-direction:column;
position:absolute;
top:70px;
left:0;
width:100%;
background:white;
padding:20px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.nav-links li{
margin:10px 0;
}

.nav-links.active{
display:flex;
}

.right{
padding:30px;
margin:auto;
width:100%;
}

.form-container{
margin:auto;
width:100%;
}

.about-grid{
flex-direction:column;
}

.about-grid .left,
.about-grid .right{
width:100%;
}

}
