.nav-category-title {
    position: relative;
    letter-spacing: 0.08em;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.category-title {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 0px 0px 50px;
}
.nav-category-menu {
    flex: 1;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}
.category-menu1 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0px 10px 50px;
}

.category-menu1:hover {
    background-color: #fff;
    color: #f36723;
    /* Add other styles here */
}

.category-menu-selected {
    background-color: #fff;
    color: #f36723;
}


.category-menu {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 0px;
    gap: 2px;
    font-size: 19px;
    color: #3a3636;
}
.category-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
.nav-category {
    align-self: stretch;
    width: 336px;
    background-color: #f5eee6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px 0px 20px;
    box-sizing: border-box;
    min-height: 480px;
}
.main-nav-label1 {
    flex: 1;
    position: relative;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
}
.main-nav-label {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.main-nav-service-hover {
    align-self: stretch;
    position: relative;
    cursor: pointer;
}
.main-nav-service-list {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 0px;
}

.main-nav-service-list:hover{
    color: #f36723 !important; 
}
.esi-pf {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    padding-left: 21px;
}
.main-nav-list {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* gap: 16px; */
}
.main-nav-container {
    width: 280px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 150px;
}
.main-nav-service-list-hover1 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: #191919;
}
.main-nav-links {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0px 62px;
    min-width: 282px;
    font-size: 16px;
    color: #3a3636;
}
.main-nav-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
.main-nav {
    align-self: stretch;
    flex: 1;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 30px 70px;
    box-sizing: border-box;
    min-height: 480px;
    font-size: 22px;
}

.taxation {
    display: none;
    width: 100%;
    position: relative;
    background-color: #ebebeb;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0px;
    min-width: 760px;
    text-align: left;
    font-size: 20px;
    color: #1f496f;
    font-family: Poppins;
    transition: opacity 0.2s ease;
    pointer-events: auto;
    z-index: 9999;
    border: 0.5px solid #f1f1f1;
}

.tooltip {
    z-index: 99999 !important;
    font-size: 0.875rem;
    background-color: #333;
    padding: 6px 10px;
    border-radius: 4px;
    max-width: 250px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #333;
}

