/**
 * AlyansPrefabrik Hizmetler TABs Widget Styles
 * @package Alyans_Prefabrik_Elementor_Widgets
 */

/* CSS Variables */
.apew-hizmetler-tabs {
    --apew-active-color: #FF6B35;
    --apew-transition-speed: 0.3s;
    --apew-font-family: inherit;
    
    font-family: var(--apew-font-family);
    position: relative;
}

.apew-hizmetler-tabs__inner {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 32px;
}

/* ================================
   HEADER
   ================================ */
.apew-header {
    margin-bottom: 40px;
}

.apew-header__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: color-mix(in srgb, var(--apew-active-color) 15%, transparent);
    border: 1px solid color-mix(in srgb, var(--apew-active-color) 30%, transparent);
    border-radius: 100px;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    color: var(--apew-active-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all var(--apew-transition-speed) ease;
}

.apew-header__badge-icon {
    width: 14px;
    height: 14px;
}

.apew-header__title {
    font-size: 42px;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.apew-header__desc {
    margin-top: 12px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    max-width: 500px;
    line-height: 1.6;
}

.apew-header__desc--mobile {
    display: none;
}

/* ================================
   MOBILE WRAPPER
   ================================ */
.apew-mobile-wrapper {
    display: none;
}

/* ================================
   MOBILE DROPDOWN
   ================================ */
.apew-mobile-dropdown {
    display: none;
    position: sticky;
    top: 0;
    z-index: 100;
    margin-bottom: 16px;
    background: var(--apew-container-bg, #fdf8f3);
}

.apew-mobile-dropdown__trigger {
    width: 100%;
    padding: 14px 18px;
    border-radius: 14px;
    border: 2px solid var(--apew-active-color);
    background: linear-gradient(135deg, color-mix(in srgb, var(--apew-active-color) 12%, transparent) 0%, color-mix(in srgb, var(--apew-active-color) 4%, transparent) 100%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all var(--apew-transition-speed) ease;
}

.apew-mobile-dropdown__selected {
    display: flex;
    align-items: center;
    gap: 12px;
}

.apew-mobile-dropdown__icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--apew-active-color);
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
    transition: all var(--apew-transition-speed) ease;
}

.apew-mobile-dropdown__icon svg {
    width: 20px;
    height: 20px;
}

.apew-mobile-dropdown__title {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 15px;
}

.apew-mobile-dropdown__change {
    display: flex;
    align-items: center;
    gap: 6px;
    background: color-mix(in srgb, var(--apew-active-color) 15%, transparent);
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid color-mix(in srgb, var(--apew-active-color) 30%, transparent);
    font-size: 13px;
    font-weight: 700;
    color: var(--apew-active-color);
    transition: all var(--apew-transition-speed) ease;
}

.apew-mobile-dropdown__trigger:hover .apew-mobile-dropdown__change,
.apew-mobile-dropdown.is-open .apew-mobile-dropdown__change {
    background: var(--apew-active-color);
    color: #ffffff;
}

.apew-mobile-dropdown__trigger:hover .apew-mobile-dropdown__change svg,
.apew-mobile-dropdown.is-open .apew-mobile-dropdown__change svg {
    stroke: #ffffff;
}

.apew-mobile-dropdown__arrow {
    width: 16px;
    height: 16px;
    color: var(--apew-active-color);
    stroke: var(--apew-active-color);
    transition: transform var(--apew-transition-speed) ease;
}

.apew-mobile-dropdown.is-open .apew-mobile-dropdown__arrow {
    transform: rotate(180deg);
}

.apew-mobile-dropdown__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #1a1a1a;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 100;
    overflow: hidden;
    display: none;
}

.apew-mobile-dropdown.is-open .apew-mobile-dropdown__list {
    display: block;
}

.apew-mobile-dropdown__item {
    width: 100%;
    padding: 14px 20px;
    background: transparent;
    border: none;
    border-left: 3px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 600;
    transition: all 0.15s ease;
}

.apew-mobile-dropdown__item:hover,
.apew-mobile-dropdown__item.is-active {
    background: rgba(255, 255, 255, 0.05);
}

.apew-mobile-dropdown__item.is-active {
    border-left-color: var(--apew-active-color);
    color: #ffffff;
}

