From b6a6b03a3cbb91a5a0f3b7b02ffdc9e6d00bf649 Mon Sep 17 00:00:00 2001 From: Aditi Tangri Date: Sat, 13 Sep 2025 13:43:38 +0530 Subject: [PATCH] Fixed: Footer Section Enhancement Needed for Better UX and Visual Appeal --- index.html | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d208b87..2a4c2db 100644 --- a/index.html +++ b/index.html @@ -1019,6 +1019,41 @@ background: linear-gradient(135deg, #2d2d2d 0%, #3a3a3a 100%) !important; } } + .footer-brand img{ + transition: transform 0.3s ease-in-out; + } + .footer-brand img:hover{ + transform: scale(1.25); + } + .footer-title{ + transition: transform 0.3s ease-in-out; + } + .footer-title:hover{ + transform: scale(1.15); + color: maroon; + } + .contact-item a{ + transition: font-weight 0.2s ease-in-out,transform 0.3s ease-in; + } + .contact-item a:hover{ + transform: scale(1.05); + font-weight: 600; + color: black; + } + .footer-links a{ + transition: font-weight 0.3s ease-in,transform 0.4s ease-in; + } + .footer-links a:hover{ + transform: scale(1.05); + font-weight: 450; + color: black; + } + .contact-item i{ + color: maroon; + } + .stat-number{ + color: maroon; + } @@ -1837,7 +1872,7 @@

About Us