.elementor-15569 .elementor-element.elementor-element-e9058ee{--display:flex;--min-height:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:280px;}.elementor-15569 .elementor-element.elementor-element-2461b68 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-15569 .elementor-element.elementor-element-e9058ee{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-15569 .elementor-element.elementor-element-e9058ee{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15569 .elementor-element.elementor-element-2461b68 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-2461b68 */body {
    margin: 0;
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    direction: rtl;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* پس زمینه نمایشی */
.glass-background-demo {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(45deg, #1a2a6c, #000000, #fdbb2d);
    background-size: 400% 400%;
}

/* فوتر اصلی */
.glass-footer {
    width: 100%;
    color: #ffffff;
    padding: 48px 16px 20px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.10);
}

/* کانتینر داخلی */
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

/* ستون‌ها */
.footer-column {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 18px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    line-height: 1.5;
    text-align: right;
}

.footer-title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52px;
    height: 3px;
    background: #fdbb2d;
    border-radius: 999px;
}

.footer-desc {
    margin: 0;
    font-size: 0.96rem;
    line-height: 2;
    color: rgba(255, 255, 255, 0.92);
    text-align: justify;
}

/* تماس */
.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 0.98rem;
    line-height: 1.8;
    word-break: break-word;
}

.contact-icon {
    width: 20px;
    height: 20px;
    color: #fdbb2d;
    flex-shrink: 0;
}

.contact-list a,
.contact-list span {
    color: #ffffff;
    text-decoration: none;
}

.contact-list a:hover {
    color: #fdbb2d;
}

/* اپلیکیشن */
.store-buttons {
    width: 100%;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* دکمه PWA */
.store-btn {
    width: 190px;
    max-width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
    padding: 5px 20px;
    border-radius: 14px;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.05));
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

.store-btn:hover {
    transform: translateY(-4px);
    border-color: rgba(79, 172, 254, 0.45);
    box-shadow: 0 10px 28px rgba(79, 172, 254, 0.18);
}

.store-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #4facfe;
    background: rgba(255,255,255,0.10);
}

.store-icon svg {
    width: 18px;
    height: 18px;
}

.store-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.3;
}

.small-text {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.75);
}

.big-text {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
}

.pwa-shortcode {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

/* دکمه بازار */
.bazaar-badge-link {
    width: 190px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bazaar-badge-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.bazaar-badge-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
}

/* اینماد */
.enamad-wrapper {
    background: rgba(255, 255, 255, 0.88);
    padding: 10px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.enamad-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.14);
}

.enamad-wrapper img {
    display: block;
    width: 120px;
    max-width: 100%;
    height: auto;
}

/* پایین فوتر */
.footer-bottom {
    max-width: 1200px;
    margin: 32px auto 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.14);
    text-align: center;
    font-size: 0.92rem;
    color: rgba(255,255,255,0.75);
}

.footer-bottom p {
    margin: 0;
    line-height: 1.9;
}

/* لپ‌تاپ و تبلت افقی */
@media (max-width: 1100px) {
    .footer-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 24px;
    }

    .store-buttons {
        max-width: 320px;
    }
}

/* تبلت */
@media (max-width: 768px) {
    .glass-footer {
        padding: 38px 14px 18px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-column {
        align-items: center;
        text-align: center;
    }

    .footer-title {
        text-align: center;
    }

    .footer-title::after {
        right: 50%;
        transform: translateX(50%);
    }

    .footer-desc {
        text-align: center;
        max-width: 650px;
    }

    .contact-list li {
        justify-content: center;
        text-align: center;
    }

    .store-buttons {
        width: 100%;
        max-width: 260px;
        align-items: center;
        margin: 0 auto;
    }

    .store-btn,
    .bazaar-badge-link {
        width: 100%;
        max-width: 100%;
    }

    .bazaar-badge-img {
        width: 100%;
    }

    .enamad-wrapper {
        align-self: center;
    }
}

/* موبایل */
@media (max-width: 480px) {
    .glass-footer {
        padding: 32px 12px 16px;
    }

    .footer-container {
        gap: 26px;
    }

    .footer-title {
        font-size: 1.05rem;
        margin-bottom: 16px;
    }

    .footer-desc {
        font-size: 0.92rem;
        line-height: 1.95;
    }

    .contact-list li {
        font-size: 0.94rem;
        margin-bottom: 12px;
    }

    .store-buttons {
        width: 100%;
        max-width: 220px;
        align-items: center;
        margin: 0 auto;
    }

    .store-btn,
    .bazaar-badge-link {
        width: 100%;
        max-width: 100%;
    }

    .store-btn {
        min-height: 50px;
        padding: 8px 12px;
        border-radius: 12px;
    }

    .store-icon {
        width: 30px;
        height: 30px;
    }

    .store-icon svg {
        width: 16px;
        height: 16px;
    }

    .small-text {
        font-size: 0.65rem;
    }

    .big-text {
        font-size: 0.85rem;
    }

    .bazaar-badge-link,
    .bazaar-badge-img {
       
    }

    .bazaar-badge-img {
        width: 100%;
    }

    .enamad-wrapper img {
        width: 105px;
    }

    .footer-bottom {
        margin-top: 26px;
        padding-top: 16px;
        font-size: 0.85rem;
    }
}/* End custom CSS */