.apew-mobile-dropdown__item i,
.apew-mobile-dropdown__item svg {
    font-size: 20px;
    width: 20px;
    height: 20px;
	fill: #7a7a7a;
}
.apew-mobile-dropdown__item.is-active svg {
	fill: var(--apew-active-color)
}
/* ================================
   TABS BAR (DESKTOP)
   ================================ */
.apew-tabs-bar {
    margin-bottom: 32px;
    padding: 8px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.apew-tabs-bar__list {
    display: flex;
    gap: 8px;
}

.apew-tab-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 14px;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.apew-tab-item:hover:not(.is-active) {
    background: rgba(255, 255, 255, 0.05);
}

.apew-tab-item.is-active {
    /* Background color set via inline style with tab color */
}

.apew-tab-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 20px;
    transition: all var(--apew-transition-speed) ease;
}

.apew-tab-item.is-active .apew-tab-item__icon {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.apew-tab-item:not(.is-active) .apew-tab-item__icon {
    color: var(--apew-active-color);
}

.apew-tab-item__icon svg {
    width: 20px;
    height: 20px;
}

.apew-tab-item__text {
    display: flex;
    flex-direction: column;
}

.apew-tab-item__title {
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    transition: color var(--apew-transition-speed) ease;
}

.apew-tab-item.is-active .apew-tab-item__title {
    color: #ffffff;
}

.apew-tab-item__subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 2px;
    transition: color var(--apew-transition-speed) ease;
}

.apew-tab-item.is-active .apew-tab-item__subtitle {
    color: rgba(255, 255, 255, 0.8);
}

/* ================================
   CONTENT AREA (DESKTOP)
   ================================ */
.apew-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    min-height: 640px;
}

.apew-content__banner {
    height: 640px;
}

.apew-content__list {
    height: 640px;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

/* ================================
   BANNER
   ================================ */
.apew-banner {
    position: relative;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #0a0a0a;
    border: 1px solid color-mix(in srgb, var(--apew-active-color) 20%, transparent);
    transition: border-color var(--apew-transition-speed) ease;
}

.apew-banner__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 0.4s ease;
}

.apew-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 100%);
}

.apew-banner__tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, color-mix(in srgb, var(--apew-active-color) 15%, transparent) 0%, transparent 50%);
    mix-blend-mode: overlay;
    transition: background var(--apew-transition-speed) ease;
}

.apew-banner__corner-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    border: 1px solid color-mix(in srgb, var(--apew-active-color) 40%, transparent);
    font-size: 12px;
    font-weight: 600;
    color: var(--apew-active-color);
    letter-spacing: 1px;
    transition: all var(--apew-transition-speed) ease;
}

.apew-banner__corner-badge svg {
    width: 14px;
    height: 14px;
}

.apew-banner__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
}

.apew-banner__category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    margin-bottom: 12px;
    border: 1px solid color-mix(in srgb, var(--apew-active-color) 30%, transparent);
    font-size: 12px;
    font-weight: 600;
    color: var(--apew-active-color);
    transition: all var(--apew-transition-speed) ease;
}

.apew-banner__category svg,
.apew-banner__category i {
    width: 14px;
    height: 14px;
    font-size: 14px;
	fill: #fff;
}

