.bwi-58b095c7-wrapper {
    display: inline-block;
    width: 100%;
}
.elementor-align-left .bwi-58b095c7-wrapper {
    text-align: left;
}
.elementor-align-center .bwi-58b095c7-wrapper {
    text-align: center;
}
.elementor-align-right .bwi-58b095c7-wrapper {
    text-align: right;
}
.elementor-align-justify .bwi-58b095c7-wrapper .bwi-58b095c7-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

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

.bwi-58b095c7-btn:hover {
    text-decoration: none !important;
}

.bwi-58b095c7-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.bwi-58b095c7-icon svg {
    display: block;
}

/* Arrow Directions */
.bwi-58b095c7-btn.direction-right .bwi-58b095c7-icon svg {
    transform: rotate(0deg);
}
.bwi-58b095c7-btn.direction-left .bwi-58b095c7-icon svg {
    transform: rotate(180deg);
}
.bwi-58b095c7-btn.direction-down .bwi-58b095c7-icon svg {
    transform: rotate(90deg);
}
.bwi-58b095c7-btn.direction-up .bwi-58b095c7-icon svg {
    transform: rotate(-90deg);
}

/* Icon Position Toggles */
.bwi-58b095c7-btn.position-left {
    flex-direction: row-reverse;
}
.bwi-58b095c7-btn.position-right {
    flex-direction: row;
}

/* Default hover slides if not animated */
.bwi-58b095c7-btn:hover .bwi-58b095c7-icon {
    transform: scale(1.1);
}
