@import url('https://fonts.cdnfonts.com/css/sf-pro-display');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*
========================
GOBAL CSS START
========================
*/

body {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #333333;
}

:root {
    --font-inter: "Inter", sans-serif;
    --selection-bg: #0078d7;
    --selection-color: #fff;
    --scroll-top-bg: #0078d7;
    --scroll-top-color: #fff;
    --box-shawdow-one: 10px 6px 10px 0 rgba(255, 255, 255, 0.10) inset, -10px -6px 10px 0 rgba(255, 255, 255, 0.10) inset, 1px 1px 0 -0.5px #FFF inset, -1px -1px 0 -0.5px #FFF inset, 1px 1px 0.5px -1px #FFF inset, -1px -1px 0.5px -1px #FFF inset, 0 0 3px 0 rgba(255, 255, 255, 0.50) inset, 0 0 16px 0 #F2F2F2 inset, 0 15px 15px 0 rgba(0, 0, 0, 0.10);
    --hover-box-shawdow: 10px 6px 10px 0 rgba(255, 255, 255, 0.15) inset, -10px -6px 10px 0 rgba(255, 255, 255, 0.15) inset, 1px 1px 0 -0.5px #FFF inset, -1px -1px 0 -0.5px #FFF inset, 0 0 5px 0 rgba(255, 255, 255, 0.80) inset, 0 0 20px 0 #FFFFFF inset, 0 20px 20px 0 rgba(0, 0, 0, 0.15);
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

::selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

::-webkit-selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

::-moz-selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

.scrolltotop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: var(--scroll-top-bg);
    text-align: center;
    font-size: 22px;
    color: var(--scroll-top-color);
    position: fixed;
    right: 30px;
    bottom: 25px;
    display: none;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}

.scrolltotop img {
    width: 14px;
    margin-top: -4px;
}

@keyframes lab_top_up {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}

.pluse,
.pluse2 {
    position: relative;
    top: 10px;
    left: -7px;
    z-index: -1;
}

.pluse::before,
.pluse2::before {
    width: 40px;
    height: 40px;
}

.pluse::after,
.pluse::before,
.pluse2::after,
.pluse2::before {
    background: var(--scroll-top-bg);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: -1px;
}

.pluse::after,
.pluse2::after {
    width: 30px;
    height: 30px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px;
}

.pluse::before {
    -webkit-animation: pluse_animate 2.5s infinite linear;
    animation: pluse_animate 2.5s infinite linear;
}

.pluse2::before {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

.deshboard-body {
    background: linear-gradient(249deg, #F5F5F5 0%, #A9A9A9 100%);
    min-height: 100dvh;
}

/*===============
 GOBAL CSS END  
 ============== */

/* =============== Landing page desgin here =============== */

.land-header {
    padding-top: 57px;
}

.land-body {
    background-color: #f2f2f1;
    color: #818181;
    font-size: 20px;
    font-weight: 700;

}

.land-body p {

    /*! line-height: 36px; */
    /* 163.636% */
    letter-spacing: 2.2px;
}

.land-body .dashboard-nav ul li a {
    min-width: 144px;
    justify-content: center;
}

.land-header ul li .login-button-land {
    background-image: url(images/login-button.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 144px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 0;
    color: #fff;
}

.land-header ul li {
    position: relative;
}

.land-header ul li ul {
    position: absolute;
    flex-direction: column;
    gap: 5px;
    width: 220px;
    background: linear-gradient(270deg, rgba(130, 130, 130, 0.25) 0%, rgba(96, 96, 96, 0.25) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(153, 153, 153, 0.30);
    background-blend-mode: luminosity, soft-light, darken;
    box-shadow: 10px 6px 10px 0 rgba(255, 255, 255, 0.10) inset, -10px -6px 10px 0 rgba(255, 255, 255, 0.10) inset, 1px 1px 0 -0.5px #FFF inset, -1px -1px 0 -0.5px #FFF inset, 1px 1px 0.5px -1px #FFF inset, -1px -1px 0.5px -1px #FFF inset, 0 0 3px 0 rgba(255, 255, 255, 0.50) inset, 0 0 16px 0 #F2F2F2 inset, 0 15px 15px 0 rgba(0, 0, 0, 0.10);
    padding: 15px 12px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: 0.4s;
    z-index: 2;
}

.land-header ul li ul li {
    width: 100%;
    display: block;
}

.land-header ul li ul li a {
    width: 100%;
    border-radius: 6px;
}

.land-header ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
}

.offcanvas-list {
    overflow: hidden;
    max-height: 0;
    transition: max-height 300ms ease;
}

/* active state */

.offcanvas-feature.active .offcanvas-list,
.offcanvas-list.open {
    max-height: 1000px;
}

/* optional visuals */

.offcanvas-toggle {
    cursor: pointer;
    background: none;
    border: none;
    font: inherit;
    padding: 8px 12px;
}

#feature-list-1 {
    transform: translateY(5px);
    opacity: 1;
    visibility: visible;
    position: static;
    padding: 0;
}

#feature-list-1 li {
    margin-bottom: 5px;
}

#feature-list-1 li:last-child {
    margin-bottom: 0;
}

.land-hero-area {
    padding-top: 200px;
    padding-bottom: 250px;
}

