body{
font-family:Arial;
background:#f4f6fb;
margin:0;
}

.topbar{
background:white;
/* padding:5px; */
border-bottom:1px solid #ddd;
}

.orange{
color:#f36f21;
}

.blue{
color:#2aa7df;
}

.stepbar{
background:#2f7db8;
padding:10px;
display:flex;
justify-content:center;
gap:30px;
}

.circle{
width:40px;
height:40px;
border-radius:50%;
background:white;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
}

.active{
background:#ff6a00;
color:white;
}

.form-box{
width:900px;
margin:60px auto;
background:white;
padding:40px;
border-radius:6px;
}

.section{
background:#2f7db8;
color:white;
padding:15px;
margin-top:30px;
}

.row{
display:flex;
gap:20px;
margin-top:15px;
}

.row input{
flex:1;
padding:12px;
border:1px solid #ccc;
border-radius:4px;
}

.continue{
background:#ff6a00;
color:white;
border:none;
padding:15px 40px;
margin-top:30px;
cursor:pointer;
font-size:16px;
}
.success-box{
width:450px;
margin:120px auto;
background:white;
padding:40px;
text-align:center;
border-radius:8px;
box-shadow:0 0 15px rgba(0,0,0,0.1);
}
.success-box a{
display:inline-block;
margin-top:20px;
background:#ff6a00;
color:white;
padding:12px 25px;
text-decoration:none;
border-radius:5px;
}
/* STEP BAR */

.step-progress{
background:#2d7fb3;
background-image:url("https://www.transparenttextures.com/patterns/hexellence.png");
padding:60px 0;
display:flex;
align-items:center;
justify-content:center;
gap:20px;
}

.step{
width:60px;
height:60px;
border-radius:50%;
background:#0b5c90;
color:white;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
font-weight:bold;
}

.step.active{
background:white;
color:#ff6a00;
}

.line{
width:80px;
height:3px;
background:white;
}
/* ADMIN BACKGROUND */

.admin-bg{
background:#f4f6fb;
font-family:Arial;
}

/* LOGIN CARD */

.admin-card{
width:350px;
margin:120px auto;
background:white;
padding:40px;
border-radius:8px;
box-shadow:0 0 15px rgba(0,0,0,0.1);
text-align:center;
}

.admin-title{
margin-bottom:20px;
}

.admin-card input{
width:100%;
padding:12px;
margin:10px 0;
border:1px solid #ccc;
border-radius:4px;
}

/* LOGIN BUTTON */

.login-btn{
width:100%;
padding:12px;
background:#ff6a00;
color:white;
border:none;
border-radius:4px;
cursor:pointer;
font-size:16px;
}

.login-btn:hover{
background:#e65c00;
}

/* DASHBOARD */

.dashboard{
width:95%;
margin:40px auto;
}

/* TABLE */

.admin-table{
width:100%;
border-collapse:collapse;
background:white;
box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.admin-table th{
background:#2f7fb5;
color:white;
padding:12px;
}

.admin-table td{
padding:10px;
border-bottom:1px solid #ddd;
text-align:center;
}

/* DOWNLOAD BUTTON */

.download-btn{
display:inline-block;
margin-bottom:20px;
background:#ff6a00;
color:white;
padding:10px 20px;
text-decoration:none;
border-radius:4px;
}

.download-btn:hover{
background:#e65c00;
}

.error{
color:red;
margin-bottom:10px;
}
.site-logo{

height:70px;
cursor:default;

}

.logo{
margin-top:10px;
}
.logo img{
height:120px;
cursor:pointer;
}
.header{
width:100%;
background:#ffffff;
padding:20px 50px;
border-bottom:4px solid #2aa7df;
display:flex;
align-items:center;
}

.logo{
display:flex;
align-items:center;
gap:15px;
}
.logo-area{
display:flex;
align-items:center;
gap:18px;
}
.logo-img{
height:95px;
}
.logo-text{
display:flex;
flex-direction:column;
line-height:1;
}

.site-title{
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
font-size:42px;
}
.capital{
color:#f36f21;
}

.cashnet{
color:#2aa7df;
}
/* Reset */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}


/* Header */

