﻿@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --main-color: #005C86;
    --primary-color: #175CD3;
    --secondary-color: #09BBFF;
    --text-dark: #333;
    --text-muted: #6c757d;
    --bg-light: #f8f9fc;
    --white: #ffffff;
    --card-border: #e5e7eb;
    --gradient-bg: linear-gradient(180deg, #09bbff99 -59.2%, #09bbff08 50.05%);
    --font-size-large: 18px;
    --font-size-mid: 16px;
    --font-size-normal: 14px;
    --font-size-small: 12px;
    --font-size-h2: 24px;
    --font-size-h3: 22px;
    --footer-bg: #032c3f;
    --footer-bottom-bg: #02222e;
    --footer-text: #ffffff;
    --footer-link: #ccc;
    --footer-link-hover: #fff;
    --footer-heading: #ffffff;
    --icon-color: #ffffff;
    --border-color: #1b4c5f;
    --gradient-btn: linear-gradient(90deg, #0CBBFF 0%, #D715F5 100%);
}








body {
    font-family: "Figtree", sans-serif;
    background: var(--bg-light);
    color: var(--text-dark);
}

p, a, input, button {
    font-family: "Figtree", sans-serif;
}

/* Headings */
h1 {
    font-size: var(--font-size-h1);
    font-family: "Figtree", sans-serif;
}

h2 {
    font-size: var(--font-size-h2);
    font-family: "Figtree", sans-serif;
}

h3 {
    font-size: var(--font-size-h3);
    font-family: "Figtree", sans-serif;
}

h4 {
    font-size: var(--font-size-h4);
    font-family: "Figtree", sans-serif;
}

h5, h6 {
    font-family: "Figtree", sans-serif;
}

p {
    font-size: var(--font-size-p);
}

ul {
    padding: 0px;
}

a {
    text-decoration: none;
}

.f-11 {
    font-size: 11px !important;
}

.f-12 {
    font-size: 11px !important;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px
}

.f-600 {
    font-weight: 600;
}

.f-700 {
    font-weight: 700;
}

.main-clr {
    color: #005C86;
}

.btn-transparent {
    background: transparent;
    border: none;
}

.cursor-pointer {
    cursor: pointer;
}

.brdrright-card {
    border-right: 1px solid #c4c4c4;
    padding: 0 7px 0 0px;
}
/* Header Styling */
.navbar {
    background: var(--white);
    padding: 8px;
    position: sticky;
    top: 0;
    z-index: 100;
}



.nav-link {
    color: var(--text-dark);
    font-weight: 500;
    margin-right: 15px;
    font-family: "Figtree", sans-serif;
}

    .nav-link.active {
        font-weight: 700;
    }

.btn-login {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    padding: 4px 14px;
    border-radius: 50px;
    font-weight: 500;
    margin-right: 8px;
}

    .btn-login:hover {
        background: rgba(9, 187, 255, 0.1);
    }

.btn-signup {
    background: var(--secondary-color);
    color: var(--white);
    border-radius: 50px;
    padding: 6px 16px;
    font-weight: 500;
}

    .btn-signup:hover {
        background: #0099cc; /* Slightly darker shade */
    }

.for-employer {
    color: var(--text-dark);
    font-weight: 500;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

/* Hero Section */
.job-hero {
    text-align: center;
    padding: 60px 15px 40px;
    background: var(--gradient-bg);
}

    .job-hero h1 {
        color: var(--main-color);
        font-size: 2rem;
        font-weight: 700;
    }

    .job-hero h2 {
        color: var(--text-dark);
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 25px;
    }

 /*   11 nov css changes here */
.search-bar {
    max-width: 700px;
    margin: 0 auto 40px;
    background: var(--white);
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 10px;
    align-items:center;
}
    /*   11 nov css changes ends here */

    .search-bar input,
    .search-bar select {
        border: none;
        box-shadow: none;
        font-size: 0.95rem;
    }

        .search-bar input:focus,
        .search-bar select:focus {
            box-shadow: none;
            outline: none;
        }
    /*11 nov akshay starts here*/
    .search-bar button, .btn-srch {
        background: var(--main-color);
        color: var(--white);
        border: none;
        border-radius: 50px;
        padding: 8px 25px;
        font-size: 0.95rem;
        font-weight: 500;
    }

    .search-bar div {
        margin: 0px;
    }
/*11 nov akshay ends here*/
.stats-section {
    max-width: 800px;
    margin: 0 auto;
}

.stats-box {
    text-align: center;
    padding: 10px 0;
}

    .stats-box h3 {
        color: var(--secondary-color);
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .stats-box p {
        color: var(--text-muted);
        font-size: 0.9rem;
        margin: 0;
    }

.industry-section {
    text-align: center;
    padding: 40px 0;
    background: var(--bg-light);
}

    .industry-section h3 {
        font-size: var(--font-size-h3);
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 5px;
    }

    .industry-section p {
        font-size: var(--font-size-normal);
        color: var(--text-muted);
        margin-bottom: 30px;
    }

/*    10 nov css starts here*/
.industry-carousel .item {
    background: var(--white);
    display: block;
    border: 1px solid var(--card-border);
    border-radius: 6px;
    text-align: left;
    padding: 15px;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    cursor: pointer;
}
    /*    10 nov css ends here*/

    .industry-carousel .item:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px);
    }

    .industry-carousel .item h4 {
        color: var(--main-color);
        font-size: var(--font-size-mid);
        font-weight: 600;
        margin-bottom: 4px;
    }

    .industry-carousel .item span {
        color: var(--text-muted);
        font-size: var(--font-size-small);
        font-weight: 500;
    }

        .industry-carousel .item span::after {
            content: " ›";
            font-size: var(--font-size-small);
            color: var(--text-muted);
        }

/* Owl Carousel Adjustments */
.owl-nav {
    display: none;
}

.owl-dots {
    margin-top: 15px;
}


/* Company Section */
.company-section {
    text-align: center;
    padding: 40px 0;
    background: var(--bg-light);
}

    .company-section h3 {
        font-size: var(--font-size-mid);
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 25px;
    }
/*     10 nov css starts here */
.company-carousel .item {
    background: var(--white);
    border: 1px solid var(--card-border);
    border-radius: 6px;
    padding: 7px 7px 7px 7px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 109px;
    display: block;
    cursor: pointer;
}

    .company-carousel .item div {
        height: 69px;
        background: #F0F5F7;
    }

    .company-carousel .item:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px);
    }

    .company-carousel .item img {
        max-width: 100%;
        height: 50px;
        object-fit: contain;
        padding-top: 13px;
    }

    .company-carousel .item span {
        display: inline-block;
        color: var(--text-muted);
        font-size: var(--font-size-small);
        font-weight: 500;
    }

        .company-carousel .item span::after {
            content: " ›";
            color: var(--text-muted);
            font-size: var(--font-size-small);
        }

