{"id":77,"date":"2021-10-05T13:12:07","date_gmt":"2021-10-05T13:12:07","guid":{"rendered":"https:\/\/themepanthers.com\/wp\/creote\/v-new\/?page_id=77"},"modified":"2026-01-20T05:34:58","modified_gmt":"2026-01-20T05:34:58","slug":"contact","status":"publish","type":"page","link":"https:\/\/www.worldlineconstruction.com\/?page_id=77","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"77\" class=\"elementor elementor-77\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9062d49 e-flex e-con-boxed e-con e-parent\" data-id=\"9062d49\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e0541cd elementor-widget elementor-widget-html\" data-id=\"e0541cd\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- =========================\r\n     CONTACT \u2013 WORLDLINE (WP SAFE)\r\n========================== -->\r\n<div class=\"wl-contact\">\r\n\r\n  <!-- HEADER -->\r\n  <section class=\"wl-contact-hero\">\r\n    <div class=\"wl-contact-hero-inner\">\r\n      <h1>Contact Us<\/h1>\r\n      <p>\r\n        Get in touch with Worldline Construction Company Ltd.\r\n        We\u2019re ready to discuss your project requirements.\r\n      <\/p>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- CONTENT -->\r\n  <section class=\"wl-contact-content\">\r\n    <div class=\"wl-contact-container\">\r\n\r\n      <div class=\"wl-contact-grid\">\r\n\r\n        <!-- INFO -->\r\n        <div class=\"wl-contact-info\">\r\n          <h2>Our Office<\/h2>\r\n\r\n          <p><strong>Address:<\/strong><br>\r\n            3 Konoko Drive, Wuse II,<br>\r\n            Abuja, Nigeria\r\n          <\/p>\r\n\r\n          <p><strong>Phone:<\/strong><br>\r\n            0808 883 2244<br>\r\n            0802 688 4890\r\n          <\/p>\r\n\r\n          <p><strong>Email:<\/strong><br>\r\n            worldlineconstructioncompany@gmail.com\r\n          <\/p>\r\n\r\n          <p class=\"wl-contact-note\">\r\n            We respond promptly to enquiries and are available\r\n            to discuss project details and consultations.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <!-- FORM -->\r\n        <div class=\"wl-contact-form\">\r\n          <h2>Send Us a Message<\/h2>\r\n\r\n          <form>\r\n            <input type=\"text\" placeholder=\"Full Name\" required>\r\n            <input type=\"email\" placeholder=\"Email Address\" required>\r\n            <input type=\"tel\" placeholder=\"Phone Number\">\r\n            <textarea placeholder=\"Your Message\" rows=\"5\" required><\/textarea>\r\n\r\n            <button type=\"submit\">Send Message<\/button>\r\n          <\/form>\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/section>\r\n\r\n<\/div>\r\n\r\n<style>\r\n\/* =========================\r\n   CONTACT \u2013 SAFE CSS\r\n========================== *\/\r\n.wl-contact {\r\n  --yellow: #c9a227;\r\n}\r\n\r\n\/* HERO *\/\r\n.wl-contact-hero {\r\n  background:\r\n    linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),\r\n    url(\"https:\/\/images.unsplash.com\/photo-1503387762-592deb58ef4e\") center\/cover no-repeat;\r\n  padding: 80px 20px;\r\n  color: #ffffff;\r\n  text-align: center;\r\n}\r\n\r\n.wl-contact-hero-inner {\r\n  max-width: 900px;\r\n  margin: auto;\r\n}\r\n\r\n.wl-contact-hero h1 {\r\n  font-size: 36px;\r\n  margin-bottom: 12px;\r\n}\r\n\r\n.wl-contact-hero p {\r\n  font-size: 17px;\r\n  max-width: 700px;\r\n  margin: auto;\r\n}\r\n\r\n\/* CONTENT *\/\r\n.wl-contact-content {\r\n  padding: 90px 20px;\r\n  background: #ffffff;\r\n}\r\n\r\n.wl-contact-container {\r\n  max-width: 1100px;\r\n  margin: auto;\r\n}\r\n\r\n\/* GRID *\/\r\n.wl-contact-grid {\r\n  display: grid;\r\n  grid-template-columns: 1fr 1fr;\r\n  gap: 50px;\r\n}\r\n\r\n\/* INFO *\/\r\n.wl-contact-info h2 {\r\n  font-size: 28px;\r\n  margin-bottom: 20px;\r\n}\r\n\r\n.wl-contact-info p {\r\n  font-size: 16px;\r\n  line-height: 1.7;\r\n  color: #444;\r\n  margin-bottom: 18px;\r\n}\r\n\r\n.wl-contact-note {\r\n  margin-top: 30px;\r\n  font-style: italic;\r\n  color: #555;\r\n}\r\n\r\n\/* FORM *\/\r\n.wl-contact-form h2 {\r\n  font-size: 28px;\r\n  margin-bottom: 20px;\r\n}\r\n\r\n.wl-contact-form form {\r\n  display: flex;\r\n  flex-direction: column;\r\n  gap: 14px;\r\n}\r\n\r\n.wl-contact-form input,\r\n.wl-contact-form textarea {\r\n  width: 100%;\r\n  padding: 14px 16px;\r\n  border-radius: 12px;\r\n  border: 1px solid #ddd;\r\n  font-size: 15px;\r\n  font-family: inherit;\r\n}\r\n\r\n.wl-contact-form input:focus,\r\n.wl-contact-form textarea:focus {\r\n  outline: none;\r\n  border-color: var(--yellow);\r\n}\r\n\r\n.wl-contact-form button {\r\n  margin-top: 10px;\r\n  background: var(--yellow);\r\n  color: #ffffff;\r\n  border: none;\r\n  padding: 14px;\r\n  border-radius: 40px;\r\n  font-size: 15px;\r\n  font-weight: 600;\r\n  cursor: pointer;\r\n  transition: all 0.3s ease;\r\n}\r\n\r\n.wl-contact-form button:hover {\r\n  background: #000;\r\n  transform: translateY(-3px);\r\n}\r\n\r\n\/* MOBILE *\/\r\n@media (max-width: 900px) {\r\n  .wl-contact-grid {\r\n    grid-template-columns: 1fr;\r\n  }\r\n\r\n  .wl-contact-hero h1 {\r\n    font-size: 28px;\r\n  }\r\n}\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Contact Us Get in touch with Worldline Construction Company Ltd. We\u2019re ready to discuss your project requirements. Our Office Address: 3 Konoko Drive, Wuse II, Abuja, Nigeria Phone: 0808 883 2244 0802 688 4890 Email: worldlineconstructioncompany@gmail.com We respond promptly to enquiries and are available to discuss project details and consultations. Send Us a Message Send [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth.php","meta":{"content-type":"","footnotes":""},"class_list":["post-77","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.worldlineconstruction.com\/index.php?rest_route=\/wp\/v2\/pages\/77","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.worldlineconstruction.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.worldlineconstruction.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.worldlineconstruction.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.worldlineconstruction.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=77"}],"version-history":[{"count":12,"href":"https:\/\/www.worldlineconstruction.com\/index.php?rest_route=\/wp\/v2\/pages\/77\/revisions"}],"predecessor-version":[{"id":6995,"href":"https:\/\/www.worldlineconstruction.com\/index.php?rest_route=\/wp\/v2\/pages\/77\/revisions\/6995"}],"wp:attachment":[{"href":"https:\/\/www.worldlineconstruction.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=77"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}