.land-hero-area .section-heading {
    color: #000;
    background: initial;
    background-clip: text;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

.section-spacer {
    padding-block: 125px;
}
.tailor-img{
    height: 600px;
}
.section-heading {
    font-size: 64px;
    font-weight: 700;
    /*! line-height: 100px; */
    /* 156.25% */
    letter-spacing: 6.4px;
    margin-bottom: 70px;
    background: linear-gradient(180deg, #262626 17.14%, #4D4D4D 68.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.land-hero-inner ul {
    padding-top: 110px;
    display: flex;
    gap: 30px;
}

.land-btn-dark {
    background-image: url(images/dark-button-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    height: 65px;
    gap: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    min-width: 260px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.4px;
}

.land-btn-dark:hover,
.land-btn-light:hover {
    transform: translateY(-2px);
    box-shadow: 10px 6px 10px 0 rgba(255, 255, 255, 0.15) inset, -10px -6px 10px 0 rgba(255, 255, 255, 0.15) inset, 1px 1px 0 -0.5px #FFF inset, -1px -1px 0 -0.5px #FFF inset, 0 0 5px 0 rgba(255, 255, 255, 0.80) inset, 0 0 20px 0 #FFFFFF inset, 0 20px 20px 0 rgba(0, 0, 0, 0.15);
}

.land-btn-light {
    background: rgba(0, 0, 0, 0.00);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.20);
    border-radius: 30px;
    min-width: 260px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: #000000;
    z-index: 1;
    position: relative;
}

.land-btn-light:after {
    content: "";
    display: block;
    height: calc(100% - 5px);
    width: calc(100% - 5px);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: -1;
    border-radius: 30px;
}

.tailor-btn-wrap {
    margin-top: -150px;
}

.content-pb-150 {
    padding-bottom: 150px;
}

.procces-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* card override for Plans view */
.card-yellow {
    background-color: #FFEB3B !important; /* yellow */
    color: #000 !important; /* ensure readable text */
}
.single-proccess-card-wrap {
    background-color: rgba(0, 0, 0, 0.20);
    padding: 1px;
    border-radius: 24px;
    position: relative;
}

.single-proccess-card-wrap.active {
    background: linear-gradient(270deg, #AE4121 0%, #8643C6 50%, #3063B6 100%);
    padding: 2px;
}

.single-proccess-card-wrap.active:after {
    display: none;
}

.single-proccess-card-wrap:after {
    content: "";
    display: block;
    width: 78%;
    height: 4px;
    border-radius: 9999px;
    background: linear-gradient(270deg, #AE4121 0%, #8643C6 50%, #3063B6 100%), linear-gradient(90deg, #60A5FA 0%, #C084FC 100%);
    position: absolute;
    top: 50%;
    right: -87%;
    transform: translateY(-50%);
}

.single-proccess-card {
    max-width: fit-content;
    border-radius: 22px;
    background: #fcfcfc;
    box-shadow: 15px 15px 55px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    padding: 20px 30px 22px 30px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 256px;
}

.single-proccess-card h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 4.8px;
    background: linear-gradient(270deg, #AE4121 0%, #8643C6 50%, #3063B6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.single-proccess-card .icon {
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #F2F2F1;
    margin-top: -65px;
}

.single-proccess-card h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.single-proccess-card p {
    color: #818181;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
 
}

.land-btn-dark.btn02 {
    background-image: url(images/dark-btn-02.png);
    max-width: 180px;
    margin-inline: auto;
    min-width: 180px;
    height: 50px;
}

.land-letters-right {
    border-radius: 30px;
    border: 5px solid rgba(0, 0, 0, 0.50);
    background: #FAF9F6;
    box-shadow: 15px 15px 55px 0 rgba(0, 0, 0, 0.25);
    padding: 50px;
}

.land-letters-right h3 {
    background: linear-gradient(180deg, #262626 17.14%, #4D4D4D 68.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
   
    margin-bottom: 30px;
}

.land-letters-right .content-box {
    padding: 30px;
    border-radius: 30px;
    border: 2px solid rgba(196, 196, 196, 0.50);
    background: #FFF;
    color: #818181;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 2.1px;

    margin-bottom: 30px;
}

.land-letters-right ul {
    display: flex;
    gap: 15px;
}

.land-letters-right .land-btn-dark.btn03 {
    background-image: url(images/button-bg-white-02.png);
    max-width: 180px;
    min-width: 180px;
    height: 50px;
    color: #000;
}

.match-sore-left {
    border-radius: 30px;
    background: #FAF9F6;
    box-shadow: 5px 4px 15px 0 rgba(0, 0, 0, 0.158);
    padding: 70px;
}

.match-sore-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}

.section-heading-02 {
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    /* 140% */
    letter-spacing: 5px;
   
    background: linear-gradient(180deg, #262626 17.14%, #4D4D4D 68.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.match-sore-right ul {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
}

.optimisation-area .optimize-img img {
    max-width: 763px;
    width: 100%;
}

.footer-inner ul {
    display: flex;
    gap: 120px;
    justify-content: center;
    padding-bottom: 60px;
}

.footer-inner ul li a {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    /* 175% */
    position: relative;
    letter-spacing: 2.4px;
}

.footer-inner ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: 0.3s;
}

.footer-inner ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    transform: translateY(1px);
}

.footer-inner .footer-copyright {
    color: #818181;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
    padding: 40px 0;
}

/*========= header area style start hare ========= */


.deshboard-header {
    padding-top: 30px;
    padding-bottom: 30px;
}

.deshboard-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    /* reduced right padding to avoid shifting the nav to the right */
    padding-right: 24px;
    padding-left: 0; /* ensure no unexpected left offset */
}

.dashboard-nav ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dashboard-nav ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 99px;
    background: linear-gradient(270deg, rgba(130, 130, 130, 0.25) 0%, rgba(96, 96, 96, 0.25) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(153, 153, 153, 0.30);
    background-blend-mode: luminosity, darken;
    box-shadow: var(--box-shawdow-one);
    padding: 13.6px 16px;
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
}

.dashboard-nav ul li a:hover {
    transform: translateY(-1.6px);
    box-shadow: var(--hover-box-shawdow);
}

.dashboard-nav ul li a::before {
    content: "";
    display: flex;
    width: 98.4px;
    height: 33.6px;
    padding: 8px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.50);
    background-blend-mode: luminosity;
    filter: blur(12px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.deshboard-nav-actions ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.deshboard-nav-actions button {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 99px;
    background: linear-gradient(270deg, rgba(130, 130, 130, 0.25) 0%, rgba(96, 96, 96, 0.25) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(153, 153, 153, 0.30);
    background-blend-mode: luminosity, hard-light, darken;
    box-shadow: var(--box-shawdow-one);
    padding: 13.6px 16px;
    position: relative;
    z-index: 2;
    border: none;
    color: #000;
    font-family: var(--font-inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.deshboard-nav-actions button:hover {
    transform: translateY(-1.6px);
    box-shadow: var(--hover-box-shawdow);
}

.deshboard-nav-actions button::before {
    content: "";
    display: flex;
    width: 98.4px;
    height: 33.6px;
    padding: 8px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.50);
    background-blend-mode: luminosity;
    filter: blur(12px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.profile-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.profile-btn button {
    display: flex;
    width: 56px;
    height: 56px;
    padding: 7.2px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 99px;
    background: linear-gradient(270deg, rgba(130, 130, 130, 0.25) 0%, rgba(96, 96, 96, 0.25) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(153, 153, 153, 0.30);
    background-blend-mode: luminosity, soft-light, darken;
    box-shadow: var(--box-shawdow-one);
    border: none;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

.profile-btn button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    display: flex;
    width: 30.3056px;
    height: 30.3056px;
    border-radius: 99px;
    background: #FFF;
    background-blend-mode: hard-light;
    filter: blur(12px);
}

.profile-btn button:hover {
    box-shadow: var(--hover-box-shawdow);
}

.menu-toggler {
    display: flex;
    width: 44.8px;
    height: 44.8px;
    padding: 7.2px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 99px;
    background: linear-gradient(270deg, rgba(130, 130, 130, 0.25) 0%, rgba(96, 96, 96, 0.25) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(153, 153, 153, 0.30);
    background-blend-mode: luminosity, soft-light, darken;
    box-shadow: var(--box-shawdow-one);
    border: none;
    position: relative;
    z-index: 2;
    transition: 0.3s;
    font-size: 20.8px;
}

#mobileMenu {
    background: linear-gradient(249deg, #F5F5F5 0%, #A9A9A9 100%);
}

.dashboard-nav a.active {
    font-weight: 500;
    font-size: 18px;
}
/*======================= Dashboard Header style end hare ============ */

/*=============== main deshboard area style start hare ============== */
.deshboard-main-wrapper {
    display: flex;
    gap: 30px;
}

.deshboard-sidebar {
    display: flex;
    width: 100%;
    padding: 30px 27px;
    flex-direction: column;
    gap: 35px;
    border-radius: 32px;
    border: 1px solid #FFF;
    background: #DEDFE1;
    box-shadow: 12px 12px 20px 0 rgba(0, 0, 0, 0.05);
}

.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.action-btn {
    padding: 13.6px 16px;
    border-radius: 100px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), linear-gradient(0deg, rgba(51, 51, 51, 0.25) 0%, rgba(51, 51, 51, 0.25) 100%), rgba(153, 153, 153, 0.30);
    background-blend-mode: hard-light, luminosity, darken;
    box-shadow: var(--box-shawdow-one);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: none;
    transition: 0.3s;
    gap: 8px;
    cursor: pointer;
}

.action-btn::before {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.70);
    filter: blur(12px);
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.search-btn {
    width: 48px;
    height: 48px;
    padding: 9px;
    gap: 0;
    justify-content: space-between;
    transition: 0.3s;
}

.action-btn:hover {
    transform: translateY(-1.6px);
    box-shadow: var(--hover-box-shawdow);
}

.ready-single-cv {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

.ready-single-cv .cv-name {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 2px;
}

.deshboard-main-wrapper .divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.50);
}

/*=========== sidebar area style end hare  ===========*/

/*======= cv process main area style start hare ========= */
.main-deshboard-area {
    padding-bottom: 16px;
}

.cv-process-main-area {
    flex: 1;
    width: 100%;
    border-radius: 32px;
    border: 1px solid #FFF;
    background: #DFE0E2;
    box-shadow: 12px 12px 20px 0 rgba(0, 0, 0, 0.05);
    padding-bottom: 24px;
}

.cv-process-header {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.cv-process-header a {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding-inline: 32px;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.96px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.cv-process-header a.active {
    border-radius: 32px 0 8px 0;
    background: linear-gradient(270deg, rgba(130, 130, 130, 0.10) 0%, rgba(96, 96, 96, 0.10) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(153, 153, 153, 0.30);
    background-blend-mode: hard-light, luminosity;
    box-shadow: var(--box-shawdow-one);
}

.cv-process-header a.active::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.40);
    filter: blur(12px);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}

.cv-tailoring-wrapper {
    padding-top: 60px;
    padding-inline: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.tailoring-cv-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.tailoring-cv-upload .file-input-btn {
    width: 65.6px;
    height: 65.6px;
    position: relative;
}

.tailoring-cv-upload h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.28px;
}

.tailoring-cv-upload p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
}

.select-btn {
    padding: 11.2px 16px;
    padding-bottom: 14.4px;
    border-radius: 20px;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.10);
    background-blend-mode: luminosity;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    justify-content: space-between;
    width: 314px;
    max-width: 100%;
}

.select-btn .dropdown-icon {
    width: 48px;
    height: 48px;
    padding: 8px;
    transform: none;
}

.select-option {
    position: absolute;
    top: 4.8px;
    left: calc(100% + 24px);
    width: 260px;
    border-radius: 40px;
    border: 4px solid #FFF;
    backdrop-filter: blur(2.4px);
    display: none;
    z-index: 5;
}

.select-option ul {
    padding: 20px;
    border-radius: 40px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), linear-gradient(0deg, rgba(51, 51, 51, 0.25) 0%, rgba(51, 51, 51, 0.25) 100%), rgba(153, 153, 153, 0.30);
    background-blend-mode: hard-light, luminosity, darken;
    box-shadow: var(--box-shawdow-one);
    backdrop-filter: blur(4.8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 2;
    cursor: default;
}

.select-option ul li {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 144.444%;
    letter-spacing: 1.44px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.select-btn .dropdown-icon svg {
    transition: transform 0.3s ease;
}

.select-btn.active .dropdown-icon svg {
    transform: rotate(180deg);
}

.select-option ul::before {
    content: "";
    display: block;
    border-radius: 99px;
    background: #FFF;
    background-blend-mode: hard-light;
    filter: blur(40px);
    width: 183.2px;
    height: 175.2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.select-btn h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select-btn h4 span {
    font-size: 15px;
}

.lang-opotion li {
    min-width: 80%;
}

.cv-enhanche-btn button {
    border: none;
    width: 232px;
    height: 65.6px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
    background: url(images/Button.png) no-repeat;
    background-size: 100% 100%;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.40));
    transition: 0.3s;
    width: 284px;
    border-radius: 20px;
}

.cv-enhanche-btn button:hover {
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.60));
}

/* cv job description style  */
.cv-enhancement-job-des {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cv-enhancement-job-des h4 {
    color: #000;
    font-size: 24.6px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.28px;
    text-align: center;
}

.job-info-input-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.upload-file-cv .file-input-btn {
    width: 65.6px;
    height: 65.6px;
    padding: 17px;
}

.upload-file-cv {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.upload-file-cv span {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
}

.input-textarea textarea {
    width: 100%;
    height: 90px;
    padding: 9.6px 12px;
    border-radius: 24px;
    /*border: 1px solid #FFF;*/
    border: 1px solid #000;
    /*! background: #F8F8F8; */
    background-blend-mode: luminosity;
    resize: none;
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 144.444%;
    letter-spacing: 1.44px;
}

.swtich-btn .switch {
    position: relative;
    display: inline-block;
    width: 64.8px;
    height: 29.6px;
}

.swtich-btn .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.swtich-btn .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: gray;
    -webkit-transition: .4s;
    transition: .4s;
}

.swtich-btn .slider:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 60.8px;
    left: -8px;
    top: 50%;
    border-radius: 99px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), linear-gradient(0deg, rgba(51, 51, 51, 0.25) 0%, rgba(51, 51, 51, 0.25) 100%), rgba(153, 153, 153, 0.30);
    background-blend-mode: plus-lighter, luminosity, darken;
    box-shadow: var(--box-shawdow-one);
    backdrop-filter: blur(1.6px);
    -webkit-transition: .4s;
    transition: .4s;
    transform: translateY(-50%);
}

.swtich-btn input:checked+.slider {
    background-color: #00CF00;
}

.swtich-btn input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.swtich-btn input:checked+.slider:before {
    -webkit-transform: translateX(20.8px);
    -ms-transform: translateX(20.8px);
    transform: translateX(20px) translateY(-50%);
}

.swtich-btn .slider.round {
    border-radius: 27.2px;
}

.swtich-btn .slider.round:before {
    border-radius: 99px;
}

.swtich-btn .slider::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 48.8px;
    left: -8px;
    top: 50%;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.50);
    background-blend-mode: hard-light;
    filter: blur(6px);
    -webkit-transition: .4s;
    transition: .4s;
    transform: translateY(-50%);
}

.swtich-btn input:checked+.slider::after {
    -webkit-transform: translateX(20.8px);
    -ms-transform: translateX(20.8px);
    transform: translateX(28px) translateY(-50%);
}

.coverletter-enable-card {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.10);
    background-blend-mode: luminosity;
    padding-right: 23.2px;
}

