.elementor-21937 .elementor-element.elementor-element-50b762f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-004d7d8 */: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.5vw,7px) 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: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: var(--light);
            color: var(--dark);
            line-height: 1.6;
        }
        
        .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        /* 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;
        }
        
        /* Section Styles */
        .section {
            padding: 4rem 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;
        }
        
        /* Animated Frame Cards */
        .frame-card {
            position: relative;
            padding: var(--content-padding);
            overflow: hidden;
            background: var(--white);
            transition: transform 0.4s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .frame-card::before,
        .frame-card::after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            z-index: 2;
        }
        
        /* Top-left border animation */
        .frame-card.iso-card::before {
            top: var(--offcet);
            left: var(--offcet);
            border-top: var(--thk);
            border-left: var(--thk);
            transition-delay: 0.1s;
        }
        
        /* Animation for ISO cards */
        .frame-card.iso-card.animated::before {
            width: calc(100% - (2 * var(--offcet)));
            height: calc(100% - (2 * var(--offcet)));
            border-top-color: var(--primary);
            border-left-color: var(--primary-light);
        }
        
        .frame-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        /* ISO Standards Grid */
        .iso-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            margin-top: 3rem;
            justify-content: center;
        }
        
        .iso-card {
            height: auto;
            display: flex;
            flex-direction: column;
            text-align: center;
            flex: 0 0 calc(33.333% - 2rem);
            min-width: 300px;
            max-width: 400px;
            min-height: 500px;
        }
        
        .iso-icon {
            font-size: 3rem;
            color: var(--primary);
            margin-bottom: 1.5rem;
        }
        
        .iso-card .ph {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }
        
        .iso-description {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        .iso-features {
            list-style-type: none;
            margin: 1rem 0;
            text-align: left;
        }
        
        .iso-features li {
            padding: 0.4rem 0;
            font-weight: 500;
            position: relative;
            padding-left: 1.5rem;
        }
        
        .iso-features li:before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--primary);
            font-weight: bold;
        }
        
        /* Certification Section */
        .certification-section {
            background: #f8f9fa;
            padding: 3rem;
            margin-top: 2rem;
        }
        
        .certification-content {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }
        
        .cert-badges {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin: 2rem 0;
            flex-wrap: wrap;
        }
        
        .cert-badge {
            background: var(--white);
            padding: 1.5rem;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            min-width: 150px;
        }
        
        .cert-badge .ph {
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
        }
        
        /* Quality Commitment Cards */
        .quality-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            margin-top: 3rem;
            justify-content: center;
        }
        
        .quality-card {
            height: auto;
            display: flex;
            flex-direction: column;
            text-align: center;
            flex: 0 0 calc(33.333% - 2rem);
            min-width: 300px;
            max-width: 400px;
            min-height: 400px;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .section {
                padding: 3rem 0;
            }
            
            .section-title .ph {
                font-size: 2rem;
            }
            
            .frame-card {
                padding: calc(1*var(--content-padding));
            }
            
            .iso-card {
                min-height: 450px;
            }
            
            .quality-card {
                min-height: 380px;
            }
            
            .cert-badges {
                flex-direction: column;
                align-items: center;
            }
        }/* End custom CSS */