@charset "utf-8";
/* CSS Document */

body {
    line-height: 1.6;
    margin: 0;
    text-align: left;
    overflow-x: hidden;
    font-size: 1rem;
}

:root {
    --primary: #4c1d95;
    --secondary: #3a0ca3;
    --accent: #7209b7;
    --shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    --radius: 12px;
    --theme1-gradient: linear-gradient(135deg, #4c1d95, #6d28d9, #4c1d95);
}

@keyframes gradientShiftTheme1 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes floatTheme1 {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(30px, 30px);
    }
}

.navbar-theme1 {
    background: #4c1d95;
    transition: all 0.4s ease;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.navbar-theme1 .nav-link {
    opacity: 0.9;
    font-weight: 500;
    transition: all 0.3s ease;
}



.navbar-theme1.scrolled {
    background: rgba(76, 29, 149, 0.95);
    backdrop-filter: blur(10px);
}

.bg-dark {
    height: 80px;
    border-bottom: 0px solid #e8eaed;
    border-radius: var(--radius);
    background: linear-gradient(120deg, var(--primary), var(--secondary));
}

.fixed-top {
    margin: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    font-weight: 500;
}

.theme1-featured-logo {
    width: 100%;
    height: 78px;
    object-fit: contain;
    padding: 7px;
}

.profile {
    width: 100px;
    object-fit: contain;
    object-position: left;
    border-radius: 3px;
}


/* .navbar-light .navbar-nav .nav-link {
    color: #6B7280!important;
} */



.white-bg {
    background-color: #fff;
    /*padding:50px 0;*/
}

img.img-circle {
    width: 114px;
    height: 114px;
}

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);
}

h1.home-heading {
    font-size: 56px !important;
    /* font-weight: 600; */
    line-height: 1.3em;
    color: #fff;
}

.home-sub-heading {
    margin-bottom: 2rem !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.5em;
    color: #bfadf5;
}

.home-info {
    font-size: 42px !important;
    /* margin-bottom:15px!important; */
}

.home-info-bg {
    padding: 3rem;
}

/* 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: 18px !important;
}

.dark-bg-theme1 {
    background: #f4f5ff !important;
}

.dark-bg-theme1 p strong {
    color: #fff;
}

.dark-bg-theme1 div a,
.copyright {
    color: #212529 !important;

}

.slider-bg-theme1 {
    margin-top: -95px;
    padding: 150px 50px 100px 50px;
    background-position: center center;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.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
-------------------------------------------------- */

ul {
    list-style-type: disc;
    margin-bottom: 20px;
    margin-left: 20px;
}

ul.num {
    list-style-type: decimal;
    margin-bottom: 20px;
    margin-left: 20px;
}

.main-heading {
    margin-bottom: 12px;
}

.resume-heading {
    margin-bottom: 12px;
    font-size: 1.4rem;
}

a {
    text-decoration: none;
    color: #202124 !important;
    line-height: normal;
}

.max-width {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

label {
    margin: 0;
}

.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: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    transition: all .2s ease-in-out;
} */
.btn-100 {
    width: 100%;
}


.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;
}

a.nav-link:hover {
    color: #7f58f5 !important;
}

.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;
}


.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.0.875rem 0.0.875rem 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;
}

.card-home {
    border: transparent;
    box-sizing: border-box;
    background: #cabeef;
    border-radius: 10px;
}

.card-home-job {
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-home-job:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #6366f133;
}

/* .card-widget {
    background: #fff;
    box-shadow: 0 0.0.875rem 0.0.875rem rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0.7em 0.875rem;
}
.card-jobseeker {
    border: 1px solid #e8e8e8;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}


/* 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;
}

.category-bg {
    background: #FFFFFF;
    border: 1px solid #E7E7F1;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
    transition: all 0.3s ease;
}

.category-bg:hover {
    background: #fdfcff;
    border-color: #6366f1;
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.1);
}

.text-muted {
    overflow-wrap: anywhere;
    color: #212529 !important;
}

.text-muted a {
    color: #686781 !important;
}

.text-muted a:hover {
    color: #0858d0 !important;

}

/* .bg-blue-home {
    background: #F5F7FB;
    padding: 60px 0px;
} */
.form-home {
    border-color: #fff;
    border-radius: 100px !important;
    min-height: 43px;
}

