.ch-99bb7e44-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Poppins', sans-serif;
    z-index: 99999;
}

.ch-99bb7e44-top {
    background: #282164;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
}

.ch-99bb7e44-top-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ch-99bb7e44-top a, .ch-99bb7e44-top span {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.ch-99bb7e44-top a i, .ch-99bb7e44-top span i {
    font-size: 16px;
}

.ch-99bb7e44-main {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    padding: 15px 20px;
    position: relative;
}

.ch-99bb7e44-main-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ch-99bb7e44-logo img {
    max-height: 50px;
}

.ch-99bb7e44-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.ch-99bb7e44-nav a, .ch-99bb7e44-dropdown-toggle {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 15px;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 20px;
    transition: all 0.3s;
}

.ch-99bb7e44-dropdown-toggle.active {
    background: rgba(40, 33, 100, 0.05);
    color: #282164;
}
.ch-99bb7e44-dropdown-toggle .arr {
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s;
}
.ch-99bb7e44-dropdown-toggle.active .arr {
    transform: rotate(180deg);
}

.ch-99bb7e44-dropdown-wrap {
    position: relative;
}

.ch-99bb7e44-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 15px 0;
    min-width: 320px;
    z-index: 100000;
    margin-top: 15px;
}
.ch-99bb7e44-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.ch-99bb7e44-dropdown-menu.show {
    display: flex;
    flex-direction: column;
}

.ch-99bb7e44-dropdown-menu a {
    padding: 10px 25px;
    border-radius: 0;
}

.ch-99bb7e44-btn {
    background: #282164;
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 992px) {
    .ch-99bb7e44-top-inner, .ch-99bb7e44-main-inner { flex-direction: column; gap: 15px; }
    .ch-99bb7e44-nav { flex-wrap: wrap; justify-content: center; }
}
