.elementor-20074 .elementor-element.elementor-element-f1eeebb{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5088b85 *//* Reset and Base Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Rajdhani', sans-serif;
        }
        
        body {
            background: #f8fafc;
            color: #2d3748;
            line-height: 1.6;
            overflow-x: hidden;
            min-height: 100vh;
        }
        
        /* Header Section */
        .org-header {
            background: 
                linear-gradient(135deg, rgba(156, 0, 2, 0.5) 0%, rgba(122, 0, 1, 0.5) 100%),
                url('https://euroslot-pars.com/wp-content/uploads/2025/10/photo-1504384308090-c894fdcc538d.webp') center/cover;
            padding: 2.5rem 1.5rem;
            text-align: center;
            color: white;
            margin-bottom: 2rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        .org-header h1 {
            font-size: 3.2rem;
            font-weight: 700;
            margin-bottom: 0.8rem;
            letter-spacing: 0.5px;
            color: #fff;
        }
        
        .org-header p {
            font-size: 1.1rem;
            font-weight: 400;
            max-width: 800px;
            margin: 0 auto;
            opacity: 0.9;
        }
        
        .doc-info {
            background: rgba(255, 255, 255, 0.15);
            display: inline-block;
            padding: 0.6rem 1.2rem;
            margin-top: 1.2rem;
            font-size: 0.85rem;
            font-weight: 500;
            backdrop-filter: blur(5px);
        }
        
        /* Main Container */
        .org-container {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto 3rem;
            padding: 0 1.5rem;
        }
        
        /* Tree Structure */
        .org-tree {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .tree-level {
            width: 100%;
            margin-bottom: 2rem;
        }
        
        .level-title {
            text-align: center;
            font-weight: 600;
            color: #475569;
            margin-bottom: 1.5rem;
            padding: 0.8rem;
            font-size: 1.1rem;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }
        
        .level-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.5rem;
        }
        
        /* Position Cards */
        .position-card {
            background: white;
            padding: 1.5rem 1.2rem;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            cursor: pointer;
            min-width: 200px;
            flex: 1;
            max-width: 260px;
            border: 1px solid #e2e8f0;
            position: relative;
            overflow: hidden;
            border-radius: 0;
        }
        
        .position-card::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #9C0002;
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
        
        .position-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .position-card:hover::after {
            transform: scaleX(1);
        }
        
        .position-card.top-level {
            background: #9C0002;
            color: white;
            max-width: 300px;
        }
        
        .position-card.top-level::after {
            background: #f8fafc;
        }
        
        .position-card.mid-level {
            background: white;
        }
        
        .position-card.mid-level::after {
            background: #9C0002;
        }
        
        .position-card h3 {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        
        .position-card p {
            font-size: 0.9rem;
            font-weight: 500;
            opacity: 0.8;
        }
        
        .position-card.top-level p {
            opacity: 0.9;
        }
        
        /* Button Cards */
        .button-card {
            background: white;
            padding: 1.2rem 1.5rem;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            cursor: pointer;
            min-width: 180px;
            flex: 1;
            max-width: 220px;
            border: 1px solid #e2e8f0;
            position: relative;
            overflow: hidden;
            border-radius: 0;
        }
        
        .button-card::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #9C0002;
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
        
        .button-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .button-card:hover::after {
            transform: scaleX(1);
        }
        
        .button-card h3 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: #1e293b;
        }
        
        .button-card p {
            font-size: 0.85rem;
            font-weight: 500;
            color: #64748b;
        }
        
        .button-card.center {
            background: #9C0002;
            color: white;
            max-width: 250px;
        }
        
        .button-card.center::after {
            background: #f8fafc;
        }
        
        .button-card.center h3 {
            color: white;
        }
        
        .button-card.center p {
            color: rgba(255, 255, 255, 0.9);
        }
        
        /* Vice Presidents Container - UPDATED */
        .vice-presidents-container {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            margin-bottom: 2rem;
        }
        
        .vice-presidents-row {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1.2rem;
            padding: 1rem 0;
        }
        
        .vp-card {
            background: white;
            padding: 1.2rem 1.5rem;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            cursor: pointer;
            min-width: 180px;
            border: 1px solid #e2e8f0;
            position: relative;
            overflow: hidden;
            border-radius: 0;
            flex: 1;
            max-width: 220px;
        }
        
        .vp-card::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #9C0002;
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
        
        .vp-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .vp-card:hover::after {
            transform: scaleX(1);
        }
        
        .vp-card h3 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: #1e293b;
        }
        
        .vp-card p {
            font-size: 0.85rem;
            font-weight: 500;
            color: #64748b;
        }
        
        /* Accordion Sections */
        .accordion-section {
            margin-bottom: 1.5rem;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            border-radius: 0;
        }
        
        .accordion-header {
            background: rgba(0,0,0,0.03);
            color: #1e293b;
            padding: 1.2rem 1.5rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            transition: all 0.3s ease;
            border-bottom: 1px solid #e2e8f0;
            position: relative;
            border-radius: 0;
        }
        
        .accordion-header::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #9C0002;
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
        
        .accordion-header:hover::after {
            transform: scaleX(1);
        }
        
        .accordion-header i {
            transition: transform 0.3s ease;
            color: #64748b;
        }
        
        .accordion-header.active i {
            transform: rotate(180deg);
            color: #9C0002;
        }
        
        .accordion-content {
            background: white;
            padding: 0;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.3s ease;
            border-radius: 0;
        }
        
        .accordion-content.active {
            padding: 1.5rem;
            max-height: 2000px;
        }
        
        .dept-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 1.2rem;
        }
        
        .dept-card {
            background: white;
            padding: 1.2rem 1rem;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            cursor: pointer;
            border: 1px solid #f1f5f9;
            position: relative;
            overflow: hidden;
            border-radius: 0;
        }
        
        .dept-card::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #9C0002;
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
        
        .dept-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
        }
        
        .dept-card:hover::after {
            transform: scaleX(1);
        }
        
        .dept-card h4 {
            font-size: 0.95rem;
            font-weight: 600;
            margin-bottom: 0.4rem;
            color: #1e293b;
        }
        
        .dept-card p {
            font-size: 0.85rem;
            color: #64748b;
            font-weight: 500;
        }
        
        /* Nested Accordions */
        .nested-accordion {
            margin-top: 1rem;
            border: 1px solid #e2e8f0;
            border-radius: 0;
            overflow: hidden;
        }
        
        .nested-accordion .accordion-header {
            background: rgba(0,0,0,0.02);
            padding: 1rem 1.2rem;
            font-size: 0.95rem;
        }
        
        .nested-accordion .accordion-content {
            background: #f8fafc;
        }
        
        .nested-accordion .dept-grid {
            padding: 1rem;
        }
        
        /* Legend */
        .legend {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1.5rem;
            margin-top: 2.5rem;
            padding: 1.5rem;
            background: white;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
            border: 1px solid #f1f5f9;
            border-radius: 0;
        }
        
        .legend-item {
            display: flex;
            align-items: center;
            gap: 0.7rem;
        }
        
        .legend-color {
            width: 16px;
            height: 16px;
            border-radius: 0;
        }
        
        .legend-color.top {
            background: #9C0002;
        }
        
        .legend-color.mid {
            background: white;
            border: 2px solid #9C0002;
        }
        
        .legend-color.dept {
            background: white;
            border: 2px solid #9C0002;
        }
        
        .legend-text {
            font-size: 0.9rem;
            font-weight: 500;
            color: #475569;
        }
        
        /* Fixed Tooltip */
        .fixed-tooltip {
            font-family: 'Vazirmatn', sans-serif;
            font-weight: 600;
            font-size: 1.1rem;
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.85);
            color: white;
            padding: 1rem 1.5rem;
            max-width: 600px;
            z-index: 1000;
            text-align: center;
            opacity: 0;
            transition: opacity 0.3s;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
            border-radius: 0;
        }
        
        .fixed-tooltip.show {
            opacity: 1;
        }
        
        /* Responsive Design */
        @media (max-width: 1200px) {
            .vice-presidents-row {
                justify-content: center;
            }
        }
        
        @media (max-width: 768px) {
            .org-header {
                padding: 2rem 1rem;
            }
            
            .org-header h1 {
                font-size: 1.8rem;
            }
            
            .org-header p {
                font-size: 1rem;
            }
            
            .level-content {
                flex-direction: column;
                align-items: center;
            }
            
            .position-card, .button-card {
                max-width: 100%;
                width: 100%;
            }
            
            .dept-grid {
                grid-template-columns: 1fr;
            }
            
            .legend {
                flex-direction: column;
                align-items: flex-start;
                gap: 1rem;
            }
            
            .fixed-tooltip {
                width: 90%;
                font-size: 0.9rem;
            }
            
            .vp-card {
                min-width: 160px;
                max-width: 180px;
            }
        }
    </style>/* End custom CSS */