diff --git a/assets/css/style16eb.css b/assets/css/style16eb.css index 118afd1..0c47440 100644 --- a/assets/css/style16eb.css +++ b/assets/css/style16eb.css @@ -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 { diff --git a/footer.php b/footer.php index 8dfbb05..52cdd2d 100644 --- a/footer.php +++ b/footer.php @@ -18,9 +18,9 @@ Contact Us + + @@ -54,7 +54,7 @@