/*
Theme Name: xpert
Theme URI: xpertglobaledu@gmail.com
Author: Rafiqul
Author URI: rafiqdev43@gmail.com
Description: An Education theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-xpert-theme
*/


a.logo-black img {
    display: inline;
    width: 100%;
    height: 50px;
}

/* Style for the last menu item (button) */
.menu-btn > a {
    background-color: #17BA2D; /* Button background color */
    color: #ffffff !important; /* Button text color */
    margin: 5px 10px; /* Padding inside the button */
    border-radius: 5px; /* Rounded corners */
    font-weight: bold; /* Bold text */
    text-transform: uppercase; /* Uppercase text */
    transition: all 0.3s ease; /* Smooth hover effect */
}

/* Hover effect for the button */
.menu-btn > a:hover {
    background-color: #128D2A; /* Darker background on hover */
    color: #ffffff !important; /* Text color on hover */
    text-decoration: none; /* Remove underline */
}


@media (min-width: 992px) {
.wsmenu-list{
	display: flex !important;
	align-items: center;
}
	
	.menu-btn > a {
		display: inline !important;
		background: #000;
		padding: 15px !important;
	}
}