@charset "utf-8";
/* CSS Document */

body {
    overflow-x: hidden;
}

a:hover {
    color: #DF9504 !important;
}

.btn-full {
    width: 100%;
}

.header-bg {
    height: 80px;
    background: #15803d;
}

.bgblue {
    padding: 20px 0;
}

.nav-item {
    font-size: 18px;
}

.bg-transparent {
    background: transparent !important;
    border-bottom: 0px !important;
}

.bg-darks {
    background: #0db975 !important;
    border-bottom: 0px !important;
}

.theme10-mini-profile-img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.theme10-carousel {
    height: 300px !important;
    background: #017537;
}

.theme10-form-control {
    border-radius: 5px;
    height: 44px;
    padding-left: 25px;
}

.theme10-btn {
    border-radius: 0px;
}

.carousel-caption h2,
.carousel-caption p {

    display: table;
    margin: 0 0 5px 0;
}

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 4rem;
    left: 13rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 17rem;
}

.theme10-featured-logo {
    width: 100%;
    height: 75px;
    object-fit: contain;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: capitalize;
    font-size: 16px;
    padding: 14px 25px;
}

.navbar-light .navbar-nav .nav-link:hover {
    text-transform: capitalize;
    font-size: 16px;
}

.nav-link {
    color: #fff !important;
}

