*{
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Mulish", serif;
/*    padding-bottom: 100px;*/

}

.form-bnr{
    background-image: url(img/niilm-img.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}

/*
.form-bnr:before{
    content: '';
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(to right, rgba(0, 51, 102, 0.9), rgba(0, 51, 102, 0));
}
*/

.leftslider h2{
    background: #5e890b;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
}
.leftslider h3{
    font-size: 50px;
     color: #f9ff07;
    font-weight: bold;
    
}
.leftslider h4{
    color: #fff;
}
.leftslider h5{
    color: #fff;
}
.leftslider h4 span{
    color: #ffc107;
    font-weight: bold;
    font-size: 30px;
}

    .form-card{
        background:#fff;
        border-radius:15px;
        padding:35px;
        box-shadow:0 10px 30px rgba(0,0,0,0.1);
        max-width:700px;
        width:100%;
    }
.form-card input{
    margin-bottom: 20px;
}

    .form-title{
        font-weight:bold;
        text-align:center;
        margin-bottom:25px;
        color:#9b1611;
    }

    .form-control, .form-select{
        border-radius:8px;
        padding:12px;
        
        margin-bottom: 20px;
    }

    .btn-submit{
        background:#5e890b;
        border:none;
        padding:12px;
        font-weight:600;
        border-radius:8px;
        transition:0.3s;
        color: #fff;
    }

    .btn-submit:hover{
        background:#9b0f0a;
        transform:translateY(-2px);
         color: #fff;
    }


.top-bar{
    padding: 10px 0px;
}
.top-bar .logo img{
    width: 200px;
}
.leftslider img{
    width: 30%;
    display: block;
}
@media screen and (max-width: 991px) {
    .form-bnr{
        padding: 50px 0px;
        
    }
    .leftslider{
        margin-bottom: 20px;
        text-align: center;
    }
    .form-bnr{
    background-position: left;
    
}
    .leftslider img{
        width: 60%;
        margin: 0 auto;
        
    }
    .leftslider h3{
        font-size: 40px;
        padding: 15px 0px;
    }
}


.footer-cta{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999;
}

/* Buttons */
.footer-cta .cta{
    flex: 1;
    text-align: center;
    padding: 14px 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

/* Call Button */
.footer-cta .call{
    background: #0d6efd;
}

/* WhatsApp Button */
.footer-cta .whatsapp{
    background: #25D366;
}

/* Hover Effect */
.footer-cta .cta:hover{
    opacity: 0.9;
}

/* Mobile Optimization */
@media(max-width:576px){
    .footer-cta .cta{
        font-size:15px;
        padding:12px 8px;
    }
}

