@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Comfortaa&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200&family=Montserrat:wght@200;300&family=Poppins&display=swap');



/* font-family: 'Alata', sans-serif; */
/* font-family: 'Comfortaa', cursive; */




:root {
    --main-color: #9f8ddf;
    --blue: #c8a7f6;
    --blue-dark: #1f2f42;
    --orange: #ac8ce6;
    --green-yellow: #3e3e3d;
    --pink-light: #845aa8;
    --cyan-light: #948fe6;
    --white: #8567ac;
    --white-alpha-40: rgba(201, 161, 252, 0.4);
    --white-alpha-25: rgba(233, 184, 184, 0.25);
    --backdrop-filter-blur: blur(5px);
}

* {
    margin: 0;
    padding: 0;
}

body {
    /* background:  linear-gradient(to bottom right,rgb(8, 8, 8), var(--cyan-light)); */
    color: hsl(0, 4%, 5%);
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    padding: 35px 15px;
    
    font-family: 'Alata', sans-serif;
    scroll-behavior: smooth;
}

body.hide-scrolling {
    overflow-y: hidden;
}

.headd {
    position: relative;
    left: 42rem;
    font-size: 14px;
}

.container {
    height: 600px;
    width: 490px;
    position: absolute;
    top: -426px;
    right: -1034px;
    display: none;
    /* background-color: white; */
    /* box-shadow: 8px 8px 20px rgb(128, 128, 128); */
    position: relative;
    overflow: hidden;
    /* position: absolute; */
    /* top: 156px;
    left: 901px; */
    /* width: 400px;
    height: 440px; */
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 20px rgba(243, 241, 241, 0.5);
    /* display: flex;
    justify-content: center;
    align-items: center; */
    transition: height .2s ease;
}

.btn {
    height: 60px;
    width: 300px;
    margin: 20px auto;
    box-shadow: 10px 10px 30px rgb(251, 188, 254);
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: 'Comfortaa', cursive;
    font-size: 2rem;
    color: whitesmoke;
    text-align: center;
}

.login,
.signup {
    font-size: 22px;
    color: white;
    border: none;
    outline: none;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}


.slider {
    height: 55px;
    width: 138px;
    border-radius: 50px;
    background-image: linear-gradient(to right,
            rgb(18, 17, 19),
            rgb(61, 50, 66));
    /* background-image: transparent; */
    position: absolute;
    top: 20px;
    left: 100px;
    transition: all 0.5s ease-in-out;
}

.moveslider {
    left: 250px;
}

.form-section {
    height: 500px;
    width: 1000px;
    padding: 10px 0;
    display: flex;
    position: relative;
    transition: all 0.5s ease-in-out;
    left: 0px;
}

.form-section-move {
    left: -500px;
}

.login-box,
.signup-box {
    height: 100%;
    width: 500px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
}

.login-box {
    gap: 40px;
}

.signup-box {
    gap: 10px;
}

.ele {
    height: 60px;
    width: 400px;
    outline: none;
    border: none;
    border-bottom: 2px solid whitesmoke;
    background: transparent;
    /* border: none; */
    outline: none;
    font-family: 'Alata', sans-serif;
    color: #b7b7e5;


    color: rgb(77, 77, 77);
    background-color: transparent;
    border-radius: 50px;
    padding-left: 30px;
    font-size: 18px;
}

.clkbtn {
    height: 60px;
    width: 150px;
    border-radius: 50px;
    background-image: linear-gradient(to right,
            rgb(233, 167, 253),
            rgb(144, 36, 211));
    font-size: 22px;
    border: none;
    cursor: pointer;
}

/*----------------------
Custom Scrollbar 
------------------------*/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: rgb(103, 52, 169);
}

::-webkit-scrollbar-thumb {
    background-color: rgb(184, 138, 237);
}

/* section{
    background-color: var(--white-alpha-25);
    border: 1px solid var(--white-alpha-40);
    min-height: calc(100vh - 70px);
    border-radius: 30px;
    backdrop-filter: var(--backdrop-filter-blur);
    display: none;
}
section.active{
    display: block;
    animation: fadeIn 0.5s ease-in-out forwards;
}
section.fade-out{
    animation: fadeOut 0.5s ease-in-out forwards;
} */

/* SECTION 1 */
.section-1 {
    max-width: 1040px;
    margin: auto;
    margin-top: 60px;
    /* margin-bottom: 200px; */
    position: relative;
    padding-top: 10px;
}

