.ch-header-f88f1dc8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    font-family: sans-serif;
    border-radius: 12px;
}

.ch-left-f88f1dc8 {
    display: flex;
    align-items: center;
}

.ch-logo-f88f1dc8 {
    max-height: 40px;
    width: auto;
    min-width: 150px; /* Ensure logo doesn't disappear if no explicit width was previously set */
    object-fit: contain;
}

.ch-btn-primary-f88f1dc8 {
    background-color: #529b84;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.3s ease;
    margin-left: 10px;
}

.ch-btn-primary-f88f1dc8:hover {
    background-color: #42806c;
}

.ch-nav-f88f1dc8 ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.ch-nav-f88f1dc8 a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.ch-nav-f88f1dc8 a.active {
    font-weight: 600;
}

.ch-right-icons-f88f1dc8 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ch-right-icons-f88f1dc8 a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.3s ease;
}

.ch-right-icons-f88f1dc8 a:hover {
    opacity: 0.7;
}

.ch-icon-btn-f88f1dc8 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}

.ch-icon-btn-f88f1dc8 svg {
    width: 20px;
    height: 20px;
}

.ch-login-text-f88f1dc8 {
    font-weight: 700;
    font-size: 15px;
}

@media (max-width: 992px) {
    .ch-header-f88f1dc8 {
        flex-direction: column;
        gap: 20px;
    }
    .ch-nav-f88f1dc8 ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ch-right-icons-f88f1dc8 {
        flex-wrap: wrap;
        justify-content: center;
    }
}
