/*
Theme Name: Penta Eco Tech Illdy
Template: illdy
Author: Child Theme Configurator
Author URI: Alvin Amani
Description: Child theme of Illdy with updated function names and footer with various scripts for the purpose of running pentaecotech.com
Tags: e Learning, palliative care, certification
Version: 2.1.10.1772420314
Updated: 2026-03-02 02:58:34

*/

/* 1. Make the main header background transparent */
#header .top-header {
    background-color: transparent !important;
    border-bottom: none !important;
}

/* 2. Target the header when it becomes 'sticky' during scroll */
#header .top-header.header-sticky {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* 3. Ensure the menu items remain visible */
#header .top-header .header-navigation ul li a {
    color: #ffffff !important; /* White text usually looks best on transparent */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5); /* Subtle shadow so text is readable over video */
}