/* Featured Job Row */

.featured-job-tag {
    background: #e8e3f7;
    border: 1px solid #e8e3f7;
}

.footer {
    margin-top: 32px;
}


.advance-link:hover,
.nav-link:hover {
    color: #000 !important;
    text-decoration: underline;
}

.nav-item .nav-link-custom {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #fff !important;
    text-decoration: none;
    background: #f94e2e;
    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;
    padding: 8px 16px !important;
    border-radius: 100px;
    border: 2px solid #f94e2e !important;
}

/*.footer-logo, .navbar-brand>img {
    filter: brightness(0) invert(1);
}*/


@media only screen and (max-width: 900px) {
    .slider-bg-theme1 {
        padding: 90px 0 30px 0;
    }
}

@media only screen and (max-width: 426px) {
    h1.home-heading {
        font-size: 30px !important;
        line-height: normal;
        width: 90%;
        margin: 0 auto 20px auto;
    }

    .home-sub-heading {
        font-size: 18px;
        width: 85%;
        margin: 0 auto 1.3rem auto !important;
    }

    .card-home {
        border: transparent;
        border-radius: 7px;
        padding: 4px 0px;
    }

    .m-w-100 {
        width: 100% !important;
    }

    .m-text-center {
        text-align: center !important;
    }

    .m-dblock {
        display: block !important;
    }

    .mmt-10 {
        margin-top: 10px;
    }

    .home-info {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .home-info-para {
        font-size: 18px;
    }

    .home-info-bg {
        padding: 2rem !important;
    }

    .mp-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .mmb-10 {
        margin-bottom: 10px !important;
    }

    .mmr-0 {
        margin-right: 0px !important;
    }

    .job-tags {
        padding-right: 0;
        margin-right: 1rem;
        margin-left: 0;
    }

    .navbar-collapse {
        background: #fff;
        padding: 21px 0;
    }
}

@media screen and (max-width: 479px) {
    .nav-link {
        color: #000 !important;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 0rem;
    }

    .max-width {
        max-width: 100% !important;
    }
}



@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;
    }

    .advance-link:hover,
    .nav-link:hover {
        color: #000 !important;
    }
}

.mf-size26 {
    font-size: 26px !important;
}

.nav-item:nth-child(5) .nav-link {
    border: 2px solid #7f58f5;
    border-radius: 12px;
}

.fw-bold {
    font-weight: 600 !important;
}

