.elementor-194 .elementor-element.elementor-element-864a32b{--display:flex;}.elementor-widget-theme-archive-title .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-194 .elementor-element.elementor-element-34bb9b6{text-align:start;}.elementor-194 .elementor-element.elementor-element-34bb9b6 .elementor-heading-title{color:#6EC1E4;}.elementor-194 .elementor-element.elementor-element-706c58f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{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-194 .elementor-element.elementor-element-6fb87b1{--display:flex;}.elementor-widget-archive-posts .elementor-button{background-color:var( --e-global-color-accent );}@media(max-width:767px){.elementor-194 .elementor-element.elementor-element-f331494{--grid-row-gap:10px;}}/* Start custom CSS for container, class: .elementor-element-864a32b */.elementor-widget-theme-archive-title {
    text-align: center !important;
}

.elementor-widget-theme-archive-title .elementor-heading-title {
    font-family: "IRANYekanX", Sans-serif !important;
    color: #1C39BB !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.elementor-widget-theme-archive-title .elementor-heading-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #1C39BB, #4a6be0, #1C39BB);
    border-radius: 3px;
    margin: 0 auto;
}

.elementor-widget-theme-archive-title .elementor-heading-title::before {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: rgba(28, 57, 187, 0.2);
    border-radius: 3px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .elementor-widget-theme-archive-title .elementor-heading-title {
        font-size: 26px !important;
        padding-bottom: 14px;
    }
    
    .elementor-widget-theme-archive-title .elementor-heading-title::after {
        width: 55px;
        height: 3px;
    }
    
    .elementor-widget-theme-archive-title .elementor-heading-title::before {
        width: 22px;
        height: 2px;
        bottom: -5px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6fb87b1 */.elementor-widget-archive-posts,
.elementor-widget-archive-posts * {
    font-family: "IRANYekanX", Sans-serif !important;
}

.elementor-widget-archive-posts .elementor-post__thumbnail {
    position: relative !important;
    padding-bottom: 70% !important;
    background: #f5f7fa;
    overflow: hidden;
    margin: 0 !important;
    border-radius: 0 !important;
}

.elementor-widget-archive-posts .elementor-post__thumbnail__link {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

.elementor-widget-archive-posts .elementor-post__thumbnail img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.elementor-widget-archive-posts .elementor-posts-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
}

.elementor-widget-archive-posts .elementor-posts-container.elementor-posts {
    display: grid !important;
}

.elementor-widget-archive-posts .elementor-post {
    height: 100% !important;
    display: flex !important;
    margin: 0 !important;
    width: 100% !important;
}

.elementor-widget-archive-posts .elementor-post__card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
    background: #ffffff;
    border-radius: 20px !important;
    border: none !important;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: 0 !important;
}

.elementor-widget-archive-posts .elementor-post__card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.02);
    transform: translateY(-3px);
}

.elementor-widget-archive-posts .elementor-post__text {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 20px 18px 0 18px !important;
    margin: 0 !important;
    background: #ffffff;
    border: none !important;
}

.elementor-widget-archive-posts .elementor-post__title {
    margin: 0 0 10px 0 !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

.elementor-widget-archive-posts .elementor-post__title a {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.55;
    color: #1a2634;
    text-decoration: none;
    transition: color 0.2s ease;
    display: block;
}

.elementor-widget-archive-posts .elementor-post__title a:hover {
    color: #1C39BB;
}

.elementor-widget-archive-posts .elementor-post__meta-data {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 8px !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    font-size: 12px !important;
    color: #7a7e84 !important;
    gap: 8px;
    text-align: center !important;
    border: none !important;
    border-top: none !important;
}

.elementor-widget-archive-posts .elementor-post__meta-data span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.elementor-widget-archive-posts .elementor-post__meta-data i {
    font-size: 12px;
    color: #1C39BB;
}

.elementor-widget-archive-posts .elementor-post__badge,
.elementor-widget-archive-posts .elementor-post__excerpt {
    display: none !important;
}

.elementor-pagination {
    margin-top: 52px;
    text-align: center;
    direction: rtl !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.elementor-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 8px 14px;
    border-radius: 10px;
    background: #ffffff;
    color: #2c3e50;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    border: 1px solid #e4e8ed;
    min-width: 42px;
    height: 42px;
    text-align: center;
    text-decoration: none;
}

.elementor-pagination .page-numbers.current {
    background: #1C39BB;
    color: #ffffff;
    border-color: #1C39BB;
    box-shadow: 0 2px 6px rgba(28, 57, 187, 0.2);
}

.elementor-pagination .page-numbers:hover:not(.current) {
    background: #f0f2f8;
    border-color: #c8d0da;
    color: #1C39BB;
    transform: translateY(-1px);
}

.elementor-pagination .prev,
.elementor-pagination .next {
    padding: 8px 18px;
    background: #f8fafc;
    font-weight: 500;
}

.elementor-widget-archive-posts .elementor-post__title a {
    position: relative;
    display: inline-block !important;
}

.elementor-widget-archive-posts .elementor-post__title a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 0;
    height: 2px;
    background: #1C39BB;
    transition: width 0.25s ease;
}

.elementor-widget-archive-posts .elementor-post__title a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.elementor-widget-archive-posts .elementor-post__thumbnail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.02) 100%);
    pointer-events: none;
    z-index: 1;
}

.elementor-widget-theme-archive-title .elementor-heading-title {
    color: #1C39BB !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    margin-bottom: 10px;
}

.elementor-widget-theme-archive-title .elementor-heading-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65px;
    height: 3px;
    background: #1C39BB;
    border-radius: 3px;
}

@media (max-width: 1024px) {
    .elementor-widget-archive-posts .elementor-posts-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 22px !important;
    }
    
    .elementor-widget-archive-posts .elementor-post__title a {
        font-size: 0.9rem;
    }
    
    .elementor-widget-archive-posts .elementor-post__text {
        padding: 18px 16px 0 16px !important;
    }
}

@media (max-width: 768px) {
    .elementor-widget-archive-posts .elementor-posts-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px !important;
    }
    
    .elementor-widget-archive-posts .elementor-post__text {
        padding: 12px 12px 0 12px !important;
    }
    
    .elementor-widget-archive-posts .elementor-post__title a {
        font-size: 0.75rem !important;
        line-height: 1.45;
    }
    
    .elementor-pagination .page-numbers {
        padding: 5px 10px;
        min-width: 36px;
        height: 36px;
        font-size: 12px;
    }
    
    .elementor-pagination .prev,
    .elementor-pagination .next {
        padding: 5px 12px;
    }
    
    .elementor-widget-theme-archive-title .elementor-heading-title {
        font-size: 24px !important;
    }

    .elementor-widget-archive-posts .elementor-post__meta-data {
        font-size: 10px !important;
        margin-bottom: 14px !important;
    }
}

@media (max-width: 540px) {
    .elementor-widget-archive-posts .elementor-posts-container {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }
    
    .elementor-widget-archive-posts .elementor-post__title a {
        font-size: 0.85rem !important;
    }
}/* End custom CSS */