/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Astra Child Theme
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     astra
 Version:      1.0.0
*/

/* Custom CSS goes below this line */

.ast-primary-header-bar {
    background-color: #fff;
}


/* Force Mega Menu submenu to be centered under the header */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 1200px;
/*   max-width: 90%; */
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  z-index: 9999;
}

ul.mega-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.mega-links li {
  margin: 0;
  padding: 6px 0;
  border-bottom: 1px solid #e5e5e5;
}

ul.mega-links li:last-child {
  border-bottom: none;
}

ul.mega-links li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
}

ul.mega-links li a:hover {
  color: #3d74c4;
}


