/* Merchantville Online Custom Styles */
/* Minimal CSS - colors only, no layout changes */

/* ========================================
   HEADER - Light Blue
   ======================================== */
#t4-header,
.t4-header,
.header-green-bg,
.merchantville-header,
.header-top {
    background-color: #5eb3e4 !important;
}

/* ========================================
   NAVIGATION - White bg, Green text
   ======================================== */
.header-nav {
    background-color: #ffffff !important;
}

/* Nav links - green text on white */
.t4-megamenu .navbar-nav > .nav-item > .nav-link {
    color: #8bc53f !important;
    background-color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

/* Nav hover - white on green */
.t4-megamenu .navbar-nav > .nav-item > .nav-link:hover {
    background-color: #8bc53f !important;
    color: #ffffff !important;
}

/* Nav active/current - white on green */
.t4-megamenu .navbar-nav > .nav-item.current > .nav-link,
.t4-megamenu .navbar-nav > .nav-item.active > .nav-link,
.t4-megamenu .navbar-nav > .nav-item.default > .nav-link {
    background-color: #8bc53f !important;
    color: #ffffff !important;
}

/* ========================================
   MODULE TITLES
   ======================================== */
.module-title,
.mod-title {
    color: #2a69b8 !important;
    border-bottom: 3px solid #8bc53f;
}

/* ========================================
   FOOTER
   ======================================== */
.t4-footer,
#t4-footer {
    background-color: #2a69b8 !important;
    color: #ffffff !important;
}

.t4-footer a {
    color: #ffffff !important;
}