/* Owl Carousel Adjustments */
.owl-nav {
    display: none;
}

.owl-dots {
    margin-top: 15px;
}


.qualification-section {
    padding: 50px 0;
    background: var(--bg-light);
}

.qualification-content h3 {
    font-size: var(--font-size-h3);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.qualification-content p {
    font-size: var(--font-size-normal);
    color: var(--text-muted);
    margin-bottom: 25px;
}
/*10 nov  css starts here*/
.qualification-box {
    background: var(--white);
    border: 1px solid var(--card-border);
    border-radius: 6px;
    padding: 12px 18px;
    font-size: var(--font-size-normal);
    color: var(--text-dark);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    color: #005c86;
    cursor: pointer;
}

    .qualification-box:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px);
    }

    .qualification-box::after {
        content: " ›";
        color: var(--secondary-color);
        font-size: var(--font-size-normal);
    }

.client-logo-carousel img {
    max-height: 60px;
    object-fit: contain;
    margin: auto;
}

.client-carousel-nav {
    display: none;
}

.client-carousel-dots {
    margin-top: 15px;
}

.client-logo-carousel .owl-dots {
    display: none !important;
}

.client-carousel-wrapper {
    background-color: #fff;
    padding: 20px 0;
}

.address p {
    margin-bottom: 4px;
    display: flex;
}

.footer {
    background-color: var(--footer-bg);
    color: var(--footer-text);
    padding: 40px 0 20px;
    font-size: 14px;
}

    .footer h5 {
        font-size: 15px;
        font-weight: 600;
        color: var(--footer-heading);
        margin-bottom: 15px;
    }

    .footer a {
        display: block;
        color: var(--footer-link);
        text-decoration: none;
        line-height: 2;
        font-size: 13px;
    }

        .footer a:hover {
            color: var(--footer-link-hover);
        }

.footer-socio {
    display: flex;
    gap: 6px;
    height: 100%;
    align-items: center;
    /* flex-wrap: wrap; */
}

    .footer-socio div {
        background: #fff;
        padding: 1px 4.5px;
        border-radius: 50%;
    }

.footer i {
    font-size: 18px;
    padding-top: 2px;
}

/*   11 nov css changes here */
.footer a {
    color: #f9fafb;
    text-decoration: none;
   /* display: inline-flex;*/
    align-items: center;
}
.footer-socio a{
    line-height:1.5;
}


    /*   11 nov css changes ends here */
    .footer .footer-bottom {
    background-color: var(--footer-bottom-bg);
    padding: 15px 0 10px;
    text-align: center;
    font-size: 13px;
    color: #ccc;
    border-top: 1px solid var(--border-color);
}

    .footer .footer-bottom a {
        color: #ccc;
        text-decoration: underline;
    }

.footer .address i,
.footer .social-icons i {
    margin-right: 6px;
}

.footer .google-play img {
    width: 140px;
}

.footer .location-links a {
    color: #ccc;
    margin: 0 8px;
    font-size: 12px;
}








/*Job view css starts here*/

.job-container {
    display: flex;
    gap: 20px;
    padding: 20px;
}

.filters, .ads {
    width: 25%;
    height: max-content;
    position: sticky;
    top: 0;
}

.job-list {
    width: 100%;
}

.filters + div {
    width: 100%;
}

.filters, .ads, .job-card {
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 8px;
    padding: 15px;
    box-shadow: var(--shadow);
}

.accordion-button {
    font-weight: 600;
}

.accordion-body div {
    margin-bottom: 8px;
}

.accordion-body input {
    margin-right: 6px;
}

.job-card {
    margin-bottom: 20px;
}

    .job-card h5 {
        color: var(--title-color);
        font-weight: 700;
        font-size: 15px;
    }

.job-info {
    font-size: 14px;
    color: var(--text-muted);
    margin-top: 5px;
}

