diff --git a/index.html b/index.html
index b888a2b..b5842b0 100644
--- a/index.html
+++ b/index.html
@@ -123,6 +123,13 @@
font-style: italic;
}
+ .testimonial-card:hover {
+ transform: translateY(-10px) scale(1);
+ box-shadow: 0 4px 8px #0073b1;
+ z-index: 3;
+ }
+
+
/* Chatbot Styles */
.chatbot-container {
position: fixed;