/* --- UI POLISH OVERRIDES FROM text.htm --- */
.badge2 {
    background: #F5F7FB;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #121224 !important;
    border-radius: 12px;
    background: var(--N400, #E7E7F1);
    border: 1px solid var(--N800, #121224);
    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: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding: 6px 12px;
    margin-right: 14px;
    margin-bottom: 14px;
    display: inline-block;
    cursor: pointer;
}

.list-group-item:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.list-group {
    --bs-border-width: 1px;
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-item-padding-x: 1.2rem;
    --bs-list-group-item-padding-y: 1rem;
}

.upload-button,
.upload-button:hover {
    font-weight: 600;
    border-radius: 7px 7px 7px 7px;
    padding: 13px 22px;
    color: #fff !important;
    background: #7f58f5;
}

.form-check .form-check-input {
    border: 1px solid #ccc;
}

.x-hover:hover {
    cursor: pointer;
}

.form-control,
.form-select {
    border: 1px solid #9da7b2;
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    color: #525252dd;
    font-weight: 600;
    border-radius: 7px !important;
}

.list {
    gap: 10px;
}

.list-grid-icon {
    border: 1px solid #E7E7F1;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    font-size: 18px;
    padding: 2px;
    color: #797987;
}

.form-select-filter {
    min-height: 30px;
    color: #6c757d;
    border-radius: 6px;
}

.aboutBG {
    background: var(--theme1-gradient);
    background-size: 400% 400%;
    animation: gradientShiftTheme1 12s ease infinite;
    border-radius: 20px;
    padding: 40px 48px;
    color: #fff;
}

.alertBG {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
    border-radius: 12px;
    position: relative;
    z-index: 99;
}

.alertBGTitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
}

.alertInput {
    border: 1px solid #e2e8f0;
    border-radius: 8px !important;
    min-width: 300px !important;
}

.alertButton {
    border: none;
    border-radius: 8px !important;
    background: #4c1d95;
    font-weight: 600;
    transition: all 0.2s ease;
}

.alertButton:hover {
    background: #3a0ca3;
    transform: translateY(-1px);
}

.footer {
    margin-top: 75px;
}

.advancelink,
.advancelink:hover {
    color: #fff !important;
    opacity: 0.8;
}

.advancelink:hover {
    opacity: 1;
    color: #f4c025 !important;
}

/* 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: 11px 0 0 0;
}

/* All New CSS */

.list-view-button,
.grid-view-button {
    border: 1px solid white;
    padding: 5px;
    cursor: pointer;
    border-radius: 12px;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 25px;
    font-size: 22px;
}

.list-view-button:hover,
.grid-view-button:hover {
    background: white;
    color: #0e2439;
}

.list-view-button {
    margin-right: 10px;
}

.list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.list.list-view-filter {
    flex-direction: column;
}

.list.list-view-filter .card {
    width: 98%;
}

.list.grid-view-filter .card {
    width: calc(50% - 10px);
}

.list.grid-view-filter .card .flex-shrink-0 {
    display: none;
}

.list.grid-view-filter .card .grid-break {
    display: block !important;
}

.list.grid-view-filter .card .grid-gap {
    margin-top: 5px;
}

.hidden-category {
    display: none;
}

/* Job Listing Container */
.job-listing-container {
    height: 1076px;
    overflow-y: auto;
    position: relative;
    margin-bottom: 1.5rem;
    scrollbar-width: thin;
}

/* Loading spinner */
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.bi-arrow-clockwise {
    animation: spinner 1s linear infinite;
    display: inline-block;
}

/* Skeleton Loading Animation */
@keyframes loading-skeleton-pulse {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

#skeleton-loader {
    margin-top: 1rem;
}

.loading-skeleton-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 0.75rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.loading-skeleton-el {
    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: 4px;
}

.loading-skeleton-avatar {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 8px;
    flex-shrink: 0;
}

.loading-skeleton-title {
    height: 18px;
    width: 200px;
    max-width: 60%;
    margin-bottom: 10px;
}

.loading-skeleton-text {
    height: 14px;
    width: 120px;
    max-width: 35%;
    margin-bottom: 8px;
}

.loading-skeleton-text-sm {
    height: 12px;
    width: 80px;
    max-width: 25%;
}

.loading-skeleton-btn {
    height: 32px;
    width: 65px;
    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, #632db4 0%, #4c1d95 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(68, 64, 218, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.load-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(68, 64, 218, 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: spinner 0.8s linear infinite;
}

.no-more-jobs {
    color: #64748b;
    font-size: 14px;
    padding: 1rem;
}

/* Mobile CSS */
@media screen and (max-width: 479px) {
    .search-bar {
        width: 90%;
        margin: 0 auto;
    }

    .m-none {
        display: none !important;
    }

    .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;
    }

    .job-listing-container {
        height: 500px;
    }

    .aboutBG {
        padding: 0px;
    }

    .home-info {
        margin-bottom: 10px !important;
    }

    .upload-button {
        padding: 20px 30px;
    }

    .home-info-para {
        font-size: 16px;
    }

    .alertBG {
        text-align: center;
    }

    .alertBGTitle {
        font-size: 18px;
        margin: 0 auto 15px auto;
    }

    .alertInput {
        min-width: 200px !important;
        margin-right: 0px !important;
        margin-bottom: 15px;
    }

    .alertButton {
        min-width: -webkit-fill-available;
        text-align: center;
        display: block !important;
    }

    .slider-bg-theme1 {
        overflow-x: hidden;
        border-radius: 0px;
    }

    .footer {
        margin-top: 40px;
    }
}