.tools-software-item-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.hr-tool-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 100%;
}

.hr-tool-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.hr-tool-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hr-tool-card-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  background: #f8f9fa;
}

.hr-tool-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.hr-tool-card-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 12px;
  line-height: 1.4;
}

.hr-tool-card-content p {
  font-size: 15px;
  color: #666;
  margin-bottom: 24px;
  line-height: 1.6;
  flex-grow: 1;
}

.hr-tool-card-action {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6500FF;
  font-weight: 500;
  font-size: 15px;
}

@media (max-width: 768px) {
  .tools-software-item-cards {
    grid-template-columns: 1fr;
  }

  .hr-tool-card-content {
    padding: 20px;
  }

  .hr-tool-card-image {
    height: 160px;
  }
}

.hr-tools-alt-text {
    color: rgba(255, 255, 255, 0.66);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    width: 70%;
    margin: 0 auto;
}

.hr-tools-header {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.4px;
    margin: 0;
}

.hr-tools-icon-wrapper {
    background: rgba(115, 9, 255, 0.10);
    box-shadow: 0 1.429px 0 0 #7309FF;
    backdrop-filter: blur(3.3551199436187744px);
}

.hirex-cta-card-container {
    background:
            radial-gradient(circle at 95% 95%, rgba(110, 0, 255, 0.6), transparent 40%),
            linear-gradient(270deg, rgba(110, 0, 255, 0.10) 0%, rgba(83, 2, 191, 0.10) 44.57%),
            linear-gradient(180deg, #1B013E 0%, #0D001F 100%);


    border-radius: 32px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.hirex-cta-card-left-container {
    padding: 56px 0 64px 64px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 70%;
}

.hirex-cta-card-brand-text {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.072px;
    margin-bottom: 32px;
}

.hirex-cta-card-btn {
    display: inline-flex;
    height: 52px;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    border-radius: 64px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    transition: 0.3s ease all;
    transform-origin: center;
    width: fit-content;
}

.hirex-cta-card-btn:hover {
    transform: scale(1.05);
}

.hirex-cta-card-header {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
}

.hirex-cta-card-alt-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.064px;
    margin-bottom: 40px;
}

.hirex-cta-card-right-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 76px 0 0;
}

