
/* ================================================
   HOMEPAGE UI POLISH - Nefertiti Academy
   Logo, cart icon, layout improvements
   ================================================ */

/* ---- LOGO: Large, premium, transparent background ---- */
.theme-header-1__logo {
    height: auto !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 10 !important;
}
.theme-header-1__logo img {
    max-height: 70px !important;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    margin: -10px 0 !important;
}
@media (min-width: 992px) {
    .theme-header-1__main .row > div:first-child {
        overflow: visible !important;
    }
}

/* ---- CART ICON: Visible dark icon on gold/primary header bar ---- */
.theme-header-1__top-navbar .js-view-cart-drawer {
    background: rgba(255,255,255,0.25) !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    width: 36px !important;
    height: 36px !important;
}
.theme-header-1__top-navbar .js-view-cart-drawer svg,
.theme-header-1__top-navbar .js-view-cart-drawer .icons {
    color: #1a1a2e !important;
    opacity: 1 !important;
    stroke: #1a1a2e !important;
}
.theme-header-1__top-navbar .js-view-cart-drawer:hover {
    background: rgba(255,255,255,0.4) !important;
}
.theme-header-1__top-navbar-cart-counter {
    background: #e74c3c !important;
    min-width: 18px;
    height: 18px;
    font-size: 11px !important;
    top: -4px !important;
    right: -4px !important;
}

/* ---- STATISTICS: Hide zero-value stats (Organizations = 0) ---- */
.statistics-section .statistic-col:last-child {
    display: none !important;
}

/* ---- SECTION SPACING: Tighter, more professional layout ---- */
.featured-courses-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.instructors-section {
    padding-top: 40px !important;
    padding-bottom: 24px !important;
}
.vertical-spacer-section {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.two-columns-hero-section {
    padding-bottom: 32px !important;
}
.statistics-section {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
}

/* ---- GENERAL POLISH ---- */

/* Better badge/chip styling */
.border-primary.bg-primary-20 {
    background: rgba(196,168,72,0.15) !important;
    border-color: rgba(196,168,72,0.3) !important;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Course card placeholder gradient for missing images */
.nef-course-card .nef-course-img {
    background: linear-gradient(135deg, #1a2744 0%, #0f1a2e 100%) !important;
}
