/*!
Theme Name: News Box Pro
Theme URI: https://wpthemespace.com/product/news-box-pro
Author: Noor alam
Author URI: http://wpthemespace.com
Description: News Box Pro is an awesome News And magazine theme. You can create your WordPress news and magazine by News Box pro theme.
Version: 1.0.10
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: news-box-pro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Modern menu style */
.baby-container {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
}

.baby-container li {
  position: relative;
}

.baby-container a {
  text-decoration: none;
  color: #222;
  padding: 10px 15px;
  font-weight: 600;
  transition: background 0.3s, color 0.3s;
}

.baby-container a:hover {
  background: #f0f0f0;
  color: #0073e6;
  border-radius: 4px;
}

/* Dropdown support */
.baby-container li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  background: white;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 1000;
  min-width: 180px;
}

.baby-container li:hover > ul {
  display: block;
}

.baby-container li ul li a {
  padding: 10px 15px;
  display: block;
  white-space: nowrap;
}


.main-menu.bg-white {
  background-color: deeppink !important;
}