.hirex-cta-card-right-container img {
    width: 299.177px;
    height: 322.691px;
    flex-shrink: 0;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .hirex-cta-card-right-container {
        padding: 0 65px 0 0;
    }

    .hirex-cta-card-header {
        font-size: 32px;
        line-height: 45px;
    }

    .hirex-cta-card-alt-text {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .hirex-cta-card-container {
        flex-direction: column;
        background: radial-gradient(circle at 95% 95%, rgba(110, 0, 255, 0.6), transparent 60%), linear-gradient(270deg, rgba(110, 0, 255, 0.10) 0%, rgba(83, 2, 191, 0.10) 44.57%), linear-gradient(180deg, #1B013E 0%, #0D001F 100%);
    }

    .hirex-cta-card-left-container {
        width: 100%;
        position: relative;
        z-index: 1;
        padding: 25px;
    }

    .hirex-cta-card-header {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .hirex-cta-card-right-container img {
        width: 400px;
        flex-shrink: 0;
        object-fit: cover;
        position: absolute;
        opacity: 0.3;
        transform: rotate(340deg);
        height: auto;
    }

    .hirex-cta-card-right-container {
        display: flex;
        align-items: end;
        justify-content: end;
        padding: 0;
        position: relative;
        top: 70px;
        right: -60px
    }

    .hirex-cta-card-brand-text {
        margin-bottom: 25px;
    }

    .hirex-cta-card-alt-text {
        margin-bottom: 20px;
    }

}

@media (max-width: 768px) {
    .hirex-cta-card-right-container img {
        width: 350px;
    }

    .hirex-cta-card-brand-text {
        margin-bottom: 15px;
    }

    .hirex-cta-card-header {
        font-size: 19px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .hirex-cta-card-alt-text {
        margin-bottom: 15px;
    }

    .hirex-cta-card-btn {
        padding: 12px 22px
    }
}

.hirex-onboarding-text-container {
    margin-top: 120px;
}

.hirex-ats-card-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin-top: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.hirex-ats-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 24px;
    position: relative;
}

.hirex-ats-card-wrapper:nth-child(1)::before,
.hirex-ats-card-wrapper:nth-child(2)::before,
.hirex-ats-card-wrapper:nth-child(3)::before,
.hirex-ats-card-wrapper:nth-child(5)::before,
.hirex-ats-card-wrapper:nth-child(6)::before,
.hirex-ats-card-wrapper:nth-child(7)::before {
    content: "";
    display: block;
    width: 1px;
    height: 148px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(
            180deg,
            rgba(255,255,255,0.8) 0%,
            #DFE1E6 40%,
            #DFE1E6 80%,
            rgba(255,255,255,0.8) 100%
    );
}

.hirex-ats-card-wrapper:nth-child(5)::after,
.hirex-ats-card-wrapper:nth-child(6)::after,
.hirex-ats-card-wrapper:nth-child(7)::after,
.hirex-ats-card-wrapper:nth-child(8)::after {
    content: "";
    display: block;
    width: 291.484px;
    height: 1px;
    position: absolute;
    top: 0;
    background: linear-gradient(
            280deg,
            rgba(255,255,255,0.8) 0%,
            #DFE1E6 40%,
            #DFE1E6 80%,
            rgba(255,255,255,0.8) 100%
    );
}

.hirex-ats-card-wrapper:nth-child(2)::after,
.hirex-ats-card-wrapper:nth-child(3)::after{
    content: "";
    display: block;
    width: 291.484px;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(
            280deg,
            rgba(255,255,255,0.8) 0%,
            #DFE1E6 40%,
            #DFE1E6 80%,
            rgba(255,255,255,0.8) 100%
    );
}

.hirex-ats-card-wrapper:nth-child(6):after,
.hirex-ats-card-wrapper:nth-child(7):after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #DFE1E6;
    border-radius: 50%;
    right: -4px;
    top: -4px;
    z-index: 2;
}

.hirex-ats-card-grid-container::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #DFE1E6;
    border-radius: 50%;
    left: calc(25% - 4px);
    top: calc(50% - 4px);
    z-index: 2;
}

.hirex-ats-card-grid-container::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #DFE1E6;
    border-radius: 50%;
    left: calc(50% - 4px);
    top: calc(50% - 4px);
    z-index: 2;
}