.job-meta {
    font-size: 13px;
    color: var(--text-muted);
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.ads img {
    width: 100%;
    border-radius: 6px;
}

.view-more {
    color: var(--title-color);
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
}

.apply-btn {
    background-color: var(--primary);
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    z-index: 10;
}



.job-info img, .job-meta div img {
    width: 12px;
    padding-bottom: 4px;
    margin-right: 3px;
}

.brdr-jobView {
    border-bottom: 1px solid #c4c4c4;
}


.job-info div span, .job-meta span {
    font-weight: 500;
    color: #555;
}
/*7 nov akhilesh*/
.jobviewComp-cont {
    width: 105px;
    height: 80px;
}

    .jobviewComp-cont img {
        height: 80px;
        border: 1px solid #c4c4c4;
        width: 100%;
        padding: 6px;
        border-radius: 12px;
        object-fit: contain;
    }
/*7 nov ends akhilesh*/
.job-container .accordion-item {
    border: none !important;
}

.job-container .accordion-header {
    border-top: 1px solid #ccc !important;
}


.job-container .accordion-item:not(:first-of-type) {
    border-top: 0;
    border-left: none;
    border-right: none;
}


.filters .accordion-body {
    padding: 10px 5px 10px 5px !important;
}

.filters .accordion-button:not(.collapsed) {
    background: transparent !important;
    box-shadow: none !important;
    padding: 15px 5px 4px 5px !important;
}

.filters .accordion-button {
    padding: 15px 5px 4px 5px !important;
}

.custom-pagination .page-link {
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #999;
    background-color: transparent;
    transition: all 0.3s ease;
}

.custom-pagination .page-item.disabled .page-link {
    background-color: #ddd;
    color: #fff;
    cursor: not-allowed;
    border-radius: 50%;
}

.custom-pagination .page-item.active .page-link {
    background-color: #f9f9f9;
    color: #0077a3;
    font-weight: bold;
}

.custom-pagination .page-item .page-link:hover {
    background-color: #f0f0f0;
    color: #0077a3;
}

.custom-pagination .page-link.next {
    background-color: #005f7f;
    color: #fff;
    border-radius: 50%;
}

    .custom-pagination .page-link.next:hover {
        background-color: #004a63;
    }

.custom-pagination .page-item {
    margin: 0 3px;
    border-radius: 50%;
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
    background: #f0f0f0;
    border-radius: 50%;
}






.share-container {
    position: relative;
}

.trngl-css {
    position: absolute;
    transform: rotate(60deg);
    bottom: 19px;
    left: 35%;
    width: 29px !important;
    height: 29px !important;
}

.share-button img {
    height: 24px;
    width: 24px;
}

.social-popup {
    position: absolute;
    bottom: -43px;
    left: 55px;
    transform: translateX(-50%) scale(0);
    /* background-color: #005c86; */
    padding: 9px 12px;
    border-radius: 10px;
    display: flex;
    gap: 9px;
    transition: transform 0.4s, opacity 0.3s;
    opacity: 0;
    pointer-events: none;
    background: #005c87;
    height: 32px;
}

    .social-popup::after {
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 10px;
        border-style: solid;
        border-color: rgb(47, 107, 68) transparent transparent;
    }

    .social-popup.active {
        transform: translateX(-50%) scale(1);
        opacity: 1;
        pointer-events: auto;
    }

    .social-popup a {
        border-radius: 50%;
        border: 1px solid rgb(255, 255, 255);
    }

.share-container a:focus {
    color: rgb(255, 255, 255);
}

.social-popup img {
    width: 26px;
    height: 25px;
    padding: 6px;
}

.social-popup a img {
    background: #fff;
    border-radius: 50%;
}

.partner-section {
    padding: 60px 20px;
    /* background: #F8FAFF; */
}

    .partner-section h2 {
        font-size: 32px;
        font-weight: 700;
        color: #1b1b1b;
    }

    .partner-section p {
        font-size: 16px;
        color: #555;
        margin-top: 15px;
    }

.stats {
    margin-top: 40px;
}

.stat-box {
    text-align: center;
    border-right: 1px solid #ccc;
}

    .stat-box h4 {
        color: var(--secondary-color);
        font-weight: 700;
        font-size: 24px;
    }

    .stat-box p {
        font-size: 14px;
        color: #555;
        margin: 0;
    }

.form-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

    .form-card h5 {
        font-weight: 700;
        margin-bottom: 5px;
    }

    .form-card p {
        font-size: 14px;
        color: #555;
        margin-bottom: 20px;
    }

.form-control {
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
}




.verify-btn {
    background: #f1f3f5;
    border: 1px solid #ddd;
    font-size: 14px;
    border-top-right-radius: 6px;
    padding: 8px 14px;
    border-left: none;
    border-bottom-right-radius: 6px;
    position: absolute;
    right: 0.5px;
    bottom: 0px;
    height: 42px;
}

.signup-btn {
    background-color: #175CD3;
    border: none;
    border-radius: 8px;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
}

.login-text {
    font-size: 14px;
    margin-top: 10px;
}

    .login-text a {
        color: #0d6efd;
        text-decoration: none;
        font-weight: 500;
    }


.stats .stat-box:last-child {
    border: none !important
}

.hiring-section {
    padding: 60px 20px;
    text-align: center;
    position: relative;
    background: #fff;
}

    .hiring-section h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 50px;
        color: #1b1b1b;
    }

    /* Background SVG line */
    .hiring-section::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 150px;
        background: url("../Images/cardbehind-brdr.svg") no-repeat center;
        background-size: cover;
        z-index: 0;
        width: 100%;
    }