.section-1-header {
    max-height: 38px;
    display: flex;
    justify-content: space-between;
    color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 20px;
    background-color: rgba(8, 7, 7, .4);
    /* Adjust the last value (alpha) to control transparency */
    z-index: 210;
}

.section-1-header-logo {
    display: flex;
    align-items: center;
}

.logo-text {
    font-family: 'Comfortaa', cursive;
    margin-left: 5px;
    font-weight: 600;
}

.section-1-header-logo img {
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(90, 123, 128, 0.3);
    /* drop shadow effect */
}

.section-1-header-options {
    position: relative;
    left: -7rem;
    font-family: 'Alata', sans-serif;
    display: flex;
    align-items: center;
}

.section-1-header-options div a {
    text-decoration: none;
    opacity: .8;
    font-size: 18px;
    line-height: 36px;
    white-space: nowrap;
    margin: 0 20px 0 36px;
    color: white;
    font-family: 'Alata', sans-serif;
    transition: 0.3s ease;
}

.section-1-header-options div a:hover {
    color: #0e0e10;
    letter-spacing: 3px;
    cursor: pointer;
}


.section-1-main {
    font-family: 'Alata', sans-serif;
    text-align: center;
    font-weight: bolder;
}

.gradient-text {
    font-family: 'Alata', sans-serif;
    background: linear-gradient(to right, #070608, #574876), #f0dfec;
    /* Replace with your desired gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-1-main-1 {
    margin-top: 100px;
    font-size: 106px;
    line-height: 125px;
    letter-spacing: -3px;
    font-weight: 700;
}

.section-1-main-2 {
    color: #997ee8;
    font-size: 30px;
    font-family: 'Comfortaa', cursive;
    letter-spacing: -0.2px;
    line-height: 38px;
    margin-top: 35px;
    font-weight: 700;
}

.section-1-main-3 {
    padding: 0.5rem;
}

/* FOOTER STARTS*/
footer {
    margin-top: 50px;
    border-top: 0.1px solid rgb(140, 139, 139);
    /* box-shadow: inset 0px 7px 8px -3px rgba(122, 120, 120, 0.5); */
    text-align: center;
    background-color: transparent;
    backdrop-filter: blur(10px);
    color: rgb(0, 0, 0);
}

.footer {
    /* margin-top: 50px; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 50px 0px;
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.ftitle {
    margin-top: 50px;
    font-family: "Comfortaa", cursive;
    color: #8567ac;
    font-weight: 600;
    font-size: larger;
}

.foot-txt {
    line-height: 25px;
    margin-top: 70px;
}

.footer-col-title {
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
}

.footer li {
    cursor: pointer;
    list-style: none;
    padding: 10px 0;
}

.footer-col {
    text-align: left;
    margin-top: 20px;
}

.social {
    align-items: center;
}

.social i {
    margin-top: 30px;
    padding: 7px;
}

.social li {
    margin-top: -30px;
}

.social img {
    height: 88px;
}

.footer-icon {
    height: 13%;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(90, 123, 128, 0.3);
}

/* FOOTER ENDS */

/* nav-section */
ul,
li {
    list-style: none;
}

.navbar {
    height: 50px;
    background-color: #3333332e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    box-shadow: 0px 0px 14px 3px lightgray;
    border-radius: 11px;
    margin-top: -3rem;
}

/* Style the navigation links in both nav-left and nav-right */
.navbar a {
    text-decoration: none;
    color: black;
    /* Text color for the links */
    font-weight: 500;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
    /* Smooth transition on hover */
}

/* Hover styles for the links */
.navbar a:hover {
    background-color: #171616e1;
    /* Background color on hover */
    color: #a994f4;
    /* Text color on hover */
}

/* Style the settings icon */
.navbar i {
    font-size: 20px;
    color: #fff;
    /* Icon color */
    transition: color 0.3s;
    /* Smooth transition on hover */
}

/* Hover styles for the settings icon */
.navbar i:hover {
    color: #a994f4;
    /* Icon color on hover */
}

.nav-left {
    display: flex;
}

.nav-left ul {
    display: flex;
    ;
    gap: 1rem;
}

.nav-right {
    display: flex;
}

.nav-right ul {
    display: flex;
}

/* Second navbar */
.second-navbar {
    height: 90px;
    background-color: rgba(0, 0, 0, 0);
    /* Sheer background */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 19rem;
    padding: 0 19px;
}

.second-navbar>div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #333;
    /* Text color for second navbar */
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.navv-left {
    flex: 3;
    /* Takes up more space */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    /* Bigger font size */
    font-weight: bold;
    min-width: fit-content;
    /* Greater font weight */
}

.num {
    margin-left: 4px;
    font-size: 31px;
    color: #8d95ee;
}

/* Style the navv-mid-1 section */
.navv-mid-1 {
    flex: 3;
    padding: 0 10px;
}

.navv-mid-1 ul {
    display: flex;
    list-style-type: none;
    font-size: 4px;
    gap: 2rem;
    width: auto;
    padding: 0;
    margin-left: -10rem;
}

.navv-mid-1 li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    min-width: fit-content;
}

.navv-mid-1 li i {
    margin-right: 5px;
    font-size: 16px;
}

.navv-mid-1 li:hover {
    background-color: #f0f0f0;
    /* Add a hover background color */
}

/* Style the navv-mid-2 section */
.navv-mid-2 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navv-mid-2 ul {
    list-style-type: none;
    display: flex;
    gap: 1rem;
    display: flext;
    padding: 0;
    margin-right: -12rem;
    font-size: 14px;
}

.navv-mid-2 li {
    margin: 0 10px;
    cursor: pointer;
}

.navv-mid-2 li i {
    font-size: 14px;
}

.navv-mid-2 li:hover {
    color: #8683f8;
    /* Change color on hover */
}

/* Style the navv-mid-3 section */
.navv-mid-3 {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    width: -webkit-fill-available;
}

.navv-mid-3 button {
    display: flex;
    align-items: center;
    border: 3px solid rgb(247, 245, 245);
    box-shadow: 0px 0px 10px #4c4b4b4d;
    border-radius: 22px;
    padding: 12px 16px;
    cursor: pointer;
    font-weight: bold;
    min-width: max-content;
    justify-content: center;
    gap: 11px;
    transition: background-color 0.3s, color 0.3s;
}

.navv-mid-3 button:hover {
    background-color: #7a78786b;
    /* Change background color on hover */
    color: #8683f8;
    /* Change text color on hover */
}

/* Second navbar */

.body-content {
    height: 45rem;
    background-color: transparent;
    backdrop-filter: blur(20px);
    width: 95%;
    margin-left: 1.7rem;
    box-shadow: 0px 0px 22px 5px lightgray;
    margin-top: 2rem;
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    /* Create 10 equal-width columns */
    gap: 10px;
    /* Add 10px gap between columns */
    padding: 10px;
}

.column {
    background-color: #f0f0f053;
    /* Add a background color */
    border: 0.2px solid gray;
    border-radius: 5px;
    padding: 5px;
    /* Add 10px padding on all sides of each column */
    text-align: center;
}

.column-head {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.circle-icon {
    width: 12px;
    height: 12px;
    background-color: black;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1px;
    vertical-align: middle;
    margin-top: 8px;
}

.column-heading {
    margin-top: 7px;
    /* Add some space between the icon and heading */
    font-size: 7px;
    font-weight: bold;
}

.column-number {
    margin-top: 5px;
    /* Add space between the heading and number */
    font-size: 11px;
    background-color: gray;
    color: white;
    padding: 5px;
    border-radius: 5px;
}


.hero-1 {
    position: absolute;
    left: 23rem;
    z-index: -1;
    opacity: 0.7;
}

.hero-1 img {
    height: 90rem;
}

/* .hero-2 {
    position: absolute;
    left: 179px;
    top: 34rem;
    z-index: -1;
} */
#back {
    padding: 10px;
    border: 1px solid black;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    position: absolute;
    top: 8rem;
    left: 2rem;
}

#back:hover {
    background-color: rgb(160, 137, 252);
    color: black;
    font-weight: 700;
}

.page {
    display: block;
}

.candidate {
    display: none;
}

.list1 {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.list1 ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.list1 li {
    background-color: rgb(9 6 6);
    color: white;
    font-weight: 400;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 12px;
}

.candidate-content {
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 10px;
}

.resume-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    text-align: center;
    margin: 20px;
}

#file-input {
    display: none;
}

