.bwa-97efa83f-wrapper {
    display: inline-block;
    width: 100%;
}
.elementor-align-left .bwa-97efa83f-wrapper {
    text-align: left;
}
.elementor-align-center .bwa-97efa83f-wrapper {
    text-align: center;
}
.elementor-align-right .bwa-97efa83f-wrapper {
    text-align: right;
}
.elementor-align-justify .bwa-97efa83f-wrapper .bwa-97efa83f-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

.bwa-97efa83f-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none !important;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.bwa-97efa83f-btn:hover {
    text-decoration: none !important;
}

.bwa-pos-left {
    flex-direction: row-reverse;
}

.bwa-97efa83f-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.bwa-97efa83f-icon svg {
    display: block;
    transition: transform 0.3s ease;
}

/* Arrow Directions */
.bwa-dir-up svg {
    transform: rotate(-90deg);
}
.bwa-dir-down svg {
    transform: rotate(90deg);
}
.bwa-dir-left svg {
    transform: rotate(180deg);
}
.bwa-dir-right svg {
    transform: rotate(0deg);
}
