/*======================================
        BALAJI AMBULANCE SERVICE
======================================*/

:root{

/* Colors */

--primary:#0057B8;

--secondary:#E31E24;

--dark:#16243A;

--white:#ffffff;

--light:#f7f9fc;

--text:#444444;

--gray:#8b95a7;

--border:#e8edf5;

--success:#16a34a;

/* Fonts */

--heading:'Poppins',sans-serif;

--body:'Inter',sans-serif;

/* Radius */

--radius-sm:6px;

--radius:12px;

--radius-lg:20px;

/* Shadow */

--shadow:

0 10px 35px rgba(0,0,0,.08);

--shadow-hover:

0 20px 40px rgba(0,0,0,.12);

/* Transition */

--transition:.35s ease;

}