.hiring-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: var(--shadow);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
    text-align: left;
    height: 100%;
}

    .hiring-card:hover {
        transform: translateY(-5px);
    }

.hiring-icon {
    width: 60px;
    height: 60px;
    margin: 0 0px;
    border-radius: 50%;
    background: #e9f2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--primary);
    margin-bottom: 20px;
}

    .hiring-icon img {
        width: 22px;
    }

.hiring-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hiring-card p {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
}

.pricing-section {
    padding: 50px 15px;
    text-align: center;
}

    .pricing-section h2 {
        color: var(--text-dark);
        font-weight: 600;
        margin-bottom: 20px;
        font-size: 24px;
    }

.price-card {
    background: #EDF3FF;
    border-radius: 12px;
    padding: 0px 0px 30px;
    margin-top: 60px;
    position: relative;
    overflow: visible;
    height: 85%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.innerPrice-card {
    background: #fff;
    padding: 30px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 98%;
}
/* Ribbon Image */
.price-card .ribbon {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%; /* adjust as per SVG */
    height: auto;
    background: #fff;
    z-index: 2;
}

.price-card .price-text {
    position: absolute;
    top: -5px; /* adjust inside ribbon */
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    z-index: 3;
}

.price-card h5 {
    margin-top: 20px;
    font-weight: 700;
    color: var(--text-dark);
    font-size: 17px;
}

.price-card p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 20px;
}

.price-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
}

    .price-card ul li {
        padding: 6px 0;
        font-size: 14px;
        color: #333;
        display: flex;
        align-items: flex-start;
    }

        .price-card ul li::before {
            content: "✔";
            color: #fff;
            margin-right: 8px;
            font-weight: bold;
            background: #04344B;
            border-radius: 50%;
            padding: 2px 4px;
            font-size: 8px;
        }

.proceed-btn {
    display: inline-block;
    padding: 9px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    color: #04344B;
    font-weight: 600;
}

    .proceed-btn:hover {
        background: #084298;
        color: #fff;
    }


.viewMore-prcPlan {
    background: #175cd3;
    color: #fff;
    padding: 5px 20px;
    border-radius: 22px;
    font-size: 14px;
}


.addon-services .card {
    border-radius: 10px;
    background: #fff;
    position: relative;
}

.addon-services h6 {
    color: var(--text-dark);
}

.addon-services .btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 8px;
    font-weight: 500;
}

.addon-services .form-select {
    border-radius: 8px;
}

.serviceCard-topHead {
    margin-bottom: 20px;
}

    .serviceCard-topHead:after {
        content: '';
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #ccc;
        left: 0px;
    }

    .serviceCard-topHead p {
        margin-bottom: 10px;
    }

.list-unstyled span {
    color: #fff !important;
    margin-right: 8px;
    font-weight: bold;
    background: #02aff3;
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 8px;
    height: max-content;
}


.testimonials {
    /* soft background */
    background-color: #f8f9fc;
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    position: relative;
}

    .testimonial-card .text-primary {
        color: var(--primary) !important;
        line-height: 1;
    }

    .testimonial-card p {
        font-size: 15px;
        line-height: 1.6;
    }

.jobLoc-elip {
    width: 100%;
    display: flex;
}

    .jobLoc-elip span {
        width: 42%;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }


.job-detail-card {
    background: var(--white);
    padding: 10px 15px 20px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    /* margin-bottom: 20px; */
    width: 45%;
    position: relative;
    border: 1px solid #ddd;
}

.job-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .job-detail-header h5 {
        font-size: var(--font-size-h3);
        color: #fff;
        font-weight: 600;
        position: relative;
        z-index: 22;
        font-size: 16px;
        margin-bottom: 0;
    }

    .job-detail-header::after {
        background: #015d86;
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        height: 52px;
        top: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

.apply-btn {
    background: var(--white);
    color: var(--secondary-color);
    border-radius: 20px;
    padding: 4px 16px;
    font-weight: bold;
    font-size: var(--font-size-normal);
    border: none;
}


.company-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--card-border);
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

    .company-info table {
        font-size: var(--font-size-normal);
        /* position: relative; */
    }

.profile-score {
    ]: space-between;
}

.profile-progress {
    width: 70%;
}

.btn-analysis {
    background: var(--secondary-color);
    color: var(--white);
    border-radius: 20px;
    padding: 6px 16px;
    font-weight: bold;
    border: none;
}

.job-description {
    font-size: var(--font-size-normal);
    line-height: 1.6;
}

    .job-description ul {
        padding-left: 20px;
    }

        .job-description ul li {
            margin-bottom: 10px;
        }

/*  7 nov akhilesh css */
.jobDesright-compLogo {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 4px 9px;
    width: 85px;
    height: auto;
    margin-top: 8px;
}
/*  7 nov ends akhilesh css */


.ai-analysis {
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
}

.ai-header {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color);
}

.profile-score {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 0;
}

