diff --git a/RatingStyle.css b/RatingStyle.css index a98f5615..63ad1fc5 100644 --- a/RatingStyle.css +++ b/RatingStyle.css @@ -19,6 +19,7 @@ .rating-wrap { width: 30%; /* Adjust width as needed */ text-align: left; + transition: all; } .center { @@ -79,5 +80,5 @@ .rating > label:hover ~ label, .rating > label:hover { - color:rgb(230, 166, 17); /* Green hover effect */ + color:rgb(239, 127, 6); /* Green hover effect */ } diff --git a/chatbot.css b/chatbot.css index ea7009ab..f9f71cc6 100644 --- a/chatbot.css +++ b/chatbot.css @@ -30,6 +30,7 @@ body { #messages { margin-bottom: 10px; + font-size: small; } .user, .bot { @@ -74,7 +75,7 @@ body { } #send-button:hover { - background-color: #0056b3; + background-color: #120cb3; } #chat-icon { @@ -102,7 +103,7 @@ body { display: flex; justify-content: space-between; align-items: center; - background-color: #007bff; + background-color: #3d0aab; color: #fff; padding-left: 10px; font-size: 1.5rem; @@ -119,5 +120,5 @@ body { } #close-button:hover { - color: #ffcccc; + color: #dbe913; } diff --git a/contact.css b/contact.css index 05ff4465..c244a267 100644 --- a/contact.css +++ b/contact.css @@ -95,7 +95,7 @@ textarea::-webkit-scrollbar { } textarea::-webkit-scrollbar-thumb { - background-color: rgba(194, 194, 0, 0.7); + background-color: rgba(213, 234, 16, 0.7); } .container form #button { @@ -105,7 +105,7 @@ textarea::-webkit-scrollbar-thumb { margin-top: 20px; font-weight: 600; font-size: 20px; - color: #333; + color: #1f1e1e; width: 100px; padding: 6px; transition: opacity 0.3s; diff --git a/hotel.css b/hotel.css index 074cec84..45946b3c 100644 --- a/hotel.css +++ b/hotel.css @@ -40,7 +40,7 @@ nav a { } nav a:hover { - color: #f0f0f0; + color: #0617b8; } /* Main content styles */ @@ -95,8 +95,9 @@ nav a:hover { } .hotel-info p { - color: #888; + color: #2d2d2d; margin: 5px 0; + font-weight: 500; } .hotel-info ul { @@ -116,7 +117,7 @@ nav a:hover { } .book-now:hover { - background-color: #357ab8; + background-color: #0db120; } /* Footer styles */ @@ -144,7 +145,7 @@ footer { .footer-column h3 { font-size: 18px; margin-bottom: 15px; - color: #fdd8d8; + color: #f9c3c3; } .footer-column p, @@ -192,7 +193,7 @@ footer { border-top: 1px solid #eaeaea; font-size: 13px; color: #e6dcdc; - background-color: #7a7979; + background-color: #2f2e2e; } .footer-bottom p {