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 @@ - - -
- - -