/*
Theme Name: CODEIT
Theme URI: https://wordpress.org/
Description: CODEIT - Technology & IT Solutions WordPress Theme. Converted from HTML template.
Author: Your Name
Author URI: https://example.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: codit
Tags: business, it-solutions, technology, responsive
*/

/* Import the original template styles */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&amp;display=swap');

body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #4a4a4a;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #5e2ced;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #5e2ced;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #5e2ced;
	color: #fff;
	text-shadow: none;
}

/* Hide any old theme header elements that might interfere */
body:not(.codit-theme-active) header:not(.header),
.sydney-header,
.old-header {
	display: none !important;
}

/* Ensure CODEIT header shows properly */
header.header {
	display: block !important;
}

/* Force sidebar visibility on blog page */
.blog-area .col-lg-4 {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

header.header .logo img {
	max-height: 60px;
	width: auto;
	height: auto;
}

/* Ensure menu links are clickable - CRITICAL FIX */
.menu,
.menu nav,
.menu nav ul,
.menu nav ul li,
.menu nav ul li a,
.menu-link-clickable,
.menu a {
	pointer-events: auto !important;
	cursor: pointer !important;
	position: relative;
	z-index: 99999 !important;
}

.menu nav ul li a,
.menu-link-clickable,
.menu a,
.menu nav a {
	display: block !important;
	text-decoration: none !important;
	cursor: pointer !important;
	pointer-events: auto !important;
	z-index: 99999 !important;
	position: relative !important;
}

.menu nav ul li a:hover,
.menu-link-clickable:hover,
.menu a:hover {
	text-decoration: none;
}

/* Prevent any overlay from blocking menu */
.header .menu,
.header .menu nav,
.header .menu nav ul,
.header .menu nav ul li,
.header .menu nav ul li a,
.header .menu-link-clickable,
.header .menu a {
	position: relative;
	z-index: 99999 !important;
	pointer-events: auto !important;
}

/* Override any conflicting styles */
.header-bottom .menu a,
.header-bottom .menu nav a,
.header-bottom .menu-link-clickable {
	pointer-events: auto !important;
	cursor: pointer !important;
	z-index: 99999 !important;
}

/* Ensure no element is covering the menu */
.header-bottom {
	position: relative;
	z-index: 999;
}

.header-bottom .menu {
	position: relative;
	z-index: 1000;
}

/* Force clickability on all menu links - WordPress default menu */
.menu ul li a,
.menu nav ul li a {
	pointer-events: auto !important;
	cursor: pointer !important;
	z-index: 99999 !important;
}

/* Budget input field styling - aligned with other form fields */
.hero-appointment-form .budget-input-wrapper {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.hero-appointment-form .budget-input-wrapper::before {
	content: '$';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #4a4a4a;
	font-weight: 600;
	font-size: 16px;
	z-index: 1;
	pointer-events: none;
}

.hero-appointment-form .budget-input {
	width: 100%;
	margin-bottom: 0;
	border: none;
	padding: 20px 20px 20px 35px;
	font-weight: 600;
	text-transform: none;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #fff;
	color: #4a4a4a;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.hero-appointment-form .budget-input::placeholder {
	color: #999;
	opacity: 1;
}

.hero-appointment-form .budget-input:focus {
	outline: none;
}

/* Submenu/Dropdown Menu Styling - Services and other menu items */
.menu nav ul li {
	position: relative;
}

.menu nav ul li.menu-item-has-children > a::after {
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 5px;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}

.menu nav ul li > ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	text-align: left;
	border: 1px solid #efefef;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	margin-top: 0;
	padding: 0;
	list-style: none;
}

.menu nav ul li:hover > ul.sub-menu,
.menu nav ul li.menu-item-has-children:hover > ul.sub-menu,
.menu nav ul li.menu-hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
	left: 0;
}

.menu nav ul li > ul.sub-menu > li {
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0;
	padding: 0;
	width: 100%;
}

.menu nav ul li > ul.sub-menu > li a {
	display: block;
	width: 100%;
	padding: 15px 14px;
	border-bottom: 1px dashed #efefef;
	font-size: 14px;
	color: #333;
	margin: 0;
	font-weight: 400;
	text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}

.menu nav ul li > ul.sub-menu > li a::after {
	content: "";
	clear: both;
	display: block;
	width: 14px;
	height: 1px;
	background: #5e2ced;
	position: absolute;
	top: 50%;
	left: 14px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform: translateY(-50%);
}

.menu nav ul li > ul.sub-menu > li:hover > a {
	color: #5e2ced;
	padding-left: 30px;
	background: #f7f9fe;
}

.menu nav ul li > ul.sub-menu > li:hover > a::after {
	opacity: 1;
	visibility: visible;
}

.menu nav ul li > ul.sub-menu > li:last-child a {
	border-bottom: none;
}

/* Nested submenu support (third level) */
.menu nav ul li > ul.sub-menu > li > ul.sub-menu {
	left: 200px;
	top: 0;
}

.menu nav ul li > ul.sub-menu > li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 0;
	left: 200px;
}

/* Ensure submenu links are clickable */
.menu nav ul li > ul.sub-menu > li a {
	pointer-events: auto !important;
	cursor: pointer !important;
	z-index: 1000;
}