@media (min-width: 768px) and (max-width:1199px) {
    .hirex-ats-card-wrapper:nth-child(5)::after,
    .hirex-ats-card-wrapper:nth-child(8)::after {
        content: "";
        display: block;
        width: 180px;
        height: 1px;
        position: absolute;
        top: 0;
        background: linear-gradient(
                280deg,
                rgba(255, 255, 255, 0.8) 0%,
                #DFE1E6 40%,
                #DFE1E6 80%,
                rgba(255, 255, 255, 0.8) 100%
        );
    }

    .hirex-ats-card-wrapper:nth-child(2)::after,
    .hirex-ats-card-wrapper:nth-child(3)::after{
        width: 180px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hirex-ats-card-wrapper:nth-child(4)::before {
        content: "";
        display: block;
        width: 1px;
        height: 148px;
        position: absolute;
        right: 0;
        top: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #DFE1E6 40%, #DFE1E6 80%, rgba(255, 255, 255, 0.8) 100%);
    }

    .hirex-ats-card-wrapper:nth-child(1)::after,
    .hirex-ats-card-wrapper:nth-child(2)::after,
    .hirex-ats-card-wrapper:nth-child(3)::after,
    .hirex-ats-card-wrapper:nth-child(4)::after {
        content: "";
        display: block;
        width: 291.484px;
        height: 1px;
        position: absolute;
        bottom: 0;
        background: linear-gradient(
                280deg,
                rgba(255, 255, 255, 0.8) 0%,
                #DFE1E6 40%,
                #DFE1E6 80%,
                rgba(255, 255, 255, 0.8) 100%
        );
    }

    .hirex-ats-card-grid-container::after,
    .hirex-ats-card-grid-container::before {
        display: none;
    }

    .hirex-ats-card-wrapper:nth-child(7)::before {
        content: "";
        display: block;
        width: 291.484px;
        height: 1px;
        position: absolute;
        top: 0;
        background: linear-gradient(
                280deg,
                rgba(255, 255, 255, 0.8) 0%,
                #DFE1E6 40%,
                #DFE1E6 80%,
                rgba(255, 255, 255, 0.8) 100%
        );
    }

    .hirex-ats-card-wrapper:nth-child(8)::before,
    .hirex-ats-card-wrapper:nth-child(6)::before {
        content: "";
        display: block;
        height: 148px;
        width: 1px;
        position: absolute;
        left: 0;
        background: linear-gradient(
                280deg,
                rgba(255, 255, 255, 0.8) 0%,
                #DFE1E6 40%,
                #DFE1E6 80%,
                rgba(255, 255, 255, 0.8) 100%
        );
    }

    .hirex-ats-card-wrapper:nth-child(3)::before {
        content: "";
        display: none;
    }

    .hirex-ats-card-wrapper:nth-child(4):after,
    .hirex-ats-card-wrapper:nth-child(5):after,
    .hirex-ats-card-wrapper:nth-child(7):after,
    .hirex-ats-card-wrapper:nth-child(8):after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background: #DFE1E6;
        border-radius: 50%;
        right: -4px;
        top: -4px;
        z-index: 2;
    }

    .hirex-ats-card-wrapper:nth-child(6):after {
        content: "";
        display: block;
        width: 291.484px;
        height: 1px;
        position: absolute;
        bottom: 0!important;
        right: auto;
        top: auto;
        background: linear-gradient(
                280deg,
                rgba(255, 255, 255, 0.8) 0%,
                #DFE1E6 40%,
                #DFE1E6 80%,
                rgba(255, 255, 255, 0.8) 100%
        );
    }

    .hirex-ats-card-wrapper:nth-child(5)::before {
        content: "";
        display: block;
        width: 291.484px;
        height: 1px;
        position: absolute;
        bottom: 0!important;
        right: auto;
        top: auto;
        background: linear-gradient(
                280deg,
                rgba(255, 255, 255, 0.8) 0%,
                #DFE1E6 40%,
                #DFE1E6 80%,
                rgba(255, 255, 255, 0.8) 100%
        );
    }

}

@media (max-width: 991px) {
    .hirex-ats-card-wrapper:nth-child(1)::after,
    .hirex-ats-card-wrapper:nth-child(2)::after,
    .hirex-ats-card-wrapper:nth-child(3)::after,
    .hirex-ats-card-wrapper:nth-child(6)::after {
        content: "";
        display: block;
        width: 180px;
        height: 1px;
        position: absolute;
        bottom: 0;
        top: auto;
        background: linear-gradient(
                280deg,
                rgba(255, 255, 255, 0.8) 0%,
                #DFE1E6 40%,
                #DFE1E6 80%,
                rgba(255, 255, 255, 0.8) 100%
        );
    }

    .hirex-ats-card-wrapper:nth-child(7)::before,
    .hirex-ats-card-wrapper:nth-child(5)::before {
        width: 180px;
    }
}

