.elementor-25455 .elementor-element.elementor-element-028db9b{overflow:visible;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-25455 .elementor-element.elementor-element-548831d{overflow:visible;}.elementor-widget-image .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-25455 .elementor-element.elementor-element-57d6e67{overflow:visible;}.elementor-25455 .elementor-element.elementor-element-871a1de{overflow:visible;}.elementor-25455 .elementor-element.elementor-element-93395ed{overflow:visible;}.elementor-25455 .elementor-element.elementor-element-fac74c2{overflow:visible;}.elementor-25455 .elementor-element.elementor-element-82e33eb{overflow:visible;}.elementor-25455 .elementor-element.elementor-element-9e43bd4{overflow:visible;}.elementor-25455 .elementor-element.elementor-element-2aa4e91{overflow:visible;}.elementor-25455 .elementor-element.elementor-element-430ed5d{overflow:visible;}.elementor-25455 .elementor-element.elementor-element-c6f5dc2{overflow:visible;}.elementor-25455 .elementor-element.elementor-element-e850b05{overflow:visible;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-25455 .elementor-element.elementor-element-2972302{overflow:visible;}.elementor-widget-elementskit-faq .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-elementskit-faq .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-25455 .elementor-element.elementor-element-1a7ee44 .elementskit-single-faq .elementskit-faq-title{font-size:20px;font-weight:900;}.elementor-25455 .elementor-element.elementor-element-1a7ee44 .elementskit-single-faq .elementskit-faq-header{padding:21px 40px 21px 40px;}.elementor-25455 .elementor-element.elementor-element-1a7ee44 .elementskit-single-faq .elementskit-faq-body{padding:30px 40px 30px 40px;}/* Start custom CSS for text-editor, class: .elementor-element-d82c48f */.motion-apps {
    --ma-purple: #6f3cc3;
    --ma-purple-dark: #54249f;
    --ma-purple-soft: #f5f0fc;

    --ma-accent: #c9963b;
    --ma-accent-dark: #9b6e20;
    --ma-accent-soft: #fff8e9;

    --ma-text: #29262e;
    --ma-muted: #6f6a76;
    --ma-border: #e9e5ed;
    --ma-bg: #ffffff;
    --ma-soft-bg: #faf9fb;

    direction: rtl;
    width: 100%;
    color: var(--ma-text);
    line-height: 2;
}

.motion-apps,
.motion-apps * {
    box-sizing: border-box;
}

.motion-apps > h2 {
    margin: 0 0 30px;
    color: var(--ma-text);
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.6;
    font-weight: 800;
}


/* APP CARD
------------------------------- */

.motion-app-card {
    position: relative;
    overflow: hidden;

    margin: 0 0 30px;
    padding: 26px;

    background: var(--ma-bg);
    border: 1px solid var(--ma-border);
    border-radius: 22px;

    box-shadow:
        0 4px 10px rgba(42, 35, 50, 0.025),
        0 14px 38px rgba(75, 55, 95, 0.06);
}


/* APP HEADER
------------------------------- */

.motion-app-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    padding: 3px 0 22px;
    margin-bottom: 22px;

    border-bottom: 1px solid var(--ma-border);
}

.motion-app-identity {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.motion-app-logo {
    width: 82px;
    height: 82px;
    flex: 0 0 82px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 7px;

    background: var(--ma-soft-bg);
    border: 1px solid var(--ma-border);
    border-radius: 20px;
}

.motion-app-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.motion-app-name h3 {
    padding: 0;
    margin: 0 0 4px;

    color: var(--ma-text);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
}

.motion-app-platforms {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.motion-app-platforms span {
    display: inline-flex;
    align-items: center;

    min-height: 26px;
    padding: 2px 9px;

    color: var(--ma-muted);
    background: var(--ma-soft-bg);
    border: 1px solid var(--ma-border);
    border-radius: 50px;

    font-size: 12px;
    line-height: 1.5;
}


/* DOWNLOAD BUTTONS
------------------------------- */

.motion-downloads {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 9px;
}

.motion-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 44px;
    padding: 8px 15px;

    border-radius: 11px;
    border: 1px solid transparent;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none !important;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        background-color .18s ease,
        border-color .18s ease;
}

.motion-download-btn:hover {
    transform: translateY(-2px);
}

.motion-download-btn--google {
    color: #fff !important;
    background: var(--ma-purple);
    border-color: var(--ma-purple);
    box-shadow: 0 6px 15px rgba(111, 60, 195, .16);
}

.motion-download-btn--google:hover {
    color: #fff !important;
    background: var(--ma-purple-dark);
    border-color: var(--ma-purple-dark);
}

.motion-download-btn--apple {
    color: #312717 !important;
    background: var(--ma-accent-soft);
    border-color: rgba(201, 150, 59, .38);
}

.motion-download-btn--apple:hover {
    color: #312717 !important;
    background: #fff2d5;
    border-color: var(--ma-accent);
}

.motion-download-btn .download-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    border-radius: 7px;

    background: rgba(255, 255, 255, .16);
    font-size: 10px;
    font-weight: 900;
}

.motion-download-btn--apple .download-icon {
    background: rgba(201, 150, 59, .13);
}


/* DESCRIPTION
------------------------------- */

.motion-app-description {
    margin-bottom: 24px;

    color: var(--ma-text);
    font-size: 15.5px;
    line-height: 2.05;
}

.motion-app-description p {
    margin: 0;
}

.motion-app-description a {
    color: var(--ma-purple);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dashed rgba(111, 60, 195, .42);
}

.motion-app-description a:hover {
    color: var(--ma-purple-dark);
    border-bottom-color: var(--ma-purple-dark);
}


/* INFO GRID
------------------------------- */

.motion-app-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.motion-info-box {
    padding: 18px;

    background: var(--ma-soft-bg);
    border: 1px solid var(--ma-border);
    border-radius: 16px;
}

.motion-info-box h4 {
    position: relative;

    display: flex;
    align-items: center;
    gap: 8px;

    padding: 0;
    margin: 0 0 12px;

    color: var(--ma-text);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
}

.motion-info-box h4::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
}

