/*!
Theme Name: developer_pro
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: developer_pro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

developer_pro is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
#dlink {
	padding: 20px 0px;
}
#dlink a {
	font-size: 17px;
	line-height: 22px;
}
.form_group.flex {
	padding-top: 30px;
}
.form_group.flex select {
	margin-bottom: 30px;
	padding: 20px 10px 16px 10px;
	width: 100%;
	font-size: 24px;
    line-height: 26px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 0px;
}
#program-areas-form input#course-search {
    background: transparent;
    color: #fff;
    font-size: 24px;
    padding: 14px 14px 14px 12px;
    height: auto;
    box-shadow: none;
	border-radius: 0;
    outline: none;
}
#program-areas-form div#course-search-results {
    background: #fff;
}
#program-areas-form div#course-search-results a {
    display: block;
    position: relative;
    width: 100%;
    font-size: 24px;
	font-weight: 400;
    letter-spacing: -0.04em;
    background-color: transparent;
    padding: 12px 12px 12px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    color: rgb(148, 148, 148) !important;
    text-decoration: none;
	transition: all .5s ease-in-out;
}
#program-areas-form div#course-search-results a:hover {
background-color: #1967d2;
	color: #fff !important;
}

/* =========================
   Pagination Styling
========================= */

.pagination-wrapper {
    margin: 50px 0;
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.navigation.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}

.navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* Base Page Numbers */
.navigation.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 500;
    color: #7a7a7a;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.3s ease;
}

/* Hover State */
.navigation.pagination .page-numbers:hover {
    color: #000;
    border-color: #000;
    transform: translateY(-2px);
}

/* Active Page */
.navigation.pagination .page-numbers.current {
    background-color: #000;
    color: #fff;
    border-color: #000;
    pointer-events: none;
}

/* Dots */
.navigation.pagination .page-numbers.dots {
    border: none;
    background: transparent;
    padding: 0 6px;
    color: #7a7a7a;
}

/* Next Button */
.navigation.pagination .next {
    padding: 0 18px;
}

/* =========================
   Responsive
========================= */

/* Tablet */
@media (max-width: 992px) {
    .navigation.pagination .page-numbers {
        min-width: 38px;
        height: 38px;
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .pagination-wrapper {
        margin: 40px 0;
    }

    .navigation.pagination .nav-links {
        gap: 6px;
    }

    .navigation.pagination .page-numbers {
        min-width: 34px;
        height: 34px;
        padding: 0 10px;
        font-size: 13px;
        border-radius: 6px;
    }

    /* Hide long page lists on very small screens (optional) */
    .navigation.pagination .page-numbers:not(.current):not(.next):not(.prev):nth-child(n+5) {
        display: none;
    }
}


@media(max-width: 768px){
 #program-areas-form div#course-search-results a {
    font-size: 18px;
   }
	#program-areas-form input#course-search {
      font-size: 20px;
      padding: 12px;
   }
}
