/* Start custom CSS for shortcode, class: .elementor-element-8465cbe */<style>
    /* About Page Container Styling */
    .about-section-box {
        background: #ffffff;
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(232, 62, 140, 0.08);
        border: 1px solid #f8d7da;
        max-width: 800px;
        margin: 30px auto;
        font-family: Arial, sans-serif;
    }

    .about-section-box h2 {
        color: #e83e8c;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 20px;
        border-bottom: 2px solid #fce4ec;
        padding-bottom: 10px;
    }

    .about-section-box p {
        color: #555555;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .about-section-box h3 {
        color: #333333;
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .about-section-box ul {
        list-style: none;
        padding: 0;
    }

    .about-section-box ul li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 12px;
        color: #444444;
        font-size: 15px;
        line-height: 1.6;
    }

    .about-section-box ul li::before {
        content: "✔";
        position: absolute;
        left: 0;
        color: #e83e8c;
        font-weight: bold;
    }

    .about-section-box a {
        color: #e83e8c;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 1px dashed #e83e8c;
    }

    .about-section-box a:hover {
        color: #c82333;
    }
</style>

<div class="about-section-box">
    <h2>About ZENYX</h2>
    <p>
        স্বাগতম <strong>ZENYX</strong>-এ! আমরা আপনার দৈনন্দিন জীবনকে আরও আরামদায়ক ও স্টাইলিশ করে তুলতে নিয়ে এসেছি প্রিমিয়াম কোয়ালিটির ইনারওয়্যার ও লাইফস্টাইল কালেকশন।
    </p>
    
    <h3>আমাদের বিশেষত্বসমূহ:</h3>
    <ul>
        <li><strong>প্রিমিয়াম কোয়ালিটি:</strong> সর্বোচ্চ মানের আরামদায়ক ও টেকসই প্রোডাক্ট।</li>
        <li><strong>১০০% অরিজিনাল:</strong> প্রতিটি পণ্য পরীক্ষিত ও গুণগত মানে সেরা।</li>
        <li><strong>ক্যাশ অন ডেলিভারি (COD):</strong> পুরো বাংলাদেশে নিরাপদ হোম ডেলিভারি সুবিধা।</li>
        <li><strong>ডেডিকেটেড সাপোর্ট:</strong> যেকোনো প্রয়োজনে আমাদের ৭ দিনের কাস্টমার সাপোর্ট।</li>
    </ul>
    
    <p style="margin-top: 25px;">
        আমাদের এক্সক্লুসিভ কালেকশন দেখতে ঘুরে আসুন আমাদের <a href="/shop/">Shop</a> পেজ থেকে!
    </p>
</div>/* End custom CSS */