'); background-size: cover; color: var(--white); padding: 80px 0; text-align: center; } .hero-content { max-width: 800px; margin: 0 auto; } .hero h1 { font-size: 3rem; margin-bottom: 20px; text-shadow: 0 2px 4px rgba(0,0,0,0.3); } .hero p { font-size: 1.2rem; margin-bottom: 30px; } .cta-button { display: inline-block; background: var(--secondary); color: var(--white); padding: 12px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1rem; transition: all 0.3s; border: 2px solid var(--secondary); } .cta-button:hover { background: transparent; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); } /* Section Headings */ .section-title { text-align: center; margin-bottom: 50px; position: relative; } .section-title h2 { font-size: 2.2rem; color: var(--primary); display: inline-block; margin-bottom: 15px; } .section-title h2::after { content: ''; position: absolute; width: 80px; height: 3px; background: var(--secondary); bottom: -10px; left: 50%; transform: translateX(-50%); } /* About Section */ .about { padding: 80px 0; background-color: var(--white); } .about-content { display: flex; align-items: center; gap: 50px; } .about-text { flex: 1; } .about-text h3 { font-size: 1.8rem; color: var(--primary); margin-bottom: 20px; } .about-text p { margin-bottom: 20px; } .stats { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; } .stat-item { flex: 1; min-width: 150px; text-align: center; padding: 20px; background: var(--gray); border-radius: 10px; } .stat-number { font-size: 2.5rem; font-weight: bold; color: var(--secondary); margin-bottom: 5px; } .about-image { flex: 1; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.1); background: linear-gradient(45deg, var(--primary), var(--dark)); height: 350px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem; text-align: center; padding: 20px; } /* Products Section */ .products { padding: 80px 0; background-color: var(--gray); } .product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .product-card { background: var(--white); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.08); transition: transform 0.3s; } .product-card:hover { transform: translateY(-10px); } .product-image { height: 200px; background: linear-gradient(45deg, var(--primary), var(--dark)); display: flex; align-items: center; justify-content: center; color: white; font-size: 1.2rem; } .product-content { padding: 20px; } .product-content h3 { font-size: 1.4rem; color: var(--primary); margin-bottom: 10px; } .features { list-style: none; margin: 15px 0; } .features li { padding: 5px 0; position: relative; padding-left: 25px; } .features li::before { content: '✓'; position: absolute; left: 0; color: var(--secondary); font-weight: bold; } /* Advantages Section */ .advantages { padding: 80px 0; background-color: var(--white); } .advantage-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .advantage-card { text-align: center; padding: 30px; border-radius: 10px; background: var(--light); transition: all 0.3s; } .advantage-card:hover { background: var(--primary); color: var(--white); transform: translateY(-5px); } .advantage-card:hover h3, .advantage-card:hover .advantage-icon { color: var(--white); } .advantage-icon { font-size: 3rem; color: var(--secondary); margin-bottom: 20px; transition: all 0.3s; } .advantage-card h3 { font-size: 1.4rem; margin-bottom: 15px; color: var(--primary); transition: all 0.3s; } /* Certifications Section */ .certifications { padding: 80px 0; background-color: var(--gray); text-align: center; } .cert-logos { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-top: 30px; } .cert-logo { width: 120px; height: 120px; background: var(--white); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: bold; color: var(--primary); box-shadow: 0 5px 15px rgba(0,0,0,0.08); } /* Contact Section */ .contact { padding: 80px 0; background: linear-gradient(rgba(13, 71, 161, 0.9), rgba(13, 71, 161, 0.9)), url('data:image/svg+xml;utf8,'); color: var(--white); } .contact-container { display: flex; gap: 50px; } .contact-info { flex: 1; } .contact-info h3 { font-size: 1.8rem; margin-bottom: 20px; } .contact-details { margin-top: 30px; } .contact-item { display: flex; align-items: flex-start; margin-bottom: 20px; } .contact-icon { margin-right: 15px; font-size: 1.5rem; color: var(--secondary); } .contact-form { flex: 1; background: var(--white); padding: 30px; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); } .contact-form h3 { color: var(--primary); margin-bottom: 20px; } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 8px; color: var(--text); } .form-group input, .form-group textarea { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 5px; font-size: 1rem; } .form-group textarea { height: 150px; } .submit-btn { background: var(--secondary); color: var(--white); border: none; padding: 12px 30px; border-radius: 30px; cursor: pointer; font-weight: bold; font-size: 1rem; transition: background 0.3s; } .submit-btn:hover { background: #e65c00; } /* Footer */ footer { background: var(--dark); color: var(--white); padding: 40px 0 20px; } .footer-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 30px; } .footer-col h4 { font-size: 1.3rem; margin-bottom: 20px; position: relative; } .footer-col h4::after { content: ''; position: absolute; width: 40px; height: 2px; background: var(--secondary); bottom: -8px; left: 0; } .footer-links { list-style: none; } .footer-links li { margin-bottom: 10px; } .footer-links a { color: #ccc; text-decoration: none; transition: color 0.3s; } .footer-links a:hover { color: var(--secondary); } .copyright { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); color: #aaa; font-size: 0.9rem; } /* Responsive Design */ @media (max-width: 768px) { .header-container { flex-direction: column; padding: 15px 0; } nav ul { margin-top: 15px; } .hero h1 { font-size: 2.2rem; } .about-content { flex-direction: column; } .contact-container { flex-direction: column; } .product-grid, .advantage-container { grid-template-columns: 1fr; } }
Custom LED screens for advertising, retail, and entertainment with cutting-edge technology and exceptional quality
Explore Our ProductsFounded in 2017, Patrick LED Technologies specializes in designing and manufacturing high-quality LED display solutions for global markets. Based in Changzhou, China, we combine innovative technology with rigorous quality control to deliver superior LED products.
As a professional manufacturer, we offer a comprehensive range of LED displays including poster screens, transparent displays, and advertising screens tailored to various commercial applications.
High-resolution advertising screens designed for indoor commercial spaces with vibrant colors and energy efficiency.
See-through display technology perfect for retail storefronts and architectural integration with high transparency rates.
Outdoor and indoor advertising displays with high weather resistance and excellent visibility even in direct sunlight.
As a factory-direct manufacturer, we control the entire production process ensuring quality and competitive pricing.
Rigorous quality control at every production stage with multiple testing procedures before shipment.
Tailored LED displays designed to meet your specific requirements and application environments.
Products installed worldwide with expertise in international standards and logistics.
Efficient manufacturing process with quick turnaround times for standard and custom orders.
Comprehensive after-sales support including installation guidance and maintenance services.
Committed to international quality and safety standards
Get in touch for custom LED solutions
Contact us for quotes, technical specifications, or partnership opportunities. Our team is ready to assist with your LED display projects.