body{
    font-family:'Poppins',sans-serif;
    background:#f5f6f8;
    color:#222;
}

.navbar{
    background:#111 !important;
    padding:15px 0;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 2px 15px rgba(0,0,0,.15);
}

.navbar-brand{
    font-weight:700;
    font-size:1.4rem;
}

.nav-link{
    color:white !important;
    margin-left:15px;
}

.hero{
    padding:80px 0;
}

.hero-logo{
    max-width:220px;
    margin-bottom:25px;
}

.hero-title{
    font-size:4rem;
    font-weight:800;
    line-height:1.1;
}

.green{
    color:#1fa34a;
}

.hero-text{
    font-size:1.2rem;
    color:#555;
    margin-top:20px;
}

.apply-btn{
    background:#1fa34a;
    border:none;
    padding:16px 40px;
    font-size:1.1rem;
    font-weight:600;
    border-radius:50px;
    box-shadow:0 8px 20px rgba(31,163,74,.35);
}

.apply-btn:hover{
    background:#17853c;
}

.hero-image{
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.feature-box{
    background:white;
    border-radius:20px;
    padding:30px;
    text-align:center;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.feature-box:hover{
    transform:translateY(-8px);
}

.section-title{
    font-weight:700;
    margin-bottom:20px;
}

.hero{
    background:white;
    border-radius:30px;
    padding:80px 60px;
    margin-top:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.whatsapp-float{
    position:fixed;
    bottom:25px;
    right:25px;
    width:65px;
    height:65px;
    background:#25D366;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:34px;
    z-index:999;
    box-shadow:0 10px 25px rgba(0,0,0,.2);
}

.form-label,
label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.form-control,
.form-select {
    border-radius: 10px;
    padding: 12px;
}

.form-control,
.form-select {
    text-align: left;
}

.feature-box{
    background:#ffffff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.3s ease;
}

.feature-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
}