.boost-carousel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.boost-carousel-inner {
    display: flex;
    flex-direction: column;
    gap: 23px;
    width: 100%;
}

.boost-carousel-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.boost-carousel-slides {
    position: relative;
    width: 100%;
}

.boost-carousel-slide {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.boost-carousel-slide.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.boost-carousel-title {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 45.6px;
    letter-spacing: -2.28px;
    color: #000;
    margin: 0;
}

.boost-carousel-text {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 19.5px;
    font-weight: 400;
    line-height: 29.18px;
    color: #000;
}

.boost-carousel-slide .elementor-button-wrapper {
    flex-shrink: 0;
}

.boost-carousel-button-align-left .boost-carousel-slide {
    align-items: flex-start;
}

.boost-carousel-button-align-center .boost-carousel-slide {
    align-items: center;
}

.boost-carousel-button-align-right .boost-carousel-slide {
    align-items: flex-end;
}

.boost-carousel-button-align-justify .boost-carousel-slide {
    align-items: stretch;
}

.boost-carousel-button-align-justify .boost-carousel-slide .elementor-button-wrapper,
.boost-carousel-button-align-justify .boost-carousel-slide .elementor-button {
    width: 100%;
}

.boost-carousel-button-align-justify .boost-carousel-slide .elementor-button .elementor-button-content-wrapper {
    justify-content: center;
}

.boost-carousel-nav {
    display: flex;
    gap: 8px;
}

.boost-carousel .boost-carousel-btn {
    background-color: #f6f6f7 !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    color: #000 !important;
    border-radius: 9999px !important;
    padding: 0 !important;
}

.boost-carousel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    cursor: pointer;
    background-color: #f6f6f7;
    border-radius: 9999px;
    transition: background-color 0.2s;
}

.boost-carousel-btn:hover {
    background-color: #e8e8e9;
}

.boost-carousel-btn {
    color: #000;
}

.boost-carousel-btn i,
.boost-carousel-btn svg {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.boost-carousel-btn svg,
.boost-carousel-btn svg path {
    fill: currentColor;
}

.boost-carousel-btn:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.boost-carousel-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

