/* Start custom CSS for html, class: .elementor-element-4b9be2d *//* استایل اصلی برای المنتور */
.workshop-program-container {
    /*font-family: 'IRANSans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    direction: rtl;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #f8fafc;
}

/* هدر کارگاه */
.workshop-header {
    background: linear-gradient(135deg, #059669, #047857);
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.2);
}

.header-icon {
    font-size: 50px;
    background: rgba(255, 255, 255, 0.2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-content {
    flex: 1;
}

.workshop-title {
    font-size: 28px;
    margin: 0 0 10px 0;
    font-weight: 800;
}

.workshop-subtitle {
    font-size: 18px;
    opacity: 0.9;
    margin: 0;
}

/* اطلاعات کلی */
.workshop-info-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.info-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.info-title {
    color: #059669;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d1fae5;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
}

.info-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.info-label {
    color: #6b7280;
    font-weight: 600;
    min-width: 70px;
}

.info-text {
    color: #1f2937;
    font-weight: 700;
    text-align: left;
}

.target-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.target-list li {
    padding: 8px 0;
    color: #4b5563;
    font-size: 15px;
    border-bottom: 1px solid #f3f4f6;
}

.target-list li:last-child {
    border-bottom: none;
}

.organizer {
    color: #1f2937;
    font-size: 17px;
    font-weight: 700;
    margin: 10px 0 0 0;
}

/* برنامه کارگاه */
.program-table-container {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.program-title {
    color: #047857;
    font-size: 22px;
    margin: 0 0 25px 0;
    text-align: center;
    font-weight: 800;
}

/* جدول برنامه */
.program-table {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.table-header {
    display: grid;
    grid-template-columns: 100px 1fr 1fr 1fr;
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    padding: 18px 20px;
    font-weight: 700;
    color: #0369a1;
    border-bottom: 2px solid #d1fae5;
}

.header-cell {
    padding: 0 10px;
}

.time-cell {
    text-align: center;
}

.table-row {
    display: grid;
    grid-template-columns: 100px 1fr 1fr 1fr;
    padding: 20px;
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.3s ease;
}

.table-row:hover {
    background: #f9fafb;
}

.table-row:last-child {
    border-bottom: none;
}

.table-cell {
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.highlight-row {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border-right: 4px solid #10b981;
}

.session-title {
    font-weight: 600;
    color: #1f2937;
    font-size: 16px;
    line-height: 1.5;
}

.session-subtitle {
    font-size: 14px;
    color: #6b7280;
    margin-top: 8px;
    font-style: italic;
}

.instructor {
    margin-bottom: 10px;
}

.instructor:last-child {
    margin-bottom: 0;
}

.instructor-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.instructor-name {
    font-weight: 700;
    color: #374151;
    margin-bottom: 4px;
}

.instructor-title {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 2px;
}

.instructor-role {
    color: #059669;
    font-size: 13px;
    font-weight: 600;
}

.target-groups {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.target-group {
    background: #f3f4f6;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    color: #4b5563;
    border-right: 3px solid #9ca3af;
}

/* توضیحات پایین جدول */
.table-footer {
    margin-top: 25px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

.footer-note {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.note-icon {
    font-size: 24px;
    color: #059669;
    margin-top: 5px;
}

.note-content p {
    margin: 5px 0;
    color: #4b5563;
    font-size: 15px;
}

.note-content p:first-child {
    font-weight: 600;
    color: #1f2937;
}

/* بخش تماس */
.contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-title {
    color: #059669;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.phone-numbers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.phone-link {
    display: inline-block;
    color: #1f2937;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 15px;
    background: #f9fafb;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    text-align: center;
}

.phone-link:hover {
    background: #10b981;
    color: white;
    border-color: #059669;
    transform: translateY(-2px);
}

.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.register-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #059669, #047857);
    color: white;
    text-decoration: none;
    padding: 18px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.register-btn:hover {
    background: linear-gradient(135deg, #047857, #065f46);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(5, 150, 105, 0.3);
}

.secondary-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: white;
    color: #4b5563;
    text-decoration: none;
    padding: 15px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.secondary-btn:hover {
    background: #f9fafb;
    border-color: #059669;
    color: #059669;
}

.btn-icon {
    font-size: 20px;
}

/* فوتر */
.workshop-footer {
    background: linear-gradient(135deg, #f0fdf4, #e6fffa);
    padding: 25px 30px;
    border-radius: 15px;
    border: 2px solid #a7f3d0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-logo {
    font-size: 40px;
    color: #047857;
}

.footer-text h3 {
    color: #047857;
    font-size: 18px;
    margin: 0 0 8px 0;
    font-weight: 800;
}

.footer-text p {
    color: #6b7280;
    margin: 0;
    font-size: 14px;
}

.footer-date {
    color: #6b7280;
    font-size: 14px;
    padding: 8px 16px;
    background: white;
    border-radius: 8px;
    border: 1px solid #d1fae5;
}

/* رسپانسیو برای موبایل */
@media (max-width: 992px) {
    .workshop-info-section {
        grid-template-columns: 1fr;
    }
    
    .program-table .table-header,
    .program-table .table-row {
        grid-template-columns: 80px 1fr;
    }
    
    .program-table .table-header .header-cell:nth-child(3),
    .program-table .table-header .header-cell:nth-child(4),
    .program-table .table-row .table-cell:nth-child(3),
    .program-table .table-row .table-cell:nth-child(4) {
        display: none;
    }
    
    .contact-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .workshop-header {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }
    
    .header-icon {
        width: 70px;
        height: 70px;
        font-size: 40px;
    }
    
    .workshop-title {
        font-size: 24px;
    }
    
    .program-table-container {
        padding: 20px;
    }
    
    .program-table .table-header,
    .program-table .table-row {
        grid-template-columns: 1fr;
    }
    
    .program-table .table-header .header-cell,
    .program-table .table-row .table-cell {
        display: block;
        padding: 10px 0;
    }
    
    .table-row {
        padding: 15px;
        border-bottom: 2px solid #f3f4f6;
    }
    
    .workshop-footer {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .workshop-program-container {
        padding: 15px;
    }
    
    .workshop-title {
        font-size: 20px;
    }
    
    .program-title {
        font-size: 18px;
    }
    
    .info-card {
        padding: 20px;
    }
    
    .contact-section {
        padding: 20px;
    }
    
    .register-btn, .secondary-btn {
        padding: 15px;
        font-size: 16px;
    }
    /* استایل‌های اضافی برای بخش گزارش */
.report-section {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin: 30px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.report-title {
    color: #047857;
    font-size: 22px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #d1fae5;
    display: flex;
    align-items: center;
    gap: 10px;
}

.report-content {
    line-height: 1.8;
    color: #4b5563;
}

.report-content p {
    margin-bottom: 20px;
}

.report-content strong {
    color: #1f2937;
    font-weight: 700;
}

.speakers-list {
    margin-top: 25px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 10px;
    border-right: 4px solid #059669;
}

.speakers-list h4 {
    color: #059669;
    margin-bottom: 15px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.speakers-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.speakers-list li {
    padding: 10px 0;
    color: #4b5563;
    border-bottom: 1px solid #e5e7eb;
    padding-right: 20px;
    position: relative;
}

.speakers-list li:before {
    content: "•";
    color: #059669;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 10px;
}

.speakers-list li:last-child {
    border-bottom: none;
}
}/* End custom CSS */