.category-section {
    text-align: center;
    padding: 3.5rem 3rem 6.8rem 3rem; 
    font-family: DM Sans, sans-serif;
}

.category-section-boost {
    text-align: center;
    padding: 6.875rem 3rem;
    font-family: DM Sans, sans-serif;
}

.section-title {
    font-size: 2rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #000;
}

.categories-container {
    display: flex;
    justify-content: center;
    gap: 2rem; 
    margin-bottom: 1.25rem;
}

.category {
    text-align: center;
    max-width: 18.75rem;
    padding: 1.7rem;
}

.category-link {
    text-decoration: none; 
    color: inherit; 
    display: block; 
}

.category1 {
    text-align: center;
    max-width: 18.75rem;
    padding: 1.7rem;
    transition: background-color 0.5s ease-in-out;
}

.category1:hover {
    background-color: #F2F6FB;
    border-radius: 0.6rem;
    transition: background-color 0.5s ease-in-out;
}

.category1:hover p {
    color: #131313;
    transition: color 0.5s ease-in-out;
}

.category1-header {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 0.625rem; 
    margin-bottom: 0.625rem;
}
.category1-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem; 
    height: 2.5rem; 
    background-color: #CDDBED;
    border-radius: 0.625rem;
}

.category-icon1 img {
    size: 1rem;
}

.category1 h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    color: #131313;
}

.category1 p {
    font-size: 0.9rem;
    color: #7a7a7a;
    line-height: 1.4;
    margin: 0;
    text-align: left;
    margin-top: 1.25rem; 
    transition: color 0.5s ease-in-out;
}

.category1-link h3, 
.category1-link p, 
.category1-link .category1-icon img {
    pointer-events: none; 
}

.category-link h3, 
.category-link p, 
.category-link .category-icon img {
    pointer-events: none; 
}

.category-header {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 0.625rem; 
    margin-bottom: 0.625rem; 
}

.category-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem; 
    height: 2.5rem; 
    background-color: #CDDBED;
    border-radius: 0.625rem; 
}

.category-icon img {
    size: 1rem;
}

.category h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    color: #131313;
}

.category p {
    font-size: 0.9rem;
    color: #7a7a7a;
    line-height: 1.4;
    margin: 0;
    text-align: left;
    margin-top: 1.25rem; 
}

.browse-jobs-container {
    margin-top: 2.5rem; 
}

.horizontal-line {
    max-width: 75rem; 
    height: 0.0625rem; 
    background-color: #E5E5E5;
    margin: 0 auto 3.125rem; 
}

.browse-jobs-link {
    text-decoration: none;
    font-size: 1rem;
    color: #131313;
    transition: color 0.5s ease;
}

.browse-jobs-link:hover {
    color: #00989e;
    transition: color 0.5s ease;
}

@media (max-width: 480px) {
    .categories-container {
        flex-direction: column;
        gap: 1.5rem; 
    }

    .category {
        padding: 0;
    }

    .category1 {
        padding: 0;
        transition: none;
    }

    .category1 p {
        margin-top: 0rem;
        margin-left: 3.2rem;
        margin-top: -0.7rem;
        width: 19rem;
    }

    .horizontal-line {
        margin: 0 auto 2.125rem;
    }

    .section-title {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
    }

    .category p {
        margin-top: 0rem;
        margin-left: 3.2rem;
        margin-top: -0.7rem;
        width: 19rem;
    }

    .category-header {
        margin-bottom: 0;
        align-items: flex-start;
    }

    .category-section {
        padding: 2.5rem 1.5rem 5.625rem 1.5rem;
    }

    .category-section-boost {
        padding: 5.625rem 1.5rem;
    }

    .category1:hover {
        background-color: unset;
        border-radius: unset;
        transition: none;
    }

    .category1:hover p {
        color: #7a7a7a;
        transition: none;
    }
}
