/*
Theme Name: Astra Child
Theme URI: https://awwalzgambo.com/astra-child
Description: A child theme for the Astra theme.
Author: AZG
Author URI: https://awwalzgambo.com
Template: astra
Version: 1.0.0
*/

/* Add custom CSS below this line */

/* Default navbar styles */
.nav-bar {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

/* Navbar when scrolled */
.nav-bar.scrolled {
    background-color: black;
}

/* Menu items default style */
.nav-menu a {
    color: black;
    transition: color 0.3s ease;
}

/* Menu items when scrolled */
.nav-bar.scrolled .nav-menu a {
    color: white;
}

/* Search icon default style */
.search-icon {
    color: black; /* For font icons */
    transition: color 0.3s ease;
}

/* Search icon when scrolled */
.nav-bar.scrolled .search-icon {
    color: white; /* For font icons */
}
