{"id":124,"date":"2026-06-27T04:07:51","date_gmt":"2026-06-27T04:07:51","guid":{"rendered":"https:\/\/techcoree.com\/?page_id=124"},"modified":"2026-06-27T04:07:51","modified_gmt":"2026-06-27T04:07:51","slug":"about-tech-core","status":"publish","type":"page","link":"https:\/\/techcoree.com\/?page_id=124","title":{"rendered":"About Tech Core"},"content":{"rendered":"\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n<title>TechCore Engineering &#8211; About Us<\/title>\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Raleway:wght@400;600;700;800;900&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\n*{\nmargin:0;\npadding:0;\nbox-sizing:border-box;\n}\n\nbody{\nfont-family:'Raleway',sans-serif;\nbackground:#07111f;\ncolor:#fff;\noverflow-x:hidden;\n}\n\n\/* =====================================\nBACKGROUND CAROUSEL\n===================================== *\/\n\n.bg-slider{\nposition:fixed;\ninset:0;\nz-index:-3;\n}\n\n.slide{\nposition:absolute;\ninset:0;\nbackground-size:cover;\nbackground-position:center;\nopacity:0;\nanimation:slider 24s infinite;\n}\n\n.slide:nth-child(1){\nbackground-image:url('https:\/\/images.unsplash.com\/photo-1503387762-592deb58ef4e?w=1600');\nanimation-delay:0s;\n}\n\n.slide:nth-child(2){\nbackground-image:url('https:\/\/images.unsplash.com\/photo-1541888946425-d81bb19240f5?w=1600');\nanimation-delay:6s;\n}\n\n.slide:nth-child(3){\nbackground-image:url('https:\/\/images.unsplash.com\/photo-1504307651254-35680f356dfd?w=1600');\nanimation-delay:12s;\n}\n\n.slide:nth-child(4){\nbackground-image:url('https:\/\/images.unsplash.com\/photo-1489515217757-5fd1be406fef?w=1600');\nanimation-delay:18s;\n}\n\n@keyframes slider{\n0%,100%{opacity:0;transform:scale(1);}\n10%,25%{opacity:1;transform:scale(1.12);}\n35%{opacity:0;}\n}\n\n.overlay{\nposition:fixed;\ninset:0;\nbackground:rgba(3,10,20,.78);\nz-index:-2;\n}\n\n\/* =====================================\nCOMMON\n===================================== *\/\n\n.container{\nwidth:min(1200px,92%);\nmargin:auto;\n}\n\nsection{\npadding:120px 0;\n}\n\n.section-title{\nfont-size:48px;\nfont-weight:900;\nmargin-bottom:20px;\n}\n\n.glass{\nbackground:rgba(255,255,255,.07);\nbackdrop-filter:blur(20px);\nborder:1px solid rgba(255,255,255,.1);\n}\n\n\/* =====================================\nHERO\n===================================== *\/\n\n.hero{\nmin-height:100vh;\ndisplay:flex;\nalign-items:center;\ntext-align:center;\n}\n\n.hero-content{\nwidth:100%;\n}\n\n.tag{\ndisplay:inline-block;\npadding:10px 20px;\nborder-radius:50px;\nbackground:rgba(255,255,255,.08);\nmargin-bottom:25px;\nletter-spacing:2px;\nfont-size:12px;\n}\n\n.hero h1{\nfont-size:clamp(55px,8vw,100px);\nfont-weight:900;\nline-height:1;\nmargin-bottom:25px;\n}\n\n.hero p{\nmax-width:800px;\nmargin:auto;\nfont-size:20px;\nline-height:1.8;\nopacity:.9;\n}\n\n\/* =====================================\nCOUNTERS\n===================================== *\/\n\n.stats{\ndisplay:grid;\ngrid-template-columns:repeat(4,1fr);\ngap:25px;\nmargin-top:-80px;\n}\n\n.stat{\npadding:35px;\nborder-radius:25px;\ntext-align:center;\ntransition:.4s;\n}\n\n.stat:hover{\ntransform:translateY(-10px);\n}\n\n.stat h2{\nfont-size:55px;\ncolor:#46b8ff;\n}\n\n.stat span{\nopacity:.8;\n}\n\n\/* =====================================\nABOUT\n===================================== *\/\n\n.about{\ndisplay:grid;\ngrid-template-columns:1fr 1fr;\ngap:60px;\nalign-items:center;\n}\n\n.about-img{\nheight:550px;\nborder-radius:30px;\noverflow:hidden;\nbackground:url('https:\/\/images.unsplash.com\/photo-1504307651254-35680f356dfd?w=1200')\ncenter\/cover;\nposition:relative;\n}\n\n.badge{\nposition:absolute;\nbottom:30px;\nright:30px;\nwidth:140px;\nheight:140px;\nborder-radius:50%;\nbackground:#0096ff;\ndisplay:flex;\nflex-direction:column;\njustify-content:center;\nalign-items:center;\nfont-size:42px;\nfont-weight:900;\nanimation:float 3s infinite ease-in-out;\n}\n\n.badge span{\nfont-size:12px;\n}\n\n@keyframes float{\n50%{\ntransform:translateY(-12px);\n}\n}\n\n.about-card{\npadding:45px;\nborder-radius:25px;\n}\n\n.about-card p{\nline-height:1.9;\nmargin-bottom:18px;\n}\n\n\/* =====================================\nFLIP CARDS\n===================================== *\/\n\n.services{\ndisplay:grid;\ngrid-template-columns:repeat(3,1fr);\ngap:30px;\n}\n\n.flip{\nheight:320px;\nperspective:1200px;\n}\n\n.flip-inner{\nheight:100%;\nposition:relative;\ntransition:.8s;\ntransform-style:preserve-3d;\n}\n\n.flip:hover .flip-inner{\ntransform:rotateY(180deg);\n}\n\n.front,\n.back{\nposition:absolute;\nwidth:100%;\nheight:100%;\nbackface-visibility:hidden;\nborder-radius:25px;\npadding:35px;\ndisplay:flex;\njustify-content:center;\nalign-items:center;\nflex-direction:column;\ntext-align:center;\n}\n\n.front{\nbackground:rgba(255,255,255,.08);\nbackdrop-filter:blur(20px);\n}\n\n.front h3{\nmargin-top:15px;\n}\n\n.back{\ntransform:rotateY(180deg);\nbackground:linear-gradient(135deg,#006fff,#00bfff);\n}\n\n\/* =====================================\nCTA\n===================================== *\/\n\n.cta{\ntext-align:center;\npadding:80px;\nborder-radius:30px;\n}\n\n.cta h2{\nfont-size:50px;\nmargin-bottom:20px;\n}\n\n.btn{\ndisplay:inline-block;\npadding:16px 34px;\nborder-radius:50px;\nbackground:#0096ff;\ntext-decoration:none;\ncolor:#fff;\nfont-weight:700;\nmargin-top:25px;\ntransition:.3s;\n}\n\n.btn:hover{\ntransform:translateY(-4px);\n}\n\n\/* =====================================\nREVEAL\n===================================== *\/\n\n.reveal{\nopacity:0;\ntransform:translateY(80px);\ntransition:1s;\n}\n\n.reveal.active{\nopacity:1;\ntransform:translateY(0);\n}\n\n\/* =====================================\nRESPONSIVE\n===================================== *\/\n\n@media(max-width:991px){\n\n.stats{\ngrid-template-columns:1fr 1fr;\n}\n\n.about{\ngrid-template-columns:1fr;\n}\n\n.services{\ngrid-template-columns:1fr;\n}\n\n.section-title{\nfont-size:38px;\n}\n\n.hero h1{\nfont-size:55px;\n}\n\n}\n\n@media(max-width:700px){\n\n.stats{\ngrid-template-columns:1fr;\n}\n\n.hero h1{\nfont-size:42px;\n}\n\n}\n\n<\/style>\n<\/head>\n\n<body>\n\n<div class=\"bg-slider\">\n<div class=\"slide\"><\/div>\n<div class=\"slide\"><\/div>\n<div class=\"slide\"><\/div>\n<div class=\"slide\"><\/div>\n<\/div>\n\n<div class=\"overlay\"><\/div>\n\n<section class=\"hero\">\n<div class=\"container\">\n<div class=\"hero-content reveal\">\n<div class=\"tag\">TECHCORE ENGINEERING<\/div>\n<h1>Building Structures That Shape The Future<\/h1>\n<p>\nDelivering structural engineering excellence through innovation,\nprecision analysis and sustainable design.\n<\/p>\n<\/div>\n<\/div>\n<\/section>\n\n<section>\n<div class=\"container\">\n\n<div class=\"stats\">\n<div class=\"stat glass reveal\">\n<h2 class=\"counter\" data-target=\"150\">0<\/h2>\n<span>Projects<\/span>\n<\/div>\n\n<div class=\"stat glass reveal\">\n<h2 class=\"counter\" data-target=\"25\">0<\/h2>\n<span>Years<\/span>\n<\/div>\n\n<div class=\"stat glass reveal\">\n<h2 class=\"counter\" data-target=\"98\">0<\/h2>\n<span>Satisfaction<\/span>\n<\/div>\n\n<div class=\"stat glass reveal\">\n<h2 class=\"counter\" data-target=\"40\">0<\/h2>\n<span>Experts<\/span>\n<\/div>\n<\/div>\n\n<\/div>\n<\/section>\n\n<section>\n<div class=\"container about\">\n\n<div class=\"about-img reveal\">\n<div class=\"badge\">\n25+\n<span>YEARS<\/span>\n<\/div>\n<\/div>\n\n<div class=\"about-card glass reveal\">\n<h2 class=\"section-title\">About TechCore<\/h2>\n\n<p>\nTechCore Engineering specializes in structural design,\nanalysis, inspections, rehabilitation and consulting.\n<\/p>\n\n<p>\nOur team combines technical expertise with innovative\nengineering practices to create resilient structures.\n<\/p>\n\n<p>\nFrom commercial developments to industrial facilities,\nwe deliver precision and reliability.\n<\/p>\n\n<\/div>\n\n<\/div>\n<\/section>\n\n<section>\n<div class=\"container\">\n\n<h2 class=\"section-title reveal\">Core Expertise<\/h2>\n\n<div class=\"services\">\n\n<div class=\"flip reveal\">\n<div class=\"flip-inner\">\n<div class=\"front\">\n\ud83c\udfd7\ufe0f\n<h3>Structural Design<\/h3>\n<\/div>\n<div class=\"back\">\nAdvanced design solutions for commercial,\nresidential and industrial projects.\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"flip reveal\">\n<div class=\"flip-inner\">\n<div class=\"front\">\n\ud83d\udcd0\n<h3>Analysis<\/h3>\n<\/div>\n<div class=\"back\">\nFinite element modeling and\nstructural performance evaluation.\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"flip reveal\">\n<div class=\"flip-inner\">\n<div class=\"front\">\n\ud83c\udf09\n<h3>Infrastructure<\/h3>\n<\/div>\n<div class=\"back\">\nBridges, facilities and large-scale\ninfrastructure projects.\n<\/div>\n<\/div>\n<\/div>\n\n<\/div>\n\n<\/div>\n<\/section>\n\n<section>\n<div class=\"container\">\n<div class=\"cta glass reveal\">\n<h2>Ready To Build The Future?<\/h2>\n<p>\nPartner with TechCore Engineering for innovative structural solutions.\n<\/p>\n<a href=\"#\" class=\"btn\">Contact Us<\/a>\n<\/div>\n<\/div>\n<\/section>\n\n<script>\n\ndocument.querySelectorAll('.counter').forEach(counter=>{\n\nconst update=()=>{\n\nconst target=+counter.dataset.target;\nconst count=+counter.innerText;\n\nconst inc=target\/80;\n\nif(count<target){\ncounter.innerText=Math.ceil(count+inc);\nsetTimeout(update,25);\n}else{\ncounter.innerText=target;\n}\n\n}\n\nupdate();\n\n});\n\nconst reveal=document.querySelectorAll('.reveal');\n\nwindow.addEventListener('scroll',()=>{\n\nreveal.forEach(el=>{\n\nconst top=el.getBoundingClientRect().top;\n\nif(top<window.innerHeight-100){\nel.classList.add('active');\n}\n\n});\n\n});\n\ndocument.querySelectorAll('.glass').forEach(card=>{\n\ncard.addEventListener('mousemove',(e)=>{\n\nconst rect=card.getBoundingClientRect();\n\nconst x=e.clientX-rect.left;\nconst y=e.clientY-rect.top;\n\nconst rotateY=((x\/rect.width)-0.5)*12;\nconst rotateX=((y\/rect.height)-0.5)*-12;\n\ncard.style.transform=\n`perspective(1000px)\nrotateX(${rotateX}deg)\nrotateY(${rotateY}deg)\ntranslateY(-5px)`;\n\n});\n\ncard.addEventListener('mouseleave',()=>{\n\ncard.style.transform='';\n\n});\n\n});\n\n<\/script>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>TechCore Engineering &#8211; About Us TECHCORE ENGINEERING Building Structures That Shape The Future Delivering structural engineering excellence through innovation, precision [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-124","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/techcoree.com\/index.php?rest_route=\/wp\/v2\/pages\/124","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/techcoree.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/techcoree.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/techcoree.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/techcoree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=124"}],"version-history":[{"count":2,"href":"https:\/\/techcoree.com\/index.php?rest_route=\/wp\/v2\/pages\/124\/revisions"}],"predecessor-version":[{"id":173,"href":"https:\/\/techcoree.com\/index.php?rest_route=\/wp\/v2\/pages\/124\/revisions\/173"}],"wp:attachment":[{"href":"https:\/\/techcoree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=124"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}