0
Skip to Content
Home
Dash
Workplace
Begin
WP_Tools
Learning
Software
Research
Training Videos
About Us
Our Clients
Our Mission
The Owners
-
Login
Open Menu
Close Menu
Login
Home
Dash
Workplace
Begin
WP_Tools
Learning
Software
Research
Training Videos
About Us
Our Clients
Our Mission
The Owners
-
Open Menu
Close Menu
Home
Dash
Folder:
Workplace
Back
Begin
WP_Tools
Learning
Software
Research
Folder:
Training Videos
Back
Folder:
About Us
Back
Our Clients
Our Mission
The Owners
Login
This folder does not contain any pages.
/* Footer Background */ .custom-footer { background: linear-gradient(135deg, #000016, #00112b, #000a1f); padding: 50px 20px; text-align: center; position: relative; box-shadow: 0 -5px 15px rgba(0, 123, 255, 0.3); } /* Footer Logo */ .footer-logo img { height: 60px; margin-bottom: 20px; transition: transform 0.3s ease-in-out; } .footer-logo img:hover { transform: scale(1.1); } /* Footer Links */ .footer-links { list-style: none; padding: 0; margin: 0 auto 20px; display: flex; justify-content: center; gap: 30px; } .footer-links li { display: inline; } .footer-links a { color: white; font-size: 18px; text-decoration: none; transition: color 0.3s, text-shadow 0.3s; } .footer-links a:hover { color: gold; text-shadow: 0 0 10px gold, 0 0 20px gold; } /* Social Icons */ .footer-socials { margin: 20px 0; } .footer-socials a { display: inline-block; color: #007BFF; font-size: 24px; margin: 0 15px; transition: color 0.3s, text-shadow 0.3s; } .footer-socials a:hover { color: gold; text-shadow: 0 0 10px gold, 0 0 20px gold; } /* Copyright */ .footer-copyright { font-size: 14px; color: rgba(255, 255, 255, 0.7); margin-top: 15px; }