This commit is contained in:
2026-01-25 11:02:34 +05:45
parent 00fe2f744d
commit 29ffdea945
5 changed files with 100 additions and 28 deletions

View File

@@ -38031,8 +38031,9 @@ section {
}
.college-filter-box select {
width: 260px;
padding: 14px 18px;
width: 334px;
height: 45px;
padding: 8px 18px;
border-radius: 30px;
/* rounded select box */
border: 1px solid #e2e8f0;
@@ -38044,20 +38045,23 @@ section {
outline: none;
transition: all 0.3s ease;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
.college-filter-box select option{
border-radius: 12px;
margin-top: 12px;
.college-filter-box select option {
border-radius: 12px;
margin-top: 12px;
}
/* Hover & Focus */
.college-filter-box select:hover,
.college-filter-box select:focus {
border-color: #2563eb;
box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}
.college-list-section {
padding: 70px 0;
background: #f8f9fc;
@@ -38073,7 +38077,8 @@ margin-top: 12px;
.college-grid {
display: grid;
grid-template-columns: repeat(7, 1fr); gap: 30px;
grid-template-columns: repeat(7, 1fr);
gap: 30px;
}
.college-card {
@@ -38104,6 +38109,7 @@ margin-top: 12px;
line-height: 1.4;
margin: 0px;
}
.college-card img {
/* filter: grayscale(100%); */
transition: 0.3s;
@@ -38112,6 +38118,7 @@ margin-top: 12px;
.college-card:hover img {
/* filter: grayscale(0%); */
}
/* Tablet */
@media (max-width: 1024px) {
.college-grid {