.circular-progress {
    width: 42px;
    height: 42px;
    /* background: conic-gradient(var(--secondary-color) 45%, #e0e0e0 0); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--main-color);
    font-size: 13px;
    border: 5px solid #02aff3;
    padding: 21px;
}

.analysis-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.analysis-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
}

    .analysis-item.green {
        background: #f2f2f2;
        color: #000;
    }

    .analysis-item.red {
        background: #f2f2f2;
        color: #00081f;
    }

.ai-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.btn-update {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    border-radius: 20px;
    padding: 6px 15px;
    background: white;
    font-weight: 500;
    font-size: 13px;
    height: fit-content;
}

.btn-analysis {
    background: var(--gradient-btn);
    color: white;
    border-radius: 20px;
    padding: 6px 15px;
    font-weight: 500;
    border: none;
    font-size: 13px;
    height: fit-content;
}

.table-borderless tr td {
    padding-bottom: 4px;
}

    .table-borderless tr td:first-child {
        width: 37%;
    }

.leftModal-bg::after {
    border-radius: 10px;
    content: '';
    left: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    background: #E5F8FF;
    top: 0;
}

.modalSign-ctsm {
    width: 100%;
    max-width: 67%;
}

#step1 h4, #step3 h4, #loginStep1 h4, #loginStep3 h4 {
    text-align: center;
    color: #000;
    font-size: 24px;
    position: relative;
}

    #step1 h4:after, #loginStep1 h4::after, #step3 h4:after, #loginStep3 h4:after {
        position: absolute;
        content: '';
        left: 0;
        width: 18%;
        border-bottom: 3px solid #005B86;
        left: 41%;
        bottom: -7px;
    }

#phoneVerifyBtn, #loginPhoneVerifyBtn, .verifComp-btn {
    padding: 8px 12px;
    right: 0.999px;
    top: 1px;
    z-index: 23;
    background: #E5F3FF;
    border: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #000;
}

#signupForm, #loginForm {
    line-height: 45px;
}

.comp-profileBtn {
    background: var(--secondary-color);
    color: #fff;
    border-radius: 25px;
    width: 70% !important;
    margin: 0 auto;
}

.jsDb-content {
    position: absolute;
    width: 50%;
    right: 5%;
    top: 23%;
    color: #fff;
}

    .jsDb-content h6 {
        font-size: 14px;
        font-weight: 700;
    }

    .jsDb-content p {
        font-size: 11px;
    }

.jbB-comp {
    background: #E8F9FF;
    padding: 8px;
    border-radius: 10px;
}


.cu-section {
    padding: 50px 0;
    text-align: center;
}

    .cu-section h1 {
        font-weight: 800;
        margin-bottom: 30px;
        color: var(--main-color);
        font-size: 35px;
    }

.cu-card {
    max-width: 750px;
    margin: 0px auto 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    padding: 50px;
}

    .cu-card h5 {
        font-weight: 600;
        margin-bottom: 5px;
    }

    .cu-card p {
        font-size: 14px;
        margin-bottom: 20px;
        color: #666;
    }

.cu-input, .cu-select, .cu-textarea {
    border-radius: 6px;
    font-size: 14px;
}

.cu-captcha-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cu-captcha-text {
    font-family: monospace;
    font-size: 20px;
    background: #f5f5f5;
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.cu-submit-btn {
    background: #0d6efd;
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 500;
}

.cu-info {
    margin: 30px 0;
}

    .cu-info .cu-info-box {
        text-align: center;
        padding: 15px;
    }

    .cu-info i {
        font-size: 22px;
        color: #0d6efd;
        margin-bottom: 8px;
    }

.cu-map-box iframe {
    border: none;
    width: 100%;
    height: 350px;
    border-radius: 8px;
}

.cu-section {
    padding: 50px 0;
    text-align: center;
}

    .cu-section h2 {
        font-weight: 600;
        margin-bottom: 30px;
        color: #0d0d0d;
    }



.cu-card h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.cu-card p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #666;
}

.cu-input, .cu-select, .cu-textarea {
    border-radius: 6px;
    font-size: 14px;
}

.cu-captcha-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cu-captcha-text {
    font-family: monospace;
    font-size: 20px;
    background: #f5f5f5;
    padding: 8px 19px;
    border-radius: 6px;
    border: 1px solid #ddd;
    width: 90%;
}

.cu-submit-btn {
    width: 40% !important;
    background: var(--main-color);
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 500;
    margin: 0 auto;
}

.cu-info {
    margin: 30px 0;
}

    .cu-info .cu-info-box {
        text-align: center;
        padding: 15px;
    }

    .cu-info i {
        font-size: 22px;
        color: #0d6efd;
        margin-bottom: 8px;
    }

.cu-map-box iframe {
    border: none;
    width: 100%;
    height: 350px;
    border-radius: 8px;
}


.faq-header {
    text-align: center;
    padding: 50px 20px 30px;
}

    .faq-header h1 {
        font-weight: 700;
        color: #0d2d66;
        font-size: 35px;
    }

.faq-search-wrapper {
    max-width: 600px;
    margin: 0 auto 40px;
    position: relative;
}

    .faq-search-wrapper input {
        border-radius: 50px;
        padding: 12px 20px;
        border: 1px solid #ddd;
        box-shadow: 0px 2px 6px rgba(0,0,0,0.05);
    }

    .faq-search-wrapper button {
        position: absolute;
        right: 6px;
        top: 6px;
        bottom: 6px;
        border-radius: 50px;
        background: var(--main-color);
        border: none;
        padding: 0 20px;
        color: #fff;
        font-weight: 500;
    }

.faq-section {
    max-width: 900px;
    margin: auto;
    padding: 0 20px 50px;
}

    .faq-section h3 {
        text-align: center;
        margin-bottom: 30px;
        font-weight: 600;
    }

.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background-color: #fff;
    color: #0d2d66;
    font-weight: 500;
    padding: 15px 20px;
    box-shadow: none;
}

    .faq-accordion .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230d2d66' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
        transform: rotate(0deg);
    }

    .faq-accordion .accordion-button:not(.collapsed)::after {
        transform: rotate(180deg);
    }

.faq-accordion .accordion-body {
    padding: 15px 20px;
    background: #f9fbfd;
    font-size: 14px;
    color: #555;
}



.faq-search-wrapper input {
    position: relative;
}

    .faq-search-wrapper input:after {
        background-image: url('../Images/search-vector.svg');
        content: '';
        position: absolute;
        left: 0;
        width: 20px;
        height: 20px
    }

.profileCard-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 2rem;
    margin: 2rem auto;
    max-width: 950px;
}

.profileCard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profileCard-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profileCard-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--text-light);
}

.profileCard-text h5 {
    font-weight: 600;
    margin-bottom: 2px;
}

.profileCard-text p {
    margin: 0;
    font-size: 14px;
    color: var(--text-light);
}

.profEdit-btnIMg {
    position: relative;
}

.profileCard-editBtn {
    background: var(--secondary-color);
    color: #fff;
    border-radius: 50px;
    padding: 6px 25px;
    font-size: 14px;
    border: none;
}

.profEdit-btnIMg:after {
    content: '';
    position: absolute;
    background-image: url(../Images/edit.svg);
    width: 15px;
    top: 8px;
    left: 7px;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.profileCard-editBtn:hover {
    background: var(--main-color);
    color: #fff;
}

.profileCard-details {
    margin-top: 1.5rem;
    border-top: 1px solid #1b4c5f36;
    padding-top: 1.5rem;
}

    .profileCard-details .row {
        margin-bottom: 1rem;
    }

    .profileCard-details strong {
        display: block;
        font-weight: 500;
        color: var(--text-dark);
        font-size: 13px;
    }

    .profileCard-details a,
    .profileCard-details span {
        font-size: 13px;
        color: var(--secondary-color);
        text-decoration: none;
    }

        .profileCard-details a:hover {
            text-decoration: underline;
        }

    .profileCard-details .col-md-4, .profileCard-details .col-md-5, .profileCard-details .col-md-3 {
        display: flex;
        gap: 5px;
    }


.companyForm-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    padding: 2rem;
    margin: 2rem auto;
    max-width: 1050px;
}

    .companyForm-wrapper h3 {
        text-align: center;
        font-weight: 600;
        margin-bottom: 2rem;
        color: var(--text-dark);
    }

.companyForm-label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

    .companyForm-label .text-danger {
        color: var(--danger-color) !important;
    }

.companyForm-input,
.companyForm-select,
.companyForm-textarea {
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #cccccc91;
}

    .companyForm-input:focus,
    .companyForm-select:focus,
    .companyForm-textarea:focus {
        border-color: var(--main-color);
        box-shadow: none;
    }

.companyForm-upload {
    border: 1.5px dashed #c4c4c4a8;
    border-radius: 8px;
    text-align: center;
    padding: 1.2rem;
    color: var(--text-light);
    font-size: 14px;
    cursor: pointer;
}

    .companyForm-upload small {
        display: block;
        color: var(--danger-color);
        margin-top: 5px;
    }

.companyForm-btnCheck {
    background: var(--primary);
    color: #fff;
    border-radius: 25px;
    padding: 0.45rem 2.2rem;
    font-size: 14px;
    border: none;
    margin-top: 30px;
}

    .companyForm-btnCheck:hover {
        background: #084298;
    }

.companyForm-submitBtn {
    background: var(--primary);
    color: #fff;
    border-radius: 30px;
    padding: 0.65rem 2.2rem;
    font-size: 16px;
    border: none;
    display: block;
    margin: 2rem auto 0;
}

    .companyForm-submitBtn:hover {
        background: #084298;
    }

.jobpost-card {
    background: #fff;
    border: 1px solid var(--jobpost-border);
    border-radius: 10px;
    padding: 7px 25px 15px 25px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}

.jobpost-section-title::after {
    content: '';
    position: absolute;
    left: 0;
    background: #F0F5F7;
    width: 104.7%;
    height: 38px;
    left: -25px;
    top: -7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: -1;
}

.jobpost-section-title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--jobpost-border);
    padding-bottom: 5px;
    position: relative;
    z-index: 22;
}

.jobpost-label {
    font-weight: 500;
    font-size: 14px;
    color: var(--jobpost-text-dark);
}

.jobpost-input,
.jobpost-select,
.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
    font-size: 14px;
}

.jobpost-btn-submit {
    background: var(--jobpost-secondary);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 30px;
    display: block;
    margin: 0 auto;
}

    .jobpost-btn-submit:hover {
        background: #084298;
    }

.jobpost-upload-box {
    border: 1px dashed var(--jobpost-border);
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    font-size: 13px;
    color: var(--jobpost-text-light);
}

.postJobMain-head {
    font-size: 25px;
    color: var(--main-color);
    font-weight: 600;
}

.companylist-wrapper {
    max-width: 1000px;
    margin: auto;
}

.companylist-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.companylist-addbtn {
    background: var(--primary-color);
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    border: none;
    transition: 0.3s;
}

    .companylist-addbtn:hover {
        background: #0056b3;
    }

.companylist-card {
    background: var(--card-bg);
    border-radius: var(--border-radius-lg);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
    margin-bottom: 25px;
}

.companylist-logo {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .companylist-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.companylist-info label {
    font-weight: 600;
    margin-right: 8px;
}

.companylist-info span {
    color: var(--main-color);
}

.companylist-info p {
    margin-bottom: .5rem;
}

.companylist-editbtn {
    background: #fff;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    font-size: 14px;
    border-radius: 25px;
    padding: 6px 14px;
    transition: 0.3s;
}

    .companylist-editbtn:hover {
        background: var(--primary-color);
        color: #fff;
    }

.candlist-header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    max-width: 95%;
    margin: 37px auto 30px;
}

.candlist-filterbox {
    display: flex;
    gap: 10px;
    width: 80%;
}

    .candlist-filterbox .form-control {
        height: 35px;
        border-radius: 25px;
    }

.applicant-sec {
    max-width: 95%;
    margin: 0 auto;
}

.candlist-card {
    background: var(--card-bg);
    border-radius: var(--border-radius-lg);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 25px 25px 15px 25px;
    margin-bottom: 25px;
}

    .candlist-card h5 {
        color: var(--primary-color);
        font-weight: 600;
    }

.candlist-status {
    background: #ffecec;
    color: var(--danger-color);
    font-weight: 600;
    font-size: 12px;
    border-radius: 6px;
    padding: 4px 8px;
    display: inline-block;
    margin-left: 10px;
}

.candlist-direct {
    background: var(--primary-color);
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 6px;
}

.candlist-info label {
    font-weight: 600;
    color: var(--main-color);
    margin-right: 5px;
}

.candlist-info p {
    margin-bottom: .4rem;
    font-size: 14px;
}

.candlist-keyskill {
    border-top: 1px solid var(--border-color);
    margin-top: 15px;
    padding-top: 10px;
    font-size: 14px;
}

.candlist-btn {
    border: 1px solid var(--secondary-color);
    border-radius: 25px;
    padding: 5px 14px;
    font-size: 14px;
    transition: 0.3s;
    width: 50%;
    color: #2eb3e6;
    font-weight: 500;
    background: transparent;
}

.candlist-actions .candlist-btn:nth-child(2) {
    background: var(--primary-color);
    color: #fff;
}

.candlist-actions .candlist-btn:nth-child(3) {
    color: #EE1617;
    border: 1px solid #EE1617;
}






.candlist-btn-primary:hover {
    background: var(--primary-color);
    color: #fff;
}

.candlist-btn-danger {
    border-color: var(--danger-color);
    color: var(--danger-color);
}

    .candlist-btn-danger:hover {
        background: var(--danger-color);
        color: #fff;
    }


.btnSrch-div .btn-search {
    position: absolute;
    top: 4px;
    right: 6px;
    border-radius: 25px;
    font-size: 12px;
    width: 92px;
    background: var(--primary-color);
    color: #fff;
    padding: 3px;
}

.price-container {
    transform: translate(50%, -17%);
    left: 17%;
    position: absolute;
    top: 0px;
    z-index: 80;
}

.old-price-wrap {
    position: relative;
    display: inline-block;
}

.old-price {
    color: #fff;
    font-size: 18px;
    opacity: 0.9;
    font-weight: 600;
}

.diagonal-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ef0f21;
    transform: rotate(-15deg);
    transform-origin: center;
    z-index: 88;
}

.new-price {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-left: 5px;
}

.plan-sub-head {
    display: block;
    font-size: 14px;
    color: #555;
    margin-top: 5px;
    text-align: left;
}

/*11 nov css starts  here*/

#SrchCollapse .form-control {
    padding: 6px 10px;
}

