Enquiries
Tendering
All tender submissions and procurement enquiries.
Projects
Project information, updates and delivery enquiries.
General Enquiries
General questions and information about Byblos.
Indigenous Engagement
Partnerships, opportunities and supplier engagement enquiries.
Careers
Careers, opportunities and recruitment enquiries.
Where we operate
Tendering enquiries
Project enquiries
General enquiries
Indigenous Engagement enquiries
Careers enquiries
document.addEventListener('DOMContentLoaded', function () {
var pc_GROUP_ID = 'enquiryforms';
function pc_openTabFromHash() {
var group = document.getElementById(pc_GROUP_ID);
if (!group) return;
var hash = window.location.hash;
if (!hash || hash.length < 2) return;
var id = decodeURIComponent(hash.substring(1));
var target = document.getElementById(id);
if (!target || !group.contains(target)) return;
var title = null;
if (target.matches('.elementor-tab-title, .e-n-tab-title')) title = target;
if (!title) title = target.closest('.elementor-tab-title, .e-n-tab-title');
if (!title) {
title = group.querySelector('[aria-controls="' + (window.CSS && CSS.escape ? CSS.escape(id) : id) + '"]');
}
if (!title) {
var c = target.closest('.elementor-tab-content');
if (c) {
var dt = c.getAttribute('data-tab');
if (dt) title = group.querySelector('.elementor-tab-title[data-tab="' + dt + '"]');
}
}
if (!title) {
var nc = target.closest('.e-n-tab-content');
if (nc) {
var idx = nc.getAttribute('data-tab-index');
if (idx) title = group.querySelector('.e-n-tab-title[data-tab-index="' + idx + '"]');
}
}
if (!title || !group.contains(title)) return;
var active = title.classList.contains('elementor-active') ||
title.getAttribute('aria-selected') === 'true';
if (!active) title.click();
}
setTimeout(pc_openTabFromHash, 600);
window.addEventListener('hashchange', pc_openTabFromHash);
});