Preview: infrastructure.php
Size: 5.65 KB
/home/ecopackply/www/demo/app/Views/infrastructure.php
<style>
/* ===== INFRASTRUCTURE ===== */
.infra-section{
background:#ffffff;
padding:80px 8%;
font-family:'Poppins', sans-serif;
}
.infra-wrapper{
max-width:1100px;
margin:auto;
}
.infra-header{
text-align:center;
margin-bottom:50px;
}
.infra-header h1{
font-size:38px;
font-weight:700;
color:#111827;
margin-bottom:10px;
}
.infra-header span{
font-size:16px;
color:#6b9f31;
font-weight:500;
letter-spacing:0.4px;
}
.infra-content p{
font-size:16px;
line-height:1.9;
color:#374151;
margin-bottom:22px;
text-align:justify;
}
.infra-highlight{
background:#f9fafb;
border-left:5px solid #6b9f31;
padding:22px 26px;
border-radius:10px;
margin:35px 0;
font-size:16px;
color:#1f2937;
}
.infra-stats{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:24px;
margin-top:40px;
}
.stat-box{
background:#ffffff;
padding:28px;
border-radius:16px;
box-shadow:0 10px 26px rgba(0,0,0,0.06);
text-align:center;
transition:0.3s;
}
.stat-box:hover{
transform:translateY(-6px);
}
.stat-box h3{
font-size:28px;
color:#6b9f31;
margin-bottom:8px;
font-weight:700;
}
.stat-box p{
font-size:14px;
color:#4b5563;
}
.infra-footer{
margin-top:50px;
background:#111827;
color:#d1d5db;
padding:32px;
border-radius:16px;
font-size:15px;
line-height:1.8;
}
@media(max-width:768px){
.infra-header h1{
font-size:30px;
}
}
</style>
<section class="infra-section">
<div class="infra-wrapper">
<!-- HEADER -->
<div class="infra-header">
<h1>Infrastructure</h1>
<span>State-of-the-Art Manufacturing Facilities</span>
</div>
<!-- CONTENT -->
<div class="infra-content">
<p>
ECOPACKPLY, a division of Salasar Industries, operates a fully integrated
plywood manufacturing facility spread across <strong>40,000 square yards</strong>
and supported by a skilled workforce of over <strong>300 professionals</strong>.
Our robust infrastructure and modern machinery ensure consistent quality
production tailored to demanding industrial applications.
</p>
<p>
The manufacturing unit has a production capacity of
<strong>5,000 sheets per day (8×4 size in 6mm thickness)</strong>.
An in-house peeling setup produces approximately
<strong>500,000 sq. ft. of core material per day</strong>,
allowing complete control over the most critical component of plywood quality.
</p>
<div class="infra-highlight">
We source the finest quality timber and manufacture core material in-house,
ensuring uniform strength, durability, and reliability across every sheet.
</div>
<p>
The core material is machine dried using advanced roller dryers and then
processed through high-capacity <strong>640-ton hot presses</strong>
operating on thermic fluid heating systems. This ensures consistent
pressure and temperature control, resulting in superior bonding and finish.
</p>
<p>
Resin manufacturing is carried out in-house under strict quality control
for different plywood applications. A fully equipped laboratory conducts
testing at every production stage, ensuring compliance with quality norms
and customer specifications.
</p>
<p>
Our fully integrated manufacturing setup, combined with a comprehensive
testing laboratory, enables us to execute large-volume orders on a regular
basis while offering customized solutions as per customer requirements.
All plywood sheets strictly conform to <strong>IS 303 standards</strong>
and bear the <strong>ISI certification mark</strong> as an assurance of quality.
</p>
<!-- STATS -->
<div class="infra-stats">
<div class="stat-box">
<h3>40,000</h3>
<p>Sq. Yards Manufacturing Area</p>
</div>
<div class="stat-box">
<h3>300+</h3>
<p>Skilled Workforce</p>
</div>
<div class="stat-box">
<h3>5,000</h3>
<p>Sheets Per Day Capacity</p>
</div>
<div class="stat-box">
<h3>ISI 303</h3>
<p>Certified Production</p>
</div>
</div>
<!-- FOOTER NOTE -->
<div class="infra-footer">
Our infrastructure is designed to deliver consistency, scalability,
and uncompromising quality—making ECOPACKPLY a trusted partner for
industrial and packaging-grade plywood across India.
</div>
</div>
</div>
</section>
Directory Contents
Dirs: 3 × Files: 8