/* Buzt WPBakery Light Addons */

/* Tabs */
.buzt-tabs {
    width: 100%;
}

.buzt-tabs-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    border: 1px solid rgba(0,0,0,.08);
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    background: transparent;
}

.buzt-tabs-nav-item {
    border: 0;
    border-right: 1px solid rgba(0,0,0,.08);
    background: rgba(255,255,255,.55);
    color: #111;
    padding: 12px 18px 13px;
    cursor: pointer;
    font: inherit;
    min-height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.buzt-tabs-nav-item:last-child {
    border-right: 0;
}

.buzt-tabs-nav-item i {
    font-size: 34px;
    line-height: 1;
    display: block;
    transition: color .2s ease, transform .2s ease;
}

.buzt-tabs-nav-item span {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: inherit;
    letter-spacing: normal;
    text-transform: none;
    text-align: center;
}

.buzt-tabs-nav-item:hover {
    background: var(--buzt-tabs-hover, #ff8f22);
    color: #fff;
}

.buzt-tabs-nav-item:hover i {
    color: #fff !important;
    transform: translateY(-1px);
}

.buzt-tabs-nav-item.is-active {
    background: var(--buzt-tabs-active, #ff5b14);
    color: #fff;
}

.buzt-tabs-nav-item.is-active i {
    color: #fff !important;
}

.buzt-tabs-panels {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 0 0 8px 8px;
    background: transparent;
}

.buzt-tabs-panel {
    display: none;
    padding: 34px 24px;
    background: transparent;
}

.buzt-tabs-panel.is-active {
    display: block;
}

.buzt-tabs-effect-fade .buzt-tabs-panel.is-active {
    animation: buztFade .25s ease both;
}

.buzt-tabs-effect-slide-up .buzt-tabs-panel.is-active {
    animation: buztSlideUp .28s ease both;
}

/* Fancy Text */
.buzt-fancy-text {
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    white-space: nowrap;
    font-size: 28px;
    line-height: 1.2;
}

.buzt-fancy-current,
.buzt-fancy-cursor {
    color: #ff8a00;
}

.buzt-fancy-cursor {
    display: inline-block;
    margin-left: 2px;
    animation: buztCursorBlink .8s infinite;
}

/* List Icon */
.buzt-list-icon {
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-size: 16px;
    line-height: 1.35;
    padding: 10px 10px;
}

.buzt-list-icon-item {
    display: flex;
    align-items: center;
    gap: var(--buzt-list-icon-gap, 7px);
}

.buzt-list-icon-item i {
    font-size: var(--buzt-list-icon-size, 13px);
    line-height: 1;
    width: var(--buzt-list-icon-size, 13px);
    min-width: var(--buzt-list-icon-size, 13px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
}

.buzt-list-icon-content {
    line-height: 1.35;
    font-size: 16px;
}

.buzt-list-icon-content p {
    margin: 0;
    line-height: 1;
        font-size: 13px;
}


/* Info Box */
.buzt-info-box {
    text-align: center;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 8px;
    background: #fff;
    padding: 38px 28px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.buzt-info-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.buzt-info-box-media {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.buzt-info-box-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.02);
    color: #7b2cff;
    font-size: 34px;
}

.buzt-info-box-image {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.buzt-info-box-title {
    margin: 0 0 16px;
    font-weight: 700;
    line-height: 1.25;
    font-size: 18px;
}

.buzt-info-box-content {
    line-height: 1.45;
}

.buzt-info-box-content p:last-child {
    margin-bottom: 0;
}

/* Image/Icon on left */
.buzt-info-box-media-left {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 14px;
    padding: 38px 34px;
}


.buzt-info-box-media-left .buzt-info-box-media {
    flex: 0 0 auto;
    margin-bottom: 0;
    justify-content: flex-start;
}

.buzt-info-box-media-left .buzt-info-box-body {
    flex: 1 1 auto;
}

.buzt-info-box-media-left .buzt-info-box-title {
    margin-bottom: 18px;
}

.buzt-info-box-media-left .buzt-info-box-content {
    color: #666;
}

/* Image/Icon on top */
.buzt-info-box-media-top {
    text-align: center;
}

.buzt-anim-swing:hover .buzt-info-box-icon {
    animation: buztSwing .75s ease;
}

.buzt-anim-soft-lift:hover {
    transform: translateY(-5px);
}

/* Carousel */
.buzt-carousel {
    position: relative;
    width: 100%;
}

.buzt-carousel-viewport {
    overflow: hidden;
    width: 100%;
}

.buzt-carousel-track {
    display: flex;
    align-items: stretch;
    transition: transform .3s ease;
    will-change: transform;
}

.buzt-carousel-track > * {
    flex: 0 0 calc(100% / var(--buzt-carousel-items, 1));
    max-width: calc(100% / var(--buzt-carousel-items, 1));
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

.buzt-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.buzt-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background: #cfcfcf;
    cursor: pointer;
    padding: 0;
    transition: width .2s ease, background .2s ease;
}

.buzt-carousel-dot.is-active {
    width: 30px;
    background: var(--buzt-dot-color, #ff8a00);
}

.buzt-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,.12);
    cursor: pointer;
    z-index: 2;
}

.buzt-carousel-prev {
    left: -12px;
}

.buzt-carousel-next {
    right: -12px;
}

/* Animations */
@keyframes buztFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes buztSlideUp {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes buztCursorBlink {
    0%, 45% { opacity: 1; }
    46%, 100% { opacity: 0; }
}

@keyframes buztSwing {
    20% { transform: rotate(12deg); }
    40% { transform: rotate(-9deg); }
    60% { transform: rotate(5deg); }
    80% { transform: rotate(-3deg); }
    100% { transform: rotate(0); }
}

@media (max-width: 767px) {
    .buzt-info-box-media-left {
        gap: 10px;
        padding: 28px 20px;
    }

    .buzt-info-box-image {
        width: 46px;
        height: 46px;
    }
    .buzt-tabs-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .buzt-tabs-nav-item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
    .buzt-tabs-nav-item {
        min-height: 82px;
        padding: 11px 8px;
        gap: 5px;
    }

    .buzt-tabs-nav-item i {
        font-size: 26px;
    }

    .buzt-tabs-nav-item span {
        font-size: 14px;
    }

    .buzt-tabs-panel {
        padding: 22px 14px;
    }

    .buzt-info-box {
        padding: 30px 20px;
    }
}