@media (max-width: 768px) {
    .hirex-ats-card-wrapper:nth-child(4)::before {
        content: "";
        display: none;
    }

    .hirex-ats-card-wrapper:nth-child(2)::before,
    .hirex-ats-card-wrapper:nth-child(6)::before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background: #DFE1E6;
        border-radius: 50%;
        left: -4px;
        bottom: 0;
        top: auto;
        z-index: 2;
    }

    .hirex-ats-card-wrapper:nth-child(1)::after,
    .hirex-ats-card-wrapper:nth-child(2)::after,
    .hirex-ats-card-wrapper:nth-child(5)::after,
    .hirex-ats-card-wrapper:nth-child(6)::after,
    .hirex-ats-card-wrapper:nth-child(4)::after {
        content: "";
        display: block;
        width: 180px;
        height: 1px;
        position: absolute;
        bottom: 0;
        background: linear-gradient(
                280deg,
                rgba(255, 255, 255, 0.8) 0%,
                #DFE1E6 40%,
                #DFE1E6 80%,
                rgba(255, 255, 255, 0.8) 100%
        );
        top:auto;
        right: auto;
    }

    .hirex-ats-card-grid-container::before,
    .hirex-ats-card-wrapper:nth-child(7)::after,
    .hirex-ats-card-wrapper:nth-child(8)::after {
        display: none;
    }

    .hirex-ats-card-wrapper:nth-child(7)::before,
    .hirex-ats-card-wrapper:nth-child(5)::before {
        width: 1px;
    }

}

@media (max-width: 480px) {
    .hirex-ats-card-wrapper::before,
    .hirex-ats-card-wrapper::after {
        display: none!important;
    }

    .hirex-ats-card-grid-container::after {
        display: none !important;
    }
}

.hirex-ats-card-icon {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 62px;
    background: var(--Background-White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(164, 172, 185, 0.24), 0 0 0 1px rgba(18, 55, 105, 0.08);
}

.hirex-ats-card-icon i {
    color: #6E00FF;
    font-size: 25px;
}

.hirex-ats-card-wrapper span {
    color: #0D0D0D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    max-width: 200px;
}

@media (max-width: 1024px) {
    .hirex-ats-card-grid-container {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .hirex-ats-card-grid-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        margin-top: 40px;
    }

    .hirex-ats-card-wrapper span {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .hirex-ats-card-grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(8, 1fr);
        margin-top: 30px;
    }

    .hirex-ats-card-wrapper {
        padding: 15px;
        min-height: 100px;
    }

    .hirex-ats-card-wrapper span {
        font-size: 15px;
        line-height: 22px;
    }
}

.hirex-onboarding-text-header {
    color: #100025;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-indent: 10px
}

.hirex-onboarding-card-grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
    margin-bottom: 72px;
}

.hirex-onboarding-card-wrapper {
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    background: #FAFAFA;
    box-shadow: 0 1px 2px 0 rgba(164, 172, 185, 0.24), 0 0 0 1px rgba(18, 55, 105, 0.08);
    width: 100%;
    max-width: 374px;
    transition: 0.3s;
}

@media (min-width: 1230px) {
    .hirex-onboarding-card-grid-container .hirex-onboarding-card-wrapper:nth-last-child(-n+2) {
        max-width: 440px;
    }
}

.hirex-onboarding-card-wrapper:hover {
    transform: scale(1.03);
}

.hirex-onboarding-card-wrapper span {
    color: #0D0D0D;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.hirex-onboarding-card-icon {
    display: flex;
    gap: 8px;
    border-radius: 999px;
    background: #6E00FF;
    box-shadow: 0 1px 2px 0 rgba(69, 3, 155, 0.60), 0 0 0 1px #6E00FF;
    width: 40px;
    height: 40px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #fff;
}

.hirex-onboarding-card-icon i {
    color: #fff;
    font-size: 22px;
}

.hr-tools-card-container {
    margin: 42px 0 120px 0;
}

@media (max-width: 768px) {
    .hr-tools-card-container {
        margin: 42px 0;
    }

    .hirex-onboarding-text-container {
        margin-top: 42px ;
    }

    .hirex-onboarding-card-grid-container {
        margin-bottom: 0;
    }
}

.hr-tools-space-header {
    align-items: center;
}

@media (max-width: 768px) {
    .hr-tools-space-header h1 {
        font-size: 28px;
    }

    .hr-tools-space-header h5 {
        font-size: 16px;
    }

    .hr-tools-alt-text {
        width: 100%;
    }
}