//
/* --- TOP BAR AND MENU BAR ULTRA TECH FIX --- */
/* 1. टॉप बार को डार्क और पारदर्शी बनाना */
.top-bar, #top-bar, .topbar-wrapper {
background: rgba(15, 18, 36, 0.8) !important;
border-bottom: 1px solid rgba(0, 242, 254, 0.15) !important;
backdrop-filter: blur(10px) !important;
}
/* टॉप बार के लिंक्स और टेक्स्ट को सफेद करना */
.top-bar a, .top-bar li, .top-bar span, .top-bar-menu a {
color: #e2e8f0 !important;
transition: color 0.3s !important;
}
.top-bar a:hover {
color: #00f2fe !important; /* माउस ले जाने पर नियॉन रंग */
}
/* 2. मुख्य मेनू बार (Header and Navigation) को फिट करना */
.header-header, .nav-menu, #main-menu, .menu-wrapper, .navigation, .main-nav {
background: rgba(6, 7, 13, 0.9) !important;
border-bottom: 1px solid rgba(0, 242, 254, 0.1) !important;
}
/* मेनू बार के शब्दों (Home, COMPARE, RECHARGE) को टेक लुक देना */
.nav-menu a, #main-menu a, .menu-wrapper a, .main-nav a, .navigation li a {
color: #ffffff !important;
font-weight: 600 !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
transition: all 0.3s ease !important;
}
/* माउस ले जाने पर मेनू के शब्दों में चमक (Neon Glow) लाना */
.nav-menu a:hover, #main-menu a:hover, .navigation li a:hover {
color: #00f2fe !important;
text-shadow: 0 0 10px rgba(0, 242, 254, 0.6) !important;
}
/* सर्च आइकॉन (Search Icon) को सफेद और नियॉन करना */
.search-icon, .search-toggle, .fa-search {
color: #00f2fe !important;
}
Social Plugin