Contact

<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700&amp;display=swap" rel="stylesheet">

<style>

.ap-contact-wrapper *{
    box-sizing:border-box;
    font-family:'Prompt',sans-serif;
}

.ap-contact-wrapper{
    width:100%;
    background:#f5f7fb;
    color:#222;
}

/* HERO */

.ap-contact-hero{
    background:
    linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url('https://apsupply24.com/wp-content/uploads/2026/04/ทำงานบนพื้นที่สูง.png?q=80&w=1600&auto=format&fit=crop%27?q=80&w=1600&auto=format&fit=crop');
    background-size:cover;
    background-position:center;
    padding:120px 20px;
    text-align:center;
    color:#ffffff;
}

.ap-contact-container{
    width:92%;
    max-width:1200px;
    margin:auto;
}

.ap-contact-hero h1{
    font-size:54px;
    margin-bottom:20px;
    font-weight:700;
}

.ap-contact-hero p{
    max-width:850px;
    margin:auto;
    font-size:20px;
    line-height:1.8;
}

.ap-btn-group{
    margin-top:35px;
    display:flex;
    gap:15px;
    justify-content:center;
    flex-wrap:wrap;
}

.ap-btn{
    padding:14px 28px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.ap-btn-orange{
    background:#ff7a00;
    color:#fff;
}

.ap-btn-orange:hover{
    background:#e56700;
}

.ap-btn-white{
    background:#fff;
    color:#111;
}

.ap-btn-white:hover{
    background:#ececec;
}

/* INFO */

.ap-info-section{
    margin-top:-60px;
    position:relative;
    z-index:10;
}

.ap-info-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.ap-info-card{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.ap-info-card h3{
    color:#0b3b66;
    margin-bottom:15px;
    font-size:24px;
}

.ap-info-card p{
    margin:5px 0;
    color:#555;
}

/* FORM */

.ap-section{
    padding:90px 0;
}

.ap-title{
    text-align:center;
    margin-bottom:50px;
}

.ap-title h2{
    font-size:42px;
    color:#0b3b66;
    margin-bottom:10px;
}

.ap-title p{
    color:#666;
}

.ap-form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

.ap-form-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.ap-form-group{
    margin-bottom:20px;


.ap-form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:500;
}

.ap-control{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:10px;
    outline:none;
    font-size:15px;
}

textarea.ap-control{
    height:150px;
    resize:none;
}

.ap-submit{
    width:100%;
    background:#ff7a00;
    border:none;
    color:#fff;
    padding:16px;
    border-radius:10px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.ap-submit:hover{
    background:#e56700;
}

/* MAP */

.ap-map iframe{
    width:100%;
    height:100%;
    min-height:540px;
    border:none;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

/* FEATURE */

.ap-feature{
    background:#0b3b66;
    color:#fff;
}

.ap-feature-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:30px;
}

.ap-feature-card{
    text-align:center;
    padding:30px 20px;
}

.ap-feature-card h3{
    margin-top:15px;
    font-size:22px;
}

/* FLOATING */

.ap-floating{
    position:fixed;
    right:20px;
    bottom:20px;
    display:flex;
    flex-direction:column;
    gap:12px;
    z-index:9999;
}

.ap-float-btn{
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    font-size:24px;
    box-shadow:0 5px 20px rgba(0,0,0,.2);
}

.ap-line{
    background:#06c755;
}

.ap-phone{
    background:#ff7a00;
}

/* MOBILE */

@media(max-width:900px){

    .ap-contact-hero h1{
        font-size:38px;
    }

    .ap-contact-hero p{
        font-size:17px;
    }

    .ap-form-grid{
        grid-template-columns:1fr;
    }

}

</style>

<div class="ap-contact-wrapper">

    <!-- HERO -->

    <section class="ap-contact-hero">

        <div class="ap-contact-container">
           
            <p>ติดต่อเรา </p>
              AP Supply 24 จำหน่ายอุปกรณ์เซฟตี้ PPE เครื่องมือช่าง
                วัสดุก่อสร้าง และงานติดตั้งสำหรับโรงงานและไซต์งานก่อสร้าง
                พร้อมบริการเสนอราคาและจัดส่งทั่วประเทศ
            <p></p>

            <div class="ap-btn-group">

                <a href="#contact-form" class="ap-btn ap-btn-orange">
                    ขอใบเสนอราคา
                </a>

                <a href="https://line.me/" class="ap-btn ap-btn-white">
                    Add LINE
                </a>

            </div>

        </div>

    </section>

    <!-- INFO -->

    <section class="ap-info-section">

        <div class="ap-contact-container">

            <div class="ap-info-grid">

                <div class="ap-info-card">
                    <h3>📞 โทรศัพท์</h3>
                    <p>063-959-9825</p>
                </div>

                <div class="ap-info-card">
                    <h3>💬 LINE Official</h3>
                    <p>@apsupply24</p>
                    <p>ตอบกลับรวดเร็ว</p>
                </div>

                <div class="ap-info-card">
                    <h3>📧 E-mail</h3>
                    <p>sale02@apsupply24.com</p>
                    <p>apsupply24@gmail.com</p>
                </div>

            </div>

        </div>

    </section>

    <!-- FORM -->

    <section class="ap-section" id="contact-form">

        <div class="ap-contact-container">

            <div class="ap-title">

                <h2>ส่งข้อมูลติดต่อ</h2>

                <p>
                    ทีมงานพร้อมให้คำปรึกษาและเสนอราคา
                </p>

            </div>

            <div class="ap-form-grid">

                <!-- FORM -->

                <div class="ap-form-box">

                    <!-- เปลี่ยน action เป็นระบบรับฟอร์มของคุณ -->

                    <form action="#" method="post">

                        <div class="ap-form-group">
                            <label>ชื่อบริษัท</label>
                            <input type="text" class="ap-control">
                        </div>

                        <div class="ap-form-group">
                            <label>ชื่อผู้ติดต่อ</label>
                            <input type="text" class="ap-control">
                        </div>

                        <div class="ap-form-group">
                            <label>เบอร์โทรศัพท์</label>
                            <input type="text" class="ap-control">
                        </div>

                        <div class="ap-form-group">
                            <label>E-mail</label>
                            <input type="email" class="ap-control">
                        </div>

                        <div class="ap-form-group">
                            <label>รายละเอียดสินค้า / งานบริการ</label>
                            <textarea class="ap-control"></textarea>
                        </div>

                        <button type="submit" class="ap-submit">
                            ส่งขอใบเสนอราคา
                        </button>

                    </form>

                </div>

                <!-- MAP -->

                <div class="ap-map">

                    <!-- เปลี่ยนลิงก์ Google Map --><img src="https://apsupply24.com/wp-content/uploads/2026/04/ทำงานบนพื้นที่สูง.png" alt width="600" height="600">

                </div>

            </div>

        </div>

    </section>

    <!-- FEATURE -->

    <section class="ap-section ap-feature">

        <div class="ap-contact-container">

            <div class="ap-feature-grid">

                <div class="ap-feature-card">
                    <h3>✅ มีสต๊อกสินค้า</h3>
                    <p>พร้อมส่งทั่วประเทศ</p>
                </div>

                <div class="ap-feature-card">
                    <h3>✅ เสนอราคาไว</h3>
                    <p>ตอบกลับรวดเร็ว</p>
                </div>

                <div class="ap-feature-card">
                    <h3>✅ รองรับงานโครงการ</h3>
                    <p>โรงงานและไซต์งาน</p>
                </div>

                <div class="ap-feature-card">
                    <h3>✅ ทีมงานมืออาชีพ</h3>
                    <p>ให้คำปรึกษาโดยตรง</p>
                </div></div></div></section></div>