.hd-wrapper-19481e96 {
    position: relative;
    display: inline-block;
}

.hd-btn-19481e96 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    width: 100%;
}

.hd-arrow-19481e96 {
    transition: transform 0.3s ease;
}

.hd-menu-19481e96 {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.hd-wrapper-19481e96:hover .hd-menu-19481e96 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hd-wrapper-19481e96:hover .hd-arrow-19481e96 {
    transform: rotate(180deg);
}

.hd-item-19481e96 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
    white-space: nowrap;
    gap: 15px;
}

.hd-label-19481e96 {
    font-weight: bold;
}

.hd-phone-19481e96 {
    font-weight: normal;
}
