.elementor-20063 .elementor-element.elementor-element-190bfaf{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8be1ea4 */:root {
            --primary: #9C0002;
            --primary-dark: #7a0001;
            --primary-light: rgba(156,00,02,0.6);
            --dark: #1a1a1a;
            --gray: #333;
            --light: #f5f7fa;
            --white: #ffffff;
            --thk : clamp(4px,0.4vw,6px) solid transparent;
            --offcet : clamp(18px,1.6vw,22px);
            --content-padding: calc(2.1 * var(--offcet));
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Rajdhani', Tahoma, Geneva, Verdana, sans-serif;
            background-color: var(--white);
            color: var(--dark);
            line-height: 1.6;
            overflow-x: hidden;
        }
        
        .container {
            width: 95%;
            max-width: 1920px;
            margin: 0 auto;
            padding: 2rem 1rem;
            box-sizing: border-box;
        }
        
        /* Typography Classes */
        .ph {
            font-family: 'Rajdhani', sans-serif;
            font-weight: 700;
            color: var(--dark);
        }
        
        .pt {
            font-family: 'Rajdhani', sans-serif;
            font-weight: 400;
            color: var(--gray);
            line-height: 1.6;
        }
        
        /* Hero Section with Parallax */
        .hero-section {
            height: 80vh;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: var(--white);
        }
        
        .parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 120%;
            background-image: url('https://euroslot-pars.com/wp-content/uploads/2025/10/ESP-Factory.webp');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            z-index: -2;
        }
        
        .parallax-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(156,0,2,0.7));
            z-index: -1;
        }
        
        .hero-content {
            max-width: 800px;
            padding: 2rem;
            z-index: 1;
            animation: fadeInUp 1.5s ease-out;
        }
        
        .hero-content .ph {
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
            color: var(--white);
            text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
        }
        
        .hero-content .pt {
            font-size: 1.4rem;
            margin-bottom: 2rem;
            color: var(--white);
            text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Section Styles */
        .section {
            padding: 5rem 0;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .section-title .ph {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            position: relative;
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .section-title .ph:after {
            content: '';
            position: absolute;
            width: 80px;
            height: 5px;
            background: var(--primary);
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .section-title .pt {
            max-width: 700px;
            margin: 2rem auto 0;
            font-size: 1.1rem;
        }
        
        /* Organization Chart Background */
        .org-chart {
            padding: 2rem;
            background: #f8f9fa;
            margin-bottom: 2rem;
            position: relative;
            overflow: hidden;
            border-radius: 0;
            box-sizing: border-box;
        }
        
        .org-description {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 2rem;
        }
        
        .org-simplified {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 1.5rem;
        }
        
        .org-row {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 2rem;
            margin-bottom: 1.5rem;
            gap: 1rem;
        }
        
        .org-item {
            padding: 1.5rem;
            text-align: center;
            min-width: 200px;
            background: var(--white);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.09);
            position: relative;
            z-index: 2;
            border-radius: 0;
            box-sizing: border-box;
            flex: 0 1 auto;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .org-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        
        .org-item.board {
            background: #ADC3CE;
            color: var(--white) !important;
        }
        
        .org-item.ceo {
            background: var(--primary);
            color: var(--white) !important;
            
        }
        
           /* White text for CEO card */
        .org-item.ceo .ph,
        .org-item.ceo .pt {
            color: var(--white);
        }
        
        .org-item .ph {
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
        }
        
        .org-item .pt {
            font-weight: 500;
            opacity: 0.9;
        }
        
        /* Button Styles */
        .btn {
            display: inline-block;
            background: rgba(152, 193, 217,0.3);
            color: var(--white);
            padding: 0.8rem 1.5rem;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            white-space: nowrap;
            text-decoration: none !important;
            border-radius: 0;
        }
        
        .btn::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            background: var(--primary);
            transition: height 0.3s ease;
            z-index: -1;
        }
        
        .btn:hover::after {
            height: 100%;
        }
        
        .btn:hover {
            transform: translateY(0px);
            box-shadow: 0 5px 15px rgba(156, 0, 2, 0.3);
            color: var(--white);
        }
        
        .btn:focus {
            color: var(--white);
        }
        
        /* ESP Project Section with Parallax */
        .esp-project-section {
            height: 70vh;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: var(--white);
        }
        
        .esp-parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 120%;
            background-image: url('https://euroslot-pars.com/wp-content/uploads/2025/10/ESP-brand-8.webp');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            z-index: -2;
        }
        
        .esp-parallax-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(156,0,2,0.7));
            z-index: -1;
        }
        
        .esp-project-content {
            max-width: 800px;
            padding: 2rem;
            z-index: 1;
        }
        
        .esp-project-content .ph {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            color: var(--white);
            text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
        }
        
        .esp-project-content .pt {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            color: var(--white);
            text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
        }
        
        /* ISO Section - Matching Values Section */
        .iso-section {
            padding: 5rem 0;
            background: var(--white);
        }
        