.home-banner-theme10 {
    margin: -27px 0 0 0;
    padding: 8rem 0;
    background: linear-gradient(135deg, #16a34a, #15803d, #16a34a);
    background-size: 400% 400%;
    animation: gradientShiftTheme3 12s ease infinite;
    position: relative;
    overflow: hidden;
}

@keyframes gradientShiftTheme3 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.theme10-apply-btn a {
    margin: 9px -20px 0 0;
    border-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 5px 25px;
}

.theme10_internalClass {
    border-bottom: 1px solid #ddd !important;
}

.theme10-main-title {
    font-size: 56px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.theme10-sub-title {
    color: #d1f5ee;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 50px;
}

.lastchild-no-margin:last-child {
    margin-bottom: 0 !important;
}

.collast:nth-child(9) {
    display: none !important;
}

.theme10-btn-danger,
.theme10-btn-danger:hover {
    background: #16a286;
    color: #fff !important;
    transition-duration: .3s;
    border-radius: 7px;
    font-weight: 500;
}

.search-form {
    background-color: #FFF;
    border-radius: 7px;
    border: 0;
    padding: 12px;
    text-align: left;
    position: relative;
    z-index: 2;
}

.theme10-btn-purple,
.theme10-btn-purple:hover {
    background: #232323;
    border-color: #232323;
    padding: 7px 15px;
    color: #fff !important;
    transition-duration: .3s;
    border-width: 2px;
    border-radius: 7px;
}

.theme10-btn-orange {
    background: #fff;
    border-color: #f48908;
    padding: 7px 15px;
    color: #f48908 !important;
    transition-duration: .3s;
    border-width: 2px;
    display: none;
}

.theme10-btn-orange:hover {
    background: #f48908;
    border-color: #f48908;
    padding: 7px 15px;
    color: #fff !important;
    transition-duration: .3s;
    border-width: 2px;
}

.search-pic {
    height: 250px;
}

.footer-container a {
    color: #fff !important;
    text-decoration: none;
    line-height: 32px;
}

.footer-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.HowJobBoardWorks {
    padding: 150px 0;
    background: linear-gradient(135deg, #006045 0%, rgba(0, 85, 120, 0.85) 100%), url(../images/bg3.jpg) no-repeat center center;
}

.BrowseHundredsJobs {
    padding: 150px 0;
    background: linear-gradient(135deg, #006045 0%, rgba(0, 85, 120, 0.85) 100%), url(../images/bg2.jpg) no-repeat center center;
}


.theme10-bg-gray {
    padding: 60px 0 30px 0;
    background: linear-gradient(135deg, #16a34a, #15803d) !important;
    width: 100% !important;
    display: block !important;
}


.theme10-bg-gray2 a {
    color: #fff !important;
}

.theme10-border-top {
    border-top: 1px solid #eee !important;
}

.theme10-form-control {
    border: 0px solid #fff;
    border-radius: 3px !important;
    background: #f2f7f7;
}

.bg-grays {
    background: linear-gradient(135deg, #16a34a, #15803d, #16a34a);
    background-size: 400% 400%;
    animation: gradientShiftTheme3 12s ease infinite;
    border-radius: 20px;
    padding: 60px 30px;
    box-shadow: 0 10px 30px rgba(22, 163, 74, 0.2);
}

.theme1-featured-logo {
    width: 100%;
    height: 78px;
    object-fit: contain;
    padding: 5px;
    margin-bottom: 13px;
}

.theme10_internalClass {
    background: #2d2d2b !important;
}

/* .btn-primary {
    background:#B43745!important;
    border: 2px solid #B43745!important;
    color: #fff!important;
    border-radius: 50px;
    font-weight: 600;
	transition-duration: .3s;
}
.btn-primary:hover {
    background:#f48908!important;
    border: 2px solid #f48908!important;
    color: #fff!important;
    border-radius: 50px;
    font-weight: 600;
	transition-duration: .3s;
}

.btn-outline-secondary {
    color: #404040!important;
    border: 2px solid #ddd;
    border-radius: 50px!important;
    padding: 7px 20px;
	transition-duration: .3s;
}
.btn-outline-secondary:hover {
	color: #404040!important;
    border:2px solid #ddd;
    border-radius: 50px!important;
    padding: 7px 20px;
	background:#eee;
	transition-duration: .3s;
}
 */

/* Featured Job Row */


.featured-job-tag {
    background: #fdf3e0;
    border: 1px solid #ebdec6;
}



@media only screen and (max-width: 900px) {
    .home-banner-theme10 {
        padding: 24px 0;
        padding: 24px 10px;
    }
}


@media only screen and (max-width: 900px) {
    .theme10-main-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 900px) {
    .theme10-sub-title {
        font-size: 17px;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 0rem !important;
    }
}

@media screen and (max-width: 479px) {
    .nav-link {
        color: #000 !important;
    }
}

/* --- UI POLISH OVERRIDES FROM text.htm --- */
html,
body {
    background-color: #fff !important;
    overflow-x: hidden !important;
}

.job_search_title3 {
    font-weight: 600;
    font-size: 1.2rem;
}

.badge2 {
    font-size: 0.75rem;
    padding: 5px 5px 2px 5px;
    color: #fff;
    background: #8b0000;
    right: 0;
    top: 0;
    border-radius: 0 0 0px 10px;
    line-height: 18px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #8b0000 !important;
    border-radius: 100px;
    background: var(--N400, #fff);
    border: 1px solid var(--N800, #8b0000);
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
}

.nav-tabs .nav-link {
    color: #474D6A !important;
    background: var(--N100, #fff);
    border: 1px solid var(--N500, #979EC2);
    border-radius: 100px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding: 6px 12px;
    margin-right: 14px;
    margin-bottom: 14px;
    display: inline-block;
    cursor: pointer;
}

.theme10-btn-purple,
.theme10-btn-purple:hover {
    background: #232323;
    border-color: #232323;
    padding: 7px 15px;
    color: #fff !important;
    transition-duration: .3s;
    border-width: 2px;
    border-radius: 7px;
}

.theme10-btn-purple2,
.theme10-btn-purple2:hover {
    background: #DF9504;
    border-color: #DF9504;
    padding: 7px 15px;

    transition-duration: .3s;
    border-width: 2px;
    border-radius: 7px;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control,
.form-select {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    pointer-events: none;
    color: #aaa;
    margin: 14px 0 0 0;
}

/* Mobile CSS */
@media screen and (max-width: 479px) {
    .theme10-sub-title {
        margin-bottom: 25px;
    }

    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .m-dblock {
        display: block !important;
    }

    .m-none {
        display: none !important;
    }

    .mml-0 {
        margin-left: 0px !important;
    }

    .mmt-4 {
        margin-top: 1.5rem !important;
    }

    .mmb-3 {
        margin-bottom: 1rem !important;
    }

    .gx-5 {
        --bs-gutter-x: 0;
    }

    .navbar-collapse {
        background: #fff;
    }

    .ooter-logo {
        width: 128px;
        object-fit: contain;
    }
}

.bg-lights {
    padding: 150px 0 !important;
    background-color: oklch(97.9% 0.021 166.113) !important;
}

.footer-container {
    margin-top: 0px !important;
}

.card-deck .py-1 a,
.card-deck .py-1 {
    color: #16a286 !important;
}

.theme1-featured-logo {
    background: #f2f7f7;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 0px;
}

.theme10-mini-profile-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    background: #f2f7f7;
    padding: 5px;
}

.row>.collast:last-child {
    display: none;
}

.form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 6l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px 12px;
    padding-right: 40px;
    /* space for arrow */
}

/* Skeleton Loading Animation */
@keyframes skeleton-pulse {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.skeleton-card {
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #e2e8f0;
}

.skeleton-element {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
    border-radius: 6px;
}

.skeleton-avatar {
    width: 60px;
    height: 60px;
    border-radius: 8px;
}

.skeleton-title {
    height: 20px;
    width: 60%;
    margin-bottom: 8px;
}

.skeleton-text {
    height: 14px;
    width: 40%;
    margin-bottom: 6px;
}

.skeleton-text-short {
    height: 14px;
    width: 25%;
}

.skeleton-button {
    height: 32px;
    width: 70px;
    border-radius: 6px;
}

/* Load More Button Styles */
.load-more-container {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.load-more-btn {
    background: linear-gradient(135deg, #16a286 0%, #0d8b6f 100%);
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(22, 162, 134, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.load-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(22, 162, 134, 0.4);
}

.load-more-btn:disabled {
    background: #94a3b8;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.load-more-btn .spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.no-more-jobs {
    color: #64748b;
    font-size: 14px;
    padding: 1rem;
}

/* Theme 3 Grid/List Toggle */
.view-control-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.view-toggle-btn {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
}

.view-toggle-btn:hover {
    background: #f8fafc;
    color: #8b0000;
    border-color: #8b0000;
}

.view-toggle-btn.active {
    background: #8b0000;
    color: #fff;
    border-color: #8b0000;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

/* Grid View Styles */
#jobs-container-theme3.grid-view-active .job-item {
    width: 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
}

/* Responsive Grid */
@media(max-width: 991px) {
    #jobs-container-theme3.grid-view-active .job-item {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 768px) {
    #jobs-container-theme3.grid-view-active .job-item {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Grid View Internal Card Adjustments */
#jobs-container-theme3.grid-view-active .card-body .d-flex.m-dblock {
    display: block !important;
    text-align: center;
}

#jobs-container-theme3.grid-view-active .flex-shrink-0 {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

#jobs-container-theme3.grid-view-active .flex-grow-1.ms-3 {
    margin-left: 0 !important;
    margin-bottom: 1rem;
}

#jobs-container-theme3.grid-view-active .d-initial {
    justify-content: center;
    flex-wrap: wrap;
}

#jobs-container-theme3.grid-view-active .d-flex.ms-auto.text-end {
    margin-left: 0 !important;
    text-align: center !important;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

#jobs-container-theme3.grid-view-active .posted.me-3 {
    margin-right: 0 !important;
    margin-bottom: 5px;
}

/* Ensure List view (Default) behaves correctly in the new Row wrapper */
.job-item {
    width: 100%;
    flex: 0 0 100%;
}

/* Featured Employers Marquee */
.featured-marquee-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.featured-marquee-wrapper::before,
.featured-marquee-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 2;
    pointer-events: none;
}

.featured-marquee-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
}

.featured-marquee-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
}

.featured-marquee-track {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: max-content;
    animation: marquee-scroll 60s linear infinite;
}

.featured-marquee-track:hover {
    animation-play-state: paused;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.featured-marquee-item {
    flex-shrink: 0;
    padding: 0 1rem;
}

/* Slower speed for mobile */
@media (max-width: 768px) {
    .featured-marquee-track {
        animation-duration: 40s;
        gap: 1.5rem;
    }

    .featured-marquee-wrapper::before,
    .featured-marquee-wrapper::after {
        width: 30px;
    }
}

/* Beautiful Tabs System */
.job-tabs-container {
    /* max-width: 900px; */
    margin: 0 auto;
}

.job-tabs-header {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 2rem;
    /* background: #fff; */
    padding: 8px;
    border-radius: 50px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

.job-tab-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border: none;
    background: transparent;
    color: #64748b;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.job-tab-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #16a286 0%, #0d8b6f 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50px;
    z-index: 0;
}

.job-tab-btn span,
.job-tab-btn svg {
    position: relative;
    z-index: 1;
}

.job-tab-btn:hover {
    color: #16a286;
    background: rgba(22, 162, 134, 0.08);
}

.job-tab-btn.active {
    color: #fff;
    box-shadow: 0 4px 15px rgba(22, 162, 134, 0.4);
}

.job-tab-btn.active::before {
    opacity: 1;
}

.job-tab-btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.job-tab-btn:hover svg {
    transform: scale(1.1);
}

.job-tab-content {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    padding: 2rem;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}

.job-tab-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #16a286 0%, #0d8b6f 50%, #16a286 100%);
}

.job-tab-pane {
    display: none;
    animation: fadeInTab 0.4s ease;
}

.job-tab-pane.active {
    display: block;
}

@keyframes fadeInTab {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.job-tab-pane h5 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f1f5f9;
}

.job-tab-pane .tab-items-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

/* Reset any form elements inside the grid */
.job-tab-pane .tab-items-grid form {
    display: contents;
}

/* Wrapper for each tab grid item (to contain link + count) */
.job-tab-pane .tab-items-grid>div,
.job-tab-pane .tab-items-grid>span,
.job-tab-pane .tab-items-grid>a,
.job-tab-pane .tab-items-grid .py-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 14px 16px !important;
    background: #f8fafc;
    border-radius: 10px;
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    transition: all 0.25s ease;
    border: 1px solid #e2e8f0;
    min-height: 52px;
    cursor: pointer;
}

.job-tab-pane .tab-items-grid>div:hover,
.job-tab-pane .tab-items-grid>span:hover,
.job-tab-pane .tab-items-grid>a:hover,
.job-tab-pane .tab-items-grid .py-1:hover {
    background: #fff;
    border-color: #16a286;
    color: #16a286;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(22, 162, 134, 0.18);
}

.job-tab-pane .tab-items-grid>div a,
.job-tab-pane .tab-items-grid>span a,
.job-tab-pane .tab-items-grid .py-1 a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.job-tab-pane .tab-item-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    background: #f8fafc;
    border-radius: 10px;
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    transition: all 0.25s ease;
    border: 1px solid #e2e8f0;
    min-height: 52px;
}

.job-tab-pane .tab-item-link:hover {
    background: #fff;
    border-color: #16a286;
    color: #16a286;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(22, 162, 134, 0.18);
}

/* Hide zero count locations */
.job-tab-pane .tab-item-link.zero-count {
    display: none !important;
}

/* Mobile Responsive Tabs */
@media (max-width: 991px) {
    .job-tab-pane .tab-items-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .job-tabs-header {
        flex-direction: column;
        border-radius: 20px;
        gap: 4px;
    }

    .job-tab-btn {
        justify-content: center;
        padding: 12px 20px;
    }

    .job-tab-content {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .job-tab-pane .tab-items-grid {
        grid-template-columns: 1fr;
    }
}