From 6342f25a1a6fc4fff76d75fcec8c167e5debc64f Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Tue, 16 Sep 2025 09:51:53 +0000 Subject: [PATCH] 1.5 --- assets/css/custom.css | 18 ++-------------- case-studies.php | 48 +++++++++++++++++++------------------------ case-study-detail.php | 4 ++-- 3 files changed, 25 insertions(+), 45 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index 2963e48..8246abe 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -190,25 +190,11 @@ h2.section-title { Case Study & Testimonials Pages --- */ -.card-link { - text-decoration: none; - color: inherit; - display: block; +.card { transition: transform 0.3s ease, box-shadow 0.3s ease; - position: relative; } -.card-link::after { - content: ''; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; -} - -.card-link:hover .card { +.card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(187, 134, 252, 0.15); } diff --git a/case-studies.php b/case-studies.php index f9c1b1b..b307086 100644 --- a/case-studies.php +++ b/case-studies.php @@ -46,42 +46,36 @@
- - diff --git a/case-study-detail.php b/case-study-detail.php index c9de82f..d8eb1c0 100644 --- a/case-study-detail.php +++ b/case-study-detail.php @@ -6,7 +6,7 @@ $case_studies = [ 'image' => 'https://picsum.photos/seed/erp-success/1200/700', 'alt' => 'Abstract visualization of a successful global ERP network.', 'challenge' => 'A multinational corporation with over 10,000 employees across four continents needed to unify its disparate legacy systems into a single, modern ERP platform. The primary challenges were ensuring zero downtime during migration, managing data integrity, and training a culturally diverse workforce.', - 'solution' => 'We orchestrated a phased, 18-month rollout strategy, beginning with a comprehensive business process analysis. A cross-functional team of over 50 specialists was managed across multiple time zones. We implemented a 'train-the-trainer' program to empower regional leaders and developed a custom data migration tool to ensure 99.99% accuracy.', + 'solution' => 'We orchestrated a phased, 18-month rollout strategy, beginning with a comprehensive business process analysis. A cross-functional team of over 50 specialists was managed across multiple time zones. We implemented a \'train-the-trainer\' program to empower regional leaders and developed a custom data migration tool to ensure 99.99% accuracy.', 'result' => 'The project was delivered on time and 5% under budget. The unified ERP system resulted in a 20% increase in operational efficiency, a 15% reduction in reporting time, and provided a single source of truth for global operations. The client experienced zero critical downtime during the entire migration process.', 'testimonial' => [ 'quote' => 'Their coordination across time zones was flawless. They didn't just manage a project; they became a strategic partner in our global transformation.', @@ -139,4 +139,4 @@ $study = $case_studies[$id]; - + \ No newline at end of file