.topbar{
background:#ffffff;
border-bottom:4px solid #2aa7df;
padding:15px 40px;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo{
font-size:36px;
font-weight:bold;
}

.orange{
color:#f36f21;
}

.blue{
color:#2aa7df;
}

.menu a{
margin-left:25px;
text-decoration:none;
color:#333;
font-size:16px;
}

.apply-top{
background:#f36f21;
color:white;
padding:8px 18px;
border-radius:4px;
}


/* HERO SECTION */

.hero{
background:#2aa7df;
display:flex;
align-items:center;
justify-content:space-between;
padding:80px 60px;
color:white;
}

.hero-left{
max-width:500px;
}

.hero-left h1{
font-size:44px;
margin-bottom:20px;
line-height:1.3;
}

.state-select{
padding:10px;
font-size:16px;
margin-bottom:15px;
width:200px;
}

.apply-btn{
background:#f36f21;
border:none;
padding:12px 25px;
font-size:18px;
color:white;
cursor:pointer;
border-radius:4px;
}

.hero-right img{
width:420px;
}


/* EXISTING LOGIN */

.existing{
background:#f2f2f2;
text-align:center;
padding:60px 0;
}

.login-btn{
display:inline-block;
background:#ff7a00;
color:white;
padding:12px 40px;
text-decoration:none;
font-size:16px;
border-radius:5px;
margin-top:10px;
}

.login-btn:hover{
background:#e96f00;
}

.existing a{
color:#f36f21;
text-decoration:none;
font-weight:bold;
}


/* FEATURES */

.features{
display:flex;
justify-content:center;
gap:50px;
padding:60px 40px;
background:white;
}

.feature{
text-align:center;
max-width:220px;
}

.feature img{
width:70px;
margin-bottom:15px;
}

.feature h4{
margin-bottom:8px;
}


/* INFO SECTION */

.info{
background:#2aa7df;
display:flex;
align-items:center;
justify-content:center;
padding:70px;
color:white;
gap:60px;
}

.info-left img{
width:260px;
}

.info-right{
max-width:450px;
}

.info-right h2{
margin-bottom:15px;
}


/* SECURITY */

.security{
padding:70px;
text-align:center;
background:#f4f4f4;
}

.security-box{
display:flex;
justify-content:center;
gap:80px;
margin-top:40px;
}

.security-box div{
max-width:300px;
}


/* SAVINGS SECTION */

.saving{
display:flex;
align-items:center;
justify-content:center;
padding:70px;
background:#f36f21;
color:white;
gap:50px;
}

.saving-left img{
width:260px;
}

.saving-right{
max-width:450px;
}

.saving-right button{
margin-top:15px;
padding:10px 20px;
border:none;
background:white;
color:#f36f21;
font-weight:bold;
cursor:pointer;
}


/* FOOTER */

footer{
background:#333;
color:white;
text-align:center;
padding:30px;
}

.footer-logo{
font-size:24px;
font-weight:bold;
margin-bottom:10px;
}
.loan-range{
margin:20px 0;
text-align:center;
}

.range-title{
color:#ffffff;
font-size:16px;
margin-bottom:5px;
}

.range-price{
font-size:36px;
font-weight:bold;
color:white;
}

.apply-btn{
background:linear-gradient(45deg,#ff6a00,#ff8c1a);
border:none;
padding:15px 40px;
font-size:18px;
color:white;
cursor:pointer;
border-radius:4px;
margin-top:15px;
}

.terms{
margin-left: 50px;
margin-top:20px;
font-size:13px;
color:#e3e3e3;
}
.hero{
background:#3a97c3;
padding:80px 10%;
}

.hero-container{
display:flex;
align-items:center;
justify-content:space-between;
}

.hero-left{
width:50%;
color:white;
}

.hero-left h1{
font-size:48px;
margin-bottom:25px;
}

.state-select{
padding:12px;
font-size:16px;
margin-bottom:25px;
}

.loan-range{
margin:20px 0;
text-align:left;
}

.range-title{
color:#ffffff;
font-size:20px;
margin-bottom:5px;
}

.range-price{
font-size:42px;
font-weight:bold;
color:white;
}

.apply-btn{
margin:20px 0;
text-align:left;
background:#ff7a00;
border:none;
padding:15px 35px;
font-size:18px;
color:white;
border-radius:4px;
cursor:pointer;
margin-top:20px;
}

.hero-right{
width:45%;
text-align:right;
}
.existing{
background:#f3f3f3;
text-align:center;
padding:50px 0;
}

.existing h3{
font-size:24px;
margin-bottom:20px;
color:#333;
}

.login-btn{
display:inline-block;
/*background:#ff7a00;*/
color:white;
padding:12px 30px;
text-decoration:none;
font-size:16px;
border-radius:4px;
}

.login-btn:hover{
background:skyblue;
}
.hero-image{
height: 400px;
width:550px;
margin-left: 200px;
}
.terms{
    margin:20px 0;
text-align:left;
}
