diff --git a/assets/css/custom.css b/assets/css/custom.css index ba41537..6711f19 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -11,16 +11,14 @@ h1, h2, h3, h4, h5, h6 { } h2 { - color: #D6BCFA; + color: #8B5CF6; } -.section.bg-light-lilac { - background-color: #F5F1FD; -} + /* Hero Section */ .hero { - background: linear-gradient(45deg, #D6BCFA, #FDBA74); + background: linear-gradient(45deg, #8B5CF6, #6366F1, #EF4444); color: white; padding: 100px 0; } @@ -41,34 +39,34 @@ h2 { /* Card Styles */ .card { - border: none; + border: 1px solid #E5E7EB; border-radius: 0.5rem; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); } /* Button Styles */ .btn-primary { - background-color: #D6BCFA; - border-color: #D6BCFA; + background-color: #8B5CF6; + border-color: #8B5CF6; padding: 12px 24px; border-radius: 0.5rem; } .btn-primary:hover { - background-color: #C0A0F8; - border-color: #C0A0F8; + background-color: #7C3AED; + border-color: #7C3AED; } .btn-secondary { - background-color: #FDBA74; - border-color: #FDBA74; + background-color: #EF4444; + border-color: #EF4444; padding: 12px 24px; border-radius: 0.5rem; } .btn-secondary:hover { - background-color: #F9A84F; - border-color: #F9A84F; + background-color: #DC2626; + border-color: #DC2626; } /* Contact Form */ @@ -77,4 +75,80 @@ h2 { padding: 40px; border-radius: 0.5rem; box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); -} \ No newline at end of file +} + +/* Who We Serve Section */ +.serve-title { + color: #9CA3AF; + font-size: 1rem; + text-transform: uppercase; + letter-spacing: 0.05em; + margin-bottom: 1.5rem; + border-bottom: 1px solid #E5E7EB; + padding-bottom: 0.5rem; +} + +.serve-list { + list-style: none; + padding-left: 0; +} + +.serve-list li { + display: flex; + align-items: center; + font-size: 1.1rem; + margin-bottom: 1rem; + color: #374151; +} + +.serve-list li i { + color: #8B5CF6; + font-size: 1.5rem; + margin-right: 1rem; + width: 24px; /* Align icons */ + text-align: center; +} + +/* Scrolling Wrapper */ +.scrolling-wrapper { + display: flex; + flex-wrap: nowrap; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + padding-bottom: 1rem; +} + +.scrolling-item { + flex: 0 0 auto; + margin-right: 1rem; + padding: 1rem; + background: white; + border-radius: 0.5rem; + text-align: center; + min-width: 200px; +} + +/* Custom Scrollbar */ +.scrolling-wrapper::-webkit-scrollbar { + height: 8px; +} + +.scrolling-wrapper::-webkit-scrollbar-track { + background: #f1f1f1; + border-radius: 10px; +} + +.scrolling-wrapper::-webkit-scrollbar-thumb { + background: #8B5CF6; + border-radius: 10px; +} + +.scrolling-wrapper::-webkit-scrollbar-thumb:hover { + background: #7C3AED; +} + +/* Logo */ +.logo { + height: 60px; +} + diff --git a/assets/pasted-20251022-212656-157f7ffa.png b/assets/pasted-20251022-212656-157f7ffa.png new file mode 100644 index 0000000..a4f278d Binary files /dev/null and b/assets/pasted-20251022-212656-157f7ffa.png differ diff --git a/assets/pasted-20251022-215019-f7191fbf.png b/assets/pasted-20251022-215019-f7191fbf.png new file mode 100644 index 0000000..1e41c07 Binary files /dev/null and b/assets/pasted-20251022-215019-f7191fbf.png differ diff --git a/index.php b/index.php index e7a482c..732801e 100644 --- a/index.php +++ b/index.php @@ -17,6 +17,7 @@ +
@@ -24,29 +25,21 @@