Our Services

Professional Export Solutions for Global Buyers

🌍

Export & International Trading

Professional export handling from quotation, documentation, quality inspection, loading until international shipment.

🏷️

OEM & Private Label

Custom branding, packaging, product specifications, shape and private label services for distributors worldwide.

✔️

Quality Control

Every shipment is inspected before loading to ensure product consistency and customer satisfaction.

Our Products

Premium Indonesian Biomass Products

Shisha Briquette

Premium coconut shell charcoal with long burning duration, low ash and high heat.

BBQ Briquette

High calorific charcoal for restaurants, hotels and commercial BBQ.

Biochar

Eco-friendly carbon material for agriculture and soil improvement.

Wood Pellet

Renewable biomass fuel for industrial heating and sustainable energy.

Charcoal

Premium hardwood and coconut shell charcoal with export quality standards.

Log Briquette

Compressed biomass logs for industrial and commercial fuel.

/*========================*/ .heading{ text-align:center; margin-bottom:60px; } .heading h2{ font-size:42px; color:#0D5C3D; } .heading p{ color:#777; margin-top:10px; } /*========================*/ .services{ padding:100px 10%; background:#f7f7f7; } .service-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:30px; } .service-card{ background:white; padding:40px; border-radius:20px; text-align:center; transition:.4s; box-shadow:0 15px 30px rgba(0,0,0,.08); } .service-card:hover{ transform:translateY(-12px); } .icon{ font-size:55px; margin-bottom:20px; } .service-card h3{ margin-bottom:15px; color:#0D5C3D; } .service-card p{ line-height:1.8; color:#666; } /*========================*/ .products{ padding:100px 10%; } .product-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:35px; } .product-card{ background:white; border-radius:20px; overflow:hidden; box-shadow:0 15px 30px rgba(0,0,0,.08); transition:.4s; } .product-card:hover{ transform:translateY(-12px); } .product-card img{ width:100%; height:240px; object-fit:cover; } .product-card h3{ padding:25px 25px 10px; color:#0D5C3D; } .product-card p{ padding:0 25px 30px; line-height:1.8; color:#666; }

Why Choose Almadani?

Your Trusted Export Partner From Indonesia

🌍 Global Export

Professional export services with complete documentation and international shipping support.

🏭 Trusted Manufacturers

Partnering with verified Indonesian producers to ensure stable quality and production capacity.

📦 Custom Packaging

OEM, Private Label, custom carton boxes and retail packaging available.

⭐ Premium Quality

Every shipment passes quality inspection before loading.

Packaging Solution

Custom Packaging Based on Customer Requirements

📦 Inner Box

1 Kg Box Packaging for Shisha Briquette

🛍 Paper Pouch

5 Kg BBQ Packaging

📦 Corrugated Box

10 Kg Export Carton

🎨 Custom Design

Private Label & Custom Packaging

Export Order Process

Simple & Professional Workflow

1

Inquiry

Buyer sends inquiry.

2

Quotation

Specification & Price Offer.

3

Purchase Order

PO Confirmation.

4

Production

Production & Quality Control.

5

Shipment

Container Loading & Export.

6

Delivery

Products Delivered to Buyer.

Contact Us

Let's Build Long Term Business Together

Office

Jl. Raya Ciawi - Sukabumi
Harjasari, Bogor Selatan
West Java, Indonesia

Email

almadaniexport@gmail.com

Phone

+62 896-1973-5353

Website

www.almadaniexport.com

💬 /* WHY */ .why{ padding:100px 10%; background:#f5f5f5; } .why-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:30px; } .why-box{ background:white; padding:35px; border-radius:20px; box-shadow:0 10px 25px rgba(0,0,0,.08); transition:.4s; } .why-box:hover{ transform:translateY(-10px); } .why-box h3{ color:#0D5C3D; margin-bottom:15px; } /* PACKAGING */ .packaging{ padding:100px 10%; } .pack-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:30px; } .pack-card{ background:#0D5C3D; color:white; padding:35px; border-radius:20px; text-align:center; } .pack-card h3{ margin-bottom:15px; } /* TIMELINE */ .timeline{ padding:100px 10%; background:#fafafa; } .timeline-container{ display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:25px; } .step{ background:white; padding:30px; text-align:center; border-radius:20px; box-shadow:0 10px 25px rgba(0,0,0,.08); } .step span{ width:55px; height:55px; display:inline-flex; align-items:center; justify-content:center; background:#C7A34B; color:white; font-weight:bold; border-radius:50%; margin-bottom:20px; } /* CONTACT */ .contact{ padding:100px 10%; } .contact-box{ display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:35px; } .contact-box div{ background:white; padding:35px; border-radius:20px; box-shadow:0 10px 25px rgba(0,0,0,.08); } .contact-box h3{ color:#0D5C3D; margin-bottom:15px; } /* FOOTER */ footer{ background:#083E2A; color:white; padding:50px; text-align:center; } footer p{ margin-top:10px; } /* WHATSAPP */ .wa{ position:fixed; bottom:30px; right:30px; width:65px; height:65px; border-radius:50%; background:#25D366; color:white; font-size:32px; display:flex; justify-content:center; align-items:center; text-decoration:none; box-shadow:0 10px 30px rgba(0,0,0,.3); } .wa:hover{ transform:scale(1.1); }

Typical Product Specification

Product Moisture Ash Burn Time
Shisha Briquette ≤8% ≤2.5% 120-180 Min
BBQ Briquette ≤8% ≤5% 180-240 Min
Wood Pellet ≤10% ≤2% -
Biochar Custom Custom -

Request for Quotation

Send Your Inquiry

/* GALLERY */ .gallery{ padding:100px 10%; } .gallery-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:25px; } .gallery-grid img{ width:100%; height:260px; object-fit:cover; border-radius:20px; transition:.4s; } .gallery-grid img:hover{ transform:scale(1.05); } /* TABLE */ .specification{ padding:100px 10%; background:#f8f8f8; } table{ width:100%; border-collapse:collapse; background:white; } table th{ background:#0D5C3D; color:white; padding:18px; } table td{ padding:18px; border-bottom:1px solid #ddd; text-align:center; } /* RFQ */ .rfq{ padding:100px 10%; } form{ display:flex; flex-direction:column; gap:20px; max-width:700px; margin:auto; } input, textarea{ padding:18px; border:1px solid #ddd; border-radius:12px; font-size:16px; } textarea{ height:180px; } button{ padding:18px; background:#C7A34B; color:white; border:none; border-radius:40px; font-size:18px; cursor:pointer; } button:hover{ background:#0D5C3D; } /* MAP */ .map iframe{ width:100%; height:500px; border:none; }