.coverletter-enable-card span {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
}

.generate-cv-btn {
    text-align: right;
}

.custom-purple-button {
    padding: 16px;
    /*width: 284px;*/
    height: 65.8px;
    border: none;
    background: url(images/Button.png) no-repeat;
    background-size: 100% 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
    gap: 8px;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.40));
    transition: 0.3s;
    border-radius: 25px;
}
.generate-cv-btn button {
    padding: 16px;
    width: 284px;
    height: 65.8px;
    border: none;
    background: url(images/Button.png) no-repeat;
    background-size: 100% 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
    gap: 8px;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.40));
    transition: 0.3s;
    border-radius: 25px;
}

.generate-cv-btn button img {
    max-width: 28px;
}

.generate-cv-btn button:hover {
    /*! filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.70)); */
    box-shadow: var(--hover-box-shawdow);
    transform: translateY(-3px);
}

.select-tone-card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*============== Popup Style start hare ============ */
.profilePop-main {
    max-width: 710px;
    width: 95%; /* Kept as percentage */
}

.profilePop-main .modal-content {
    border-radius: 40px;
    background: #D9D9D9;
    box-shadow: var(--box-shawdow-one);
    padding: 37.6px 36.8px;
    min-height: 480px;
    position: relative;
}

.profilePop-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

