/* =============================================
   EDMAGO - Home Page Styles
   ============================================= */

/* Hero decorative elements */
.hero-decoration {
    position: absolute;
    right: -100px;
    bottom: -50px;
    width: 400px;
    height: 400px;
    border: 3px solid rgba(255,255,255,0.1);
    border-radius: 50%;
}
