<%- include('./includes/header', { title: `Home - Doors & Specialities` }) %>
<main>
    <section class="banner-about">
        <div class="container">
            <div class="row align-items-center">
                <h2 class="montion-list">About Doors & Specialties Co.</h2>
                <div class="col-12 col-md-6">
                    <div class="main-about">
                        <p>Are you searching for the best location to get quality doors, frames, hardware, and bathroom
                            accessories? Welcome to Door & Specialties Co!</p>
                        <p>Founded in 1987, Door & Specialties Co is a leading distributor of doors, frames, hardware,
                            and bathroom accessories. We have grown from a small family business to become a trusted and
                            reliable national brand. With over 40 years’ experience, Door & Specialties Co is recognized
                            as a well-respected distributor of doors, frames, hardware, and bathroom accessories for the
                            construction industry.</p>
                        <h6>Our Products</h6>
                        <p>We have a vast product offering, which includes different types of doors, frames, hardware,
                            and bathroom accessories. At Door & Specialties Co, we are committed to delivering
                            industry-leading construction products. In sourcing for doors and other products from top
                            manufacturers, we prioritize creativity and quality. We want all our products to offer a
                            remarkable feel to anyone buying from us. Our products come with a guarantee of peace of
                            mind as they are durable and reliable. This has made us a top brand in the supply chain for
                            doors, frames, hardware, and bathroom accessories.</p>
                    </div>
                </div>
                <div class="col-12 col-md-6">
                    <div class="main-contact-img">
                        <img src="/demo-custom/doors-specialties/images/about-1.png" class="img-fluid" alt="img">
                    </div>
                </div>
            </div>
        </div>
    </section>
    <section class="banner-about">
        <div class="container">
            <div class="row align-items-center justify-content-center">
                <h2>About Doors & Specialties Co.</h2>
                <div class="col-12 col-md-6">
                    <div class="main-contact-img">
                        <img src="/demo-custom/doors-specialties/images/about-2.png" class="img-fluid" alt="img">
                    </div>
                </div>
                <div class="col-12 col-md-6">
                    <div class="main-about">
                        <p>Are you searching for the best location to get quality doors, frames, hardware, and bathroom
                            accessories? Welcome to Door & Specialties Co!</p>
                        <p>Founded in 1987, Door & Specialties Co is a leading distributor of doors, frames, hardware,
                            and bathroom accessories. We have grown from a small family business to become a trusted and
                            reliable national brand. With over 40 years’ experience, Door & Specialties Co is recognized
                            as a well-respected distributor of doors, frames, hardware, and bathroom accessories for the
                            construction industry.</p>
                        <h6>Our Products</h6>
                        <p>We have a vast product offering, which includes different types of doors, frames, hardware,
                            and bathroom accessories. At Door & Specialties Co, we are committed to delivering
                            industry-leading construction products. In sourcing for doors and other products from top
                            manufacturers, we prioritize creativity and quality. We want all our products to offer a
                            remarkable feel to anyone buying from us. Our products come with a guarantee of peace of
                            mind as they are durable and reliable. This has made us a top brand in the supply chain for
                            doors, frames, hardware, and bathroom accessories.</p>
                    </div>
                </div>

            </div>
        </div>
    </section>
    <section class="pdfsection">
        <div class="container">
            <div class="row justify-content-center align-items-center">
                <div class="col-12 col-md-10">
                    <div class="custom-card">
                        <h2>Hinge Door Field Measurement Sheet</h2>
                        <button onclick="openPDF()">Open PDF</button>
                    </div>
                </div>

            </div>
        </div>
    </section>
    <section class="pdfsection">
        <div class="container">
            <div class="row justify-content-center align-items-center">
                <div class="col-12 col-md-10">
                    <div class="custom-card">
                        <h2>Hinge Door Field Measurement Sheet</h2>
                        <button onclick="openPDF()">Open PDF</button>
                    </div>
                </div>

            </div>
        </div>
    </section>
    <section class="menpdf">
        <div class="container">
            <div class="row justify-content-center">
                <div class="col-12 col-md-10">
                    <div class="menter-pop">
                        <h2>ALUMINUM POCKET FRAME </h2>
                    </div>
                </div>
                <div class="col-12 col-md-10">
                    <div class="mentero">
                        <h3>Pocket Frame Details</h3>
                        <button onclick="openPDF()">Open PDF</button>
                    </div>
                </div>
                <div class="col-12 col-md-10">
                    <div class="mentero">
                        <h3>Aluminum Pocket Frame Installation Instructions</h3>
                        <button onclick="openPDF()">Open PDF</button>
                        <div class="main-youtube">
                            <iframe width="560" height="315" src="https://www.youtube.com/embed/YourVideoID"
                                title="YouTube video player" frameborder="0"
                                allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
                                allowfullscreen>
                            </iframe>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <section class="menpdf">
        <div class="container">
            <div class="row justify-content-center">
                <div class="col-12 col-md-10">
                    <div class="menter-pop">
                        <h2>ALUMINUM SIDELIGHT FRAME </h2>
                    </div>
                </div>
               
                <div class="col-12 col-md-10">
                    <div class="mentero">
                        <h3>Aluminum Sidelight Frame Installation Instructions</h3>
                        <button onclick="openPDF()">Open PDF</button>
                        <div class="main-youtube">
                            <iframe width="560" height="315" src="https://www.youtube.com/embed/YourVideoID"
                                title="YouTube video player" frameborder="0"
                                allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
                                allowfullscreen>
                            </iframe>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
</main>



<%- include('./includes/footer') %>