.elementor-1895 .elementor-element.elementor-element-06ad1d5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-1895 .elementor-element.elementor-element-06ad1d5{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-c314b7c */<style>
    .abrma-footer {
        direction: rtl;
        background: #111315;
        color: #cfd8dc;
        padding: 70px 20px 30px;
        font-family: 'Tahoma', sans-serif;
        border-top: 5px solid #007bff;
    }

    .footer-container {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1.2fr 0.8fr 2fr;
        gap: 50px;
    }

    .footer-column h4 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 12px;
    }

    .footer-column h4::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 60px;
        height: 2px;
        background: #007bff;
    }

    /* اینماد لوکس */
    .enamad-box {
        background: #fff;
        border-radius: 20px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 140px;
        margin-top: 30px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }
    .enamad-box img { width: 80px; }
    .enamad-box span { color: #333; font-size: 11px; margin-top: 8px; font-weight: bold; }

    /* لینک‌ها */
    .footer-links { list-style: none; padding: 0; }
    .footer-links li { margin-bottom: 15px; }
    .footer-links a {
        color: #90a4ae;
        text-decoration: none;
        transition: 0.3s;
        font-size: 14px;
    }
    .footer-links a:hover { color: #007bff; padding-right: 8px; }

    /* آکاردئون استانی برای سئو */
    .province-accordion details {
        background: #1a1d21;
        margin-bottom: 10px;
        border-radius: 12px;
        border: 1px solid #263238;
    }

    summary {
        padding: 15px;
        cursor: pointer;
        color: #eceff1;
        font-size: 14px;
        outline: none;
        list-style: none;
        display: flex;
        justify-content: space-between;
    }
    summary::after { content: '▾'; color: #007bff; }

    .city-cloud {
        padding: 15px;
        background: #212529;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .city-cloud a {
        color: #819ca9;
        font-size: 12px;
        text-decoration: none;
        background: #2c3136;
        padding: 4px 10px;
        border-radius: 6px;
        transition: 0.2s;
    }

    .city-cloud a:hover { background: #007bff; color: white; }

    /* فوتر زیرین */
    .footer-bottom {
        text-align: center;
        margin-top: 60px;
        padding-top: 25px;
        border-top: 1px solid #263238;
        font-size: 13px;
        color: #546e7a;
    }
    .seo-tag { display: block; margin-top: 10px; opacity: 0.5; font-size: 10px; }

    /* موبایل ریسپانسیو */
    @media (max-width: 992px) {
        .footer-container { grid-template-columns: 1fr; text-align: center; }
        .footer-column h4::after { right: 50%; transform: translateX(50%); }
        .enamad-box { margin: 30px auto; }
    }
</style>/* End custom CSS */