/*
Theme Name: Yiwa Intai International
Author: M. Syed Faizer
Version: 1.0
Description: This is a theme for Yiwa Intai International Company
Requires PHP: 7.3
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  YiwaIntai
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, rtl-language-support, footer-widgets, sticky-post, theme-options

======
Note: Do not edit this file. If you wish to add your own CSS, go to Customizer > Additional CSS.
======

*/

img {
	max-width: 100%;

}

.custom-logo {

	max-width: 200px;
	max-height: 50px;

}

#menu-nav_menu .sub-menu {
	position: absolute;
	left: 0px;
	top: 32px;
	display: none;

}

#menu-nav_menu li {
	padding: 4px;
	border-right: solid thin #aaa;
	border-left: solid thin #ddd;
	list-style: none;
	background-color: #fff;

}

#menu-nav_menu a {
	text-decoration: none;
}

#menu-nav_menu li:hover {
	color: white;
	background-color: grey;

}

#menu-nav_menu li:hover .sub-menu {
	display: block;
}

#menu-nav_menu {
	display: flex;
	position: relative;
	z-index: 10;
}

.widget {
	list-style: none;

}

/* ── Sidebar navigation menu ─────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

.widget_nav_menu ul,
.widget_nav_menu li {
	list-style: none !important;
	padding-left: 0 !important;
	margin-left: 0;
}

.widget_nav_menu .menu {
	padding: 4px 0;
}

.widget_nav_menu .menu li {
	margin-bottom: 2px;
}

.widget_nav_menu .menu a {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 0.97rem;
	font-weight: 500;
	color: #1e3a5f;
	text-decoration: none;
	padding: 7px 14px;
	border-radius: 8px;
	transition: background 0.18s ease, color 0.18s ease, padding-left 0.18s ease;
	letter-spacing: 0.01em;
}

/* ── Header navigation menu ─────────────────────────── */
.navbar-nav .nav-item {
	margin: 0 2px;
}

.navbar-nav .nav-link {
	font-family: 'Inter', sans-serif !important;
	font-size: 0.97rem !important;
	font-weight: 500 !important;
	color: #374151 !important;
	padding: 8px 16px !important;
	border-radius: 8px;
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
	letter-spacing: 0.01em;
}

.navbar-nav .nav-link:hover,
.navbar-nav .active>.nav-link,
.navbar-nav .current-menu-item>.nav-link {
	background: linear-gradient(90deg, #f3e8ff 0%, #fdf4ff 100%) !important;
	color: #7e22ce !important;
	/* Elegant Purple/Indigo */
	transform: translateY(-1px);
	font-weight: 600 !important;
}


.widget_nav_menu .menu a:hover,
.widget_nav_menu .menu .current-menu-item>a {
	background: linear-gradient(90deg, #e8f0fe 0%, #f0f4ff 100%);
	color: #1d4ed8;
	padding-left: 20px;
	font-weight: 600;
}

/* ── Header Dropdown Menu ─────────────────────────── */
.navbar-nav .dropdown-menu {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	padding: 8px;
	margin-top: 8px;
}

.navbar-nav .dropdown-item {
	font-family: 'Inter', sans-serif !important;
	font-size: 0.92rem !important;
	font-weight: 500 !important;
	color: #4b5563 !important;
	padding: 8px 16px !important;
	border-radius: 6px;
	transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
	background: linear-gradient(90deg, #f3f4f6 0%, #f5f3ff 100%) !important;
	color: #5b21b6 !important;
	padding-left: 20px !important;
	font-weight: 600 !important;
}
/* ── Tab Bar Shell ──────────────────────────────────────── */
.tab-bar-shell {
	background: #f8f9fa;
	border-bottom: 1px solid #dee2e6;
	gap: 2px;
	scrollbar-width: thin;
	scrollbar-color: #c1c8d4 transparent;
}
.tab-bar-shell::-webkit-scrollbar { height: 4px; }
.tab-bar-shell::-webkit-scrollbar-track { background: transparent; }
.tab-bar-shell::-webkit-scrollbar-thumb { background: #c1c8d4; border-radius: 4px; }

/* ── Individual Tab Button ──────────────────────────────── */
.tab-btn {
	font-family: 'Inter', sans-serif !important;
	font-size: 0.84rem !important;
	font-weight: 500 !important;
	color: #4b5563 !important;
	padding: 5px 14px 5px 12px !important;
	border-radius: 8px 8px 0 0 !important;
	border: 1px solid transparent !important;
	border-bottom: none !important;
	background: transparent !important;
	transition: background 0.15s ease, color 0.15s ease;
	white-space: nowrap;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
	gap: 4px;
}
.tab-btn:hover {
	background: #e9ecef !important;
	color: #1d4ed8 !important;
}
.tab-btn.active {
	background: #ffffff !important;
	color: #1d4ed8 !important;
	border-color: #dee2e6 !important;
	font-weight: 600 !important;
	border-bottom-color: #ffffff !important;
	box-shadow: 0 -2px 6px rgba(29,78,216,0.08);
}

/* ── Close Button on Tab ────────────────────────────────── */
.tab-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	font-size: 0.75rem;
	line-height: 1;
	cursor: pointer;
	color: #9ca3af;
	transition: background 0.15s ease, color 0.15s ease;
	flex-shrink: 0;
}
.tab-close:hover {
	background: #fee2e2;
	color: #dc2626;
}

/* ── Tab Content Pane ───────────────────────────────────── */
#tab-content-area { background: #ffffff; }
#tab-content-area .tab-pane { min-height: 100%; }
