diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php
index 94cd23a..b9497ba 100644
--- a/resources/views/layouts/app.blade.php
+++ b/resources/views/layouts/app.blade.php
@@ -52,7 +52,8 @@
}
.site-footer {
- background: #182EA4;
+ background:#253EB3;
+ /* background: #182EA4; */
color: #ffffff;
padding: 60px 0 30px;
}
diff --git a/resources/views/students.blade.php b/resources/views/students.blade.php
index 98a8188..f9df8ad 100644
--- a/resources/views/students.blade.php
+++ b/resources/views/students.blade.php
@@ -28,8 +28,9 @@ body {
}
.hero {
- background: linear-gradient(rgba(214, 218, 238, 0.85), rgba(117, 57, 57, 0.8)),
+ background: linear-gradient(rgba(214, 218, 238, 0.85), rgba(0, 0, 0, 0.6)),
url('https://images.pexels.com/photos/3802510/pexels-photo-3802510.jpeg');
+
background-size: cover;
background-position: center;
color: #fff;
@@ -55,8 +56,8 @@ body {
.portal-icon {
width: 70px;
height: 70px;
- background: #4361ba;
- color: #fff;
+ background: #822a32;
+ color: #ffed8b;
border-radius: 50%;
display: flex;
align-items: center;
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php
index 3da763b..5fdb352 100644
--- a/resources/views/welcome.blade.php
+++ b/resources/views/welcome.blade.php
@@ -263,7 +263,8 @@ body {
}
.read-btn {
- background: #3E51B8;
+ background:#822424;
+ /* background: #3E51B8; */
color: white;
/* border: 2px solid var(--primary); */
padding: 10px 20px;
@@ -277,8 +278,8 @@ body {
}
.course-card:hover .read-btn {
- background: #0a67df;
- border-color: #0a67df;
+ background: #822424;
+ border-color: #e3eb73;
color: #fff;
}
@@ -289,7 +290,7 @@ body {
left: 0;
width: 100%;
height: 100%;
- background: linear-gradient(rgba(117, 57, 57, 0.94), rgba(0, 9, 15, 0.88)), url('https://images.unsplash.com/photo-1581093803931-46e730e7622e?auto=format&fit=crop&w=1600&q=80');
+ background: linear-gradient(rgba(122, 123, 177, 0.9), rgba(0, 9, 15, 0.31)), url('https://images.unsplash.com/photo-1581093803931-46e730e7622e?auto=format&fit=crop&w=1600&q=80');
background-position: center;
background-size: cover;
z-index: 1;
@@ -318,15 +319,16 @@ body {
transition: all 0.3s ease;
}
-.custom-feature-card:hover {
+.custom-feature-card:hover
+ {
transform: translateY(-5px);
background: rgba(255, 255, 255, 0.07);
border-color: rgba(255, 255, 255, 0.2);
}
.icon-box {
- background: rgba(255, 255, 255, 0.1);
- color: #FFE618;
+ background: #6a2525;
+ color: #FFE618;
width: 60px;
height: 60px;
border-radius: 12px;
@@ -338,8 +340,8 @@ body {
}
.custom-feature-card:hover .icon-box {
- background: white;
- color: #FFE618;
+ background: #6a2525;
+ color: #faf9f5;
}
/* ===== Animations ===== */
@@ -383,8 +385,8 @@ body {
-
Academic Programs
-
Our Top Courses
+
Academic Programs
+
Our Top Courses
Explore our professional, industry-recognized automotive engineering curriculums.
@@ -461,7 +463,7 @@ body {