#file-label {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: black;
    color: white;
    margin-bottom: 4rem;
    margin-top: 2rem;
    padding: 4px 16px;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 0px 12px 2px gray;
    width: 200px;
    margin-top: 58px;
}

#file-label:hover {
    background-color: rgb(160, 137, 252);
    color: black;
    font-weight: 700;
}

#file-name {
    margin-top: 1px;
    /* margin-left: rem; */
    font-size: smaller;
}


.names {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14rem;
}

.username-f {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.username-f input {
    width: 300px;
    padding: 10px 15px;
}

.username-l {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.username-l input {
    width: 300px;
    padding: 10px 15px;
}

.mails {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11rem;
}

.mail-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.mail-1 input {
    width: 300px;
    padding: 10px 15px;
}

.mail-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.mail-2 input {
    width: 300px;
    padding: 10px 15px;
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14rem;
    margin-top: 3rem;
}

.phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.phone input {
    width: 300px;
    padding: 10px 15px;
}

.address {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.address input {
    width: 300px;
    padding: 10px 15px;
}

.salary {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13rem;
}

.salary-left,
.salary-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.sal-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.sal-1 input {
    width: 300px;
    padding: 10px 15px;
}

.location {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2rem;
}

.location input {
    width: 300px;
    padding: 10px 12px;
}

.offer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 4rem;
}

#submit {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: black;
    color: white;
    margin-bottom: 4rem;
    margin-top: 2rem;
    padding: 12px 16px;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 0px 12px 2px gray;
    width: 200px;
}

#submit:hover {
    background-color: rgb(160, 137, 252);
    color: black;
    font-weight: 700;
}

