.elementor-2008 .elementor-element.elementor-element-eed4b59{--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-2008 .elementor-element.elementor-element-7b9fd8f{--spacer-size:361px;}.elementor-2008 .elementor-element.elementor-element-db866a5{--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;}/* Start custom CSS for html, class: .elementor-element-059c3dd */.download-center {
    max-width: 900px;
    margin: auto;
    font-family: inherit;
}

.dc-title {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}

.dc-description {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

.download-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.download-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    transition: 0.3s;
}

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

.file-info {
    display: flex;
    gap: 15px;
    align-items: center;
}

.file-icon {
    font-size: 32px;
}

.file-info h3 {
    margin: 0;
    font-size: 18px;
}

.file-info p {
    margin: 3px 0;
    font-size: 14px;
    color: #666;
}

.file-meta {
    font-size: 12px;
    color: #999;
}

.download-btn {
    background: #2d6cdf;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.download-btn:hover {
    background: #1f52b8;
}
.download-center {
    max-width: 1000px;
    margin: auto;
}

.download-search {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.download-list {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
    gap: 15px;
}

.download-item {
    background: #fff;
    border-radius: 14px;
    padding: 15px;
    box-shadow: 0 6px 15px rgba(0,0,0,.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.file-info {
    display: flex;
    gap: 12px;
}

.file-icon {
    font-size: 32px;
}

.download-btn {
    margin-top: 15px;
    background: #2563eb;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
}

.download-btn:hover {
    background: #1e40af;
}

/* موبایل */
@media (max-width: 600px) {
    .download-item {
        text-align: center;
    }
    .file-info {
        flex-direction: column;
        align-items: center;
    }
}/* End custom CSS */