/* Parent Wrapper */
.talent-network-module .talent-section {
  
}
.talent-network-module .avatar-group img {
    width: 69px;
}
/* Scoped Hero Styles */
.talent-network-module .hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.talent-network-module .hero-text .hero-text-title h2 {
  font-family: 'Graphik-500-Medium';
  color: #FFF;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.9px;
  margin-bottom: 16px;
  color: #FFFFFF;
}

.talent-network-module .hero-text .description p{
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  max-width: 550px;
  margin-bottom: 20px;
}
.talent-network-module .hero-text .description p:last-child{
  margin-bottom: 0;
}
.talent-network-module .hero-text .description{
  margin-bottom: 50px;
}
.talent-network-module .btn-primary {
  display: inline-block;
  color: #141417;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: 'Graphik-500-Medium';
  line-height: normal;
  border-radius: 100px;
  border: 2px solid #FFF;
  background: #FFF;
  text-decoration: none;
  transition: transform 0.2s ease;
  padding: 10.5px 23.5px;
}
.talent-network-module .grid-intro *{
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 32.5px;
}
.talent-network-module .grid-intro p:last-child{
  margin-bottom: 0px;
}
.talent-network-module .grid-intro p {
  margin-bottom: 20px;
}
.talent-network-module .grid-intro{
  margin-bottom: 53px;
}
.talent-network-module .btn-primary:hover {
  color: #fff;
  background: transparent;
}

/* Scoped Grid Styles */
.talent-network-module .section-divider {
  border: 0;
  border-top: 1px solid #FFF;
  margin: 33px 0 40px;
}

.talent-network-module .job-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns as per image */
  gap: 33px 51px;
}

@media (max-width: 1024px) {
  .talent-network-module .job-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .talent-network-module .job-grid { grid-template-columns: 1fr; }
  .talent-network-module .hero-container { flex-direction: column; text-align: center; }
}
.talent-network-module .btn-primary {
  margin-bottom:30px;
}
.talent-network-module .job-card {
  border-radius: 18px;
/*   border: 0.5px solid #FFF; */
  background: transparent;
  display: flex;
  flex-direction: column;
  padding: 11px 22px 17px 28px;
  position: relative; /* Required for positioning the gradient */
  z-index: 1;
  transition: all 0.2s;
}
.talent-network-module .job-card:hover{
  background: rgba(255, 255, 255, 0.02);
}
.talent-network-module .job-card::before{
  content: "";
  position: absolute;
  inset: 0; /* Align to the edges */
  border-radius: 18px; /* Match your card's radius */
  padding: 1px; /* This acts as your border thickness */
  
  /* Your gradient stops from the image */
  background: linear-gradient(125deg, #fff 0%, #fff 54%, #fff 100%);
  
  /* The Magic: Masking */
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  
  pointer-events: none; /* Let clicks pass through to the card */
  z-index: -1;
  transition: all 0.2s;
}

.talent-network-module .job-card:hover {
/*   border-color: transparent; /* Hide the original white border */ */
}

.talent-network-module .job-card:hover::before {
  content: "";
  position: absolute;
  inset: 0; /* Align to the edges */
  border-radius: 18px; /* Match your card's radius */
  padding: 1px; /* This acts as your border thickness */
  
  /* Your gradient stops from the image */
  background: linear-gradient(125deg, #4167E9 0%, #7D68FF 54%, #FF937C 100%);
  
  /* The Magic: Masking */
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  
  pointer-events: none; /* Let clicks pass through to the card */
  z-index: -1;
  
}
.talent-network-module .job-title{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-family: 'Graphik-500-Medium';
  font-weight: 500;
  line-height: 35.1px;
  margin-bottom: 0
}

.talent-network-module .pay-rate {
  background: linear-gradient(125deg, #7D68FF 0%, #FF937C 53.37%, #FFBC44 95.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 400;
  line-height: 35.1px;
}

/* Scoped Footer Elements */
.talent-network-module .hired-status {
    display: flex;
    grid-gap: 13px;
    align-items: center;
    flex-wrap: wrap;
}
.talent-network-module .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.talent-network-module .hired-text {
  color: #FFF;
  font-family: 'Graphik-300-Regular';
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 35.1px;
}
.talent-network-module .job-card .box-full-button{
  position: absolute;
  height: 100%;
  width: 100%;
  left:0;
  top: 0;
}
.talent-network-module .apply-btn {
  color: #FFF;
  text-align: center;
  font-family: 'Graphik-500-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
}
.talent-network-module .apply-btn:hover{
  opacity: 0.8;
}