/* Highlight the text of the "Position" tab when clicked */
#positionTab:focus {
    background-color: var(--main-color);
    color: white;
}

.con32 {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 500px;
}

.con32 h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.form-section {
    margin-bottom: 20px;
}

.form-section label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

select,
input[type="date"],
button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

select {
    appearance: none;
}

button {
    background-color: #0a0a0a;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #aa8af6;
    color: black;
}

.nav-3 {
    display: block;
    z-index: 100;
}

.con31 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 3rem;
    margin-top: 2rem;
}
.active h4{
    text-decoration: underline;
}
.inactive h4{
    text-decoration: underline;
}

.con32 {
    /* display: flex; */
    max-width: 100rem;
    margin: auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-top: 3rem;
}
#Number{
    font-size: 39px;
    font-weight: 900;
    margin-right: -23px;
    margin-left: 4rem;
}
.active{
    background-color: #75c57554;
    padding: 3px 12px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.inactive{
    background-color: #c5757554;
    padding: 3px 12px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.con32 h2 {
    margin-bottom: 20px;
    text-align: center;
}

form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 44px;
}

.form-section {
    font-size: 13px;
    display: flow;
    margin-bottom: 15px;
    height: 43px;
}

.form-section label {
    display: block;
    margin-bottom: 5px;
}

.form-section select,
.form-section input[type="date"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-section button {
    padding: 10px 20px;
    font-size: 16px;
    width: 100px;
    box-shadow: 0px 0px 8px 1px #645c5ca3;
    margin-top: 22px;
    background-color: black;
    color: #fff5f5;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 8rem;
}

.form-section button:hover {
    background-color: #9ca2e6;
}
.job-status {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
    border: 1px solid black;
    padding: 8px 8px;
    margin-right: -6rem;
    border-radius: 11px;
    text-align: center;
    box-shadow: 0px 0px 11px 0.6px lightgray;
  }
  
  /* Style the radio labels */
  .radio-label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
  }
  
  /* Style the radio input visually hidden */
  .radio-label input[type="radio"] {
    opacity: 0;
    position: absolute;
  }
  
  /* Style the custom radio button */
  .radio-button {
    position: relative;
    padding-left: 30px;
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
  }
  
  /* Style the custom radio button indicator */
  .radio-button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 2px solid #333; /* Border color for the radio button */
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.2s ease;
  }
  
  /* Style the radio button when checked */
  .radio-label input[type="radio"]:checked + .radio-button:before {
    background-color: #333; /* Color for the checked radio button */
    border-color: #333; /* Border color for the checked radio button */
    transition: background-color 0.2s ease;
  }
/* Basic Styles */
.jobbing{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
}
.job-available {
    border: 1px solid #ddd;
    width: 84rem;
    margin-left: 3.6rem;
    background-color: #b4b0f83b;
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    /* margin-left: 3.6rem; */
    /* background-color: #fff; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.job-available:hover {
    transform: translateY(-5px);
    transition: transform 0.2s ease-in-out;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.bar{
    font-size: 15px;
    display: flex;
    height: 20px;
    width: 41px;
    background-color: rgba(75, 74, 74, 0.089);
    color: rgb(6, 6, 6);
    padding: 10px 0px;
    align-items: center;
    justify-content: space-around;
    position: relative;
    top: -4rem;
    right: 5rem;
    border: none;
    border-radius: 26px;
    gap: 4px;
}
/* .bar h4 {
    font-size: 16px;
    margin: 0;
}

.bar small {
    font-size: 12px;
} */
.bar h4 a{
    text-decoration: none;
    color: rgb(3, 3, 3);
    font-size: 16px;
}
/* Job Header Styles */
.job-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
}