/* ---- PAGINATION CSS ---- */

.pagination-box {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: baseline;
    font-family: 'Inter',sans-serif,serif;
    gap: 4px;
    justify-content: center;
}

    .pagination-box a:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .pagination-box a:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

.page-link {
    position: relative;
    display: block;
    padding: 2px 8px;
    margin-left: 0px;
    color: #015c88;
    background-color: #09bbff;
    border: 1px solid #dee2e6;
    margin-right: -4px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
}

.page-item {
    position: relative;
    display: block;
    padding: 2px 10px;
    margin-left: 0px;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin-right: -4px;
    margin-left: -4px;
    font-size: 14px;
    border-radius: 50%;
}

.pagination-box a:hover {
    color: #094ea1 !important;
}

.pagination {
    margin: 0;
}

    .pagination > li > a, .pagination > li > span {
        padding: 10px 15px;
        color: #242424;
        font-size: 16px;
        border: none;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 1px solid #f1f1f1;
    }

    .pagination > li.active > a {
        background-color: #e21f26;
        border: 1px solid #e21f26;
        font-weight: 600;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #e21f26;
        border: 1px solid #e21f26;
    }

    .pagination > li > a:hover {
        background-color: #29aafe !important;
        color: #FFF;
        border: 1px solid #e21f26;
    }

