.employer_hero_section {
    padding: 60px 0;
}

.employer_hero_section .hero_wrapper {
    margin: 0 -32px;
}

.employer_hero_section .hero_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.employer_hero_section .hero_column {
    padding: 0 32px;
}

.employer_hero_section .hero_text_column {
    width: 65%;
}

.employer_hero_section .hero_image_column {
    width: 35%;
}

.employer_hero_section .hero_heading h1 {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 36px !important;
    line-height: 48px;
    color: #023B4C;
    margin: 0 !important;
    text-transform: capitalize;
}

.employer_hero_section .hero_sub_heading h2 {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #023B4C;
    margin: 24px 0 !important;
    text-transform: capitalize;
}

.employer_hero_section .hero_para p {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21.6px;
    color: #023B4C;
    margin-bottom: 8px !important;
}

.employer_hero_section .hero_title h3 {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32.4px;
    background: linear-gradient(228deg, #FEAC00 -9.86%, #FE7600 54.08%, #D84801 101.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    margin-bottom: 24px !important;
}

.employer_hero_section .hero_btn a {
    display: inline-block;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #023B4C;
    background: #EDF7FF;
    border: 0.25px solid #185E7F;
    border-radius: 8px;
    padding: 18px 6px;
    transition: all .3s ease;
}

.employer_hero_section .hero_btn a:hover {
    color: #FFFFFF;
    background: #01273A;
    border: 0.25px solid #01273A;
}

.employer_hero_section .hero_image_box img {
    display: block;
    width: 100%;
    max-width: 320px;
    object-fit: contain;
}

@media (max-width: 1199px) {

    .employer_hero_section {
        padding: 50px 0;
    }

    .employer_hero_section .hero_wrapper {
        margin: 0 -10px;
    }

    .employer_hero_section .hero_column {
        padding: 0 10px;
    }

    .employer_hero_section .hero_heading h1 {
        font-size: 32px !important;
        line-height: 42px;
    }

    .employer_hero_section .hero_sub_heading h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 20px 0 !important;
    }

    .employer_hero_section .hero_title h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px !important;
    }

    .employer_hero_section .hero_btn a {
        padding: 15px 6px;
    }

}

@media (max-width: 991px) {
    .employer_hero_section {
        padding: 40px 0;
    }

    .employer_hero_section .hero_heading h1 {
        font-size: 28px !important;
        line-height: 38px;
    }

    .employer_hero_section .hero_sub_heading h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 15px 0 !important;
    }

    .employer_hero_section .hero_title h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px !important;
    }

    .employer_hero_section .hero_btn a {
        padding: 12px 6px;
    }
}