.profilePop-wrapper .profile-icon {
    height: 82px;
    width: 82px;
    cursor: default;
    pointer-events: none;
}

.input-area {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.input-group {
    display: flex;
    gap: 10px;
    flex-direction: column;
    transition: 0.3s;
}

.single-input {
    display: flex;
    align-items: center;
    display: flex;
    width: 100%;
    flex: 1;
    padding: 11.2px 14.4px;
    align-items: center;
    gap: 8px;
    border-radius: 200px !important;
    border: 1px solid #FFF;
    background: rgba(248, 248, 248, 0.70);
    background-blend-mode: luminosity;
    transition: 0.3s;
}

.single-input input {
    flex: 1;
    width: 100%;
    border: none;
    background: transparent;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
}

.Profile-Login-Form {
    width: 100%;
}

.reset-password-btn {
    text-align: end;
    padding-top: 16px;
}

.reset-password-btn a {
    color: #000;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.44px;
    text-decoration: underline;
}

.submit-button button {
    padding: 13.6px 24px;
    border: none;
    background: url(images/Button.png) no-repeat;
    background-size: 100% 100%;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.40));
    min-width: 209px;
    transition: 0.3s;
    border-radius: 20px;
}

.submit-button button:hover {
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.60));
}

.submit-button {
    text-align: center;
    padding-top: 40px;
}

