{"id":14437,"date":"2025-07-28T08:32:01","date_gmt":"2025-07-28T08:32:01","guid":{"rendered":"https:\/\/champion-group.eu\/?page_id=14437"},"modified":"2025-07-28T08:35:46","modified_gmt":"2025-07-28T08:35:46","slug":"a-test-page-1","status":"publish","type":"page","link":"https:\/\/champion-group.eu\/en\/a-test-page-1\/","title":{"rendered":"A test Page 1"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14437\" class=\"elementor elementor-14437\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ce17ca2 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"ce17ca2\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0302e64\" data-id=\"0302e64\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-da5052e elementor-widget elementor-widget-html\" data-id=\"da5052e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Champion Group - Engineered Access Solutions<\/title>\r\n    <!-- Tailwind CSS CDN -->\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <!-- Font Awesome for icons -->\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        body {\r\n            font-family: 'Inter', sans-serif;\r\n            color: #333;\r\n            background-color: #f8f8f8;\r\n        }\r\n        .hero-slide {\r\n            background-size: cover;\r\n            background-position: center;\r\n            min-height: 600px; \/* Adjust as needed *\/\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            text-align: center;\r\n            color: white;\r\n            position: relative;\r\n            overflow: hidden; \/* Ensure content stays within bounds *\/\r\n        }\r\n        .hero-overlay {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background-color: rgba(0, 0, 0, 0.5); \/* Dark overlay for text readability *\/\r\n            z-index: 1;\r\n        }\r\n        .hero-content {\r\n            position: relative;\r\n            z-index: 2;\r\n            max-width: 900px;\r\n            padding: 2rem;\r\n            border-radius: 0.75rem; \/* rounded corners *\/\r\n        }\r\n        .hero-headline {\r\n            font-size: 3.5rem; \/* Large headline *\/\r\n            font-weight: 700;\r\n            margin-bottom: 1rem;\r\n            line-height: 1.2;\r\n        }\r\n        .hero-subheadline {\r\n            font-size: 1.5rem;\r\n            font-weight: 400;\r\n            margin-bottom: 2rem;\r\n            opacity: 0.9;\r\n        }\r\n        .hero-btn {\r\n            display: inline-block;\r\n            padding: 0.75rem 1.5rem;\r\n            background-color: #007bff; \/* Primary blue *\/\r\n            color: white;\r\n            border-radius: 0.5rem; \/* rounded corners *\/\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            transition: background-color 0.3s ease;\r\n            margin: 0.5rem;\r\n        }\r\n        .hero-btn:hover {\r\n            background-color: #0056b3;\r\n        }\r\n        .hero-btn.secondary {\r\n            background-color: transparent;\r\n            border: 2px solid white;\r\n        }\r\n        .hero-btn.secondary:hover {\r\n            background-color: rgba(255, 255, 255, 0.2);\r\n        }\r\n\r\n        \/* Carousel navigation dots *\/\r\n        .carousel-dots {\r\n            position: absolute;\r\n            bottom: 20px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            z-index: 3;\r\n            display: flex;\r\n            gap: 0.75rem;\r\n        }\r\n        .dot {\r\n            width: 12px;\r\n            height: 12px;\r\n            background-color: rgba(255, 255, 255, 0.5);\r\n            border-radius: 50%;\r\n            cursor: pointer;\r\n            transition: background-color 0.3s ease, transform 0.3s ease;\r\n        }\r\n        .dot.active {\r\n            background-color: white;\r\n            transform: scale(1.2);\r\n        }\r\n\r\n        \/* Product card styling *\/\r\n        .product-card {\r\n            background-color: white;\r\n            border-radius: 0.75rem; \/* rounded corners *\/\r\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\r\n            overflow: hidden;\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n            display: flex;\r\n            flex-direction: column;\r\n        }\r\n        .product-card:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);\r\n        }\r\n        .product-card img {\r\n            width: 100%;\r\n            height: 220px;\r\n            object-fit: cover;\r\n            border-bottom: 1px solid #eee;\r\n        }\r\n        .product-card-content {\r\n            padding: 1.5rem;\r\n            flex-grow: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            justify-content: space-between;\r\n        }\r\n        .product-card h3 {\r\n            font-size: 1.5rem;\r\n            font-weight: 600;\r\n            margin-bottom: 0.75rem;\r\n        }\r\n        .product-card p {\r\n            font-size: 1rem;\r\n            color: #555;\r\n            margin-bottom: 0.5rem;\r\n        }\r\n        .product-card .cta-link {\r\n            display: inline-block;\r\n            color: #007bff;\r\n            font-weight: 600;\r\n            margin-top: 1rem;\r\n            text-decoration: none;\r\n            transition: color 0.3s ease;\r\n        }\r\n        .product-card .cta-link:hover {\r\n            color: #0056b3;\r\n        }\r\n\r\n        \/* USP and Service card styling *\/\r\n        .feature-card {\r\n            background-color: white;\r\n            padding: 2rem;\r\n            border-radius: 0.75rem; \/* rounded corners *\/\r\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);\r\n            text-align: center;\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n        }\r\n        .feature-card:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);\r\n        }\r\n        .feature-card .icon {\r\n            font-size: 3rem;\r\n            color: #007bff;\r\n            margin-bottom: 1rem;\r\n        }\r\n        .feature-card h4 {\r\n            font-size: 1.25rem;\r\n            font-weight: 600;\r\n            margin-bottom: 0.5rem;\r\n        }\r\n        .feature-card p {\r\n            font-size: 1rem;\r\n            color: #666;\r\n        }\r\n\r\n        \/* Project gallery and testimonial carousel styling *\/\r\n        .gallery-carousel, .testimonial-carousel {\r\n            position: relative;\r\n            overflow: hidden;\r\n            border-radius: 0.75rem; \/* rounded corners *\/\r\n        }\r\n        .carousel-inner {\r\n            display: flex;\r\n            transition: transform 0.5s ease-in-out;\r\n        }\r\n        .carousel-item {\r\n            min-width: 100%;\r\n            box-sizing: border-box;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n        }\r\n        .carousel-item img {\r\n            width: 100%;\r\n            height: auto;\r\n            max-height: 500px;\r\n            object-fit: cover;\r\n            border-radius: 0.75rem; \/* rounded corners *\/\r\n        }\r\n        .carousel-nav-btn {\r\n            position: absolute;\r\n            top: 50%;\r\n            transform: translateY(-50%);\r\n            background-color: rgba(0, 0, 0, 0.5);\r\n            color: white;\r\n            border: none;\r\n            padding: 1rem 0.75rem;\r\n            cursor: pointer;\r\n            font-size: 1.5rem;\r\n            border-radius: 0.5rem; \/* rounded corners *\/\r\n            transition: background-color 0.3s ease;\r\n            z-index: 10;\r\n        }\r\n        .carousel-nav-btn:hover {\r\n            background-color: rgba(0, 0, 0, 0.7);\r\n        }\r\n        .carousel-nav-btn.prev {\r\n            left: 10px;\r\n        }\r\n        .carousel-nav-btn.next {\r\n            right: 10px;\r\n        }\r\n\r\n        .testimonial-item {\r\n            background-color: white;\r\n            padding: 2.5rem;\r\n            border-radius: 0.75rem; \/* rounded corners *\/\r\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\r\n            text-align: center;\r\n            margin: 1rem; \/* Add margin for spacing between testimonial cards *\/\r\n            min-width: calc(100% - 2rem); \/* Adjust for margin *\/\r\n            box-sizing: border-box;\r\n        }\r\n        .testimonial-item p {\r\n            font-style: italic;\r\n            font-size: 1.15rem;\r\n            line-height: 1.6;\r\n            margin-bottom: 1.5rem;\r\n            color: #444;\r\n        }\r\n        .testimonial-item .client-name {\r\n            font-weight: 600;\r\n            font-size: 1.1rem;\r\n            color: #333;\r\n        }\r\n\r\n        \/* Responsive adjustments *\/\r\n        @media (max-width: 768px) {\r\n            .hero-headline {\r\n                font-size: 2.5rem;\r\n            }\r\n            .hero-subheadline {\r\n                font-size: 1.2rem;\r\n            }\r\n            .hero-btn {\r\n                padding: 0.6rem 1.2rem;\r\n                font-size: 0.9rem;\r\n            }\r\n            .product-card img {\r\n                height: 180px;\r\n            }\r\n            .product-card h3 {\r\n                font-size: 1.25rem;\r\n            }\r\n            .feature-card {\r\n                padding: 1.5rem;\r\n            }\r\n            .feature-card .icon {\r\n                font-size: 2.5rem;\r\n            }\r\n            .testimonial-item {\r\n                padding: 1.5rem;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"bg-gray-50\">\r\n\r\n    <!-- Header\/Navigation (Placeholder) -->\r\n    <header class=\"bg-white shadow-sm py-4 px-6 md:px-12 flex justify-between items-center rounded-b-lg\">\r\n        <div class=\"text-2xl font-bold text-blue-700\">Champion Group<\/div>\r\n        <nav class=\"hidden md:flex space-x-6\">\r\n            <a href=\"#\" class=\"text-gray-700 hover:text-blue-700 font-medium transition duration-300\">Home<\/a>\r\n            <a href=\"#\" class=\"text-gray-700 hover:text-blue-700 font-medium transition duration-300\">Products<\/a>\r\n            <a href=\"#\" class=\"text-gray-700 hover:text-blue-700 font-medium transition duration-300\">Services<\/a>\r\n            <a href=\"#\" class=\"text-gray-700 hover:text-blue-700 font-medium transition duration-300\">About Us<\/a>\r\n            <a href=\"#\" class=\"text-gray-700 hover:text-blue-700 font-medium transition duration-300\">Contact<\/a>\r\n        <\/nav>\r\n        <button class=\"md:hidden text-gray-700 text-2xl\">\r\n            <i class=\"fas fa-bars\"><\/i>\r\n        <\/button>\r\n    <\/header>\r\n\r\n    <!-- Hero Section -->\r\n    <section class=\"relative w-full overflow-hidden\">\r\n        <div id=\"hero-carousel-inner\" class=\"flex transition-transform duration-700 ease-in-out\">\r\n            <!-- Slide 1: Industrial Hangar Doors -->\r\n            <div class=\"hero-slide w-full flex-shrink-0\" style=\"background-image: url('https:\/\/placehold.co\/1920x800\/2a9d8f\/ffffff?text=Industrial+Hangar+Doors');\">\r\n                <div class=\"hero-overlay\"><\/div>\r\n                <div class=\"hero-content\">\r\n                    <h1 class=\"hero-headline\">Heavy-Duty Industrial Hangar Doors \u2013 Built for Extreme Durability<\/h1>\r\n                    <p class=\"hero-subheadline\">CE-certified, weather-resistant hangar doors designed for aviation, logistics & large-scale facilities.<\/p>\r\n                    <div>\r\n                        <a href=\"#contact-form\" class=\"hero-btn\">Request a Custom Quote<\/a>\r\n                        <a href=\"#product-page\" class=\"hero-btn secondary\">View Hangar Door Options<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <!-- Slide 2: Hydraulic Doors -->\r\n            <div class=\"hero-slide w-full flex-shrink-0\" style=\"background-image: url('https:\/\/placehold.co\/1920x800\/e9c46a\/ffffff?text=Hydraulic+Doors');\">\r\n                <div class=\"hero-overlay\"><\/div>\r\n                <div class=\"hero-content\">\r\n                    <h1 class=\"hero-headline\">High-Performance Hydraulic Doors \u2013 Smooth, Secure & Space-Saving<\/h1>\r\n                    <p class=\"hero-subheadline\">Engineered for industrial and commercial use with EN-compliant safety and efficiency.<\/p>\r\n                    <div>\r\n                        <a href=\"#download-brochure\" class=\"hero-btn\">Get Technical Specifications<\/a>\r\n                        <a href=\"#product-page\" class=\"hero-btn secondary\">See Hydraulic Door Models<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <!-- Slide 3: Fabric Fold-Up Doors -->\r\n            <div class=\"hero-slide w-full flex-shrink-0\" style=\"background-image: url('https:\/\/placehold.co\/1920x800\/f4a261\/ffffff?text=Fabric+Fold-Up+Doors');\">\r\n                <div class=\"hero-overlay\"><\/div>\r\n                <div class=\"hero-content\">\r\n                    <h1 class=\"hero-headline\">Versatile Fabric Fold-Up Doors \u2013 Lightweight & Cost-Effective<\/h1>\r\n                    <p class=\"hero-subheadline\">Ideal for sports halls, warehouses, and agricultural spaces. Quick installation, low maintenance.<\/p>\r\n                    <div>\r\n                        <a href=\"#cost-calculator\" class=\"hero-btn\">Calculate Your Savings<\/a>\r\n                        <a href=\"#gallery\" class=\"hero-btn secondary\">Browse Fabric Door Designs<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <!-- Slide 4: Lifting Partitions -->\r\n            <div class=\"hero-slide w-full flex-shrink-0\" style=\"background-image: url('https:\/\/placehold.co\/1920x800\/e76f51\/ffffff?text=Lifting+Partitions');\">\r\n                <div class=\"hero-overlay\"><\/div>\r\n                <div class=\"hero-content\">\r\n                    <h1 class=\"hero-headline\">Space-Optimizing Lifting Partitions \u2013 Flexible & Soundproof<\/h1>\r\n                    <p class=\"hero-subheadline\">Create adaptable spaces for offices, hotels, and event venues with CE-certified partitions.<\/p>\r\n                    <div>\r\n                        <a href=\"#consultation-scheduler\" class=\"hero-btn\">Book a Demo<\/a>\r\n                        <a href=\"#product-page\" class=\"hero-btn secondary\">View Partition Solutions<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <!-- Slide 5: High-Speed PVC Roll-Up Doors -->\r\n            <div class=\"hero-slide w-full flex-shrink-0\" style=\"background-image: url('https:\/\/placehold.co\/1920x800\/264653\/ffffff?text=High-Speed+PVC+Doors');\">\r\n                <div class=\"hero-overlay\"><\/div>\r\n                <div class=\"hero-content\">\r\n                    <h1 class=\"hero-headline\">High-Speed PVC Roll-Up Doors \u2013 Hygienic & Energy-Efficient<\/h1>\r\n                    <p class=\"hero-subheadline\">Ideal for food processing, pharmaceuticals, and cleanrooms. EN-certified for safety and durability.<\/p>\r\n                    <div>\r\n                        <a href=\"#contact-form\" class=\"hero-btn\">Get a Free Hygiene Audit<\/a>\r\n                        <a href=\"#product-page\" class=\"hero-btn secondary\">Explore PVC Door Options<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <!-- Slide 6: Floor Hatches -->\r\n            <div class=\"hero-slide w-full flex-shrink-0\" style=\"background-image: url('https:\/\/placehold.co\/1920x800\/2a9d8f\/ffffff?text=Floor+Hatches');\">\r\n                <div class=\"hero-overlay\"><\/div>\r\n                <div class=\"hero-content\">\r\n                    <h1 class=\"hero-headline\">Heavy-Duty Floor Hatches \u2013 Secure & Space-Saving Access Solutions<\/h1>\r\n                    <p class=\"hero-subheadline\">Engineered for industrial, commercial, and marine applications. Load-rated and safety-tested.<\/p>\r\n                    <div>\r\n                        <a href=\"#download\" class=\"hero-btn\">Request Load Capacity Guide<\/a>\r\n                        <a href=\"#product-page\" class=\"hero-btn secondary\">View Hatch Configurations<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <!-- Slide 7: Single-Layer Fabric Doors -->\r\n            <div class=\"hero-slide w-full flex-shrink-0\" style=\"background-image: url('https:\/\/placehold.co\/1920x800\/e9c46a\/ffffff?text=Single-Layer+Fabric+Doors');\">\r\n                <div class=\"hero-overlay\"><\/div>\r\n                <div class=\"hero-content\">\r\n                    <h1 class=\"hero-headline\">Affordable Single-Layer Fabric Doors \u2013 Lightweight & Durable<\/h1>\r\n                    <p class=\"hero-subheadline\">Perfect for workshops, storage areas, and temporary partitions. Quick installation, low maintenance.<\/p>\r\n                    <div>\r\n                        <a href=\"#contact-form\" class=\"hero-btn\">Get a Quick Quote<\/a>\r\n                        <a href=\"#gallery\" class=\"hero-btn secondary\">See Fabric Door Applications<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <div id=\"hero-carousel-dots\" class=\"carousel-dots\"><\/div>\r\n    <\/section>\r\n\r\n    <!-- Trust Signals Section -->\r\n    <section class=\"py-16 bg-white shadow-md rounded-lg mx-auto max-w-7xl mt-8 px-6 lg:px-12\">\r\n        <div class=\"text-center mb-12\">\r\n            <h2 class=\"text-4xl font-bold text-gray-800 mb-4\">Trusted by Industry Leaders<\/h2>\r\n            <p class=\"text-lg text-gray-600\">Our commitment to quality and compliance has earned the trust of clients worldwide.<\/p>\r\n        <\/div>\r\n        <div class=\"flex flex-wrap justify-center items-center gap-8 mb-12\">\r\n            <!-- Placeholder for Badges\/Logos -->\r\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/120x60\/d1e7dd\/20c997?text=CE+Marking\" alt=\"CE Marking\" class=\"h-16 object-contain rounded-md shadow-sm\">\r\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/120x60\/cfe2ff\/0d6efd?text=ISO+Cert\" alt=\"ISO Certification\" class=\"h-16 object-contain rounded-md shadow-sm\">\r\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/120x60\/f8d7da\/dc3545?text=Partner+Logo\" alt=\"Partner Logo 1\" class=\"h-16 object-contain rounded-md shadow-sm\">\r\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/120x60\/fff3cd\/ffc107?text=Client+Logo\" alt=\"Client Logo 2\" class=\"h-16 object-contain rounded-md shadow-sm\">\r\n        <\/div>\r\n        <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8 text-center\">\r\n            <div class=\"p-6 bg-blue-50 rounded-lg shadow-sm\">\r\n                <p class=\"text-5xl font-bold text-blue-700 mb-2\">500+<\/p>\r\n                <p class=\"text-lg text-gray-700\">Projects Delivered<\/p>\r\n            <\/div>\r\n            <div class=\"p-6 bg-blue-50 rounded-lg shadow-sm\">\r\n                <p class=\"text-5xl font-bold text-blue-700 mb-2\">30+<\/p>\r\n                <p class=\"text-lg text-gray-700\">Countries Served<\/p>\r\n            <\/div>\r\n            <div class=\"p-6 bg-blue-50 rounded-lg shadow-sm\">\r\n                <p class=\"text-5xl font-bold text-blue-700 mb-2\">25<\/p>\r\n                <p class=\"text-lg text-gray-700\">Years of Expertise<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Product Showcase Section -->\r\n    <section class=\"py-16 bg-gray-50\">\r\n        <div class=\"container mx-auto px-6 lg:px-12\">\r\n            <div class=\"text-center mb-12\">\r\n                <h2 class=\"text-4xl font-bold text-gray-800 mb-4\">Engineered Access Solutions for Every Industry<\/h2>\r\n                <p class=\"text-lg text-gray-600\">EU-compliant, custom-built doors and partitions designed for safety, efficiency, and durability.<\/p>\r\n            <\/div>\r\n\r\n            <!-- Filtering System (Placeholder) -->\r\n            <div class=\"flex flex-wrap justify-center gap-4 mb-10\">\r\n                <button class=\"bg-blue-100 text-blue-700 px-5 py-2 rounded-full font-medium hover:bg-blue-200 transition duration-300\">All Products<\/button>\r\n                <button class=\"bg-gray-200 text-gray-700 px-5 py-2 rounded-full font-medium hover:bg-gray-300 transition duration-300\">By Industry<\/button>\r\n                <button class=\"bg-gray-200 text-gray-700 px-5 py-2 rounded-full font-medium hover:bg-gray-300 transition duration-300\">By Function<\/button>\r\n                <!-- Comparison Tool (Placeholder) -->\r\n                <button class=\"bg-green-100 text-green-700 px-5 py-2 rounded-full font-medium hover:bg-green-200 transition duration-300\"><i class=\"fas fa-balance-scale mr-2\"><\/i>Compare Products<\/button>\r\n            <\/div>\r\n\r\n            <!-- Product Grid -->\r\n            <div class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-8\">\r\n                <!-- Product Card 1: Fire-Rated Doors -->\r\n                <div class=\"product-card\">\r\n                    <img decoding=\"async\" src=\"https:\/\/placehold.co\/400x220\/f7cac9\/c0392b?text=Fire-Rated+Doors\" alt=\"Fire-Rated Doors\">\r\n                    <div class=\"product-card-content\">\r\n                        <div>\r\n                            <h3>Fire-Rated Doors<\/h3>\r\n                            <p><i class=\"fas fa-fire text-red-600 mr-2\"><\/i>EN 1634-1 certified | 30\/60\/90 mins resistance<\/p>\r\n                            <p>Ideal for: Commercial buildings, hospitals<\/p>\r\n                        <\/div>\r\n                        <a href=\"#fire-rated-door-page\" class=\"cta-link\">Learn More \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n                <!-- Product Card 2: High-Security Doors -->\r\n                <div class=\"product-card\">\r\n                    <img decoding=\"async\" src=\"https:\/\/placehold.co\/400x220\/a2d2ff\/007bff?text=High-Security+Doors\" alt=\"High-Security Doors\">\r\n                    <div class=\"product-card-content\">\r\n                        <div>\r\n                            <h3>High-Security Doors<\/h3>\r\n                            <p><i class=\"fas fa-lock text-gray-800 mr-2\"><\/i>Anti-burglary tested to EN 1627 | Reinforced frames<\/p>\r\n                            <p>Ideal for: Banks, government facilities<\/p>\r\n                        <\/div>\r\n                        <a href=\"#high-security-door-page\" class=\"cta-link\">Learn More \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n                <!-- Product Card 3: Industrial Hangar Doors -->\r\n                <div class=\"product-card\">\r\n                    <img decoding=\"async\" src=\"https:\/\/placehold.co\/400x220\/cce3de\/4a90e2?text=Industrial+Hangar+Doors\" alt=\"Industrial Hangar Doors\">\r\n                    <div class=\"product-card-content\">\r\n                        <div>\r\n                            <h3>Industrial Hangar Doors<\/h3>\r\n                            <p><i class=\"fas fa-plane text-blue-500 mr-2\"><\/i>Heavy-duty steel\/aluminum | Wind-load resistant<\/p>\r\n                            <p>Ideal for: Aviation, logistics<\/p>\r\n                        <\/div>\r\n                        <a href=\"#industrial-hangar-door-page\" class=\"cta-link\">Learn More \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n                <!-- Product Card 4: High-Speed PVC Roll-Up Doors -->\r\n                <div class=\"product-card\">\r\n                    <img decoding=\"async\" src=\"https:\/\/placehold.co\/400x220\/d0f4de\/28a745?text=High-Speed+PVC+Doors\" alt=\"High-Speed PVC Roll-Up Doors\">\r\n                    <div class=\"product-card-content\">\r\n                        <div>\r\n                            <h3 class=\"flex justify-between items-center\">High-Speed PVC Roll-Up Doors <span class=\"bg-yellow-400 text-yellow-900 text-xs px-2 py-1 rounded-full font-bold\">Most Popular<\/span><\/h3>\r\n                            <p><i class=\"fas fa-tachometer-alt text-green-600 mr-2\"><\/i>Hygienic PVC | 1.5m\/sec operation | EN 13241-1<\/p>\r\n                            <p>Ideal for: Food, pharma, cleanrooms<\/p>\r\n                        <\/div>\r\n                        <a href=\"#high-speed-pvc-door-page\" class=\"cta-link\">Learn More \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n                <!-- Product Card 5: Hydraulic Doors -->\r\n                <div class=\"product-card\">\r\n                    <img decoding=\"async\" src=\"https:\/\/placehold.co\/400x220\/ffe0b2\/ff9800?text=Hydraulic+Doors\" alt=\"Hydraulic Doors\">\r\n                    <div class=\"product-card-content\">\r\n                        <div>\r\n                            <h3>Hydraulic Doors<\/h3>\r\n                            <p><i class=\"fas fa-arrows-alt-v text-orange-500 mr-2\"><\/i>Space-saving | Smooth operation | 50,000+ cycles<\/p>\r\n                            <p>Ideal for: Warehouses, factories<\/p>\r\n                        <\/div>\r\n                        <a href=\"#hydraulic-door-page\" class=\"cta-link\">Learn More \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n                <!-- Product Card 6: Fabric Fold-Up Doors -->\r\n                <div class=\"product-card\">\r\n                    <img decoding=\"async\" src=\"https:\/\/placehold.co\/400x220\/e0f7fa\/00bcd4?text=Fabric+Fold-Up+Doors\" alt=\"Fabric Fold-Up Doors\">\r\n                    <div class=\"product-card-content\">\r\n                        <div>\r\n                            <h3>Fabric Fold-Up Doors<\/h3>\r\n                            <p><i class=\"fas fa-compress-alt text-cyan-600 mr-2\"><\/i>Lightweight polyester | Low maintenance<\/p>\r\n                            <p>Ideal for: Sports halls, agriculture<\/p>\r\n                        <\/div>\r\n                        <a href=\"#fabric-fold-up-door-page\" class=\"cta-link\">Learn More \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n                <!-- Product Card 7: Floor Hatches -->\r\n                <div class=\"product-card\">\r\n                    <img decoding=\"async\" src=\"https:\/\/placehold.co\/400x220\/f0f4f7\/607d8b?text=Floor+Hatches\" alt=\"Floor Hatches\">\r\n                    <div class=\"product-card-content\">\r\n                        <div>\r\n                            <h3>Floor Hatches<\/h3>\r\n                            <p><i class=\"fas fa-grip-lines text-gray-700 mr-2\"><\/i>Load-rated up to 5 tons | Slip-resistant<\/p>\r\n                            <p>Ideal for: Industrial plants, marine<\/p>\r\n                        <\/div>\r\n                        <a href=\"#floor-hatches-page\" class=\"cta-link\">Learn More \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n                <!-- Product Card 8: Lifting Partitions -->\r\n                <div class=\"product-card\">\r\n                    <img decoding=\"async\" src=\"https:\/\/placehold.co\/400x220\/e6e6fa\/8a2be2?text=Lifting+Partitions\" alt=\"Lifting Partitions\">\r\n                    <div class=\"product-card-content\">\r\n                        <div>\r\n                            <h3>Lifting Partitions<\/h3>\r\n                            <p><i class=\"fas fa-volume-mute text-purple-600 mr-2\"><\/i>Soundproof | Custom sizes | Quick installation<\/p>\r\n                            <p>Ideal for: Hotels, event venues<\/p>\r\n                        <\/div>\r\n                        <a href=\"#lifting-partitions-page\" class=\"cta-link\">Learn More \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"text-center mt-12\">\r\n                <a href=\"#contact-form\" class=\"inline-block bg-blue-700 text-white px-8 py-4 rounded-lg text-lg font-semibold hover:bg-blue-800 transition duration-300 shadow-lg\">\r\n                    Need a Custom Solution? Contact Our Experts \u2192\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Why Choose Us? (USP Section) -->\r\n    <section class=\"py-16 bg-white\">\r\n        <div class=\"container mx-auto px-6 lg:px-12\">\r\n            <div class=\"text-center mb-12\">\r\n                <h2 class=\"text-4xl font-bold text-gray-800 mb-4\">Why Choose Champion Group?<\/h2>\r\n                <p class=\"text-lg text-gray-600 max-w-3xl mx-auto\">\r\n                    At Champion Group, we specialize in crafting high-performance, compliant, and innovative door and enclosure solutions that meet the strictest standards across Europe and beyond. Whether you require industrial hangar doors or custom partitioning, our commitment to precision, sustainability, and long-term support sets us apart.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8\">\r\n                <!-- USP Card 1: EU-Manufactured -->\r\n                <div class=\"feature-card\">\r\n                    <div class=\"icon\"><i class=\"fas fa-globe-europe\"><\/i><\/div>\r\n                    <h4>EU-Manufactured \u2013 Local Compliance Guaranteed<\/h4>\r\n                    <p>All our products are manufactured within the EU, ensuring full compliance with local and international regulations, including CE marking and EN standards.<\/p>\r\n                <\/div>\r\n                <!-- USP Card 2: Fast Lead Times -->\r\n                <div class=\"feature-card\">\r\n                    <div class=\"icon\"><i class=\"fas fa-hourglass-half\"><\/i><\/div>\r\n                    <h4>Fast Lead Times (5\u20137 Weeks Avg.)<\/h4>\r\n                    <p>We value your time. Our streamlined production and logistics process allows us to deliver fully customized solutions within a short lead time\u2014typically 5 to 7 weeks.<\/p>\r\n                <\/div>\r\n                <!-- USP Card 3: Lifetime Technical Support -->\r\n                <div class=\"feature-card\">\r\n                    <div class=\"icon\"><i class=\"fas fa-headset\"><\/i><\/div>\r\n                    <h4>Lifetime Technical Support<\/h4>\r\n                    <p>Champion Group offers ongoing technical assistance and service throughout the product\u2019s lifespan, ensuring optimal performance and peace of mind.<\/p>\r\n                <\/div>\r\n                <!-- USP Card 4: Sustainable Materials -->\r\n                <div class=\"feature-card\">\r\n                    <div class=\"icon\"><i class=\"fas fa-leaf\"><\/i><\/div>\r\n                    <h4>Sustainable Materials (FSC-Certified Timber\/Steel)<\/h4>\r\n                    <p>We\u2019re committed to eco-conscious manufacturing, using sustainably sourced, FSC-certified timber and recyclable steel across all product lines.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Services Section -->\r\n    <section class=\"py-16 bg-gray-50\">\r\n        <div class=\"container mx-auto px-6 lg:px-12\">\r\n            <div class=\"text-center mb-12\">\r\n                <h2 class=\"text-4xl font-bold text-gray-800 mb-4\">End-to-End Hangar Door Solutions \u2013 From Concept to Installation<\/h2>\r\n                <p class=\"text-lg text-gray-600\">Partner with Europe\u2019s trusted experts for compliant, high-performance access systems.<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\">\r\n                <!-- Service Card 1: Custom Design -->\r\n                <div class=\"feature-card\">\r\n                    <div class=\"icon\"><i class=\"fas fa-pencil-ruler\"><\/i><\/div>\r\n                    <h4>Custom Design<\/h4>\r\n                    <p>Tailored door solutions for your exact specifications<\/p>\r\n                    <a href=\"#service-page\" class=\"cta-link mt-4 block\">Explore Custom Design \u2192<\/a>\r\n                <\/div>\r\n                <!-- Service Card 2: Precision Manufacturing -->\r\n                <div class=\"feature-card\">\r\n                    <div class=\"icon\"><i class=\"fas fa-industry\"><\/i><\/div>\r\n                    <h4>Precision Manufacturing<\/h4>\r\n                    <p>EU-made with premium materials for unmatched durability<\/p>\r\n                    <a href=\"#service-page\" class=\"cta-link mt-4 block\">Explore Manufacturing \u2192<\/a>\r\n                <\/div>\r\n                <!-- Service Card 3: Professional Installation -->\r\n                <div class=\"feature-card\">\r\n                    <div class=\"icon\"><i class=\"fas fa-tools\"><\/i><\/div>\r\n                    <h4>Professional Installation<\/h4>\r\n                    <p>Certified technicians ensuring flawless operation<\/p>\r\n                    <a href=\"#service-page\" class=\"cta-link mt-4 block\">Explore Installation \u2192<\/a>\r\n                <\/div>\r\n                <!-- Service Card 4: Comprehensive Warranty -->\r\n                <div class=\"feature-card\">\r\n                    <div class=\"icon\"><i class=\"fas fa-shield-alt\"><\/i><\/div>\r\n                    <h4>Comprehensive Warranty<\/h4>\r\n                    <p>Industry-leading coverage for long-term peace of mind<\/p>\r\n                    <a href=\"#service-page\" class=\"cta-link mt-4 block\">Explore Warranty \u2192<\/a>\r\n                <\/div>\r\n                <!-- Service Card 5: 24\/7 Technical Support -->\r\n                <div class=\"feature-card\">\r\n                    <div class=\"icon\"><i class=\"fas fa-life-ring\"><\/i><\/div>\r\n                    <h4>24\/7 Technical Support<\/h4>\r\n                    <p>Rapid response for maintenance and emergencies<\/p>\r\n                    <a href=\"#service-page\" class=\"cta-link mt-4 block\">Explore Support \u2192<\/a>\r\n                <\/div>\r\n                <!-- Service Card 6: Regulatory Compliance -->\r\n                <div class=\"feature-card\">\r\n                    <div class=\"icon\"><i class=\"fas fa-certificate\"><\/i><\/div>\r\n                    <h4>Regulatory Compliance<\/h4>\r\n                    <p>Guaranteed adherence to EN\/CE standards<\/p>\r\n                    <a href=\"#service-page\" class=\"cta-link mt-4 block\">Explore Compliance \u2192<\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"text-center mt-12\">\r\n                <a href=\"#main-services-page\" class=\"inline-block bg-blue-700 text-white px-8 py-4 rounded-lg text-lg font-semibold hover:bg-blue-800 transition duration-300 shadow-lg\">\r\n                    How We Work: See Our Process in Detail \u2192\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Project Gallery Section -->\r\n    <section class=\"py-16 bg-white\">\r\n        <div class=\"container mx-auto px-6 lg:px-12\">\r\n            <div class=\"text-center mb-12\">\r\n                <h2 class=\"text-4xl font-bold text-gray-800 mb-4\">Trusted by Industry Leaders<\/h2>\r\n                <p class=\"text-lg text-gray-600\">Explore our successful projects and see the Champion Group difference.<\/p>\r\n            <\/div>\r\n\r\n            <div id=\"gallery-carousel\" class=\"gallery-carousel relative max-w-5xl mx-auto\">\r\n                <div id=\"gallery-carousel-inner\" class=\"carousel-inner\">\r\n                    <!-- Project Image 1 -->\r\n                    <div class=\"carousel-item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/placehold.co\/1000x500\/a8dadc\/1d3557?text=Airport+Hangar+Before\" alt=\"Airport Hangar Before\" class=\"rounded-lg\">\r\n                    <\/div>\r\n                    <!-- Project Image 2 -->\r\n                    <div class=\"carousel-item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/placehold.co\/1000x500\/457b9d\/f1faee?text=Airport+Hangar+After\" alt=\"Airport Hangar After\" class=\"rounded-lg\">\r\n                    <\/div>\r\n                    <!-- Project Image 3 -->\r\n                    <div class=\"carousel-item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/placehold.co\/1000x500\/e63946\/f1faee?text=Hospital+Entrance\" alt=\"Hospital Entrance\" class=\"rounded-lg\">\r\n                    <\/div>\r\n                    <!-- Project Image 4 -->\r\n                    <div class=\"carousel-item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/placehold.co\/1000x500\/f4a261\/264653?text=Office+Partition\" alt=\"Office Partition\" class=\"rounded-lg\">\r\n                    <\/div>\r\n                <\/div>\r\n                <button class=\"carousel-nav-btn prev\" onclick=\"moveCarousel('gallery-carousel', -1)\">&#10094;<\/button>\r\n                <button class=\"carousel-nav-btn next\" onclick=\"moveCarousel('gallery-carousel', 1)\">&#10095;<\/button>\r\n            <\/div>\r\n\r\n            <div class=\"text-center mt-12\">\r\n                <a href=\"#case-studies\" class=\"inline-block bg-blue-700 text-white px-8 py-4 rounded-lg text-lg font-semibold hover:bg-blue-800 transition duration-300 shadow-lg\">\r\n                    See More Projects \u2192\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Testimonial Section -->\r\n    <section class=\"py-16 bg-gray-50\">\r\n        <div class=\"container mx-auto px-6 lg:px-12\">\r\n            <div class=\"text-center mb-12\">\r\n                <h2 class=\"text-4xl font-bold text-gray-800 mb-4\">What Our Clients Say<\/h2>\r\n                <p class=\"text-lg text-gray-600\">Hear directly from those who trust Champion Group for their critical access solutions.<\/p>\r\n            <\/div>\r\n\r\n            <div id=\"testimonial-carousel\" class=\"testimonial-carousel relative max-w-4xl mx-auto\">\r\n                <div id=\"testimonial-carousel-inner\" class=\"carousel-inner\">\r\n                    <!-- Testimonial 1 -->\r\n                    <div class=\"carousel-item\">\r\n                        <div class=\"testimonial-item\">\r\n                            <p>\"Champion\u2019s fire doors passed our strict facility audit with zero issues. Their attention to detail and compliance is unmatched.\"<\/p>\r\n                            <p class=\"client-name\">\u2013 John Doe, Construction Firm<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <!-- Testimonial 2 -->\r\n                    <div class=\"carousel-item\">\r\n                        <div class=\"testimonial-item\">\r\n                            <p>\"Their custom fabrication team delivered ahead of schedule, perfectly matching our complex architectural designs. Truly impressed!\"<\/p>\r\n                            <p class=\"client-name\">\u2013 Jane Smith, Architect<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <!-- Testimonial 3 -->\r\n                    <div class=\"carousel-item\">\r\n                        <div class=\"testimonial-item\">\r\n                            <p>\"The high-speed PVC doors have significantly improved our workflow and energy efficiency. Excellent product and support.\"<\/p>\r\n                            <p class=\"client-name\">\u2013 Mark Johnson, Logistics Manager<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <button class=\"carousel-nav-btn prev\" onclick=\"moveCarousel('testimonial-carousel', -1)\">&#10094;<\/button>\r\n                <button class=\"carousel-nav-btn next\" onclick=\"moveCarousel('testimonial-carousel', 1)\">&#10095;<\/button>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Final CTA Section -->\r\n    <section class=\"py-16 bg-blue-700 text-white text-center rounded-t-lg\">\r\n        <div class=\"container mx-auto px-6 lg:px-12\">\r\n            <h2 class=\"text-5xl font-bold mb-4\">Ready to Secure Your Project?<\/h2>\r\n            <p class=\"text-xl mb-8 opacity-90\">Contact our specialists for a no-obligation consultation.<\/p>\r\n            <div class=\"flex flex-col sm:flex-row justify-center gap-6\">\r\n                <a href=\"tel:+XXX XXX XXXX\" class=\"bg-white text-blue-700 px-8 py-4 rounded-lg text-xl font-semibold hover:bg-gray-100 transition duration-300 shadow-lg\">\r\n                    <i class=\"fas fa-phone-alt mr-3\"><\/i>Call Now: +XXX XXX XXXX\r\n                <\/a>\r\n                <a href=\"mailto:info@champion-group.eu\" class=\"bg-blue-800 text-white px-8 py-4 rounded-lg text-xl font-semibold hover:bg-blue-900 transition duration-300 shadow-lg\">\r\n                    <i class=\"fas fa-envelope mr-3\"><\/i>Email Us: info@champion-group.eu\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Footer (Placeholder) -->\r\n    <footer class=\"bg-gray-800 text-white py-10 px-6 lg:px-12 text-center rounded-b-lg\">\r\n        <div class=\"container mx-auto\">\r\n            <p>&copy; 2024 Champion Group. All rights reserved.<\/p>\r\n            <div class=\"mt-4 space-x-4\">\r\n                <a href=\"#\" class=\"hover:text-blue-400 transition duration-300\">Privacy Policy<\/a>\r\n                <a href=\"#\" class=\"hover:text-blue-400 transition duration-300\">Terms of Service<\/a>\r\n                <a href=\"#\" class=\"hover:text-blue-400 transition duration-300\">Sitemap<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/footer>\r\n\r\n    <script>\r\n        \/\/ Hero Carousel Logic\r\n        let currentHeroSlide = 0;\r\n        const heroSlides = document.querySelectorAll('#hero-carousel-inner .hero-slide');\r\n        const heroDotsContainer = document.getElementById('hero-carousel-dots');\r\n\r\n        function createHeroDots() {\r\n            heroSlides.forEach((_, index) => {\r\n                const dot = document.createElement('div');\r\n                dot.classList.add('dot');\r\n                if (index === 0) dot.classList.add('active');\r\n                dot.addEventListener('click', () => goToHeroSlide(index));\r\n                heroDotsContainer.appendChild(dot);\r\n            });\r\n        }\r\n\r\n        function updateHeroDots() {\r\n            const dots = document.querySelectorAll('#hero-carousel-dots .dot');\r\n            dots.forEach((dot, index) => {\r\n                dot.classList.toggle('active', index === currentHeroSlide);\r\n            });\r\n        }\r\n\r\n        function goToHeroSlide(index) {\r\n            currentHeroSlide = index;\r\n            if (currentHeroSlide >= heroSlides.length) {\r\n                currentHeroSlide = 0;\r\n            } else if (currentHeroSlide < 0) {\r\n                currentHeroSlide = heroSlides.length - 1;\r\n            }\r\n            document.getElementById('hero-carousel-inner').style.transform = `translateX(-${currentHeroSlide * 100}%)`;\r\n            updateHeroDots();\r\n        }\r\n\r\n        function nextHeroSlide() {\r\n            goToHeroSlide(currentHeroSlide + 1);\r\n        }\r\n\r\n        \/\/ Auto-advance hero carousel\r\n        let heroInterval = setInterval(nextHeroSlide, 5000); \/\/ Change slide every 5 seconds\r\n\r\n        \/\/ Pause on hover (optional)\r\n        document.getElementById('hero-carousel-inner').addEventListener('mouseenter', () => clearInterval(heroInterval));\r\n        document.getElementById('hero-carousel-inner').addEventListener('mouseleave', () => heroInterval = setInterval(nextHeroSlide, 5000));\r\n\r\n        \/\/ Initialize hero carousel dots\r\n        createHeroDots();\r\n\r\n        \/\/ Generic Carousel Logic for Project Gallery and Testimonials\r\n        function moveCarousel(carouselId, direction) {\r\n            const carouselInner = document.getElementById(`${carouselId}-inner`);\r\n            const items = carouselInner.children;\r\n            const itemWidth = items[0].offsetWidth; \/\/ Get the width of a single item\r\n\r\n            let currentPosition = parseFloat(carouselInner.style.transform.replace('translateX(', '').replace('%)', '') || 0);\r\n\r\n            let newPosition = currentPosition + (direction * -100); \/\/ Move by 100% (one slide)\r\n\r\n            \/\/ Clamp the position to prevent going out of bounds\r\n            if (newPosition > 0) {\r\n                newPosition = -(items.length - 1) * 100; \/\/ Loop to end if going left from start\r\n            } else if (newPosition < -(items.length - 1) * 100) {\r\n                newPosition = 0; \/\/ Loop to start if going right from end\r\n            }\r\n\r\n            carouselInner.style.transform = `translateX(${newPosition}%)`;\r\n        }\r\n\r\n        \/\/ Initialize carousels on window load to ensure elements are rendered\r\n        window.onload = function() {\r\n            \/\/ Ensure initial hero slide is set\r\n            goToHeroSlide(0);\r\n\r\n            \/\/ Set up event listeners for navigation if needed, or rely on inline onclick\r\n        };\r\n    <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Champion Group &#8211; Engineered Access Solutions Champion Group Home Products Services About Us Contact Heavy-Duty Industrial Hangar Doors \u2013 Built for Extreme Durability CE-certified, weather-resistant hangar doors designed for aviation, logistics &#038; large-scale facilities. Request a Custom Quote View Hangar Door Options High-Performance Hydraulic Doors \u2013 Smooth, Secure &#038; Space-Saving Engineered for industrial and commercial [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-14437","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Get High-Quality Industrial Hangar Door Solution - DOORGROUP<\/title>\n<meta name=\"description\" content=\"DOORGROUP is a leading hangar door manufacturer, providing high-performance industrial Fabric, Hydraulic &amp; PVC Roll Up doors for various industries in Europe.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/champion-group.eu\/en\/a-test-page-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Get High-Quality Industrial Hangar Door Solution - DOORGROUP\" \/>\n<meta property=\"og:description\" content=\"DOORGROUP is a leading hangar door manufacturer, providing high-performance industrial Fabric, Hydraulic &amp; PVC Roll Up doors for various industries in Europe.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/champion-group.eu\/en\/a-test-page-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Champion Group\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-28T08:35:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/placehold.co\/120x60\/d1e7dd\/20c997?text=CE+Marking\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/champion-group.eu\/en\/a-test-page-1\/\",\"url\":\"https:\/\/champion-group.eu\/en\/a-test-page-1\/\",\"name\":\"Get High-Quality Industrial Hangar Door Solution - DOORGROUP\",\"isPartOf\":{\"@id\":\"https:\/\/champion-group.eu\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/champion-group.eu\/en\/a-test-page-1\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/champion-group.eu\/en\/a-test-page-1\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/placehold.co\/120x60\/d1e7dd\/20c997?text=CE+Marking\",\"datePublished\":\"2025-07-28T08:32:01+00:00\",\"dateModified\":\"2025-07-28T08:35:46+00:00\",\"description\":\"DOORGROUP is a leading hangar door manufacturer, providing high-performance industrial Fabric, Hydraulic & PVC Roll Up doors for various industries in Europe.\",\"breadcrumb\":{\"@id\":\"https:\/\/champion-group.eu\/en\/a-test-page-1\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/champion-group.eu\/en\/a-test-page-1\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/champion-group.eu\/en\/a-test-page-1\/#primaryimage\",\"url\":\"https:\/\/placehold.co\/120x60\/d1e7dd\/20c997?text=CE+Marking\",\"contentUrl\":\"https:\/\/placehold.co\/120x60\/d1e7dd\/20c997?text=CE+Marking\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/champion-group.eu\/en\/a-test-page-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/champion-group.eu\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A test Page 1\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/champion-group.eu\/#website\",\"url\":\"https:\/\/champion-group.eu\/\",\"name\":\"Champion Group\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/champion-group.eu\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/champion-group.eu\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/champion-group.eu\/#organization\",\"name\":\"Champion Group\",\"url\":\"https:\/\/champion-group.eu\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/champion-group.eu\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/champion-group.eu\/wp-content\/uploads\/2021\/05\/LOGO.svg\",\"contentUrl\":\"https:\/\/champion-group.eu\/wp-content\/uploads\/2021\/05\/LOGO.svg\",\"width\":497,\"height\":54,\"caption\":\"Champion Group\"},\"image\":{\"@id\":\"https:\/\/champion-group.eu\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Get High-Quality Industrial Hangar Door Solution - DOORGROUP","description":"DOORGROUP is a leading hangar door manufacturer, providing high-performance industrial Fabric, Hydraulic & PVC Roll Up doors for various industries in Europe.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/champion-group.eu\/en\/a-test-page-1\/","og_locale":"en_US","og_type":"article","og_title":"Get High-Quality Industrial Hangar Door Solution - DOORGROUP","og_description":"DOORGROUP is a leading hangar door manufacturer, providing high-performance industrial Fabric, Hydraulic & PVC Roll Up doors for various industries in Europe.","og_url":"https:\/\/champion-group.eu\/en\/a-test-page-1\/","og_site_name":"Champion Group","article_modified_time":"2025-07-28T08:35:46+00:00","og_image":[{"url":"https:\/\/placehold.co\/120x60\/d1e7dd\/20c997?text=CE+Marking","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/champion-group.eu\/en\/a-test-page-1\/","url":"https:\/\/champion-group.eu\/en\/a-test-page-1\/","name":"Get High-Quality Industrial Hangar Door Solution - DOORGROUP","isPartOf":{"@id":"https:\/\/champion-group.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/champion-group.eu\/en\/a-test-page-1\/#primaryimage"},"image":{"@id":"https:\/\/champion-group.eu\/en\/a-test-page-1\/#primaryimage"},"thumbnailUrl":"https:\/\/placehold.co\/120x60\/d1e7dd\/20c997?text=CE+Marking","datePublished":"2025-07-28T08:32:01+00:00","dateModified":"2025-07-28T08:35:46+00:00","description":"DOORGROUP is a leading hangar door manufacturer, providing high-performance industrial Fabric, Hydraulic & PVC Roll Up doors for various industries in Europe.","breadcrumb":{"@id":"https:\/\/champion-group.eu\/en\/a-test-page-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/champion-group.eu\/en\/a-test-page-1\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/champion-group.eu\/en\/a-test-page-1\/#primaryimage","url":"https:\/\/placehold.co\/120x60\/d1e7dd\/20c997?text=CE+Marking","contentUrl":"https:\/\/placehold.co\/120x60\/d1e7dd\/20c997?text=CE+Marking"},{"@type":"BreadcrumbList","@id":"https:\/\/champion-group.eu\/en\/a-test-page-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/champion-group.eu\/en\/"},{"@type":"ListItem","position":2,"name":"A test Page 1"}]},{"@type":"WebSite","@id":"https:\/\/champion-group.eu\/#website","url":"https:\/\/champion-group.eu\/","name":"Champion Group","description":"","publisher":{"@id":"https:\/\/champion-group.eu\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/champion-group.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/champion-group.eu\/#organization","name":"Champion Group","url":"https:\/\/champion-group.eu\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/champion-group.eu\/#\/schema\/logo\/image\/","url":"https:\/\/champion-group.eu\/wp-content\/uploads\/2021\/05\/LOGO.svg","contentUrl":"https:\/\/champion-group.eu\/wp-content\/uploads\/2021\/05\/LOGO.svg","width":497,"height":54,"caption":"Champion Group"},"image":{"@id":"https:\/\/champion-group.eu\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/champion-group.eu\/en\/wp-json\/wp\/v2\/pages\/14437","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/champion-group.eu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/champion-group.eu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/champion-group.eu\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/champion-group.eu\/en\/wp-json\/wp\/v2\/comments?post=14437"}],"version-history":[{"count":7,"href":"https:\/\/champion-group.eu\/en\/wp-json\/wp\/v2\/pages\/14437\/revisions"}],"predecessor-version":[{"id":14444,"href":"https:\/\/champion-group.eu\/en\/wp-json\/wp\/v2\/pages\/14437\/revisions\/14444"}],"wp:attachment":[{"href":"https:\/\/champion-group.eu\/en\/wp-json\/wp\/v2\/media?parent=14437"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}