About Us
About Us
<div class="container about-section"> <div class="row"> <div class="col-lg-12 mx-auto"> <style> /* About Section */ .about { display: flex; gap: 30px; align-items: center; flex-wrap: wrap; } .about-text { flex: 1; } .about-text h2 { margin-bottom: 10px; } .about-text p { font-size: 14px; text-align: justify; line-height: 1.7; } .features { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 15px; gap: 10px; } .features div { font-size: 14px; display: flex; font-weight: 600; color: #24397a; align-items: center; gap: 8px; } .features div::before { content: "✔"; color: #ffa412; font-weight: bold; } /* Image */ .about-img { flex: 1; } .about-img img { width: 100%; border-radius: 12px; } /* Mission Section */ .mission { margin-top: 60px; text-align: center; } .mission h2 { color: #1f3c4d; margin-bottom: 30px; } /* Cards */ .cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; } .card { background: #fff; padding: 25px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .icon { width: 60px; height: 60px; margin: auto; background: #ffa412; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 22px; margin-bottom: 15px; } .card h3 { font-size: 16px; margin-bottom: 10px; } .card p { font-size: 14px; color: #666; } /* Responsive */ @media (max-width: 768px) { .about { flex-direction: column; } .features { grid-template-columns: 1fr; } } </style> <!-- About Section --> <div class="about"> <div class="about-text"> <h2>About Us</h2> <p> We are a modern online store dedicated to bringing practical, innovative, and high-quality products to your doorstep. Our goal is to simplify everyday living by offering products that solve real problems and enhance your lifestyle. </p> <p> In today’s fast-paced world, people need solutions that are efficient, affordable, and reliable. That’s where we come in. Whether it’s keeping your home clean, making your daily tasks easier, or caring for your pets, we provide products that make a difference. </p> <p> Our team continuously researches market trends and customer needs to bring you items that are not only useful but also designed with quality and convenience in mind. </p> <div class="features"> <div>High-quality & practical products </div> <div>Affordable and reliable solutions </div> <div>Easy and convenient shopping </div> <div>Designed for everyday needs</div> </div> </div> <div class="about-img"> <img src="https://demo.buyonlineskd.com/storage/pages/abt.jpg" alt="Office"> </div> </div> <!-- Mission Section --> <div class="mission"> <div class="cards"> <div class="card"> <div class="icon">📊</div> <h3>Our Mission</h3> <p> Our mission is to deliver high-quality, innovative products at affordable prices while providing an exceptional online shopping experience. We aim to build long-term relationships with our customers by ensuring trust, reliability, and satisfaction in every interaction. </p> </div> <div class="card"> <div class="icon">💡</div> <h3>Our Vision</h3> <p> Our vision is to become a trusted and recognized brand in the eCommerce industry by consistently delivering value, innovation, and customer satisfaction. We strive to grow with our customers and be their first choice for everyday essentials and smart solutions. </p> </div> </div> </div> </div> </div> <style> /* Section */ .offer-section { padding: 60px 20px; text-align: center; } .offer-section h2 { font-size: 32px; margin-bottom: 10px; } .offer-section p { max-width: 600px; margin: 0 auto 0px; font-size: 15px; } /* Grid */ .offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; max-width: 1100px; margin: auto; } /* Card */ .offer-card { background: #fff; padding: 30px 25px; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.05); transition: all 0.3s ease; position: relative; overflow: hidden; border-bottom: 3px solid #ffa412; } .offer-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0,0,0,0.1); } /* Icon Circle */ .icon-box { width: 65px; height: 65px; margin: auto; border-radius: 50%; background: #ffa412; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #fff; margin-bottom: 15px; } /* Title */ .offer-card h3 { font-size: 16px; margin-bottom: 10px; } /* Text */ .offer-card p { font-size: 14px; } .offer-card:hover::after { width: 100%; } /* Responsive */ @media(max-width: 600px) { .offer-section h2 { font-size: 26px; } } </style> <section class="offer-section"> <h2>What We Offer</h2> <p>We provide a wide variety of products designed to meet your everyday needs.</p><br> <div class="offer-grid"> <div class="offer-card"> <div class="icon-box">🏠</div> <h3>Home Essentials</h3> <p>Products that make your home cleaner, safer, and more comfortable.</p> </div> <div class="offer-card"> <div class="icon-box">⚙️</div> <h3>Smart & Innovative Tools</h3> <p>Modern solutions that save time and effort in daily tasks.</p> </div> <div class="offer-card"> <div class="icon-box">🐾</div> <h3>Pet Care Products</h3> <p>Reliable and safe items to help you take better care of your pets.</p> </div> <div class="offer-card"> <div class="icon-box">🧼</div> <h3>Cleaning & Hygiene</h3> <p>High-quality products designed to maintain cleanliness and hygiene.</p> </div> </div> </section> <style> /* Section */ .quality-section { padding: 70px 20px; } /* Heading */ .quality-header { text-align: center; margin-bottom: 50px; } .quality-header h2 { } .quality-header p { max-width: 650px; margin: auto; } /* Layout */ .quality-content { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; } /* Card */ .quality-box { background: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.05); transition: 0.3s; } .quality-box:hover { transform: translateY(-6px); } /* Title */ .quality-box h3 { margin-bottom: 20px; font-size: 20px; } /* List */ .list { display: grid; gap: 12px; } .list div { background: #24397a; padding: 12px 15px; border-radius: 8px; display: flex; align-items: center; gap: 10px; color: white; font-size: 14px; font-weight: 600; } .list div::before { content: "✔"; color: #ffa412; font-weight: bold; } /* Highlight Box */ .highlight-box { margin-top: 30px; background: linear-gradient(135deg, #111, #333); color: #fff; padding: 25px; border-radius: 12px; text-align: center; } /* Footer Text */ .footer-text { text-align: center; margin-top: 40px; font-size: 15px; } .banner-big-sale{ background: #ffa412; animation-duration: 1000ms; padding: 40px 160px; text-align: center; border-radius: 81px; } /* Responsive */ @media(max-width: 768px) { .quality-content { grid-template-columns: 1fr; } .quality-header h2 { font-size: 26px; } .banner-big-sale{ padding: 15px 15px; margin-top:20px; } .hid{ display:none; } } </style> <section class="quality-section"> <div class="container"> <!-- Header --> <div class="quality-header"> <h2>Our Commitment to Quality</h2> <p> Quality is the foundation of our business. We carefully select products and work with trusted suppliers to ensure the best for our customers. </p> </div> <!-- Content --> <div class="quality-content"> <!-- Standards --> <div class="quality-box"> <h3>Our Quality Standards</h3> <div class="list"> <div>Performance</div> <div>Durability</div> <div>Safety</div> <div>Value</div> </div> </div> <!-- Experience --> <div class="quality-box"> <h3>Our Customer Experience Focus</h3> <div class="list"> <div>Easy website navigation</div> <div>Simple ordering process</div> <div>Transparent product information</div> <div>Responsive customer support</div> </div> </div> </div> <div class="banner banner-big-sale appear-animate animated fadeInUpShorter appear-animation-visible" data-animation-delay="200" data-animation-name="fadeInUpShorter" style=" "> <div class="banner-content row align-items-center mx-0"> <div class="col-md-12 col-sm-12"> <h3 class="text-white text- text-center text-sm-left ls-n-20 mb-md-0 px-4" style=" text-align: center !important; line-height: 35px; font-size: 23px;"> We believe that a great product should always be supported by a great experience. </h3> <h5 class="text-transform-none hid align-middle" style="padding-top: 15px; color: white;">Our goal is to make your shopping journey smooth, enjoyable, and stress-free.</h5> </div> </div> </div> <!-- Highlight --> </div> </section> </div>