.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-18533 .elementor-element.elementor-element-0ba0c1a{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-9494a74 *//* Section 1: Hero Styles */
.fakhrizadeh-hero-section {
    direction: rtl;
    font-family: 'Vazirmatn', sans-serif;
    background-color: #1F2937; /* Dark Gray from your palette */
    color: #FFFFFF;
    padding: 4rem 2rem;
    overflow: hidden;
}

.fakhrizadeh-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
}

.fakhrizadeh-hero-text {
    flex: 1;
    text-align: right;
}

/* MODIFIED: Explicitly set the h1 color to white */
.fakhrizadeh-hero-text h1 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.fakhrizadeh-hero-text h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #10B981; /* Academic Green for accent */
    line-height: 1.6;
}

.fakhrizadeh-hero-lottie {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Responsive styles for mobile */
@media (max-width: 992px) {
    .fakhrizadeh-hero-content {
        flex-direction: column-reverse; /* Puts animation on top */
        text-align: center;
    }

    .fakhrizadeh-hero-text {
        text-align: center;
    }
    
    .fakhrizadeh-hero-text h1 {
        font-size: 2rem;
    }
    
    .fakhrizadeh-hero-text h2 {
        font-size: 1.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e282a0 *//* Section 3: Key Departments Styles */
.key-departments-section {
    direction: rtl;
    font-family: 'Vazirmatn', sans-serif;
    padding: 4rem 2rem;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 3rem;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #1A73E8; /* Brand Blue */
    margin: 0.5rem auto 0;
}

.department-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
}

.department-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.07);
    border: 1px solid #E5E7EB;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.department-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(26, 115, 232, 0.15);
}

.department-card .card-icon {
    font-size: 3rem;
    color: #1A73E8;
    margin-bottom: 1.5rem;
}

.department-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}

.department-card p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4B5563;
    text-align: justify;
}

/* Responsive styles for mobile */
@media (max-width: 992px) {
    .department-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca26414 *//* Section 2: Supporters Grid Styles */
.supporters-section {
    direction: rtl;
    font-family: 'Vazirmatn', sans-serif;
    padding: 4rem 2rem;
    background-color: #eef7ff; /* Light Blue Background */
}

.supporters-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 3rem;
}

.supporter-grid {
    display: grid;
    /* Creates a responsive grid that shows 5 columns on large screens, and fewer on smaller ones */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: auto;
}

.supporter-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 1.5rem 1rem;
    text-align: center;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.supporter-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-color: #1A73E8;
}

.supporter-logo {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.supporter-logo img {
    max-width: 100%;
    max-height: 75px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.supporter-card:hover .supporter-logo img {
    filter: grayscale(0%);
    opacity: 1;
}

.supporter-name {
    font-size: 1rem;
    font-weight: 700;
    color: #1F2937;
    margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7fa6fa *//* Section 4: Academies & Workgroups Styles */
.academies-section-alt {
    direction: rtl;
    font-family: 'Vazirmatn', sans-serif;
    padding: 4rem 2rem;
    background-color: #F9FAFB; /* Light Gray BG */
}

.academies-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: auto;
}

.academy-card-alt {
    display: flex;
    align-items: flex-start; /* Aligns items to the top */
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.academy-card-alt:hover {
    transform: scale(1.03);
    border-color: #1A73E8;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.academy-icon-alt {
    font-size: 2rem;
    color: #1A73E8;
    margin-left: 1.5rem;
    width: 40px; /* Fixed width for icon */
    flex-shrink: 0;
}

.academy-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1F2937;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.academy-content p {
    font-size: 1rem;
    color: #4B5563;
    line-height: 1.7;
    margin: 0;
}

/* Responsive styles */
@media (max-width: 992px) {
    .academies-grid {
        grid-template-columns: 1fr;
    }
    
    /* MODIFIED: Justify text on mobile */
    .academy-content p {
        text-align: justify;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0df10c *//* Section 5: Closing Statement Styles */
.closing-section-final {
    direction: rtl;
    font-family: 'Vazirmatn', sans-serif;
    padding: 3rem 2rem;
    background-color: #FFFFFF;
}

.closing-content {
    max-width: 800px;
    margin: auto;
    text-align: center;
    border-top: 2px solid #E5E7EB;
    padding-top: 3rem;
}

.closing-content p {
    font-size: 1.1rem;
    line-height: 2;
    color: #4B5563;
    text-align: justify;
    margin: 0;
}/* End custom CSS */