.apew-banner__title {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.apew-banner__desc {
    margin-top: 8px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 400px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.apew-banner__features {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.apew-banner__feature-tag {
    font-size: 11px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.apew-banner__ctas {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.apew-banner__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.apew-banner__cta--primary {
    background: var(--apew-active-color);
    color: #ffffff;
    box-shadow: 0 4px 20px color-mix(in srgb, var(--apew-active-color) 50%, transparent);
}

.apew-banner__cta--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px color-mix(in srgb, var(--apew-active-color) 60%, transparent);
}

.apew-banner__cta--secondary {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.apew-banner__cta--secondary:hover {
    background: rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 255, 255, 0.3);
}

.apew-banner__cta svg,
.apew-banner__cta i {
    width: 16px;
    height: 16px;
    font-size: 16px;
	fill: #fff;
}

/* ================================
   LIST PANEL
   ================================ */
.apew-list-header {
    padding: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.apew-list-header__title {
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    font-size: 18px;
}

.apew-list-header__desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin: 4px 0 0 0;
}

.apew-list-header__count {
    padding: 8px 14px;
    border-radius: 100px;
    background: color-mix(in srgb, var(--apew-active-color) 15%, transparent);
    border: 1px solid color-mix(in srgb, var(--apew-active-color) 30%, transparent);
    font-size: 12px;
    font-weight: 700;
    color: var(--apew-active-color);
    transition: all var(--apew-transition-speed) ease;
}

.apew-list-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}

.apew-list-scroll::-webkit-scrollbar {
    width: 6px;
}
.apew-list-scroll::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 4px;
}
.apew-list-scroll::-webkit-scrollbar-thumb {
    background: rgba(244,149,29,0.3);
    border-radius: 4px;
}
.apew-list-scroll::-webkit-scrollbar-thumb:hover {
    background: #f4951d80;
}

/* Firefox */
.apew-list-scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(244,149,29,0.3) rgba(0,0,0,0.05);
}


.apew-list-scroll.scrollbar-hover {
    scrollbar-color: #f4951d80 rgba(0,0,0,0.05);
					   
}

.apew-list-scroll {
    -webkit-overflow-scrolling: touch;
}

/* ================================
   LIST GROUPS
   ================================ */
.apew-list-group {
    margin-bottom: 28px;
}

.apew-list-group:last-child {
    margin-bottom: 0;
}

.apew-list-group__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.apew-list-group__icon {
    color: var(--apew-active-color);
    transition: color var(--apew-transition-speed) ease;
}

.apew-list-group__icon svg {
    width: 14px;
    height: 14px;
}

.apew-list-group__title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--apew-active-color);
    margin: 0;
    transition: color var(--apew-transition-speed) ease;
}

.apew-list-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ================================
   LIST ITEM
   ================================ */
.apew-list-item {
    width: 100%;
    padding: 16px 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.apew-list-item:hover,
.apew-list-item.is-active {
    border-color: color-mix(in srgb, var(--apew-active-color) 40%, transparent);
    background: color-mix(in srgb, var(--apew-active-color) 10%, transparent);
    transform: translateX(8px);
}

.apew-list-item__content {
    flex: 1;
    min-width: 0;
}

.apew-list-item__header {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.apew-list-item__title {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    margin: 0;
    transition: color var(--apew-transition-speed) ease;
}

.apew-list-item.is-active .apew-list-item__title {
    color: #ffffff;
}

.apew-list-item__badges {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.apew-list-item__badge {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 100px;
    background: color-mix(in srgb, var(--apew-active-color) 20%, transparent);
    color: var(--apew-active-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all var(--apew-transition-speed) ease;
}

.apew-list-item__desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin: 6px 0 0 0;
}

.apew-list-item__arrow {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
    transition: all var(--apew-transition-speed) ease;
}

.apew-list-item.is-active .apew-list-item__arrow {
    background: var(--apew-active-color);
    color: #ffffff;
}

.apew-list-item__arrow svg {
    width: 16px;
    height: 16px;
}

/* ================================
   MOBILE CONTENT
   ================================ */
.apew-mobile-content {
    display: none;
}

.apew-mobile-group {
    margin-bottom: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.apew-mobile-group__header {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    gap: 10px;
}

.apew-mobile-group__icon {
    color: var(--apew-active-color);
}

.apew-mobile-group__icon svg {
    width: 14px;
    height: 14px;
}

.apew-mobile-group__text h4 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--apew-active-color);
    margin: 0;
}

.apew-mobile-group__text p {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    margin: 2px 0 0 0;
}

.apew-mobile-group__items {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ================================
   MOBILE ACCORDION
   ================================ */
.apew-mobile-accordion {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    transition: all var(--apew-transition-speed) ease;
}

.apew-mobile-accordion.is-open {
    border-color: color-mix(in srgb, var(--apew-active-color) 40%, transparent);
    background: color-mix(in srgb, var(--apew-active-color) 8%, transparent);
}

.apew-mobile-accordion__trigger {
    width: 100%;
    padding: 16px 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
}

.apew-mobile-accordion__text h5 {
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    font-size: 15px;
}

.apew-mobile-accordion__text p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin: 4px 0 0 0;
}

.apew-mobile-accordion__arrow {
    color: var(--apew-active-color);
    transition: transform var(--apew-transition-speed) cubic-bezier(0.4, 0, 0.2, 1);
}

.apew-mobile-accordion__arrow svg {
    width: 20px;
    height: 20px;
}

.apew-mobile-accordion.is-open .apew-mobile-accordion__arrow {
    transform: rotate(180deg);
}

.apew-mobile-accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--apew-transition-speed) cubic-bezier(0.4, 0, 0.2, 1);
}

