/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Hello Elementor Child Theme for Nancy Mawuli
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Force dark background site-wide to prevent white background leakages */
html, body {
    background-color: #000000 !important;
}

/* Remove top white gap site-wide when admin bar is hidden */
html {
    margin-top: 0px !important;
}
html.admin-bar {
    margin-top: 32px !important;
}
body {
    padding-top: 0px !important;
}
.e--pointer-underline .elementor-item:after {
    width: 50% !important;
    left: 50% !important;
    bottom: 0 !important;
    transform: translate(-50%, -50%);
}
.e--pointer-underline .elementor-item:hover:after {
	display: none !important;
}
.black {
    color: #000 !important;
}

.zindex0 {
    z-index: 0 !important;
}

/* Position header absolute to overlay page content at scroll position 0 */
.ehf-header #masthead {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#masthead {
    transition: all 0.3s ease;
}

/* Sticky Header styling triggered globally by our custom scroll JS handler */
#masthead.scrolled {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(5px) !important;
    z-index: 99999 !important;
}

/* Course Support Promo Box styles */
.course-support-box {
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 4px solid #000000;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    margin-top: 20px;
    margin-bottom: 20px;
}
.course-support-box-title {
    margin-top: 0;
    margin-bottom: 8px;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.course-support-box-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
}

/* Course Learn List styles */
.course-learn-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-top: 15px !important;
}
.course-learn-item {
    margin-bottom: 15px !important;
    padding-left: 35px !important;
    position: relative !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #444444 !important;
}
.course-learn-item::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    width: 20px !important;
    height: 20px !important;
    background-image: url("/wp-content/themes/hello-elementor-child/assets/images/piano-icon.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/* FEEL Cards styling with micro-animations */
.feel-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.feel-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08) !important;
}

