html.mtdcpanel-frontend-effects {
    --mtd-frontend-effect-primary: var(--primary, var(--primary-color, var(--brand-primary, #1062fe)));
    --mtd-frontend-effect-primary-lifted: var(--primary-lifted, var(--brand-primary-lighter, #6298fe));
    --mtd-frontend-effect-border: var(--border, var(--border-color, #e5eaf1));
    --mtd-frontend-effect-card-bg: var(--card-bg, var(--body-bg, #fff));
    --mtd-frontend-effect-shadow: 0 14px 30px rgba(16, 24, 40, 0.12);
    --mtd-frontend-effect-shadow-strong: 0 18px 40px rgba(16, 24, 40, 0.16);
}

html.mtdcpanel-frontend-effects body.dark-mode {
    --mtd-frontend-effect-card-bg: var(--card-bg, #132033);
    --mtd-frontend-effect-border: var(--border-color, rgba(255, 255, 255, 0.14));
    --mtd-frontend-effect-shadow-strong: 0 18px 42px rgba(0, 0, 0, 0.38);
}

/* Keep hover shadows visible without changing card dimensions. */
html.mtdcpanel-frontend-effects :where(
    .row,
    [class*="col-"],
    .swiper-wrapper,
    .swiper-slide,
    .owl-stage,
    .owl-item,
    .features,
    .features-boxes,
    .product-listing,
    .products,
    .package-list,
    .store-promoted-products,
    .mtd-card-grid
) {
    overflow: visible;
}

html.mtdcpanel-frontend-effects :where(
    .sec.features.overflow-hidden,
    .features.overflow-hidden,
    .product-listing.overflow-hidden,
    .products.overflow-hidden,
    .package-list.overflow-hidden,
    .store-promoted-products.overflow-hidden
) {
    overflow: visible !important;
}

html.mtdcpanel-frontend-effects :where(
    .features,
    .features-boxes,
    .product-listing,
    .products,
    .package-list,
    .store-promoted-products,
    .mtd-card-grid
) {
    padding-bottom: 28px;
}

html.mtdcpanel-frontend-effects :where(.btn):not(.btn-link):not(.navbar-toggle):not(.close):not(.disabled):not([disabled]) {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transform: translateY(0);
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, filter 180ms ease;
}

html.mtdcpanel-frontend-effects :where(.btn):not(.btn-link):not(.navbar-toggle):not(.close):not(.disabled):not([disabled])::before {
    content: "";
    position: absolute;
    top: -60%;
    bottom: -60%;
    left: -45%;
    z-index: 0;
    width: 34%;
    transform: translateX(-160%) rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
    opacity: 0;
    pointer-events: none;
}

html.mtdcpanel-frontend-effects :where(.btn):not(.btn-link):not(.navbar-toggle):not(.close):not(.disabled):not([disabled]):hover,
html.mtdcpanel-frontend-effects :where(.btn):not(.btn-link):not(.navbar-toggle):not(.close):not(.disabled):not([disabled]):focus {
    transform: translateY(-2px);
    box-shadow: var(--mtd-frontend-effect-shadow);
    filter: saturate(1.04);
}

html.mtdcpanel-frontend-effects :where(.btn):not(.btn-link):not(.navbar-toggle):not(.close):not(.disabled):not([disabled]):hover::before,
html.mtdcpanel-frontend-effects :where(.btn):not(.btn-link):not(.navbar-toggle):not(.close):not(.disabled):not([disabled]):focus::before {
    opacity: 1;
    animation: mtdcpanelFrontendButtonShine 700ms ease forwards;
}

html.mtdcpanel-frontend-effects :where(.btn):not(.btn-link):not(.navbar-toggle):not(.close):not(.disabled):not([disabled]):active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(16, 24, 40, 0.12);
}

html.mtdcpanel-frontend-effects :where(.btn) :where(.fa, .fas, .far, .fal, .fab) {
    transition: transform 180ms ease;
}

html.mtdcpanel-frontend-effects :where(.btn):hover :where(.fa-arrow-right, .fa-long-arrow-right, .fa-paper-plane, .fa-shopping-cart, .fa-cart-shopping) {
    transform: translateX(2px);
}

html.mtdcpanel-frontend-effects :where(.card, .panel, .plan, .product-card, .product-item, .package, .package-card, .feature-card, .features-box, .feature-box, .mtd-pricing-table, .store-promoted-product, .mtd-contact-details) {
    position: relative;
    z-index: 1;
    transform: translateY(0);
    will-change: transform;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, filter 180ms ease;
}

html.mtdcpanel-frontend-effects :where(.card, .panel, .plan, .product-card, .product-item, .package, .package-card, .feature-card, .features-box, .feature-box, .mtd-pricing-table, .store-promoted-product, .mtd-contact-details):hover,
html.mtdcpanel-frontend-effects :where(.card, .panel, .plan, .product-card, .product-item, .package, .package-card, .feature-card, .features-box, .feature-box, .mtd-pricing-table, .store-promoted-product, .mtd-contact-details):focus-within {
    z-index: 30;
    transform: translateY(-3px);
    border-color: var(--mtd-frontend-effect-primary);
    box-shadow: var(--mtd-frontend-effect-shadow-strong);
}

html.mtdcpanel-frontend-effects :where(.card, .panel, .plan, .product-card, .product-item, .package, .package-card, .feature-card, .features-box, .feature-box, .mtd-pricing-table, .store-promoted-product, .mtd-contact-details) :where(.fa, .fas, .far, .fal, .fab) {
    transition: color 180ms ease, transform 180ms ease;
}

html.mtdcpanel-frontend-effects :where(.card, .panel, .plan, .product-card, .product-item, .package, .package-card, .feature-card, .features-box, .feature-box, .mtd-pricing-table, .store-promoted-product, .mtd-contact-details):hover :where(.fa, .fas, .far, .fal, .fab),
html.mtdcpanel-frontend-effects :where(.card, .panel, .plan, .product-card, .product-item, .package, .package-card, .feature-card, .features-box, .feature-box, .mtd-pricing-table, .store-promoted-product, .mtd-contact-details):focus-within :where(.fa, .fas, .far, .fal, .fab) {
    transform: translateY(-1px) scale(1.04);
}

html.mtdcpanel-frontend-effects :where(.sec.features, .features) :where(.row, [class*="col-"], .swiper-container, .swiper-wrapper, .swiper-slide, .owl-stage-outer, .owl-stage, .owl-item) {
    overflow: visible !important;
}

html.mtdcpanel-frontend-effects :where(.sec.features, .features) :where([class*="col-"], .swiper-slide, .owl-item) {
    position: relative;
    z-index: 1;
}

html.mtdcpanel-frontend-effects :where(.sec.features, .features) :where([class*="col-"], .swiper-slide, .owl-item):hover {
    z-index: 40;
}

html.mtdcpanel-frontend-effects :where(.sec.features, .features) :where(.swiper-slide, .owl-item) {
    padding-bottom: 36px;
}

html.mtdcpanel-frontend-effects :where(.sec.features, .features) .feature-item {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: inline-flex;
    align-items: flex-start;
    width: auto;
    max-width: min(100%, 520px);
    padding: 24px 28px;
    margin: -24px -28px calc(2rem - 24px);
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    transform: translateY(0);
    will-change: transform;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

html.mtdcpanel-frontend-effects :where(.sec.features, .features) .feature-item.white {
    background: transparent;
    box-shadow: none;
}

html.mtdcpanel-frontend-effects :where(.sec.features, .features) .feature-item .feature-content {
    flex: 0 1 auto;
    max-width: 430px;
}

html.mtdcpanel-frontend-effects :where(.sec.features, .features) .feature-item:hover,
html.mtdcpanel-frontend-effects :where(.sec.features, .features) .feature-item:focus-within {
    z-index: 30;
    border-color: var(--mtd-frontend-effect-border);
    background: var(--mtd-frontend-effect-card-bg);
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.16);
    transform: translateY(-3px);
}

html.mtdcpanel-frontend-effects body.dark-mode :where(.sec.features, .features) .feature-item:hover,
html.mtdcpanel-frontend-effects body.dark-mode :where(.sec.features, .features) .feature-item:focus-within {
    box-shadow: var(--mtd-frontend-effect-shadow-strong);
}

html.mtdcpanel-frontend-effects :where(.sec.features, .features) .feature-item :where(.fa, .fas, .far, .fal, .fab) {
    transition: color 180ms ease, transform 180ms ease;
}

html.mtdcpanel-frontend-effects :where(.sec.features, .features) .feature-item:hover :where(.fa, .fas, .far, .fal, .fab),
html.mtdcpanel-frontend-effects :where(.sec.features, .features) .feature-item:focus-within :where(.fa, .fas, .far, .fal, .fab) {
    transform: translateY(-1px) scale(1.04);
}

@keyframes mtdcpanelFrontendButtonShine {
    0% {
        transform: translateX(-160%) rotate(18deg);
    }
    100% {
        transform: translateX(420%) rotate(18deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    html.mtdcpanel-frontend-effects :where(.btn, .card, .panel, .plan, .product-card, .product-item, .package, .package-card, .feature-card, .feature-item, .features-box, .feature-box, .mtd-pricing-table, .store-promoted-product, .mtd-contact-details),
    html.mtdcpanel-frontend-effects :where(.btn, .card, .panel, .plan, .product-card, .product-item, .package, .package-card, .feature-card, .feature-item, .features-box, .feature-box, .mtd-pricing-table, .store-promoted-product, .mtd-contact-details) * {
        transition: none !important;
        animation: none !important;
    }
}
