/* Theme Name: Qomfort Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of qomfort
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: qomfort
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  qomfort-child
*/

.tgdbs {
  filter: invert(1);
}
@media (min-width: 1024px) {
  .main-navigation ul.menu {
    max-height: none;
    overflow: visible;
    margin-top: 0;
    transition: none;
    display: flex;
    align-content: center;
    justify-content: center;
  }
}


/* Base menu link styling */


/* Hover effect: underline animates from center */
#menu-main-menu-1 li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px; /* thickness of underline */
  background-color: currentColor;
  transition: width 0.3s ease, left 0.3s ease;
}

#menu-main-menu-1 li > a:hover::after {
  width: 100%;
  left: 0;
}

/* Active state: permanent underline */
#menu-main-menu-1 li.current-menu-item > a::after,
#menu-main-menu-1 li a.active::after {
  width: 100%;
  left: 0;
}