/* CSS extracted from recruiter.html */

/* Prevent horizontal overflow */

html,
body {
    overflow-x: hidden !important;
    width: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.div-recruit {
    min-height: 500px;
    height: auto;
    background-color: aliceblue;
    background-image: url("../image/solutionBG.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
}

.free-btn {
    background-color: #0072bc;
    color: #ffffff;
    font-weight: 550;
}

.free-btn:hover {
    border-color: #0072bc;
    background-color: #ffffff;
    color: #000000;
}

.div-para-4,
.div-white,
.div-black-recruiter {
    min-height: 550px;
    height: auto;
    background-color: #ffffff;
    margin-top: 0px;
    padding: 20px 3px;
    box-sizing: border-box;
}

.div-black-recruiter {
    background-color: #000000;
}

.global-img {
    background-image: url("../image/.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Extracted from recruiter.html inline styles */
.nav-dropdown-medium {
    width: 240px;
}

.nav-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.nav-dropdown-large {
    width: 350px;
}

.nav-column-header-simple {
    text-align: center;
    font-weight: 550;
}

.login-icon {
    vertical-align: middle;
    margin-left: 5px;
}

.text-center {
    text-align: center;

}

.hero-title-recruiter {
    font-size: 55px;
    margin-top: 0px;
    padding-top: 80px;
    line-height: normal;
}

.hero-highlight-blue {
    color: #0072bc;
}

.hero-desc {
    font-size: 18px;
    padding: 0 20px;
}

.hero-highlight-orange {
    color: #f79a64;
}

.hero-btn-primary {
    padding: 10px 20px;
    align-self: center;
}

.hero-btn-secondary {
    border-color: #ffffff;
    padding: 10px 20px;
    align-self: center;
}

/* Flex Containers */
.feature-section-container {
    display: flex;
    gap: 50px;
    min-height: 495px;
    padding: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Text Blocks */
.feature-text-block {
    width: 100%;
    max-width: 550px;
    box-sizing: border-box;
}

.feature-title-blue-recruiter {
    font-weight: 500;
    font-size: 30px;
    margin-top: 60px;
    color: #0072bc;
}

.text-blue {
    color: #0072bc;
}

.feature-desc {
    font-size: 20px;
}

.feature-desc-bold-white {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.feature-desc-white {
    font-size: 20px;
    color: white;
}

/* Buttons & Links */
.btn-blue {
    margin-top: 30px;
    background-color: #0072bc;
    border-color: #ffffff;
    color: #ffffff;
}

.btn-white {
    margin-top: 30px;
    background-color: white;
    border-color: white;
    color: black;
}

.btn-black {
    margin-top: 30px;
    background-color: black;
    border-color: black;
    color: #ffffff;
}

/* Images */
.feature-img-container-1,
.feature-img-container-2,
.feature-img-container-3 {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.feature-img-1,
.feature-img-2,
.feature-img-3 {
    width: 100%;
    height: auto;
    max-width: 450px;
}

.feature-img-2,
.feature-img-3 {
    height: auto;
}

/* Override specific heights */

/* Solutions Section */
.solutions-section-recruiter {
    min-height: 650px;
    height: auto;
    padding-bottom: 50px;
}

.solutions-header-container {
    padding-top: 40px;
    text-align: center;
        font-family: 'Zain1', Helvetica, sans-serif !important;
    font-size: 45px;
    font-weight: 600;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}

.solutions-title {
    font-size: 35px;
    line-height: normal;
}

.solutions-grid-recruiter {
    min-height: 300px;
    padding-top: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.solutions-icon-container {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}

.solutions-icon {
    /* Centered via flex container */
    margin: 20px 0 0 0;
    width: 50px;
    height: 50px;
}

.solution-card-content-recruiter {
    width: 320px;
    height: auto;
    min-height: 270px;
    line-height: 25px;
    padding: 10px;
    box-sizing: border-box;
}

.solution-card-title {
    text-align: center;
    color: #0072bc;
}

.solution-card-desc {
    margin-left: 0;
    text-align: center;
}

.solutions-cta-container {
    text-align: center;
    padding: 20px;
}

.btn-blue-marketing {
    background-color: #0072bc;
    color: #ffffff;
}



/* Media Queries */
@media (max-width: 768px) {
    .feature-section-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .feature-section-container .animate-to-left,
    .feature-section-container .animate-to-right {
        width: 100%;
        order: -1;
    }

    .hero-title-recruiter {
        font-size: 40px;
    }

    .feature-title-blue-recruiter,
    .solutions-title {
        font-size: 32px;
        margin-top: 30px;
    }

    .feature-img-container-1,
    .feature-img-container-2,
    .feature-img-container-3 {
        margin-top: 20px;
    }
}