.apew-mobile-accordion.is-open .apew-mobile-accordion__content {
    max-height: 400px;
}

.apew-mobile-accordion__banner {
    padding: 0 12px 12px 12px;
    height: 320px;
}

.apew-mobile-accordion__banner .apew-banner {
    height: 100%;
}

.apew-mobile-accordion__banner .apew-banner__content {
    padding: 10px;
}

.apew-mobile-accordion__banner .apew-banner__title {
    font-size: 22px;
}

.apew-mobile-accordion__banner .apew-banner__desc {
    font-size: 14px;
    margin-top: 6px;
}

.apew-mobile-accordion__banner .apew-banner__category {
    margin-bottom: 10px;
    padding: 5px 12px;
    font-size: 11px;
}

.apew-mobile-accordion__banner .apew-banner__features {
    margin-top: 12px;
}

.apew-mobile-accordion__banner .apew-banner__feature-tag {
    font-size: 10px;
    padding: 5px 12px;
}

.apew-mobile-accordion__banner .apew-banner__ctas {
    margin-top: 16px;
    flex-direction: row;
    gap: 10px;
}

.apew-mobile-accordion__banner .apew-banner__cta {
    flex: 1;
    justify-content: center;
    padding: 8px;
    font-size: 11px;
    line-height: 1.2;
}

.apew-mobile-accordion__banner .apew-banner__corner-badge {
    top: 16px;
    right: 16px;
    padding: 6px 12px;
    font-size: 10px;
}

/* ================================
   RESPONSIVE
   ================================ */
@media (max-width: 900px) {
    .apew-hizmetler-tabs__inner {
        padding: 24px 16px;
    }

    .apew-header__title {
        font-size: 28px;
    }

    .apew-header__desc--desktop {
        display: none;
    }

    .apew-header__desc--mobile {
        display: block;
    }

    .apew-tabs-bar {
        display: none;
    }

    .apew-content {
        display: none;
    }

    .apew-mobile-wrapper {
        display: block;
        border: 1px solid var(--apew-active-color);
        border-radius: 20px;
        padding: 5px;
    }

    .apew-mobile-dropdown {
        display: block;
        position: sticky;
        top: 0;
        z-index: 100;
        margin-bottom: 16px;
        background: var(--apew-container-bg, #fdf8f3);
    }

    .apew-mobile-content {
        display: block;
    }
}

/* Banner placeholder for editor */
.apew-banner__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}
/* ================================
   PRE-RENDERED ELEMENTS - Show/Hide
   ================================ */

/* Banner container - tüm bannerları içerir */
.apew-content__banner {
    position: relative;
    height: 640px;
}

/* Tüm bannerlar varsayılan olarak gizli */
.apew-content__banner .apew-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 1;
}

/* Aktif banner görünür */
.apew-content__banner .apew-banner.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* List groups - varsayılan olarak gizli */
.apew-list-groups {
    display: none;
}

.apew-list-groups.is-active {
    display: block;
}

/* Mobile tab contents - varsayılan olarak gizli */
.apew-mobile-tab-content {
    display: none;
}

.apew-mobile-tab-content.is-active {
    display: block;
}

/* Lazy loading için - görünmeyen resimler */
.apew-banner:not(.is-active) .apew-banner__bg {
    /* Resim zaten yüklenmiş, sadece gizli */
}

@media (max-width: 900px) {
    .apew-content__banner {
        height: auto;
    }
    
    .apew-content__banner .apew-banner {
        position: relative;
        display: none;
    }
    
    .apew-content__banner .apew-banner.is-active {
        display: block;
    }
}
