body{

font-family: 'Segoe UI', Arial, sans-serif;
margin:0;
background:#f5f7fb;
color:#333;

}


.container{

width:90%;
max-width:1200px;
margin:auto;

}



/* HEADER */

.header{

background:white;
box-shadow:0 2px 10px rgba(0,0,0,0.1);

}

.header-container{

display:flex;
align-items:center;
justify-content:space-between;
padding:15px 0;

}

.logo{

display:flex;
align-items:center;
gap:10px;

}

.logo img{

height:50px;

}

nav ul{

display:flex;
list-style:none;
gap:25px;

}

nav a{

text-decoration:none;
font-weight:600;
color:#333;

}

nav a:hover{

color:#1fa463;

}


.apply-btn{

background:#1fa463;
color:white;

padding:10px 20px;

border-radius:5px;

text-decoration:none;
font-weight:bold;

}



/* HERO */

.hero{

background:linear-gradient(120deg,#1fa463,#0f7c47);
color:white;

padding:60px 0;

}

.hero-container{

display:flex;
align-items:center;
justify-content:space-between;

}

.hero-text{

max-width:500px;

}

.hero-text h1{

font-size:42px;

}

.cta-button{

display:inline-block;
margin-top:20px;

background:white;
color:#1fa463;

padding:15px 30px;

font-weight:bold;
border-radius:5px;

text-decoration:none;

}

.hero-image img{

width:350px;

}



/* FEATURES */

.features{

text-align:center;
margin:60px auto;

}

.feature-grid{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;

margin-top:30px;

}

.feature-card{

background:white;
padding:25px;

border-radius:8px;

box-shadow:0 3px 10px rgba(0,0,0,0.1);

}



/* QUALIFY */

.qualify{

background:white;
padding:60px 0;

}

.qualify-container{

display:flex;
align-items:center;
justify-content:space-between;

}

.qualify-text ul{

list-style:none;
padding:0;

}

.qualify-text li{

margin:15px 0;
font-size:18px;

}

.qualify-image img{

width:300px;

}



/* TRUST */

.trust{

text-align:center;
padding:40px 0;

}



/* FOOTER */

.footer{

background:#111;
color:white;

padding:40px 0;

}

.footer-grid{

display:grid;
grid-template-columns:repeat(3,1fr);

}

.footer img{

width:25px;
margin-right:10px;

}

.loan-calculator{

background:#f8fafc;
padding:60px 0;
text-align:center;

}

.calculator-box{

background:white;

width:400px;

margin:auto;

padding:30px;

border-radius:8px;

box-shadow:0 4px 15px rgba(0,0,0,0.1);

}

.calculator-box label{

display:block;

margin-top:15px;

font-weight:600;

}

.calculator-box input,
.calculator-box select{

width:100%;

padding:10px;

margin-top:5px;

border-radius:5px;

border:1px solid #ccc;

}

.calculator-box button{

margin-top:20px;

width:100%;

padding:12px;

background:#1fa463;

color:white;

border:none;

font-size:16px;

border-radius:5px;

cursor:pointer;

}

.calculator-box button:hover{

background:#188a53;

}

.results{

margin-top:25px;

font-size:18px;

}

.total{

font-weight:bold;

font-size:22px;

color:#1fa463;

}



.loan-section{

padding:60px 20px;
text-align;

}

.loan-calculator{

max-width:500px;
margin;
background;
padding:30px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);

}

.loan-calculator input[type="range"]{

width:100%;
margin:20px 0;

}

.loan-calculator input[type="date"]{

width:100%;
padding:10px;
margin-top:10px;

}

.loan-results{

margin-top:20px;
font-size:18px;

}

.total{

font-size:22px;
font-weight;
color:#1fa463;

}

/* FORM */

.loan-form{

max-width:400px;
margin:40px auto;

display;
flex-direction;
gap:15px;

}

.loan-form input{

padding:12px;
border-radius:5px;
border:1px solid #ccc;

}

.loan-form button{

padding:14px;
background:#1fa463;
color;
border;
font-size:16px;
border-radius:5px;
cursor;

}

.loan-form button{

background:#157c47;

}

/* MOBILE RESPONSIVE */

@media (max-width:768px){

.hero-container{

flex-direction;
text-align;

}

.feature-grid{

grid-template-columns:1fr;

}

.qualify-container{

flex-direction;

}

.footer-grid{

grid-template-columns:1fr;

}

}

/* Loan Section */

.loan-section{

padding:60px 20px;
text-align:center;

}

.calculator-box{

max-width:450px;
margin:auto;
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 4px 15px rgba(0,0,0,0.1);

}

.calculator-box input[type="range"]{

width:100%;
margin:20px 0;

}

.calculator-box input[type="date"]{

width:100%;
padding:10px;
margin-top:10px;

}

.loan-results{

margin-top:20px;
font-size:18px;

}

.total{

font-size:22px;
font-weight:bold;
color:#1fa463;

}