diff --git a/index.html b/index.html index 8437ab2..08e3582 100644 --- a/index.html +++ b/index.html @@ -679,7 +679,7 @@ transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease; } - .get-start-card:hover { + .get-start-card:hover{ transform: translateY(-8px) scale(1.03); box-shadow: 0 8px 32px rgba(37, 99, 235, 0.13); border-color: var(--vehigo-primary); @@ -695,7 +695,7 @@ transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s, background 0.3s; } - .get-start-card .card-icon { + .get-start-card .card-icon{ width: 44px; height: 44px; display: grid; @@ -717,6 +717,22 @@ .dark-theme .reviews { background: linear-gradient(180deg, rgba(16, 25, 39, .8), rgba(16, 25, 39, .7)); } + .card:hover{ + border-color: var(--vehigo-primary); + + } + .dark-theme .card{ + color:white; + } + + .dark-theme .card:hover{ + color:white; + + box-shadow: 0 8px 32px rgba(37, 99, 235, 0.22); + border-color: var(--vehigo-primary-2); + background: linear-gradient(180deg, #101927 80%, #1f2a3a 100%); + transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s, background 0.3s; + } /* Blog (responsive) */ .blog-wrapper { @@ -744,7 +760,11 @@ } .blog-card:hover { - transform: translateY(-5px); + transform: translateY(-8px); + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); +} +.blog-card:hover .card-banner img { + transform: scale(1.1); } /*Blogs*/ .modern-footer { @@ -1494,18 +1514,18 @@

Make a deal

-

Reviews

+

Reviews

Verified customers
-
-
+
+
Rahul Sharma
-
Rahul Sharma
+
Rahul Sharma
Verified Customer
@@ -1514,15 +1534,14 @@

Reviews

-
-
-
+
+
+
Alok Patel
-
Alok Patel
+
Alok Patel
Verified Customer
@@ -1531,15 +1550,14 @@

Reviews

-
-
+
+
Aaru Gupta
-
Aaru Gupta
+
Aaru Gupta
Verified Customer
@@ -1548,15 +1566,14 @@

Reviews

-
-
+
+
Prateeksha Joshi
-
Prateeksha Joshi
+
Prateeksha Joshi
Verified Customer
diff --git a/src/pages/about.html b/src/pages/about.html index 855ed78..07c2d61 100644 --- a/src/pages/about.html +++ b/src/pages/about.html @@ -198,7 +198,8 @@ gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; - padding-right: 1rem; + padding-right: 1rem; + } .testimonial-card { @@ -206,6 +207,18 @@ scroll-snap-align: start; } + + +.testimonial-card:hover { + border: 1px solid #60a5fa; + transform: scale(1.05); + box-shadow: 0 4px 10px rgba(96, 165, 250, 0.3); +} + +.add-margin{ + margin-top: 20px; +} + @@ -361,7 +374,7 @@

💬 What Our Cust
-
+
Rahul Sharma @@ -376,7 +389,7 @@

Rahul Sharma

"I recently rented a car from VehiGo, and I couldn't be happier with the experience. The staff was incredibly friendly and helpful throughout the entire process."

-
+
Alok Patel @@ -391,7 +404,7 @@

Alok Patel

"Renting a car from VehiGo was a breeze! The staff was friendly, the car was clean and well-maintained, and the whole process was seamless."

-
+
Aaru Gupta @@ -406,7 +419,7 @@

Aaru Gupta

"VehiGo is my top choice for renting a car. Their service is consistently outstanding and professional. Highly recommended!"

-