/* ============================================================
   marut.network Forge — Custom Theme
   Primary:   #f06204 (orange)
   Secondary: #f7f5ef (cream/off-white)

   SCOPE: Homepage-specific styles are ALL scoped to
   `.page-content.home` so they do not affect any other page.
   Only the navbar and footer are styled globally (they appear
   on every page and carry site-wide brand identity).
   ============================================================ */


/* ----------------------------------------------------------
   Top navigation bar
   ---------------------------------------------------------- */
#navbar {
    background-color: #1c1c1c !important;
    border-bottom: 2px solid #f06204 !important;
}

#navbar-logo img {
    height: 42px;
}

/* ----------------------------------------------------------
   Hero banner
   ---------------------------------------------------------- */
.marut-network-home {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: end;
}
