/**
 * Header Base Styles
 * 
 * Main header structure, logo, navigation, icons
 *
 * @package Genesis_Child
 * @since 1.0.0
 */

/* Custom Header Wrapper */
.custom-header-wrapper {
	width: 100%;
}

/* Site Header Base Styles */
.site-header {
	width: 100%;
	position: relative;
	z-index: 999;
	background-color: transparent;
}

.site-header .wrap {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

/* Top Header Bar */
.header-top-bar:empty,
.header-top-bar *:empty {
	display: none;
}

.header-top-bar {
	background-color: #f5f5f5;
	padding: 8px 0;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	display: none;
}

.header-top-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-top-left .header-homepage-text {
	color: #666;
	font-size: 14px;
}

.header-top-right .header-code-icon {
	color: #4caf50;
	font-size: 16px;
	font-weight: 600;
}

/* Main Header */
.header-main {
	background-color: #000000;
	color: #ffffff;
	padding: 19px 0 24px;
	width: 100%;
	display: block;
	position: relative;
}

.header-main-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: nowrap;
}

.mobile-toggle-btn {
	display: none;
}

/* Logo */
.header-logo {
	flex-shrink: 0;
	min-width: 0;
}

.header-logo .custom-logo-link,
.header-logo .site-logo-text,
.header-logo .site-title {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.header-logo .custom-logo {
	max-height: 50px;
	width: auto;
	display: block;
}

.header-logo .site-logo-text {
	font-style: italic;
}

/* Navigation Menu */
.header-navigation {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	min-width: 0;
}

.header-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0;
	align-items: center;
	flex-wrap: wrap;
}

.header-menu li {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.header-menu a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 500;
	padding: 0px 14px;
	transition: color 0.3s ease;
	display: block;
	white-space: nowrap;
	font-family: "Inter", sans-serif;
}

.header-menu a:hover {
	color: #ff4081;
}

.header-menu .current-menu-item > a,
.header-menu .current_page_item > a {
	color: #ff4081;
}

/* Menu Separator */
.header-menu li:not(:last-child)::after {
	content: '';
	color: #E6E6E6;
	font-weight: 300;
	font-size: 14px;
	width: 1px;
	height: 24px;
	background: #E6E6E6;
}

/* Header Icons */
.header-icons {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-shrink: 0;
	flex-wrap: nowrap;
}

.header-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff4081;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	border-radius: 50%;
}

.header-icon:hover {
	color: #ffffff;
	/*background-color: rgba(255, 64, 129, 0.1);*/
	/*transform: scale(1.05);*/
}

.header-icon .hide-text {
	display: none;
}

.header-icon svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

/* Profile Wrapper */
.header-profile-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.header-profile-wrapper .header-icon {
	position: relative;
	z-index: 1;
}

.header-profile-wrapper svg {
	width: 48px;
	height: 48px;
}

/* Cart Wrapper */
.header-cart-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.header-cart-wrapper .header-icon {
	position: relative;
	z-index: 1;
}

/* Cart Count Badge */
.header-cart-icon {
	position: relative;
}

.cart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #ff4081;
	color: #ffffff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	font-family: "Inter", sans-serif;
}

/* Project Tenders Button */
.header-project-tenders-button {
	background-color: #F6218D;
	color: #ffffff;
	padding: 12px 16px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	white-space: nowrap;
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.32px;
}

.header-project-tenders-button:hover {
	background-color: #ffffff;
	color: #ff4081;
}




/*product css*/
.product-slider__product-price .vat-incl-text{
	font-size:12px;
}
