/*
Theme Name: GNDI Conference 2026
Theme URI: 
Author: John Philip
Author URI: 
Description: 
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: gndi-conference-2026
Tags: 
*/
.site-header-sticky {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.wp-block-site-logo img {
  transition: max-width 0.3s ease;
}

.is-scrolled {
  box-shadow: 0px 4px 12px rgba(0,0,0,0.08), 0px 12px 24px rgba(0,0,0,0.06);
  background: #fff;
}

.is-scrolled .wp-block-site-logo img {
  max-width: 80px;
}

.wp-block-navigation-item.current-menu-item > a {
font-weight: 600;
  position: relative;
}
.wp-block-navigation-item.current-menu-item > a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--wp--preset--color--custom-green);
}

.wp-block-navigation-item > a:hover,
.wp-block-navigation-item > a:focus {
  text-decoration: none;
}