@charset "utf-8";
/* CSS Document */

body {
    line-height: 1.6;
    margin: 0;
    text-align: left;
    overflow-x: hidden;
    font-size: 1rem;
    padding-top: 80px;
}

/* Bootstrap 3 Compatibility Helpers */
.container-xxl {
    max-width: 1400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }
.d-none { display: none !important; }
.d-block { display: block !important; }
.align-items-center { align-items: center !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }
.flex-grow-1 { flex-grow: 1 !important; }

.ms-auto { margin-left: auto !important; }
.me-auto { margin-right: auto !important; }
.ms-1 { margin-left: 0.25rem !important; }
.ms-2 { margin-left: 0.5rem !important; }
.ms-3 { margin-left: 1rem !important; }
.me-0 { margin-right: 0 !important; }
.me-1 { margin-right: 0.25rem !important; }
.me-2 { margin-right: 0.5rem !important; }
.me-3 { margin-right: 1rem !important; }

.gap-1 { gap: 0.25rem !important; }
.gap-2 { gap: 0.5rem !important; }
.gap-3 { gap: 1rem !important; }
.gap-4 { gap: 1.5rem !important; }

.h-100 { height: 100% !important; }
.w-100 { width: 100% !important; }

.card {
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

/* Navbar BS3 Overrides */
.navbar-default {
    background: linear-gradient(135deg, #b01010 0%, #d52b1e 100%) !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    min-height: 72px;
}

.navbar-default .navbar-brand {
    color: #fff !important;
    height: auto;
    padding: 15px 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-weight: 500;
    opacity: 0.9;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: opacity 0.2s ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    opacity: 1;
    background-color: transparent !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0.15) !important;
    color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: rgba(255, 255, 255, 0.5) !important;
    background-color: transparent !important;
    margin-top: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.dropdown-menu {
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15);
    border: 1px solid #e2e8f0;
    padding: 8px 0;
}

.dropdown-menu > li > a,
.dropdown-menu > a.dropdown-item,
.dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 20px;
    clear: both;
    font-weight: 500;
    color: #1e293b !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: all 0.15s ease;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > a.dropdown-item:hover,
.dropdown-item:hover {
    background-color: #f8fafc !important;
    color: #d52b1e !important;
    text-decoration: none;
}

/* Search Row BS3 */
.search-row-bs3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
}