.pop-close-btn button {
    width: 43px;
    height: 43px;
    padding: 4px;
    transform: none !important;
}

.pop-close-btn {
    position: absolute;
    top: 22.4px;
    right: 24.8px;
}
/*=========== support pop======== */
.pop-title {
    cursor: default;
    pointer-events: none;
}

.select-input {
    width: 100%;
}

.select-input .select-btn {
    width: 100%;
    padding: 11.2px 14.4px;
    gap: 8px;
    border-radius: 200px;
    border: 1px solid #FFF;
    background: rgba(248, 248, 248, 0.70);
    background-blend-mode: luminosity;
}

.select-input .dropdown-icon {
    width: auto;
    height: auto;
}

.select-input .select-btn h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
}

.select-input .select-option {
    left: 0;
    top: 100%;
    min-width: 100%;
    backdrop-filter: blur(6.4px);
}

.select-input .select-option ul::before {
    width: 456.8px;
    height: 95.2px;
    border-radius: 99px;
    opacity: 0.8;
    background: #FFF;
    background-blend-mode: hard-light;
    filter: blur(28px);
}

.single-input textarea {
    flex: 1;
    width: 100%;
    border: none;
    background: transparent;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
    resize: none;
}

.single-textarea {
    border-radius: 16px !important;
}

/*======== add on pop style ======== */
.addon-pop-main {
    max-width: 980px;
}

.addon-pop-main .modal-content {
    padding: 27.2px 48.8px;
}

.addon-pop-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.addon-list-wp {
    padding-top: 56px;
    width: 100%;
}

.single-addon-feature {
    display: flex;
    align-items: center;
    gap: 40px;
}

.single-addon-feature .feature-price {
    color: #818080;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    width: 229.6px;
}

.feature-name-duration {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex: 1;
}

.feature-name-duration .feature-name {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
}

.feature-name-duration .duration {
    color: #818080;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
}

.add-button button {
    width: 120.8px;
    height: 44.3064px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border: none;
    background: url(images/Button.png) no-repeat;
    background-size: 100% 100%;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.88px;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.40));
    transition: 0.3s;
    border-radius: 12px;
}

.add-button button:hover {
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.60));
}

.addon-list-wp {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

/*========= 7 cv tips area ======== */
.cvtips-pop-main {
    max-width: 1100px;
}

.cvtips-pop-main .modal-content {
    padding-top: 16px !important;
    padding: 50px;
}

.pop-title h4 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 128.571%;
    letter-spacing: 2.8px;
    text-align: center;
}

.cv-tips-list {
    padding-top: 48px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    max-width: 100%;
    margin-inline: auto;
    flex-wrap: wrap;
}

.single-tips-item {
    display: flex;
    gap: 32px;
    align-items: start;
    width: calc(50% - 25px);
}

.single-tips-item .icon {
    width: 59px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), linear-gradient(0deg, rgba(51, 51, 51, 0.25) 0%, rgba(51, 51, 51, 0.25) 100%), rgba(153, 153, 153, 0.30);
    background-blend-mode: hard-light, luminosity, darken;
    box-shadow: var(--box-shawdow-one);
    overflow: hidden;
    border: none;
    transition: 0.3s;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.single-tips-item .icon::before {
    content: "";
    display: block;
    width: 90%; /* Kept as percentage */
    height: 90%; /* Kept as percentage */
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.70);
    filter: blur(12px);
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.single-tips-item .tips-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12.8px;
}

.tips-content h4 {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 131.25%;
    letter-spacing: 2.56px;
}

.tips-content p {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.92px;
}

.modal {
    backdrop-filter: blur(3.2px);
}

.tips-content ul {
    padding-left: 16px;
    list-style: disc;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.92px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tip-text {
    color: #333;
    font-size: 19.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.92px;
}

/* package pop  */
.package-pop {
    max-width: 1239px;
    width: 95%;
}

.package-pop .modal-body,
.package-pop .modal-content {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.package-pop-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.single-package {
    flex: 1;
    max-width: 393px;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 40px;
    background: linear-gradient(303deg, rgba(215, 215, 215, 0.75) 19.9%, rgba(255, 255, 255, 0.75) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), linear-gradient(0deg, rgba(51, 51, 51, 0.25) 0%, rgba(51, 51, 51, 0.25) 100%), rgba(153, 153, 153, 0.30);
    background-blend-mode: normal, hard-light, luminosity, darken;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.15), 8px 4.8px 8px 0 rgba(255, 255, 255, 0.10) inset, -8px -4.8px 8px 0 rgba(255, 255, 255, 0.10) inset, 0.8px 0.8px 0 -0.4px #333 inset, -0.8px -0.8px 0 -0.4px #262626 inset, 0.8px 0.8px 0.4px -0.8px #FFF inset, -0.8px -0.8px 0.4px -0.8px #FFF inset, 0 0 2.4px 0 rgba(255, 255, 255, 0.50) inset, 0 0 12.8px 0 #F2F2F2 inset;
    backdrop-filter: blur(4.8px);
    padding-top: 50px;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.single-package .package-name {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 72.222%;
    letter-spacing: 2.88px;
    min-height: 50px;
}

.single-package .package-price {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 108.333%;
    letter-spacing: 1.92px;
}

.single-package .package-price span {
    font-weight: 500;
}

.single-package ul {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.single-package ul li {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 144.444%;
    letter-spacing: 1.44px;
}

.select-package-btn {
    padding-top: 40px;
    text-align: center;
    margin-top: auto;
}

.select-package-btn a {
    border: none;
    padding: 13.6px 24px;
    background: url(images/Button.png) no-repeat;
    background-size: 100% 100%;
    min-width: 167.2px;
    color: #FFF;
    text-align: center;
    font-size: 22.4px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.40));
    transition: 0.3s;
    border-radius: 16px;
}

.select-package-btn button:hover {
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.60));
}