.motion-info-box--features h4::before {
    background: var(--ma-purple);
}

.motion-info-box--pros h4::before {
    background: var(--ma-accent);
}

.motion-info-box--limits h4::before {
    background: #aaa4af;
}

.motion-info-box ul {
    padding: 0 19px 0 0;
    margin: 0;
}

.motion-info-box li {
    padding: 2px 0;
    margin: 0;

    color: var(--ma-muted);
    font-size: 14px;
    line-height: 1.9;
}

.motion-info-box li::marker {
    color: var(--ma-purple);
}

.motion-info-box--pros li::marker {
    color: var(--ma-accent);
}

.motion-info-box--limits li::marker {
    color: #aaa4af;
}


/* BEST FOR
------------------------------- */

.motion-best-for {
    position: relative;

    margin: 18px 0 0;
    padding: 13px 16px 13px 18px;

    color: #4a3a1f;
    background: var(--ma-accent-soft);

    border: 1px solid rgba(201, 150, 59, .25);
    border-radius: 13px;

    font-size: 14px;
    line-height: 1.9;
}

.motion-best-for strong {
    color: var(--ma-accent-dark);
}


/* RESPONSIVE
------------------------------- */

@media (max-width: 900px) {

    .motion-app-info-grid {
        grid-template-columns: 1fr;
    }

    .motion-app-header {
        align-items: flex-start;
    }

    .motion-downloads {
        max-width: 270px;
    }
}

@media (max-width: 680px) {

    .motion-app-card {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .motion-app-card::before {
        right: 16px;
        left: 16px;
    }

    .motion-app-header {
        flex-direction: column;
        gap: 17px;
    }

    .motion-app-logo {
        width: 70px;
        height: 70px;
        flex-basis: 70px;
        border-radius: 17px;
    }

    .motion-app-logo img {
        border-radius: 12px;
    }

    .motion-app-name h3 {
        font-size: 21px;
    }

    .motion-downloads {
        width: 100%;
        max-width: none;
        justify-content: flex-start;
    }

    .motion-download-btn {
        flex: 1 1 150px;
    }

    .motion-info-box {
        padding: 16px;
    }
}

@media (max-width: 420px) {

    .motion-download-btn {
        width: 100%;
        flex-basis: 100%;
    }

    .motion-app-description {
        font-size: 15px;
    }
}/* End custom CSS */