.search-row-bs3 .search-col {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .search-row-bs3 {
        display: block;
    }
    .search-row-bs3 .search-col {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .navbar-default .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.bg-dark {
    background: linear-gradient(135deg, #b01010 0%, #d52b1e 100%);
}

.navbar-expand-lg .navbar-nav .nav-link,
.nav.navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.theme1-featured-logo {
    width: 100%;
    height: 110px;
    object-fit: contain;
    padding: 10px;
    border-color: #f1f1f1;
    background: #f1f1f1;
    border-radius: 12px;
}

.profile {
    width: 100px;
    object-fit: contain;
    object-position: left;
    border-radius: 3px;
}

.nav-item:nth-child(6) .nav-link {
    border: 2px solid #ffffff;
    border-radius: 12px;
    background: #ffffff !important;
    color: #d52b1e !important;
    font-weight: 700;
}
.nav-item:nth-child(6) .nav-link:hover {
    background: #f7f7f7 !important;
    color: #b01010 !important;
}
/* .navbar-light .navbar-nav .nav-link {
    color: #6B7280!important;
} */

img.featured-logo {
    height: 48px;
    width: 48px;
    object-fit: contain;
    /* border-radius: 50px; */
}


.white-bg {
    background-color: #fff;
    /*padding:50px 0;*/
}

img.img-circle {
    width: 114px;
    height: 114px;
    object-fit: cover;
}

ul.categories {
    list-style-type: none;
}

ul.categories li a {
    line-height: 45px;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 5px;
}

.img-circle-custom {
    border-radius: 50% !important;
    background-color: #fff;
    padding: 5px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}



/* Carousel base class */
.carousel {
    margin-bottom: 5rem;
    z-index: -100000;
    margin-top: -16px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-caption h5 {
    font-size: 32px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 20rem;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
    object-fit: cover;
}

.carousel-caption {
    right: 20%;
    /*left: 20%;*/
    top: 78px;
    /* position: relative; */
    padding-bottom: 30px;
    color: #283a50;
    text-align: left;
}

.carousel-indicators {
    bottom: 150px;
    display: none;
    z-index: 11;
}

.no-border {
    border-color: #fff;
}

.border-left {
    border-left: 1px solid #ccc;
}

.card-title-theme1 {
    color: #111827;
    font-size: 22px !important;
}

.bg-blue-900 {
    background: linear-gradient(135deg, #b01010 0%, #d52b1e 100%) !important;
}

.bg-blue-200-home {
    background-color: #ffffffb3;
    border-radius: 1rem;
    margin-bottom: 1.5rem !important;
}

.fw-900-search {
    font-weight: 800;
    line-height: 86px;
}

.search-padding {
    padding: 0.75rem;
}

.premium-gradient-bg p strong {
    color: #fff;
}

.premium-gradient-bg div a,
.copyright {
    color: #fff !important;
    line-height: 32px;
    opacity: 0.8;
    font-size: 0.9em;
    transition: opacity 0.2s ease;
}

.premium-gradient-bg div a:hover {
    opacity: 1;
    text-decoration: underline !important;
}

.slider-bg-theme {
    background: #fff0f0;
}

.filters-bar {
    background: #fff;
    margin: -29px 0 0 0;
    padding-top: 10px;
    box-shadow: 0 5px 10px -5px #ccc;
}

.active-tab {
    color: #fff !important;
    border: 2px solid #1a73e8;
    border-radius: 5px;
    background: #1a73e8;
}

.active-tab:hover {
    color: #fff !important;
    border: 2px solid #174ea6;
    border-radius: 5px;
    background: #174ea6;
}

h3.job-title-theme1 a {
    font-size: 17px;
    font-weight: 500;
}


.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #23468c;
    background: #23468c;
    border-radius: 50%;
    min-height: 40px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */



/* .btn {
	font-size: .875rem;
} */
/* .border-bottom {
    border-bottom: 1px solid #1967d2!important;
} */

/* Bootstrap 5 */



p {
    font-size: 1rem;
}

ul {
    list-style-type: disc;
    margin-bottom: 20px;
    margin-left: 20px;
}

ul.num {
    list-style-type: decimal;
    margin-bottom: 20px;
    margin-left: 20px;
}

ul li {
    font-size: 1rem;
    font-weight: 500;
}

.main-heading {
    margin-bottom: 12px;
}

.resume-heading {
    margin-bottom: 12px;
    font-size: 1.4rem;
}

a {
    text-decoration: none;
    color: #202124 !important;
    line-height: normal;
}


label {
    font-size: 0.9rem;
    margin: 0;
    color: #000;
}

.form-group {
    margin-bottom: 15px;
}

/* .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    transition: all .2s ease-in-out;
} */
.btn-100 {
    width: 100%;
}

.view-more-link {
    color: #151c28;
    border: 0px;
    background: transparent;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: .75rem;
}

.border-login {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(255, 249, 34), rgba(255, 0, 128), rgba(56, 2, 155, 0));
    border-image-slice: 1;
    display: table;
    margin: 0 auto 15px auto;
    width: 117px;
}

.rounded-12 {
    border-radius: 12px;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    opacity: 0.8;
}

.social-signup {
    text-align: right;
    margin: -25px 0 0 0;
    position: relative;
    font-size: 16px;
}

.label-text {
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}


.input-group-text {
    line-height: 1.9;
    border-radius: 0;
}

.mini-profile-img-dashboard img {
    width: 119px;
    height: 119px;
    object-fit: contain;
    padding: 0;
    box-shadow: 0 0.1rem 0.1rem rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.jobseeker-rate {
    float: right;
    position: absolute;
    top: 20px;
    right: 0px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 20px;
    max-width: 215px;
}

/* Resume Steps */
/* Global CSS, you probably don't need that */

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.pull-right {
    float: right;
}

.step a,
a:active {
    color: #0d172c !important;
    text-decoration: none;
}

.step a:hover {
    color: #999 !important;
}




.resume-name {
    position: relative;
    float: right;
    margin-top: -40px;
}

.card-body-new {
    padding: 0 !important;
}

.mb-12 {
    margin-bottom: 12px;
}

.btn-font {
    font-size: 16px;
}



.mini-profile-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
}

.mini-profile-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px !important;
}

.list-hover:hover {
    background-color: #e6ecf4;
}

a.list-group-item-primary {
    color: #000 !important;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(247 247 247) 0%, rgb(231 231 231) 100%);
    border: 1px solid #e9e9e9;
}

.list-group-item-action {
    width: auto;
}

.danger-bg {
    color: #842029;
    background: #f8d7da;
    border-color: #f5c2c7;
    border-radius: 5px;
    padding: 10px 25px;
}

.required {
    border-left: 2px solid #fb6c23;
}

.form-check2 {
    padding-left: 0.5em;
    padding-right: 1em;
}

.forum-icon-bg {
    border-radius: 3px;
    font-size: 20px !important;
    color: #0c5460;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
}

.video-img {
    width: 400px;

}

img.logo-dashboard {
    width: 130px !important;
    height: 130px !important;
    object-fit: fill;
}

.border-bottom-0 {
    border-bottom: 0px !important;
}

.box_job_type {
    border-radius: 3px;
    width: 16px;
    height: 16px;
    float: left;
    margin: 4px 0 0 0;
}


.text-muted {
    overflow-wrap: anywhere;
    color: #676f7e;
}

.text-muted a {
    color: #686781 !important;
}

.text-muted a:hover {
    color: #0858d0 !important;

}

.form-home {
    border-color: #fff;
    border-radius: 0.75em !important;
    min-height: 56px;
    background-color: #fff;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 46px !important;
}

/* Featured Job Row */

.featured-job-tag {
    background: #e1e5ed;
    border: 1px solid #e1e5ed;
}

.footer {
    margin-top: 32px;
    background-color: #1a0000;
}

.footer-bg {
    background-color: #1a0000;
}

.nav-link:hover {
    color: #fff !important;
    text-decoration: underline;
}

.nav-item .nav-link-custom {
    display: block;
    padding: .7rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #d52b1e !important;
    text-decoration: none;
    background: #ffffff;
    border-radius: .75em;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link-custom {
    margin-left: 15px;
}

/*.footer-logo, .navbar-brand>img {
    filter: brightness(0) invert(1);
}*/


@media only screen and (max-width: 900px) {
    .slider-bg-theme1 {
        padding: 25px 0 20px 0;
    }
}

@media only screen and (max-width: 321px) {
    h1.home-heading {
        font-size: 30px !important;
    }
}




@media screen and (max-width: 479px) {
    .nav-link {
        color: #000 !important;
    }

    .slider-bg-theme {
        max-height: fit-content;
    }
}



@media screen and (max-width: 479px) {
    .m-font-size1 {
        font-size: 22px !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 479px) {
    .mpt-20 {
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 479px) {
    .mmt-0 {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 479px) {
    .mmt-15 {
        margin-top: 15px !important;
    }
}

.mf-size26 {
    font-size: 42px !important;
}

/* --- UI POLISH OVERRIDES FROM text.htm --- */
html {
    scroll-behavior: smooth;
}

.posted {
    color: #112345 !important;
    font-size: 0.875em;
}

.footer {
    margin-top: 0px;
}

/* Premium Card Lifting Effect */
.card-hover {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e2e8f0 !important;
}

.card-hover:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.12) !important;
    border-color: #cbd5e1 !important;
}

/* Refined Headings */
h1,
h2,
h3 {
    letter-spacing: -0.02em;
}

/* Category Icon Animation */
.cardheader svg,
.cardheader img {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-hover:hover .cardheader svg,
.card-hover:hover .cardheader img {
    transform: scale(1.15) rotate(3deg);
}

/* Partner Logos Grayscale Polish */
.mobile-featured-recruiter img {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
    max-width: 120px;
    height: auto;
}

.mobile-featured-recruiter:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* Button Micro-interactions */
.btn-primary-home,
.btn-warning,
.load-more-btn-theme2 {
    transition: all 0.2s ease !important;
}

.btn-primary-home:active,
.btn-warning:active {
    transform: scale(0.96) !important;
}


.alertInput {
    border-radius: 100px !important;
}

.alertButton {
    border-radius: 0.375rem;
    border: 1px solid #F9AB00;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #F9AB00;
}

.btn-warning,
.btn-warning:hover {
    border-radius: 0.75em !important;
    background: #d52b1e !important;
    border-color: #d52b1e !important;
    min-height: 56px;
    width: 170px;
    color: #ffffff !important;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control,
.form-select {
    /* padding-left: 2.375rem; */
}
.cta-container {
  background: linear-gradient(135deg, #8b0000 0%, #d52b1e 100%);
}
.bg-blue-50-home1 {
    background-color: #f6f7f9;
    padding: 6em 0;
}

.bg-blue-50-home2 {
    background-color: #f2f3f6;
    padding: 6em 0;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    pointer-events: none;
    color: #676f7e;
    margin: 19px 0 0 7px;
}

.article_title {
    color: #000 !important;
    font-weight: 600;
    font-size: 1.2rem;
}

.btn-primary-home {
    color: #ffffff !important;
    align-items: center;
    background: linear-gradient(135deg, #d52b1e 0%, #b01010 100%);
    border: 2px solid #d52b1e;
    border-radius: 0.75rem;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    padding: 0 2.5rem;
    font-size: 1.125rem;
    text-rendering: optimizeLegibility;
    transition: background-color 0.2s, box-shadow 0.2s, color 0.2s;
    font-weight: 600;
    min-height: 3.5rem;
    line-height: 1.75rem;
}

.btn-primary-home:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #b01010 0%, #8b0000 100%);
    border: 1px solid #b01010;
    text-decoration: none;
}

.btn-primary-home-sm {
    color: #ffffff !important;
    align-items: center;
    background: linear-gradient(135deg, #d52b1e 0%, #b01010 100%);
    border: 2px solid #d52b1e;
    border-radius: 0.75rem;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    padding: 0 2.5rem;
    font-size: 1.125rem;
    text-rendering: optimizeLegibility;
    transition: background-color 0.2s, box-shadow 0.2s, color 0.2s;
    font-weight: 600;
    min-height: 3rem;
    line-height: 1.75rem;
}

.btn-primary-home-sm:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #b01010 0%, #8b0000 100%);
    border: 1px solid #b01010;
    text-decoration: none;
}

.btn-outline-secondary-home {
    color: #fff !important;
    align-items: center;
    background: linear-gradient(135deg, #333333 0%, #333333 100%);
    border: 2px solid #83888f;
    border-radius: 0.75rem;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    padding: 0 2.5rem;
    font-size: 1.125rem;
    text-rendering: optimizeLegibility;
    transition: background-color 0.2s, box-shadow 0.2s, color 0.2s;
    font-weight: 600;
    min-height: 3.5rem;
    line-height: 1.75rem;
}

.btn-outline-secondary-home:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #6b7583 0%, #6b7583 100%);
    border: 2px solid #83888f;
    text-decoration: none;
}

.btn-outline-success,
.btn-outline-success:hover {
    background: #dbe5f5 !important;
    color: #1f3e75 !important;
    border: 1px solid #1f3e75 !important;
    font-weight: 600;
    border-radius: 5px;
    line-height: 25px;
    min-height: 36px;
}

.text-dark-title {
    color: #151c28 !important;
    font-weight: 600;
}

.job-tags {
    background: #f3f4f6;
    padding: 0.25rem 0.625rem;
    border-radius: .75rem;
}

.job-tags2 {
    background: #f3f4f6;
    padding: 0.25rem 0.625rem;
    border-radius: .75rem;
    color: #151c28 !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #7a8397;
}

.posted.job-tags2 {
    position: relative;
    display: inline-block;
}

/* Hide ONLY the original $ symbol */
.posted.job-tags2::first-letter {
    color: transparent;
}

/* Add new colored $ */
.posted.job-tags2::before {
    content: "$";
    color: #992a07;
    position: absolute;
    left: 7px;
}

.text-secondary {
    color: #d52b1e !important;
}

.home-about-bg {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    padding: 6em 0;
}

.premium-gradient-bg {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #8b0000, #d52b1e, #8b0000);
    background-size: 400% 400%;
    animation: gradientShift 12s ease infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Geometric particles for the CTA section */
.cta-decor {
    position: absolute;
    pointer-events: none;
    opacity: 0.1;
    z-index: 0;
}

.cta-shape-1 {
    top: -10%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    animation: pulseCTA 8s infinite alternate;
}

.cta-shape-2 {
    bottom: -15%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #ffcccc 0%, transparent 70%);
    animation: pulseCTA 10s infinite alternate-reverse;
}

@keyframes pulseCTA {
    0% {
        transform: scale(1) translate(0, 0);
        opacity: 0.05;
    }

    100% {
        transform: scale(1.2) translate(20px, 20px);
        opacity: 0.15;
    }
}

.cta-content-z {
    position: relative;
    z-index: 2;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0.75em !important;
    border-bottom-left-radius: 0.75em !important;
}

.alertInput::placeholder {
    color: #ffffff;
    opacity: 0.8;
    /* important for Firefox */
}

/* Safari / Chrome / Edge */
.alertInput::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 0.8;
}

/* Firefox */
.alertInput::-moz-placeholder {
    color: #ffffff;
    opacity: 0.8;
}

/* Internet Explorer (legacy) */
.alertInput:-ms-input-placeholder {
    color: #ffffff;
    opacity: 0.8;
}

.saved-tags {
    background: rgba(213, 43, 30, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    padding: 4px 12px;
    opacity: 0.85;
    border-width: 2px;
}

.saved-tags:hover {
    color: #fff !important;
    background: rgba(213, 43, 30, 0.4);
    border-color: rgba(255, 255, 255, 0.7);
    padding: 4px 12px;
    opacity: 1;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5em !important;
    color: #FFF;
    opacity: 0.9;
    font-weight: 600;
    padding: 6px 15px;
    font-size: 0.875em;
    max-width: fit-content;
    margin: 0 auto 30px auto;
}

.hero-subtitle {
    font-size: 20px;
    opacity: 0.6;
    max-width: 650px;
    margin: 0 auto;
}

.lastest-jobs {
    margin-bottom: 1.5rem;
}

/* Mobile CSS */
@media screen and (max-width: 479px) {
    .m-none {
        display: none !important;
    }

    .hero-badge {
        margin: 0 auto 15px auto;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .btn-primary-home,
    .btn-outline-secondary-home {
        width: -webkit-fill-available;
    }

    .lastest-jobs:last-child {
        margin-bottom: 0 !important;
    }

    .home-about-bg {
        padding: 4em 0;
    }

    .view-all-link {
        display: none !important;
    }

    .slider-bg-theme {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .bg-blue-50-home1,
    .bg-blue-50-home2 {
        padding: 2em 0;
    }

    .bg-blue-200-home {
        margin-bottom: 1.5rem !important;
    }

    .fw-900-search {
        font-weight: 800;
        line-height: 48px;
        font-size: 36px;
    }

    .mmt-4 {
        margin-top: 1.5rem !important;
    }

    .mmy-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .mmb-4 {
        margin-bottom: 1.5rem !important;
    }

    .btn-outline-secondary {
        width: 100%;
    }

    .mf-size26 {
        font-size: 26px !important;
    }

    .alertInput {
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 15px;
    }

    .alertButton {
        min-width: -webkit-fill-available;
        text-align: center;
        display: block !important;
    }

    .py-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

/* Skeleton Loading Animation */
@keyframes loading-skeleton-pulse {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

#skeleton-loader-theme2 {
    display: none;
    width: 100%;
}

.loading-skeleton-card-theme2 {
    background: #fff;
    border-radius: 16px;
    padding: 1.25rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.loading-skeleton-el-theme2 {
    background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-skeleton-pulse 1.5s ease-in-out infinite;
    border-radius: 6px;
}

.loading-skeleton-avatar-theme2 {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 10px;
    flex-shrink: 0;
}

.loading-skeleton-title-theme2 {
    height: 18px;
    width: 75%;
    margin-bottom: 10px;
}

.loading-skeleton-text-theme2 {
    height: 14px;
    width: 50%;
    margin-bottom: 8px;
}

.loading-skeleton-text-sm-theme2 {
    height: 12px;
    width: 35%;
}

.loading-skeleton-tag-theme2 {
    height: 26px;
    width: 80px;
    border-radius: 12px;
}

.loading-skeleton-btn-theme2 {
    height: 36px;
    width: 100%;
    border-radius: 8px;
    margin-top: 1rem;
}

/* Load More Button Styles */
.load-more-container-theme2 {
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    width: 100%;
}

.load-more-btn-theme2 {
    background: linear-gradient(135deg, #d52b1e 0%, #b01010 100%);
    color: #ffffff;
    border: none;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(213, 43, 30, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.load-more-btn-theme2:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(213, 43, 30, 0.5);
    background: linear-gradient(135deg, #b01010 0%, #8b0000 100%);
}

.load-more-btn-theme2:disabled {
    background: #94a3b8;
    color: #fff;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.load-more-btn-theme2 .spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(21, 28, 40, 0.3);
    border-top-color: #151c28;
    border-radius: 50%;
    animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.no-more-jobs-theme2 {
    color: #64748b;
    font-size: 14px;
    padding: 1rem;
}

/* Grid/List View Toggle Styles */
.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: 8px;
    cursor: pointer;
    transition: all 0.2s;
    margin-left: 8px;
}

.view-toggle-btn:hover {
    background: #f8fafc;
    color: #0f172a;
}

.view-toggle-btn.active {
    background: #f1f5f9;
    color: #0f172a;
    border-color: #cbd5e1;
    box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
}

/* List View Overrides */
#jobs-main-row.list-view-active .job-item {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#jobs-main-row.list-view-active .card-custom {
    display: flex;
    flex-direction: row;
    align-items: center;
}