.single-package .package-type {
    position: absolute;
    left: 0;
    top: -1.6px;
}

.cv-tailor-sidebar {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

/*================= cv enhancement page style start hare ============= */
.cv-enhancement-sidebar {
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.cv-history-wp {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /*width: 100%;*/
}

.single-history-item {
    display: flex;
    align-items: center;
    gap: 28px;
    justify-content: space-between;
    background: #DEDFE1;
    width: 100%;
}

.cv-info-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #DEDFE1;
}

.cv-info-card .compnay-title {
    display: flex;
    flex-direction: column;
    gap: 6.4px;
}

.cv-info-card .compnay-title h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
}

.cv-info-card .compnay-title p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
}

.cv-info-card .cv-file-name {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
}

.cv-info-card .cv-create-time {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: start;
}

.cv-create-time .create-date {
    display: flex;
    padding: 5.6px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #EBECEE;
    background-blend-mode: hard-light;
    color: #000;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}

.cv-download-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: #DEDFE1;
}
.list-group-item {
    background: #DEDFE1;
}

.cv-enhancement.active {
    border-radius: 0px 32px 0px 8px !important;
}

.cv-enhancement-wrapper {
    display: flex;
    align-items: start;
    padding-inline: 24px;
    gap: 24px;
    flex-wrap: wrap;
}

.cv-enhancement-job-des {
    flex: 1;
    width: 100%;
}

.cv-enhancement-wrapper .cv-tailoring-wrapper {
    width: 295px;
    padding-top: 25px;
    gap: 40.4px;
    padding-inline: 0;
}

.cv-enhancement-wrapper .tailoring-cv-upload {
    gap: 16px;
}

.cv-enhancement-wrapper .file-input-btn {
    margin-top: 140px;
}

.cv-enhancement-wrapper .select-btn h4 {
    font-size: 18px;
}

.cv-enhancement-wrapper .select-btn {
    /*! width: 100%; */
    padding: 9.6px 12px;
}

.cv-enhancement-wrapper .select-lang-card {
    width: 100%;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cv-enhancement-wrapper .select-option {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.cv-enhancement-wrapper .divider-col {
    width: 0.8px;
    height: 520.6px;
    background: rgba(0, 0, 0, 0.25);
}

/*=============== cv ready pop style ========= */
.profilePop-main.cv-ready-pop-main {
    max-width: 1240px;
}

.profilePop-main.cv-ready-pop-main .modal-content {
    padding: 30px;
}

.cv-ready-pop-wrapper {
    display: flex;
    align-items: start;
    gap: 40px;
}

.cv-ready-left {
    flex: 1;
    max-width: 720px;
    border-radius: 24px;
    border: 2px solid rgba(0, 0, 0, 0.50);
    background: linear-gradient(303deg, rgba(215, 215, 215, 0.75) 19.9%, rgba(255, 255, 255, 0.75) 100%);
    box-shadow: 12px 12px 44px 0 rgba(0, 0, 0, 0.25);
    padding: 39.2px 42.4px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cv-ready-top-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.cv-ready-top-bar h4 {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 131.429%;
    letter-spacing: 2.8px;
}

.cv-ready-top-bar p {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 1.92px;
    min-height: 48px;
}

.ready-cv-view {
    padding: 30px 30px;
    border-radius: 24px;
    border: 2px solid rgba(196, 196, 196, 0.50);
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ready-cv-view .name {
    color: #000;
    font-size: 25.8px;
    font-style: normal;
    font-weight: 700;
    line-height: 127.778%;
    letter-spacing: 2.88px;
}

.ready-cv-view .work-exp {
    color: #000;
    font-size: 20.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 131.25%;
    letter-spacing: 2.56px;
    margin-top: 15px;
}

.ready-cv-view .cv-company-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    gap: 16px;
}

.cv-company-info .company-name {
    color: #333;
    font-size: 22.6px;
    font-style: normal;
    font-weight: 500;
    line-height: 131.25%;
    letter-spacing: 2.56px;
}

.cv-company-info .joining-date {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.6px;
}

.ready-cv-view .specialist {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.6px;
    padding-top: 8px;
}

.ready-cv-view .specialist-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 16px;
    padding-left: 16px;
    list-style: none;
}

.specialist-items li {
    color: #333;
    font-size: 19.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.92px;
    position: relative;
}

.ready-cv-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-top: 0;
}

.ready-cv-actions .view-coverlatter {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: none;
    background: rgba(255, 255, 255, 0.10);
    background-blend-mode: hard-light, luminosity, darken;
    box-shadow: 0 12px 8px 0 rgba(0, 0, 0, 0.02), 8px 4.8px 8px 0 rgba(255, 255, 255, 0.10) inset, -8px -4.8px 8px 0 rgba(255, 255, 255, 0.10) inset, 0.8px 0.8px 0 -0.4px #fff inset, -0.8px -0.8px 0 -0.4px #fff inset, 0.8px 0.8px 0.4px -0.8px #FFF inset, -0.8px -0.8px 0.4px -0.8px #FFF inset, 0 0 2.4px 0 rgba(255, 255, 255, 0.50) inset, 0 0 12.8px 0 #F2F2F2 inset;
    color: #000;
    font-size: 20.4px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
    transition: 0.3s;
}

.ready-cv-actions .download-cv {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: none;
    background: url(images/Button.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 20.4px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
    transition: 0.3s;
}

.ready-cv-right {
    width: 400px;
    padding-top: 80px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 52.8px;
}

.insights-card {
    padding: 60.8px 40px;
    padding-top: 68.8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 40px;
    background: linear-gradient(303deg, rgba(215, 215, 215, 0.75) 19.9%, rgba(255, 255, 255, 0.75) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), linear-gradient(0deg, rgba(51, 51, 51, 0.25) 0%, rgba(51, 51, 51, 0.25) 100%), rgba(153, 153, 153, 0.30);
    background-blend-mode: normal, hard-light, luminosity, darken;
    box-shadow: var(--box-shawdow-one);
    backdrop-filter: blur(4.8px);
}

.insights-card h4 {
    color: #000;
    text-align: center;
    font-size: 28.8px;
    font-style: normal;
    font-weight: 700;
    line-height: 72.222%;
    letter-spacing: 2.88px;
    min-height: 37.6px;
}

.circle-big {
    position: relative;
    width: 111.2px;
    height: 111.2px;
    margin: 24px auto 20px auto;
}

.circle-big svg {
    width: 111.2px;
    height: 111.2px;
}

.circle-big .bg {
    fill: none;
    stroke-width: 8px;
    stroke: #fff;
}

.circle-big .progress {
    fill: none;
    stroke-width: 8px;
    stroke: #68CC58;
    stroke-linecap: round;
    stroke-dasharray: 350; /* Value not changed as it's for animation and not a size/space property */
    stroke-dashoffset: 60; /* Value not changed as it's for animation and not a size/space property */
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    animation: big 1.5s ease-in-out;
}

.circle-big .text {
    position: absolute;
    width: 100%;
    top: 0;
    font-size: 19.2px;
    text-align: center;
    font-weight: 400;
    line-height: 17.6px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.circle-big .text .small {
    font-size: 8.8px;
    color: #818080;
}

.circle-big .text h4 {
    font-size: 25.6px;
    line-height: 150%;
}

.insights-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.single-insights-item {
    display: flex;
    flex-direction: column;
    gap: 11.2px;
}

.insights-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.insights-header h5 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 144.444%;
    letter-spacing: 1.44px;
    flex: 1;
}

.insights-header .insights-percantage {
    display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), linear-gradient(0deg, rgba(51, 51, 51, 0.25) 0%, rgba(51, 51, 51, 0.25) 100%), rgba(153, 153, 153, 0.30);
    background-blend-mode: hard-light, luminosity, darken;
    box-shadow: var(--box-shawdow-one);
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    position: relative;
    z-index: 2;
}

.insights-header .insights-percantage::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.50);
    background-blend-mode: hard-light;
    filter: blur(6px);
    -webkit-transition: .4s;
    transition: .4s;
    z-index: -1;
}

