﻿@media (max-width:768px) {
    .header {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .logo {
        display: flex !important;
        gap: 10px !important;
        align-items: flex-start !important;
    }

        .logo img {
            width: 50px !important;
        }

        .logo span {
            font-size: 16px !important;
            line-height: 1.4 !important;
        }

    .home {
        align-self: flex-end !important;
        margin-top: 5px !important;
    }
}

@media (max-width:768px) {
    .job-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        /*   margin-top: 189px !important;*/
        margin-top: 189px !important;
    }

    .actions {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .social {
        display: flex !important;
        gap: 12px !important;
    }

    .apply-btn {
        padding: 10px 16px !important;
        font-size: 14px !important;
    }
}

.job-description {
    word-break: break-word !important;
    line-height: 1.7 !important;
    font-size: 14px !important;
}

@media (max-width:768px) {


    .job-image {
        margin-bottom: 20px !important;
    }
}

@media (max-width:768px) {
    .apply-section .social {
        display: flex !important;
        justify-content: center !important;
        gap: 12px !important;
        flex-wrap: wrap !important;
    }

    .apply-btn.large {
        width: 100% !important;
        margin-top: 15px !important;
    }
}

@media (max-width:768px) {


    .job-image {
        order: 1 !important;
    }

    .job-description {
        order: 2 !important;
    }

    .job-image img {
        width: 100% !important;
        height: auto !important;
    }

}
@media screen and (max-width:768px) {

    .job-content {
        display: block !important;
        padding: 10px !important;
    }

    .job-image {
        display: none !important;
    }

    .job-description {
        width: 100% !important;
    }
}
@media (max-width:768px) {

    .job-image {
        display: none !important;
    }
}
.job-grid1 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

/* Desktop */
.job-card1 {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 25px !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
    width: 32% !important;
}

/* Tablet */
@media (max-width: 992px) {
    .job-card1 {
        width: 48% !important;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .job-card1 {
        width: 100% !important;
        padding: 18px !important;
    }

    .job-header1 {
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .job-title1 {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    .job-info {
        font-size: 14px !important;
    }

    .apply-btn1 {
        width: 100% !important;
        text-align: center;
        margin-top: 10px;
    }
}
/* ---------- TABLET ---------- */

@media (max-width:992px) {
    .job-card {
        width: 48%;
    }
}

/* ---------- MOBILE ---------- */

@media (max-width:768px) {
    .filter-row {
        flex-direction: column !important;
    }

        .filter-row select,
        .filter-row input,
        .filter-row button {
            width: 100% !important;
        }

    .job-card {
        width: 100% !important;
    }
}
/* JOB CARD GRID */
.job-grid1 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

/* DESKTOP */
.job-card1 {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 20px !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
    width: 32% !important;
}

/* HEADER */
.job-header1 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 0 !important; /* space remove */
}

/* TABLET */
@media (max-width:992px) {

    .job-card1 {
        width: 48% !important;
    }
}

/* MOBILE */
@media (max-width:768px) {

    .job-card1 {
        width: 100% !important;
        padding: 18px !important;
    }

    .job-header1 {
        margin-top: 0 !important; /* extra space remove */
    }

    .job-title1 {
        font-size: 16px !important;
    }

    .apply-btn1 {
        width: 100% !important;
        text-align: center !important;
    }
}
@media (max-width:768px) {
    job-header13 {
        flex-direction: column !important;
        align-items: flex-start !important;
        /*   margin-top: 189px !important;*/
        margin-top: 0px !important;
    }
}
/* Desktop */
/* Desktop */
.filter-container {
    margin-top: 85px !important;
}

/* Mobile */
@media (max-width:768px) {
    .filter-container {
        margin-top: 219px !important;
    }
}