diff --git a/index.html b/index.html index 0d8d5e8..b2d7671 100644 --- a/index.html +++ b/index.html @@ -921,7 +921,7 @@ display: flex; gap: 8px; align-items: center; - margin-bottom: 0; /* remove extra spacing */ + margin-bottom: 0; } .newsletter-input { @@ -1014,15 +1014,17 @@ box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3); } - .dark-mode .navbar-nav .nav-link.active, - .dark .navbar-nav .nav-link.active { - color: #000000 !important; - background: linear-gradient(135deg, - #66bb6a 0%, - #4caf50 100%) !important; - box-shadow: 0 4px 15px rgba(76, 175, 80, 0.25); + + .dark-mode .theme-toggle:hover, + .dark .theme-toggle:hover { + background: rgba(76, 175, 80, 0.2) !important; + border-color: #4caf50 !important; + color: #4caf50 !important; + transform: scale(1.1) !important; } + + .dark-mode .navbar-brand, .dark .navbar-brand { color: #ffffff !important; @@ -1063,6 +1065,16 @@ color: #000000 !important; } + + .dark-mode .navbar-nav .nav-link.active, + .dark .navbar-nav .nav-link.active { + color: #000000 !important; + background: linear-gradient(135deg, + #66bb6a 0%, + #4caf50 100%) !important; + box-shadow: 0 4px 15px rgba(76, 175, 80, 0.25); + } + .dark-mode .search-button:hover, .dark .search-button:hover { background: linear-gradient(135deg, @@ -1082,13 +1094,7 @@ transition: all 0.3s ease !important; } - .dark-mode .theme-toggle:hover, - .dark .theme-toggle:hover { - background: rgba(76, 175, 80, 0.2) !important; - border-color: #4caf50 !important; - color: #4caf50 !important; - transform: scale(1.1) !important; - } + /* Mobile Dark Mode Navbar */ @media screen and (max-width: 991.98px) { diff --git a/services.html b/services.html index 7fd5bad..b12185f 100644 --- a/services.html +++ b/services.html @@ -1,822 +1,2 @@ - - - - - - GrowCraft - - - - - - - - - - - - - - - -
-
- -
-
-
- Digital Marketing Icon -
Digital Marketing
-

- In today's digital-driven age, Marketing means Digital - Marketing. For any size of business, Digital Marketing plays a - vital role... -

-

- It helps reach target customers and enhances brand visibility - through SEO, PPC, social media, email, and content strategies. -

-
- - Explore -
-
-
-
- - -
-
-
- Website Development Icon -
Website Development
-

- A website is often the first impression. Our services ensure - your site is attractive, functional, and aligned with your - business needs... -

-

- We build responsive, fast-loading, SEO-optimized websites using - modern frameworks to give you the best online presence. -

-
- - Explore -
-
-
-
- -
-
-
- Graphic Design Icon -
Graphic Design
-

- In a visually driven world, stunning designs can define your - brand. We create logos, graphics, and materials that truly stand - out... -

-

- From social media creatives to full branding kits, our designers - make your vision come to life with bold, clean visuals. -

-
- - Explore -
-
-
-
- -
-
-
- Social Media Management Icon -
Social Media Management
-

- Social platforms are key to modern brand engagement. Our team - manages, grows, and maintains your presence on all major - channels... -

-

- Through content planning, community engagement, and real-time - analytics, we drive measurable growth. -

-
- - Explore -
-
-
-
- -
-
-
- Content Writing -
Content Writing
-

- Quality content builds trust and authority. We offer compelling - blog posts, product descriptions, and ad copy that drive - action... -

-

- Our team ensures clarity, engagement, and SEO-optimization to - attract readers and retain customers. -

-
- - Explore -
-
-
-
-
-
- - - - - - - - - + + \ No newline at end of file