Construction Department

function itcc_construction_services_shortcode() {
    ob_start();
    echo '<style>
.csv * { box-sizing: border-box; margin: 0; padding: 0; }
.csv { font-family: Poppins, sans-serif; width: 100%; background: #ffffff !important; }
.csv-head { padding: 60px 56px 40px; border-bottom: 1px solid #eaeef6; }
.csv-head .csv-tag { font-size: 11px !important; font-weight: 700 !important; letter-spacing: 3px; text-transform: uppercase; color: #2A5DA6 !important; margin-bottom: 14px; }
.csv-head .csv-h2 { font-size: 30px !important; font-weight: 700 !important; color: #1F3667 !important; line-height: 1.3 !important; margin-bottom: 14px; }
.csv-head .csv-h2 span { color: #2A5DA6 !important; }
.csv-head .csv-sub { font-size: 14px !important; font-weight: 300 !important; color: #5a6a85 !important; line-height: 1.8; max-width: 540px; }
.csv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #eaeef6; }
.csv-card { background: #ffffff !important; padding: 36px 32px; }
.csv-card .csv-card-label { font-size: 11px !important; font-weight: 700 !important; letter-spacing: 2px; text-transform: uppercase; color: #2A5DA6 !important; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 2px solid #1F3667; }
.csv-card .csv-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.csv-card .csv-list li { font-size: 14px !important; font-weight: 400 !important; color: #344056 !important; line-height: 1.7; padding-left: 18px; position: relative; }
.csv-card .csv-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; background: #2A5DA6; border-radius: 50%; }
@media (max-width: 900px) {
  .csv-grid { grid-template-columns: 1fr; }
  .csv-head, .csv-card { padding: 36px 28px; }
}
</style>
<div class="csv">
  <div class="csv-head">
    <p class="csv-tag">Construction Department</p>
    <h2 class="csv-h2">Built to <span>International</span> Specifications</h2>
    <p class="csv-sub">From groundbreaking to finishing, we deliver full-scope construction and infrastructure services across the public and private sectors.</p>
  </div>
  <div class="csv-grid">
    <div class="csv-card">
      <p class="csv-card-label">Building & Project Delivery</p>
      <ul class="csv-list">
        <li>Execution of residential, commercial, industrial, and hospitality projects</li>
        <li>General contracting and turnkey project delivery solutions</li>
        <li>Construction and development of public and private buildings and facilities</li>
        <li>Execution of governmental, municipal, and private sector projects</li>
        <li>Tendering, contracting, procurement, and project execution management</li>
      </ul>
    </div>
    <div class="csv-card">
      <p class="csv-card-label">Infrastructure & Site Works</p>
      <ul class="csv-list">
        <li>Infrastructure works including roads, utilities, and public services</li>
        <li>Water supply, sewage, and stormwater drainage systems</li>
        <li>Road paving, asphalt works, and parking area construction</li>
        <li>Earthworks, excavation, backfilling, and site preparation</li>
        <li>Urban development and site upgrading works</li>
      </ul>
    </div>
    <div class="csv-card">
      <p class="csv-card-label">Structural & Finishing Works</p>
      <ul class="csv-list">
        <li>Structural and reinforced concrete works</li>
        <li>Maintenance, renovation, rehabilitation, and structural strengthening works</li>
        <li>Interior and exterior finishing and integrated construction solutions</li>
      </ul>
    </div>
  </div>
</div>';
    return ob_get_clean();
}
add_shortcode('itcc_construction', 'itcc_construction_services_shortcode');

Request a Call

We will call you back as soon as possible!