@media (max-width: 767px) {
    .employer_hero_section {
        padding: 30px 0;
    }

    .employer_hero_section .hero_wrapper {
        margin: 0;
    }

    .employer_hero_section .hero_row {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .employer_hero_section .hero_column {
        padding: 0;
    }

    .employer_hero_section .hero_text_column,
    .employer_hero_section .hero_image_column {
        width: 100%;
    }

    .employer_hero_section .hero_image_box img {
        margin: 0 auto;
    }

    .employer_hero_section .hero_text_box {
        text-align: center;
    }

    .employer_hero_section .hero_heading h1 {
        font-size: 24px !important;
        line-height: 34px;
    }

    .employer_hero_section .hero_sub_heading h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .employer_hero_section .hero_title h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

/* Employer Benefit Section */

.employer_benefit_section {
    margin-top: 32px;
}

.employer_benefit_section .section_title {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #023B4C;
    margin-bottom: 24px !important;
}

.employer_benefit_section .cards_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.employer_benefit_section .card_item {
    background: #FFFFFF;
    border: 0.2px solid #01273A;
    border-radius: 14.337px;
    padding: 32px 45px;
    text-align: center;
}

.employer_benefit_section .img_placeholder {
    margin-bottom: 16px;
}

.employer_benefit_section .img_placeholder img {
    display: block;
    width: 198px;
    height: 140px;
    object-fit: contain;
    margin: 0 auto;
}

.employer_benefit_section .card_heading {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #023B4C;
    margin-bottom: 8px !important;
}

.employer_benefit_section .card_para {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #023B4C;
    margin-bottom: 16px !important;
}

.employer_benefit_section .learn_more {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #09111B;
    letter-spacing: 0.16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.employer_benefit_section .learn_more:hover {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .employer_benefit_section .section_title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px !important;
    }

    .employer_benefit_section .img_placeholder img {
        width: 180px;
        height: 130px;
    }

    .employer_benefit_section .card_item {
        padding: 25px 30px;
    }
}

@media (max-width: 991px) {
    .employer_benefit_section .section_title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 15px !important;
    }

    .employer_benefit_section .card_item {
        padding: 20px 20px;
    }

    .employer_benefit_section .img_placeholder img {
        width: 160px;
        height: 120px;
    }

    .employer_benefit_section .card_heading {
        font-size: 18px;
    }

    .employer_benefit_section .card_para {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .employer_benefit_section .section_title {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }

    .employer_benefit_section .cards_grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .employer_benefit_section .card_item {
        padding: 15px;
    }

    .employer_benefit_section .img_placeholder img {
        width: 140px;
        height: 110px;
    }
}

/* Employer Dashboard Section */

.employer_dashboard_section {
    background-color: #f1f7f9;
    padding: 100px 0px;
    overflow: hidden;
    margin-top: 30px;
}

.employer_dashboard_section .container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 15px;
}

.employer_dashboard_section .dashboard_flex_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.employer_dashboard_section .dashboard_image_col {
    flex: 1;
}

.employer_dashboard_section .dashboard_main_img {
    width: 100%;
    max-width: 700px;
    display: block;
    transform: perspective(1000px) rotateY(-10deg);
}

.employer_dashboard_section .dashboard_content_col {
    flex: 1;
}

.employer_dashboard_section .dashboard_main_heading {
    font-family: "League Spartan", sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #023b4c;
    margin-bottom: 24px;
}

.employer_dashboard_section .dashboard_sub_heading {
    font-family: "League Spartan", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #023b4c;
    margin-bottom: 20px;
}

.employer_dashboard_section .dashboard_feature_list {
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}

.employer_dashboard_section .feature_item {
    font-family: "League Spartan", sans-serif;
    font-size: 18px;
    color: #023b4c;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.employer_dashboard_section .feature_item:before {
    content: ".";
    position: absolute;
    left: 0px;
    top: -10px;
    font-size: 30px;
}

.employer_dashboard_section .dashboard_tagline {
    font-family: "League Spartan", sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #023b4c;
    margin-bottom: 40px;
}


@media (max-width: 1199px) {
    .employer_dashboard_section .dashboard_main_heading {
        font-size: 36px;
    }

    .employer_dashboard_section .dashboard_flex_row {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .employer_dashboard_section .dashboard_flex_row {
        flex-direction: column;
        text-align: center;
    }

    .employer_dashboard_section .dashboard_main_img {
        transform: none;
        max-width: 500px;
        margin: 0px auto;
    }

    .employer_dashboard_section .feature_item {
        padding-left: 0px;
    }

    .employer_dashboard_section .feature_item:before {
        display: none;
    }

    .employer_dashboard_section .dashboard_main_heading {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .employer_dashboard_section {
        padding: 60px 0px;
    }

    .employer_dashboard_section .dashboard_main_heading {
        font-size: 28px;
    }

    .employer_dashboard_section .dashboard_sub_heading {
        font-size: 20px;
    }

    .employer_dashboard_section .dashboard_tagline {
        font-size: 20px;
    }
}

/* Employer Performance Section */

.employer_performance_section {
    background-color: #ffffff;
    padding: 80px 0px;
    text-align: center;
}

.employer_performance_section .container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 15px;
}

.employer_performance_section .main_heading {
    font-family: "League Spartan", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #023b4c;
    max-width: 900px;
    margin: 0px auto 60px auto !important;
}

.employer_performance_section .performance_grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    margin-bottom: 60px;
}

.employer_performance_section .performance_item {
    flex: 0 1 250px;
}

.employer_performance_section .icon_box {
    margin-bottom: 20px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.employer_performance_section .icon_box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.employer_performance_section .icon_text {
    font-family: "League Spartan", sans-serif;
    font-size: 22px;
    line-height: 28px;
    color: #023b4c;
    font-weight: 400;
}

.employer_performance_section .highlight_box {
    margin-top: 40px;
}

.employer_performance_section .orange_text {
    font-family: "League Spartan", sans-serif;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 400;
    background: linear-gradient(228deg, #FEAC00 -9.86%, #FE7600 54.08%, #D84801 101.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.employer_performance_section .orange_text_bold {
    font-family: "League Spartan", sans-serif;
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(228deg, #FEAC00 -9.86%, #FE7600 54.08%, #D84801 101.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1199px) {
    .employer_performance_section .main_heading {
        font-size: 28px;
        line-height: 38px;
    }

    .employer_performance_section .performance_grid {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .employer_performance_section .main_heading {
        font-size: 26px;
        line-height: 34px;
        padding: 0px 20px;
    }

    .employer_performance_section .performance_grid {
        gap: 20px;
    }

    .employer_performance_section .icon_text {
        font-size: 18px;
    }

    .employer_performance_section .orange_text,
    .employer_performance_section .orange_text_bold {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .employer_performance_section {
        padding: 50px 0px;
    }

    .employer_performance_section .main_heading {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .employer_performance_section .performance_grid {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .employer_performance_section .performance_item {
        flex: 1 1 100%;
    }

    .employer_performance_section .orange_text,
    .employer_performance_section .orange_text_bold {
        font-size: 18px;
        padding: 0px 10px;
    }
}