/*
=======================================================================
 AAPNI CUSTOM STYLES — YAHAN LIKHO
=======================================================================
 Ye file sabse LAST me load hoti hai:

     1. Astra parent CSS  (astra-theme-css + dynamic CSS)
     2. Child style.css   (header/footer ke custom styles)
     3. YE FILE  ←  sabse last, isliye sabse strong

 Matlab: yahan likhi koi bhi style Astra aur child theme DONO ke
 styles ko sahi se override karegi.

 Tip: kisi rare case me bhi override na ho to selector me ek class
 aur add karo, ya !important laga do.
=======================================================================

 Example (use karne ke liye neeche ki lines uncomment karo):

.cst-header {
	background: #111827;
}

.cst-site-title {
	color: #ffffff;
}

.cst-footer {
	background: #111827;
}
*/





.abhi-form label,
.abhi-form .frm_required {
    display: none !important;
}

.abhi-form .frm_button_submit {
    background-color: #FF5500 !important;
    color: #fff !important;
    padding: 14px 35px !important;
    font-size: 16px !important;
    border: none !important;
}

.abhi-form .frm_button_submit:hover {
    background-color: #00084D !important;
    color: #fff !important;
}
