﻿.bannerblock .banner-inner .btn.btn-primary {
    background: #fff;
    margin-top: 2rem;
    padding: 12px 48px;
    color: #0072BC;
    font-weight: 700;
    font-size: 18px;
}

.jobOpportunityPage .MainBody {
    background: #f1f1f1;
    padding: 2rem 0;
}

.open-job-card {
    flex-basis: auto;
}

.job-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    min-height: 420px;
    max-height: 428px;
    height: auto;
}

    .job-card img {
        height: 180px;
        object-fit: cover;
        width: 100%;
    }

    .job-card .card-body {
        text-align: left;
    }

.card-text-block {
    min-height: 150px;
}

    .card-text-block .card-title {
        min-height: 60px;
    }

.job-card .btn {
    margin-top: 7px;
    font-size: 16px;
    padding: 11px 28px;
    background: #0072BC;
    border: none;
    color: #fff;
    border-radius: 5px;
}

.job-counter {
    margin: -7px 2px 12px;
}

.job-counter-block {
    justify-content: end;
    margin: -30px 0 0;
}

.joblisting-page .section-job-heading {
    text-align: center;
    margin: 2rem auto;
}

    .joblisting-page .section-job-heading .section-heading {
        font-weight: 500;
        font-size: 56px;
        text-transform: capitalize;
        letter-spacing: 2px;
    }

.heading-underline {
    width: 100%;
    max-width: max-content;
    min-width: 216px;
    height: 2px;
    background-color: #0072BC;
    margin: 8px auto 2rem;
}

.filter-sidebar {
    font-size: 14px;
    margin-right: 20px;
    border: 1px solid #ddd;
    padding: 2rem 1rem;
    min-height: 300px;
    height: auto;
    max-height: max-content;
    flex: 0 0 250px;
}

    .filter-sidebar h5 {
        position: relative;
        padding-bottom: 5px; /* optional — adds space for the line */
    }

        .filter-sidebar h5::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0; /* positions the line at the bottom of the h5 */
            width: 100%;
            height: 1px; /* thickness */
            background-color: #ccc; /* line color */
            border-bottom: 1px solid #ccc; /* optional alternative to background-color */
        }

    .filter-sidebar h5 {
        font-weight: bold;
        margin-bottom: 22px;
        margin-top: 18px;
    }

    .filter-sidebar .filter-section {
        margin-bottom: 20px;
    }

    .filter-sidebar label {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 6px;
        cursor: pointer;
        font-size: 16px;
        grid-gap: 7px;
    }

    .filter-sidebar input[type="checkbox"] {
        margin-right: 5px;
        width: 16px;
        height: 16px;
        min-width: 16px;
    }

.job-count {
    color: #666;
    font-size: 0.9em;
    margin-left: 4px;
}

.filter-sidebar .filter-section {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex-basis: auto
}


.pagination-container {
    margin-top: 30px;
    text-align: center;
}

    .pagination-container .btn {
        margin: 0 10px;
    }

    .pagination-container span {
        font-size: 16px;
        font-weight: bold;
    }

.page-link {
    color: #0072bc;
}

    .active > .page-link, .page-link.active {
        background-color: #0072bc;
        border-color: #0072bc;
    }

.pageNavigation {
    margin-top: 3rem;
}

.collapsed-item {
    display: none;
}

/* Smooth slide animation */
.filter-item {
    transition: all 0.3s ease-out;
}

.show-more-btn {
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    color: #0072bc;
}

.jobOpportunityPage .bannerblock > div {
    height: 520px;
    background-position: center center;
}

.colorbar-darkblack {
    color: #000000;
}

.colorbar-darkblack {
    color: #333333;
}

.colorbar-darkgray {
    color: #676767;
}

.colorbar-blue {
    color: #0072BC;
}

.colorbar-white {
    color: #FFFFFF;
}
.text-none {
    text-transform: none; 
}

.text-uppercase {
    text-transform: uppercase; 
}


.text-lowercase {
    text-transform: lowercase; 
}


.text-capitalize {
    text-transform: capitalize;
}

.noCard {
    margin: 5rem 0;
}

@media screen and (max-width: 992px) {

    .joblisting-page .section-job-heading .section-heading{
        font-size:42px;
    }

    .filter-sidebar {
        flex: 0 0 200px;
    }
        .filter-sidebar label{
            font-size:14px;
        }
    .show-more-btn {
        font-size: 15px;
    }
    .filter-sidebar h4 {
        font-size: calc(1.2rem + .3vw);
    }
    .filter-sidebar h5{
        font-size:1rem;
    }
    .open-job-card .noCard{
        margin:3rem 0;
    }
    }

@media screen and (max-width: 767px) {
  
        .filter-sidebar {
            flex: 0 0 250px;
        }
        
        #filterSidebar {
            background: #fff;
            border: 1px solid #e5e5e5;
            padding: 15px;
            margin-bottom: 20px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        }

            
            #filterSidebar.collapse,
            #filterSidebar.collapsing,
            #filterSidebar.show {
                width: 100%;
            }

        
        .filter-sidebar h4 {
            margin-top: 0;
            font-size: 1.1rem;
        }

        .filter-sidebar h5 {
            font-size: 1rem;
            margin-bottom: 0.5rem;
        }

        .filter-item {
            margin-bottom: 8px;
        }

        
        button[data-bs-target="#filterSidebar"] {
            font-weight: 600;
        }
    }

