/*
.header {
    background-color: #007bff;
    color: white;
    padding: 20px;
    text-align: center;
}

.job-listing {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin: 15px 0;
    padding: 15px;
    background-color: white;
    transition: box-shadow 0.3s;
}

.job-listing:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.job-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.job-description {
    margin-top: 10px;
    font-size: 1rem;
}

.btn-apply {
    background-color: #28a745;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

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

.footer {
    background-color: #343a40;
    color: white;
    text-align: center;
    padding: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
} */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body {
    overflow-x: hidden;
}

.custom-logo {
    height: 28px;
    width: auto;
    object-fit: contain;
    object-position: left;
}

.menu-item a {
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    color: #3d3f40;
}

.wp-block-list {
    margin: 15px 0 20px 21px;
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.625;
    font-weight: 400;
}

.card-item {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
    color: #1f2937;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-left: 4px solid #cae9f3;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.card-item:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);
    /* shadow-lg */
    border-left: 4px solid #0D99FF;
    /* hover:border-l-primary (e.g., blue-600) */
}

.rounded-xl {
    border-radius: 20px;
}

.active-nav {
    background-color: #0D99FF;
    border-radius: 5px;
    padding: 7px 5px;
}

.active-nav a {
    color: #fff;
}

.active-subnav {
    background-color: #fff;
    border-radius: 5px;
    padding: 7px 5px;
    border: 2px solid #0D99FF;
}
.active-subnav a {
    color: #0D99FF;
}
.footer-bg {
    background: #eceeef;
}
.footer-bg p {
    color: #375266;
}
.footer-social {
    color: #000;
    text-decoration: none;
    border: 1px solid;
    border-radius: 5px;
    padding: 2px 8px;
    display: inline-table;
    text-align: center;
}
.footer-social:hover {
    background-color: #0D99FF;
    color: #FFF;
}

    