body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
background:url("images/bg.jpg") no-repeat center center/cover;
}

.header{
background:#1579a6;
padding:15px 40px;
}

.header img{
height:50px;
}

.container{
width:700px;
margin:40px auto;
background:rgba(255,255,255,0.9);
padding:40px;
border-radius:6px;
}

.steps{
display:flex;
justify-content:space-between;
margin-bottom:30px;
}

.steps div{
display:flex;
align-items:center;
font-size:14px;
}

.circle{
width:30px;
height:30px;
border-radius:50%;
background:#ddd;
display:flex;
align-items:center;
justify-content:center;
margin-right:10px;
}

.active{
background:#1579a6;
color:white;
}

label{
display:block;
margin-top:15px;
font-weight:bold;
color:#0c6ea0;
}

input,select{
width:100%;
padding:12px;
border-radius:25px;
border:1px solid #ccc;
margin-top:6px;
}

button{
margin-top:25px;
padding:10px 25px;
border:none;
background:#ddd;
cursor:pointer;
}

.submit-btn{
background:#1579a6;
color:white;
border-radius:20px;
}

.footer{
margin-top:60px;
background:#1579a6;
color:white;
text-align:center;
padding:20px;
}
/* SUCCESS PAGE */

.success-box{
width:500px;
margin:120px auto;
background:white;
padding:40px;
border-radius:10px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,0.2);
}

.success-icon{
width:80px;
height:80px;
background:#28a745;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 20px auto;
color:white;
font-size:40px;
}

.success-box h2{
color:#1579a6;
margin-bottom:10px;
}

.success-box p{
color:#555;
margin-bottom:25px;
}

.home-btn{
background:#1579a6;
color:white;
padding:10px 25px;
border-radius:20px;
text-decoration:none;
display:inline-block;
}
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}

body{
background:#f4f7fb;
}

/* Header */

.header{
text-align:center;
padding:20px;
background:white;
border-bottom:1px solid #eee;
}

.header img{
max-width:180px;
}

/* Container */

.container{
width:450px;
max-width:95%;
margin:40px auto;
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

/* Steps */

.steps{
display:flex;
justify-content:space-between;
margin-bottom:30px;
font-size:12px;
text-align:center;
}

.circle{
width:30px;
height:30px;
border-radius:50%;
background:#ccc;
display:flex;
align-items:center;
justify-content:center;
color:white;
margin:auto;
margin-bottom:5px;
}

.circle.active{
background:#1579a6;
}

/* Form */

label{
display:block;
margin-top:15px;
font-size:14px;
color:#333;
}

input, select{
width:100%;
padding:12px;
margin-top:5px;
border:1px solid #ddd;
border-radius:6px;
font-size:14px;
}

input:focus{
outline:none;
border-color:#1579a6;
}

/* Button */

button{
width:100%;
margin-top:25px;
padding:14px;
background:#1579a6;
color:white;
border:none;
border-radius:6px;
font-size:16px;
cursor:pointer;
}

button:hover{
background:#0f5e82;
}

/* Footer */

.footer{
text-align:center;
margin-top:40px;
font-size:12px;
color:#888;
}

/* Admin link */

.admin-link{
position:absolute;
top:15px;
right:20px;
font-size:12px;
color:#999;
text-decoration:none;
}

.admin-link:hover{
color:#1579a6;
}

/* MOBILE RESPONSIVE */

@media (max-width:768px){

.container{
width:95%;
margin:20px auto;
padding:20px;
}

.header img{
max-width:140px;
}

.steps{
flex-direction:column;
gap:10px;
font-size:13px;
}

.steps div{
display:flex;
align-items:center;
gap:10px;
}

.circle{
width:26px;
height:26px;
font-size:12px;
}

label{
font-size:13px;
}

input{
padding:11px;
font-size:14px;
}

button{
padding:14px;
font-size:15px;
}

}

/* Small Phones */

@media (max-width:480px){

.container{
padding:18px;
}

.steps{
font-size:12px;
}

button{
font-size:14px;
}

.header img{
max-width:120px;
}

}
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}

body{
background:#eef1f5;
}

/* Header */

.header{
background:#ffffff;
padding:20px;
text-align:center;
border-bottom:1px solid #e5e5e5;
}

.header img{
height:45px;
}

/* Container */

.container{
width:420px;
max-width:90%;
margin:40px auto;
background:#ffffff;
padding:30px;
border-radius:10px;
box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

/* Steps */

.steps{
display:flex;
justify-content:space-between;
margin-bottom:25px;
font-size:13px;
font-weight:600;
color:#555;
}

.steps div{
display:flex;
align-items:center;
gap:6px;
}

.circle{
width:28px;
height:28px;
border-radius:50%;
background:#d6d6d6;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:13px;
}

.circle.active{
background:#1b7fab;
}

/* Form */

label{
display:block;
margin-top:15px;
margin-bottom:6px;
font-size:14px;
color:#333;
font-weight:600;
}

input{
width:100%;
padding:11px;
border:1px solid #dcdcdc;
border-radius:6px;
font-size:14px;
}

input:focus{
border-color:#1b7fab;
outline:none;
}

/* Button */

button{
width:100%;
margin-top:22px;
padding:13px;
border:none;
background:#1b7fab;
color:#fff;
font-size:15px;
border-radius:6px;
cursor:pointer;
transition:0.3s;
}

button:hover{
background:#16688d;
}

/* Admin link */

.admin-link{
position:absolute;
top:15px;
right:20px;
font-size:13px;
color:#999;
text-decoration:none;
}

.admin-link:hover{
color:#1b7fab;
}

/* Footer */

.footer{
text-align:center;
font-size:13px;
color:#777;
margin-top:30px;
padding-bottom:20px;
}

/* Mobile */

@media(max-width:600px){

.container{
width:95%;
padding:25px;
}

.steps{
flex-wrap:wrap;
gap:10px;
font-size:12px;
}
.steps{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:25px;
font-size:13px;
font-weight:600;
color:#555;
}

.steps div{
display:flex;
align-items:center;
gap:6px;
}

/* Mobile Fix */

@media(max-width:600px){

.steps{
flex-direction:column;
align-items:flex-start;
gap:10px;
}

.steps div{
display:flex;
align-items:center;
gap:10px;
}

}
.circle{
width:24px;
height:24px;
font-size:12px;
}

}