.progressbar-line {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.60);
    height: 12px;
    width: 100%;
    display: flex;
    overflow: hidden;
}

.progressbar-line .progressbar-progress {
    border-radius: 4px;
    background: #68CC58;
    height: 100%;
}

.cover-letter-pop {
    position: fixed;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(6px);
    z-index: 2000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    padding: 8px;
}

.cover-letter-wrapper {
    display: flex;
    width: 750px;
    padding: 23.2px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 2px solid rgba(0, 0, 0, 0.50);
    background: linear-gradient(303deg, #D7D7D7 19.9%, #FFF 100%);
    box-shadow: 12px 12px 44px 0 rgba(0, 0, 0, 0.25);
    flex-direction: column;
    max-width: 100%;
}

.cover-pop-close {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.cover-pop-close button {
    width: 44.1792px;
    height: 43.2008px;
}

.cover-pop-header {
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.2px;
 
    background: linear-gradient(180deg, #262626 17.14%, #4D4D4D 68.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cover-letter-wrapper .letter-card {
    margin-top: 32px;
    border-radius: 24px;
    border: 2px solid rgba(196, 196, 196, 0.50);
    background: #FFF;
    padding: 20px 18.4px;
    width: 100%;
}

.letter-card textarea {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 171.429%;
    letter-spacing: 1.68px;
    min-height: 384px;
    width: 100%;
    border: none;
    resize: none;
}

.letter-actions {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10.4px;
}

.letter-actions .generated-btn {
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4.8px 8px;
    gap: 8px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 510;
    line-height: 155.556%;
    height: 40px;
}

.letter-actions button {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #4C12B1;
    width: 140px;
    height: 40px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 510;
    line-height: 155.556%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.letter-actions button::before {
    content: "";
    width: 69.6px;
    height: 69.6px;
    background: #FFF;
    opacity: 0.7;
    filter: blur(16px);
    position: absolute;
    left: -52px;
    top: -52px;
    z-index: -1;
    border-radius: 50%;
}

.letter-actions button::after {
    content: "";
    width: 69.6px;
    height: 69.6px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px rgba(255, 255, 255, 0.10);
    position: absolute;
    right: -36px;
    bottom: -36px;
    z-index: -1;
    border-radius: 50%;
}

.cover-letter-pop.active-cover-latter {
    opacity: 1;
    visibility: visible;
}

.letter-actions {
    padding-top: 16px;
}

.file-input-btn input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}



.specialist-items textarea {
	background: transparent;
	border: none;
	width: 100%;
	height: fit-content;
	resize: none;
    color: #333;
    font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 1.92px;
}
.specialist-items textarea::placeholder {
    color: #333;
}
.specialist-items li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: -15px;
    top: 14px;
}

#TailorHowWork .cvtips-pop-main,
#CvEnhanceHowWork .cvtips-pop-main {
	max-width: 680px;
}

#TailorHowWork .cv-tips-list,
#CvEnhanceHowWork .cv-tips-list {
    flex-direction: column !important;
}