.numericpage {
    padding: 4px 9px;
    color: #555555b5;
    font-size: 14px;
    border: none;
    margin-right: -5px;
    margin-bottom: 10px;
    font-weight: 700;
}

pagination-box .active {
    background-color: #007bff;
    border-color: #007bff;
    color: #FFF;
}
.job-card a{
    color:var(--main-color);
}
.stats-section .stats-box:first-child {
    border-right: 1.5px solid #cccccc7a;
}
.stats-section .stats-box:nth-child(2) {
    border-right: 1.5px solid #cccccc7a;
}
.search-bar .btn-srch{
    background:var(--main-color)!important;
    color:#fff;
}
    .search-bar .btn-srch:hover {
        background: var(--secondary-color);
        color: #fff;
    }

.ui-widget-content {
    height: 200px;
    overflow-y: scroll;
    width: 200px !important;
}
/*11 nov css   here*nds/
/* Mobile Sidebar Adjustments */
@media (max-width: 991px) {
    /* 11 nov css chanegs here*/
    .cu-section h1 {
            font-size: 29px;
        }

        .filters, .ads {
        position: relative
    }
        .cu-captcha-text {
            width: 100%;
        }
        .cu-captcha-box {
            flex-direction: column;
        }
        .cu-submit-btn{
            width:100%!important;
        }

        .footer a {
            font-size: 12px;
        }
    .faq-search-wrapper {
        max-width: 600px;
        margin: 0 auto 40px;
        position: relative;
        width: 90%;
    }
    .highlight-body p {
        margin-bottom: .5rem;
        width: 99%;
    }
        .social-popup {
        position: absolute;
        bottom: -45px;
        left: 18px;
        gap: 4px;
        padding: 9px 6px;
    }
    .mw-auto{
        width:auto!important;
    }
    .pagination-box {
        margin-bottom: 20px;
    }

    .job-detail-card {
        padding: 10px 10px 20px 10px;
    }

    .job-detail-header {
        flex-wrap: wrap;
        gap: 8px;
    }

    .section-card {
        padding: 0;
    }

    .job-container {
        padding: 20px 10px;
    }


    .job-detail-header::after {
        height: 75px;
    }

    .mobwidth-avail {
        width: -webkit-fill-available; /* Chrome, Safari, Opera */
        width: -moz-available; /* Firefox */
        /* Fallback for unsupported browsers */
    }

    .pagination-box {
        flex-wrap: wrap;
    }

    .job-meta {
        flex-wrap: wrap;
    }
    /* 11 nov css chanegs ends here*/
    .profileCard-details .col-md-4, .profileCard-details .col-md-5, .profileCard-details .col-md-3 {
        display: block;
    }

    .profileCard-wrapper {
        padding: 1rem;
    }

    .profileCard-details .col-6 {
        margin-bottom: 15px;
    }

        .profileCard-details .col-6:first-child {
            border-right: 1px solid #ccc;
        }

    .profileCard-details strong {
        font-size: 12px;
    }

    .profileCard-details a, .profileCard-details span {
        font-size: 11px;
    }

    .profileCard-details .row {
        margin-bottom: 0;
    }

    .offcanvas-body .nav-link {
        margin: 2px 0;
    }

    .offcanvas-body .btn-login,
    .offcanvas-body .btn-signup {
        width: 100%;
        margin: 5px 0;
    }

    .offcanvas-body .for-employer {
        display: block;
        margin-top: 10px;
        border-left: none;
        padding-left: 0;
    }



    .job-container {
        flex-direction: column;
    }

    .filters, .ads {
        width: 100%;
    }

    .job-list {
        width: 100%;
    }

    .partner-section {
        text-align: center;
    }

    .stats {
        margin-top: 20px;
    }

    .company-info {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .profile-score {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-progress {
        width: 100%;
        margin-bottom: 10px;
    }

    .modalSign-ctsm {
        width: 100%;
        max-width: 95%;
        margin: 0 auto;
    }

    .wizard-steps .step {
        width: 31px;
        height: 31px;
    }

        .wizard-steps .step.active:after {
            bottom: -11px;
            left: 3.2px;
        }

    .companylist-card {
        text-align: center;
    }

    .companylist-editbtn {
        margin-top: 10px;
    }

    .candlist-card {
        /* text-align: center; */
    }

    .candlist-actions {
        justify-content: center;
        margin-top: 10px;
    }
}






@media (max-width: 767px) {



    .mbFlex-wrap-reverse {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .mobw-100 {
        width: 100% !important;
    }

    .job-card h5 {
        font-size: 16px;
        margin-top: 11px;
    }

    .job-card p {
        font-size: 14.5px;
        font-weight: 600;
    }

    .job-info div span, .job-meta span {
        font-size: 12.5px;
    }

    .search-bar {
        border-radius: 17px;
    }

    .jsDb-content {
        width: 55%;
        top: 25%;
    }

        .jsDb-content h6 {
            font-size: 8px;
            margin-bottom: 4px;
        }

        .jsDb-content p {
            font-size: 6px;
            margin-bottom: 0px;
        }

        .jsDb-content a {
            font-size: 6px;
            padding: 3px 10px;
        }

    .search-bar input, .search-bar select {
        border-bottom: 1px solid #ccccccb8;
        margin-bottom:10px;
    }

    .footer .col-md-2,
    .footer .col-md-3 {
        margin-bottom: 20px;
    }

    .mobileJusti-center {
        justify-content: center !important;
    }

    .ai-header,
    .profile-score,
    .ai-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .cu-card {
        margin: 0px auto 10px;
        padding: 15px;
    }

    .profileCard-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .profileCard-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .profileCard-editBtn {
        align-self: flex-end;
    }
}
