/* =========================================================
   01. SPECIALTIES
   Homepage Specialties Section
   ========================================================= */

.nabd-home-specialties {
    position: relative;
    overflow: hidden;

    background:

        /* -----------------------------------------------
           Blue soft arcs — Top Right
           ----------------------------------------------- */
        radial-gradient(
            circle at 108% -14%,

            rgba(9, 47, 107, 0.035) 0px,
            rgba(9, 47, 107, 0.035) 155px,

            rgba(9, 47, 107, 0.070) 156px,
            rgba(9, 47, 107, 0.070) 195px,

            rgba(9, 47, 107, 0.018) 196px,
            rgba(9, 47, 107, 0.018) 225px,

            rgba(9, 47, 107, 0.040) 226px,
            rgba(9, 47, 107, 0.040) 260px,

            transparent 261px
        ),

        /* -----------------------------------------------
           Soft Red Glow — Bottom Left
           ----------------------------------------------- */
        radial-gradient(
            ellipse at 0% 100%,
            rgba(174, 28, 32, 0.080) 0%,
            rgba(174, 28, 32, 0.038) 22%,
            rgba(174, 28, 32, 0.014) 36%,
            rgba(174, 28, 32, 0) 54%
        ),

        /* -----------------------------------------------
           Main Background
           ----------------------------------------------- */
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fbfdff 52%,
            #f5f9ff 100%
        );

    background-repeat: no-repeat;
}