diff --git a/blog.html b/blog.html
index 47ef0a9c..c09b24c2 100644
--- a/blog.html
+++ b/blog.html
@@ -10,8 +10,7 @@
Our Blogs
-
-
+
@@ -35,6 +34,7 @@
left: 0 !important;
width: 100% !important;
z-index: 1000 !important;
+ padding: 20px 0px;
}
.header .container-fluid {
@@ -94,6 +94,17 @@
.dark-theme .navbar-brand:hover img {
opacity: 0.8;
}
+
+ .dark-theme .footer-brand img {
+ filter: brightness(0) invert(1);
+ opacity: 1;
+ transition: opacity 0.3s ease;
+ }
+
+ .dark-theme .footer-brand:hover img {
+ opacity: 0.8;
+ }
+
.nav-link {
color: #374151 !important;
@@ -106,7 +117,7 @@
.nav-link:hover {
color: #2563eb !important;
- background: rgba(37, 100, 235, 0.1) !important;
+
transform: translateY(-1px) !important;
}
@@ -116,62 +127,57 @@
.dark-theme .nav-link:hover {
color: #60a5fa !important;
- background: rgba(96, 165, 250, 0.1) !important;
+
}
/* Theme Toggle Button */
.theme-toggle-btn {
- border-radius: 22px !important;
- padding: 6px 12px !important;
- font-size: 12px !important;
- font-weight: 600 !important;
- transition: all 0.3s ease !important;
- border: 2px solid #e5e7eb !important;
- background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%) !important;
- color: #374151 !important;
- box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
+ background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
+ border: none !important;
+ border-radius: 25px !important;
+ margin-right: 5px;
+ padding: 10px 25px !important;
+ font-weight: 700 !important;
+ color: white !important;
+ transition: all 0.3s ease !important;
+ box-shadow: 0 2px 8px rgba(37, 100, 235, 0.3) !important;
}
.theme-toggle-btn:hover {
transform: translateY(-2px) !important;
box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
- border-color: #2563eb !important;
- background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
- color: #2563eb !important;
}
- .theme-toggle-btn.btn-outline-light {
- border-color: rgba(255,255,255,0.3) !important;
- background: rgba(255,255,255,0.1) !important;
- color: white !important;
- backdrop-filter: blur(10px) !important;
- }
- .theme-toggle-btn.btn-outline-light:hover {
- background: rgba(255,255,255,0.2) !important;
- border-color: rgba(255,255,255,0.5) !important;
- color: white !important;
- }
- /* Login Button */
- .btn-vehigo {
- background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
- border: none !important;
- border-radius: 22px !important;
- padding: 6px 12px !important;
- font-size: 12px !important;
- font-weight: 600 !important;
- color: white !important;
- transition: all 0.3s ease !important;
- box-shadow: 0 2px 8px rgba(37, 100, 235, 0.3) !important;
+ .dark-theme .theme-toggle-btn{
+ background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important
}
-
- .btn-vehigo:hover {
+ .dark-theme .theme-toggle-btn:hover {
transform: translateY(-2px) !important;
- box-shadow: 0 4px 15px rgba(37, 100, 235, 0.4) !important;
- background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important;
+ box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
}
+
+ /* Login Button */
+ .btn-vehigo {
+ background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
+ border: none !important;
+ border-radius: 25px !important;
+ margin-right: 5px;
+ padding: 10px 20px !important;
+ font-weight: 600 !important;
+ color: white !important;
+ transition: all 0.3s ease !important;
+ box-shadow: 0 2px 8px rgba(37, 100, 235, 0.3) !important;
+ text-decoration: none;
+ }
+
+ .btn-vehigo:hover {
+ transform: translateY(-2px) !important;
+ box-shadow: 0 4px 15px rgba(37, 100, 235, 0.4) !important;
+ background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important;
+ }
/* Mobile Menu */
.navbar-toggler {
border: none !important;
@@ -320,23 +326,6 @@
color: #9ca3af !important;
}
- /* Footer Dark Mode */
- .dark-theme .footer {
- background-color: #111827 !important;
- color: #e5e7eb !important;
- }
-
- .dark-theme .footer h5 {
- color: #ffffff !important;
- }
-
- .dark-theme .footer-link {
- color: #d1d5db !important;
- }
-
- .dark-theme .footer-link:hover {
- color: #60a5fa !important;
- }
/* Form Elements Dark Mode */
.dark-theme .form-control {
@@ -526,43 +515,45 @@
border: 1px solid #374151 !important;
}
/* Footer */
- .footer { background: #f4f7fb; color: #111827; }
+ .footer { background: #f4f7fb; color: #111827; }
.dark-theme .footer { background: #0b0f14; color: #e5e7eb; }
- .dark-theme .footer .footer-link { color: #cbd5e1; }
- .dark-theme .footer .footer-link:hover { color: #60a5fa; }
- .dark-theme .social-link { color: #cbd5e1; }
-
+ .dark-theme .footer-link { color: #cbd5e1; }
+ .dark-theme .footer .footer-link:hover { color: #60a5fa; }
+ .dark-theme .social-link { color: #cbd5e1; }
+ .dark-theme .footer-text{color:#cbd5e1;}
+ .dark-theme .footer-list-title{color:#cbd5e1;}
/* New Footer UI */
.footer {
padding: 60px 0 20px;
+ margin-top: 150px;
}
.footer .container { max-width: 1200px; margin-inline: auto; }
.footer-grid {
display: grid;
grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
- gap: 32px;
+ gap: 50px;
align-items: start;
}
.footer-brand .logo { display: inline-flex; align-items: center; gap: 8px; }
.footer-brand .logo img { height: 44px; }
.footer-text { margin-top: 12px; color: #475569; }
- .dark-theme .footer-text { color: #94a3b8; }
+
.footer .social-list { display: flex; gap: 12px; margin-top: 14px; }
.footer .social-link { font-size: 22px; color: #1f2937; }
.footer .social-link:hover { color: #2563eb; }
- .dark-theme .footer .social-link { color: #cbd5e1; }
+ .dark-theme .footer .social-link { color: #cbd5e1; }
.footer-list-title { font-weight: 800; margin-bottom: 10px; color: #0f172a; }
- .dark-theme .footer-list-title { color: #e2e8f0; }
- .footer-link { color: #374151; font-weight: 500; }
+ .dark-theme .footer-list-title { color: #e2e8f0; }
+ .footer-link { color: #374151; font-weight: 500; text-decoration: none; }
.footer-link:hover { color: #2563eb; transform: translateX(2px); }
.newsletter { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 16px; }
- .dark-theme .newsletter { background: #111827; border-color: #263241; }
+ .dark-theme .newsletter { background: #111827; border-color: #263241; }
.newsletter h4 { margin-bottom: 8px; font-weight: 800; }
.newsletter p { font-size: 0.95rem; color: #475569; margin-bottom: 12px; }
- .dark-theme .newsletter p { color: #94a3b8; }
+ .dark-theme .newsletter p { color: #94a3b8; }
.newsletter .form { display: flex; gap: 8px; }
.newsletter input { flex: 1; padding: 10px 12px; border-radius: 10px; border: 1px solid #e5e7eb; outline: none; }
- .dark-theme .newsletter input { background: #0f1218; color: #e5e7eb; border-color: #263241; }
+ .dark-theme .newsletter input { background: #0f1218; color: #e5e7eb; border-color: #263241; }
.newsletter button { padding: 10px 14px; border-radius: 10px; background: #2563eb; color: #fff; border: none; font-weight: 700; }
.newsletter button:hover { background: #1e40af; }
.footer-bottom { margin-top: 32px; border-top: 1px solid #e5e7eb; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; }
@@ -570,36 +561,9 @@
.footer-bottom .mini-links { display: flex; gap: 12px; }
.footer-bottom .mini-links a { color: #475569; font-size: 0.95rem; }
.footer-bottom .mini-links a:hover { color: #2563eb; }
- .footer-list {
- display: flex;
- flex-wrap: wrap;
- gap: 8px;
- list-style: none;
- padding: 0;
- margin: 0;
-}
-
-.footer-list li {
- display: inline-block;
- margin: 0;
- padding: 0;
-}
-
-.footer-list .footer-link {
- display: inline-block;
- white-space: nowrap;
- margin: 0;
- padding: 0;
- line-height: 1.2;
-}
-
- @media (max-width: 992px) {
- .footer-grid { grid-template-columns: 1fr 1fr; }
- }
- @media (max-width: 576px) {
- .footer-grid { grid-template-columns: 1fr; }
- .newsletter .form { flex-direction: column; }
- }
+ .footer-list{list-style-type: none; }
+ .social-list{list-style-type: none;}
+
@@ -643,7 +607,7 @@
@@ -927,12 +891,16 @@
+
+
+
+