.job-header h2 {
    font-size: 24px;
    margin: 0;
    color: #333;
}

.status .active {
    color: #4CAF50; /* Green color for active status */
}

.status .inactive {
    color: #F44336; /* Red color for inactive status */
}

.job-details span {
    margin-right: 10px;
    font-weight: bold;
    color: #666;
}

.location span {
    font-style: italic;
    color: #888;
}

/* Job Footer Styles */
.job-footer {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
}

.job-footer span {
    font-size: 16px;
    color: #444;
}

.ctc span,
.experience span {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.ctc span {
    color: #E91E63; /* Pink color for CTC */
}

.experience span {
    color: #2196F3; /* Blue color for experience */
}

/* Job Link Styles */
.job-link {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.hero {
    position: absolute;
    left: 179px;
    z-index: -1;
}


/* Add this CSS to change the icon color to black */
.pipeline-content1 .detail-item i {
    color: black;
}

.pipeline-content1 {
    background-color: transparent;
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pipeline-content1:hover {
    transform: translateY(-5px); /* Add a slight lift on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.position-name {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.detail-item {
    display: flex;
    gap: 3rem;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #555;
}

.detail-item i {
    margin-right: 10px;
    font-size: 20px;
    color: #f00;
}
.headding{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-family: 'Comfortaa', cursive;;
    font-weight: 900;
    text-decoration: underline;
    padding-bottom: 2px;
}

/* Candidates Styles */
.candidatess {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background-color: #060505f2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.candidatess:hover {
    transform: translateY(-5px); /* Add a slight lift on hover */
    box-shadow: 0 8px 16px rgba(240, 239, 239, 0.986);
    text-decoration: underline;
}

.Number {
    font-size: 48px;
    font-weight: bold;
    color: rgba(189, 181, 249, 0.849);
}

h5 {
    font-size: 20px;
    font-weight: bold;
    color: #f0eded;
    margin-top: 10px;
    
}

.candidatess a {
    text-decoration: none;
    color: rgba(189, 181, 249, 0.849);
    font-weight: bold;
    transition: color 0.3s ease;
    cursor: pointer;
}
.pipeline-link {
    margin-right: 47rem;
    font-size: 23px;
    opacity: 0;
    transform: translateX(-100%);
    animation: slideIn 1s ease forwards, fadeIn 1s ease forwards;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Animation for arrow */
.arrow {
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: moveArrow 0.9s ease forwards;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #f8f6f6;
    border-radius: 0% 0% 50% 50% / 0% 0% 100% 100%;
}

@keyframes moveArrow {
    to {
        left: calc(100% - 10px); /* Move to the right edge */
    }
}

.candidatess:hover .arrow {
    left: calc(100% - 10px); /* Move to the right edge */
}

.candidatess a:hover {
    color: #f9f9f9; /* Change color on hover */
}

/* Pipeline Content Styles */
.pipeline-content {
    background-color: transparent;
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pipeline-content:hover {
    transform: translateY(-5px); /* Add a slight lift on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.section-heading {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* List Styles */
ul {
    list-style: none;
    padding-left: 0;
}

.skill-list li,
.responsibilities-list li,
.attributes-list li {
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
}
.details-section {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}

/* Section Heading Style */
.section-heading {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

/* Detail Items Style */
.detail-item {
    margin-bottom: 10px;
    }

/* Strong Text (e.g., Category, Skills, etc.) */
.detail-item strong {
    font-weight: bold;
    color: #996ffa; /* Pink color for strong text */
}

/* Lists (Skills, Job Description, Responsibilities, Attributes) */
ul {
    list-style-type: disc;
    margin-left: 20px;
}

/* List Items (Skills, Job Description, Responsibilities, Attributes) */
ul li {
    margin-top: 5px;
}

/* Add some spacing and styling to the bottom of the content */
.pipeline-content .bottom-part {
    margin-bottom: 30px;
}
/* Add a thin horizontal line with shadow effect */
.horizontal-line {
    border-top: 1px solid #464545; /* Thin horizontal line */
    margin: 20px 0; /* Adjust margin as needed */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); /* Shadow effect */
}



/* Optional: Adjust styling for better UI/UX */