diff --git a/about.php b/about.php index 5207f27..592835b 100644 --- a/about.php +++ b/about.php @@ -471,8 +471,10 @@ Contact Us - - + + + + @@ -777,8 +779,10 @@ Contact Now - - + + + + diff --git a/assets/css/style16eb.css b/assets/css/style16eb.css index cc71ac3..118afd1 100644 --- a/assets/css/style16eb.css +++ b/assets/css/style16eb.css @@ -37982,6 +37982,7 @@ section { /* Focus state */ .uni-search input:focus { outline: none; + border: 2px solid; border-color: #2563eb; /* modern blue */ box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25); @@ -38020,4 +38021,107 @@ section { .uni-search { max-width: 100%; } +} + +/* Filter Box */ +.college-filter-box { + display: flex; + /* justify-content: center; */ + margin-bottom: 40px; +} + +.college-filter-box select { + width: 260px; + padding: 14px 18px; + border-radius: 30px; + /* rounded select box */ + border: 1px solid #e2e8f0; + font-size: 15px; + font-weight: 500; + color: #334155; + background-color: #ffffff; + cursor: pointer; + + outline: none; + transition: all 0.3s ease; + appearance: none; + -webkit-appearance: none; + -moz-appearance: none; +} +.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; +} + +.section-title { + text-align: center; + font-size: 32px; + font-weight: 600; + margin-bottom: 50px; + color: #1e293b; +} + +.college-grid { + display: grid; + grid-template-columns: repeat(7, 1fr); gap: 30px; +} + +.college-card { + background: #fff; + border-radius: 16px; + padding: 25px 15px; + text-align: center; + transition: all 0.3s ease; + box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); +} + +.college-card:hover { + transform: translateY(-6px); + box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1); +} + +.college-card img { + width: 95px; + height: 70px; + object-fit: contain; + margin-bottom: 15px; +} + +.college-card p { + font-size: 15px; + font-weight: 600; + color: #334155; + line-height: 1.4; + margin: 0px; +} +.college-card img { + /* filter: grayscale(100%); */ + transition: 0.3s; +} + +.college-card:hover img { + /* filter: grayscale(0%); */ +} +/* Tablet */ +@media (max-width: 1024px) { + .college-grid { + grid-template-columns: repeat(5, 1fr); + } +} + +/* Mobile */ +@media (max-width: 768px) { + .college-grid { + grid-template-columns: repeat(3, 1fr); + } } \ No newline at end of file diff --git a/assets/images/photos/college.png b/assets/images/photos/college.png new file mode 100644 index 0000000..f4c087e Binary files /dev/null and b/assets/images/photos/college.png differ diff --git a/class-detail.php b/class-detail.php index a75456f..078a2eb 100644 --- a/class-detail.php +++ b/class-detail.php @@ -275,8 +275,10 @@ Contact Us - - + + + + diff --git a/footer.php b/footer.php index 8c2239f..8dfbb05 100644 --- a/footer.php +++ b/footer.php @@ -17,8 +17,10 @@ Contact Us - - + + + + diff --git a/home-parts/about.php b/home-parts/about.php index d4484e6..2c2d35f 100644 --- a/home-parts/about.php +++ b/home-parts/about.php @@ -37,7 +37,8 @@
- 01 ABOUT PATHFINDER + 01 ABOUT + PATHFINDER
@@ -52,7 +53,8 @@

Trusted Expertise

-

Years of proven excellence in guiding students to top institutions worldwide.

+

Years of proven excellence in guiding students to top institutions + worldwide.

  • @@ -61,7 +63,8 @@

    Personalized Counseling

    -

    One-on-one guidance tailored to each student's academic and career goals.

    +

    One-on-one guidance tailored to each student's academic and career + goals.

  • @@ -70,7 +73,8 @@

    Global Network

    -

    Strong affiliations with reputed institutions in Australia, UK, USA, Canada, and more.

    +

    Strong affiliations with reputed institutions in Australia, UK, USA, + Canada, and more.

  • @@ -79,12 +83,19 @@

    High Visa Success Rate

    -

    Proven strategies and support to maximize approval chances for international studies.

    +

    Proven strategies and support to maximize approval chances for + international studies.

  • -
    - Learn More About Us +
    + + + About Us + + + +
    diff --git a/home-parts/blog.php b/home-parts/blog.php index fa0295f..59d1ccc 100644 --- a/home-parts/blog.php +++ b/home-parts/blog.php @@ -18,8 +18,10 @@ View More Blogs - - + + + + diff --git a/home-parts/cta.php b/home-parts/cta.php index 7f07c3c..375532b 100644 --- a/home-parts/cta.php +++ b/home-parts/cta.php @@ -11,8 +11,10 @@ Contact Us - - + + + + diff --git a/home-parts/hero-section.php b/home-parts/hero-section.php index d395bf0..c09b5dd 100644 --- a/home-parts/hero-section.php +++ b/home-parts/hero-section.php @@ -1,6 +1,7 @@