.recruitment-services {
    padding: 3.7vh 0;
    background: linear-gradient(to top, #ffffff00 0%, #d9d9d900 30%, #d9d9d900 90%, #eeeeee 100%);
    position: relative;
    overflow: hidden;
}

.recruitment-services .container {
    position: relative;
    z-index: 1;
}

.recruitment-services .section-header {
    text-align: center;
    margin-bottom: 1.85vh;
    z-index: 10;
}

.recruitment-services .section-badge-new {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.22vh;
}

.recruitment-services .section-line {
    width: 2.08vw;
    height: 0.093vh;
    background: #000000;
}

.recruitment-services .section-category {
    color: #000000;
    font-size: 1.3vh;
    font-weight: 700;
    letter-spacing: 0.093vh;
    text-transform: uppercase;
    margin: 0 1.04vw;
    white-space: nowrap;
}

.recruitment-services .section-title {
    color: #000000;
    font-size: 3.8vh;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.85vh;
    font-family: 'Inter', sans-serif;
}

.recruitment-services .section-title .title-dot {
    color: #B3CE3A;
    display: inline;
    visibility: visible;
}

.recruitment-services .section-subtitle {
    color: #000000;
    font-size: 1.8vh;
    line-height: 1.6;
    max-width: 31.25vw;
    margin: 0 auto;
    opacity: 0.7;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.04vw;
    max-width: 62.5vw;
    margin: 0 auto;
    justify-items: stretch;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

.service-card {
    background: #ffffff;
    border-radius: 1.48vh;
    padding: 2.78vh 1.3vw;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    border: 0.093vh solid rgba(226, 232, 240, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 25.93vh;
    box-shadow: 0 0.37vh 1.85vh rgba(0, 0, 0, 0.08);
}

.service-card:hover {
    background: #f9fafb;
    transform: translateY(-0.37vh);
    box-shadow: 0 0.74vh 2.96vh rgba(0, 0, 0, 0.12);
    border-color: rgba(74, 93, 35, 0.2);
}

.service-icon {
    width: 4.44vh;
    height: 4.44vh;
    margin: 0 auto 1.85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b3ce3a;
    border-radius: 0.74vh;
    flex-shrink: 0;
}

.service-icon svg {
    color: #ffffff;
    width: 2.22vh;
    height: 2.22vh;
}

.service-card h3 {
    color: #1f2937;
    font-size: 1.63vh;
    font-weight: 700;
    margin-bottom: 1.11vh;
    font-family: 'Inter', sans-serif;
}

.service-card p {
    color: #545454;
    font-size: 1.6vh;
    line-height: 1.6;
    margin-bottom: 0;
}

.service-arrow {
    position: absolute;
    bottom: 1.85vh;
    right: 1.04vw;
    width: 2.96vh;
    height: 2.96vh;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.service-card:hover .service-arrow {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.service-arrow svg {
    color: #ffffff;
}

@media (max-width: 480px) {
    .recruitment-services {
        padding: 1vh 6vw !important;
    }

    .recruitment-services .section-header {
        margin-bottom: 3vh !important;
    }

    .recruitment-services .section-title {
        font-size: 2.5vh !important;
        margin-bottom: 1.5vh !important;
    }

    .recruitment-services .section-subtitle {
        font-size: 1.2vh !important;
        max-width: 90% !important;
        margin: 0 auto !important;
        line-height: 1.4 !important;
    }

    .recruitment-services .section-badge-new {
        gap: 2.5vw !important;
        margin-bottom: 2.5vh !important;
    }

    .recruitment-services .section-line {
        width: 5vw !important;
        height: 0.1vh !important;
    }

    .recruitment-services .section-category {
        font-size: 1.1vh !important;
        margin: 0 2.5vw !important;
    }

    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 2.5vh !important;
        max-width: 100% !important;
    }

    .service-card {
        padding: 2.5vh 3vw !important;
        min-height: auto !important;
        margin-bottom: 0 !important;
    }

    .service-card h3 {
        font-size: 1.5vh !important;
        margin-bottom: 1vh !important;
        line-height: 1.2 !important;
    }

    .service-card p {
        font-size: 1.2vh !important;
        line-height: 1.4 !important;
    }

    .service-icon {
        width: 5vh !important;
        height: 5vh !important;
        margin-bottom: 1.5vh !important;
    }

    .service-icon svg {
        width: 2.5vh !important;
        height: 2.5vh !important;
    }

    .service-arrow {
        width: 3.5vh !important;
        height: 3.5vh !important;
        bottom: 1.5vh !important;
        right: 1.5vw !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .recruitment-services {
        padding: 2vh 6vw !important;
    }

    .recruitment-services .section-title {
        font-size: 3.5vh !important;
    }

    .recruitment-services .section-subtitle {
        font-size: 1.5vh !important;
        max-width: 85% !important;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2.5vh !important;
        max-width: 95% !important;
    }

    .service-card {
        padding: 2.5vh 3vw !important;
        min-height: 25vh !important;
    }

    .service-card h3 {
        font-size: 1.7vh !important;
    }

    .service-card p {
        font-size: 1.35vh !important;
    }

    .service-icon {
        width: 5vh !important;
        height: 5vh !important;
    }

    .service-icon svg {
        width: 2.5vh !important;
        height: 2.5vh !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .recruitment-services {
        padding: 8vh 4vw !important;
    }

    .services-grid {
        max-width: 90% !important;
        gap: 1.5vh !important;
    }

    .service-card {
        padding: 2.5vh 2vw !important;
    }

    .recruitment-services .section-title {
        font-size: 3.6vh !important;
    }

    .recruitment-services .section-subtitle {
        font-size: 1.55vh !important;
        max-width: 75% !important;
    }
}