.iso-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
    justify-content: center;

}

.iso-card {
    text-align: center;
    padding: 2.5rem;
    background: #f8f9fa;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.09);
    width: clamp(250px,30vw,350px);
    height: auto;
}


.iso-card .pt {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
        
        /* Removed border animation for ISO cards */
        
        .iso-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        
        .iso-icon {
            font-size: 3rem;
            color: var(--primary);
            margin-bottom: 1.5rem;
        }
        
        .iso-card .ph {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }
        
        .iso-card .pt {
            margin-bottom: 1.5rem;
            flex-grow: 1;
        }
        
        .iso-button {
            text-align: center;
            margin-top: 3rem;
        }
        
        /* Certificate Popup Styles */
        .certificate-popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            animation: fadeIn 0.3s ease;
        }
        
        .certificate-popup.active {
            display: flex;
        }
        
        .certificate-content {
            position: relative;
            max-width: 90%;
            max-height: 90%;
            background: white;
            padding: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }
        
        .certificate-image {
            max-width: 100%;
            max-height: 80vh;
            display: block;
        }
        
        .close-popup {
            position: absolute;
            top: 10px;
            right: 15px;
            background: var(--primary);
            color: white;
            border: none;
            width: 30px;
            height: 30px;
            font-size: 1.2rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s ease;
        }
        
        .close-popup:hover {
            background: var(--primary-dark);
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        /* Full Chart Section */
        .full-chart-section {
            background: #f8f9fa;
            padding: 5rem 0;
            text-align: center;
        }
        
        .full-chart-content {
            max-width: 700px;
            margin: 0 auto;
        }
        
        .full-chart-content .ph {
            font-size: 2rem;
            margin-bottom: 1.5rem;
        }
        
        .full-chart-content .pt {
            margin-bottom: 2.5rem;
            font-size: 1.1rem;
        }
        
        /* Chart Button Section */
        .chart-button-section {
            text-align: center;
            margin-top: 2rem;
            padding-top: 2rem;
            border-top: 1px solid #e0e0e0;
        }
        
        /* Values Section */
        .values-section {
            padding: 5rem 0;
            background: var(--white);
        }
        
        .values-grid {
         display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        margin-top: 3rem;
        justify-content: center;
   
        }
        
        .value-card {
            width: clamp(250px,25vw,300px);
            text-align: center;
            padding: 2rem;
            background: #f8f9fa;
            transition: transform 0.3s ease;
            position: relative;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.09);
        }
        
        .value-card::before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            z-index: 2;
            bottom: var(--offcet);
            right: var(--offcet);
            border-bottom: var(--thk);
            border-right: var(--thk);
        }
        
        .value-card.animated::before {
            width: calc(100% - (2 * var(--offcet)));
            height: calc(100% - (2 * var(--offcet)));
            border-bottom-color: var(--primary);
            border-right-color: var(--primary-light);
        }
        
        .value-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        
        .value-icon {
            font-size: 2.5rem;
            color: var(--primary);
            margin-bottom: 1.5rem;
        }
        
        .value-card .ph {
            font-size: 1.3rem;
            margin-bottom: 1rem;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-content .ph {
                font-size: 2.5rem;
            }
            
            .hero-content .pt {
                font-size: 1.2rem;
            }
            
            .esp-project-content .ph {
                font-size: 2rem;
            }
            
            .esp-project-content .pt {
                font-size: 1.1rem;
            }
            
            .section {
                padding: 3rem 0;
            }
            
            .org-row {
                flex-direction: column;
                align-items: center;
            }
            
            .org-item {
                width: 100%;
                max-width: 300px;
            }
            
            .iso-grid, .values-grid {
                grid-template-columns: 1fr;
            }
            
            .certificate-content {
                max-width: 95%;
                padding: 15px;
            }
        }
        
        @media (max-width: 480px) {
            .hero-content .ph {
                font-size: 2rem;
            }
            
            .hero-content .pt {
                font-size: 1rem;
            }
            
            .esp-project-content .ph {
                font-size: 1.8rem;
            }
            
            .section-title .ph {
                font-size: 1.8rem;
            }
            
            .iso-card, .value-card {
                padding: 1.5rem;
            }
        }/* End custom CSS */