:root {
    --font-inter: "Inter", sans-serif;
    --font-mulish: "Inter", sans-serif;
    --white-color: #ffffff;
    --primary-color1: #022c1f;
    --primary-color1-opc: 2, 44, 31;
    --primary-color2: #472349;
    --primary-color2-opc: 5, 150, 105;
    --primary-color3: #061421;
    --title-color: #1f1f1f;
    --title-color2: #022c1f;
    --border-color: #eeeeee;
    --paragraph-color: #585858;
    --black-color: #000000;
    --brand-color: #472349;
    --brand-color1: #e8e5f8;
    --brand-color2: #b364ae;
}



/*================================================
  03. Global Css
  =================================================*/
html {
    font-size: 100%;
    scroll-behavior: smooth;
}

input {
    border: none;
    outline: none;
}

button {
    outline: none;
    border: none;
}

i.bx {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

p {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

ul {
    margin-bottom: 40px;
}

.company-left-content li {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--paragraph-color);
    list-style: none;
    margin-bottom: 5px;
}

h3 {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    color: var(--title-color2);
    margin-bottom: 20px;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

@media (max-width: 576px) {
    p {
        font-size: 15px;
        line-height: 1.8;
    }

    li {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 5px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pt-120 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 90px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pt-90 {
    padding-top: 90px;
}

@media (max-width: 991px) {
    .pt-90 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-90 {
        padding-top: 70px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .pb-90 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-90 {
        padding-bottom: 70px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-10 {
    padding-bottom: 10px;
}

.mt-120 {
    margin-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mt-120 {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .mt-120 {
        margin-top: 90px;
    }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
    .mb-120 {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .mb-120 {
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .mb-120 {
        margin-bottom: 70px;
    }
}

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

@media (max-width: 991px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}

.mt-100 {
    margin-top: 100px !important;
}

@media (max-width: 991px) {
    .mt-100 {
        margin-top: 80px !important;
    }
}

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

@media (max-width: 991px) {
    .mb-90 {
        margin-bottom: 70px;
    }
}

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

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

.pt-80 {
    padding-top: 80px;
}

.pt-70 {
    padding-top: 70px;
}

@media (max-width: 991px) {
    .pt-70 {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .pt-70 {
        padding-top: 40px;
    }
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-110 {
    padding-top: 110px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pe-80 {
    padding-right: 80px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pl-110 {
    padding-left: 110px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .pl-110 {
        padding-left: 70px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pl-110 {
        padding-left: 40px;
    }
}

@media (max-width: 1199px) {
    .pl-110 {
        padding-left: unset;
    }
}

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

@media (max-width: 991px) {
    .mb-60 {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

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

@media (max-width: 991px) {
    .mb-70 {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .mb-70 {
        margin-bottom: 40px;
    }
}

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

@media (max-width: 991px) {
    .mb-80 {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}

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

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

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

@media (max-width: 991px) {
    .mb-44 {
        margin-bottom: 0px;
    }
}

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

@media (max-width: 767px) {
    .mb-35 {
        margin-bottom: 30px;
    }
}

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

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

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

@media (max-width: 767px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}

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

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

.mt-50 {
    margin-top: 50px;
}

.mt-25 {
    margin-top: 25px;
}

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

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

.mt-60 {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .mt-60 {
        margin-top: 40px;
    }
}

.mt-70 {
    margin-top: 70px;
}

@media (max-width: 767px) {
    .mt-70 {
        margin-top: 40px;
    }
}

body {
    background: #fbfbfb;
}

.primary-btn-1 {
    font-family: var(--font-inter);
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    background: transparent;
    border: 1px solid var(--primary-color2);
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    padding: 9px 16px;
    color: var(--primary-color2);
}

.primary-btn-1 svg {
    fill: var(--primary-color2);
    margin-right: 8px;
}

.primary-btn-1::before {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--primary-color2);
    z-index: -1;
}

.primary-btn-1:hover {
    color: var(--white-color);
}

.primary-btn-1:hover svg {
    fill: var(--white-color);
}

.primary-btn-1:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.primary-btn-2 {
    font-family: var(--font-inter);
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    background-color: var(--primary-color2);
    white-space: nowrap;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    padding: 10px 20px;
    color: var(--white-color);
}

.primary-btn-2 svg {
    fill: var(--white-color);
    margin-right: 8px;
}

.primary-btn-2::before {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--title-color);
    z-index: -1;
}

.primary-btn-2:hover {
    color: var(--white-color);
}

.primary-btn-2:hover svg {
    fill: var(--white-color);
}

.primary-btn-2:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.primary-btn-3 {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--primary-color2);
    white-space: nowrap;
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom,
            var(--primary-color2) 0%,
            var(--primary-color2) 98%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
    transition: background-size 0.75s;
    padding-bottom: 1px;
}

.primary-btn-3:hover {
    background-size: 0 1px;
    background-position: 0% 100%;
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible;
    }
}

.primary-btn-4 {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--title-color2);
    transition: 0.35s;
}

.primary-btn-4 svg {
    fill: var(--title-color2);
}

.primary-btn-4:hover {
    color: var(--primary-color2);
}

.primary-btn-4:hover svg {
    fill: var(--primary-color2);
}

.section-title h3 {
    /* font-family: var(--font-mulish); */
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: var(--title-color2);
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

@media (max-width: 576px) {
    .section-title h3 {
        font-size: 28px;
    }
}

.slider-btn-grp {
    display: flex;
    align-items: center;
    gap: 50px;
}

.slider-btn-grp .slider-btn {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.slider-btn-grp .slider-btn svg {
    fill: none;
    stroke: var(--title-color2);
    transition: 0.5s;
}

.slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}

.slider-btn-grp .slider-btn:hover svg {
    stroke: var(--white-color);
}

.slider-btn-grp .slider-btn.swiper-button-disabled {
    opacity: 0.2;
}

.slider-btn-grp.two .slider-btn {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
}

.slider-btn-grp.two .slider-btn svg {
    stroke: var(--primary-color2);
}

.slider-btn-grp.two .slider-btn:hover {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}

.slider-btn-grp.two .slider-btn:hover svg {
    stroke: var(--white-color);
}

/*================================================
03. page content area
=================================================*/
.page-content-area p {
    margin-bottom: 0;
}

.page-content-area h2 {
    font-family: var(--font-mulish);
    font-size: 28px;
    margin-top: 40px;
}

.page-content-area h2 span {
    font-size: 28px !important;
}

.page-content-area h3 {
    font-family: var(--font-mulish);
    font-size: 22px;
    line-height: 1.2;
    margin-top: 40px;
    margin-bottom: 10px;
}

.page-content-area h3 span {
    font-size: 22px !important;
}

.page-content-area ul {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .page-content-area h2 {
        font-size: 20px;
    }

    .page-content-area h2 span {
        font-size: 20px !important;
    }

    .page-content-area h3 {
        font-size: 20px;
    }

    .page-content-area h3 span {
        font-size: 20px !important;
    }
}

/*================================================
03. topbar area
=================================================*/
.topbar {
    background: #fcf2b1;
    padding: 0 12%;
}

@media (max-width: 1699px) {
    .topbar {
        padding: 0 5%;
    }
}

@media (max-width: 1399px) {
    .topbar {
        padding: 0 4%;
    }
}

@media (max-width: 1199px) {
    .topbar {
        padding: 0 3%;
    }
}

@media (max-width: 767px) {
    .topbar {
        display: none;
    }
}

.topbar .topbar-left p {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #411c06;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 9px;
}

.topbar .topbar-right {
    display: flex;
    align-items: center;
    gap: 37px;
}

.topbar .topbar-right .language-area {
    position: relative;
    cursor: pointer;
}

.topbar .topbar-right .language-area a {
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: #411c06;
}

.topbar .topbar-right .language-area .lang-bar {
    position: relative;
}

.topbar .topbar-right .language-area .lang-bar .lang-btn {
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    color: #411c06;
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar .topbar-right .language-area .lang-bar .lang-card {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    right: -2px;
    z-index: 999;
    width: 180px;
    background-color: var(--primary-color2);
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
    cursor: pointer;
}

.topbar .topbar-right .language-area .lang-bar .lang-card.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up 0.5s linear;
}

.topbar .topbar-right .language-area .lang-bar .lang-card li a {
    font-family: var(--font-inter);
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.topbar .topbar-right .language-area .lang-bar .lang-card li a:hover {
    background-color: var(--primary-color3);
    color: var(--white-color);
}

/* Topbar Language area new design start */
.topbar .topbar-right .language-select {
    position: relative;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    transition: all 0.35s ease;
}

.topbar .topbar-right .language-select {
    padding: 18px 0;
}

@media (max-width: 1699px) {
    .topbar .topbar-right .language-select {
        padding: 18px 0;
    }
}

@media (max-width: 1399px) {
    .topbar .topbar-right .language-select {
        padding: 15px 0;
    }
}

@media (max-width: 1199px) {
    .topbar .topbar-right .language-select {
        padding: 15px 0;
    }
}

.topbar .topbar-right .language-select .lang-card-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar .topbar-right .language-select .lang-card-wrap>a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar .topbar-right .language-select ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 50px;
    left: 0px;
    background: #f5f5f5;
    min-width: 150px;
    height: auto;
    z-index: 99;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.6s ease;
    text-align: right;
}

.topbar .topbar-right .language-select:hover ul {
    display: block;
    visibility: visible;
}

.topbar .topbar-right .language-select ul li {
    padding: 8px 12px;
    display: flex;
}

.topbar .topbar-right .language-select ul li .dropdown-item {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Topbar Language area new design end */

.topbar .topbar-right .social-area {
    position: relative;
}

.topbar .topbar-right .social-area::after {
    content: "";
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: -18px;
    width: 1px;
    height: 14px;
    background-color: #a6a6a6;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .topbar .topbar-right .social-area::after {
        left: -19px;
    }
}

@media (max-width: 767px) {
    .topbar .topbar-right .social-area::after {
        left: -22px;
    }
}

@media (max-width: 576px) {
    .topbar .topbar-right .social-area::after {
        display: none;
    }
}

.topbar .topbar-right .social-area:first-child::after {
    display: none;
}

.topbar .topbar-right .social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.topbar .topbar-right .social-area ul li a {
    height: 21px;
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    border-radius: 50%;
    transition: 0.35s;
}

.topbar .topbar-right .social-area ul li a i {
    color: var(--primary-color2);
    transition: 0.35s;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    font-size: 14px;
}

.topbar .topbar-right .social-area ul li a i.bi-twitter-x {
    font-size: 11px;
}

.topbar .topbar-right .social-area ul li a:hover {
    background-color: var(--primary-color2);
}

.topbar .topbar-right .social-area ul li a:hover i {
    color: var(--white-color);
}

/*================================================
04. header area
=================================================*/
header.header-area {
    position: relative;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    background-color: var(--white-color);
}

@media (max-width: 991px) {
    header.header-area {
        padding: 8px 0;
    }
}

@media (max-width: 767px) {
    header.header-area {
        padding: 0;
    }
}

header.header-area.sticky {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 99999;
    background-color: var(--white-color);
    border-bottom: 1px solid #f1f1f1;
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

header.header-area .menu-close-btn {
    height: 32px;
    width: 32px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.35s;
}

header.header-area .menu-close-btn i {
    font-size: 16px;
    line-height: 1;
    color: var(--white-color);
    transition: 0.35s;
}

header.header-area .menu-close-btn:hover {
    background-color: var(--white-color);
}

header.header-area .menu-close-btn:hover i {
    color: var(--title-color);
}

@media (max-width: 991px) {
    header.header-area .header-logo {
        padding: 20px 0;
    }
}

header.header-area .header-logo a img {
    width: 160px;
}

@media (max-width: 1399px) {
    header.header-area .header-logo a img {
        width: 140px;
    }
}

header.header-area .mobile-logo-wrap img {
    max-width: 120px;
}

header.header-area .menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 12%;
    width: 100%;
}

@media (max-width: 1699px) {
    header.header-area .menu-area {
        padding: 0px 5%;
    }
}

@media (max-width: 1399px) {
    header.header-area .menu-area {
        padding: 0px 4%;
    }
}

@media (max-width: 1199px) {
    header.header-area .menu-area {
        padding: 0px 3%;
    }
}

@media (max-width: 576px) {
    header.header-area .menu-area {
        padding: 0 10px;
    }
}

header.header-area .menu-area .nav-right {
    gap: 24px;
}

@media (max-width: 1499px) {
    header.header-area .menu-area .nav-right {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    header.header-area .menu-area .nav-right {
        justify-content: end !important;
    }
}

@media (max-width: 1199px) {
    header.header-area .menu-area .nav-right .lg-btn {
        padding: 9px 20px;
    }
}

header.header-area .menu-area .nav-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

@media (max-width: 1399px) {
    header.header-area .menu-area .nav-right ul {
        gap: 15px;
    }
}

header.header-area .menu-area .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

header.header-area .menu-area .nav-right .mobile-menu-btn svg {
    fill: var(--title-color);
}

header.header-area .menu-area .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}

@media (max-width: 991px) {
    header.header-area .menu-area .nav-right .mobile-menu-btn {
        display: block;
        visibility: visible;
    }
}

@keyframes qode-draw {

    0%,
    100% {
        -webkit-clip-path: inset(-2px -2px);
        clip-path: inset(-2px -2px);
    }

    42% {
        -webkit-clip-path: inset(-2px -2px -2px 100%);
        clip-path: inset(-2px -2px -2px 100%);
    }

    43% {
        -webkit-clip-path: inset(-2px 100% -3px -2px);
        clip-path: inset(-2px 100% -3px -2px);
    }
}

header.header-area .menu-area .nav-right .notifacion-card {
    top: 30px !important;
}

/* Navbar right start */
header.header-area .menu-area .nav-right ul li .notifications-area {
    position: relative;
}

header.header-area .menu-area .nav-right ul li .notifications-area .notifacation-icon {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eff1f0;
    border-radius: 50%;
    cursor: pointer;
}

header.header-area .menu-area .nav-right ul li .notifications-area .notifacation-icon svg {
    fill: var(--primary-color1);
}

header.header-area .menu-area .nav-right ul li .notifications-area span {
    height: 12px;
    width: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color1);
    color: var(--white);
    font-size: 10px;
    font-family: var(--font-inter);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.notifacion-card {
    max-width: 280px;
    min-width: 280px;
    background-color: var(--white);
    border: 1px solid #eee;
    z-index: 999;
    padding: 0;
    top: 25px !important;
}

.notifacion-card .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-mulish);
    text-align: center;
    color: var(--title-color);
    padding: 15px;
}

.notifacion-card>ul {
    display: block !important;
}

.notifacion-card>ul li {
    display: flex;
    align-items: start;
    padding: 15px 0;
    border-top: 1px solid #eee;
    margin-bottom: 0;
}

.notifacion-card>ul li:last-child {
    border-bottom: 1px solid #eee;
}

.notifacion-card>ul li .icon {
    margin-right: 10px;
    padding-left: 10px;
}

.notifacion-card>ul li .icon img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.notifacion-card>ul li .content {
    padding-right: 10px;
    margin-top: -3px;
}

.notifacion-card>ul li .content h6 {
    margin-bottom: 3px;
    line-height: 1.1;
}

.notifacion-card>ul li .content h6 a {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    font-family: var(--font-mulish);
    color: var(--title-color);
    transition: 0.35s;
}

.notifacion-card>ul li .content h6 a:hover {
    color: var(--primary-color2);
}

.notifacion-card>ul li .content span {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--font-inter);
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 10px;
}

.notifacion-card>ul li .content p {
    font-size: 17px;
    margin-bottom: 0;
}

.notifacion-card>ul li .content span img {
    padding-right: 5px;
}

.notifacion-card .view-all a {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-inter);
    text-align: center;
    display: block;
    color: var(--title-color1);
    padding: 10px;
    transition: 0.35s;
}

.notifacion-card .view-all a:hover {
    color: var(--primary-color2);
}

header.header-area .menu-area .nav-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

header.header-area .menu-area .nav-right ul li .notifications-area {
    position: relative;
}

header.header-area .menu-area .nav-right ul li .notifications-area .user-icon,
header.style-2 .menu-area .nav-right ul li .notifications-area .user-icon {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.4s;
    cursor: pointer;
}

.user-card {
    max-width: 280px;
    min-width: 280px;
    background-color: var(--white);
    border: unset;
    z-index: 999;
    padding: 0;
    top: 22px !important;
}

header.header-area .menu-area .nav-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

header.header-area .menu-area .nav-right .user-card ul {
    display: block;
}

.user-card>ul li {
    display: flex;
    align-items: start;
    padding: 10px 20px;
    border-top: 1px solid #eee;
    transition: 0.35s;
}

.user-card>ul li a {
    display: block;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-inter);
    color: var(--title-color1);
    transition: 0.35s;
}

.user-card>ul li a svg {
    fill: var(--primary-color2);
    margin-right: 3px;
}

.post-job-btn .primary-btn-2 svg {
    margin-left: 8px;
}

header.header-area .menu-area .nav-right .dropdown-toggle::after {
    display: none;
}

/* Navbar right end */

header.header-area .main-menu {
    display: inline-block;
}

header.header-area .main-menu .mobile-menu-logo {
    display: none;
}

header.header-area .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header.header-area .main-menu ul>li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.header-area .main-menu ul>li {
        padding: 0px 4px;
    }
}

header.header-area .main-menu ul>li:hover i {
    color: var(--title-color);
    font-size: 20px;
}

header.header-area .main-menu ul>li a {
    font-size: 16px;
    color: var(--primary-color3);
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    padding: 31px 8px;
    position: relative;
    font-family: var(--font-inter);
    transition: all 0.5s ease-out 0s;
    position: relative;
}

@media (max-width: 1499px) {
    header.header-area .main-menu ul>li a {
        padding: 31px 7px;
    }
}

@media (max-width: 1399px) {
    header.header-area .main-menu ul>li a {
        padding: 28px 5px;
    }
}

@media (max-width: 1199px) {
    header.header-area .main-menu ul>li a {
        padding: 25px 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.header-area .main-menu ul>li a {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    header.header-area .main-menu ul>li a {
        padding: 25px 10px;
    }
}

header.header-area .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

header.header-area .main-menu ul>li i.active {
    color: var(--title-color2);
}

header.header-area .main-menu ul>li i.active::before {
    content: "\f2ea";
}

@media (max-width: 991px) {
    header.header-area .main-menu ul>li i {
        opacity: 1;
    }
}

header.header-area .main-menu ul>li:hover>a {
    color: #ffffff;
}

header.header-area .main-menu ul>li.active>a {
    color: #ffffff;
    font-weight: 700;
}

header.header-area .main-menu ul li.menu-item-has-children>i {
    display: block;
}

@media only screen and (max-width: 991px) {
    header.header-area .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--primary-color1);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
    }

    header.header-area .main-menu.show-menu {
        transform: translateX(0);
    }

    header.header-area .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }

    header.header-area .main-menu ul {
        float: none;
        text-align: left;
        padding: 50px 10px 35px 0;
    }

    header.header-area .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px;
    }

    header.header-area .main-menu ul li i {
        display: block;
    }

    header.header-area .main-menu ul li a {
        padding: 10px 0;
        display: block;
        font-weight: 500;
        font-size: 16px;
        color: var(--white-color);
    }

    header.header-area .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
    }

    header.header-area .mobile-menu {
        position: relative;
        top: 2px;
        padding: 0 5px;
        border-radius: 50%;
        display: inline-block;
    }

    header.header-area .social-area ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    header.header-area .social-area ul li a {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-color2);
        border-radius: 50%;
        transition: 0.35s;
    }

    header.header-area .social-area ul li a i {
        color: var(--white-color);
        transition: 0.35s;
        position: relative;
        left: 0;
        top: 0;
        font-size: 15px;
        margin-left: 0;
    }

    header.header-area .social-area ul li:hover i {
        color: var(--primary-color3);
    }

    header.header-area .primary-btn-1 {
        justify-content: center;
        width: 100%;
    }

    header.header-area .primary-btn-2 {
        justify-content: center;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    header.header-area .main-menu .social-area ul li .bi {
        top: 0;
        font-size: 15px;
    }
}

/*================================================
05. banner wrapper
=================================================*/
.banner-wrapper {
    overflow: hidden;
    position: relative;
}

@media (max-width: 1199px) {
    .banner-wrapper {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .banner-wrapper {
        padding: 90px 0;
    }
}

@media (max-width: 576px) {
    .banner-wrapper {
        padding: 70px 0;
    }
}

.banner-wrapper .banner-content {
    max-width: 672px;
    width: 100%;
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .banner-wrapper .banner-content {
        max-width: 780px;
        padding: 0;
    }
}

.banner-wrapper .banner-content .banner-tag {
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    color: var(--white-color);
    background: var(--brand-color);
    padding: 5px 10px;
    border-radius: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.banner-wrapper .banner-content h1 {
    font-weight: 300;
    font-style: italic;
    font-size: 68px;
    line-height: 1.2;
    color: var(--black-color);
    margin-bottom: 20px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .banner-wrapper .banner-content h1 {
        font-size: 65px;
    }
}

@media (max-width: 1399px) {
    .banner-wrapper .banner-content h1 {
        font-size: 58px;
    }
}

@media (max-width: 991px) {
    .banner-wrapper .banner-content h1 {
        font-size: 54px;
    }
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-content h1 {
        font-size: 43px;
        margin-bottom: 15px;
    }
}

.banner-wrapper .banner-content h1 strong {
    font-weight: 700;
    font-style: normal;
}

.banner-wrapper .banner-content h1 strong span {
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content h1 strong span {
        display: inline;
    }
}

.banner-wrapper .banner-content h1 strong span::before {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 100%;
    background: url(//assets.jobsodoo.com/assets/images/vector.png) no-repeat center center;
    height: 21px;
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content h1 strong span::before {
        display: none;
    }
}

.banner-wrapper .banner-content p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--black-color);
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .banner-wrapper .banner-content p {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-content p {
        font-size: 15px;
        line-height: 1.7;
    }
}

.banner-wrapper .banner-content .job-search-area {
    background: #ffffff;
    border-radius: 10px;
    max-width: 880px;
    margin: 60px 0 20px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .banner-wrapper .banner-content .job-search-area {
        margin: 50px 0 20px;
    }
}

@media (max-width: 1399px) {
    .banner-wrapper .banner-content .job-search-area {
        margin: 50px 0 20px;
    }
}

@media (max-width: 991px) {
    .banner-wrapper .banner-content .job-search-area {
        margin: 35px 0 20px;
    }
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content .job-search-area {
        margin: 25px 0 10px;
    }
}

.banner-wrapper .banner-content .job-search-area form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 26px 15px 20px;
    gap: 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .banner-wrapper .banner-content .job-search-area form {
        padding: 15px 10px;
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .banner-wrapper .banner-content .job-search-area form {
        padding: 10px 26px 10px 20px;
    }
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content .job-search-area form {
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-content .job-search-area form {
        padding: 15px 20px;
        gap: 0;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner {
        width: 100%;
        margin-bottom: 10px;
    }

    .banner-wrapper .banner-content .job-search-area form .form-inner button {
        padding: 10px 20px;
        border-radius: 6px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

.banner-wrapper .banner-content .job-search-area form .form-inner.category {
    border-radius: 5px;
    padding-left: 40px;
    position: relative;
    width: max-content;
}

@media (max-width: 1399px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner.category {
        padding-left: 20px;
        max-width: 150px;
    }
}

@media (max-width: 991px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner.category {
        padding-left: 40px;
        max-width: 180px;
    }
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner.category {
        max-width: 200px;
        padding-left: 30px;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner.category {
        border-top: 1px solid #ccc;
        max-width: unset;
        width: 100%;
        border-radius: 0;
        padding-left: 0;
        padding-top: 10px;
        margin-bottom: 20px;
    }
}

.banner-wrapper .banner-content .job-search-area form .form-inner.category::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 36px;
    background-color: #d9d9d9;
}

@media (max-width: 576px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner.category::before {
        display: none;
    }
}

.banner-wrapper .banner-content .job-search-area form .form-inner input {
    height: 30px;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: var(--title-color);
    padding: 20px 20px 20px 0px;
    line-height: 1;
    width: 100%;
    border-bottom: none;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner input {
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner input {
        padding: 15px 0;
        height: 27px;
    }
}

.banner-wrapper .banner-content .job-search-area form .form-inner input::-moz-placeholder {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #a6a6a6;
}

.banner-wrapper .banner-content .job-search-area form .form-inner input::placeholder {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #a6a6a6;
}

.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select {
    height: 30px;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--title-color);
    width: 100%;
    display: flex;
    align-items: center;
    border: unset;
    padding-left: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner .nice-select {
        font-size: 15px;
    }
}

.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select .option {
    min-height: 35px;
}

.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select .list {
    width: auto;
    max-height: 170px;
    overflow-y: auto;
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    padding: 10px 0;
    margin: 0;
}

.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select .list li {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--title-color);
    display: flex;
    align-items: center;
}

.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select::after {
    border-bottom: 1px solid var(--primary-color3);
    border-right: 1px solid var(--primary-color3);
    margin-top: -6px;
    right: 5px;
    top: 50%;
    height: 8px;
    width: 8px;
}

.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select .option:hover,
.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select .option.focus,
.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select .option.selected.focus {
    background-color: rgba(0, 167, 172, 0.1);
}

.banner-wrapper .banner-content .job-search-area form .form-inner .primry-btn-2 {
    height: 100%;
    padding: 12px 31px;
}

.banner-wrapper .banner-content .job-search-area form .form-inner .primry-btn-2 img {
    margin-right: 5px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner button {
        padding: 14px 33px;
    }
}

.banner-wrapper .banner-content .suggest-tag ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content .suggest-tag ul {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.banner-wrapper .banner-content .suggest-tag ul li a {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--white-color);
    transition: 0.35s;
}

.banner-wrapper .banner-content .suggest-tag ul li a:hover {
    color: #fcf2b1;
}

.banner-wrapper .banner-img-wrap {
    min-width: 610px;
    position: relative;
    min-height: 550px;
}

@media (max-width: 1699px) {
    .banner-wrapper .banner-img-wrap {
        min-width: 555px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .banner-wrapper .banner-img-wrap {
        min-width: unset;
    }
}

@media (max-width: 1399px) {
    .banner-wrapper .banner-img-wrap {
        min-width: unset;
    }
}

.banner-wrapper .banner-img-wrap .banner-img {
    display: flex;
    align-items: end;
    justify-content: end;
}

@media (max-width: 1199px) {
    .banner-wrapper .banner-img-wrap .banner-img {
        display: none;
    }
}

.banner-wrapper .banner-img-wrap .banner-img img {
    animation: fadeInRight 1s ease-out forwards;
    opacity: 0;
    animation-delay: 0.5s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.banner-wrapper .banner-img-wrap .counter-item {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 1199px) {
    .banner-wrapper .banner-img-wrap {
        min-height: unset;
    }

    .banner-wrapper .banner-img-wrap .counter-item {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .banner-wrapper .banner-img-wrap .counter-item {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-img-wrap .counter-item {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 10px;
    }
}

.banner-wrapper .banner-img-wrap .counter-item .single-counter {
    padding: 13px 25px;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 55px;
    left: 30%;
}

.banner-wrapper .banner-img-wrap .counter-item .single-counter span {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    padding: 10px 0;
    display: block;
}

.banner-wrapper .banner-img-wrap .counter-item .single-counter h6 {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.banner-wrapper .banner-img-wrap .counter-item .single-counter h6 strong {
    font-weight: 700;
}

.banner-wrapper .banner-img-wrap .counter-item .single-counter:nth-child(2) {
    top: 20%;
    left: 5px;
}

@media (max-width: 1199px) {
    .banner-wrapper .banner-img-wrap .counter-item .single-counter:nth-child(2) {
        top: unset;
        left: unset;
    }
}

.banner-wrapper .banner-img-wrap .counter-item .single-counter:nth-child(3) {
    top: unset;
    bottom: 13%;
    left: 5px;
}

@media (max-width: 1199px) {
    .banner-wrapper .banner-img-wrap .counter-item .single-counter:nth-child(3) {
        bottom: unset;
        left: unset;
    }
}

.banner-wrapper .banner-img-wrap .counter-item .single-counter:nth-child(4) {
    top: unset;
    bottom: 35px;
    left: 45%;
}

@media (max-width: 1199px) {
    .banner-wrapper .banner-img-wrap .counter-item .single-counter:nth-child(4) {
        bottom: unset;
        left: unset;
    }
}

@media (max-width: 1199px) {
    .banner-wrapper .banner-img-wrap .counter-item .single-counter {
        position: relative;
        top: unset;
        left: unset;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-img-wrap .counter-item .single-counter {
        width: 100%;
    }
}

.banner-wrapper .vector {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 504px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1699px) {
    .banner-wrapper .vector {
        width: 230px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .banner-wrapper .vector {
        width: 180px;
        height: 385px;
    }
}

@media (max-width: 1399px) {
    .banner-wrapper .vector {
        width: 180px;
        height: 385px;
    }
}

@media (max-width: 1199px) {
    .banner-wrapper .vector {
        display: none;
    }
}

/*================================================
06. category section
=================================================*/
.category-section .single-category {
    position: relative;
}

.category-section .single-category .category-wrap {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background: #e7e4f7;
    transition: 0.35s;
    padding: 50px;
}

@media (max-width: 576px) {
    .category-section .single-category .category-wrap {
        mask-position: left 70%;
    }
}

.category-section .single-category .category-wrap .category-icon {
    margin-bottom: 18px;
}

.category-section .single-category .category-wrap .category-icon img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.category-section .single-category .category-wrap .category-content h5 a {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: var(--title-color2);
    margin-bottom: 13px;
    transition: 0.5s;
}

@media (max-width: 1399px) {
    .category-section .single-category .category-wrap .category-content h5 a {
        font-size: 18px;
    }
}

.category-section .single-category .category-wrap .category-content h5 a:hover {
    color: var(--primary-color2);
}

.category-section .single-category .category-wrap .category-content p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.category-section .single-category .category-wrap .category-content p span {
    font-weight: 600;
    color: var(--title-color2);
}

.category-section .single-category .button-area .icon {
    position: absolute;
    top: 80%;
    right: 2px;
    z-index: 999;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--primary-color2);
    transition: 0.5s;
}

@media (max-width: 576px) {
    .category-section .single-category .button-area .icon {
        right: 10px;
    }
}

.category-section .single-category .button-area .icon svg {
    fill: none;
    stroke: var(--primary-color2);
    transition: 0.5s;
}

.category-section .single-category:hover .category-wrap {
    background: #e7f8f2;
}

.category-section .single-category:hover .button-area .icon {
    background: var(--primary-color2);
    border: 1px solid var(--primary-color2);
}

.category-section .single-category:hover .button-area .icon svg {
    stroke: var(--white-color);
}

/*================================================
07.  trusted company
=================================================*/
.trusted-company .section-title {
    margin-bottom: 20px;
}

.trusted-company .section-title h6 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: var(--title-color2);
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}

.trusted-company .section-title h6::after {
    content: "";
    width: 114px;
    height: 1px;
    background-color: rgba(var(--primary-color2-opc), 0.5);
    border-radius: 5px;
    position: absolute;
    top: 55%;
    right: -128px;
    transform: translateY(-50%);
}

@media (max-width: 576px) {
    .trusted-company .section-title h6::after {
        width: 60px;
        right: -70px;
    }
}

.trusted-company .marquee {
    display: flex;
    gap: 80px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (max-width: 1199px) {
    .trusted-company .marquee {
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .trusted-company .marquee {
        gap: 30px;
    }
}

.trusted-company .marquee .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 80px;
    min-width: 100%;
    animation: scroll-x 30s linear infinite;
}

@media (max-width: 1199px) {
    .trusted-company .marquee .marquee__group {
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .trusted-company .marquee .marquee__group {
        gap: 30px;
    }
}

.trusted-company .marquee .marquee__group a img {
    width: 160px;
}

@media (max-width: 1199px) {
    .trusted-company .marquee .marquee__group a img {
        width: 145px;
    }
}

@keyframes scroll-x {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/*================================================
08. Rescuiters section
=================================================*/
.rescuiters-section {
    padding: 0 30px;
    background:var(--brand-color1);
}

@media (max-width: 767px) {
    .rescuiters-section {
        padding: 0px 20px;
    }
}

@media (max-width: 576px) {
    .rescuiters-section {
        padding: 0px 10px;
    }
}

.rescuiters-section .rescuiters-section-wrap {
    padding: 75px 20px;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .rescuiters-section .rescuiters-section-wrap {
        padding: 60px 10px;
    }
}

@media (max-width: 767px) {
    .rescuiters-section .rescuiters-section-wrap {
        padding: 50px 10px;
    }
}

@media (max-width: 576px) {
    .rescuiters-section .rescuiters-section-wrap {
        padding: 50px 5px;
        border-radius: 20px;
    }
}

.rescuiters-card {
    background: var(--white-color);
    border-radius: 20px;
    padding: 0 25px;
    transition: 0.5s;
    border: 1px solid var(--border-color);
}

.rescuiters-card:hover {
    border: 1px solid var(--primary-color2);
}

@media (max-width: 1399px) {
    .rescuiters-card {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .rescuiters-card {
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    .rescuiters-card {
        border-radius: 15px;
    }
}

.rescuiters-card .company-area {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 0px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border-color);
}

.rescuiters-card .company-area .icon img {
    max-width: 60px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .rescuiters-card .company-area {
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .rescuiters-card .company-area .icon img {
        width: 60px;
    }
}

.rescuiters-card .company-area .name-location h5 {
    margin-bottom: 10px;
}

.rescuiters-card .company-area .name-location h5 a {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: var(--primary-color2);
    transition: 0.5s;
}

.rescuiters-card .company-area .name-location h5 a:hover {
    color: var(--title-color);
}

@media (max-width: 991px) {
    .rescuiters-card .company-area .name-location h5 a {
        font-size: 19px;
    }
}

@media (max-width: 576px) {
    .rescuiters-card .company-area .name-location h5 a {
        font-size: 18px;
    }
}

.rescuiters-card .company-area .name-location .info {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rescuiters-card .company-area .name-location .info li {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--paragraph-color);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.rescuiters-card .company-area .name-location .info li svg {
    fill: var(--paragraph-color);
}

.rescuiters-card .company-area .name-location .info li:last-child {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .rescuiters-card .company-area .name-location .info li {
        font-size: 14px;
        gap: 5px;
    }
}

.rescuiters-card .job-details-vacancies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 0px 0px 30px;
}

.rescuiters-card .job-details-vacancies .vacancies p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.rescuiters-card .job-details-vacancies .vacancies p span {
    font-weight: 500;
    color: var(--title-color2);
}

/*================================================
09. feature section
=================================================*/
.feature-card {
    position: relative;
}

.feature-card .feature-wrape {
    -webkit-mask-image: url(//assets.jobsodoo.com/assets/images/featured-bg.png);
    mask-image: url(//assets.jobsodoo.com/assets/images/featured-bg.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 100%;
    width: 100%;
    -webkit-mask-position: right;
    mask-position: right;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    padding: 30px 30px;
    border-radius: 20px;
    background: var(--white-color);
    border: 1px solid transparent;
    transition: 0.35s;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .feature-card .feature-wrape {
        padding: 25px 20px;
    }
}

@media (max-width: 1199px) {
    .feature-card .feature-wrape {
        -webkit-mask-position: right bottom;
        mask-position: right bottom;
    }
}

@media (max-width: 991px) {
    .feature-card .feature-wrape {
        padding: 25px 18px;
    }
}

.feature-card .feature-wrape .company-area {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .feature-card .feature-wrape .company-area {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .feature-card .feature-wrape .company-area {
        gap: 10px;
    }
}

.feature-card .feature-wrape .company-area .logo img {
    max-width: 48px;
    max-height: 48px;
    object-fit: cover;
}

.feature-card .feature-wrape .company-area .company-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}

.feature-card .feature-wrape .company-area .company-details .name-location h5 a {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: var(--primary-color2);
    margin-bottom: 7px;
}

@media (max-width: 991px) {
    .feature-card .feature-wrape .company-area .company-details .name-location h5 a {
        font-size: 18px;
    }
}

.feature-card .feature-wrape .company-area .company-details .name-location p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .feature-card .feature-wrape .company-area .company-details .name-location p {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .feature-card .feature-wrape .company-area .company-details .name-location p {
        font-size: 14px;
    }
}

.feature-card .feature-wrape .company-area .company-details .name-location p span {
    color: var(--title-color2);
    font-weight: 500;
}

.feature-card .feature-wrape .company-area .company-details .bookmark {
    cursor: pointer;
}

.feature-card .feature-wrape .company-area .company-details .bookmark i {
    color: var(--paragraph-color);
    transition: 0.5s;
}

.feature-card .feature-wrape .company-area .company-details .bookmark i:hover,
.feature-card .feature-wrape .company-area .company-details .bookmark.active i {
    color: #ee4f4f;
}

.feature-card .feature-wrape .company-area .company-details .bookmark i:hover::before {
    content: "\f415";
}

.feature-card .feature-wrape .job-discription ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .feature-card .feature-wrape .job-discription ul {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .feature-card .feature-wrape .job-discription ul {
        gap: 8px;
        row-gap: 12px;
    }
}

.feature-card .feature-wrape .job-discription ul li {
    background: #faf4db;
    padding: 5px 15px;
    border-radius: 5px;
    display: flex;
    gap: 4px;
    align-items: center;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8e5e0f;
    text-align: center;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .feature-card .feature-wrape .job-discription ul li {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .feature-card .feature-wrape .job-discription ul li {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .feature-card .feature-wrape .job-discription ul li {
        font-size: 12px;
        padding: 5px 10px;
    }
}

.feature-card .feature-wrape .job-discription ul li.style-2 {
    background: #e4f7ff;
    color: #0e658c;
}

.feature-card .feature-wrape .job-discription ul li.style-2 svg {
    fill: #0e658c;
}

.feature-card .feature-wrape .job-discription ul li.style-3 {
    background: #fff0f5;
    color: #6d1e38;
}

.feature-card .feature-wrape .job-discription ul li.style-4 {
    background: #edfedd;
    color: #243f0b;
}

.feature-card .feature-wrape .job-discription ul li.style-5 {
    background: #f3edfb;
    color: #322052;
}

.feature-card .feature-wrape .date p {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .feature-card .feature-wrape .date p {
        font-size: 13px;
    }
}

.feature-card .button-area {
    position: absolute;
    top: 84%;
    right: -5px;
    z-index: 99;
}

@media (max-width: 991px) {
    .feature-card .button-area {
        right: 0;
    }
}

@media (max-width: 991px) {
    .feature-card .button-area .primary-btn-4 {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .feature-card .button-area .primary-btn-4 {
        font-size: 14px;
    }
}

.feature-card.two .feature-wrape {
    background-color: #f4f4f4;
}

/* 
.featured-section {
    padding: 0 30px;
} */
/* 
@media (max-width: 1399px) {
    .featured-section {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .featured-section {
        padding: 0 10px;
    }
} */

.featured-section .featured-section-wrap {
    background: var(--brand-color1);
    padding: 40px 0;
    /* border-radius: 30px; */
}

@media (max-width: 767px) {
    .featured-section .featured-section-wrap {
        padding: 40px 0;
        /* border-radius: 20px; */
    }
}

@media (max-width: 576px) {
    .featured-section .featured-section-wrap {
        padding: 40px 0;
    }
}

/*================================================
10. feature section
=================================================*/
.testimonial-card2 .testimonial-img {
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-img {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-img {
        padding: 10px;
        border-radius: 15px;
        height: unset;
    }
}

.testimonial-card2 .testimonial-img img {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-img img {
        height: unset;
    }
}

.testimonial-card2 .testimonial-content-wrap {
    background-image: url(//assets.jobsodoo.com/assets/images/testimonial-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 55px 65px;
    border-radius: 20px;
    position: relative;
}

@media (max-width: 1399px) {
    .testimonial-card2 .testimonial-content-wrap {
        padding: 55px 40px;
        background-position: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-content-wrap {
        padding: 45px 25px;
    }
}

@media (max-width: 991px) {
    .testimonial-card2 .testimonial-content-wrap {
        padding: 45px 28px;
    }
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap {
        padding: 35px 15px;
        border-radius: 15px;
    }
}

.testimonial-card2 .testimonial-content-wrap .company-logo {
    margin-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-content-wrap .company-logo {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .testimonial-card2 .testimonial-content-wrap .company-logo {
        margin-bottom: 30px;
    }
}

.testimonial-card2 .testimonial-content-wrap .company-logo img {
    width: 144px;
}

.testimonial-card2 .testimonial-content-wrap .company-logo img.dark {
    display: none;
}

.testimonial-card2 .testimonial-content-wrap .testimonial-content {
    margin-bottom: 45px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content {
        margin-bottom: 25px;
    }
}

.testimonial-card2 .testimonial-content-wrap .testimonial-content .rating-area {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content .rating-area {
        margin-bottom: 10px;
    }
}

.testimonial-card2 .testimonial-content-wrap .testimonial-content .rating-area li i {
    color: #e4c40c;
    font-size: 14px;
}

.testimonial-card2 .testimonial-content-wrap .testimonial-content p {
    color: var(--paragraph-color);
    font-family: var(--font-mulish);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
        font-size: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
        font-size: 22px;
        line-height: 1.4;
    }
}

@media (max-width: 991px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
        font-size: 24px;
        line-height: 1.4;
    }
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
        font-size: 18px;
        line-height: 1.7;
    }
}

.testimonial-card2 .testimonial-content-wrap .testimonial-content p span {
    color: var(--title-color);
}

.testimonial-card2 .testimonial-content-wrap .author-area {
    max-width: 270px;
    width: 100%;
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap .author-area {
        max-width: unset;
    }
}

.testimonial-card2 .testimonial-content-wrap .author-area h5 {
    color: var(--title-color2);
    font-family: var(--font-mulish);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}

.testimonial-card2 .testimonial-content-wrap .author-area span {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.testimonial-card2 .testimonial-content-wrap .quote {
    fill: var(--white-color);
    stroke: var(--border-color);
    position: absolute;
    top: 60px;
    right: 110px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-content-wrap .quote {
        top: 40px;
        right: 80px;
    }
}

@media (max-width: 991px) {
    .testimonial-card2 .testimonial-content-wrap .quote {
        top: 40px;
    }
}

@media (max-width: 767px) {
    .testimonial-card2 .testimonial-content-wrap .quote {
        right: 60px;
    }
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap .quote {
        top: 30px;
        right: 30px;
        width: 80px;
    }
}

.testimonial-card2 .testimonial-content-wrap .joint1 {
    fill: #f0f0f0;
    position: absolute;
    top: 80px;
    left: -24px;
}

@media (max-width: 991px) {
    .testimonial-card2 .testimonial-content-wrap .joint1 {
        display: none;
    }
}

.testimonial-card2 .testimonial-content-wrap .joint2 {
    fill: #f0f0f0;
    position: absolute;
    bottom: 80px;
    left: -24px;
}

@media (max-width: 991px) {
    .testimonial-card2 .testimonial-content-wrap .joint2 {
        display: none;
    }
}

.testimonial-card2.two .testimonial-img {
    padding: 0;
    position: relative;
    border-radius: 5px;
}

.testimonial-card2.two .testimonial-img img {
    border-radius: 5px;
}

.testimonial-card2.two .testimonial-content-wrap {
    background-image: unset;
    background-color: rgba(240, 240, 240, 0.8);
    border-radius: 10px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    min-height: 396px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2.two .testimonial-content-wrap {
        padding: 25px 18px;
        min-height: 348px;
    }
}

@media (max-width: 991px) {
    .testimonial-card2.two .testimonial-content-wrap {
        min-height: 348px;
    }
}

@media (max-width: 767px) {
    .testimonial-card2.two .testimonial-content-wrap {
        min-height: 315px;
    }
}

@media (max-width: 576px) {
    .testimonial-card2.two .testimonial-content-wrap {
        padding: 25px 15px;
        gap: 15px;
        min-height: 306px;
    }
}

.testimonial-card2.two .testimonial-content-wrap .testimonial-content {
    margin-bottom: 0;
}

.testimonial-card2.two .testimonial-content-wrap .testimonial-content .testimonial-content-top {
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .testimonial-card2.two .testimonial-content-wrap .testimonial-content .testimonial-content-top {
        margin-bottom: 10px;
    }
}

.testimonial-card2.two .testimonial-content-wrap .testimonial-content .testimonial-content-top .rating-area {
    margin-bottom: 2px;
}

.testimonial-card2.two .testimonial-content-wrap .testimonial-content .testimonial-content-top .rating-area li i {
    color: #dda701;
}

.testimonial-card2.two .testimonial-content-wrap .testimonial-content .testimonial-content-top span {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.testimonial-card2.two .testimonial-content-wrap .author-area h5 {
    margin-bottom: 0;
}

.testimonial-card2.two .testimonial-content-wrap .quote {
    top: unset;
    bottom: 45px;
    right: 30px;
}

@media (max-width: 576px) {
    .testimonial-card2.two .testimonial-content-wrap .quote {
        bottom: 40px;
        right: 25px;
    }
}

@media (max-width: 991px) {

    .testimonial-card2.two .testimonial-content-wrap .joint1,
    .testimonial-card2.two .testimonial-content-wrap .joint2 {
        display: block;
    }
}

@media (max-width: 767px) {

    .testimonial-card2.two .testimonial-content-wrap .joint1,
    .testimonial-card2.two .testimonial-content-wrap .joint2 {
        display: none;
    }
}

.testimonial-section .testimonial-slider-area {
    position: relative;
}

.testimonial-section .testimonial-slider-area .slider-btn-area {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
    position: absolute;
    bottom: 72px;
    right: 65px;
    z-index: 1;
}

@media (max-width: 1399px) {
    .testimonial-section .testimonial-slider-area .slider-btn-area {
        right: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-section .testimonial-slider-area .slider-btn-area {
        right: 25px;
        bottom: 62px;
    }
}

@media (max-width: 991px) {
    .testimonial-section .testimonial-slider-area .slider-btn-area {
        right: 28px;
        bottom: 62px;
    }
}

@media (max-width: 576px) {
    .testimonial-section .testimonial-slider-area .slider-btn-area {
        position: relative;
        margin-top: 20px;
        bottom: unset;
        right: unset;
        justify-content: space-between;
    }
}

.testimonial-section .testimonial-slider-area .slider-btn-area .slider-btn-grp {
    gap: 15px;
}

.testimonial-section .testimonial-slider-area .slider-btn-area .franctional-pagi {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-size: 22px;
    font-weight: 600;
    width: unset;
}

.testimonial-section .testimonial-slider-area .slider-btn-area .franctional-pagi .swiper-pagination-total {
    color: var(--paragraph-color);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-inter);
}

.testimonial-section .testimonial-slider .swiper-slide-active .company-logo {
    animation: fadeInDown 1.7s;
}

.testimonial-section .testimonial-slider .swiper-slide-active .testimonial-content,
.testimonial-section .testimonial-slider .swiper-slide-active .author-area {
    animation: fadeInUp 1.7s;
}

/*================================================
11. latest news
=================================================*/
.blog-section .blog-card .blog-img-wrap {
    position: relative;
}

.blog-section .blog-card .blog-img-wrap .blog-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .blog-section .blog-card .blog-img-wrap .blog-img {
        border-radius: 20px;
    }
}

@media (max-width: 576px) {
    .blog-section .blog-card .blog-img-wrap .blog-img {
        border-radius: 15px;
    }
}

.blog-section .blog-card .blog-img-wrap .blog-img img {
    border-radius: 30px;
    transition: 0.5s ease-out;
    height: 260px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .blog-section .blog-card .blog-img-wrap .blog-img img {
        border-radius: 20px;
    }
}

@media (max-width: 576px) {
    .blog-section .blog-card .blog-img-wrap .blog-img img {
        border-radius: 15px;
    }
}

.blog-section .blog-card .blog-img-wrap .batch {
    -webkit-mask-image: url(//assets.jobsodoo.com/assets/images/blog-mask.png);
    mask-image: url(//assets.jobsodoo.com/assets/images/blog-mask.png);
    -webkit-mask-position: left;
    mask-position: left;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #fbfbfb;
    padding: 48px 48px 18px 0px;
    position: absolute;
    bottom: -11px;
    left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-section .blog-card .blog-img-wrap .batch {
        padding: 46px 40px 16px 0px;
    }
}

@media (max-width: 576px) {
    .blog-section .blog-card .blog-img-wrap .batch {
        padding: 48px 48px 12px 0px;
    }
}

.blog-section .blog-card .blog-img-wrap .batch ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-section .blog-card .blog-img-wrap .batch ul {
        gap: 8px;
    }
}

.blog-section .blog-card .blog-img-wrap .batch ul li {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: var(--paragraph-color);
    position: relative;
    padding-left: 12px;
}

.blog-section .blog-card .blog-img-wrap .batch ul li::after {
    content: "";
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #d9d9d9;
}

.blog-section .blog-card .blog-img-wrap .batch ul li a {
    color: var(--paragraph-color);
    transition: 0.5s;
}

.blog-section .blog-card .blog-img-wrap .batch ul li a:hover {
    color: var(--primary-color2);
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-section .blog-card .blog-img-wrap .batch ul li {
        padding-left: 8px;
    }
}

@media (max-width: 576px) {
    .blog-section .blog-card .blog-img-wrap .batch ul li {
        font-size: 13px;
    }
}

.blog-section .blog-card .blog-img-wrap .batch ul li:first-child {
    padding-left: 0;
}

.blog-section .blog-card .blog-img-wrap .batch ul li:first-child::after {
    display: none;
}

.blog-section .blog-card .blog-content {
    padding-top: 15px;
}

@media (max-width: 991px) {
    .blog-section .blog-card .blog-content {
        padding-top: 10px;
    }
}

.blog-section .blog-card .blog-content h5 {
    margin-bottom: 15px;
}

.blog-section .blog-card .blog-content h5 a {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: var(--title-color2);
    text-transform: capitalize;
    transition: 0.35s;
}

.blog-section .blog-card .blog-content h5 a:hover {
    color: var(--primary-color2);
}

.blog-section .blog-card:hover .blog-img-wrap .blog-img img {
    transform: scale(1.1);
}

/*================================================
11. Empzio work section
=================================================*/
.empzio-work-section .single-work-section {
    position: relative;
}

.empzio-work-section .single-work-section .single-work-wrap h2 {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    color: #bf9264;
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .empzio-work-section .single-work-section .single-work-wrap h2 {
        font-size: 55px;
    }
}

@media (max-width: 1199px) {
    .empzio-work-section .single-work-section .single-work-wrap h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .empzio-work-section .single-work-section .single-work-wrap h2 {
        font-size: 45px;
    }
}

@media (max-width: 576px) {
    .empzio-work-section .single-work-section .single-work-wrap h2 {
        font-size: 42px;
    }
}

.empzio-work-section .single-work-section .single-work-wrap h4 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: var(--title-color2);
    margin-bottom: 14px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .empzio-work-section .single-work-section .single-work-wrap h4 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .empzio-work-section .single-work-section .single-work-wrap h4 {
        margin-bottom: 10px;
    }
}

.empzio-work-section .single-work-section .single-work-wrap p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--paragraph-color);
    text-align: center;
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .empzio-work-section .single-work-section .single-work-wrap p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .empzio-work-section .single-work-section .single-work-wrap p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .empzio-work-section .single-work-section .single-work-wrap p {
        font-size: 15px;
    }
}

.empzio-work-section .single-work-section .arrow {
    fill: #bf9264;
    position: absolute;
    top: 10px;
    right: -28%;
}

@media (max-width: 1399px) {
    .empzio-work-section .single-work-section .arrow {
        width: 110px;
        right: -26%;
    }
}

@media (max-width: 1199px) {
    .empzio-work-section .single-work-section .arrow {
        width: 100px;
    }
}

@media (max-width: 991px) {
    .empzio-work-section .single-work-section .arrow {
        display: none;
    }
}

.empzio-work-section .single-work-section.style-2 .single-work-wrap h2 {
    color: #6f826a;
}

.empzio-work-section .single-work-section.style-2 .arrow {
    fill: #6f826a;
    top: unset;
    bottom: -24px;
}

@media (max-width: 1199px) {
    .empzio-work-section .single-work-section.style-2 .arrow {
        bottom: -28px;
    }
}

.empzio-work-section .single-work-section.style-3 .single-work-wrap h2 {
    color: #a6ca88;
}

.empzio-work-section .single-work-section.style-3 .arrow {
    fill: #a6ca88;
}

.empzio-work-section .single-work-section.style-4 .single-work-wrap h2 {
    color: #b2b464;
}

.empzio-work-section .single-work-col:last-child .single-work-section svg {
    display: none;
}

/*================================================
12. latest news
=================================================*/
.location-section {
    background-color: #f3f0ea;
    padding: 80px 0;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .location-section {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .location-section {
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 20px;
        padding: 50px 0;
    }
}

.location-section .location-card {
    position: relative;
}

.location-section .location-card .location-image {
    position: relative;
    z-index: 2;
    border-radius: 15px;
}

.location-section .location-card .location-image img {
    border-radius: 15px;
}

.location-section .location-card .location-content-wrap {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    max-width: 240px;
    width: 100%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .location-section .location-card .location-content-wrap {
        max-width: 220px;
    }
}

.location-section .location-card .location-content {
    background-color: #f3f0ea;
    padding: 15px 10px;
    border-radius: 10px;
    text-align: center;
}

.location-section .location-card .location-content h6 {
    margin-bottom: 5px;
}

.location-section .location-card .location-content h6 a {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    transition: 0.5s;
}

.location-section .location-card .location-content h6 a:hover {
    color: var(--primary-color2);
}

.location-section .location-card .location-content span {
    color: var(--primary-color2);
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.location-section .swiper-pagination1 {
    display: inline-flex;
    align-items: center;
    width: unset;
    z-index: 9;
    gap: 58px;
    position: relative;
}

@media (max-width: 991px) {
    .location-section .swiper-pagination1 {
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .location-section .swiper-pagination1 {
        gap: 20px;
    }
}

.location-section .swiper-pagination1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 1px;
    background-color: #a6a6a6;
}

@media (max-width: 576px) {
    .location-section .swiper-pagination1 {
        justify-content: center;
    }
}

.location-section .swiper-pagination1 .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    background-color: #a6a6a6;
    border-radius: 50%;
    opacity: 1;
    position: relative;
}

.location-section .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background-color: var(--primary-color2);
}

/*================================================
13. footer section
=================================================*/
.footer-section {
    background: var(--title-color);
}

.footer-section .footer-top {
    padding: 60px 0;
}

.footer-section .footer-top .footer-widget a.footer-logo img {
    display: inline-block;
    margin-bottom: 23px;
}

.footer-section .footer-top .footer-widget a.footer-logo img {
    width: 160px;
}

@media (max-width: 576px) {
    .footer-section .footer-top .footer-widget a.footer-logo img {
        width: 140px;
    }
}

.footer-section .footer-top .footer-widget p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #939393;
    margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section .footer-top .footer-widget p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 991px) {
    .footer-section .footer-top .footer-widget p {
        margin-bottom: 35px;
    }
}

.footer-section .footer-top .footer-widget .social-area h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: var(--white-color);
    margin-bottom: 25px;
}

.footer-section .footer-top .footer-widget .social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-section .footer-top .footer-widget .social-area ul li a {
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    border-radius: 50%;
    transition: 0.35s;
}

.footer-section .footer-top .footer-widget .social-area ul li a i {
    color: var(--paragraph-color);
    transition: 0.35s;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    font-size: 14px;
}

.footer-section .footer-top .footer-widget .social-area ul li a i.bi-twitter-x {
    font-size: 12px;
}

.footer-section .footer-top .footer-widget .social-area ul li a:hover i {
    color: var(--primary-color2);
}

.footer-section .footer-top .footer-widget h5 {
    font-family: var(--font-mulish);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 25px;
}

.footer-section .footer-top .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section .footer-top .footer-widget ul li {
    margin-bottom: 8px;
}

.footer-section .footer-top .footer-widget .social-area ul li:last-child {
    margin-bottom: auto;
}

.footer-section .footer-top .footer-widget ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .footer-section .footer-top .footer-widget ul li {
        margin-bottom: 6px;
    }
}

.footer-section .footer-top .footer-widget ul li a {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: #a5a5a5;
    transition: 0.35s;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section .footer-top .footer-widget ul li a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .footer-section .footer-top .footer-widget ul li a {
        font-size: 15px;
    }
}

.footer-section .footer-top .footer-widget ul li a:hover {
    color: var(--primary-color2);
}

.footer-section .footer-top .footer-widget .app-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section .footer-top .footer-widget .app-list ul li {
    margin-bottom: 20px;
}

.footer-section .footer-top .footer-widget .app-list ul li:last-child {
    margin-bottom: 0;
}

.footer-section .footer-bottom-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 30px 0;
}

@media (max-width: 767px) {
    .footer-section .footer-bottom-wrap {
        padding: 25px 0;
    }
}

.footer-section .footer-bottom-wrap .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .footer-section .footer-bottom-wrap .footer-bottom {
        justify-content: center;
    }
}

.footer-section .footer-bottom-wrap .footer-bottom .copyright-area p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #d3d3d3;
    margin-bottom: 0;
}

.footer-section .footer-bottom-wrap .footer-bottom .copyright-area p a {
    color: var(--white-color);
    font-weight: 500;
    transition: 0.5s;
}

.footer-section .footer-bottom-wrap .footer-bottom .copyright-area p a:hover {
    color: var(--primary-color2);
}

.footer-section .footer-bottom-wrap .footer-bottom .contact-area h6 {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: var(--white-color);
    margin-bottom: 0;
}

.footer-section .footer-bottom-wrap .footer-bottom .contact-area h6 a {
    color: var(--white-color);
    transition: 0.5s;
}

.footer-section .footer-bottom-wrap .footer-bottom .contact-area h6 a:hover {
    color: var(--primary-color2);
}

/*================================================
14. breadcrcum area
=================================================*/
.breadcrumb-section {
    padding: 0 26px;
}

@media (max-width: 991px) {
    .breadcrumb-section {
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section {
        padding: 0 10px;
    }
}

.breadcrumb-section .breadcrumb-wrap {
    background: #f1f1f1;
    border-radius: 20px;
    padding: 90px 0;
}

@media (max-width: 991px) {
    .breadcrumb-section .breadcrumb-wrap {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-wrap {
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section .breadcrumb-wrap {
        border-radius: 10px;
    }
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content h1 {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
    color: var(--title-color2);
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content h1 {
        font-size: 47px;
    }
}

@media (max-width: 1199px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content h1 {
        font-size: 43px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content h1 {
        font-size: 35px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content h1 {
        font-size: 30px;
    }
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul {
        margin-bottom: 15px;
    }
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul li {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--title-color2);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul li::before {
    float: left;
    padding-right: 8px;
    content: url(//assets.jobsodoo.com/assets/images/icon/star.svg);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul li:first-child::before {
    display: none;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul li a {
    color: #595959;
    transition: 0.5s;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul li a:hover {
    color: var(--primary-color2);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left {
    display: flex;
    gap: 18px;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info h5 {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: var(--primary-color2);
    margin-bottom: 18px;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info p span {
    font-weight: 500;
    color: var(--title-color2);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info .location {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info .location li {
    margin-bottom: 15px;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info .location li:last-child {
    margin-bottom: 0;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info .location li {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: var(--paragraph-color);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info .location li a {
    color: var(--paragraph-color);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info .location li svg {
    fill: var(--paragraph-color);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area h6 {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--title-color2);
    margin-bottom: 0;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area ul li {
    margin-bottom: 0;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area ul li a {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    border-radius: 50%;
    transition: 0.35s;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area ul li a i {
    color: var(--primary-color2);
    transition: 0.35s;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    font-size: 14px;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area ul li a i.bi-twitter-x {
    font-size: 11px;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area ul li a:hover {
    background-color: var(--primary-color2);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area ul li a:hover i {
    color: var(--white-color);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .button {
    display: flex;
    justify-content: end;
}

@media (max-width: 991px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .button {
        justify-content: start;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap {
    background: #e8f2d6;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content {
    display: grid;
    grid-template-columns: 38% 35% 17%;
    gap: 60px;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content {
        gap: 20px;
        grid-template-columns: 35% 35% 20%;
    }
}

@media (max-width: 1199px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content {
        grid-template-columns: 35% 33% 22%;
    }
}

@media (max-width: 991px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 576px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content {
        row-gap: 20px;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area {
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
    padding-right: 66px;
}

@media (max-width: 1399px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area {
        padding-right: 20px;
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area {
        display: inline-flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area {
        gap: 10px;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 67px;
    background-color: #bdbdbd;
}

@media (max-width: 991px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area::after {
        display: none;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .icon img {
    width: 60px;
}

@media (max-width: 576px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .icon img {
        min-width: unset;
        width: 55px;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .content-area h5 {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: var(--primary-color2);
    margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .content-area h5 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .content-area h5 {
        font-size: 18px;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .content-area p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .content-area p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .content-area p {
        font-size: 14px;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .content-area p span {
    font-weight: 500;
    color: var(--title-color2);
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription {
    position: relative;
    padding-right: 66px;
}

@media (max-width: 1399px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription {
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription {
        padding-right: 0;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 67px;
    background-color: #bdbdbd;
}

@media (max-width: 991px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription::after {
        display: none;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    max-width: 418px;
    width: 100%;
}

@media (max-width: 576px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul {
        gap: 8px;
        row-gap: 14px;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul li {
    background: #faf4db;
    padding: 5px 15px;
    border-radius: 5px;
    display: flex;
    gap: 4px;
    align-items: center;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8e5e0f;
    text-align: center;
}

@media (max-width: 576px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul li {
        font-size: 13px;
        padding: 5px 12px;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul li.style-2 {
    background: #e4f7ff;
    color: #0e658c;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul li.style-2 svg {
    fill: #0e658c;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul li.style-3 {
    background: #fff0f5;
    color: #6d1e38;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul li.style-4 {
    background: #edfedd;
    color: #243f0b;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul li.style-5 {
    background: #f3edfb;
    color: #322052;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

@media (max-width: 991px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area {
        justify-content: start;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area .icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #c5c5c5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area .icon.active {
    border: 1px solid var(--primary-color2);
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area .icon.active svg {
    fill: var(--primary-color2);
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area .icon svg {
    fill: var(--paragraph-color);
    margin-top: 2px;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area span.eg-featured {
    font-family: var(--font-inter);
    color: var(--white-color);
    background-color: var(--primary-color2);
    border-radius: 5px;
    white-space: nowrap;
    padding: 10px 20px;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area span.eg-not-featured {
    background-color: #6c757d;
    font-family: var(--font-inter);
    color: var(--white-color);
    border-radius: 5px;
    white-space: nowrap;
    padding: 10px 20px;
}

/*================================================
15. sidebar area
=================================================*/
.range-wrap {
    padding-top: 0px;
}

.range-wrap .slider-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
}

.range-wrap .slider-labels .caption {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.3px;
    padding-bottom: 10px;
}

.primary-btn-2.lg-btn {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
    margin-top: 25px;
}

.range-wrap .noUi-target,
.range-wrap .range-wrap .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    touch-action: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.range-wrap .noUi-target {
    position: relative;
    direction: ltr;
}

.range-wrap .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.range-wrap .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.range-wrap .noUi-handle {
    position: relative;
    z-index: 1;
}

.range-wrap .noUi-stacking .noUi-handle {
    z-index: 10;
}

.range-wrap .noUi-state-tap .noUi-origin {
    transition: left 0.3s, top 0.3s;
}

.range-wrap .noUi-state-drag * {
    cursor: inherit !important;
}

.range-wrap .noUi-base,
.range-wrap .range-wrap .noUi-handle {
    transform: translate3d(0, 0, 0);
}

.range-wrap .noUi-horizontal {
    height: 4px;
}

.range-wrap .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 0px;
    right: 0px;
    top: -4px;
    background-color: var(--primary-color2);
    cursor: pointer;
}

.range-wrap .noUi-background {
    background: #ececec;
    height: 5px;
    border-radius: 10px;
}

.range-wrap .noUi-connect {
    background: var(--title-color);
    transition: background 450ms;
    border-radius: 10px;
    height: 5px;
}

.range-wrap .noUi-target {
    border-radius: 10px;
}

.left-sidebar .widget-search {
    border: none;
    padding: 0;
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    background: var(--white-color);
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper input {
    background-color: transparent;
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    width: 100%;
    padding: 0px 25px;
    height: 52px;
    border-radius: unset;
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper input::placeholder {
    color: #a09c9c;
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper button {
    min-width: 52px;
    max-width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: var(--title-color);
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 0 12px 12px 0;
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper button svg {
    fill: var(--white-color);
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper button::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--primary-color2);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper button:hover svg {
    fill: var(--white-color);
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper button:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.left-sidebar .left-sidebar-wrapper {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 30px;
}

@media (max-width: 1399px) {
    .left-sidebar .left-sidebar-wrapper {
        padding: 30px 25px;
    }
}

@media (max-width: 576px) {
    .left-sidebar .left-sidebar-wrapper {
        padding: 25px 20px;
    }
}

.left-sidebar .left-sidebar-wrapper.style-2 {
    padding: 15px;
}

.left-sidebar .left-sidebar-wrapper.style-2 .single-widgets {
    padding: 25px;
}

.left-sidebar .left-sidebar-wrapper .single-widgets {
    border-bottom: 1px solid var(--white-color2);
    padding-bottom: 35px;
    background: var(--white-color);
    padding: 30px;
    border-radius: 12px;
}

@media (max-width: 576px) {
    .left-sidebar .left-sidebar-wrapper .single-widgets {
        padding: 25px 20px;
    }
}

.left-sidebar .left-sidebar-wrapper .single-widgets:last-child {
    border-bottom: none;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .widget-title {
    margin-bottom: 25px;
}

@media (max-width: 576px) {
    .left-sidebar .left-sidebar-wrapper .single-widgets .widget-title {
        margin-bottom: 20px;
    }
}

.left-sidebar .left-sidebar-wrapper .single-widgets .widget-title h5 {
    color: var(--title-color2);
    font-family: var(--font-mulish);
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 700;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-sidebar .left-sidebar-wrapper .single-widgets span.badge.badge-success.clear-applicatin-filter {
    background: transparent;
    color: #000;
    font-size: 15px;
    padding: 0;
}

@media (max-width: 576px) {
    .left-sidebar .left-sidebar-wrapper .single-widgets .widget-title h5 {
        font-size: 20px;
    }
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container::-webkit-scrollbar {
    display: none;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li {
    margin-bottom: 14px;
    position: relative;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li {
        margin-bottom: 15px;
    }
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss {
    display: flex;
    gap: 5px;
    width: 100%;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (max-width: 576px) {
    .left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss {
        padding-left: 20px;
    }
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss span {
    color: var(--paragraph-color);
    line-height: 1.2;
    text-transform: capitalize;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 576px) {
    .left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss span {
        font-size: 15px;
    }
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss input:checked~.checkmark {
    background-color: transparent;
    border-color: var(--primary-color2);
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss input:checked~.checkmark::after {
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: var(--primary-color2);
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss input:checked~span {
    color: var(--primary-color2);
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid var(--paragraph-color);
    border-radius: 2px;
    margin-top: 2px;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li i {
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    transition: 0.5s ease;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li i.active {
    transform: rotate(90deg);
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .sub-category {
    position: static;
    min-width: 200px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 20px 24px 0px;
    display: none;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .recent-post-section {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .recent-post-section:last-child {
    margin-bottom: 0;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .recent-post-section .recent-post-image img {
    max-width: 60px;
    min-width: 60px;
    border-radius: 4px;
    height: 63px;
    object-fit: cover;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .recent-post-section .recent-post-content h6 {
    margin-bottom: 8px;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .recent-post-section .recent-post-content h6 a {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--title-color2);
    text-transform: capitalize;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .recent-post-section .recent-post-content h6 a:hover {
    color: var(--primary-color2);
}

.left-sidebar .left-sidebar-wrapper .single-widgets .recent-post-section .recent-post-content p {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.left-sidebar .left-sidebar-wrapper .single-widgets.style-2 {
    padding: 30px;
    border: 1px solid var(--border-color);
}

@media (max-width: 1399px) {
    .left-sidebar .left-sidebar-wrapper .single-widgets.style-2 {
        padding: 30px 20px;
    }
}

.sidebar-banner {
    position: relative;
}

.sidebar-banner .sidebar-banner-image {
    position: relative;
}

.sidebar-banner .sidebar-banner-image img {
    border-radius: 20px;
}

.sidebar-banner .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 30px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .sidebar-banner .banner-content {
        padding: 15px 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .sidebar-banner .banner-content {
        padding: 15px 25px;
    }
}

.sidebar-banner .banner-content h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: var(--title-color2);
    text-transform: capitalize;
    margin-bottom: 15px;
}

.sidebar-banner .banner-content .primary-btn-2 {
    padding: 6px 25px;
}

.pagination-area .pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

.pagination-area .pagination .page-item a {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: var(--title-color2);
    width: 27px;
    height: 28px;
    background: transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
}

.pagination-area .pagination .page-item a svg {
    fill: var(--title-color2);
}

.pagination-area .pagination .page-item a:hover {
    background: var(--primary-color2);
    color: var(--white-color);
}

.pagination-area .pagination .page-item.active a {
    background: var(--primary-color2);
    color: var(--white-color);
}

.pagination-area .pagination .arrow a {
    width: 27px;
    height: 28px;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.pagination-area .pagination .arrow a svg {
    fill: #a6a6a6;
    transition: 0.5s;
}

.pagination-area .pagination .arrow a:hover {
    border: 1px solid var(--primary-color2);
}

.pagination-area .pagination .arrow a:hover svg {
    fill: var(--primary-color2);
}

.product-card-top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

@media (max-width: 576px) {
    .product-card-top-area {
        gap: 15px;
        flex-direction: column;
        align-items: start;
    }
}

.product-card-top-area .left-content {
    border: 1px solid var(--border-color);
    padding: 15px 20px;
    border-radius: 10px;
}

.product-card-top-area .right-content {
    border: 1px solid var(--border-color);
    padding: 2px 20px;
    border-radius: 10px;
}

.product-card-top-area .left-content h6 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .product-card-top-area .left-content h6 {
        font-size: 14px;
    }
}

.product-card-top-area .left-content h6 span {
    font-weight: 600;
    color: var(--title-color2);
}

.product-card-top-area .grid-view {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-card-top-area .grid-view li {
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: 0.35s;
    min-height: 24px;
    min-width: 24px;
    cursor: pointer;
    border-radius: 4px;
}

.product-card-top-area .grid-view li svg path {
    stroke: #a0a0a0;
}

.product-card-top-area .grid-view li:hover {
    background: var(--primary-color2);
}

.product-card-top-area .grid-view li:hover svg path {
    stroke: var(--white-color);
}

.product-card-top-area .grid-view li.active {
    background: var(--primary-color2);
}

.product-card-top-area .grid-view li.active svg path {
    stroke: var(--white-color);
}

.product-card-top-area .right-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 767px) {
    .product-card-top-area .right-content {
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
}

.product-card-top-area .right-content.style-2 {
    gap: 42px;
}

@media (max-width: 767px) {
    .product-card-top-area .right-content.style-2 {
        gap: 24px;
    }
}

.product-card-top-area .right-content .filter {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    cursor: pointer;
    border: 1px solid var(--white-color2);
    padding: 5px 8px;
}

.product-card-top-area .right-content .filter .filter-icon svg {
    fill: var(--title-color);
}

.product-card-top-area .right-content .filter span {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
}

.product-card-top-area .right-content .category-area .nice-select {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 20px;
    width: 168px;
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    border: none;
    padding-left: 0;
}

@media (max-width: 767px) {
    .product-card-top-area .right-content .category-area .nice-select {
        width: 160px;
    }
}

.product-card-top-area .right-content .category-area .nice-select .current {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.product-card-top-area .right-content .category-area .nice-select:after {
    border-bottom: 1px solid var(--title-color);
    border-right: 1px solid var(--title-color);
    content: "";
    display: block;
    height: 9px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: 46%;
    width: 9px;
}

.product-card-top-area .right-content .category-area .nice-select .option {
    font-family: var(--font-inter);
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    min-height: 35px;
    color: var(--title-color);
    padding-left: 25px;
}

@media (max-width: 576px) {
    .product-card-top-area .right-content .category-area .nice-select .option {
        padding-left: 15px;
    }
}

.product-card-top-area .right-content .category-area .nice-select .list {
    background-color: var(--white-color);
    box-shadow: 0px 4px 32px 0px rgba(129, 129, 129, 0.2509803922);
    border: 1px solid #eeeeee;
    width: 210px;
    border-radius: unset;
    left: -20px;
}

@media (max-width: 767px) {
    .product-card-top-area .right-content .category-area .nice-select .list {
        right: 0;
    }
}

@media (max-width: 576px) {
    .product-card-top-area .right-content .category-area .nice-select .list {
        width: 200px;
    }
}

.product-card-top-area .right-content .category-area .nice-select .option:hover,
.product-card-top-area .right-content .category-area .nice-select .option.focus,
.product-card-top-area .right-content .category-area .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.product-card-top-area .right-content .filter-content h6 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-grid-product-wrap.column-2-wrapper .item {
    width: 50%;
}

@media (max-width: 767px) {
    .list-grid-product-wrap.column-2-wrapper .item {
        display: none;
    }
}

.list-grid-product-wrap.column-1-wrapper .item {
    width: 100%;
}

.list-grid-product-wrap.column-1-wrapper .feature-card .feature-wrape {
    -webkit-mask-image: url(//assets.jobsodoo.com/assets/images/featured-bg2.png);
    mask-image: url(//assets.jobsodoo.com/assets/images/featured-bg2.png);
    -webkit-mask-position: right bottom;
    mask-position: right bottom;
}

.list-grid-product-wrap.column-1-wrapper .feature-card .feature-wrape .job-discription ul {
    margin-bottom: 45px;
}

/*================================================
16. faq section
=================================================*/
.faq-section .faq-item h4 {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 0;
}

.faq-section .faq-wrap .accordion .accordion-item {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid var(--border-color);
}

.faq-section .faq-wrap .accordion .accordion-item:first-child .accordion-header .accordion-button {
    padding-top: 0;
}

.faq-section .faq-wrap .accordion .accordion-item:last-child {
    border-bottom: unset;
}

.faq-section .faq-wrap .accordion .accordion-item:last-child .accordion-header .accordion-button {
    padding-bottom: 0;
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    border: none;
    border-radius: unset;
    box-shadow: none;
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: capitalize;
    padding: 17px 0;
    background-color: transparent;
}

@media (max-width: 1399px) {
    .faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    .faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    width: unset;
    height: unset;
    content: "\f4fe";
    font-family: bootstrap-icons;
    background-image: none;
    font-weight: 800;
    font-size: 22px;
    color: var(--primary-color2);
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: unset;
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f2ea";
}

@media (max-width: 576px) {
    .faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 15px 0 20px;
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.48px;
    border-top: 1px solid var(--primary-color2);
}

@media (max-width: 991px) {
    .faq-section .faq-wrap .accordion .accordion-item .accordion-body {
        font-size: 16px;
    }
}

/*================================================
17. blog section2
=================================================*/
.blog-section2 .blog-card2 {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .blog-section2 .blog-card2 {
        margin-bottom: 40px;
    }
}

.blog-section2 .blog-card2:last-child {
    margin-bottom: 0;
}

.blog-section2 .blog-card2 .blog-card-image {
    width: 100%;
}

.blog-section2 .blog-card2 .blog-card-image img {
    width: 100%;
    border-radius: 10px;
    min-height: 280px;
    object-fit: cover;
}

.blog-section2 .blog-card2 .blog-card-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 29px;
    margin-bottom: 10px;
}

.blog-section2 .blog-card2 .blog-card-content ul li {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #595959;
    position: relative;
}

.blog-section2 .blog-card2 .blog-card-content ul li a {
    color: #595959;
    transition: 0.5s;
}

.blog-section2 .blog-card2 .blog-card-content ul li a:hover {
    color: var(--primary-color2);
}

.blog-section2 .blog-card2 .blog-card-content ul li::after {
    content: "";
    height: 14px;
    width: 1px;
    background-color: #d9d9d9;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-section2 .blog-grid-style .blog-card2 .blog-card-content ul li::after {
    left: -8px;
}

@media (max-width: 576px) {
    .blog-section2 .blog-card2 .blog-card-content ul li::after {
        display: none;
        visibility: hidden;
    }
}

.blog-section2 .blog-card2 .blog-card-content ul li:first-child::after {
    display: none;
}

.blog-section2 .blog-card2 .blog-card-content h3 {
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .blog-section2 .blog-card2 .blog-card-content h3 {
        margin-bottom: 15px;
    }
}

.blog-section2 .blog-card2 .blog-card-content h3 a {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 25px;
    line-height: 1.3;
    color: var(--title-color2);
    text-transform: capitalize;
    transition: 0.35s;
}

@media (max-width: 1399px) {
    .blog-section2 .blog-card2 .blog-card-content h3 a {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .blog-section2 .blog-card2 .blog-card-content h3 a {
        font-size: 20px;
    }
}

.blog-section2 .blog-card2 .blog-card-content h3 a:hover {
    color: var(--primary-color2);
}

.blog-section2 .blog-card2 .blog-card-content p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: var(--paragraph-color);
    margin-bottom: 28px;
}

@media (max-width: 576px) {
    .blog-section2 .blog-card2 .blog-card-content p {
        font-size: 16px;
        margin-bottom: 22px;
    }
}

/*================================================
17.1. Blog Grid Style
=================================================*/
.blog-section2 .blog-grid-style .blog-card2 {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-section2 .blog-grid-style .blog-card2:hover {
    transform: translateY(-5px);
}

.blog-section2 .blog-grid-style .blog-card-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.blog-section2 .blog-grid-style .blog-card-content {
    padding: 30px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-section2 .blog-grid-style .blog-card-content ul {
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
    padding: 0;
    list-style: none;
}

.blog-section2 .blog-grid-style .blog-card-content h3 a {
    font-size: 22px;
    line-height: 1.4;
    color: var(--title-color2);
    font-weight: 700;
    display: block;
    margin-bottom: 0;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-section2 .blog-grid-style .blog-card-content h3 a:hover {
    color: var(--primary-color2);
}

.blog-section2 .blog-grid-style .blog-card-content p {
    font-size: 16px;
    color: var(--paragraph-color);
    margin-bottom: 18px;
}

.blog-section2 .blog-grid-style .primary-btn-3 {
    align-self: flex-start;
}

/*================================================
18. contact us section
=================================================*/
.contact-us-section .inquiry-form {
    border: 1px solid var(--white-color2);
    padding: 40px;
}

@media (max-width: 576px) {
    .contact-us-section .inquiry-form {
        padding: 25px;
    }
}

.contact-us-section .contact-info {
    background: #f2f2f2;
    padding: 35px 30px;
    border-radius: 20px;
}

@media (max-width: 1399px) {
    .contact-us-section .contact-info {
        padding: 25px 26px;
    }
}

@media (max-width: 1199px) {
    .contact-us-section .contact-info {
        padding: 25px 26px;
    }
}

@media (max-width: 767px) {
    .contact-us-section .contact-info {
        padding: 23px;
    }
}

.contact-us-section .contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .contact-us-section .contact-info ul {
        gap: 15px;
        margin-bottom: 20px;
    }
}

.contact-us-section .contact-info ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-us-section .contact-info ul li .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--primary-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
}

.contact-us-section .contact-info ul li .icon svg {
    fill: var(--primary-color2);
}

.contact-us-section .contact-info ul li .icon:hover {
    background: var(--primary-color2);
}

.contact-us-section .contact-info ul li .icon:hover svg {
    fill: var(--white-color);
}

.contact-us-section .contact-info ul li .content {
    display: flex;
    flex-direction: column;
    max-width: 230px;
    gap: 5px;
}

.contact-us-section .contact-info ul li .content a {
    color: #595959;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    transition: 0.35s;
    line-height: 1.5;
}

.contact-us-section .contact-info ul li .content a:hover {
    color: var(--primary-color2);
}

.contact-us-section .contact-info h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: var(--title-color2);
    text-transform: capitalize;
    margin-bottom: 20px;
}

.contact-us-section .contact-info .service-available {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-us-section .contact-info .service-available p {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.contact-us-section .contact-info .service-available span {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
}

.contact-us-section .social-area {
    margin-top: 37px;
}

.contact-us-section .social-area h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: var(--title-color2);
    text-transform: capitalize;
    margin-bottom: 25px;
}

.contact-us-section .social-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-us-section .social-area ul li {
    margin-bottom: 0;
}

.contact-us-section .social-area ul li a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: 0.5s;
    border: 1px solid var(--primary-color2);
}

.contact-us-section .social-area ul li a i {
    color: var(--primary-color2);
    font-size: 14px;
    transition: 0.5s;
}

.contact-us-section .social-area ul li a i.bi-twitter-x {
    font-size: 12px;
}

.contact-us-section .social-area ul li a:hover {
    background-color: var(--primary-color2);
    color: var(--white-color);
}

.contact-us-section .social-area ul li a:hover i {
    color: var(--white-color);
}

@media (max-width: 576px) {
    .contact-us-section .contact-info .service-available {
        display: block;
    }
}

/*================================================
19. blog details section
=================================================*/
.contact-map-section {
    overflow: hidden;
    line-height: 1;
    margin-bottom: -2px;
    padding: 0 80px;
    border-radius: 30px;
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    filter: invert(1) hue-rotate(180deg) brightness(0.8) grayscale(1);
    border-radius: 30px 30px 0 0;
}

@media (max-width: 1399px) {
    .contact-map-section iframe {
        min-height: 350px;
    }
}

@media (max-width: 991px) {
    .contact-map-section {
        padding: 0 40px;
    }

    .contact-map-section iframe {
        min-height: 350px;
    }
}

@media (max-width: 576px) {
    .contact-map-section {
        padding: 0 10px;
        margin-bottom: -7px;
    }

    .contact-map-section iframe {
        min-height: 280px;
        z-index: -1;
        position: relative;
    }
}

/*================================================
21. form inner
=================================================*/
.form-inner input {
    width: 100%;
    height: auto;
    background-color: transparent;
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--title-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 15px;
}

.form-inner input:focus {
    background-color: var(--white-color);
    color: var(--paragraph-color);
}

.form-inner textarea {
    width: 100%;
    background-color: transparent;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--title-color2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

.form-inner textarea:focus {
    color: var(--paragraph-color);
    outline: none;
    border: none;
}

.form-inner button {
    padding: 14px 45px;
    border-radius: 6px;
}

.form-inner button::after {
    background-color: var(--primary-color);
}

.form-inner button:hover {
    color: var(--white-color);
}

/*================================================
22. inquiry form
=================================================*/
.inquiry-form {
    background: #f0f0f0;
    border-radius: 30px;
    padding: 45px;
}

.inquiry-form.contact-inquiry {
    background: rgba(238, 242, 229, 0.5490196078);
}

.inquiry-form.contact-inquiry button {
    padding: 14px 61px;
}

@media (max-width: 1399px) {
    .inquiry-form {
        padding: 60px;
    }
}

@media (max-width: 1199px) {
    .inquiry-form {
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .inquiry-form {
        padding: 40px 25px;
    }
}

@media (max-width: 576px) {
    .inquiry-form {
        padding: 35px 15px;
    }
}

.inquiry-form .title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .inquiry-form .title {
        margin-bottom: 20px;
    }
}

.inquiry-form .title h4 {
    color: var(--title-color2);
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

@media (max-width: 991px) {
    .inquiry-form .title h4 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .inquiry-form .title h4 {
        font-size: 28px;
    }
}

.inquiry-form .form-inner input {
    background-color: var(--white-color);
}

.inquiry-form .form-inner textarea {
    color: var(--title-color2);
}

.inquiry-form .form-inner textarea:focus {
    outline: none;
    border: none;
}

.inquiry-form .form-inner input {
    width: 100%;
    height: 52px;
    background-color: transparent !important;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--title-color2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 1px solid #d9d9d9;
}

.contact-us-section .form-inner textarea#message {
    padding: 12px 15px;
    line-height: normal;
}

.contact-us-section .form-inner textarea:focus {
    border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 576px) {
    .contact-us-section .form-inner textarea {
        padding-left: 20px;
    }
}

.contact-us-section .inquiry-form .form-inner input::placeholder,
.contact-us-section .inquiry-form .form-inner textarea::placeholder {
    color: #a6a6a6;
}

/*================================================
20. blog details section
=================================================*/
.blog-details-wrapper .line-break {
    height: 20px;
    display: block;
}

@media (max-width: 1199px) {
    .blog-details-wrapper .line-break {
        height: 15px;
    }
}

.blog-details-wrapper .post-author-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-details-wrapper .post-author-meta .author-and-date {
        max-width: 420px;
    }
}

@media (max-width: 991px) {
    .blog-details-wrapper .post-author-meta .author-and-date {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .blog-details-wrapper .post-author-meta .author-and-date {
        max-width: unset;
    }
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .author-and-date {
        gap: 10px;
    }
}

.blog-details-wrapper .post-author-meta .author-and-date .author-area {
    display: flex;
    align-items: center;
    gap: 14px;
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .author-and-date .author-area {
        gap: 10px;
    }
}

.blog-details-wrapper .post-author-meta .author-and-date .author-area .author-img img {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .author-and-date .author-area .author-img img {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
    }
}

.blog-details-wrapper .post-author-meta .author-and-date .author-area .author-name-desig span {
    color: #545454;
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .author-and-date .author-area .author-name-desig span {
        font-size: 11px;
        margin-bottom: 5px;
    }
}

.blog-details-wrapper .post-author-meta .author-and-date .author-area .author-name-desig h6 {
    margin-bottom: 0;
}

.blog-details-wrapper .post-author-meta .author-and-date .author-area .author-name-desig h6 a {
    color: var(--title-color2);
    font-family: var(--font-inter);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .author-and-date .author-area .author-name-desig h6 a {
        font-size: 16px;
    }
}

.blog-details-wrapper .post-author-meta .date span {
    color: #545454;
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .date span {
        font-size: 11px;
        margin-bottom: 5px;
    }
}

.blog-details-wrapper .post-author-meta .date h6 {
    color: var(--title-color2);
    font-family: var(--font-inter);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .date h6 {
        font-size: 16px;
    }
}

.blog-details-wrapper .post-author-meta .social-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .social-area {
        gap: 15px;
    }
}

.blog-details-wrapper .post-author-meta .social-area h6 {
    color: var(--title-color);
    font-family: var(--font-inter);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.blog-details-wrapper .post-author-meta .social-area .social-link {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-details-wrapper .post-author-meta .social-area .social-link li {
    margin-bottom: 0;
}

.blog-details-wrapper .post-author-meta .social-area .social-link li a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #595959;
    transition: 0.5s;
}

.blog-details-wrapper .post-author-meta .social-area .social-link li a i {
    color: #595959;
    font-size: 14px;
    transition: 0.5s;
}

.blog-details-wrapper .post-author-meta .social-area .social-link li a i.bi-twitter-x {
    font-size: 12px;
}

.blog-details-wrapper .post-author-meta .social-area .social-link li a:hover {
    background-color: var(--primary-color2);
    color: var(--white-color);
}

.blog-details-wrapper .post-author-meta .social-area .social-link li a:hover i {
    color: var(--white-color);
}

.blog-details-wrapper .post-thumb img {
    width: 100%;
    border-radius: 30px;
    height: auto;
    object-fit: cover;
    max-height: 500px;
}

.blog-details-wrapper .blog-details-wrape .blog-details-content h3 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    color: var(--title-color2);
    margin-bottom: 20px;
}

.blog-details-wrapper .blog-details-wrape .blog-details-content h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: var(--title-color2);
    margin-bottom: 0;
}

.blog-details-wrapper .blog-details-wrape .blog-details-content h4 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    color: var(--title-color2);
    margin-bottom: 0;
}

.blog-details-wrapper .blog-details-wrape .blog-details-content p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.blog-details-wrapper .blog-details-wrape .pagination-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.blog-details-wrapper .blog-details-wrape .pagination-area a {
    text-decoration: none;
    min-width: 88px;
    max-width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--primary-color3);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: 0.7s;
}

.blog-details-wrapper .blog-details-wrape .pagination-area .paginations-button a svg {
    fill: none;
    stroke: var(--primary-color3);
    transition: 0.5s;
}

.blog-details-wrapper .blog-details-wrape .pagination-area .paginations-button a:hover {
    color: var(--white-color);
    box-shadow: inset 0 0 0 10em var(--primary-color2);
}

.blog-details-wrapper .blog-details-wrape .pagination-area .paginations-button a:hover svg {
    stroke: var(--white-color);
}

/*================================================
 Blog Comments
=================================================*/
.blog-details-wrapper .blog-details-wrape .comment-and-form-area .comment-title {
    color: var(--title-color2);
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 0;
}

.comment-and-form-area .comment-area .comment {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.comment-and-form-area .comment-area .comment>li {
    margin-bottom: 40px;
}

.comment-and-form-area .comment-area .comment>li:last-child {
    margin-bottom: 0;
}

.comment-and-form-area .comment-area .comment .single-comment-area {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.comment-and-form-area .comment-area .comment>li>.single-comment-area {
    margin-bottom: 24px;
}

.comment-and-form-area .comment-area .comment .single-comment-area .author-img img {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg h6 {
    line-height: 1;
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-mulish);
    font-size: 18px;
    font-weight: 700;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg span {
    color: #545454;
    font-family: var(--font-mulish);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn a {
    color: var(--title-color);
    font-family: var(--font-mulish);
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: 0.35s;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn svg {
    transition: 0.35s;
    fill: var(--title-color);
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn a:hover {
    color: var(--primary-color2);
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn:hover svg {
    fill: var(--primary-color2);
}

.comment-and-form-area .comment-area .comment .comment-replay {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 70px;
    border-top: 1px solid #eee;
    padding-top: 24px;
}

.comment-and-form-area .comment-area .comment .comment-replay>li {
    margin-bottom: 30px;
}

.comment-and-form-area .comment-area .comment .comment-replay>li:last-child {
    margin-bottom: 0;
}

/* Comment Form */
.comment-and-form-area .inquiry-form {
    background: #c1e8cf;
    border-radius: 20px;
    padding: 55px 88px 60px;
}

.comment-and-form-area .inquiry-form .form-wrap {
    margin-top: 35px;
}

.comment-and-form-area .inquiry-form .form-wrap .form-inner label {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    margin-bottom: 12px;
}

.comment-and-form-area .inquiry-form .form-wrap .form-inner input {
    width: 100%;
    background: var(--white-color);
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    height: 56px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.comment-and-form-area .inquiry-form .form-wrap .form-inner textarea {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    color: var(--title-color);
    border: 1px solid #eee;
    outline: none;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    padding: 20px 25px;
    min-height: 170px;
    resize: none;
}

/* Comment Button */
.comment-and-form-area .inquiry-form .form-wrap .primary-btn3 {
    font-family: var(--font-inter);
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    background-color: var(--primary-color2);
    white-space: nowrap;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    padding: 14px 45px;
    color: var(--white-color);
}

.comment-and-form-area .inquiry-form .form-wrap .primary-btn3::before {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--title-color);
    z-index: -1;
}

.comment-and-form-area .inquiry-form .form-wrap .primary-btn3:hover {
    color: var(--white-color);
}

.comment-and-form-area .inquiry-form .form-wrap .primary-btn3:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

/* Blog Details responsive */
@media (max-width: 576px) {
    .blog-details-wrapper .post-thumb img {
        min-height: 250px;
    }

    .blog-details-wrapper .blog-details-wrape .blog-details-content h3 {
        font-size: 26px;
        line-height: 1.2;
    }

    .blog-details-wrapper .blog-details-wrape .pagination-area a {
        min-width: 60px;
        max-width: 60px;
        height: 60px;
        font-size: 13px;
    }

    .comment-and-form-area {
        margin-bottom: 30px;
    }

    .comment-and-form-area .inquiry-form {
        padding: 30px 15px 30px;
        border-radius: 10px;
    }

    .blog-details-wrapper .blog-details-wrape .comment-and-form-area .comment-title {
        font-size: 26px;
    }

    .comment-and-form-area .inquiry-form .form-wrap .primary-btn3 {
        padding: 10px 20px;
    }
}

/*================================================
23.  company details section
=================================================*/
.company-details-section .company-left-content h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: var(--title-color2);
    margin-bottom: 15px;
}

.company-details-section .company-left-content h5.ep-job-res-title,
.company-details-section .company-left-content h5.ep-job-skill-title,
.company-details-section .company-left-content h5.ep-job-exp-title,
.company-details-section .company-left-content h5.ep-job-skills-title,
.company-details-section .company-left-content h5.ep-job-exben-title,
.company-details-section .company-left-content h5.ep-com-goal-title,
.company-details-section .company-left-content h5.ep-com-wa-title {
    margin-top: 40px;
}

.company-details-section .company-left-content p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: var(--paragraph-color);
    margin-bottom: 10px;
}

.company-details-section .company-left-content p span {
    font-size: 18px !important;
    font-family: var(--font-inter) !important;
    color: var(--paragraph-color) !important;
}

@media (max-width: 576px) {
    .company-details-section .company-left-content p {
        font-size: 15px;
        line-height: 1.8;
    }
}

.company-details-section .company-left-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-details-section .company-left-content ul li {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--paragraph-color);
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

@media (max-width: 576px) {
    .company-details-section .company-left-content ul li {
        font-size: 15px;
        line-height: 1.8;
    }
}

.company-details-section .company-left-content ul li::before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--paragraph-color);
    position: absolute;
    left: 0;
    top: 10px;
}

.company-details-section .company-left-content ul li:last-child {
    margin-bottom: 0;
}

.company-details-section .company-left-content h6 {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: var(--paragraph-color);
    margin-bottom: 10px;
}

.company-details-section .company-left-content .working-details p {
    margin-bottom: 15px;
}

.company-details-section .company-left-content .working-details ul {
    margin-bottom: 13px;
}

.company-details-section .company-right-content .job-summary-area {
    background: var(--white-color);
    border: 1px solid var(--primary-color2);
    border-radius: 30px;
    padding: 50px 40px;
    margin-top: -150px;
}

@media (max-width: 1199px) {
    .company-details-section .company-right-content .job-summary-area {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .company-details-section .company-right-content .job-summary-area {
        padding: 40px 30px;
    }
}

@media (max-width: 576px) {
    .company-details-section .company-right-content .job-summary-area {
        padding: 20px;
    }
}

.company-details-section .company-right-content .job-summary-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-details-section .company-right-content .job-summary-area ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
}

.company-details-section .company-right-content .job-summary-area ul li:last-child {
    margin-bottom: 0;
}

.company-details-section .company-right-content .job-summary-area ul li .left-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.company-details-section .company-right-content .job-summary-area ul li .left-content svg {
    fill: var(--paragraph-color);
    width: 22px;
    height: 22px;
}

.company-details-section .company-right-content .job-summary-area ul li .left-content p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
    color: var(--paragraph-color);
}

.company-details-section .company-right-content .job-summary-area ul li .right-content p {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: var(--title-color);
    margin-bottom: 0;
    text-align: end;
}

.company-details-section .company-right-content .job-summary-area ul li .right-content ul li {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 10px;
}

.company-details-section .company-right-content .job-summary-area ul li .right-content ul li:last-child {
    margin-bottom: 0;
}

.company-details-section .company-right-content .location-area {
    margin-top: 60px;
}

.company-details-section .company-right-content .location-area h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 22px;
    line-height: 0;
    color: var(--title-color2);
    margin-bottom: 40px;
}

.company-details-section .company-right-content .location-area iframe {
    width: 100%;
    height: 264px;
    border-radius: 20px;
}

.company-details-section .company-right-content .view-job-btn {
    margin-top: 40px;
}

.company-details-section .company-right-content .view-job-btn a {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--title-color2);
}

.company-details-section .company-right-content .view-job-btn a svg {
    fill: var(--primary-color2);
}

.company-details-section .company-right-content .social-area {
    margin-top: 45px;
}

.company-details-section .company-right-content .social-area h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: var(--title-color2);
    margin-bottom: 23px;
}

.company-details-section .company-right-content .social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.company-details-section .company-right-content .social-area ul li a {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    border: 1px solid var(--primary-color2);
    border-radius: 50%;
    transition: 0.35s;
}

.company-details-section .company-right-content .social-area ul li a i {
    color: var(--primary-color2);
    transition: 0.35s;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    font-size: 14px;
}

.company-details-section .company-right-content .social-area ul li a i.bi-twitter-x {
    font-size: 11px;
}

.company-details-section .company-right-content .social-area ul li a:hover {
    background-color: var(--primary-color2);
}

.company-details-section .company-right-content .social-area ul li a:hover i {
    color: var(--white-color);
}

/*================================================
24. gallery view section
=================================================*/
.gallery-view-section .gallery-image img {
    width: 100%;
    border-radius: 20px;
}

@media (max-width: 576px) {
    .gallery-view-section .gallery-image img {
        border-radius: 10px;
    }
}

/*================================================
25. pricing plan area
=================================================*/
.pricing-plan-area .pt-50 {
    padding-top: 50px;
}

@media (max-width: 1199px) {
    .pricing-plan-area .pt-50 {
        padding-top: 0;
    }
}

.pricing-plan-area .pricing-plan-area-wrap {
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-area-wrap {
        height: 100%;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 {

    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 90px 30px 35px;
    border-radius: 30px;
    background: #fdf3e9;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 {
        padding: 90px 20px 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 {
        padding: 90px 20px 35px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 {
        padding: 80px 15px 35px;
        border-radius: 15px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area {
    margin-bottom: 25px;
    border-bottom: 1px solid #a6a6a6;
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area {
        margin-bottom: 20px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    color: var(--primary-color2);
    margin-bottom: 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 {
        font-size: 34px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 {
        font-size: 35px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 {
        font-size: 30px;
        line-height: 1.1;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 span {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: var(--paragraph-color);
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 span {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 span {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 span {
        font-size: 15px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .pricing-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .pricing-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .pricing-list li {
        font-size: 16px;
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .pricing-list li {
        font-size: 16px;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .pricing-list li {
        font-size: 15px;
        gap: 8px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .pricing-list li:last-child {
    margin-bottom: 0;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li {
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li {
        margin-bottom: 27px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li:last-child {
    margin-bottom: 0;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .single-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .content h6 {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .content h6 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .content h6 {
        margin-bottom: 8px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .content span {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .content span {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .content span {
        font-size: 15px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .form-check {
    padding: 0;
    min-height: unset;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .form-check .form-check-input {
    width: 47px;
    height: 22px;
    background-color: transparent;
    border: 1px solid var(--primary-color2);
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .form-check .form-check-input:checked {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .form-check .form-check-input:focus {
    border-color: var(--primary-color2);
    box-shadow: unset;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .pricing-list {
    margin-top: 20px;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .pricing-list li {
    margin-bottom: 15px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .pricing-list li {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .pricing-list li {
        font-size: 14px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .pricing-list li:last-child {
    margin-bottom: 0;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity h5 {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity h5 {
        font-size: 18px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity .quantity-area .quantity,
.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area .quantity .quantity-nav {
    display: flex;
    gap: 5px;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity .quantity-area .quantity button,
.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area button {
    height: 24px;
    width: 34px;
    border-radius: 4px;
    background: var(--white-color);
    border: 1px solid rgba(var(--primary-color2-opc), 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--title-color);
    font-weight: 600;
    cursor: pointer;
    transition: 0.35s;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity .quantity-area .quantity button i,
.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area button i {
    color: var(--title-color);
    transition: 0.35s;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity .quantity-area .quantity button:hover,
.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area button:hover {
    background: var(--primary-color2);
    border-color: var(--primary-color2);
    color: var(--white-color);
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity .quantity-area .quantity button:hover i,
.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area button:hover i {
    color: var(--white-color);
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity .quantity-area .quantity input,
.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area .quantity input {
    height: 24px;
    width: 58px;
    border-radius: 4px;
    border: 1px solid rgba(var(--primary-color2-opc), 0.3);
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-inter);
    font-size: 14px;
    color: var(--title-color);
    font-weight: 600;
    text-align: center;
    padding-left: 12px;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area h6 {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area.featured-jobs {
    padding-bottom: 20px;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area.cv-bank {
    padding-bottom: 20px;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table {
    width: 100%;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table {
        margin-bottom: 20px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table tbody tr td {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    padding-bottom: 10px;
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table tbody tr td {
        font-size: 15px;
        padding-bottom: 8px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table tbody tr td:last-child {
    text-align: end;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table tbody tr:last-child {
    border-top: 1px solid #d9d9d9;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table tbody tr:last-child td {
    padding-bottom: 0;
    padding-top: 15px;
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table tbody tr:last-child td {
        padding-top: 10px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .amount-and-btn-area {
    text-align: center;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .amount-and-btn-area h2 {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 35px;
}

@media (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .amount-and-btn-area h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .amount-and-btn-area h2 {
        font-size: 35px;
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .amount-and-btn-area h2 {
        font-size: 33px;
        margin-bottom: 22px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .amount-and-btn-area .primary-btn-2 {
    max-width: 245px;
    width: 100%;
    justify-content: center;
    padding: 12px 21px;
}

.pricing-plan-area .pricing-plan-area-wrap .batch {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 99;
    background: #fff;
    padding: 0px 0px 15px 15px;
    border-bottom-left-radius: 40px;
}


.pricing-plan-area .pricing-plan-area-wrap .batch span {
    background: #ac7a50;
    padding: 13px 25px;
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: var(--white-color);
    text-transform: capitalize;
    border-radius: 1px 30px 0px 27px;
    display: inline-block;
    min-width: 325px;
    text-align: center;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-area-wrap .batch span {
        min-width: 255px;
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .batch span {
        min-width: 230px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .pricing-plan-area .pricing-plan-area-wrap .batch span {
        min-width: unset;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .batch span {
        font-size: 20px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap.two .pricing-plan-card1 {
    background-color: #e4eefe;
}

.pricing-plan-area .pricing-plan-area-wrap.two .batch span {
    background-color: #7887bf;
}

.pricing-plan-area .pricing-plan-area-wrap.three .pricing-plan-card1 {
    background-color: #eaf4f4;
}

.pricing-plan-area .pricing-plan-area-wrap.three .batch span {
    background-color: #61947e;
}


input.quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#progressbar {
    padding: 0;
}

/*================================================
26. login and register area
=================================================*/
.login-area .form-wrapper {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

.login-area .form-wrapper .form-title {
    margin-bottom: 50px;
}

.login-area .form-wrapper .form-title h3 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 30px;
    color: var(--title-color);
    text-align: center;
}

.login-area .form-wrapper .form-title span {
    display: block;
    height: 8px;
    width: 8px;
    margin: 0 auto;
    border-radius: 50%;
    background: #e7e7e7;
    text-align: center;
    position: relative;
}

.login-area .form-wrapper .form-title span::after {
    content: "";
    width: 76px;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.login-area .form-wrapper .form-title span::before {
    content: "";
    width: 76px;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.form-wrapper form.profile-form {
    position: relative;
    border-radius: 5px;
}

.form-wrapper form {
    background: #ffffff;
    border: 1px solid rgba(var(--primary-color2-opc), 0.1);
    border-radius: 10px;
    padding: 50px 70px;
}

.form-wrapper form .form-inner {
    position: relative;
}

.form-wrapper form .form-inner label {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--title-color);
    margin-bottom: 5px;
    display: block;
}

.form-wrapper form .form-inner .input-area {
    background: #ffffff;
    border: 1px solid rgba(var(--primary-color2-opc), 0.1);
    border-radius: 5px;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.35s;
}

.form-wrapper form .form-inner .input-area:hover {
    border-color: rgba(var(--primary-color2-opc), 0.4);
}

.form-wrapper form .form-inner .input-area input {
    height: 48px;
    background: #ffffff;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--title-color);
    padding: 14px 20px;
    line-height: 1;
    border: none;
}

.form-wrapper form .form-inner .input-area input::placeholder {
    color: #a6a6a6;
}

.form-wrapper form .form-inner input {
    background: #ffffff;
    border: 1px solid rgba(var(--primary-color2-opc), 0.1);
    border-radius: 5px;
    display: block;
    width: 100%;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--title-color);
    padding: 14px 20px;
    line-height: 1;
    transition: 0.35s;
}

.form-wrapper form .form-inner i {
    position: absolute;
    right: 20px;
    bottom: 11px;
    color: var(--primary-color1);
    cursor: pointer;
}

.form-wrapper form .form-agreement {
    padding-top: 18px;
    margin-bottom: 20px;
}

.form-wrapper form .forgot-pass {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 1rem;
    text-decoration-line: underline;
    color: #0279cf;
    transition: 0.35s;
}

.form-wrapper form .form-inner .form-group input[type="checkbox"] {
    display: none;
    cursor: pointer;
}

.form-wrapper form .form-agreement label {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-inter);
}

.form-wrapper form .form-inner input[type="checkbox"]+label:before {
    content: "";
    -webkit-appearance: none;
    background: #ffffff;
    border: 1px solid var(--primary-color1);
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 2px;
}

.register-area .form-wrapper form .form-inner input[type="checkbox"]+label:before {
    margin-bottom: 2px;
}

.form-wrapper form .form-inner input[type="checkbox"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 26px;
    left: 4px;
    width: 4px;
    height: 9px;
    border: 1px solid var(--primary-color1);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-wrapper form .forgot-pass {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 1rem;
    text-decoration-line: underline;
    color: #0279cf;
    transition: 0.35s;
}

.form-wrapper form .forgot-pass:hover {
    color: var(--primary-color1);
}

.form-wrapper form button {
    padding: 10px 30px;
    width: 100%;
    justify-content: center;
}

.form-wrapper form button.w-unset {
    width: 180px;
    display: flex;
}

.form-wrapper form .primry-btn-2 {
    font-size: 1.063rem;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-inter);
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: var(--primary-color2);
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
}

.form-wrapper form .primry-btn-2::before {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--title-color);
    z-index: -1;
}

.form-wrapper form .primry-btn-2:hover {
    color: var(--white);
}

.form-wrapper form .primry-btn-2:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.form-wrapper form h6 {
    padding-top: 25px;
    margin-bottom: 0;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 1.063rem;
    color: var(--title-color);
}

.form-wrapper form h6 a {
    font-family: var(--font-inter);
    color: var(--primary-color2);
}

.form-wrapper form .login-difarent-way {
    padding-top: 30px;
}

.form-wrapper form .login-difarent-way a {
    border: 1px solid rgba(var(--primary-color2-opc), 0.1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 17px;
    color: var(--title-color);
    position: relative;
    z-index: 1;
    transition: 0.5s all ease;
}

.form-wrapper form .login-difarent-way a img {
    margin-right: 10px;
}

.form-wrapper form .login-difarent-way a::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #f4f4f4;
    z-index: -1;
}

.form-wrapper form .login-difarent-way a:hover::after {
    opacity: 1;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
}

.register-area .form-wrapper {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}

.register-area .form-wrapper .form-title {
    margin-bottom: 50px;
}

.register-area .form-wrapper .form-title h3 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 30px;
    color: var(--title-color);
    text-align: center;
}

.register-area .form-wrapper .form-title span {
    display: block;
    height: 8px;
    width: 8px;
    margin: 0 auto;
    border-radius: 50%;
    background: #e7e7e7;
    text-align: center;
    position: relative;
}

.register-area .form-wrapper .form-title span::after {
    content: "";
    width: 118px;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.register-area .form-wrapper .form-title span::before {
    content: "";
    width: 118px;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.register-area .form-wrapper .register-tab nav .nav-tabs {
    justify-content: center;
    margin-bottom: 40px;
    border: none;
    gap: 25px;
}

.register-area .form-wrapper .register-tab nav .nav-tabs .nav-link {
    border: 1px solid rgba(var(--primary-color2-opc), 0.2);
    border-radius: 50px;
    padding: 3px 43px;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--title-color);
}

.register-area .form-wrapper .register-tab nav .nav-tabs .nav-link.active {
    background-color: var(--primary-color2);
    color: var(--white);
}

.form-wrapper form .form-agreement .two label a {
    color: #0279cf;
}

.form-wrapper form .form-agreement .two label a:hover {
    color: var(--primary-color2);
}

/*================================================
27. error page
=================================================*/
.error-page {
    background-image: url(//assets.jobsodoo.com/assets/images/error-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0;
}

@media (max-width: 991px) {
    .error-page {
        padding: 150px 0;
    }
}

@media (max-width: 576px) {
    .error-page {
        padding: 120px 0;
    }
}

.error-page .error-wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.error-page .error-wrapper .error-img {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.error-page .error-wrapper .error-content-area h2 {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 36px;
    color: var(--title-color);
    margin-bottom: 20px;
}

.error-page .error-wrapper .error-content-area p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: var(--paragraph-color);
    margin-bottom: 50px;
}

.error-page .error-wrapper .error-content-area a {
    display: inline-block;
    padding: 12px 25px;
}

.error-wrapper .error-title {
    text-align: center;
    margin-top: 30px;
}

/*=======================================
 Summernote Area
=======================================*/
.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 999999;
}

.note-editor.note-airframe.fullscreen .note-toolbar,
.note-editor.note-frame.fullscreen .note-toolbar {
    background-color: var(--primary-color2);
}

.note-editing-area {
    background-color: var(--white);
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid rgba(0, 167, 172, 0.12);
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
    background-color: rgba(0, 167, 172, 0.12);
    border-top: 1px solid rgba(0, 167, 172, 0.12);
}

.note-editor .note-toolbar {
    background-color: rgba(0, 167, 172, 0.12);
    border-color: rgba(0, 167, 172, 0.12);
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-editor .note-toolbar .note-popover .popover-content .note-dropdown-menu {
    min-width: 200px;
}

.note-editor .note-toolbar .note-dropdown-menu a,
.note-editor .note-toolbar .note-popover .popover-content .note-dropdown-menu a {
    font-family: var(--font-inter);
}

.note-editor .note-toolbar button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    width: unset;
    background-color: #fff;
    border-color: rgba(0, 167, 172, 0.12);
}

.note-editor .note-toolbar button i {
    position: relative;
    right: unset;
    bottom: unset;
    color: var(--primary-color2);
    cursor: pointer;
}

.note-editor .note-toolbar button span {
    color: var(--title-color);
}

.note-editable {
    min-height: 150px;
}

.note-editable p {
    margin-bottom: 0;
}

/*=======================================
 18. Dashboard Pages
=======================================*/
.dashboard-area .section-title {
    margin-bottom: 25px;
}

.dashboard-area .featured-jobs-area .section-title {
    margin-bottom: 0px;
}

.dashboard-area .section-title h5 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color);
    background: var(--white);
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
    padding: 14px 0px;
    border-radius: 5px;
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu {
    background: #ffffff;
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--paragraph-color);
    padding: 8px 30px;
    display: flex;
    align-items: center;
    transition: 0.35s;
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a svg {
    fill: var(--paragraph-color);
    margin-right: 15px;
    transition: 0.35s;
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a svg.stroke {
    stroke: var(--paragraph-color);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a.active {
    background-color: var(--primary-color2);
    color: var(--white);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a.active svg {
    fill: var(--white);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a.active svg.stroke {
    stroke: var(--white);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a:hover {
    background-color: rgba(var(--gadient-color), 0.08);
    color: var(--title-color);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a:hover svg {
    fill: var(--title-color);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li:first-child a {
    border-radius: 5px 5px 0px 0px;
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li:last-child a {
    border-radius: 0px 0px 5px 5px;
}

.dashboard-area .dashboard-sidebar .single-widget .widget-title {
    margin-bottom: 25px;
}

.dashboard-area .dashboard-sidebar .single-widget .widget-title h6 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color);
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li:last-child {
    margin-bottom: 0;
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li .company-img {
    padding-right: 15px;
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li .company-img img {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li .content h6 {
    margin-bottom: 7px;
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li .content h6 a {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1rem;
    line-height: 22px;
    color: var(--title-color);
    transition: 0.35s;
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li .content h6 a:hover {
    color: var(--primary-color2);
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li .content span {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: var(--paragraph-color);
}

.dashboard-area .lg-btn {
    padding: 12px 28px;
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 22px 30px;
}

@media (max-width: 1199px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu {
        padding: 15px 20px;
    }
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    background: #f3f3f3;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul {
        display: block;
    }
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li {
    position: relative;
    width: 100%;
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #d8d8d8;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 991px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li::after {
        display: none;
        visibility: hidden;
    }
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 14px;
    color: var(--title-color);
    padding: 15px 35px;
    display: flex;
    align-items: center;
    transition: 0.35s;
    white-space: nowrap;
    width: 100%;
}

@media (max-width: 1399px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a {
        padding: 15px 25px;
    }
}

@media (max-width: 1199px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a {
        padding: 12px 12px;
    }
}

@media (max-width: 991px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a {
        padding: 12px 12px;
    }
}

@media (max-width: 576px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a {
        border-radius: 5px !important;
    }
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a svg {
    fill: var(--title-color);
    margin-right: 10px;
    transition: 0.35s;
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a svg.stroke {
    stroke: var(--title-color);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a.active {
    background-color: var(--primary-color2);
    color: var(--white);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a.active svg {
    fill: var(--white);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a.active svg.stroke {
    stroke: var(--white);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a:hover {
    background-color: rgba(var(--gadient-color), 0.08);
    color: var(--title-color);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a:hover svg {
    fill: var(--title-color);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li:first-child .active {
    border-radius: 5px 0px 0px 5px;
}

@media (max-width: 991px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li:first-child .active {
        border-radius: 5px !important;
    }
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li:last-child .active {
    border-radius: 0px 5px 5px 0px;
}

@media (max-width: 576px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li:last-child .active {
        border-radius: 5px !important;
    }
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li:last-child::after {
    display: none;
    visibility: hidden;
}

.dashboard-inner .author-area {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.dashboard-inner .author-area.two {
    margin-bottom: 0;
}

.dashboard-inner .author-area .author-img {
    margin-right: 20px;
}

.dashboard-inner .author-area .author-img img {
    height: 100px;
    width: 100px;
}

.dashboard-inner .author-area .author-content span {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--paragraph-color);
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1;
    position: relative;
}

.dashboard-inner .author-area .author-content span::after {
    content: "";
    height: 1px;
    width: 50px;
    background-color: var(--primary-color2);
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.dashboard-inner .author-area .author-content h4 {
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    color: var(--primary-color2);
}

.dashboard-inner .author-and-action-btn-area {
    display: flex;
    justify-content: space-between;
}


@media (max-width: 991px) {
    .dashboard-inner .author-and-action-btn-area.two {
        padding-top: 30px;
    }
}

@media (max-width: 576px) {
    .dashboard-inner .author-and-action-btn-area.two {
        padding-top: 0px;
    }
}

@media (max-width: 576px) {
    .dashboard-inner .author-and-action-btn-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li a {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
    border: 1px solid rgba(var(--primary-color2-opc), 0.2);
    border-radius: 5px;
    transition: 0.35s;
    padding: 15px 24px;
}

@media (max-width: 576px) {
    .dashboard-inner .author-and-action-btn-area .action-btn-group ul li a {
        gap: 5px;
    }
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li a span {
    height: 28px;
    width: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00b4dc;
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li a:hover {
    color: #00b4dc;
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li:nth-child(2) a span {
    background: #00cc9b;
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li:nth-child(2) a:hover {
    color: #00cc9b;
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li:nth-child(3) a span {
    background: #0082e0;
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li:nth-child(3) a:hover {
    color: #0082e0;
}

.dashboard-inner .counter-area {
    margin-bottom: 60px;
}

.company-dashboard .dashboard-inner .counter-area {
    margin-bottom: 0px;
}

.dashboard-area-candidate a.primary-btn-4 {
    margin-right: 5px;
}


.dashboard-inner .counter-area .counter-single {
    background: #ffffff;
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.dashboard-inner .counter-area .counter-single .counter-icon {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-color: rgba(var(--gadient-color), 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.dashboard-inner .counter-area .counter-single .coundown p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

.dashboard-inner .counter-area .counter-single .coundown h3 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--title-color);
    margin-bottom: 0;
}

.dashboard-inner .counter-area .counter-single .coundown span {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--title-color);
}

.dashboard-inner .counter-area .counter-single::after {
    content: "";
    height: 10px;
    width: 100%;
    background-color: var(--primary-color2);
    position: absolute;
    left: 0;
    bottom: -3px;
    border-radius: 10px;
    z-index: -1;
}

.dashboard-inner .counter-area .counter-single.two .counter-icon {
    background-color: rgba(4, 93, 175, 0.08);
}

.dashboard-inner .counter-area .counter-single.two::after {
    background-color: #045daf;
}

.dashboard-inner .counter-area .counter-single.three .counter-icon {
    background-color: rgba(223, 161, 0, 0.08);
}

.dashboard-inner .counter-area .counter-single.three::after {
    background-color: #dfa100;
}

.dashboard-inner .counter-area .counter-single.four .counter-icon {
    background-color: rgba(var(--gadient-color), 0.08);
}

.dashboard-inner .counter-area .counter-single.four::after {
    background-color: var(--primary-color2);
}

.dashboard-inner .counter-area .counter-single.five .counter-icon {
    background-color: rgba(175, 2, 137, 0.08);
}

.dashboard-inner .counter-area .counter-single.five::after {
    background-color: #af0289;
}

.dashboard-inner .new-applied-job-area {
    background: #ffffff;
    border-radius: 5px;
    padding: 40px 35px;
}

@media (max-width: 576px) {
    .dashboard-inner .new-applied-job-area {
        padding: 40px 12px;
    }
}

.dashboard-inner .new-applied-job-area h5 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color);
    margin-bottom: 36px;
}

.table-wrapper>.title {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 20px;
    color: var(--title-color);
    margin-bottom: 35px;
}

.table-wrapper .right-site {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 576px) {
    .table-wrapper .right-site {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.table-wrapper .right-site .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font-mulish);
    color: var(--title-color);
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 15px;
    padding-right: 30px;
    white-space: nowrap;
    width: auto;
}

.table-wrapper .right-site .nice-select::after {
    border-bottom: 1px solid var(--title-color);
    border-right: 1px solid var(--title-color);
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
}

.table-wrapper .right-site .nice-select .current {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

.table-wrapper .right-site .nice-select .option {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

.table-wrapper .right-site .nice-select .option .selected {
    font-weight: 500;
}

.table-wrapper .right-site .nice-select .option:hover,
.table-wrapper .right-site .nice-select .option.focus,
.table-wrapper .right-site .nice-select .option.selected.focus {
    background-color: rgba(var(--gadient-color), 0.2);
}

.table-wrapper .right-site .filter-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.table-wrapper .right-site .filter-area .select-area {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 2px 15px 2px 10px;
}

.table-wrapper .right-site .filter-area .select-area span {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--paragraph-color);
    line-height: 1;
}

.table-wrapper .right-site .filter-area .select-area .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font-mulish);
    color: var(--title-color);
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 5px;
    padding-right: 15px;
    white-space: nowrap;
    width: auto;
}

.table-wrapper .right-site .filter-area .select-area .nice-select::after {
    border-bottom: 1px solid var(--title-color);
    border-right: 1px solid var(--title-color);
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 2px;
    top: 50%;
}

.table-wrapper .right-site .filter-area .select-area .nice-select .current {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

.table-wrapper .right-site .filter-area .select-area .nice-select .option {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

.table-wrapper .right-site .filter-area .select-area .nice-select .option .selected {
    font-weight: 500;
}

.table-wrapper .right-site .filter-area .select-area .nice-select .option:hover,
.table-wrapper .right-site .filter-area .select-area .nice-select .option.focus,
.table-wrapper .right-site .filter-area .select-area .nice-select .option.selected.focus {
    background-color: rgba(var(--gadient-color), 0.2);
}

.table-wrapper .right-site .filter-area span {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--paragraph-color);
    line-height: 1;
}

.table-wrapper .filter-wrapper {
    background: #ffffff;
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .table-wrapper .filter-wrapper {
        padding: 20px;
    }
}

@media (max-width: 1399px) {
    .table-wrapper .filter-wrapper {
        padding: 20px;
    }
}

.table-wrapper .filter-wrapper .title-and-btn {
    margin-bottom: 0;
}

.table-wrapper .filter-wrapper .title-and-btn .title {
    padding: 0;
}

.table-wrapper .filter-wrapper .right-site {
    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}

@media (max-width: 1399px) {
    .table-wrapper .filter-wrapper .right-site {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .table-wrapper .filter-wrapper .right-site {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.table-wrapper .filter-wrapper .right-site .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font-mulish);
    color: var(--title-color);
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 15px;
    padding-right: 30px;
    white-space: nowrap;
    width: auto;
}

.table-wrapper .filter-wrapper .right-site .nice-select::after {
    border-bottom: 1px solid var(--title-color);
    border-right: 1px solid var(--title-color);
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
}

.table-wrapper .filter-wrapper .right-site .nice-select .current {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 14px;
    color: var(--title-color);
}

.table-wrapper .filter-wrapper .right-site .nice-select .option {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

.table-wrapper .filter-wrapper .right-site .nice-select .option .selected {
    font-weight: 500;
}

.table-wrapper .filter-wrapper .right-site .nice-select .option:hover,
.table-wrapper .filter-wrapper .right-site .nice-select .option.focus,
.table-wrapper .filter-wrapper .right-site .nice-select .option.selected.focus {
    background-color: rgba(var(--gadient-color), 0.2);
}

.table-wrapper .title-and-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 35px;
}

.table-wrapper .title-and-btn>.title {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 20px 12px;
}

.table-wrapper .scroll-table {
    max-height: 450px;
    overflow-y: scroll;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .table-wrapper .scroll-table {
        padding-right: 10px;
    }
}

@media (max-width: 1399px) {
    .table-wrapper .scroll-table {
        padding-right: 10px;
    }
}

.table-wrapper .scroll-table::-webkit-scrollbar {
    width: 8px;
}

.table-wrapper .scroll-table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--primary-color2);
}

.table-wrapper .scroll-table::-webkit-scrollbar-track {
    background: rgba(var(--gadient-color), 0.2);
    border-radius: 10px;
}

.table-wrapper .eg-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .table-wrapper .eg-table {
        display: block;
        width: 100%;
    }

    .table-wrapper .eg-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 30%;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        color: #1f2937;
    }
}

.table-wrapper .eg-table .company-btn {
    color: var(--title-color);
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-mulish);
    transition: 0.35s;
    white-space: nowrap;
    background-color: transparent;
}

.table-wrapper .eg-table .company-btn.style-2 {
    text-decoration: underline;
}

.table-wrapper .eg-table .company-btn:hover {
    color: var(--primary-color2);
}

.table-wrapper .eg-table .view-btn {
    color: var(--primary-color2);
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-mulish);
    transition: 0.35s;
    white-space: nowrap;
    background-color: transparent;
}

.table-wrapper .eg-table .view-btn a {
    color: var(--primary-color2);
    transition: 0.5s all ease;
}

.table-wrapper .eg-table .view-btn a:hover {
    color: var(--title-color);
}

.table-wrapper .eg-table .view-btn.style-2 {
    text-decoration: underline;
}

.table-wrapper .eg-table .view-btn:hover {
    color: var(--title-color);
}

.table-wrapper .eg-table .purple-btn {
    background-color: #7307c9;
}

.table-wrapper .eg-table .yellow-btn {
    background: #dfa100;
}

.table-wrapper .eg-table .orenge-btn {
    background: #ff4820;
}

.table-wrapper .eg-table .green-btn {
    background: var(--primary-color2);
}

.table-wrapper .eg-table .eg-btn {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 14px;
    color: var(--white);
    padding: 4px 22px 7px;
    border-radius: 5px;
    line-height: 1;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    padding: 10px;
}

.table-wrapper .eg-table .eg-btn::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--title-color);
    z-index: -1;
}

.table-wrapper .eg-table .transparent-btn {
    background-color: transparent;
    border: 1px solid rgba(0, 167, 172, 0.3);
    color: var(--primary-color2);
    border-radius: 5px;
}

.table-wrapper .eg-table .transparent-btn:hover {
    border-color: transparent;
}

.table-wrapper .eg-table .active {
    color: var(--primary-color2);
    font-weight: 500;
}

.table-wrapper .eg-table .pending {
    color: #c99307;
    font-weight: 500;
}

.table-wrapper .eg-table .email {
    color: #0279cf;
}

.table-wrapper .eg-table .light-sky-btn {
    background: rgba(3, 157, 205, 0.2);
    color: #039dcd;
}

.table-wrapper .eg-table .light-sky-btn:hover {
    color: var(--white);
}

.table-wrapper .eg-table thead {
    background: var(--primary-color2);
    border-radius: 5px 5px 0 0;
    border: 1px solid var(--primary-color2);
}

@media (max-width: 767px) {
    .table-wrapper .eg-table thead {
        display: none;
        visibility: hidden;
    }
}

.table-wrapper .eg-table thead tr {
    border-color: var(--primary-color2);
}

.table-wrapper .eg-table thead tr th {
    text-align: center;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--white);
    padding: 15px 15px;
    vertical-align: middle;
    background-color: var(--primary-color2);
}

.table-wrapper .eg-table thead tr th:first-child {
    text-align: start;
}

@media (max-width: 767px) {
    .table-wrapper .eg-table tbody {
        display: block;
        width: 100%;
    }
}

.table-wrapper .eg-table tbody tr {
    background: #ffffff;
    border: 1px solid rgba(0, 167, 172, 0.12);
}

@media (max-width: 767px) {
    .table-wrapper .eg-table tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

.table-wrapper .eg-table tbody tr td {
    border: 1px solid rgba(0, 167, 172, 0.12);
    text-align: center;
    vertical-align: middle;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1rem;
    padding: 15px 15px;
    color: #000000;
}

.table-wrapper .eg-table tbody tr td .company-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 450px;
    width: 100%;
}

@media (max-width: 576px) {
    .table-wrapper .eg-table tbody tr td .company-info {
        flex-wrap: wrap;
    }
}

.table-wrapper .eg-table tbody tr td .company-info .logo img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

@media (max-width: 1199px) {
    .table-wrapper .eg-table tbody tr td .company-info .company-details .top {
        flex-wrap: wrap;
        gap: 3px;
    }
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top h6 {
    margin-bottom: 0;
    margin-right: 25px;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top h6 a {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1rem;
    color: #000000;
    transition: 0.35s;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top h6 a:hover {
    color: var(--primary-color2);
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top span {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: #595959;
    display: flex;
    align-items: center;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top span img {
    margin-right: 5px;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .table-wrapper .eg-table tbody tr td .company-info .company-details ul {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 1399px) {
    .table-wrapper .eg-table tbody tr td .company-info .company-details ul {
        flex-wrap: wrap;
        gap: 0px;
    }
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: #595959;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 10px;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li:last-child {
    margin-right: 0px;
}

@media (max-width: 1399px) {
    .table-wrapper .eg-table tbody tr td .company-info .company-details ul li::after {
        display: none;
        visibility: hidden;
    }
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li:first-child::after {
    display: none;
    visibility: hidden;
}

@media (max-width: 1399px) {
    .table-wrapper .eg-table tbody tr td .company-info .company-details ul li:first-child {
        padding-right: 10px;
    }
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li img {
    margin-right: 5px;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li p {
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
    display: flex;
    align-items: center;
}

@media (max-width: 1399px) {
    .table-wrapper .eg-table tbody tr td .company-info .company-details ul li p {
        flex-wrap: wrap;
    }
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li p .title {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: #595959;
    padding-right: 10px;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li p .time {
    font-size: 15px;
    font-weight: 400;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li p span {
    color: #595959;
}

.table-wrapper .eg-table tbody tr td:first-child {
    text-align: start;
}

@media (max-width: 767px) {
    .table-wrapper .eg-table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 100%;
        text-align: right;
        padding-left: 30%;
        position: relative;
    }
}

.table-wrapper .eg-table tbody tr td .action-button {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.table-wrapper .eg-table tbody tr td .action-button li .eg-btn {
    height: 26px;
    width: 26px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.table-wrapper .eg-table tbody tr td .action-button li .green--btn {
    background-color: var(--primary-color2);
}

.table-wrapper .eg-table tbody tr td .action-button li .sky--btn {
    background-color: #00b8e0;
}

.table-wrapper .eg-table tbody tr td .action-button li .delete--btn {
    background-color: #ff4820;
}

.table-wrapper .eg-table tbody tr td.live {
    color: var(--primary-color2);
}

.table-wrapper .eg-table tbody tr td .green-color {
    color: var(--primary-color2);
    font-weight: 500;
}

.table-wrapper .eg-table tbody tr td .red-color {
    color: #ff4820;
    font-weight: 500;
}

.table-wrapper .eg-table tbody tr td .yellow-color {
    color: #c99307;
    font-weight: 500;
}

.table-wrapper .eg-table tbody tr td.closed {
    color: #ff4820;
}

.table-wrapper .eg-table tbody tr td .status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    width: 100%;
}

.table-wrapper .eg-table tbody tr td .status i {
    opacity: 0;
    transition: 0.35s;
}

.table-wrapper .eg-table tbody tr.style-2 td {
    font-weight: 500;
}

.table-wrapper .eg-table tbody tr.style-2 td:nth-child(4) {
    color: var(--primary-color2);
    font-weight: 500;
}

.table-wrapper .eg-table tbody tr:hover.style-2 {
    background-color: rgba(var(--gadient-color), 0.1);
}

.table-wrapper .eg-table tbody tr:hover td .status {
    width: 100%;
}

.table-wrapper .eg-table tbody tr:hover td .status i {
    opacity: 1;
    font-weight: 700;
}

.table-wrapper .pagination-table-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .table-wrapper .pagination-table-info {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

.table-wrapper .pagination-table-info .table-info span {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1rem;
    color: var(--paragraph-color);
}

.table-wrapper .pagination-table-info.two {
    background: rgba(0, 167, 172, 0.1);
    padding: 15px 25px;
}

.pagination-area .pagination {
    margin: 0;
    padding: 0;
    gap: 15px;
}

.pagination-area .pagination .page-item.active .page-link {
    color: var(--white);
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}

.pagination-area .pagination .page-item.disabled .page-link {
    opacity: 0.5;
}

.pagination-area .pagination .page-item .page-link {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 14px;
    color: #595959;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
}

.pagination-area .pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination-area .pagination .page-item .page-link:hover {
    color: var(--white);
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}

.pagination-area .pagination .page-item:last-child {
    margin-left: 15px;
}

.pagination-area .pagination .page-item:last-child .page-link {
    border-color: var(--primary-color2);
    transition: 0.35s;
}

.pagination-area .pagination .page-item:last-child .page-link::after {
    content: url(//assets.jobsodoo.com/assets/images/icon/explore-arrow.svg);
    position: relative;
    right: 10px;
    top: 2px;
    transition: 0.35s;
}

.pagination-area .pagination .page-item:last-child .page-link:hover {
    background-color: var(--white);
}

.pagination-area .pagination .page-item:last-child .page-link:hover::after {
    content: url(//assets.jobsodoo.com/assets/images/icon/explore-arrow.svg);
    position: relative;
    right: 0px;
    top: 2px;
    transition: 0.35s;
}

.pagination-area .pagination .page-item:first-child {
    margin-right: 15px;
}

.pagination-area .pagination .page-item:first-child .page-link {
    border-color: var(--primary-color2);
    position: relative;
    transition: 0.35s;
}

.pagination-area .pagination .page-item:first-child .page-link::after {
    content: url(//assets.jobsodoo.com/assets/images/icon/explore-arrow-left.svg);
    position: relative;
    left: 10px;
    top: 2px;
    transition: 0.35s;
}

.pagination-area .pagination .page-item:first-child .page-link:hover {
    background-color: var(--white);
}

.pagination-area .pagination .page-item:first-child .page-link:hover::after {
    content: url(//assets.jobsodoo.com/assets/images/icon/explore-arrow-left.svg);
    position: relative;
    left: 0px;
    top: 2px;
    transition: 0.35s;
}

.pagination-area li.arrow.disabled {
    pointer-events: none;
}

.pagination-area li.page-item.active a {
    pointer-events: none;
}

.pagination-area li.page-item.active {
    cursor: text;
}

.featured-jobs-area .section-title h4 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 20px;
    color: var(--title-color);
    margin-bottom: 35px;
}

.dashboard-area-candidate .featured-jobs-area .section-title h4 {
    font-weight: 700;
    font-size: 32px;
}

.feature-slider2 {
    padding-top: 14px;
}

.feature-card2 {
    background: #ffffff;
    border: 1px solid rgba(var(--gadient-color), 0.3);
    border-radius: 5px;
    transition: 0.35s;
    padding-left: 25px;
}

.feature-card2 .company-area {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: rgba(var(--gadient-color), 0.07);
    position: relative;
    z-index: 1;
}

.feature-card2 .company-area>span {
    display: inline-block;
    background-color: rgba(var(--gadient-color), 0.7);
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 114%;
    width: 60px;
    z-index: -1;
}

@media (max-width: 576px) {
    .feature-card2 .company-area>span {
        height: 112%;
    }
}

.feature-card2 .company-area>span::after {
    content: "";
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: rgba(var(--gadient-color), 0.7);
    height: 13px;
    width: 7px;
    position: absolute;
    right: -7px;
    top: 0;
}

.feature-card2 .company-area>span::before {
    content: "";
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background: rgba(var(--gadient-color), 0.7);
    height: 13px;
    width: 7px;
    position: absolute;
    left: -7px;
    top: 0;
}

.feature-card2 .company-area .logo {
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    padding-left: 7px;
}

.feature-card2 .company-area .logo img {
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.feature-card2 .company-area .company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
}

.feature-card2 .company-area .company-details .name-location h5 {
    margin-bottom: 3px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.feature-card2 .company-area .company-details .name-location h5 a {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--font-mulish);
    transition: 0.35s;
    margin-right: 15px;
}

.feature-card2 .company-area .company-details .name-location h5 a:hover {
    color: var(--primary-color2);
}

.feature-card2 .company-area .company-details .name-location h5 span {
    display: flex;
    align-items: center;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 14px;
    color: var(--paragraph-color);
    display: inline-block;
    margin-bottom: -3px;
}

.feature-card2 .company-area .company-details .name-location ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 20px;
}

@media (max-width: 1199px) {
    .feature-card2 .company-area .company-details .name-location ul {
        gap: 0px;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .feature-card2 .company-area .company-details .name-location ul {
        display: block;
    }
}

.feature-card2 .company-area .company-details .name-location ul li {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--paragraph-color);
    font-family: var(--font-mulish);
}

.feature-card2 .company-area .company-details .name-location ul li a {
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--paragraph-color);
    font-family: var(--font-mulish);
    transition: 0.35s;
}

.feature-card2 .company-area .company-details .name-location ul li a:hover {
    color: var(--primary-color2);
}

@media (max-width: 576px) {
    .feature-card2 .company-area .company-details .name-location ul li {
        padding-right: 15px;
    }
}

.feature-card2 .company-area .company-details .name-location ul li img {
    margin-right: 8px;
}

@media (max-width: 1199px) {
    .feature-card2 .company-area .company-details .name-location ul li img {
        margin-right: 5px;
    }
}

.feature-card2 .company-area .company-details .name-location ul li.verified {
    color: var(--title-color);
}

@media (max-width: 1399px) {
    .feature-card2 .company-area .company-details .name-location ul li:first-child {
        margin-right: 15px;
    }
}

.feature-card2 .company-area .company-details .bookmark {
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid rgba(var(--gadient-color), 0.3);
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    cursor: pointer;
    margin-right: 30px;
}

.feature-card2 .company-area .company-details .bookmark i {
    color: var(--primary-color2);
    font-size: 14px;
    transition: 0.35s;
}

.feature-card2 .company-area .company-details .bookmark:hover {
    background-color: var(--primary-color2);
}

.feature-card2 .company-area .company-details .bookmark:hover i {
    color: var(--white);
}

.feature-card2 .job-discription {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 10px;
}

@media (max-width: 576px) {
    .feature-card2 .job-discription {
        display: block;
    }
}

.feature-card2 .job-discription ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-card2 .job-discription ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    position: relative;
}

.feature-card2 .job-discription ul li::after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--primary-color2);
    position: absolute;
    left: 0;
    top: 9px;
}

.feature-card2 .job-discription ul li p {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--font-mulish);
    padding-left: 15px;
}

.feature-card2 .job-discription ul li p .title {
    font-family: var(--font-mulish);
    color: var(--paragraph-color);
}

.feature-card2 .job-discription ul li p .time {
    font-family: var(--font-mulish);
    color: var(--paragraph-color);
    font-weight: 400;
}

.feature-card2 .job-discription ul li:last-child {
    margin-bottom: 0;
}

.feature-card2 .job-discription ul li a {
    transition: 0.35s;
}

.feature-card2 .job-discription ul li a:hover {
    color: var(--primary-color2);
}

@media (max-width: 576px) {
    .feature-card2 .job-discription ul.one {
        margin-bottom: 3px;
    }
}

.feature-card2 .job-type-apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

@media (max-width: 576px) {
    .feature-card2 .job-type-apply {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.feature-card2 .job-type-apply .job-type {
    display: flex;
    align-items: center;
    gap: 20px;
}

.feature-card2 .job-type-apply .job-type span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--font-mulish);
    border-radius: 50px;
    padding: 5px 21px;
}

.feature-card2 .job-type-apply .apply-btn a {
    color: var(--primary-color2);
    font-size: 15px;
}

.feature-card2 .job-type-apply .apply-btn a span::after {
    top: 2px;
}

.feature-card2 .job-type-apply .full-time {
    background-color: #c7e5ee;
}

.feature-card2 .job-type-apply .remote {
    background-color: #b4f2c1;
}

.feature-card2:hover {
    border: 1px solid var(--primary-color2);
}

.my-profile-inner .section-title {
    margin-bottom: 50px;
}

.my-profile-inner .section-title h5 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color);
    background: var(--white);
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
    padding: 14px 20px;
    border-radius: 5px;
}

.my-profile-inner .section-title.two {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.my-profile-inner .section-title.two h5 {
    padding: 0;
    background-color: #f8f8f8;
    white-space: nowrap;
    padding-right: 15px;
}

.my-profile-inner .section-title.two .dash {
    position: relative;
    width: 100%;
}

.my-profile-inner .section-title.two .dash::after {
    content: "";
    width: 100%;
    height: 12px;
    background: #eeeeee;
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: 0;
}

.resume-area {
    background: #ffffff;
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 50px 65px;
    position: relative;
}

@media (max-width: 576px) {
    .resume-area {
        padding: 50px 30px;
    }
}

.resume-area .pl-40 {
    padding-left: 40px;
}

@media (max-width: 1399px) {
    .resume-area .pl-40 {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .resume-area .pl-40 {
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
}

.resume-area .edit-resume-btn {
    position: absolute;
    right: 65px;
    top: 20px;
}

.resume-area .edit-resume-btn a {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--primary-color2);
    display: flex;
    align-items: center;
    transition: 0.35s;
}

.resume-area .edit-resume-btn a svg {
    fill: var(--primary-color2);
    margin-left: 5px;
    transition: 0.35s;
}

.resume-area .edit-resume-btn a:hover {
    color: var(--title-color);
}

.resume-area .edit-resume-btn a:hover svg {
    fill: var(--title-color);
}

.resume-area::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--primary-color2);
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.resume-area .author-area {
    display: flex;
    align-items: center;
}

@media (max-width: 1399px) {
    .resume-area .author-area {
        flex-wrap: wrap;
    }
}

.resume-area .author-area .author-img {
    height: 140px;
    width: 135px;
    border-radius: 5px;
}

.resume-area .author-area .author-img img {
    height: 140px;
    width: 135px;
    border-radius: 5px;
}

.resume-area .author-area .name-degination {
    padding: 35px 20px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .resume-area .author-area .name-degination {
        padding: 35px 20px;
    }
}

@media (max-width: 1399px) {
    .resume-area .author-area .name-degination {
        padding: 35px 20px;
    }
}

.resume-area .author-area .name-degination h4 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 1.1;
    color: var(--primary-color2);
    margin-bottom: 10px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .resume-area .author-area .name-degination h4 {
        font-size: 1.375rem;
    }
}

@media (max-width: 1399px) {
    .resume-area .author-area .name-degination h4 {
        font-size: 1.375rem;
    }
}

.resume-area .author-area .name-degination span {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: var(--paragraph-color);
}

.resume-area .contact-area {
    text-align: left;
}

.resume-area .contact-area h4 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--title-color);
    margin-bottom: 18px;
}

.resume-area .contact-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.resume-area .contact-area ul li {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
    display: flex;
    align-items: baseline;
    justify-content: start;
    margin-bottom: 12px;
}

@media (max-width: 576px) {
    .resume-area .contact-area ul li {
        flex-wrap: wrap;
    }
}

.resume-area .contact-area ul li:last-child {
    margin-bottom: 0;
}

.resume-area .contact-area ul li a {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 16px;
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    padding-left: 5px;
    word-break: break-all;
}

.resume-area .contact-area ul li span {
    height: 24px;
    min-width: 24px;
    border: 1px solid rgba(var(--gadient-color), 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.resume-area .section-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.resume-area .section-title h6 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 1.063rem;
    color: var(--title-color);
    margin-bottom: 0;
    background-color: var(--white);
    white-space: nowrap;
    padding: 0px 20px 0px 0px;
}

.resume-area .section-title .dash {
    position: relative;
    width: 100%;
}

.resume-area .section-title .dash::after {
    content: "";
    width: 100%;
    opacity: 0.5;
    border: 1px dashed var(--primary-color2);
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: 0;
}

.resume-area .single-information-area {
    margin-bottom: 30px;
}

.resume-area .single-information-area p {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 15px;
    color: var(--paragraph-color);
    line-height: normal;
}

.resume-area .single-information-area .devaider1::before {
    content: "";
    height: 100%;
    width: 1px;
    background: #d9d9d9;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .resume-area .single-information-area .devaider1::before {
        width: 100%;
        height: 1px;
        bottom: -12px;
        top: unset;
        transform: unset;
    }
}

.resume-area .single-information-area .devaider1::after {
    content: "";
    height: 33px;
    width: 3px;
    background-color: var(--primary-color2);
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .resume-area .single-information-area .devaider1::after {
        width: 33px;
        height: 3px;
        top: unset;
        left: 50%;
        bottom: -13px;
        transform: translateX(-50%);
    }
}

.resume-area .single-information-area .description p {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 26px;
    color: var(--font-mulish);
    margin-bottom: 0;
}

td.informations {
    text-align: left !important;
}

.informations ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: left;
    font-size: 14px;
}

.extra_information {
    padding: 15px
}

.resume-area .single-information-area .informations ul li {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 15px;
    color: var(--paragraph-color);
    margin-bottom: 5px;
}

.resume-area .single-information-area .informations ul li:last-child {
    margin-bottom: 0;
}

.resume-area .single-information-area .informations ul li span {
    color: var(--title-color);
}

.resume-area .single-information-area .educational-qualification {
    display: flex;
    gap: 150px;
}

@media (max-width: 991px) {
    .resume-area .single-information-area .educational-qualification {
        gap: 80px;
    }
}

@media (max-width: 767px) {
    .resume-area .single-information-area .educational-qualification {
        gap: 30px;
        flex-wrap: wrap;
    }
}

.resume-area .single-information-area .educational-qualification .passing-year {
    white-space: nowrap;
    position: relative;
}

.resume-area .single-information-area .educational-qualification .passing-year::after {
    content: "";
    height: 1px;
    width: 120px;
    position: absolute;
    top: 10px;
    background-color: rgba(var(--primary-color2-opc), 0.2);
    right: -135px;
}

@media (max-width: 991px) {
    .resume-area .single-information-area .educational-qualification .passing-year::after {
        width: 60px;
        right: -70px;
    }
}

@media (max-width: 767px) {
    .resume-area .single-information-area .educational-qualification .passing-year::after {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        top: unset;
        bottom: -15px;
    }
}

.resume-area .single-information-area .educational-qualification .passing-year>span {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: rgba(var(--primary-color2-opc), 0.2);
    position: absolute;
    right: -83px;
    top: 7px;
    transform: translate(-50%);
}

@media (max-width: 991px) {
    .resume-area .single-information-area .educational-qualification .passing-year>span {
        right: -48px;
    }
}

@media (max-width: 767px) {
    .resume-area .single-information-area .educational-qualification .passing-year>span {
        right: 0;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
        bottom: -18px;
    }
}

.resume-area .single-information-area .educational-qualification .passing-year>span::after {
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid rgba(var(--primary-color2-opc), 0.2);
    position: absolute;
    left: -3px;
    top: -3px;
}

.resume-area .single-information-area .educational-qualification .passing-year p {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 18px;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.resume-area .single-information-area .educational-qualification .passing-year p>span {
    color: var(--title-color);
    padding-right: 10px;
}

.resume-area .single-information-area .educational-qualification .education-dt h6 {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1.063rem;
    color: var(--title-color);
    margin-bottom: 15px;
}

.resume-area .single-information-area .educational-qualification .education-dt>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.resume-area .single-information-area .educational-qualification .education-dt>ul li {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 15px;
    color: var(--paragraph-color);
    padding-right: 20px;
    padding-left: 15px;
    position: relative;
}

.resume-area .single-information-area .educational-qualification .education-dt>ul li span {
    color: var(--title-color);
}

.resume-area .single-information-area .educational-qualification .education-dt>ul li::after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.resume-area .single-information-area .educational-qualification .education-dt .position {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 18px;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.resume-area .single-information-area .educational-qualification .education-dt .position>span {
    color: var(--title-color);
    padding-right: 10px;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility {
    padding-top: 10px;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility h6 {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--title-color);
    margin-bottom: 15px;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility ul li {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--paragraph-color);
    padding-right: 20px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility ul li::after {
    content: "";
    height: 1px;
    width: 18px;
    border-radius: 50%;
    background: #595959;
    position: absolute;
    left: 0;
    top: 11px;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility ul li:last-child {
    margin-bottom: 0;
}

.resume-area .single-information-area .tag-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.resume-area .single-information-area .tag-area ul li {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--paragraph-color);
}

.resume-area .single-information-area .social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.resume-area .single-information-area .social-area ul li a {
    display: flex;
    align-items: center;
    border-radius: 5px;
    position: relative;
    transition: 0.5s all ease;
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--primary-color2);
    border: 1px solid rgba(var(--gadient-color), 0.2);
    padding: 4px 24px;
    position: relative;
    z-index: 1;
}

.resume-area .single-information-area .social-area ul li a::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--primary-color2);
    z-index: -2;
}

.resume-area .single-information-area .social-area ul li a:hover {
    color: var(--white);
}

.resume-area .single-information-area .social-area ul li a:hover::after {
    left: 0;
    right: 0;
    opacity: 1;
}

.resume-area .declaration-area h6 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.063rem;
    color: var(--title-color);
    margin-bottom: 8px;
}

.resume-area .declaration-area p {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 18px;
    color: var(--paragraph-color);
}

.resume-area .gratitude-area span {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1rem;
    line-height: 19px;
    color: var(--paragraph-color);
    display: inline-block;
    margin-bottom: 3px;
}

.resume-area .gratitude-area h6 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.063rem;
    color: var(--title-color);
    margin-bottom: 0;
}

.dowunload-btn a {
    display: inline-block;
}

.dashboard-area .dowunload-btn i {
    margin-right: 10px;
}

.resume-area pre {
    display: block;
    margin: 0 0 20px 0;
    padding: 15px;
    color: var(--paragraph-color);
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 100%;
    font-family: var(--font-mulish);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}

/*=======================================
 Company dashboard
=======================================*/
.company-job-detaiils-page .job-details-and-counter-area {
    background: #ffffff;
    border-radius: 5px;
    padding: 50px 40px;
}

@media (max-width: 576px) {
    .company-job-detaiils-page .job-details-and-counter-area {
        padding: 50px 20px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area h3 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.875rem;
    color: var(--primary-color2);
    margin-bottom: 12px;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area h3 span {
    color: var(--title-color);
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 576px) {
    .company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area ul {
        display: block;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area ul li {
    font-family: var(--font-mulish);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: var(--paragraph-color);
    display: flex;
    gap: 5px;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area ul li span {
    font-family: var(--font-mulish);
    font-weight: 500;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area ul li:first-child {
    margin-bottom: 3px;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 15px 40px;
}

@media (max-width: 576px) {
    .company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group {
        padding: 12px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 576px) {
    .company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul {
        gap: 20px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li a {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
    transition: 0.35s;
}

@media (max-width: 576px) {
    .company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li a {
        gap: 5px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li a span {
    height: 28px;
    width: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00b4dc;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li a:hover {
    color: #00b4dc;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li:nth-child(2) a span {
    background: #00cc9b;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li:nth-child(2) a:hover {
    color: #00cc9b;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li:nth-child(3) a span {
    background: #0082e0;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li:nth-child(3) a:hover {
    color: #0082e0;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 167, 172, 0.12);
}

@media (max-width: 767px) {
    .company-job-detaiils-page .job-details-and-counter-area .filter-button-group {
        flex-wrap: wrap;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .back-btn {
    padding-bottom: 12px;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .back-btn a {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: #00b4dc;
    transition: 0.35s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .back-btn a svg {
    fill: #00b4dc;
    transition: 0.35s;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .back-btn a:hover {
    color: var(--primary-color2);
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .back-btn a:hover svg {
    fill: var(--primary-color2);
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 50px;
    width: 100%;
    border: none;
}

@media (max-width: 767px) {
    .company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs {
        gap: 17px;
        margin-right: 20px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link {
    padding: 0;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    border: none;
    position: relative;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link svg {
    fill: var(--paragraph-color);
    margin-right: 5px;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link:focus {
    border: none;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link.active {
    border: none;
    position: relative;
    color: var(--title-color);
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link.active svg {
    fill: var(--title-color);
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    border-bottom: 1px solid var(--primary-color2);
    width: 100%;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    height: 20px;
    width: 20px;
    background-color: var(--white);
    transform: rotate(45deg) translateX(-50%);
    border: 1px solid var(--primary-color2);
    border-left: none;
    border-top: none;
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single {
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 25px 15px;
    text-align: center;
    position: relative;
    transition: 0.35s;
}

@media (max-width: 1399px) {
    .company-job-detaiils-page .job-details-and-counter-area .counter-single {
        padding: 25px 12px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single .total-number {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f8f8f8;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single .total-number h3 {
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 24px;
    color: var(--white);
    line-height: 1;
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single p {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--title-color);
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .company-job-detaiils-page .job-details-and-counter-area .counter-single p {
        font-size: 1rem;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.one .total-number {
    background: #0082e0;
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.two .total-number {
    background: #f97137;
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.three .total-number {
    background: #0199ee;
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.four .total-number {
    background: #dfa100;
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.five .total-number {
    background: #00d287;
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.six .total-number {
    background: #ff2121;
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.six p {
    color: #ff2121;
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single:hover::after {
    background: var(--primary-color2);
}

.company-job-detaiils-page .applied-list-wrap {
    position: relative;
}

.company-job-detaiils-page .applied-list-wrap .filter-area {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 40px 25px;
    position: sticky;
    top: 90px;
}

@media (max-width: 1199px) {
    .company-job-detaiils-page .applied-list-wrap .filter-area {
        padding: 40px 15px;
    }
}

@media (max-width: 991px) {
    .company-job-detaiils-page .applied-list-wrap .filter-area {
        position: relative;
        top: unset;
    }
}

.company-job-detaiils-page .applied-list-wrap .filter-area::before {
    content: "";
    width: 100%;
    height: 4px;
    background: var(--primary-color2);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0px 0px;
}

.company-job-detaiils-page .applied-list-wrap .filter-area h5 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color);
    margin-bottom: 25px;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2 {
    width: 99% !important;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-container .select2-selection--single {
    height: 46px;
    display: flex;
    align-items: center;
    background: #f6f6f6;
    border-color: #f6f6f6 !important;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
    visibility: hidden;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-selection__rendered {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-dropdown {
    border-color: #eee;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    left: 50%;
    margin-left: -7px;
    margin-top: -2px;
    position: absolute;
    top: 47%;
    border-bottom: 1px solid var(--primary-color2);
    border-right: 1px solid var(--primary-color2);
    height: 8px;
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-width: 0 4px 5px 4px;
    border-top: 1px solid var(--primary-color2);
    border-left: 1px solid var(--primary-color2);
    height: 8px;
    width: 8px;
    top: 59%;
}

.select2-dropdown {
    border-color: #eee;
    background-color: #fff;
}

.select2-dropdown .select2-search__field {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1rem;
    color: var(--title-color);
}

.select2-dropdown .select2-results__option {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1rem;
    color: var(--title-color);
}

.table-wrapper2 .table-filter-area {
    background: #ffffff;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 20px 40px;
}

@media (max-width: 1399px) {
    .table-wrapper2 .table-filter-area {
        padding: 20px 20px;
    }
}

.table-wrapper2 .table-filter-area .filter-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 1399px) {
    .table-wrapper2 .table-filter-area .filter-menu {
        gap: 15px;
    }
}

@media (max-width: 1199px) {
    .table-wrapper2 .table-filter-area .filter-menu {
        flex-wrap: wrap;
        justify-content: start;
    }
}

.table-wrapper2 .table-filter-area .filter-menu .search-job-form {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

@media (max-width: 1199px) {
    .table-wrapper2 .table-filter-area .filter-menu .search-job-form {
        display: block;
    }
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap {
    background: #eff3f2;
    border-radius: 5px;
    padding: 12px 15px;
    min-width: 275px;
    height: 78px;
}

@media (max-width: 1399px) {
    .table-wrapper2 .table-filter-area .filter-menu .form-wrap {
        min-width: 230px;
    }
}

@media (max-width: 1199px) {
    .table-wrapper2 .table-filter-area .filter-menu .form-wrap {
        width: 100%;
    }
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner {
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    gap: 20px;
    height: 52px;
}

@media (min-width: 1400px) {
    .table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner.show-per-page-t {
        gap: 50px;
    }
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner.show-per-page-t .select-area .nice-select {
    max-width: 40px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner.show-per-page-t .select-area .nice-select .list {
    min-width: 60px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner h6 {
    margin: 0;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner p {
    margin: 0;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--title-color);
    white-space: nowrap;
}

.table-wrapper2 .table-filter-area .filter-menu .form-inner.show-per-page-t p {
    font-weight: 600;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner .button-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner .button-wrap ul li {
    margin-bottom: 0;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner .button-wrap ul li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(46, 125, 50);
    padding-left: 8px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner .button-wrap ul li:nth-child(2) a button {
    border: 1px solid #518ef8;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner .select-area {
    width: 100%;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner .select-area .nice-select {
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding-right: 20px;
    line-height: 1;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--title-color);
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner .select-area .nice-select .list {
    width: 100%;
    top: 45px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner .select-area .nice-select .list li {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 18px;
    color: var(--title-color);
    display: flex;
    align-items: center;
    padding: 0px 15px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner .select-area .nice-select::after {
    border-bottom: 1px solid var(--title-color);
    border-right: 1px solid var(--title-color);
    height: 8px;
    margin-top: -5px;
    right: 0;
    top: 50%;
    width: 8px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-2 {
    display: flex;
    align-items: center;
    width: 100%;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-2 .form-inner {
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    gap: 20px;
    height: 52px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-3 .form-inner {
    width: 100%;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-3 .form-inner .input-area {
    display: flex;
    align-items: center;
    width: 100%;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-3 .form-inner .input-area img {
    margin-right: 10px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-3 .form-inner .input-area input {
    width: 100%;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--title-color);
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-3 .form-inner .input-area input::-moz-placeholder {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: #a6a6a6;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-3 .form-inner .input-area input::placeholder {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: #a6a6a6;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-3 button {
    padding: 12px 27px;
    border: 1px solid var(--primary-color2);
    color: var(--primary-color2);
    margin-left: 15px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-3 button:hover {
    color: var(--white);
}

.table-wrapper2 .title-and-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .table-wrapper2 .title-and-btn {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }
}

.table-wrapper2 .title-and-btn .title h4 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--title-color);
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .table-wrapper2 .title-and-btn .title {
        margin-right: 50px;
    }
}

.table-wrapper2 .title-and-btn .job-post-btn a {
    background-color: var(--primary-color2);
    padding: 10px 22px;
}

.table-wrapper2 .eg-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .table-wrapper2 .eg-table {
        display: block;
        width: 100%;
    }

    .table-wrapper2 .eg-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 30%;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        color: #1f2937;
    }
}

.table-wrapper2 .eg-table thead {
    background: var(--primary-color2);
    border-radius: 5px;
    border: 1px solid var(--primary-color2);
}

@media (max-width: 767px) {
    .table-wrapper2 .eg-table thead {
        display: none;
        visibility: hidden;
    }
}

.table-wrapper2 .eg-table thead tr {
    border-color: var(--primary-color2);
}

.table-wrapper2 .eg-table thead tr th {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--white);
    padding: 15px 20px;
    vertical-align: middle;
}

.table-wrapper2 .eg-table thead tr th:first-child {
    text-align: start;
    padding-left: 60px;
}

.table-wrapper2 .eg-table thead tr th:last-child {
    text-align: start;
    padding-right: 60px;
}

@media (max-width: 767px) {
    .table-wrapper2 .eg-table tbody {
        display: block;
        width: 100%;
    }
}

.table-wrapper2 .eg-table tbody tr {
    background: #ffffff;
    border: 1px solid rgba(var(--gadient-color), 0.12);
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .table-wrapper2 .eg-table tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

.table-wrapper2 .eg-table tbody tr td {
    padding: 20px;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .table-wrapper2 .eg-table tbody tr td {
        padding: 20px 10px;
    }
}

.table-wrapper2 .eg-table tbody tr td .employee-info {
    display: flex;
    gap: 15px;
}

@media (max-width: 576px) {
    .table-wrapper2 .eg-table tbody tr td .employee-info {
        flex-wrap: wrap;
    }
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal {
    z-index: 99999;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-dialog {
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 160px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-dialog .modal-content {
    padding: 0;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-dialog .modal-content .author-img {
    margin-right: 0;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header {
    position: relative;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .button-groups ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .button-groups ul li .primary-bg {
    background: var(--primary-color2);
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .button-groups ul li .red-bg {
    background: #ff2121;
    text-transform: capitalize;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .button-groups ul li button {
    background: #0087d3;
    border-radius: 4px;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.875rem;
    color: #ffffff;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    margin-bottom: 4px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .button-groups ul li button::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--primary-dark);
    z-index: -1;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .button-groups ul li button:hover::after {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .btn-close {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-footer .button-groups ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-footer .button-groups ul li .primary-bg {
    background: var(--primary-color2);
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-footer .button-groups ul li .red-bg {
    background: #ff2121;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-footer .button-groups ul li button {
    background: #0087d3;
    border-radius: 4px;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.875rem;
    color: #ffffff;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    margin-bottom: 4px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-footer .button-groups ul li button::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--primary-dark);
    z-index: -1;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-footer .button-groups ul li button:hover::after {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-img img {
    height: 70px;
    width: 70px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content {
    margin-top: -6px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content button {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1rem;
    color: var(--title-color);
    text-align: start;
    background-color: transparent;
    padding: 0;
    border: none;
    display: block;
    margin-bottom: 2px;
    transition: 0.35s;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content button::before {
    background-color: unset;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content button:hover {
    color: var(--primary-color2);
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content button:focus {
    box-shadow: none;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content>span {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--paragraph-color);
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content>span img {
    margin-right: 5px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content p {
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--paragraph-color);
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content p span {
    font-weight: 500;
    color: var(--title-color);
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary h6 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1rem;
    color: var(--title-color);
    margin-bottom: 8px;
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary h6 span {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--paragraph-color);
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary ul li {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--paragraph-color);
    margin-bottom: 3px;
    padding-left: 15px;
    position: relative;
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary ul li:last-child {
    margin-bottom: 0;
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary ul li::before {
    content: "";
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 1px solid var(--primary-color2);
    position: absolute;
    left: 0;
    top: 7px;
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary ul li span {
    font-weight: 500;
    color: var(--title-color);
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button {
    width: 105px;
    background: #0087d3;
    border-radius: 4px;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.875rem;
    color: #ffffff;
    padding: 3px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    margin-bottom: 15px;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li:last-child button {
    margin-bottom: 0;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button.reject {
    background: #ff2121;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button svg {
    fill: var(--title-color);
    margin-right: 8px;
    transition: 0.5s all ease;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--primary-dark);
    z-index: -1;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button:hover {
    color: var(--white);
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button:hover svg {
    fill: var(--white);
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button:hover::after {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group2 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group2 li .eg-btn {
    height: 26px;
    width: 26px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group2 li .eg-btn svg {
    fill: var(--white);
    margin: 0;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group2 li .green--btn {
    background-color: var(--primary-color2);
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group2 li .sky--btn {
    background-color: #00b8e0;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group2 li .delete--btn {
    background-color: #ff4820;
}

@media (max-width: 767px) {
    .table-wrapper2 .eg-table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 100%;
        text-align: start;
        padding-left: 30%;
        position: relative;
    }
}

@media (max-width: 991px) {
    .table-wrapper2 .eg-table.job-list-table {
        display: block;
        width: 100%;
    }

    .table-wrapper2 .eg-table.job-list-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 30%;
        text-align: left;
        padding-left: 10px;
        font-weight: 600;
        color: #1f2937;
    }
}

@media (max-width: 991px) {
    .table-wrapper2 .eg-table.job-list-table thead {
        display: none;
        visibility: hidden;
    }
}

.table-wrapper2 .eg-table.job-list-table thead tr th {
    text-align: center;
}

.table-wrapper2 .eg-table.job-list-table thead tr th:first-child {
    text-align: start;
    padding-left: 30px;
}

.table-wrapper2 .eg-table.job-list-table thead tr th:last-child {
    padding-right: 30px;
}

@media (max-width: 991px) {
    .table-wrapper2 .eg-table.job-list-table tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .table-wrapper2 .eg-table.job-list-table tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

.table-wrapper2 .eg-table.job-list-table tbody tr td {
    text-align: center;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content h5 {
    margin-bottom: 5px;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content h5 a {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color);
    transition: 0.35s;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content h5 a:hover {
    color: var(--primary-color2);
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content p {
    margin-bottom: 10px;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    color: #595959;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content .form-check {
    display: flex;
    align-items: center;
    min-height: unset;
    min-width: 40px;
    padding-left: 2.5em;
    margin-bottom: 0;
    cursor: pointer;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 21px;
    color: var(--title-color);
    gap: 12px;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content .form-check-input {
    width: 40px;
    height: 20px;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content .form-check-input:checked {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content .form-check-input:focus {
    border-color: var(--primary-color2);
    outline: 0;
    box-shadow: none;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1.125rem;
    color: var(--title-color);
    background: rgba(0, 110, 189, 0.08);
    border: 1px solid rgba(0, 110, 189, 0.15);
    border-radius: 4px;
    padding: 4px 16px;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number.light-orange {
    background: rgba(251, 96, 30, 0.08);
    border: 1px solid rgba(251, 96, 30, 0.15);
    color: #fb601e;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number.light-yellow {
    background: rgba(198, 143, 0, 0.08);
    border: 1px solid rgba(198, 143, 0, 0.15);
    color: #c68f00;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number.deep-pink {
    background: rgba(226, 0, 136, 0.08);
    border: 1px solid rgba(226, 0, 136, 0.15);
    color: #e20088;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td:first-child {
    text-align: start;
}

@media (max-width: 991px) {
    .table-wrapper2 .eg-table.job-list-table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 100%;
        text-align: start;
        padding-left: 30%;
        position: relative;
    }
}

.table-wrapper2 .eg-table.plan-invoice-table thead tr th {
    text-align: start;
}

.table-wrapper2 .eg-table.plan-invoice-table thead tr th:first-child {
    text-align: start;
    padding-left: 30px;
}

.table-wrapper2 .eg-table.plan-invoice-table thead tr th:last-child {
    text-align: center;
    padding-right: 30px;
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td:nth-child(2) {
    font-weight: 400;
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td:nth-child(4) {
    color: var(--primary-color2);
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td .status {
    background-color: transparent;
    color: #c99307;
    transition: 0.35s;
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td .status i {
    font-size: 16px;
    transition: 0.35s;
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td .status.red-color {
    color: #ff4820;
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td .status.green-color {
    color: var(--primary-color2);
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td .status:hover {
    color: var(--title-color);
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td:last-child button {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 767px) {
    .table-wrapper2 .eg-table.plan-invoice-table tbody tr td:last-child button {
        width: unset;
        gap: 20px;
    }
}

.table-wrapper2 .eg-table .eg-btn {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--white);
    padding: 4px 22px 7px;
    border-radius: 5px;
    line-height: 1;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
}

.table-wrapper2 .eg-table .eg-btn::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--title-color);
    z-index: -1;
}

.table-wrapper2 .eg-table .eg-btn:hover {
    color: var(--white);
}

.table-wrapper2 .eg-table .eg-btn:hover::after {
    opacity: 1;
    left: 0;
    right: 0;
}

.table-wrapper2 .eg-table .transparent-btn {
    background-color: transparent;
    border: 1px solid rgba(0, 167, 172, 0.3);
    color: var(--primary-color2);
    border-radius: 5px;
}

.table-wrapper2 .eg-table .transparent-btn:hover {
    border-color: transparent;
}

.table-wrapper2 .eg-table .active {
    color: var(--primary-color2);
    font-weight: 500;
}

.table-wrapper2 .eg-table .pending {
    color: #c99307;
    font-weight: 500;
}

.table-wrapper2 .eg-table .email {
    color: #0279cf;
}

.table-wrapper2 .eg-table .light-sky-btn {
    background: rgba(3, 157, 205, 0.2);
    color: #039dcd;
}

.table-wrapper2 .eg-table .light-sky-btn:hover {
    color: var(--white);
}

.table-wrapper2 .pagination-table-info {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 15px 20px;
}

@media (max-width: 767px) {
    .table-wrapper2 .pagination-table-info {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.table-wrapper2 .pagination-table-info .table-info span {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--paragraph-color);
}

.table-wrapper2 .eg-table li {
    margin-bottom: 0;
    list-style: none;
}

.company-dashboard .form-wrapper form .form-inner .nice-select {
    color: var(--title-color);
    font-weight: 600;
}

.form-wrapper form .form-inner .nice-select {
    height: 46px;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--paragraph-color);
    width: 100%;
    display: flex;
    align-items: center;
    border: unset;
}

.form-wrapper form .form-inner .nice-select::after {
    border-bottom: 1px solid var(--primary-color2);
    border-right: 1px solid var(--primary-color2);
    height: 8px;
    margin-top: -6px;
    right: 27px;
    top: 50%;
    width: 8px;
}

.form-wrapper form .form-inner .nice-select .list {
    width: auto;
    max-height: 200px;
    overflow-y: auto;
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    padding: 10px 0;
    margin: 0;
}

/* Images upload area */
.form-wrapper form .company-images-area {
    background: #f8f8f8;
    border-radius: 5px;
    padding: 40px 60px;
}

@media (max-width: 767px) {
    .form-wrapper form .company-images-area {
        padding: 30px 25px;
    }
}

.form-wrapper form .company-images-area .drag-area {
    height: 130px;
    width: 130px;
    background: #f8f8f8;
    background-image: url(//assets.jobsodoo.com/assets/images/bg/image-upload-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    bottom: 0;
    right: 0;
}

@media (max-width: 1399px) {
    .form-wrapper form .company-images-area .drag-area {
        position: relative;
        margin-bottom: 20px;
    }
}

.form-wrapper form .company-images-area .drag-area.active {
    border-color: rgba(var(--primary-color2-opc), 0.4);
    border-width: 1px;
}

.form-wrapper form .company-images-area .drag-area input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.form-wrapper form .company-images-area .drag-area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.form-wrapper form .company-images-area .drag-area p {
    color: var(--primary-color2);
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 10px;
}

.form-wrapper form .company-images-area .drag-area .upload-btn {
    background-color: transparent;
    color: var(--primary-color2);
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

@media (max-width: 991px) {
    .form-wrapper form .company-images-area .company-logo-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.form-wrapper form .company-images-area .company-logo-area h5 {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 18px;
    color: var(--title-color1);
    margin-bottom: 20px;
}

.form-wrapper form .company-images-area .company-logo-area span.remove {
    padding: 0;
}

.form-wrapper form .company-images-area .company-logo-area span {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 16px;
    color: var(--paragraph-color);
    display: inline-block;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .form-wrapper form .company-images-area .company-logo-area span {
        padding-top: 0px;
    }
}

.form-wrapper form .company-images-area .company-cover-photo-area {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .form-wrapper form .company-images-area .company-cover-photo-area {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.form-wrapper form .company-images-area .company-cover-photo-area .drag-area {
    height: 130px;
    max-width: 500px;
    width: 100%;
    background-image: none;
}

.form-wrapper form .company-images-area .company-cover-photo-area h5 {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 18px;
    color: var(--title-color1);
    margin-bottom: 20px;
}

.form-wrapper form .company-images-area .company-cover-photo-area span {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 16px;
    color: var(--paragraph-color);
    display: inline-block;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .form-wrapper form .company-images-area .company-cover-photo-area span {
        padding-top: 0px;
    }
}

.form-wrapper form .form-inner .input-area img {
    padding-left: 20px;
}

.form-wrapper form .form-inner textarea {
    width: 100%;
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    min-height: 150px;
    padding: 20px;
    width: 100%;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--title-color);
    line-height: 1;
    transition: 0.35s;
}

@media (max-width: 576px) {
    .form-wrapper form {
        padding: 50px 20px;
    }
}

@media (max-width: 576px) {
    .dropzone-desc {
        width: 100%;
    }
}

.form-wrapper form .add-row button {
    padding: 0;
    text-align: start;
    background-color: transparent;
    display: inline-block;
    width: auto;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 17px;
    text-decoration-line: underline;
    color: var(--primary-color2);
    transition: 0.35s;
}

.form-wrapper form .add-row button:hover {
    color: var(--title-color);
}

.form-wrapper form .add-row button.remove {
    color: red;
    margin-bottom: 20px;
}

.form-wrapper form .add-row button:hover {
    color: var(--title-color);
}

.table-wrapper2 .eg-table thead tr th {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--white);
    padding: 15px 20px;
    vertical-align: middle;
    background: transparent;
}

.form-wrapper form .info-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.form-wrapper form .info-title h6 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.063rem;
    line-height: 20px;
    color: var(--title-color);
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
    background-color: var(--white);
    white-space: nowrap;
    padding: 0px 20px 0px 0px;
}

.form-wrapper form .info-title .dash {
    position: relative;
    width: 100%;
}

.form-wrapper form .info-title .dash::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(var(--primary-color2-opc), 0.4);
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: 0;
}

.form-wrapper .location-map {
    border-radius: 10px;
}

.form-wrapper .location-map iframe {
    width: 100%;
    min-height: 210px;
    border-radius: 10px;
}

.form-wrapper .privacy-security-area .single-permission {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.form-wrapper form .w-unset {
    width: unset;
    display: inline-block;
}

@media (max-width: 576px) {
    .form-wrapper .privacy-security-area .single-permission {
        flex-wrap: wrap;
    }
}

.select2-selection .select2-search__field {
    min-height: unset !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 13px 0 !important;
    margin: 0 !important;
}

@media (max-width: 576px) {
    .select2-selection .select2-search__field {
        min-height: unset !important;
        min-height: 40px !important;
        max-height: 40px !important;
        padding: 12px 0 !important;
        margin: 0 !important;
    }
}

/* Candidate Dashboard */
.dashboard-area .applied-job-area .modal-dialog {
    max-width: 800px;
}

.form-wrapper form .drag-area {
    height: 130px;
    width: 130px;
    background: #f8f8f8;
    background-image: url(//assets.jobsodoo.com/assets/images/bg/image-upload-bg.png);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    right: 0;
}

.form-wrapper form .drag-area p {
    color: var(--primary-color1);
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 10px;
}

.form-wrapper form .drag-area .dropify-wrapper .dropify-message {
    top: 70%;
}

/* Edit Profile Inner Navbar */
.edit-profile-inner .form-wrapper .nav-pills {
    border-radius: 100px;
    border: 1px solid var(--borders-color);
    gap: 35px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.edit-profile-inner .form-wrapper .nav-pills .nav-item .nav-link {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    background-color: #e7f8f2;
    border-radius: 50px;
    padding: 10px 20px;
    transition: 0.5s;
}

.edit-profile-inner .form-wrapper .nav-pills .nav-item .nav-link.active {
    background-color: var(--primary-color2);
    color: var(--white-color);
}

.edit-profile-inner .form-wrapper .nav-pills .nav-item .nav-link:hover {
    background-color: var(--primary-color2);
    color: var(--white-color);
}

.edit-profile-inner .dropify-wrapper .dropify-clear {
    background: var(--primary-color2);
}

.edit-profile-inner .dropify-wrapper:hover {
    background-size: 30px 30px;
    background-image: url(//assets.jobsodoo.com/assets/images/bg/image-upload-bg.png);
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
}

.edit-profile-inner .dropify-wrapper .dropify-clear {
    top: 15px;
    right: 0px;
}

/* Salary Wrap */
.form-wrapper form .salary-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.form-wrapper form .salary-wrap .salery-select-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.form-wrapper form .salary-wrap .salery-select-area .single-salery {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 15px;
}

.form-wrapper form .salary-wrap .salery-select-area .single-salery input {
    margin-right: 5px;
    margin-top: -3px;
    padding: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid var(--primary-color2);
    cursor: pointer;
}

.form-wrapper form .salary-wrap .salery-select-area .single-salery input:focus {
    box-shadow: none;
}

.form-wrapper form .salary-wrap .salery-select-area .single-salery .form-check-input:checked {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}

.form-wrapper form .salary-wrap .label {
    margin-right: 25px;
}

.form-wrapper form .salary-wrap .containerss {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-inter);
    color: var(--paragraph-color);
}

.form-wrapper form .salary-wrap .containerss .bi {
    color: #ffcc33;
    margin-right: 3px;
}

.form-wrapper form .salary-wrap .checkbox-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 20px;
    display: flex;
    align-items: center;
}

.form-wrapper form .salary-wrap .checkbox-container ul li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.form-wrapper form .salary-wrap .checkbox-container ul li .text {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    color: var(--title-color1);
    line-height: normal;
}

.form-wrapper form .salary-wrap .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-wrapper form .salary-wrap .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid rgba(var(--primary-color2-opc), 0.5);
    border-radius: 50%;
}

.form-wrapper form .salary-wrap .checkbox-container:hover input~.checkmark {
    background-color: transparent;
}

.form-wrapper form .salary-wrap .checkbox-container input:checked~.checkmark {
    background-color: var(--primary-color2);
    border-color: rgba(var(--primary-color2-opc), 0.5);
    border-radius: 50%;
}

.form-wrapper form .salary-wrap .checkbox-container input:checked~.text {
    color: var(--title-color1);
}

.form-wrapper form .salary-wrap .checkbox-container input:checked~.qty {
    color: var(--title-color1);
}

.form-wrapper form .salary-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-wrapper form .salary-wrap .checkbox-container input:checked~.checkmark:after {
    display: block;
}

.form-wrapper form .salary-wrap .checkbox-container .checkmark:after {
    content: url(//assets.jobsodoo.com/assets/images/icon/checkbox-check.svg);
    left: 1px;
    top: -9px;
}

.form-wrapper form .section-title2 {
    margin-bottom: 30px;
}

/* Cookie consent css */
.js-cookie-consent-area {
    padding: 20px 20px;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    position: fixed;
    bottom: 30px;
    background: white;
    left: 0;
    right: 0;
    border-radius: 5px;
    z-index: 9999;
}

.js-cookie-consent .cookie-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: black;
    margin-bottom: 5px;
}

.js-cookie-consent .cookie-content p {
    font-size: 15px;
    font-weight: 400;
    color: black;
    margin-bottom: 0;
    color: #696969;
}

.js-cookie-consent .cookie-btn-grp .js-cookie-consent-agree,
.js-cookie-consent .cookie-btn-grp .js-cookie-consent-reject {
    padding: 12px 45px;
    font-size: 16px;
    font-weight: 600;
    border: unset;
    white-space: nowrap;
    border-radius: 5px;
}

.js-cookie-consent .cookie-btn-grp .js-cookie-consent-agree {
    background-color: #000;
    color: #fff;
}

.js-cookie-consent .cookie-btn-grp .js-cookie-consent-reject {
    background-color: #fff;
    color: black;
    border: 1px solid #000;
}

.js-cookie-consent .cookie-content {
    max-width: 720px;
}

.cookie-see-more-btn {
    cursor: pointer;
}

.cookie-description {
    display: none;
}

.cookie-description p,
.cookie-content p {
    display: inline;
}

.copyright-area a {
    color: var(--primary-color1);
}

/* Pricing Plan */
.pricing-plan-area .pricing-plan-card3 {
    background: #eff5f9;
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 90px 50px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .pricing-plan-area .pricing-plan-card3 {
        padding: 90px 30px;
    }
}

@media (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-card3 {
        padding: 90px 30px;
    }
}

@media (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-card3 {
        padding: 90px 30px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-card3 {
        padding: 50px 20px;
    }
}

.pricing-plan-area .pricing-plan-card3 h4 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.375rem;
    color: var(--title-color1);
    margin-bottom: 40px;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-card3 .job-qty-area {
        padding: 12px 15px;
    }
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area h6 {
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--title-color1);
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity {
    justify-content: center;
}

@media (max-width: 767px) {
    .pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity {
        justify-content: end;
    }
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav {
    padding: 0px;
    border-radius: 36px;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav input {
    font-size: 1rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-mulish);
    text-align: center;
    vertical-align: middle;
    box-sizing: content-box;
    margin: 0;
    padding: 0 5px;
    background-color: transparent;
    border: 1px solid rgba(0, 167, 172, 0.5);
    border-radius: 4px;
    min-width: 58px;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav button {
    height: 24px;
    width: 24px;
    line-height: 33px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid var(--primary-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--title-color-dark);
    transition: 0.35s;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav button i {
    font-size: 18px;
    color: var(--primary-color1);
    transition: 0.35s;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav button:hover {
    background-color: var(--primary-color1);
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav button:hover i {
    color: var(--white);
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .nice-number {
    display: inline-flex;
    justify-content: stretch;
    align-items: center;
    gap: 10px;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .nice-number input {
    vertical-align: middle;
    box-sizing: content-box;
    margin: 0;
    text-align: center;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .nice-number input::-webkit-inner-spin-button,
.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .nice-number input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pricing-plan-area .pricing-plan-card3 table {
    width: 100%;
}

.pricing-plan-area .pricing-plan-card3 table tbody {
    width: 100%;
}

.pricing-plan-area .pricing-plan-card3 table tbody tr {
    height: 35px;
}

.pricing-plan-area .pricing-plan-card3 table tbody tr td {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.pricing-plan-area .pricing-plan-card3 table tbody tr td:last-child {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1rem;
    color: var(--primary-color1);
    display: flex;
    justify-content: end;
    color: var(--title-color1);
}

.pricing-plan-area .pricing-plan-card3 table tbody tr:nth-child(3) {
    border-bottom: 1px solid rgba(6, 20, 33, 0.12);
}

.pricing-plan-area .pricing-plan-card3 table tbody tr:last-child td {
    border-top: 1px solid rgba(6, 20, 33, 0.12);
}

.pricing-plan-area .pricing-plan-card3 table tbody tr:last-child td:last-child {
    font-weight: 500;
    font-size: 18px;
}

.pricing-plan-area .pricing-plan-card3 .total-price {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 2.188rem;
    text-align: center;
    color: var(--title-color1);
    margin-bottom: 0;
    padding-top: 10px;
}

.pricing-plan-area .pricing-plan-card3 .primry-btn-2 {
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    padding: 12px 28px;
}

.pricing-plan-area .add-area {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .pricing-plan-area .add-area {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.pricing-plan-area .add-area p {
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1.25rem;
    color: var(--title-color1);
}

.pricing-plan-area .add-area p span {
    color: #fd3232;
}

.pricing-plan-area .add-area a {
    padding: 5px 20px;
    border-color: var(--primary-color1);
    color: var(--primary-color1);
    white-space: nowrap;
}

.pricing-plan-area .add-area a:hover {
    color: var(--white);
}

.pricing-plan-area .advertuse-area h4 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.625rem;
    color: var(--title-color1);
    margin-bottom: 22px;
}

.pricing-plan-area .advertuse-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-plan-area .advertuse-area ul li {
    margin-bottom: 15px;
    display: flex;
    position: relative;
}

.pricing-plan-area .advertuse-area ul li::before {
    content: "";
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: var(--primary-color1);
    position: absolute;
    left: 0;
    top: 7px;
    height: 12px;
    width: 8px;
}

.pricing-plan-area .advertuse-area ul li img {
    margin-right: 6px;
}

.pricing-plan-area .advertuse-area ul li:last-child {
    margin-bottom: 0;
}

.pricing-plan-area .advertuse-area ul li p {
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1.25rem;
    color: var(--paragraph-color);
    padding-left: 15px;
}

.pricing-plan-area .advertuse-area ul li p span {
    font-weight: 500;
    color: var(--title-color1);
}

/* payment options */
.details-form .payment-options {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .details-form .payment-options {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.details-form .payment-options li {
    padding-left: 25px;
    position: relative;
    line-height: 1;
    color: var(--black-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.details-form .payment-options li .checked {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #d2e7ef;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1px;
    left: 0;
}

.details-form .payment-options li .checked svg {
    fill: var(--black-color);
    opacity: 0;
}

.details-form .payment-options li.active .checked {
    background-color: var(--white);
}

.details-form .payment-options li.active .checked svg {
    opacity: 1;
}

.details-form .details-form-title {
    margin-bottom: 40px;
}

.details-form .payment-form .form-inner .card-number-input {
    position: relative;
}

.details-form .payment-form .form-inner .card-number-input img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

/* Custom Datepicker Style*/
div#ui-datepicker-div {
    border: 1px solid transparent;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
    border-radius: 0px;
    margin-top: 8px;
    margin-left: -15px;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
    background: var(--primary-color2);
    border: 1px solid var(--primary-color2);
    color: #fff;
    border-radius: 0px;
}

.ui-datepicker-prev span.ui-icon {
    display: none !important;
    visibility: hidden;
}

.ui-datepicker-prev::after {
    content: "\f12c";
    font-family: "bootstrap-icons";
    font-weight: 400;
    position: absolute;
    top: -1px;
    left: 5px;
    z-index: 9;
    margin: auto;
    font-size: 22px;
    color: var(--white);
    transition: all 0.35s ease;
}

.ui-datepicker-next::after {
    content: "\f135";
    font-family: "bootstrap-icons";
    font-weight: 400;
    position: absolute;
    top: -1px;
    left: 5px;
    z-index: 9;
    margin: auto;
    font-size: 22px;
    color: var(--white);
    transition: all 0.35s ease;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    border: 1px solid var(--primary-color2);
    background-color: inherit;
}

.ui-datepicker td {
    border: 0;
    padding: 2px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid var(--primary-color2) !important;
    color: var(--primary-color2) !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid rgba(238, 238, 238, 0.5);
    background: var(--white);
    font-weight: normal;
    padding: 4px;
    transition: all 0.45s ease;
    color: var(--paragraph-color);
    text-align: center;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover,
.ui-button:hover,
html .ui-button.ui-state-disabled:hover:hover,
html .ui-button.ui-state-disabled:active:hover {
    border: 1px solid var(--primary-color2);
    color: var(--primary-color2);
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 35%;
    border-radius: 5px;
    font-size: 15px;
    padding: 2px;
    font-weight: 400;
    color: #444;
}

.modal {
    z-index: 99999;
}

.modal-dialog {
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 160px;
}

.modal-dialog .modal-content {
    padding: 0;
}

.modal-header {
    position: relative;
}

.modal-header .button-groups ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-job-detaiils-page .cv-show .modal-header .button-groups ul,
.company-dashboard .cv-show .modal-header .button-groups ul {
    display: block;
}

.company-job-detaiils-page .cv-show .modal-header .button-groups ul li,
.company-dashboard .cv-show .modal-header .button-groups ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 576px) {
    .company-dashboard .cv-show .modal-header .button-groups ul li {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.modal-header .button-groups ul li .primary-bg {
    background: var(--primary-color2);
}

.modal-header .button-groups ul li .red-bg {
    background: #ff2121;
}

.modal-header .button-groups ul li button {
    background: #0087d3;
    border-radius: 4px;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
}

.modal-header .button-groups ul li button::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--primary-dark);
    z-index: -1;
}

.modal-header .button-groups ul li button:hover::after {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.modal-header .btn-close {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.set-interview-modal .modal-body {
    display: flex;
}

.set-interview-modal button.primary-btn-2.set-inteview {
    margin-left: 15px;
}

.job-details-content>p {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 28px;
}

.job-details-content>p span {
    font-size: 1.125rem;
    color: var(--title-color1);
    font-weight: 600;
    font-family: var(--font-mulish);
}

.job-details-content h6 {
    font-size: 1.125rem;
    color: var(--title-color1);
    font-weight: 600;
    font-family: var(--font-mulish);
    margin-bottom: 0;
}

.job-details-content>h6 {
    margin-top: 20px;
}

.job-details-content>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 5px;
    margin-bottom: 35px;
}

.previewContent .job-details-content>h6 {
    margin-bottom: 10px;
}

.job-details-content>ul li {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 1rem;
    line-height: 30px;
    color: var(--paragraph-color);
    margin-bottom: 7px;
    padding-left: 15px;
    position: relative;
}

.job-details-content>ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: rgba(var(--gadient-color), 0.5);
    position: absolute;
    left: 0;
    top: 10px;
}

.job-details-content>ul li:last-child {
    margin-bottom: 0;
}

.job-details-content .job-list-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 50px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .job-details-content .job-list-content {
        gap: 30px;
    }
}

@media (max-width: 1399px) {
    .job-details-content .job-list-content {
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .job-details-content .job-list-content {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.job-details-content .job-list-content .company-area {
    display: flex;
    align-items: center;
    position: relative;
}

.job-details-content .job-list-content .company-area .logo {
    margin-right: 20px;
}

@media (max-width: 1399px) {
    .job-details-content .job-list-content .company-area .logo {
        margin-right: 10px;
    }
}

.job-details-content .job-list-content .company-area .logo img {
    border-radius: 50%;
    height: auto;
    width: 60px;
}

.job-details-content .job-list-content .company-area .company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.job-details-content .job-list-content .company-area .company-details .name-location h5 {
    margin-bottom: 3px;
}

.job-details-content .job-list-content .company-area .company-details .name-location h5 a {
    font-size: 1.063rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-mulish);
    transition: 0.35s;
}

.job-details-content .job-list-content .company-area .company-details .name-location h5 a:hover {
    color: var(--primary-color1);
}

.job-details-content .job-list-content .company-area .company-details .name-location p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--paragraph-color);
    font-family: var(--font-inter);
}

.job-details-content .job-list-content .company-area .company-details .name-location p a {
    color: var(--paragraph-color);
}

.job-details-content .job-list-content .company-area .company-details .name-location p img {
    margin-right: 8px;
}

.job-details-content .job-list-content .job-discription {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .job-details-content .job-list-content .job-discription {
        gap: 25px;
    }
}

@media (max-width: 1399px) {
    .job-details-content .job-list-content .job-discription {
        gap: 25px;
    }
}

@media (max-width: 1199px) {
    .job-details-content .job-list-content .job-discription {
        display: block;
    }
}

.job-details-content .job-list-content .job-discription ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-details-content .job-list-content .job-discription ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.job-details-content .job-list-content .job-discription ul li img {
    padding-right: 8px;
}

.job-details-content .job-list-content .job-discription ul li p {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    color: var(--paragraph-color);
    font-family: var(--font-inter);
}

.job-details-content .job-list-content .job-discription ul li p .title {
    color: var(--title-color1);
    font-weight: 500;
    font-family: var(--font-mulish);
}

.job-details-content .job-list-content .job-discription ul li:last-child {
    margin-bottom: 0;
}

.job-details-content .job-list-content .job-discription ul li a {
    transition: 0.35s;
}

.job-details-content .job-list-content .job-discription ul li a:hover {
    color: var(--primary-color1);
}

@media (max-width: 1399px) {
    .job-details-content .job-list-content .job-discription ul.one {
        margin-bottom: 3px;
    }
}

.job-details-sidebar .save-apply-btn ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
}

.job-details-sidebar .save-apply-btn ul li .save-btn {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--paragraph-color);
    transition: 0.35s;
    display: flex;
    align-items: center;
}

.job-details-sidebar .save-apply-btn ul li .save-btn span {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: #eff3f2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    margin-left: 10px;
}

.job-details-sidebar .save-apply-btn ul li .save-btn span i {
    color: var(--primary-color2);
    transition: 0.35s;
    font-size: 12px;
}

.job-details-sidebar .save-apply-btn ul li .save-btn:hover {
    color: var(--primary-color2);
}

.job-details-sidebar .save-apply-btn ul li .save-btn:hover span {
    background-color: var(--primary-color2);
}

.job-details-sidebar .save-apply-btn ul li .save-btn:hover span i {
    color: var(--white);
}

.job-details-sidebar .job-summary-area {
    background: #f8f8f8;
    border-radius: 5px;
    padding: 70px 40px;
    position: relative;
}

@media (max-width: 576px) {
    .job-details-sidebar .job-summary-area {
        padding: 50px 20px;
    }
}

.job-details-sidebar .job-summary-area::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--primary-color2);
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.job-details-sidebar .job-summary-area .pin {
    position: absolute;
    top: 10px;
    right: 65px;
}

.job-details-sidebar .job-summary-area .job-summary-title {
    margin-bottom: 25px;
}

.job-details-sidebar .job-summary-area .job-summary-title h6 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--title-color1);
    line-height: 1;
}

.job-details-sidebar .job-summary-area>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-details-sidebar .job-summary-area>ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.job-details-sidebar .job-summary-area>ul li:last-child {
    margin-bottom: 0;
}

.job-details-sidebar .job-summary-area>ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--primary-color2);
    opacity: 0.25;
    position: absolute;
    left: 0;
    top: 10px;
}

.job-details-sidebar .job-summary-area>ul li p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 17px;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.job-details-sidebar .job-summary-area>ul li p .title {
    font-family: var(--font-mulish);
    color: var(--title-color1);
    font-weight: 500;
}

.job-details-sidebar .job-summary-area>ul li p .time {
    font-size: 15px;
}

.job-details-sidebar .view-job-btn a {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--primary-color2);
    display: flex;
    align-items: center;
    line-height: 1;
    transition: 0.35s;
}

.job-details-sidebar .view-job-btn a img {
    margin-right: 10px;
}

.job-details-sidebar .view-job-btn a:hover {
    color: var(--paragraph-color);
}

.job-details-sidebar .job-share-area {
    display: flex;
    align-items: center;
    gap: 25px;
}

.job-details-sidebar .job-share-area h6 {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
    margin-bottom: 0;
    line-height: 1;
}

.job-details-sidebar .job-share-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.job-details-sidebar .job-share-area ul li {
    margin-bottom: 0;
}

.job-details-sidebar .job-share-area ul li a {
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color2);
    border-radius: 50%;
    transition: 0.35s;
}

.job-details-sidebar .job-share-area ul li a i {
    color: var(--primary-color2);
    transition: 0.35s;
}

.job-details-sidebar .job-share-area ul li a:hover {
    background-color: var(--primary-color2);
}

.job-details-sidebar .job-share-area ul li a:hover i {
    color: var(--white);
}

.job-details-sidebar .email-area {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
}

.job-details-sidebar .email-area .title {
    margin-bottom: 12px;
}

.job-details-sidebar .email-area .title h6 {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1.063rem;
    color: #061421;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
}

.job-details-sidebar .email-area .title h6 img {
    margin-right: 5px;
}

.job-details-sidebar .email-area .title h6::before {
    content: "";
    height: 1px;
    width: 100px;
    background-color: #eee;
    margin-right: 15px;
}

@media (max-width: 1399px) {
    .job-details-sidebar .email-area .title h6::before {
        width: 70px;
    }
}

@media (max-width: 1199px) {
    .job-details-sidebar .email-area .title h6::before {
        width: 50px;
    }
}

.job-details-sidebar .email-area .title h6::after {
    content: "";
    height: 1px;
    width: 100px;
    background-color: #eee;
    margin-left: 15px;
}

@media (max-width: 1399px) {
    .job-details-sidebar .email-area .title h6::after {
        width: 70px;
    }
}

@media (max-width: 1199px) {
    .job-details-sidebar .email-area .title h6::after {
        width: 50px;
    }
}

.job-details-sidebar .email-area p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 1rem;
    color: #000000;
    margin-bottom: 0;
}

.job-details-sidebar .email-area p a {
    font-weight: 600;
    color: rgb(2, 121, 207);
}

.job-details-sidebar .location-area h6 {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: #000000;
    margin-bottom: 30px;
}

.job-details-sidebar .location-area iframe {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

button.primary-btn-2.primary-bg.print {
    font-size: 14px;
}

.job-available-button {
    display: flex;
    justify-content: end;
}

@media (max-width: 576px) {
    .job-available-button {
        justify-content: start;
    }
}

.job-available-button span {
    color: var(--white-color);
    font-family: var(--font-inter);
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    background-color: var(--primary-color2);
    white-space: nowrap;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    padding: 10px 20px;
    color: var(--white-color);
}

/* Input Field Modified */
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}

#msform input::placeholder,
#msform textarea::placeholder {
    color: #a6a6a6;
    font-weight: 400;
    font-size: 13px;
}

/* No search results  */
.no-search-wrapper {
    max-width: 480px;
    margin: 0 auto;
}

.no-search-img {
    display: flex;
    justify-content: center;
}

.no-search-img img {
    max-width: 300px;
    max-height: 300px;
}

.no-bookmark-job-area .no-search-wrapper .no-search-title,
.no-applied-job-area .no-search-wrapper .no-search-title {
    margin-bottom: 10px;
    font-size: 26px;
}

.sidebar-section .no-search-wrapper {
    margin-top: 60px;
}

.no-search-wrapper .no-search-title {
    margin-top: 20px;
    margin-bottom: 15px;
}

/* Select color override */
.ui-menu .ui-menu-item-wrapper {
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 400;
    padding: 5px 10px;
}

.form-control {
    padding: 11px 12px;
}

#msform input[type="date"] {
    height: 44px;
    border-radius: 5px;
}

#msform .select2-dropdown .select2-results__option {
    font-size: 14px;
}

#msform p.job-custom-title {
    font-weight: 600;
    color: var(--title-color1);

}

.add-custom-field-area .form-inner input {
    padding: 14px 15px;
}

.add-custom-field-area .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.add-custom-field-area .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}

.add-custom-field-area label {
    font-family: var(--font-mulish);
    font-weight: 600;
    color: var(--title-color1);
}

.add-custom-field-area .delete-custom-field {
    margin-top: 10px;
}

/* plan invoice eye icon */
a.invoice-eye-icon {
    background-color: var(--primary-color2);
    display: flex;
    height: 26px;
    width: 26px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.invoice-eye-icon svg {
    fill: var(--white);
}

.invoice-eye-icon::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--title-color);
    z-index: -1;
}

.invoice-eye-icon:hover::after {
    opacity: 1;
    left: 0;
    right: 0;
}

.company-dashboard .table-wrapper2 .eg-table.plan-invoice-table tbody tr td:last-child {
    text-align: center;
    padding-left: 10px;
}

/* Chrome, Safari, Edge, Opera autofill override */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: transparent !important;
    appearance: none !important;
    color: unset !important;
    -webkit-box-shadow: 0 0 0px #fff;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Notification Modal design improved */
/* Smooth entrance */
.applied-job-area .modal.fade .modal-dialog {
    transform: translateY(-30px);
    opacity: 0;
    transition: transform 0.35s ease-out, opacity 0.35s ease-out;
}

.applied-job-area .modal.fade.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

/* Hover effect */
.applied-job-area .modal-content:hover {
    transform: translateY(-2px);
    transition: transform 0.25s ease;
}

/* Notification message styling */
.applied-job-area .notification-message p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.applied-job-area .notification-message a {
    color: var(--primary-color2);
    font-weight: 500;
    text-decoration: underline;
}

.applied-job-area .notification-message p {
    text-align: left;
}

/* Responsive improvements */
@media (max-width: 576px) {
    .applied-job-area .modal-body {
        padding: 1rem;
    }

    .applied-job-area .modal-header h5 {
        font-size: 1rem;
    }
}

/* Custom Modal Header */
.job-apply-form .modal-dialog .modal-content .modal-header.custom-modal-header {
    background: var(--primary-color2);
    color: #fff;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Modal title */
.job-apply-form .modal-dialog .modal-content .modal-header.custom-modal-header .modal-title {
    font-weight: 600;
    font-size: 1.25rem;
}

/* Close button */
.job-apply-form .modal-dialog .modal-content .modal-header.custom-modal-header .btn-close.custom-close {
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 25px;
    right: 10px;
}

.job-apply-form .modal-dialog .modal-content .modal-header.custom-modal-header .btn-close.custom-close:hover {
    background: #e0f5f0;
}

.job-apply-form .modal-dialog .modal-content .modal-header.custom-modal-header .btn-close.custom-close::after {
    content: 'Ã—';
    font-size: 1.25rem;
    color: var(--primary-color2);
    line-height: 1;
}

.egn-or-style {
    border-top: 1px dashed var(--primary-color2);
    text-align: center;
    position: relative;
    bottom: -40px;
}

.egn-or-style span {
    color: var(--primary-color2);
    font-family: var(--font-mulish);
    font-size: 40px;
    font-weight: 600;
    background: white;
    padding: 0 10px;
    position: relative;
    top: -35px;
}

.page-content-area .banner-content li {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--paragraph-color);
}

/* Gradient spinner loader */
.gradient-loader {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: conic-gradient(#4f46e5, #9333ea, #06b6d4, #4f46e5);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0);
    mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0);
    animation: spin 1s linear infinite;
}

.register-area .form-wrapper form button .gradient-loader {
    width: 26px;
    height: 26px;
}

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

/* Shrink button on loading */
.btn-loader-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: width 0.3s ease, padding 0.3s ease;
}

.btn-loader-wrapper.loading {
    width: 46px;
    padding: 0;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    cursor: pointer;
}

.filter-btn svg {
    fill: var(--title-color);
    transition: 0.5s;
}

.filter-btn span {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .package-sidebar-area {
        max-width: 360px;
        background-color: var(--white-color);
        padding: 15px;
        position: fixed;
        min-height: 100vh;
        height: 100%;
        left: 0;
        z-index: 10001;
        top: 0;
        overflow-y: scroll;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
        transition: all 0.6s ease 0s;
        transform-origin: left;
        transform: translateX(-100%);
    }

    .package-sidebar-area.slide {
        transform: translate(0);
    }
}

.left-sidebar .filter-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.left-sidebar .filter-sidebar-header h5 {
    color: var(--title-color2);
    font-family: var(--font-mulish);
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
}

.filter-sidebar-close {
    font-family: var(--font-mulish);
    font-size: 24px;
    font-weight: 700;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--title-color2, #000);
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner h6.aplf-text {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
}

/* Sidebar toggle button */
.em-dashboard-sidebar-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    cursor: pointer;
    justify-content: center;
    width: 146px;
    white-space: nowrap;
    gap: 8px;
    border: 1px solid rgba(var(--primary-color2-opc), 0.2);
    border-radius: 5px;
    transition: 0.35s;
    padding: 15px 20px;
}

.em-dashboard-sidebar-toggle svg {
    fill: var(--primary-color2);
    transition: 0.5s;
}

.em-dashboard-sidebar-toggle span {
    color: var(--paragraph-color);
    font-family: var(--font-mulish);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    transition: 0.5s;
}

/* Sidebar wrapper */
@media (max-width: 991px) {
    .em-dashboard-sidebar {
        width: 300px;
        max-width: 360px;
        background-color: var(--white-color);
        padding: 15px;
        position: fixed;
        min-height: 100vh;
        height: 100%;
        left: 0;
        z-index: 10001;
        top: 0;
        overflow-y: scroll;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
        transition: all 0.6s ease 0s;
        transform-origin: left;
        transform: translateX(-100%);
    }

    .em-dashboard-sidebar.slide {
        transform: translateX(0);
    }
}

/* Sidebar header */
.em-dashboard-sidebar .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.em-dashboard-sidebar .sidebar-header h5 {
    color: var(--title-color2);
    font-family: var(--font-mulish);
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
}

.em-dashboard-sidebar-close {
    font-family: var(--font-mulish);
    font-size: 24px;
    font-weight: 700;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--title-color2, #000);
}

#jobEmailCField {
    min-width: 300px;
}

.cv-recieve-wrap p {
    text-align: center;
}

.footer-top .social-area {
    margin-top: 35px;
}


/* End */



.form-inner.mb-25 label span {
    color: red;
}

.card-header {
    color: var(--primary-color2);
    font-weight: 500;
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-body {
    padding: 1rem;
}

.dropzone-wrapper {
    border: 2px dashed rgba(0, 167, 172, .3);
    color: rgba(0, 167, 172, .4);
    position: relative;
    height: 150px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50px;
    font-size: 16px;
}

.dropzone,
.dropzone:focus {
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.preview-zone,
.gallery-preview-zone {
    text-align: center;
}

.preview-zone .box,
.gallery-preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}


.img-thumb-wrapper.shadow {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.img-thumb-wrapper .remove,
.img-thumb-wrapper .gallery-remove {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #555;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    line-height: 25px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.job-sidebar {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 40px 20px;
    height: 900px;
    overflow-y: scroll;
}

.form-inner.title-required {
    border: 1px solid #ff1515 !important;
    height: auto !important;
    border-radius: 3px !important;
}

.my-profile-inner .select2-selection {
    border: none !important;
}

.my-profile-inner select.input-area:focus-visible {

    outline: none;
}

.my-profile-inner .form-switch.candidate-option {
    padding: 10px 0px;
    justify-content: start;
}


.my-profile-inner .form-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.my-profile-inner .form-check-input:checked {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}

.my-profile-inner .form-switch.candidate-option .form-check-input {
    width: 4em;
    height: 1.3em;
    margin-left: 0;
}

.my-profile-inner .form-check-input:focus {

    outline: 0;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .25);

}

.form-switch .onOffCheckbox {
    width: 4em;
    height: 1.3em;
}


.company-details .bookmark.active i,
.job-listing-card .bookmark.active i,
.job-listing-card .job-top .bookmark.active i,
.feature-card2 .company-area .company-details .bookmark.active i {
    color: red;
}


header.style-1 .menu-area .nav-right ul li .notifications-area .user-icon,
header.style-2 .menu-area .nav-right ul li .notifications-area .user-icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.4s;
    cursor: pointer;
}


.notifacion-card {
    max-width: 280px;
    min-width: 280px;
    background-color: var(--white);
    border: 1px solid #eee;
    z-index: 999;
    padding: 0;
    right: 0;
    top: 25px !important;
    right: 0;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 250px;
}

.dashboard-sidebar .dashboard-menu a i {
    margin-right: 15px;
}

.company-dashboard .dashboard-menu a i {
    margin-right: 10px;
    height: 20px;
    font-size: 15px;
}

.user-card {
    max-width: 280px;
    min-width: 280px;
    background-color: var(--white);
    border: unset;
    z-index: 999;
    padding: 0;
    top: 22px !important;
    right: 0;
}


.job-details-sidebar .save-apply-btn ul li .save-btn.active {
    color: var(--primary-color2);
}


.job-details-sidebar .save-apply-btn ul li .save-btn.active span {
    background-color: var(--primary-color2);
}

.job-details-sidebar .save-apply-btn ul li .save-btn.active span i {
    color: var(--white);
}


.job-apply-form .modal-dialog {
    max-width: 800px;
    width: 100%;
}

.job-apply-form .modal-dialog .modal-content {
    padding: 50px 30px;
}

.job-apply-form .modal-dialog .modal-content .modal-header {
    position: initial;
    margin-bottom: 20px;
    padding-top: 0;
}

.job-apply-form .modal-dialog .modal-content .modal-header .btn-close {
    position: absolute;
    right: 30px;
    top: 40px;
}

.job-apply-form .modal-dialog .modal-content .modal-header .section-title {
    max-width: 520px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.job-apply-form .modal-dialog .modal-content .modal-header .section-title h3 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-inter);
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .job-apply-form .modal-dialog .modal-content .modal-header .section-title h3 {
        font-size: 1.5rem;
    }

    .dashboard-inner .counter-area .counter-single .coundown p {
        font-size: 14px !important;
        line-height: normal;
    }
}

.job-src-btn .form-wrap {
    min-width: initial !important;
    padding: 15px !important;
}

.job-apply-form .modal-dialog .modal-content .modal-header .section-title p {
    margin-bottom: 0;
}

.job-apply-form .modal-dialog .modal-content .modal-body {
    padding-left: 0;
    padding-right: 0;
}

.job-apply-form .modal-dialog .modal-content .form-inner label {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 0.938rem;
    color: var(--title-color1);
    margin-bottom: 6px;
    display: block;
}

.job-apply-form .modal-dialog .modal-content .form-inner .input-area {
    background: #FFFFFF;
    border: 1px solid rgba(0, 167, 172, .12);
    border-radius: 5px;
    height: 50px;
    padding-left: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.35s;
}

.job-apply-form .modal-dialog .modal-content .form-inner .input-area img {
    margin-right: 15px;
}

.job-apply-form .modal-dialog .modal-content .form-inner .input-area::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #D9D9D9;
    position: absolute;
    left: 39px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.job-apply-form .modal-dialog .modal-content .form-inner .input-area input {
    height: 48px;
    background: #FFFFFF;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--title-color1);
    padding: 14px 0;
    line-height: 1;
    border: none;
    width: 100%;
}

.job-apply-form .modal-dialog .modal-content .form-inner .input-area input[type="date"],
.job-apply-form .modal-dialog .modal-content .form-inner .input-area input[type="number"] {
    padding-right: 20px;
}


.job-apply-form .modal-dialog .modal-content .form-inner .input-area input::-moz-placeholder {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    color: #a6a6a6;
}

.job-apply-form .modal-dialog .modal-content .form-inner .input-area input::placeholder {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    color: #a6a6a6;
}

.job-apply-form .modal-dialog .modal-content .form-inner .input-area:hover {
    border-color: rgba(0, 167, 172, .4);
}

.job-apply-form .modal-dialog .modal-content .form-inner textarea {
    background: #FFFFFF;
    border: 1px solid rgba(0, 167, 172, .12);
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.35s;
}

.job-apply-form .modal-dialog .modal-content .form-inner textarea:focus {
    border-color: rgba(0, 167, 172, .4);
}

.job-apply-form .modal-dialog .modal-content .form-inner2 label {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 0.938rem;
    color: var(--title-color1);
    margin-bottom: 6px;
    display: block;
}

.job-apply-form .modal-dialog .modal-content .form-agreement label {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-mulish);
}

.job-apply-form .modal-dialog .modal-content .form-agreement label a {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    text-decoration-line: underline;
    color: #0279CF;
    transition: 0.35s;
}

.job-apply-form .modal-dialog .modal-content .form-agreement label a:hover {
    color: var(--primary-color2);
}

.job-apply-form .modal-dialog .modal-content .form-agreement .two label {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-mulish);
}

.job-apply-form .modal-dialog .modal-content .form-agreement .two label a {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    text-decoration-line: underline;
    color: #0279CF;
    transition: 0.35s;
}

.job-apply-form .modal-dialog .modal-content .form-agreement .two label a:hover {
    color: var(--primary-color2);
}

.job-apply-form .modal-dialog .modal-content .employment-check input[type=checkbox]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 4px;
    width: 4px;
    height: 8px;
    border: 1px solid var(--primary-color2);
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.cv-show {
    min-height: 200px;
}


.table-wrapper .eg-table tbody tr td .company-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

@media (max-width: 576px) {
    .table-wrapper .eg-table tbody tr td .company-info {
        flex-wrap: wrap;
    }
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li {
    align-items: baseline;
}

.table-wrapper .eg-table tbody tr td:first-child {
    text-align: start;
    white-space: nowrap;
}


.table-wrapper .scroll-table {
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}


.dashboard-sidebar .single-widget .recent-activitys {
    height: 340px;
    overflow-y: scroll;
}


.contact-form.form-wrapper form.profile-form::after {

    background: none;

}


.edit-profile-form select {
    word-wrap: normal;
    width: 100%;
    border: none;
    margin: 0 15px;
}

.edit-profile-form select:focus {
    box-shadow: none;
    border: none;
    outline: none;
}


.badge-success {
    color: #fff;
    background-color: #28a745;
}


.datepicker-modal .modal-dialog {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

@media (max-width: 576px) {
    .datepicker-modal .modal-dialog {
        width: 100%;
        max-width: 380px;
        margin: auto;
    }
}

.datepicker-modal input[type="text"],
input[type="date"],
input[type="datetime-local"],
input[type="time"] {
    border: 1px solid #c3c3c3;
    height: 36px;
    line-height: 36px;
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    background: #fff;
}


.eg-specific-area {
    position: relative;
}

#eg-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9999;
}

.eg-cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eg-spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.form-agreement.form-inner input[type=checkbox]:checked+label:after {
    top: 25px !important;
}

.edit-profile-form .experiences-row .form-agreement.form-inner input[type=checkbox]:checked+label:after {
    top: 9px !important;
}

.loaderImage {
    text-align: center;
    margin-top: 30px;
}

.notifacation-icon i {
    color: var(--primary-color1);
}

.checkbox-container {
    position: relative;
}

.left-sidebar .keyword {
    padding-right: 45px;
}

.left-sidebar .keyword:focus {
    box-shadow: none;
}

.srcBtn {
    background-color: var(--primary-color2);
    color: var(--white-color);
    position: absolute;
    top: 0;
    right: 0px;
    padding: 12px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.summary-card {
    background: #FAFAFA;
    border-radius: 10px;
}

.summary-card .summary-title {
    background: #F4F3F5;
    border-radius: 10px 10px 0px 0px;
    padding: 16px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 576px) {
    .summary-card .summary-title {
        padding: 16px 15px;
    }
}

.summary-card .summary-title h5 {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 20px;
    color: var(--title-color);
    margin-bottom: 0;
    line-height: 1;
    font-weight: 600;
}

.summary-card .summary-content {
    padding: 30px 40px;
}

@media (max-width: 1399px) {
    .summary-card .summary-content {
        padding: 30px 20px;
    }
}

@media (max-width: 576px) {
    .summary-card .summary-content {
        padding: 30px 15px;
    }
}

.summary-card .summary-content.customer-info {
    display: flex;
    gap: 200px;
}

@media (max-width: 1399px) {
    .summary-card .summary-content.customer-info {
        gap: 100px;
    }
}

@media (max-width: 991px) {
    .summary-card .summary-content.customer-info {
        display: block;
    }
}

.summary-card .summary-content.customer-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.summary-card .summary-content.customer-info ul.devaider::after {
    content: "";
    height: 85px;
    width: 1px;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(108, 46, 185, 0.16);
}

@media (max-width: 1399px) {
    .summary-card .summary-content.customer-info ul.devaider::after {
        left: -50px;
    }
}

@media (max-width: 991px) {
    .summary-card .summary-content.customer-info ul.devaider::after {
        display: none;
        visibility: hidden;
    }
}

.summary-card .summary-content.customer-info ul li {
    display: flex;
    align-items: center;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 16px;
    color: var(--title-color);
    margin-bottom: 12px;
}

@media (max-width: 1199px) {
    .summary-card .summary-content.customer-info ul li {
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .summary-card .summary-content.customer-info ul li {
        flex-wrap: wrap;
        gap: 0;
    }
}

.summary-card .summary-content.customer-info ul li span {
    min-width: 170px;
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 1399px) {
    .summary-card .summary-content.customer-info ul li span {
        min-width: 150px;
    }
}

@media (max-width: 1199px) {
    .summary-card .summary-content.customer-info ul li span {
        min-width: unset;
    }
}

@media (max-width: 576px) {
    .summary-card .summary-content.customer-info ul li span {
        margin-right: 15px;
    }
}

.summary-card .summary-content.customer-info.two {
    gap: 110px;
    padding: 30px 40px 70px;
}

@media (max-width: 1700px) {
    .summary-card .summary-content.customer-info.two {
        gap: 60px;
    }
}

@media (max-width: 1399px) {
    .summary-card .summary-content.customer-info.two {
        gap: 36px;
        padding: 30px 20px 70px;
    }
}

@media (max-width: 576px) {
    .summary-card .summary-content.customer-info.two {
        padding: 30px 15px 70px;
    }
}

.summary-card .summary-content.customer-info.two ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

@media (max-width: 1500px) {
    .summary-card .summary-content.customer-info.two ul li {
        font-size: 14px;
    }

    .summary-card .summary-content.customer-info.two ul li span {
        min-width: 135px;
    }
}

.summary-card .summary-content.customer-info.two ul:first-child li span {
    min-width: 110px;
}

@media (max-width: 1500px) {
    .summary-card .summary-content.customer-info.two ul:first-child li span {
        min-width: 90px;
    }
}

.summary-card .summary-content.customer-info.two ul.devaider::after {
    left: -55px;
}

@media (max-width: 1700px) {
    .summary-card .summary-content.customer-info.two ul.devaider::after {
        left: -30px;
    }
}

@media (max-width: 1399px) {
    .summary-card .summary-content.customer-info.two ul.devaider::after {
        left: -18px;
        height: 100%;
    }
}

.summary-card .summary-content.work-progress {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.summary-card .summary-content.work-progress h3 {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 38px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .summary-card .summary-content.work-progress h3 {
        font-size: 30px;
    }
}

.summary-card .summary-content.work-progress p {
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 16px;
    color: var(--text-color2);
}

.summary-card .summary-content.work-progress span {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 18px;
    color: var(--title-color);
}

.summary-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

.summary-table>thead tr {
    border-bottom: 1px solid rgba(108, 46, 185, 0.16);
}

.summary-table>thead tr th {
    font-family: var(--font-mulish);
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: var(--title-color);
    opacity: 1;
    padding: 0px 20px 10px;
    vertical-align: top;
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .summary-table>thead tr th {
        padding: 16px 20px;
    }
}

@media (max-width: 1399px) {
    .summary-table>thead tr th {
        padding: 16px 20px;
    }
}

@media (max-width: 991px) {
    .summary-table>thead tr th {
        display: none;
    }
}

.summary-table>thead tr th:nth-child(1) {
    width: 50%;
}

.summary-table>thead tr th:nth-child(2) {
    width: 12.5%;
}

.summary-table>thead tr th:nth-child(3) {
    width: 14.2857142857%;
}

.summary-table>thead tr th:nth-child(4) {
    width: 8.3333333333%;
}

.summary-table>tbody>tr {
    border-bottom: 1px solid rgba(108, 46, 185, 0.16);
}

.summary-table>tbody>tr>td {
    vertical-align: baseline;
    padding: 6px 19px;
}

.summary-table>tbody>tr>td:nth-child(1) .sub-table tbody {
    position: relative;
}

.summary-table>tbody>tr>td:nth-child(1) .sub-table tbody::after {
    content: "";
    height: 93%;
    width: 0.5px;
    background-color: var(--text-color2);
    position: absolute;
    left: 5px;
    top: -8px;
}

@media (max-width: 991px) {
    .summary-table>tbody>tr>td:nth-child(1) .sub-table tbody::after {
        display: none;
        visibility: hidden;
    }
}

.summary-table>tbody>tr>td:nth-child(1) .sub-table tbody tr td {
    padding-left: 30px;
    position: relative;
}

.summary-table>tbody>tr>td:nth-child(1) .sub-table tbody tr td::after {
    content: url("../images/icons/summary-arrow.svg");
    position: absolute;
    left: 4.5px;
    top: 0;
}

@media (max-width: 991px) {
    .summary-table>tbody>tr>td:nth-child(1) .sub-table tbody tr td::after {
        display: none;
        visibility: hidden;
    }
}

.summary-table>tbody>tr>td:nth-child(2) {
    display: flex;
}

.summary-table>tbody>tr>td .sub-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

.summary-table>tbody>tr>td .sub-table>thead tr th {
    font-family: var(--font-mulish);
    font-weight: 500;
    color: var(--title-color);
    font-size: 15px;
    line-height: 21px;
    padding-bottom: 8px;
}

@media (max-width: 576px) {
    .summary-table>tbody>tr>td .sub-table>thead tr th {
        font-size: 13px;
    }
}

.summary-table>tbody>tr>td .sub-table tbody tr td {
    font-family: var(--font-mulish);
    font-weight: 400;
    color: var(--title-color);
    font-size: 15px;
    line-height: 21px;
    padding: 4px 0px;
}

@media (max-width: 576px) {
    .summary-table>tbody>tr>td .sub-table tbody tr td {
        font-size: 13px;
        padding: 3px 0px;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .summary-table>tbody>tr>td {
        padding: 16px 20px;
    }
}

@media (max-width: 1399px) {
    .summary-table>tbody>tr>td {
        padding: 16px 20px;
    }
}

@media (max-width: 991px) {
    .summary-table>tbody>tr>td {
        display: block;
        width: 100%;
        text-align: right;
        padding-left: 30%;
        position: relative;
    }
}

@media (max-width: 991px) {
    .summary-table>tbody>tr {
        display: block;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .summary-table>tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .summary-table {
        display: block;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .summary-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 30%;
        text-align: left;
        font-family: var(--font-mulish);
        font-weight: 400;
        font-size: 16px;
    }
}

@media (max-width: 991px) and (max-width: 576px) {
    .summary-table td:before {
        font-size: 14px;
    }
}

.summary-table.specification-table tbody tr:last-child {
    border-bottom: none;
}

.summary-table.specification-table tbody tr td {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 16px;
    color: var(--title-color);
    padding: 9px 0px;
}

.summary-table.specification-table tbody tr td:nth-child(2) {
    justify-content: end;
    font-family: var(--font-mulish);
}

.summary-table.specification-table tbody tr:nth-child(1) td {
    padding-top: 0;
}

.summary-table.order-summary-table tbody tr {
    border-bottom: none;
}

.summary-sub-total {
    width: 100%;
    margin-left: auto;
}

.summary-sub-total table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

.summary-sub-total table thead tr th {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
    padding: 0px 20px;
    padding-top: 10px;
}

.summary-sub-total table thead tr th span {
    font-weight: 300;
    display: inline-block;
    padding-top: 5px;
    font-size: 15px;
    font-family: var(--font-inter);
}

.summary-sub-total table thead tr th:nth-child(1) {
    width: 50%;
}

.summary-table tbody tr {
    font-size: 16px;
    font-family: var(--font-inter);
}

@media (max-width: 576px) {
    .summary-sub-total table thead tr th:nth-child(1) {
        display: none;
        visibility: hidden;
    }
}

.summary-sub-total table thead tr th:nth-child(2) {
    width: 12.5%;
}

@media (max-width: 576px) {
    .summary-sub-total table thead tr th:nth-child(2) {
        display: none;
        visibility: hidden;
    }
}

.summary-sub-total table thead tr th:nth-child(3) {
    width: 14.2857142857%;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(108, 46, 185, 0.16);
    padding-left: 12px;
}

@media (max-width: 576px) {
    .summary-sub-total table thead tr th:nth-child(3) {
        text-align: end;
    }
}

.summary-sub-total table thead tr th:nth-child(4) {
    width: 8.3333333333%;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(108, 46, 185, 0.16);
    padding-left: 10px;
}

@media (max-width: 576px) {
    .summary-sub-total table thead tr th:nth-child(4) {
        text-align: end;
    }
}

.summary-sub-total table tbody tr td {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 20px;
    color: var(--title-color);
    padding: 0px 13px;
    padding-top: 10px;
}

@media (max-width: 576px) {
    .summary-sub-total table tbody tr td:nth-child(1) {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 576px) {
    .summary-sub-total table tbody tr td:nth-child(2) {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 576px) {
    .summary-sub-total table tbody tr td:nth-child(3) {
        text-align: end;
    }
}

@media (max-width: 576px) {
    .summary-sub-total table tbody tr td:nth-child(4) {
        text-align: end;
    }
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav {
    padding: 0px;
    border-radius: 36px;
    display: flex;
    align-items: end;
    gap: 10px;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area {
    margin-bottom: 10px;
}

.pricing-plan-area .pricing-plan-card3 table {
    margin-top: 20px;
}

h2.accordion-header {
    margin-bottom: 10px;
}

.job-sidebar .job-widget .job-widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-sidebar .job-widget .job-widget-title span.badge.badge-success.clear-applicatin-filter {
    background: transparent;
    color: #000;
}

ul.comment-reply-section {
    padding-top: 20px;
}

.contact-form.form-wrapper form .form-inner .input-area::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #D9D9D9;
    position: absolute;
    left: 39px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.office-location-area .office-location .office-categoty {
    display: flex;
    justify-content: start;
    padding: 0;
    margin-bottom: 8px;
}

.office-location-area .office-location .office-categoty .single-category h5::after {
    display: none;
}

.office-location-area .office-location .office-categoty .single-category h5 {
    font-size: 1.5rem;
}

.office-location-area .office-location .single-location h5 {
    font-size: 1rem;
}

.datepicker-modal input[type="text"],
input[type="date"],
input[type="datetime-local"],
input[type="time"] {
    height: 48px;
    background: #FFFFFF;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--title-color1);
    padding: 14px 15px;
    line-height: 1;
}

.select2-selection .select2-selection__rendered .select2-selection__choice {
    margin: 10px 0 10px 10px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    padding-left: 15px !important;
}

.profile-form .select2-container--default .select2-selection--single {
    height: 45px;
}

.profile-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    font-size: 14px;
}

.profile-form .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid var(--primary-color2);
    outline: 0;
}

.profile-form .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-color2);
    color: white;
}

.profile-form .select2-dropdown .select2-results__option {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1rem;
    color: var(--title-color);
}

.profile-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    width: 20px;
    border-radius: unset;
}

.profile-form .select2-container--default .select2-selection--multiple {
    padding: 0;
}

.profile-form .form-check-input:checked {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}

.profile-form .form-check-input:focus {
    border-color: var(--primary-color2);
    outline: 0;
    box-shadow: none;
}

.profile-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: var(--title-color);
    line-height: 45px;
    padding: 0 15px;
}

.profile-form .select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
    font-size: 14px;
}

.profile-form .select2-container .select2-search--inline .select2-search__field::placeholder {
    color: #a6a6a6;
}

.profile-form .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-color2);
}

#sendMessage form label {
    margin-bottom: 5px;
}

#sendMessage .modal-body {
    display: block;
}

.job-search-box .form-control:focus {
    border-color: #dee2e6;
}

.dashboard-area .table-title-filter .section-title h5 {
    padding: 14px 20px;
}

.job-promote {
    text-align: right;
    display: flex;
    justify-content: end;
    gap: 5px;
}

#resendVerify img {
    max-width: 250px;
}

/* Common CSS */
body {
    font-family: 'Poppins', sans-serif !important;
}

select {
    line-height: 18px;
    font-size: 18px;
    font-weight: 400;
    height: 30px;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-size: inherit;
    cursor: inherit;
    outline: none;
}

/* Home Page */
.full-page-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
}

/* Base Styles for Jobs Listing Page */
.jobs-page-root {
    background-color: #f9fafb;
    min-height: 100vh;
    padding-bottom: 50px;
}

/* Hero Section */
.jobs-hero {
    background: #ffffff;
    border-radius: 16px;
    padding: 60px 0 50px 0;
    margin: 30px auto 40px auto;
    position: relative;
    overflow: hidden;
    max-width: 1300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jobs-hero-caption {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 1.2;
}

.jobs-hero-content {
    z-index: 2;
    max-width: 60%;
}

.jobs-hero-form-col {
    flex: 1;
    min-width: 200px;
    display: flex;
    align-items: center;
    background: #f8fafc;
    border-radius: 8px;
    padding: 0 15px;
}

.jobs-hero-form {
    background: white;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    text-align: left;
}

.jobs-hero-summary {
    font-size: 1.1rem;
    color: #475569;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.jobs-hero-form input {
    border: none;
    background: transparent;
    width: 100%;
    padding: 15px;
    outline: none;
}

.jobs-hero-form select {
    border: none;
    background: transparent;
    width: 100%;
    padding: 10px 5px;
    height: 50px;
    outline: none;
    color: #475569;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.jobs-hero-form button {
    background: #472349;
    color: white;
    border: none;
    padding: 0 40px;
    border-radius: 8px;
    font-weight: 600;
    white-space: nowrap;
}

.jobs-hero-breadcrumb {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 15px;
}

.jobs-stats-container {
    margin-top: -30px;
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}

.jobs-stats-row {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 15px;
}

.jobs-stats-col {
    width: 50px;
    height: 50px;
    background: var(--brand-color1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #472349;
    font-size: 1.5rem;
}

.jobs-stats-caption {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.jobs-stats-val {
    color: #64748b;
    font-size: 0.85rem;
    margin: 0;
}

.jobs-hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #064e3b;
    margin-bottom: 10px;
}

.jobs-hero-subtitle {
    font-size: 1.05rem;
    color: #4b5563;
}

.jobs-hero-graphic {
    z-index: 1;
    width: 300px;
    height: auto;
    opacity: 0.8;
}

/* Sidebar Layout */
.jobs-container {
    max-width: 1300px;
    margin: 0 auto;
}

.jobs-sidebar {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
}

.jobs-sidebar-title {
    font-size: 0.9rem;
    color: #1e293b;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Search Box */
.jobs-search-box {
    display: flex;
    margin-bottom: 25px;
}

.jobs-search-input {
    flex: 1;
    min-width: 0;
    border: 1px solid #d1d5db;
    border-right: none;
    border-radius: 8px 0 0 8px;
    padding: 10px 15px;
    outline: none;
    font-size: 0.95rem;
}

.jobs-search-btn {
    background: #472349;
    color: white;
    border: none;
    border-radius: 0 8px 8px 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}

.jobs-search-btn:hover {
    background: var(--primary-color2);
}

/* Checkbox Lists */
.jobs-filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

.filterSide {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filterSide label {
    margin: 0;
    font-size: 0.9rem;
    color: #475569;
}

ul.jobs-filter-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.jobs-filter-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.jobs-filter-checkbox {
    width: 18px;
    height: 18px;
    accent-color: #472349;
    cursor: pointer;
}

.jobs-filter-label {
    color: #4b5563;
    font-size: 0.95rem;
    cursor: pointer;
}

.jobs-filter-more {
    color: #472349;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 25px;
}

/* Header & Sorting */
.jobs-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.jobs-results-count {
    color: #4b5563;
    font-size: 1rem;
    white-space: nowrap;
    margin-right: 15px;
}

.jobs-sorting {
    padding: 8px 15px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: white;
    color: #374151;
    font-size: 0.95rem;
    outline: none;
    height: 42px;
    min-width: 160px;
    box-sizing: border-box;
    cursor: pointer;
}

/* Job Cards */
.job-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: 0.2s box-shadow;
}

.job-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.job-card-top {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.job-card-logo {
    width: 50px;
    height: 50px;
    background: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 0.8rem;
    text-align: center;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    flex-shrink: 0;
}

.job-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.job-card-logo i {
    font-size: 1.5rem;
    color: #cbd5e1;
}

.job-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 5px 0;
    margin-bottom: 5px;
    /* text-transform: uppercase; */
}

.job-card-company {
    color: #4b5563;
    font-size: 0.9rem;
    color: #64748b;
}

.job-card-save {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #9ca3af;
    cursor: pointer;
    font-size: 1.2rem;
    transition: 0.2s;
}

.job-card-save:hover {
    color: #ef4444;
}

.job-card-location {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #eff6ff;
    color: #2563eb;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Badges Row */
.job-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.job-badge {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    background-color: #eef2ff;
    color: #4f46e5;
}

.job-badge.salary {
    background: var(--brand-color1);
    color: var(--primary-color2);
}

.job-badge.type {
    background: var(--brand-color1);
    color: var(--primary-color2);
}

.job-badge.vacancy {
    background: var(--brand-color1);
    color: var(--primary-color2);
}

/* Card Footer */
.job-card-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
    color: #64748b;
}

.job-card-deadline {
    color: #6b7280;
    font-size: 0.85rem;
}

.job-card-apply {
    color: var(--primary-color2);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 5px;
    background: var(--brand-color1);
    padding: 6px 15px;
    border-radius: 20px;
}

.job-card-apply:hover {
    color: var(--primary-color2);
}

/* Sign Up Page */


/* Signup Page Custom Styles */
.smr-signup-page-bg {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    min-height: calc(100vh - 100px);
    width: 100%;
    background: #f5f5f5;
    padding: 40px 20px;
}

.smr-signup-container {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.smr-signup-header {
    text-align: center;
    margin-bottom: 20px;
}

.smr-signup-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

.smr-header-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.smr-header-divider::before,
.smr-header-divider::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #d1d5db;
}

.smr-header-divider .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d1d5db;
}

/* Role Selection Toggle Buttons */
.smr-role-toggle-container {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.smr-role-btn {
    border: 1.5px solid #d1d5db;
    background: #ffffff;
    color: #374151;
    font-size: 14.5px;
    font-weight: 600;
    padding: 9px 32px;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.smr-role-btn.active {
    background: #472349;
    border-color: #472349;
    color: #ffffff;
}

.smr-role-btn:hover:not(.active) {
    border-color: #472349;
    color: #472349;
}

/* Card */
.smr-signup-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 40px 48px;
    width: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.smr-signup-card form {
    width: 100%;
}

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

.row-passwords {
    display: flex;
    gap: 16px;
}

.half-width {
    flex: 1;
    min-width: 0;
}

/* 2-column grid row used in Company section */
.row-two-col {
    display: flex;
    gap: 16px;
    margin-bottom: 0;
}

.row-two-col .half-width {
    flex: 1;
    min-width: 0;
}


@media (max-width: 600px) {
    .row-passwords {
        flex-direction: column;
        gap: 0;
    }

    .smr-signup-card {
        padding: 28px 20px;
    }
}

/* Labels */
.signup-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.text-danger {
    color: #ef4444 !important;
}

/* Input wrapper — no border; individual input handles border */
.input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.input-wrap:focus-within {
    border-color: #472349;
}

/* Input field */
.signup-input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 10px 12px;
    font-size: 13px;
    color: #111827;
    outline: none;
    border-radius: 4px;
    box-sizing: border-box;
}

.input-wrap .signup-input {
    padding-right: 36px;
}

.signup-input::placeholder {
    color: #9ca3af;
    font-size: 12.5px;
}

/* Eye icon */
.right-icon {
    position: absolute;
    right: 10px;
    color: #9ca3af;
    font-size: 14px;
    cursor: pointer;
    flex-shrink: 0;
}

.right-icon:hover {
    color: #374151;
}

/* Terms row */
.form-options {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    margin-top: 6px;
}

.terms-agree {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    font-weight: 500;
    margin: 0;
}

.terms-agree input {
    width: 14px;
    height: 14px;
    accent-color: #472349;
    cursor: pointer;
    flex-shrink: 0;
}

.terms-link {
    color: #472349;
    font-weight: 600;
    text-decoration: none;
}

.terms-link:hover {
    text-decoration: underline;
}

/* Sign Up button */
.sign-up-btn {
    width: 100%;
    background: #472349;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 13px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-bottom: 18px;
}

.sign-up-btn:hover {
    background: #472349;
}

/* Login prompt */
.login-prompt {
    text-align: left;
    font-size: 13px;
    color: #374151;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 18px;
}

.login-link {
    color: #472349;
    font-weight: 600;
    text-decoration: none;
}

.login-link:hover {
    text-decoration: underline;
}

/* Google login button */
.google-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 13.5px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
}

.google-btn:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #111827;
}

/* Candidate */
.cand-root {
    background: #f9fafb;
    min-height: 100vh;
}

.cand-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.cand-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Hero Banner */
.cand-hero {
    background: var(--brand-color1);
    border-radius: 16px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 20px;
}

.cand-hero-avatar {
    width: 90px;
    height: 90px;
    background: #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
    z-index: 1;
}

.cand-hero-text {
    z-index: 1;
}

.cand-hero-greeting {
    color: #374151;
    font-size: 1rem;
    font-weight: 500;
}

.cand-hero-name {
    font-size: 2.5rem;
    font-weight: 700;
    color: #472349;
    margin: 5px 0;
}

.cand-hero-sub {
    color: #4b5563;
    font-size: 1rem;
}

/* Graphics placeholders */
.cand-hero-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0.15;
    pointer-events: none;
}

/* Stats Cards */
.cand-stats-grid {
    display: flex;
    gap: 20px;
}

.cand-stat-card {
    flex: 1;
    background: white;
    border-radius: 12px;
    padding: 25px 20px;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    position: relative;
}

.cand-stat-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.cand-stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.cand-stat-title {
    color: #374151;
    font-weight: 600;
    font-size: 1rem;
}

.cand-stat-value {
    font-size: 2.2rem;
    font-weight: 700;
    color: #111827;
    line-height: 1;
}

.cand-stat-link {
    margin-top: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Table Section */
.cand-section {
    background: white;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.cand-section-header {
    padding: 20px 25px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cand-section-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cand-section-title::before {
    content: "";
    width: 4px;
    height: 20px;
    background: #472349;
    border-radius: 2px;
}

.cand-section-link {
    color: #472349;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cand-table {
    width: 100%;
    border-collapse: collapse;
}

.cand-table th {
    background: #472349;
    color: white;
    padding: 15px 25px;
    font-weight: 500;
    text-align: left;
    font-size: 0.95rem;
}

.cand-table td {
    padding: 25px;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

/* Sidebar Component */
.cand-sidebar {
    width: 250px;
    background: white;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 1px solid #e5e7eb;
}

.cand-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    border-radius: 8px;
    color: #4b5563;
    font-weight: 500;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.cand-nav-item i {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.cand-nav-item:hover {
    background: #f9fafb;
    color: #111827;
}

.cand-nav-item.active {
    background: #472349;
    color: white;
}

.cand-help-box {
    margin-top: 30px;
    background: #f9fafb;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.cand-help-icon {
    width: 40px;
    height: 40px;
    background: var(--brand-color1);
    color: #472349;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    font-size: 1.2rem;
}

.cand-help-title {
    font-weight: 700;
    color: #111827;
    margin-bottom: 5px;
    font-size: 1rem;
}

.cand-help-desc {
    color: #6b7280;
    font-size: 0.85rem;
    margin-bottom: 15px;
}

.cand-help-link {
    color: #472349;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* Candidate Profile Styles */
.cand-profile-wrap {
    padding: 10px;
    animation: fadeIn 0.3s ease;
}

.cand-page-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.cand-page-subtitle {
    color: #6b7280;
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 30px;
}

.cand-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
}

.cand-card-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.cand-card-icon {
    width: 40px;
    height: 40px;
    background: var(--brand-color1);
    color: #472349;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.cand-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.cand-card-sub {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 5px 0 0 0;
}

/* Grids */
.cand-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.cand-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cand-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Inputs */
.cand-input-group label {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.cand-input-group label span {
    color: #ef4444;
}

.cand-input-box {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 15px;
    background: #f9fafb;
    gap: 10px;
}

.cand-input-box i {
    color: #472349;
    font-size: 1.1rem;
}

.cand-input-box input {
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
    color: #111827;
    font-size: 0.95rem;
}

/* Rich Text */
.cand-rich-text {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
}

.cand-rt-toolbar {
    background: #f9fafb;
    border-bottom: 1px solid #d1d5db;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #4b5563;
}

.cand-rt-toolbar span,
.cand-rt-toolbar i {
    cursor: pointer;
    font-size: 0.95rem;
}

.cand-rt-editor {
    width: 100%;
    min-height: 120px;
    border: none;
    padding: 15px;
    outline: none;
    resize: vertical;
    color: #4b5563;
    background: #f9fafb;
}

/* Toggles */
.cand-toggle-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #f9fafb;
}

.cand-toggle-icon {
    color: #472349;
    font-size: 1.2rem;
}

.cand-toggle-text {
    flex: 1;
}

.cand-toggle-text h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 5px 0;
}

.cand-toggle-text p {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
}

.cand-toggle-switch {
    width: 40px;
    height: 20px;
    border-radius: 20px;
    background: #e5e7eb;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.cand-toggle-switch.active {
    background: #472349;
}

.cand-toggle-switch::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: 0.3s;
}

.cand-toggle-switch.active::after {
    left: 22px;
}

/* Actions */
.cand-form-actions {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.cand-btn {
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: 0.2s;
}

.cand-btn-primary {
    background: #472349;
    color: white;
}

.cand-btn-primary:hover {
    background: #301732;
}

.cand-btn-secondary {
    background: transparent;
    color: #374151;
}

.cand-btn-secondary:hover {
    background: #f3f4f6;
}

@media (max-width: 1024px) {

    .cand-grid-2,
    .cand-grid-3,
    .cand-grid-4 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {

    .cand-grid-2,
    .cand-grid-3,
    .cand-grid-4 {
        grid-template-columns: 1fr;
    }
}

/* EMployer */
/* Inter font loaded via dashboard_templates.xml link tag */

.emp-root {
    background: #f9f9f9;
    min-height: calc(100vh - 70px);
    padding-bottom: 40px;
    width: 100%;
    box-sizing: border-box;
}

/* Global fix: prevent Bootstrap/Odoo from breaking form element box model inside employer portal */
.emp-root input,
.emp-root select,
.emp-root textarea {
    box-sizing: border-box !important;
    margin: 0 !important;
}

.emp-root .form-control,
.emp-root .form-select {
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
}

/* TAB BAR */
.emp-tab-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 24px auto;
    width: fit-content;
    max-width: calc(100% - 48px);
    padding: 6px 10px;
    flex-wrap: wrap;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.emp-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 6px;
    transition: all 0.18s;
    cursor: pointer;
    white-space: nowrap;
}

.emp-tab:hover {
    text-decoration: none !important;
}

.emp-tab-active {
    background: var(--primary-color2);
    color: #fff !important;
}

.emp-tab-inactive {
    color: #374151;
    background: transparent;
}

.emp-tab-inactive:hover {
    color: var(--primary-color2);
}

.emp-tab-divider {
    color: #d1d5db;
    font-size: 16px;
    padding: 0 2px;
    user-select: none;
}

.emp-content {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* ─── Employer Form Grid Fix ─────────────────────────────── */
/* Resets Odoo Bootstrap overrides that break the label/input grid */
.job-form,
.emp-form-grid {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 16px 24px;
    align-items: center;
}

.job-form>*,
.emp-form-grid>* {
    box-sizing: border-box;
    min-width: 0;
}

.job-form input,
.job-form select,
.job-form textarea,
.emp-form-grid input,
.emp-form-grid select,
.emp-form-grid textarea {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    padding: 10px 14px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    font-size: 0.9rem !important;
    color: #374151 !important;
    background: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.15s;
}

.job-form input:focus,
.job-form select:focus,
.job-form textarea:focus,
.emp-form-grid input:focus,
.emp-form-grid select:focus,
.emp-form-grid textarea:focus {
    border-color: var(--primary-color2) !important;
    box-shadow: 0 0 0 3px rgba(71, 35, 73, 0.08) !important;
}

.job-form .form-label,
.emp-form-grid .form-label {
    font-weight: 600;
    color: #374151;
    font-size: 0.9rem;
    align-self: center;
    padding-right: 10px;
}

.job-form .form-section-title,
.emp-form-grid .form-section-title {
    grid-column: 1 / -1;
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color2);
    padding: 10px 0 4px;
    border-bottom: 2px solid var(--brand-color1);
    margin-top: 10px;
}

.job-form .form-full-row,
.emp-form-grid .form-full-row {
    grid-column: 1 / -1;
}

/* ─────────────────────────────────────────────────────────── */

/* PROFILE ROW */
.emp-profile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding: 28px 0 20px;
}

.emp-profile-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.emp-avatar-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.emp-hello {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 3px;
}

.emp-username {
    font-size: 24px;
    font-weight: 800;
    color: #472349;
    letter-spacing: -0.5px;
}

.emp-edit-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border: 1.5px solid #472349;
    border-radius: 6px;
    color: #472349;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.emp-edit-btn:hover {
    background: #472349;
    color: #fff;
}

.emp-edit-btn:hover svg {
    stroke: #fff;
}

/* STATS GRID */
.emp-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (max-width: 900px) {
    .emp-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .emp-stats-grid {
        grid-template-columns: 1fr;
    }

    .emp-tab-bar {
        width: calc(100% - 32px);
    }

    .emp-content {
        padding: 0 16px;
    }
}

/* CARD */
.emp-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
}

.emp-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.09);
    transform: translateY(-2px);
}

.emp-card-body {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 20px 16px;
    flex-grow: 1;
}

.emp-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.emp-card-label {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 5px;
}

.emp-card-value {
    font-size: 26px;
    font-weight: 800;
    color: #111827;
    line-height: 1;
}

.emp-card-bar {
    height: 4px;
    width: 100%;
}

/* PLACEHOLDER */
.emp-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    color: #9ca3af;
    gap: 12px;
}

.emp-placeholder p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

/* Base styles for Job Details Page */
.job-detail-root {
    font-family: 'Inter', sans-serif;
    background-color: #f9fafb;
    min-height: 100vh;
    padding-bottom: 60px;
}

/* Hero Section */
.job-detail-hero-wrapper {
    background: var(--brand-color1);
    border-radius: 16px;
    padding: 40px;
    margin: 30px auto 40px auto;
    position: relative;
    overflow: hidden;
    max-width: 1300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jd-hero-left {
    display: flex;
    gap: 30px;
    align-items: center;
    z-index: 2;
}

.jd-logo-box {
    width: 120px;
    height: 120px;
    background: var(--brand-color1);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #472349;
    text-align: center;
    font-size: 0.85rem;
    overflow: hidden;
}

.jd-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jd-hero-info h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #064e3b;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.jd-hero-company {
    color: #374151;
    font-size: 1.1rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.jd-hero-company i {
    color: #472349;
}

/* Hero Actions */
.jd-hero-right {
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 180px;
}

.jd-btn-save {
    background: white;
    color: #374151;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 12px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.2s;
    text-decoration: none;
}

.jd-btn-save:hover {
    background: #f9fafb;
    color: #111827;
}

.jd-btn-apply {
    background: #472349;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.2s;
    text-decoration: none;
}

.jd-btn-apply:hover {
    background: var(--primary-color2);
    color: white;
}

/* Graphic */
.jd-hero-graphic {
    position: absolute;
    right: 200px;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    z-index: 1;
    opacity: 0.7;
}

/* Main Content Layout */
.jd-container {
    max-width: 1300px;
    margin: 0 auto;
}

/* Content Blocks */
.jd-block {
    margin-bottom: 40px;
}

.jd-block-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.jd-block-title i {
    color: #472349;
    font-size: 1.5rem;
}

.jd-block-content {
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Skills & Chips */
.jd-chip {
    background: #f3f4f6;
    color: #374151;
    padding: 8px 16px;
    border-radius: 6px;
    display: inline-block;
    font-size: 0.95rem;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Explore More Card */
.jd-explore-card {
    background: var(--brand-color1);
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.jd-explore-card-left {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #064e3b;
    font-weight: 600;
    font-size: 1.1rem;
}

.jd-explore-btn {
    background: white;
    color: #472349;
    border: 1px solid #472349;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}

.jd-explore-btn:hover {
    background: #472349;
    color: white;
}

/* Overview Sidebar */
.jd-sidebar-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
}

.jd-sidebar-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 25px;
}

.jd-overview-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jd-overview-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.jd-overview-item-label {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #6b7280;
}

.jd-overview-item-label i {
    color: #472349;
    font-size: 1.2rem;
    width: 20px;
    text-align: center;
}

.jd-overview-item-value {
    color: #111827;
    font-weight: 600;
    text-align: right;
    max-width: 50%;
}

/* Social Icons */
.jd-social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.jd-social-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    font-size: 1.1rem;
    text-decoration: none;
    transition: 0.2s;
}

.jd-social-btn:hover {
    background: #f3f4f6;
    color: #472349;
}

.emp-container {
    background-color: #f8fafc;
    padding: 40px 0;
    min-height: 80vh;
}

.emp-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
}

.emp-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: #472349;
}

.emp-card-top {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.emp-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
}

.emp-name {
    font-weight: 700;
    color: #472349;
    font-size: 1.1rem;
    margin: 0 0 5px 0;
}

.emp-meta {
    color: #6b7280;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 3px;
}

.emp-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #e2e8f0;
    padding-top: 15px;
}

.emp-vacancies {
    color: #4b5563;
    font-size: 0.9rem;
}

.emp-vacancies span {
    color: #472349;
    font-weight: 700;
}

.emp-view-btn {
    color: #472349;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.emp-view-btn:hover {
    color: #007a56;
}

.emp-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.emp-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px 0;
}

.emp-subtitle {
    color: #6b7280;
    font-size: 0.95rem;
}

.emp-search-input {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 15px 10px 40px;
    width: 280px;
    outline: none;
}

.emp-search-wrapper {
    position: relative;
}

.emp-search-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
}

.emp-sort-select {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 15px;
    outline: none;
    background: white;
    color: #4b5563;
}

/* Custom Header Styles */
.empzio-header {
    font-family: "Inter", system-ui, sans-serif;
    width: 100%;
    z-index: 1000;
    position: relative;
}

/* TOP BAR CSS */
.empzio-top-bar {
    background-color: #FFF3CD;
    padding: 10px 10vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #555555;
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-bar-left .fa-music {
    color: #472349;
    font-size: 14px;
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.lang-selector {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.lang-selector img {
    height: 14px;
    margin-right: 6px;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    border-left: 1px solid #E5D599;
    padding-left: 20px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #ffffff;
    color: #472349;
    border-radius: 50%;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.2s;
}

.social-icons a:hover {
    background: #472349;
    color: #ffffff;
}

/* MAIN NAV CSS */
.empzio-main-nav {
    background-color: transparent;
    padding: 14px 10vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.brand-logo img {
    height: 42px;
    width: auto;
    max-width: 250px;
    object-fit: contain;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-link {
    font-size: 15px;
    font-weight: 600;
    color: var(--white-color) !important;
    text-decoration: none;
    transition: color 0.2s;
}

.nav-link:hover {
    color: #ffffff;
}


.nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-signup {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: var(--brand-color, #472349);
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    border: 1.5px solid var(--brand-color, #472349);
}

.btn-signup:hover {
    background: #f9fafb;
    border-color: var(--brand-color, #472349);
    color: var(--brand-color, #472349);
}

.btn-login {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #472349;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    border: 1.5px solid #472349;
}

.btn-login:hover {
    background: #f9fafb;
}

.btn-post-job {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #472349;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
    border: none;
}

.btn-post-job:hover {
    background: var(--primary-color2);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 150, 107, 0.3);
}

.btn-icon-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f3f4f6;
    color: #374151;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-icon-nav:hover {
    background: #e5e7eb;
    color: #472349;
}

@media (max-width: 1024px) {
    .empzio-top-bar {
        display: none;
    }

    .nav-links {
        display: none;
    }
}

/* Login Page */
main {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}

.smr-login-page-bg {
    display: flex;
    align-items: flex-start !important;
    justify-content: center;
    min-height: calc(100vh - 80px);
    padding: 10vh 1rem 1rem 1rem !important;
    background-color: #fafafa;
    box-sizing: border-box;
}

.smr-login-container {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}

.smr-login-header {
    text-align: center;
    margin-bottom: 2rem;
}

.smr-login-header h2 {
    font-weight: 700;
    font-size: 1.85rem;
    color: #111827;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.smr-header-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 0.6rem;
}

.smr-header-divider::before,
.smr-header-divider::after {
    content: '';
    display: block;
    width: 36px;
    height: 1.5px;
    background-color: #e5e7eb;
}

.smr-header-divider .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d1d5db;
}

.smr-login-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 2.5rem 2.25rem;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.025);
}

.smr-login-card form {
    width: 100%;
}

.login-label {
    font-weight: 600;
    font-size: 0.875rem;
    color: #374151;
    margin-bottom: 0.4rem;
    font-family: 'Inter', sans-serif !important;
    display: block;
}

.login-input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 10px 12px;
    font-size: 0.925rem;
    color: #1f2937;
    outline: none;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif !important;
}

.login-input::placeholder {
    color: #9ca3af;
    font-size: 0.875rem;
}

/* Password input with toggle button */
.password-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.password-input-group .login-input {
    padding-right: 44px;
}

.btn-toggle-password {
    position: absolute;
    right: 12px;
    background: transparent;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 6px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s ease;
    z-index: 5;
}

.btn-toggle-password:hover {
    color: #111827;
}

/* Checkbox & Forgot link */
.form-options {
    font-size: 0.875rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.form-check-input {
    border-radius: 4px;
    border-color: #d1d5db;
    width: 1.05em;
    height: 1.05em;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #472349;
    border-color: #472349;
}

.form-check-label {
    font-weight: 500;
    color: #374151;
    cursor: pointer;
}

.forgot-password-link {
    color: #0066cc;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.875rem;
}

.forgot-password-link:hover {
    text-decoration: underline;
    color: #004499;
}

/* Submit Button */
.btn-login-submit {
    background-color: #472349 !important;
    border-color: #472349 !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.95rem;
    height: 46px;
    border-radius: 8px;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-login-submit:hover {
    background-color: var(--primary-color2) !important;
    border-color: var(--primary-color2) !important;
}

.btn-login-submit:active {
    transform: scale(0.99);
}

/* Sign up prompt */
.signup-prompt {
    font-size: 0.9rem;
    color: #374151;
    margin-top: 1.25rem;
}

.signup-link {
    color: #472349;
    font-weight: 600;
    text-decoration: none;
}

.signup-link:hover {
    text-decoration: underline;
    color: var(--primary-color2);
}

/* Google OAuth Login Button */
.btn-google-login {
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    color: #374151 !important;
    font-weight: 600;
    font-size: 0.9rem;
    height: 46px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    margin-top: 1rem;
}

.btn-google-login:hover {
    background-color: #f9fafb !important;
    border-color: #d1d5db !important;
    color: #111827 !important;
}

/* Home Page */
ul.fp_cat {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.fp_cat li {
    float: left;
    background: var(--brand-color1);
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.fp_cat li a {
    display: block;
    color: black;
    text-align: center;
    padding: 16px;
    font-weight: 600;
    text-decoration: none;
}

ul.fp_cat li a:hover {
    background-color: var(--brand-color2);
    color: var(--white-color);
    border-radius: 10px;
}

.fp_featured_jobs {
    padding-bottom: 60px;
}

.location-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background: var(--brand-color1);
}

.subTitle {
    color: var(--brand-color2);
}

footer {
    background: var(--brand-color);
}

.o_footer {
    background: var(--brand-color) !important;
}

.o_footer h5 {
    color: var(--white-color) !important;
}

.o_footer a:not(.btn) {
    color: var(--white-color) !important;
}

footer p {
    color: var(--white-color) !important;
}

footer h3 {
    color: var(--white-color) !important;
}

.o_footer_copyright .o_footer_copyright_name {
    color: var(--white-color) !important;
}

.o_brand_promotion {
    color: var(--white-color) !important;
}



.section-title h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;

    /* Width relative to text length */
    width: 60%;
    height: 8px;

    /* Curved border effect */
    border-bottom: 3px solid var(--brand-color);
    border-radius: 50%;
}

.fp_featured_jobs_card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
    position: relative;
}

.fp_featured_save {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #94a3b8;
    font-size: 1.2rem;
    cursor: pointer;
}

.divPagination a .active {
    background-color: #472349;
    border-color: #472349;
}

.jobsFilter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.jobsFilter h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.jobsFilter a {
    color: #472349;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

.faChev {
    font-size: 0.7rem;
    margin-top: 4px;
}

.jobs-search-box input {
    border-radius: 6px;
}

/* Companies Listing Page Styles */
.emp-page-root {
    background-color: #f8fafc;
    min-height: 100vh;
}

.emp-hero {
    background: #f8fafc;
    padding: 30px 0;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
}

.emp-hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 15px;
}

.emp-hero-subtitle {
    font-size: 1.1rem;
    color: #475569;
    margin-bottom: 40px;
    max-width: 90%;
}

.emp-hero-search-form {
    background: white;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.emp-search-input-wrap {
    flex: 1;
    min-width: 200px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.emp-search-input {
    border: none;
    background: transparent;
    width: 100%;
    padding: 10px;
    outline: none;
}

.emp-search-select-wrap {
    border-left: 1px solid #e2e8f0;
    padding-left: 15px;
    display: flex;
    align-items: center;
    min-width: 150px;
}

.emp-search-select {
    border: none;
    background: transparent;
    width: 100%;
    padding: 10px;
    outline: none;
    color: #475569;
    appearance: none;
    cursor: pointer;
}

.emp-sidebar-card {
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 25px;
}

.emp-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.emp-sidebar-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.emp-reset-link {
    color: var(--primary-color2);
    /* Updated Theme Color */
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

.emp-filter-group {
    margin-bottom: 25px;
}

.emp-filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 10px;
    cursor: pointer;
}

.emp-filter-title-border {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.emp-chevron {
    font-size: 0.75rem;
}

.emp-filter-search-input {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 8px 12px;
    width: 100%;
    outline: none;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.emp-filter-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.emp-filter-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: #475569;
}

.emp-filter-checkbox {
    margin-right: 10px;
}

.emp-filter-label {
    margin: 0;
    cursor: pointer;
}

.emp-filter-count {
    color: var(--primary-color2);
    /* Updated Theme Color */
    font-weight: 600;
    font-size: 0.85rem;
}

.emp-filter-empty {
    color: #64748b;
    font-size: 0.85rem;
}

.emp-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.emp-results-count {
    color: #475569;
    font-size: 0.95rem;
}

.emp-results-count span {
    font-weight: 700;
    color: #1e293b;
}

.emp-view-toggles {
    display: flex;
    gap: 10px;
}

.emp-view-toggle {
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.emp-view-toggle.active {
    background: var(--brand-color1);
    /* Updated Theme background */
    color: var(--primary-color2);
    /* Updated Theme Color */
    border-color: transparent;
}

.emp-empty-icon {
    font-size: 3rem;
    color: #cbd5e1;
    margin-bottom: 15px;
}

.emp-empty-text {
    color: #64748b;
}

.emp-company-card {
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.emp-company-card-body {
    padding: 20px;
}

.emp-company-header {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.emp-company-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.emp-company-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.emp-company-logo i {
    color: #cbd5e1;
    font-size: 1.2rem;
}

.emp-company-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.emp-verified-icon {
    color: var(--primary-color2);
    /* Updated Theme Color */
    font-size: 0.8rem;
}

.emp-company-industry {
    color: #64748b;
    font-size: 0.8rem;
}

.emp-company-location {
    color: #64748b;
    font-size: 0.85rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.emp-company-vacancies {
    color: var(--primary-color2);
    /* Updated Theme Color */
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.emp-company-card-footer {
    margin-top: auto;
    border-top: 1px solid #f1f5f9;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.emp-company-employees {
    color: #64748b;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.emp-company-view-btn {
    background: var(--brand-color1);
    /* Updated Theme background */
    color: var(--primary-color2);
    /* Updated Theme Color */
    padding: 6px 15px;
    border-radius: 20px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.8rem;
}

.emp-pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.emp-pagination {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 5px;
}

.emp-page-link {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #64748b;
    text-decoration: none;
    border: 1px solid #e2e8f0;
}

.emp-page-link.active {
    background: var(--primary-color2);
    /* Updated Theme Color */
    color: white;
    border-color: var(--primary-color2);
}

/* GLOBAL MOBILE RESPONSIVENESS */


@media (max-width: 991px) {

    /* Header & Navigation */
    .empzio-main-nav {
        flex-wrap: wrap;
        padding: 15px 5vw;
        justify-content: space-between;
    }

    .c-header-left {
        width: auto;
        margin-bottom: 0;
    }

    .c-header-logo {
        max-width: 200px !important;
    }

    .mobile-menu-btn {
        display: block !important;
    }

    .nav-links,
    .nav-actions {
        display: none !important;
    }

    .empzio-main-nav.mobile-open .nav-links,
    .empzio-main-nav.mobile-open .nav-actions {
        display: flex !important;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 15px;
        gap: 15px;
    }

    /* Hero Search Bar */
    .jobs-hero-form,
    .emp-hero-search-form {
        flex-direction: column;
        border-radius: 12px;
    }

    .jobs-hero-form-col,
    .emp-search-input-wrap {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        padding: 10px 0;
    }

    .jobs-hero-form button,
    .emp-hero-search-form button {
        width: 100%;
        border-radius: 8px !important;
        padding: 12px !important;
        margin-top: 5px;
    }

    /* Portal Layouts (Candidate & Employer) */
    .cand-container,
    .emp-container {
        flex-direction: column;
        padding: 15px;
    }

    .cand-sidebar,
    .emp-sidebar {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .cand-main,
    .emp-main {
        width: 100% !important;
    }

    /* Tables (Overflow for mobile swipe) */
    .cand-table,
    .eg-table,
    .table-wrapper2 {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    /* Grids & Forms */
    .cand-grid-2,
    .cand-grid-3,
    .cand-grid-4,
    .cand-form-grid,
    .emp-grid-2 {
        grid-template-columns: 1fr !important;
    }

    /* Jobs/Companies Sidebar */
    .jobs-sidebar,
    .companies-sidebar {
        width: 100%;
        margin-bottom: 30px;
    }

    /* Job Details Layout */
    .job-details-left-pane {
        border-right: none !important;
        padding-right: 0 !important;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .job-details-right-pane {
        padding-left: 0 !important;
    }

    .job-details-bottom-info {
        flex-wrap: wrap;
    }

    .job-details-header-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Candidate Portal Overrides */
    .cand-hero {
        flex-direction: column;
        text-align: center;
        padding: 25px 15px;
    }

    .cand-hero-name {
        font-size: 1.8rem !important;
    }

    .cand-stats-grid {
        flex-direction: column;
        gap: 15px;
    }

    .cand-stat-card {
        padding: 15px;
    }

    .cand-card {
        padding: 15px !important;
    }

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

    .cand-input-box {
        padding: 10px;
    }

    .cand-input-box textarea {
        max-width: 100%;
        box-sizing: border-box;
    }

    .cand-exp-row {
        flex-direction: column;
        align-items: stretch !important;
    }

    .cand-exp-row>div {
        flex: none !important;
        width: 100% !important;
        margin-bottom: 5px;
    }
}

/* ========================================================= */
/* MERGED FROM candidate.css */
/* ========================================================= */

.cand-root {
    background: #f9fafb;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
}

.cand-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.cand-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Hero Banner */
.cand-hero {
    background: var(--brand-color1);
    border-radius: 16px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 20px;
}

.cand-hero-avatar {
    width: 90px;
    height: 90px;
    background: #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
    z-index: 1;
}

.cand-hero-text {
    z-index: 1;
}

.cand-hero-greeting {
    color: #374151;
    font-size: 1rem;
    font-weight: 500;
}

.cand-hero-name {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color2);
    margin: 5px 0;
}

.cand-hero-sub {
    color: #4b5563;
    font-size: 1rem;
}

/* Graphics placeholders */
.cand-hero-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0.15;
    pointer-events: none;
}

/* Stats Cards */
.cand-stats-grid {
    display: flex;
    gap: 20px;
}

.cand-stat-card {
    flex: 1;
    background: white;
    border-radius: 12px;
    padding: 25px 20px;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    position: relative;
}

.cand-stat-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.cand-stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.cand-stat-title {
    color: #374151;
    font-weight: 600;
    font-size: 1rem;
}

.cand-stat-value {
    font-size: 2.2rem;
    font-weight: 700;
    color: #111827;
    line-height: 1;
}

.cand-stat-link {
    margin-top: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Table Section */
.cand-section {
    background: white;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.cand-section-header {
    padding: 20px 25px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cand-section-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cand-section-title::before {
    content: "";
    width: 4px;
    height: 20px;
    background: var(--primary-color2);
    border-radius: 2px;
}

.cand-section-link {
    color: var(--primary-color2);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cand-table {
    width: 100%;
    border-collapse: collapse;
}

.cand-table th {
    background: var(--primary-color2);
    color: white;
    padding: 15px 25px;
    font-weight: 500;
    text-align: left;
    font-size: 0.95rem;
}

.cand-table td {
    padding: 25px;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

/* Sidebar Component */
.cand-sidebar {
    width: 250px;
    background: white;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 1px solid #e5e7eb;
}

.cand-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    border-radius: 8px;
    color: #4b5563;
    font-weight: 500;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.cand-nav-item i {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.cand-nav-item:hover {
    background: #f9fafb;
    color: #111827;
}

.cand-nav-item.active {
    background: var(--primary-color2);
    color: white;
}

.cand-help-box {
    margin-top: 30px;
    background: #f9fafb;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.cand-help-icon {
    width: 40px;
    height: 40px;
    background: var(--brand-color1);
    color: var(--primary-color2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    font-size: 1.2rem;
}

.cand-help-title {
    font-weight: 700;
    color: #111827;
    margin-bottom: 5px;
    font-size: 1rem;
}

.cand-help-desc {
    color: #6b7280;
    font-size: 0.85rem;
    margin-bottom: 15px;
}

.cand-help-link {
    color: var(--primary-color2);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* Candidate Profile Styles */
.cand-profile-wrap {
    padding: 10px;
    animation: fadeIn 0.3s ease;
}

.cand-page-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.cand-page-subtitle {
    color: #6b7280;
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 30px;
}

.cand-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
}

.cand-card-body {
    padding: 0 20px 20px 20px;
}

.cand-card-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.cand-card-icon {
    width: 40px;
    height: 40px;
    background: var(--brand-color1);
    color: var(--primary-color2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.cand-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.cand-card-sub {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 5px 0 0 0;
}

/* Grids */
.cand-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.cand-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cand-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Inputs */
.cand-input-group label {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.cand-input-group label span {
    color: #ef4444;
}

.cand-input-box {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 15px;
    background: #f9fafb;
    gap: 10px;
}

.cand-input-box i {
    color: var(--primary-color2);
    font-size: 1.1rem;
}

.cand-input-box input {
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
    color: #111827;
    font-size: 0.95rem;
}

/* Rich Text */
.cand-rich-text {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
}

.cand-rt-toolbar {
    background: #f9fafb;
    border-bottom: 1px solid #d1d5db;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #4b5563;
}

.cand-rt-toolbar span,
.cand-rt-toolbar i {
    cursor: pointer;
    font-size: 0.95rem;
}

.cand-rt-editor {
    width: 100%;
    min-height: 120px;
    border: none;
    padding: 15px;
    outline: none;
    resize: vertical;
    font-family: inherit;
    color: #4b5563;
    background: #f9fafb;
}

/* Toggles */
.cand-toggle-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #f9fafb;
}

.cand-toggle-icon {
    color: var(--primary-color2);
    font-size: 1.2rem;
}

.cand-toggle-text {
    flex: 1;
}

.cand-toggle-text h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 5px 0;
}

.cand-toggle-text p {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
}

.cand-toggle-switch {
    width: 40px;
    height: 20px;
    border-radius: 20px;
    background: #e5e7eb;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.cand-toggle-switch.active {
    background: var(--primary-color2);
}

.cand-toggle-switch::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: 0.3s;
}

.cand-toggle-switch.active::after {
    left: 22px;
}

/* Actions */
.cand-form-actions {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.cand-btn {
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: 0.2s;
}

.cand-btn-primary {
    background: var(--primary-color2);
    color: white;
}

.cand-btn-primary:hover {
    background: #301732;
}

.cand-btn-secondary {
    background: transparent;
    color: #374151;
}

.cand-btn-secondary:hover {
    background: #f3f4f6;
}

@media (max-width: 1024px) {

    .cand-grid-2,
    .cand-grid-3,
    .cand-grid-4 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {

    .cand-grid-2,
    .cand-grid-3,
    .cand-grid-4 {
        grid-template-columns: 1fr;
    }
}


/* ========================================================= */
/* MERGED FROM employer.css */
/* ========================================================= */

/* Inter font loaded via dashboard_templates.xml link tag */

.emp-root {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: #f9f9f9;
    min-height: calc(100vh - 70px);
    padding-bottom: 40px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* TAB BAR */
.emp-tab-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 24px auto;
    width: fit-content;
    max-width: calc(100% - 48px);
    padding: 6px 10px;
    flex-wrap: wrap;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.emp-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 6px;
    transition: all 0.18s;
    cursor: pointer;
    white-space: nowrap;
}

.emp-tab:hover {
    text-decoration: none !important;
}

.emp-tab-active {
    background: var(--primary-color2);
    color: #fff !important;
}

.emp-tab-inactive {
    color: #374151;
    background: transparent;
}

.emp-tab-inactive:hover {
    color: var(--primary-color2);
}

.emp-tab-divider {
    color: #d1d5db;
    font-size: 16px;
    padding: 0 2px;
    user-select: none;
}

.emp-content {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* PROFILE ROW */
.emp-profile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding: 28px 0 20px;
}

.emp-profile-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.emp-avatar-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.emp-hello {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 3px;
}

.emp-username {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color2);
    letter-spacing: -0.5px;
}

.emp-edit-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border: 1.5px solid var(--primary-color2);
    border-radius: 6px;
    color: var(--primary-color2);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.emp-edit-btn:hover {
    background: var(--primary-color2);
    color: #fff;
}

.emp-edit-btn:hover svg {
    stroke: #fff;
}

/* STATS GRID */
.emp-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (max-width: 900px) {
    .emp-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .emp-stats-grid {
        grid-template-columns: 1fr;
    }

    .emp-tab-bar {
        width: calc(100% - 32px);
    }

    .emp-content {
        padding: 0 16px;
    }
}

/* CARD */
.emp-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
}

.emp-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.09);
    transform: translateY(-2px);
}

.emp-card-body {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 20px 16px;
    flex-grow: 1;
}

.emp-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.emp-card-label {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 5px;
}

.emp-card-value {
    font-size: 26px;
    font-weight: 800;
    color: #111827;
    line-height: 1;
}

.emp-card-bar {
    height: 4px;
    width: 100%;
}

/* PLACEHOLDER */
.emp-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    color: #9ca3af;
    gap: 12px;
}

.emp-placeholder p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

/* RESPONSIVE UTILITY CLASSES */

.emp-root .btn {
    white-space: nowrap;
}

.emp-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.emp-grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.emp-form-grid {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 20px;
    align-items: center;
}

.emp-form-grid.align-start {
    align-items: flex-start;
}

.emp-responsive-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
    .emp-grid-3 {
        grid-template-columns: 1fr 1fr;
    }

    .emp-form-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.emp-responsive-table table {
    min-width: 800px;
    /* Force minimum width to trigger horizontal scroll on mobile */
}

.emp-responsive-table th,
.emp-responsive-table td {
    white-space: nowrap;
    /* Prevent text squishing */
}

.emp-page-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.emp-search-bar {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    align-items: center;
    flex-wrap: wrap;
}

.search-action-wrapper {
    display: flex;
    gap: 10px;
    flex: 1 1 100%;
}

@media (max-width: 768px) {

    .emp-grid-2,
    .emp-grid-3 {
        grid-template-columns: 1fr;
    }

    .emp-page-header {
        flex-direction: column;
        align-items: stretch;
    }

    .emp-page-header .btn {
        width: 100%;
        justify-content: center;
    }

    .search-action-wrapper button {
        flex: 1;
        justify-content: center;
    }

    .emp-profile-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .emp-profile-right {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
}

/* ========================================================= */
/* MERGED FROM signup_page.css */
/* ========================================================= */



/* Signup Page Custom Styles */
.smr-signup-page-bg {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    min-height: calc(100vh - 100px);
    width: 100%;
    background: #f5f5f5;
    padding: 40px 20px;
    font-family: 'Inter', sans-serif;
}

.smr-signup-container {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.smr-signup-header {
    text-align: center;
    margin-bottom: 20px;
}

.smr-signup-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

.smr-header-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.smr-header-divider::before,
.smr-header-divider::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #d1d5db;
}

.smr-header-divider .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d1d5db;
}

/* Role Selection Toggle Buttons */
.smr-role-toggle-container {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.smr-role-btn {
    border: 1.5px solid #d1d5db;
    background: #ffffff;
    color: #374151;
    font-size: 14.5px;
    font-weight: 600;
    padding: 9px 32px;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.smr-role-btn.active {
    background: var(--primary-color2);
    border-color: var(--primary-color2);
    color: #ffffff;
}

.smr-role-btn:hover:not(.active) {
    border-color: var(--primary-color2);
    color: var(--primary-color2);
}

/* Card */
.smr-signup-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 40px 48px;
    width: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.smr-signup-card form {
    width: 100%;
}

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

.row-passwords {
    display: flex;
    gap: 16px;
}

.half-width {
    flex: 1;
    min-width: 0;
}

/* 2-column grid row used in Company section */
.row-two-col {
    display: flex;
    gap: 16px;
    margin-bottom: 0;
}

.row-two-col .half-width {
    flex: 1;
    min-width: 0;
}


@media (max-width: 600px) {
    .row-passwords {
        flex-direction: column;
        gap: 0;
    }

    .smr-signup-card {
        padding: 28px 20px;
    }
}

/* Labels */
.signup-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.text-danger {
    color: #ef4444 !important;
}

/* Input wrapper — no border; individual input handles border */
.input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.input-wrap:focus-within {
    border-color: var(--primary-color2);
}

/* Input field */
.signup-input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 10px 12px;
    font-family: inherit;
    font-size: 13px;
    color: #111827;
    outline: none;
    border-radius: 4px;
    box-sizing: border-box;
}

.input-wrap .signup-input {
    padding-right: 36px;
}

.signup-input::placeholder {
    color: #9ca3af;
    font-size: 12.5px;
}

/* Eye icon */
.right-icon {
    position: absolute;
    right: 10px;
    color: #9ca3af;
    font-size: 14px;
    cursor: pointer;
    flex-shrink: 0;
}

.right-icon:hover {
    color: #374151;
}

/* Terms row */
.form-options {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    margin-top: 6px;
}

.terms-agree {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    font-weight: 500;
    margin: 0;
}

.terms-agree input {
    width: 14px;
    height: 14px;
    accent-color: var(--primary-color2);
    cursor: pointer;
    flex-shrink: 0;
}

.terms-link {
    color: var(--primary-color2);
    font-weight: 600;
    text-decoration: none;
}

.terms-link:hover {
    text-decoration: underline;
}

/* Sign Up button */
.sign-up-btn {
    width: 100%;
    background: var(--primary-color2);
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 13px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-bottom: 18px;
    font-family: inherit;
}

.sign-up-btn:hover {
    background: var(--primary-color2);
}

/* Login prompt */
.login-prompt {
    text-align: left;
    font-size: 13px;
    color: #374151;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 18px;
}

.login-link {
    color: var(--primary-color2);
    font-weight: 600;
    text-decoration: none;
}

.login-link:hover {
    text-decoration: underline;
}

/* Google login button */
.google-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 13.5px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
}

.google-btn:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #111827;
}

/* Standard Odoo Auth Forms - Primary Button Override */
.oe_reset_password_form .btn-primary {
    background-color: #472349 !important;
    border-color: #472349 !important;
    color: white !important;
}

.oe_reset_password_form .btn-primary:hover {
    background-color: #351a37 !important;
    border-color: #351a37 !important;
}