.tq-footer-group {
    border-top: 1px solid rgba(251,244,226,0.15);
    padding: 12px 0;
}
.tq-footer-group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.tq-footer-group-arrow {
    font-style: normal;
    font-size: 11px;
    color: #fbf4e2;
    transition: transform 0.2s ease;
}
.tq-footer-group-open .tq-footer-group-arrow {
    transform: rotate(180deg);
}
.tq-footer-group-body {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px;
    margin-top: 10px;
}
.tq-footer-group-open .tq-footer-group-body {
    display: grid;
}
.tq-footer-group-body .elementor-heading-title {
    text-align: right !important;
    font-size: 11.5px !important;
    font-weight: 400 !important;
    opacity: 0.85;
}

.tq-footer-identity {
    text-align: center;
    padding-bottom: 14px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(251,244,226,0.15);
}
.tq-footer-identity-name {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 6px;
}
.tq-footer-legal {
    text-align: center;
    opacity: 0.6;
    margin: 6px 0;
}
.tq-footer-legal p {
    margin: 2px 0 !important;
}
.tq-footer-section-divider {
    border-top: 1px solid rgba(251,244,226,0.15) !important;
    padding-top: 14px !important;
    margin-top: 14px !important;
}
