/*
Theme Name: MSPP Theme 
Theme URI: 
Author: Kreyatika
Description: An custom theme create for MSPP website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mspp-theme
*/

/* Theme styles will be added here */

:root {
    --primary-color: #144F5A;
    --secondary-color: #21747C;
    --light-green-color: #D1EBED;
    --light-gray-color: #F6F6F6;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
body, html {
  font-size: 18px !important;
  background-color: #fff;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
}

.footer-main {
    flex-shrink: 0;
}

h1, h2, h3, h4 {
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif !important;
    margin-bottom: 20px !important;
}

.form-check {
    margin-bottom: 10px !important;
}

.form-check-label {
    font-size: 17px !important;
}

.form-check-input {
    transform: scale(1.5);
    margin-right: 15px !important;
}

.btn {
    padding: 10px 20px !important;
    border-radius: 0px !important;
}

.container {
    max-width: 1180px !important;
}

.service-home {
    height: 360px !important;
}

@media (max-width: 768px) {
    .service-home {
        height: 100% !important;
    }
}

.card {
    border-radius: 0px !important;
}

.border-right-column {
    border-right: 1px solid #dee2e6;
}


/* .eael-post-block-item {
    margin: 0px !important;
}

.featured-post .eael-entry-thumbnail {
    height: 300px !important;
} */
.eael-post-list-title {
    margin-bottom: 5px !important;
}
.eael-post-list-content {
    padding: 0px !important;
    justify-content: none !important;
}

.eael-posted-on {
    font-size: 12px !important;
}
/* Search Page Styles */
.search-form-container {
    background-color: var(--light-green-color);
    padding: 2rem;
    border-radius: 4px;
}

.search-form .form-control {
    height: 50px;
    font-size: 1.1rem;
}

.search-term {
    color: var(--secondary-color);
    font-weight: bold;
}

.search .card {
    transition: transform 0.2s ease;
    border: 1px solid #eee;
}

.search .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.search .card-title a {
    color: var(--primary-color);
    text-decoration: none;
}

.search .card-title a:hover {
    color: var(--secondary-color);
}

.pagination .page-link {
    color: var(--primary-color);
}

.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-title {
    margin-top: 2rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #dee2e6;  
    padding-bottom: 1rem;
}

@media (max-width: 768px) {
    .page-title {
        padding: 5px;
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-radius: 4px;
        margin-bottom: 4rem;
        border-bottom: 1px solid #dee2e6;
    }
}

.card-title {
    font-weight: bold;
    margin: 0px;
}

.card-header {
    background-color: var(--light-gray-color);
}
    