.job-wrapper {
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.jobs-list {
    list-style-type: none;
    padding: 0;
}

.job-item {
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/*.job-item:hover {
    transform: scale(1.01);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}*/

.job-item > div > span {
    font-weight: bold;
}

.job-designation {
    font-size: 1.3em;
    color: rgb(195, 155, 70);
}

.job-description, .skills, .meta-title, .meta-description, .meta-keywords {
    font-size: 0.95em;
    margin-bottom: 10px;
}

.job-category-id {
    font-size: 0.9em;
    color: #777;
    font-style: italic;
}

.apply-btn {
    display: inline-block;
    background-color: #e8aa61;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    border: none;
    margin-top: 10px;
}

.apply-btn:hover {
    background-color: #f1b66a;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.4);
}

/*.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}*/

.close {
    display: none;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

body {
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #f0f0f0;
    line-height: 1.6;
}

.job-wrapper {
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.jobs-list {
    list-style-type: none;
    padding: 0;
}

.job-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
/*    display: grid;*/
/*    grid-template-columns: auto 1fr;*/
    gap: 10px;
}

.job-item > div {
    margin-bottom: 10px;
}

.job-item > div > span {
    font-weight: bold;
    text-transform: uppercase;
}

.job-designation {
    font-size: 1.5em;
    color: rgb(195, 155, 70);
}

.job-description, .skills, .meta-title, .meta-description, .meta-keywords {
    font-size: 1em;
}

body {
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #f0f0f0;
    line-height: 1.6;
}

.job-wrapper {
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.jobs-list {
    list-style-type: none;
    padding: 0;
}

.job-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
/*    display: grid;*/
/*    grid-template-columns: auto 1fr;*/
    gap: 10px;
}

.job-item > div {
    margin-bottom: 10px;
}

.job-item > div > span {
    font-weight: bold;
    text-transform: uppercase;
}

.job-designation {
    font-size: 1.5em;
    color: rgb(195, 155, 70);
}

.job-description, .skills, .meta-title, .meta-description, .meta-keywords {
    font-size: 1em;
}

.job-category-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* Here is the change */
}
.job-category-item {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: calc(33% - 30px); 
    box-sizing: border-box; 
}
.job-category-title {
    font-size: 20px;
    font-weight: bold;
}
.job-category-jobs {
    font-size: 16px;
}
.job-category-description {
    font-size: 14px;
    margin-top: 10px;
}
.view-jobs {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}
.view-jobs:visited, 
.view-jobs a:visited {
    color: white;
}