Showing 1–12 of 90 results
.sv-wrap{font-family:inherit;color:#263238;background:#fff}
.sv-wrap *{box-sizing:border-box}
.sv-section{position:relative;padding:90px 0}
.sv-section.alt{background:#eef8f7}
.sv-container{max-width:1200px;margin:0 auto;padding:0 20px}
.sv-row{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.sv-kicker{font-size:15px;line-height:1.4;color:#1b75bb;font-weight:800;text-transform:uppercase;margin:0 0 10px}
.sv-wrap h1{font-size:54px;line-height:1.05;color:#183f8c;margin:0 0 18px}
.sv-wrap h2{font-size:38px;line-height:1.15;color:#183f8c;margin:0 0 16px}
.sv-wrap h3{font-size:22px;line-height:1.25;color:#183f8c;margin:0 0 12px}
.sv-wrap p{font-size:17px;line-height:1.72;margin:0 0 16px;color:#425466}
.sv-lead{font-size:20px!important;color:#334155!important}
.sv-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.sv-btn{display:inline-block;background:#183f8c;color:#fff!important;border-radius:5px;padding:14px 22px;text-decoration:none;font-weight:800}
.sv-btn.light{background:#1b75bb}
.sv-hero{background:linear-gradient(135deg,#f7fcfc 0%,#e9f7f7 100%);padding:86px 0 74px;overflow:hidden}
.sv-hero:after{content:””;position:absolute;right:-120px;top:-160px;width:420px;height:420px;border-radius:50%;border:80px solid rgba(27,117,187,.08)}
.sv-visual{position:relative;min-height:420px;background:#fff;border-radius:12px;padding:18px;box-shadow:0 18px 50px rgba(24,63,140,.12);display:grid;grid-template-columns:1fr 1fr;gap:14px}
.sv-tile{position:relative;overflow:hidden;border-radius:10px;min-height:185px;background:linear-gradient(145deg,#dff3f2,#fff);border:1px solid #d7e9ef;padding:18px;display:flex;flex-direction:column;justify-content:space-between}
.sv-tile:before{content:””;position:absolute;right:-34px;bottom:-34px;width:115px;height:115px;border-radius:50%;background:rgba(27,117,187,.14)}
.sv-tile strong{font-size:21px;color:#183f8c;position:relative;z-index:1}
.sv-tile span{font-size:13px;color:#5b6b7a;position:relative;z-index:1}
.sv-icon{width:70px;height:70px;border-radius:14px;background:#183f8c;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px;letter-spacing:.04em;position:relative;z-index:1}
.sv-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.sv-stat{background:#fff;border:1px solid #dbe8f0;border-radius:8px;padding:22px;text-align:center}
.sv-stat strong{display:block;font-size:34px;color:#183f8c;line-height:1}
.sv-stat span{font-size:14px;color:#64748b}
.sv-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px}
.sv-card-grid.two{grid-template-columns:repeat(2,1fr)}
.sv-card{background:#fff;border-radius:10px;overflow:hidden;border:1px solid #dbe8f0;box-shadow:0 12px 34px rgba(15,23,42,.06)}
.sv-card.alt{background:#f7fbfd}
.sv-imgbox{height:190px;background:linear-gradient(135deg,#e7f6f5,#ffffff);position:relative;border-bottom:1px solid #dbe8f0;display:flex;align-items:center;justify-content:center;overflow:hidden}
.sv-imgbox:before{content:””;position:absolute;width:170px;height:170px;border-radius:50%;background:rgba(27,117,187,.10);right:-42px;bottom:-52px}
.sv-imgbox:after{content:””;position:absolute;width:90px;height:90px;border-radius:18px;background:rgba(24,63,140,.12);left:28px;top:28px;transform:rotate(12deg)}
.sv-imglabel{position:relative;z-index:1;text-align:center;color:#183f8c;font-weight:900;font-size:28px;letter-spacing:.02em;text-transform:uppercase}
.sv-card-body{padding:25px}
.sv-card ul{margin:0;padding-left:20px;color:#425466}
.sv-card li{margin:8px 0;line-height:1.55}
.sv-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:26px}
.sv-mini{background:#fff;border:1px solid #dbe8f0;border-radius:8px;padding:18px;min-height:120px}
.sv-mini strong{display:block;color:#183f8c;margin-bottom:7px}
.sv-process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}
.sv-step{background:#fff;border:1px solid #dbe8f0;border-radius:8px;padding:22px;position:relative}
.sv-step b{display:inline-flex;width:36px;height:36px;background:#1b75bb;color:#fff;border-radius:50%;align-items:center;justify-content:center;margin-bottom:14px}
.sv-contact-card{background:#183f8c;color:#fff;border-radius:12px;padding:34px}
.sv-contact-card h3,.sv-contact-card p{color:#fff}
.sv-contact-list{list-style:none;margin:0;padding:0}
.sv-contact-list li{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.18);color:#fff;line-height:1.5}
.sv-contact-list li:last-child{border-bottom:0}
.sv-feature-line{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:30px}
.sv-feature{background:#fff;border:1px solid #dbe8f0;border-radius:8px;padding:16px;text-align:center;color:#183f8c;font-weight:800;min-height:82px;display:flex;align-items:center;justify-content:center}
@media(max-width:991px){.sv-row,.sv-card-grid.two{grid-template-columns:1fr}.sv-card-grid{grid-template-columns:repeat(2,1fr)}.sv-process,.sv-mini-grid,.sv-feature-line{grid-template-columns:repeat(2,1fr)}.sv-wrap h1{font-size:42px}.sv-wrap h2{font-size:32px}}
@media(max-width:600px){.sv-section{padding:58px 0}.sv-hero{padding:58px 0}.sv-card-grid,.sv-process,.sv-mini-grid,.sv-feature-line,.sv-stats{grid-template-columns:1fr}.sv-visual{grid-template-columns:1fr;min-height:auto}.sv-wrap h1{font-size:34px}.sv-wrap h2{font-size:27px}.sv-imgbox{height:150px}}
Our Products
Each product category is now arranged as a proper website section with an image area, key products, and a direct quote action.
Paper CupsHot and cold beverage packaging
Food BoxesBowls, buckets, trays, and meal packs
PET ProductsCups, lids, trays, and containers
Wooden CutleryEco-conscious serving essentials
Paper Products Range
Hot and cold beverage cups for cafes, restaurants, and takeaway service.
Food serving and takeaway bowls for rice, fries, meals, and snacks.
Paper-based food packaging for fried items, sides, and takeaway use.
Dessert cups for ice cream, frozen treats, and branded serving.
Plastic Products Range
Clear beverage cups and lid options for drinks, juices, desserts, and cold items.
Rigid PET recyclable products for food display, takeaway, and storage.
Square and round microwavable containers for prepared meals and delivery.
Service essentials for takeaway counters and food businesses.
Ecofriendly & Support Products
Eco-conscious cutlery options for desserts, cafes, counters, and takeaway.
Aluminium containers for food packing, storage, and takeaway operations.
Wrapping products for kitchens, restaurants, caterers, and food preparation.
Quote Process
Choose paper, plastic, wooden, aluminium, or wrapping products.
Send size, quantity, and usage requirement.
Mention printing or custom packaging needs.
Our team responds with product guidance and pricing.