#TailorHowWork .cv-tips-list .single-tips-item,
#CvEnhanceHowWork .cv-tips-list .single-tips-item {
    width: 100%;
}


/*============= view all pop style ========= */

.profilePop-main.view-all-pop {
    max-width: 1240px;
}
.view-all-pop .modal-content {
    padding: 40px;
}

.view-all-pop .pop-close-btn {
	position: absolute;
	top: -10px;
	right: -10px;
}

.cv-view-all-table {
    width: 100%;
    border: none;
}
.cv-view-all-table thead tr {
    border-radius: 25px;
    box-shadow: var(--box-shawdow-one);
    position: relative;
    background: #D7D7D7;
}
.cv-view-all-table thead th {
    padding: 20px;
    padding-right: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.6px;
}
.cv-view-all-table thead th:last-child {
    padding-right: 20px;
}

.cv-view-all-table .status {
    display: inline-flex;
    padding: 13px 16px;
    box-shadow: var(--box-shawdow-one);
    min-width: 107px;
    cursor: default;
    pointer-events: none;
}
.cv-view-all-table .status.active {
   border-radius: 99px;
    background: linear-gradient(270deg, rgba(130, 130, 130, 0.25) 0%, rgba(96, 96, 96, 0.25) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(76, 18, 177, 0.50);
    background-blend-mode: luminosity, hard-light, darken;
    box-shadow: 
  10px 6px 10px 0 rgba(255, 255, 255, 0.10) inset,
  -10px -6px 10px 0 rgba(255, 255, 255, 0.10) inset,
  1px 1px 0.5px -1px #FFF inset,
  -1px -1px 0.5px -1px #FFF inset,
  0 0 3px 0 rgba(255, 255, 255, 0.50) inset,
  0 0 16px 0 #F2F2F2 inset,
  0 15px 15px 0 rgba(0, 0, 0, 0.10);

    border: 1px solid #fff;
}
.view-all-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.view-all-actions button {
    width: 50px;
    height: 50px;
    padding: 5px;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
}

.cv-view-all-table  tr td {
    padding: 22px 20px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.6px;
}

.cv-history-table-area {
	border-radius: 25px;
	border: 1px solid rgba(0, 0, 0, 0.50);
	background: #FFF;
	box-shadow: 15px 15px 55px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.cv-view-all-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}

.single-input:focus-within,
.input-textarea textarea:focus {
  box-shadow: 0 0 14px rgba(149, 5, 185, 0.5);
}
.input-textarea {
	border-radius: 24px;
	transition: 0.3s;
}

.ready-cv-view input {
	background: transparent;
	border: none;
	width: 100%;
}

 .on-enhance li {
    background: #F1E3BC;
}
.Profile-Login-Form .input-group {
	flex-direction: row;
}



.cv-genaret-progress .cv-progressbar {
    display: flex;
    width: 295px;
    max-width: 100%;
    height: 15px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-inline: auto;
}

.cv-progressbar .progress-line {
    height: 100%;
    border-radius: 5px;
    background: #68CC58;
    width: 0;
    transition: width 0.5s linear;
}

.cv-genaret-progress {
	padding-top: 30px;
	text-align: center;
}


.cv-tailor-actions-btm {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
    flex-wrap: wrap;
	order: 4;
}

.spotlight-btn {
    display: none;
}
.spotlight-btn button {
	padding: 16px;
	width: 284px;
	height: 65.8px;
	border: none;
	background: transparent;
	background-size: 100% 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.12px;
	gap: 8px;
	box-shadow: var(--box-shawdow-one);
	transition: 0.3s;
    border-radius: 20px;
    color: #000;
    max-width: 100%;
}

.actived .spotlight-btn {
    display: block;
}

.input-textarea textarea::placeholder ,
.single-input input::placeholder,
.single-input textarea::placeholder {
    color: #000;
}

.ready-cv-actions .view-coverlatter:hover,
.ready-cv-actions .download-cv:hover,
.select-package-btn button:hover,
.add-button button:hover,
.submit-button button:hover,
.cv-enhanche-btn button:hover,
.spotlight-btn button:hover {
    box-shadow: var(--hover-box-shawdow);
    transform: translateY(-3px);
}

.upload-file-cv .file-input-btn svg {
	width: 100%;
	height: 100%;
}

.search-btn.action-btn button {
	background: transparent;
	border: none;
	transform: translateX(-3px);
}
.search-btn.action-btn {
    transform: none;
    cursor: auto !important;
}
.search-btn.action-btn input {
	width: 0px;
    background: transparent;
    border: none;
	transition: 0.3s;
}
.search-btn.action-btn.active {
    width: fit-content;
}
.search-btn.action-btn.active input {
    width: 200px;
    display: block;
}


.search-btn.action-btn input {
    max-width: 0;
    opacity: 0;
    border: none;
    outline: none;
    background: transparent;
    transition: max-width 0.5s ease, opacity 0.3s ease, padding 0.3s ease;
    font-size: 14px;
    padding: 0;
}
.search-btn.action-btn.active input {
    max-width: 200px;
    opacity: 1;
    padding-right: 5px;
}

/* Ensure card and its inner areas use the override (apply after Bootstrap) */
.card.card-yellow,
.card.card-yellow .card-body,
.card.card-yellow .card-footer {
    background-color: #DEDFE1 !important; /* yellow */
    color: #000 !important; /* readable text */
    background-image: none !important; /* remove any gradients that can hide color */
    box-shadow: none !important;
    gap: 35px;
    border-radius: 32px;
    border: 1px solid #FFF;
    background: #DEDFE1;
    box-shadow: 12px 12px 20px 0 rgba(0, 0, 0, 0.05);
}



