.navbar .nav-item-active {
    color: #EF4444 !important;
}
.header-container-fluid {
    padding: 0rem 6rem 0rem 5rem;
}
.header-menu-gap {
    padding-left: 3rem;
    padding-right: 3rem;
}
.custom-navbar-form {
    flex-direction: row-reverse !important;
}
.navbar {
    z-index: 1;
    position: fixed;
    background: #FFFFFF !important;
    box-shadow: none; 
    transition: box-shadow 0.3s ease;
    /* box-shadow: 0 5px 10px 0 rgba(46, 53, 144, .1); */
}
.navbar.custom-shadow {
    box-shadow: 0 5px 10px 0 rgba(46, 53, 144, 0.05);
}
.custom-navbar-header {
    font-size: 20px;
    font-weight: 500;
    color: #2C517E;
    font-family: Roboto;
    font-style: normal;
    line-height: normal;
}
.contact-menu-item:focus {
    color: #2C517E !important;
}
.custom-navbar-list {
    column-gap: 30px !important;
}
.header-dropdown-menu {
    font-size: 14px!important;
    margin: 0 !important;
    box-shadow: 10px 35px 50px 0px rgba(0, 0, 0, 0.06);
    border: 0;
}
.header-dropdown-item{
    padding: 0.25rem 0.5rem!important;
}

/* .multilevel-dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%; /* Position it to the right of the parent */
/* } */ */
/* 
.dropdown-item .header-dropdown-item:hover .multilevel-dropdown-menu {
    display: block;
} */
/* .dropdown-menu .dropdown-list:hover .multilevel-dropdown-menu {
    display: block;
} */


.header-dropdown-item {
    color: #0A3364;
    font-weight: 500;
    font-size: 19px;
  
}
.header-dropdown-item:active {
    background-color: #FFF!important;
}
.header-dropdown-item:hover {
    color: #EF4444;
}
.nav-text-link:hover, .nav-text-link:focus {
    color: #EF4444 !important;
}
.header-dropdown-item:hover{
    color: #EF4444 !important;
}
#fixed-menu {
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 0;
}
.header-search-icon {
    color: #0a3364;
    font-size: 25px;
    cursor: pointer;
}
.header-search-expand-icon {
    color: #FFF;
    font-size: 25px;
}
.header-tabler-icon {
    color: #0a3364; 
    font-size: 33px;
    cursor: pointer;
}
.offcanvas1.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
/* Styles for the search bar overlay */
.search-overlay {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 104px;
    background: #032D60;
    z-index: 1000;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    transition: left 5s ease;
    /* transition: transform .2s ease-in-out; */
    pointer-events: none;
}

.search-overlay.active {
    top: 0;
    pointer-events: auto;
    opacity: 0.9;
}

.close-icon {
    position: absolute;
    top: 6px;
    right: 180px;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
}

.search-bar form .search-input {
	width: 100%;
	font-size: 1rem;
	color: #FFF;
	font-weight: 600;
    font-family: Roboto;
	border-radius: 0;
    padding: 0px 0px 10px 40px;
}
.search-input,
.search-input:focus {
	border: none;
	border-bottom: 0.5px solid #FFF;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.search-bar-padding {
    padding: 0rem 3rem 0rem 3rem;
}
.search-input-container {
    position: relative;
}
.search-input::placeholder {
    color: white;
}
.sidebar-offcanvas-body {
    padding: 0rem 3rem;
}
.dropdown:hover .dropdown-menu,.list-services-menu:hover .submenu  {
    display: block;
}
.list-services-menu:hover .submenu {
  
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 0.5rem;

}
.dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 15px;
    /* font-size: 16px; */
    z-index: 1000; 
    background-color:#FFFFFF;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    margin: 0 !important;
    box-shadow: 10px 35px 50px 0px rgba(0, 0, 0, 0.06);
}

.spacer {
    width: 100%;
    height: 88px;
}
.navbar-toggler , .navbar-toggler:focus, .navbar-toggler:focus-within {
    border: 0;
    outline: none !important;
    box-shadow: none !important;
}

/* Media-Query */

/* @media (max-width: 992px) and (min-width: 768px) {
    .search-bar form .search-input {
		width: 100%;
		max-width: 400px;
	}
}
@media (max-width: 360px) {
	header.top .search-bar form .search-input {
		font-size: 1rem;
	}
} */

@media screen and (min-device-width: 280px) and (max-device-width: 320px) {
    .spacer {
        height: 88px;
    }
    #fixed-menu {
        padding: 0 !important;
    }
    .header-nav-brand-logo {
        padding-left: 0rem !important;
    }
    .header-container-fluid {
        padding: 3px !important;
    }
    .custom-navbar-header {
        font-size: 14px;
        padding-left: 30px;
    }
    .header-dropdown-menu { 
        font-size: 14px;
        margin: 0rem 8rem 0rem 3rem !important;
        padding: 0px;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 540px) { 
    #fixed-menu {
        padding: 0 !important;
    }
    .header-nav-brand-logo {
        padding-left: 0rem !important;
    }
    .header-container-fluid {
        padding: 0px 20px 0px 20px !important;
    }
    .custom-navbar-header {
        font-size: 16px;
        padding-left: 30px;
    }
    .header-dropdown-menu { 
        font-size: 14px;
        margin: 0rem 8rem 0rem 3rem !important;
        padding: 0px;
    }
}

@media screen and (min-device-width: 541px) and (max-device-width: 767px) {
    .spacer {
        height: 88px;
    }
    .custom-navbar-header {
        font-size: 18px;
    }
    .header-dropdown-menu { 
        font-size: 14px;
        margin: 0rem 25rem 0rem 3rem !important;
        padding: 8px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .custom-navbar-header {
        padding-left: 40px;
    }
    .header-dropdown-menu { 
        font-size: 14px;
        margin: 0rem 25rem 0rem 3rem !important;
        padding: 8px;
    }
    .header-container-fluid {
        padding: 0rem 2.5rem 0rem 1rem;
    }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .custom-navbar-header {
        font-size: 18px;
    }
    .header-dropdown-menu { 
        font-size: 14px;
    }
    .header-container-fluid {
        padding: 0rem 4rem 0rem 2rem;
    }
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1280px) {   
    .custom-navbar-header {
        font-size: 15px;
    }
    .ti-logo{
        width: 80%;
    }
    .header-dropdown-menu { 
        font-size: 14px;
    }.header-container-fluid {
        padding: 0rem 5rem 0rem 3rem;
    }
    .spacer{
        height: 80px;
    }
}


.sub-list {
    padding-left: 0px; /* Indents the sub-items */
    list-style-type: none; /* Removes bullet points */
    font-size: 13px;
}
.sub-list .dropdown-item::before {
    content: "✔"; /* Change to any symbol you prefer */
    color: #007bff; /* Change to your preferred color */
    font-weight: bold;


}
.sub-list .dropdown-item {
    pointer-events: none;
    cursor: default;
}
