/* AI Recruitment Page Styles */

.ai_recruitment_page_wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f5f7fa;
}
section.sw_more_than {
    background-color: #fff;
}
.ai_recruitment_hero {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
}
.recruitment_wrapper.d-flex.align_center {
    justify-content: space-between;
}
.recruitment_hero_wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    justify-content: space-between;
}

.recruitment_hero_content {
    flex: 1;
    max-width: 650px;
}

.recruitment_hero_label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.recruitment_label_icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #007AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
}

.recruitment_label_text {
    color: #007AFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.recruitment_hero_underline {
    width: 60px;
    height: 3px;
    background: #FF5555;
    margin-bottom: 20px;
    border-radius: 2px;
}

.recruitment_hero_title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    color: #1e2538;
    margin: 0 0 16px 0;
    padding: 0;
}

.recruitment_hero_title .highlight {
    color: #007AFF;
}

.recruitment_hero_description {
    font-size: 16px;
    color: #515869;
    line-height: 1.6;
    margin: 0 0 32px 0;
    padding: 0;
    font-weight: 500;
}

.recruitment_hero_buttons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.recruitment_btn_primary,
.recruitment_btn_secondary {
    display: inline-block;
}

.recruitment_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.recruitment_btn_solid {
    background: #007AFF;
    color: white;
}

.recruitment_btn_solid:hover {
    background: #0052cc;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 122, 255, 0.3);
}

.recruitment_btn_outline {
    background: transparent;
    color: #1E2538;
    border: 1.5px solid #E8EAF2;
}

.recruitment_btn_outline:hover {
    border-color: #007AFF;
    background: rgba(0, 122, 255, 0.05);
}

.btn_arrow_svg_wrap,
.btn_whatsapp_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.recruitment_hero_sidebar {
    flex: 0 1 320px;
    position: relative;
}

.recruitment_testimonials_box {
    background: linear-gradient(135deg, #E8F4FF 0%, #F0F8FF 100%);
    border-radius: 16px;
    padding: 24px;
    border: 1px solid rgba(0, 122, 255, 0.1);
}

.recruitment_testimonial_feature {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 122, 255, 0.1);
}

.testimonial_feature_icon {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #007AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.testimonial_feature_content h4 {
    font-size: 13px;
    font-weight: 700;
    color: #1e2538;
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}

.testimonial_feature_content p {
    font-size: 12px;
    color: #515869;
    margin: 4px 0 0 0;
    padding: 0;
}

.recruitment_testimonial_title {
    font-size: 16px;
    font-weight: 700;
    color: #007AFF;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #007AFF;
}

.recruitment_testimonials_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.recruitment_testimonial_item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.testimonial_avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.testimonial_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial_info h5 {
    font-size: 14px;
    font-weight: 600;
    color: #1e2538;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.testimonial_info p {
    font-size: 12px;
    color: #515869;
    margin: 4px 0 0 0;
    padding: 0;
    font-weight: 500;
}

.recruitment_cta_banner.recruitment_cta_content.d-flex.align_center {
    background-image: url(https://superworks.com/wp-content/uploads/2026/05/bottom-CTA.webp);
}
.ai_recruitment_hiring {
    background-color: #fff;
}

.ai_recruitment_hiring .d-flex.align_center {
    border: 1px solid #E8EAF2;
    border-radius: 32px;
}

.ai_recruitment_hiring.demo_features_list_sec.padding_bottom.order_left_right .main_img {
    margin-right: 0;
}

.ai_recruitment_hiring.demo_features_list_sec.padding_bottom.order_left_right .main_img img {
    width: 100%;
    height: 100%;
}

.ai_recruitment_hiring.order_left_right.demo_features_list_sec .demo_sub_inner_sec:first-child {
    padding-left: 70px;
}
.ai_recruitment_hero .top_banner_left_wrap_sec {
    flex: 0 1 640px;
}
.top_title_center .common_title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e2538;
    margin: 0 0 16px 0;
    padding: 0;
}

.top_title_center .superwork_essential {
    font-size: 16px;
    line-height: 1.6;
    color: #515869;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.ai_recruitment_hero .recruitment_right_content {
    flex: 0 1 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruitment_border {
    border: 1px solid #E8EAF2;
    background-color: #F5F6FA;
    border-radius: 16px;
}
.recruitment_preview {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    border: 2px solid #FFFFFF;
    background: linear-gradient(180deg, #007AFF33 0%, #ffffff00 100%);
}

.chatbot_header {
    background: #007AFF;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 16px 16px 0 0;
}

.chatbot_header_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    flex-shrink: 0;
}

.ai_recruitment_page_wrap section.sw_newsletter_section {
    background-color: #1E2538;
    padding-bottom: 0;
}
.chatbot_header_text {
    margin: 0;
    padding: 0;
}
section.recruitment_faqs_section.padding_top.padding_bottom .frequently_asked_sec {
    padding: 0;
}
.chatbot_title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.chatbot_status {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    padding: 0;
}

.chatbot_messages {
    padding: 24px 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;

}

.chatbot_message {
    display: flex;
    margin: 0;
    padding: 0;
}

.chatbot_message p {
    margin: 0;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 22px;
    max-width: 85%;
    word-wrap: break-word;
}

.user_message {
    justify-content: flex-end;
}

.user_message p {
background: #E8EAF2;
    color: #1E2538;
    border: 1px solid #1E25381A;
    border-radius: 16px 16px 0 16px;
}

.bot_message {
    justify-content: flex-start;
}

.bot_message p {
    background: #fff;
    color: #1E2538;
    border: 1px solid #E8EAF2;
    border-radius: 0 16px 16px 16px;
    text-align: left;
}
.chatbot_message.bot_message.loading p {
    display: flex;
    gap: 10px;
    padding: 15px 13px;
}
.bot_message p strong {
    color: #007AFF;
    font-weight: 600;
}

.bot_message.loading {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 14px;
}

.bot_message.loading span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #007AFF;
    animation: pulse 1.4s infinite;
}

.bot_message.loading span:nth-child(2) {
    animation-delay: 0.2s;
}

.bot_message.loading span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes pulse {
    0%, 60%, 100% {
        opacity: 0.3;
    }
    30% {
        opacity: 1;
    }
}

/* Recruitment Stats Section */
.recruitment_stats_section {
    padding-top: 50px;
    background: #ffffff;
}

.recruitment_metrics {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}

.recruitment_metric_item {
    flex: 1;
    text-align: center;
    padding: 0 40px;
}

.recruitment_metric_number {
    font-size: 70px;
    font-weight: 900;
    color: #007aff;
    padding: 0;
    line-height: 80px;
}

.recruitment_metric_label {
    font-size: 16px;
    color: #1E2538;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.recruitment_metric_divider {
    height: 134px;
    background: #8F95A6;
    flex-shrink: 0;
    border-right: 1.6px dashed #e5e5e5;
}
/* Recruitment Features Sections */
.recruitment_features_section {
    background: #ffffff;
    /* border-top: 1px solid #e8eaf2; */
}

.recruitment_features_header {
    margin-bottom: 60px;
}

.recruitment_features_title {
    font-size: 32px;
    font-weight: 700;
    color: #1e2538;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 1.3;
}

.recruitment_features_subtitle {
    font-size: 16px;
    color: #515869;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.recruitment_features_grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.recruitment_features_row {
    display: grid;
    gap: 30px;
}

.recruitment_features_row:first-child {
    grid-template-columns: repeat(3, 1fr);
}

.recruitment_features_row:not(:first-child) {
    grid-template-columns: repeat(2, 1fr);
}

.recruitment_feature_item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.recruitment_feature_content {
    flex: 1;
    min-width: 0;
}

.recruitment_feature_title {
    font-size: 24px;
    font-weight: 700;
    color: #1e2538;
    margin: 0 0 12px 0;
    padding: 0;
    line-height: 1.3;
}

.recruitment_feature_desc {
    font-size: 14px;
    color: #515869;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.recruitment_table_card {
    padding: 25px;
    background: #f3f9ff;
    border-radius: 16px 16px 0 0;
    border: 1px solid rgba(232, 234, 242, 1);
}
.recruitment_feature_heading {
    padding: 25px;
    border: 1px solid rgba(232, 234, 242, 1);
    border-top: 0;
    border-radius: 0 0 16px 16px;
}
.recruitment_feature_heading p.sub_title_heading {
    text-align: left;
    padding-bottom: 0;
}
.recruitment_card_header {
    background: #f5f6fa;
    padding: 16px 20px;
    border-bottom: 1px solid #e8eaf2;
    display: flex;
    align-items: center;
    gap: 8px;
}

.recruitment_card_header .chatbot_header_icon {
    width: 24px;
    height: 24px;
    background: #007aff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.recruitment_card_header .chatbot_header_icon svg {
    width: 14px;
    height: 14px;
}

.recruitment_badge {
    display: inline-block;
    font-size: 13px;
    color: #1e2538;
    font-weight: 700;
}

.recruitment_records_label {
    font-size: 12px;
    color: #515869;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8eaf2;
}

.recruitment_table_content {
    padding: 20px;
}

.recruitment_table_content table {
    width: 100%;
    border-collapse: collapse;
}

.recruitment_table_content table th {
    text-align: left;
    padding: 12px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #515869;
    border-bottom: 1px solid #e8eaf2;
}

.recruitment_table_content table td {
    padding: 12px 8px;
    font-size: 13px;
    color: #1e2538;
    border-bottom: 1px solid #f0f0f0;
}

.recruitment_table_footer {
    font-size: 13px;
    color: #515869;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8eaf2;
}

.recruitment_table_action {
    font-size: 13px;
    color: #007aff;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8eaf2;
}

.recruitment_ticket_message {
    font-size: 14px;
    color: #1e2538;
    margin-bottom: 12px;
}

.recruitment_ticket_assigned {
    font-size: 13px;
    color: #515869;
    margin-bottom: 16px;
}

.recruitment_button {
    background: #007aff;
    color: #ffffff;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.recruitment_button:hover {
    background: #0052cc;
}

/* Policies Section */
.recruitment_policies_section {
    background: #ffffff;
}

.recruitment_policies_content {
    flex: 1;
}

.recruitment_policies_title {
    font-size: 32px;
    font-weight: 700;
    color: #1e2538;
    margin: 0 0 16px 0;
    padding: 0;
    line-height: 1.3;
}

.recruitment_policies_desc {
    font-size: 16px;
    color: #515869;
    line-height: 1.6;
    margin: 0 0 24px 0;
    padding: 0;
    font-weight: 500;
}

.recruitment_policies_list {
    margin-bottom: 24px;
}

.recruitment_policies_subtitle {
    font-size: 13px;
    color: #515869;
    font-weight: 600;
    margin-bottom: 12px;
}

.recruitment_policies_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
}

.recruitment_policies_list li {
    font-size: 13px;
    color: #515869;
    padding-left: 20px;
    position: relative;
}

.recruitment_policies_list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #007aff;
}

.recruitment_explore_btn {
    background: #007aff;
    color: #ffffff;
    border: none;
    padding: 12px 32px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.recruitment_explore_btn:hover {
    background: #0052cc;
}

.recruitment_policies_text {
    font-size: 14px;
    color: #1e2538;
    line-height: 1.6;
    margin-bottom: 16px;
}

.recruitment_conduct_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recruitment_conduct_list li {
    font-size: 13px;
    color: #515869;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
}

.recruitment_conduct_list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #007aff;
    font-weight: bold;
}


.recruitment_cta_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.recruitment_cta_left {
    flex: 0 1 800px;
    padding-left: 120px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.recruitment_cta_banner_title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    padding: 0;
    line-height: 1.3;
}

.recruitment_cta_banner_desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0 0 24px 0;
    padding: 0;
    font-weight: 500;
}

.recruitment_cta_right {
    flex: 0 1 500px;
    display: flex;
    justify-content: center;
}

.recruitment_cta_image {
    max-width: 100%;
    height: auto;
    display: block;
}
section.recruitment_cta {
    background-color: #fff;
}
.recruitment_metric_item {
    border-right: 1.6px dashed #e5e5e5;
}

.recruitment_metric_item:last-child {
    border-right: 0;
}
.recruitment_cta_banner {
    background-color: rgba(30, 37, 56, 1);
    background-image: url(https://superworks.com/wp-content/uploads/2026/05/CTA-ai.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 24px;
}
.ai_recruitment_page_wrap .awards_rating-box {
    background-image: url(https://superworks.com/wp-content/uploads/2026/05/Trusted.webp) !important;
    width: 446px;
    height: 104px;
}
.recruitment_cta .d-flex.bookdemo_feature_btn {
    margin: 0;
}

.recruitment_cta .d-flex.bookdemo_feature_btn .comman_btn {
    margin-right: 0;
}
button.recruitment_accordion_btn.active span.recruitment_accordion_label {
    color: #007AFF;
}

.recruitment_accordion_btn.active .recruitment_accordion_icon svg path {
    fill: #007AFF;
}
.recruitment_accordion_btn:hover .recruitment_accordion_label {
    color: #007aff;
}
main.banner_section.ai_recruitment_hero {
    background-image: url(https://superworks.com/wp-content/uploads/2026/05/hero-background.svg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid rgb(173 213 255 / 20%);
}


.ai_recruitment_page_wrap .new_header_wrap_container {
    border: 0;
    box-shadow: none !important;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
}

.ai_recruitment_page_wrap header.superworks_header.new_header_wrap {
    padding-top: 0;
}
/* Features Accordion Section */
.recruitment_features_accordion_section {
    background: #F3F9FF;
    border-top: 1px solid #e8eaf2;
    border-bottom: 1px solid #e8eaf2;
}

.recruitment_accordion_header {
    margin-bottom: 60px;
}

.recruitment_accordion_title {
    font-size: 36px;
    font-weight: 700;
    color: #1e2538;
    margin: 0 0 12px 0;
    padding: 0;
    line-height: 1.3;
}

.recruitment_accordion_subtitle {
    font-size: 16px;
    color: #515869;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.recruitment_accordion_wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}
.recruitment_feature_content.text_center.matching {
    background-color: #EFF7EE;
}

.recruitment_feature_content.text_center.interviews {
    background-color: #FFF0EF;
}
.recruitment_accordion_left {
    flex: 0 1 700px;
}
.recruitment_feature_content:last-child {
    margin-bottom:0;
}
.recruitment_mockup_image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.recruitment_accordion_right {
    flex: 0 1 600px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.recruitment_accordion_item {
    border-bottom: 1px solid #e8eaf2;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 16px;
}

.recruitment_accordion_item:last-child {
    border-bottom: none;
}

.recruitment_accordion_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    padding: 0;
}

.recruitment_accordion_btn:hover .recruitment_accordion_label {
    color: #007aff;
}

.recruitment_accordion_label {
    font-size: 18px;
    font-weight: 700;
    color: #1e2538;
    transition: color 0.3s ease;
    font-family: 'Instrument Sans';
}

.recruitment_accordion_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #515869;
    transition: transform 0.3s ease;
}

.recruitment_accordion_btn.active .recruitment_accordion_icon {
    transform: rotate(180deg);
}

.recruitment_accordion_content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.recruitment_accordion_content.active {
    max-height: 300px;
    opacity: 1;
    padding-top: 16px;
}

.recruitment_accordion_content p {
    font-size: 15px;
    color: #515869;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

/* AI Recruitment Business Benefits Section */
.recruitment_business_section {
    background: #F3F9FF;
    padding: 80px 0;
}

.recruitment_business_header {
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.recruitment_business_title {
    font-size: 42px;
    font-weight: 700;
    color: #1e2538;
    margin: 0 0 16px 0;
    padding: 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.recruitment_business_subtitle {
    font-size: 16px;
    color: #515869;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.recruitment_business_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.recruitment_feature.top_title.text_center {
    max-width: 100%;
}
.recruitment_business_card {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 2px solid #007AFF1A;
}

.recruitment_business_card:hover {
    background-color: #007AFF;
}
.recruitment_business_card:hover h3.recruitment_business_card_title, .recruitment_business_card:hover p.recruitment_business_card_description {
    color: #fff;
}
.recruitment_business_card:hover .recruitment_business_icon svg path {
    fill: #fff;
}
.recruitment_business_card.featured {
    background: linear-gradient(135deg, #007aff 0%, #0052cc 100%);
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    min-height: auto;
    padding: 50px 40px;
}

.recruitment_business_card.featured .recruitment_business_icon {
    color: #ffffff;
}

.recruitment_business_card.featured .recruitment_business_card_title {
    color: #ffffff;
}

.recruitment_business_card.featured .recruitment_business_card_description {
    color: rgba(255, 255, 255, 0.9);
}

.recruitment_business_icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #007aff;
}

.recruitment_business_card.featured .recruitment_business_icon {
    color: #ffffff;
}

.recruitment_business_card_title {
    font-size: 20px;
    font-weight: 700;
    color: #1e2538;
    margin: 0 0 12px 0;
    padding: 0;
    line-height: 1.4;
}

.recruitment_business_card_description {
    font-size: 14px;
    color: #515869;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

/* Job Description Feature Section */
.recruitment_job_description_section {
    background: #fff;
}

.recruitment_feature_content {
display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF6E6;
    border-radius: 32px;
    padding-top: 50px;
    margin-bottom: 185px;
    overflow: visible;
    padding: 25px;
    padding-top: 50px;
}
.recruitment_feature_header {
    max-width: 995px;
    margin: 0 auto;
}

.recruitment_feature_main_title {
    font-size: 42px;
    font-weight: 700;
    color: #1e2538;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.recruitment_feature_subtitle {
    font-size: 16px;
    color: #515869;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.recruitment_mockup_container {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 25px;
    align-items: center;
}
.recruitment_faqs_section  .faq_accordion .set {
    background-color: #fff;
}
.recruitment_job_description_section .recruitment_mockup_image {
    width: 100%;
    border-radius: 16px;
    transition: all 0.3s ease;
    margin-bottom: -160px;
    position: relative;
    z-index: 1;
}
section.recruitment_cta.recruitment_cta2.padding_bottom.padding_top {
    padding-top: 200px;
}
section.new_review_section.padding_top.padding_bottom {
    background-color: #fff;
}
/* Testimonials Section */
.recruitment_testimonials_section {
    background: #ffffff;
    /* border-top: 1px solid #e8eaf2; */
}

.recruitment_testimonials_header {
    margin-bottom: 60px;
}

.recruitment_testimonials_title {
    font-size: 36px;
    font-weight: 700;
    color: #1e2538;
    margin: 0 0 12px 0;
    padding: 0;
    line-height: 1.3;
}

.recruitment_testimonials_subtitle {
    font-size: 16px;
    color: #515869;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.recruitment_testimonials_wrapper {
    width: 100%;
}

/* Slider Container */
.recruitment_slider_container {
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.recruitment_slider_container_2 {
    margin-bottom: 0;
}

.recruitment_slider_track {
    display: flex;
    gap: 32px;
    flex-wrap: nowrap;
}

/* Infinite Animation - Right to Left */
@keyframes slideRightToLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Infinite Animation - Left to Right */
@keyframes slideLeftToRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

.recruitment_slider_rtl {
    animation: slideRightToLeft 50s linear infinite;
    will-change: transform;
}

.recruitment_slider_ltr {
    animation: slideLeftToRight 50s linear infinite;
    will-change: transform;
}

.recruitment_slider_rtl .recruitment_testimonial_card,
.recruitment_slider_ltr .recruitment_testimonial_card {
    min-width: calc(33.333% - 21.33px);
    flex-shrink: 0;
    flex-grow: 0;
}

.recruitment_testimonial_card {
    background: #ffffff;
    border: 1px solid #e8eaf2;
    border-radius: 12px;
    padding: 32px;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* gap: 20px; */
    /* height: 100%; */
    max-width: 620px;
}

.recruitment_testimonial_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: fit-content;
    flex-shrink: 0;
    gap: 8px;
}

.recruitment_testimonial_avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.recruitment_testimonial_info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recruitment_testimonial_name {
    font-size: 14px;
    font-weight: 700;
    color: #1e2538;
    margin: 8px 0 0 0;
    padding: 0;
    line-height: 1.2;
}

.recruitment_testimonial_role {
    font-size: 12px;
    color: #515869;
    margin: 4px 0 0 0;
    padding: 0;
    font-weight: 500;
}

.recruitment_testimonial_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.recruitment_testimonial_rating {
    display: flex;
    gap: 4px;
    justify-content: flex-start;
}

.recruitment_star {
    font-size: 16px;
    color: #ff9500;
    line-height: 1;
}

.recruitment_testimonial_text {
    font-size: 13px;
    color: #515869;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* FAQs Section */
.recruitment_faqs_section {
    background: #F9FAFC;
    border-top: 1px solid #e8eaf2;
}

.recruitment_faqs_header {
    margin-bottom: 60px;
}

.recruitment_faqs_title {
    font-size: 32px;
    font-weight: 700;
    color: #1e2538;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

.recruitment_faqs_wrapper {
    max-width: 1180px;
    margin: 0 auto;
}

.recruitment_faq_item {
    border-bottom: 1px solid #e8eaf2;
    padding: 20px;
    border: 1px solid #E8EAF2;
    border-radius: 12px;
    background-color: #fff;
    margin-bottom: 20px;
}

.recruitment_faq_item:last-child {
    margin-bottom: 0px;
}
button.recruitment_faq_btn.active span.recruitment_faq_question {
    color: #007AFF;
}
.recruitment_faq_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    text-align: left;
}

.recruitment_faq_question {
    font-size: 16px;
    font-weight: 600;
    color: #1E2538;
    margin: 0;
    padding: 0;
    transition: color 0.3s ease;
    flex: 1;
}

.recruitment_faq_toggle {
    font-size: 24px;
    color: #007aff;
    font-weight: 300;
    line-height: 1;
    flex-shrink: 0;
    margin-left: 16px;
    transition: all 0.3s ease;
}

.recruitment_faq_btn.active .recruitment_faq_toggle {
    transform: rotate(180deg);
}

.recruitment_faq_content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    padding-top: 0;
}

.recruitment_faq_content.active {
    max-height: 500px;
    opacity: 1;
    padding-top: 16px;
}

.recruitment_faq_content p {
    font-size: 16px;
    color: #515869;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

/* Final CTA Section */
.recruitment_final_cta_section {
    background: #f9fafc;
}

.recruitment_final_cta_card {
    background: #1E2538;
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    background-image: url(https://superworks.com/wp-content/uploads/2026/05/bottom-cta-ai.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.recruitment_final_cta_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.recruitment_rating_stars {
    display: flex;
    gap: 4px;
    justify-content: center;
}

.recruitment_star-gold {
    font-size: 20px;
    color: #fdb022;
    line-height: 1;
}

.recruitment_rating_text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.recruitment_avatars {
    display: flex;
    justify-content: center;
    gap: -8px;
    margin: 8px 0;
}

.recruitment_avatar-small {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #1e2942;
    object-fit: cover;
    margin-left: -8px;
}

.recruitment_avatar-small:first-child {
    margin-left: 0;
}

.recruitment_trust_text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.recruitment_final_cta_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recruitment_final_cta_title {
font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    line-height: 55px;
    max-width: 800px;
    padding-bottom: 10px;
}

.recruitment_final_cta_desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 32px 0;
    padding: 0;
    font-weight: 500;
    max-width: 600px;
    line-height: 1.6;
}

.recruitment_final_cta_btn {
    display: inline-flex;
    align-items: center;
    background: #007aff;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.recruitment_final_cta_btn:hover {
    background: #0052cc;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 122, 255, 0.3);
}

/* Responsive Design */

@media (max-width: 1400px) {
    .ai_recruitment_hero {
        padding: 70px 0;
    }
    .recruitment_hero_wrapper {
        gap: 50px;
    }
    .recruitment_hero_title {
        font-size: 48px;
    }
    .recruitment_hero_sidebar {
        flex: 0 1 300px;
    }
    .recruitment_feature_main_title {
        font-size: 38px;
    }
    .recruitment_business_section {
        padding: 70px 0;
    }
    .recruitment_business_title {
        font-size: 38px;
    }
}
@media (max-width: 1260px) {
    .ai_recruitment_hero {
        padding: 60px 0;
    }
    .recruitment_hero_wrapper {
        gap: 40px;
    }
    .recruitment_hero_title {
        font-size: 44px;
    }
    .recruitment_hero_sidebar {
        flex: 0 1 280px;
    }
    .recruitment_feature_main_title {
        font-size: 36px;
        margin-bottom: 16px;
    }
    .recruitment_feature_subtitle {
        font-size: 15px;
    }
    .recruitment_business_section {
        padding: 60px 0;
    }
    .recruitment_business_header {
        margin-bottom: 50px;
    }
    .recruitment_business_title {
        font-size: 36px;
        margin-bottom: 14px;
    }
    .recruitment_business_subtitle {
        font-size: 15px;
    }
    .recruitment_business_card {
        padding: 35px;
        min-height: 260px;
    }
    .recruitment_business_card.featured {
        padding: 45px 35px;
    }
}
@media (max-width: 1160px) {
    .recruitment_hero_wrapper {
        flex-direction: column;
        gap: 40px;
    }
    .recruitment_hero_sidebar {
        flex: 1;
        max-width: 100%;
    }
    .recruitment_hero_content {
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
    .ai_recruitment_hero {
        padding: 50px 0;
    }
    .recruitment_hero_title {
        font-size: 40px;
    }
    .recruitment_hero_buttons {
        flex-wrap: wrap;
    }
    .recruitment_metrics {
        flex-wrap: wrap;
        gap: 40px;
    }
.recruitment_job_description_section .recruitment_mockup_image {
    margin-bottom: 0;
}
.recruitment_feature_content {
    margin-bottom: 70px;
}
section.recruitment_cta.recruitment_cta2.padding_bottom.padding_top {
    padding-top: 70px;
}
    .recruitment_metric_item {
        flex: 0 1 calc(50% - 20px);
        padding: 0 20px;
    }

    .recruitment_metric_divider {
        display: none;
    }

    .recruitment_features_row:first-child {
        grid-template-columns: repeat(2, 1fr);
    }

    .recruitment_features_row:not(:first-child) {
        grid-template-columns: repeat(2, 1fr);
    }

    .recruitment_feature_title {
        font-size: 22px;
    }

    .recruitment_feature_main_title {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .recruitment_feature_subtitle {
        font-size: 14px;
    }

    .recruitment_business_section {
        padding: 50px 0;
    }

    .recruitment_business_header {
        margin-bottom: 45px;
    }

    .recruitment_business_title {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .recruitment_business_subtitle {
        font-size: 14px;
    }

    .recruitment_business_grid {
        gap: 25px;
    }

    .recruitment_business_card {
        padding: 30px;
        min-height: 240px;
    }

    .recruitment_business_card.featured {
        padding: 40px 30px;
    }

    .recruitment_business_card_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .recruitment_policies_section .d-flex {
        flex-direction: column;
        gap: 40px;
    }

    .recruitment_cta_content {
        flex-direction: column;
        gap: 30px;
    }

    .recruitment_cta_left {
        flex: 1;
        max-width: 100%;
    }

    .recruitment_cta_right {
        flex: 1;
        max-width: 100%;
    }

    .recruitment_cta_banner_title {
        font-size: 28px;
    }

    .recruitment_slider_track {
        gap: 24px;
    }

    .recruitment_slider_rtl .recruitment_testimonial_card,
    .recruitment_slider_ltr .recruitment_testimonial_card {
        min-width: calc(50% - 12px);
    }

    .recruitment_testimonial_card {
        padding: 24px;
        gap: 18px;
    }

    .recruitment_testimonial_avatar {
        width: 56px;
        height: 56px;
    }

    .recruitment_testimonial_name {
        font-size: 13px;
    }

    .recruitment_testimonial_role {
        font-size: 11px;
    }

    .recruitment_testimonial_text {
        font-size: 12px;
    }

    .recruitment_final_cta_card {
        padding: 48px 32px;
    }

    .recruitment_final_cta_title {
        font-size: 36px;
    }

    .recruitment_final_cta_desc {
        font-size: 15px;
    }

    .recruitment_faqs_header {
        margin-bottom: 40px;
    }

    .recruitment_faqs_title {
        font-size: 28px;
    }

    .recruitment_faq_item {
        padding: 20px 0;
    }

    .recruitment_faq_question {
        font-size: 15px;
    }

    .recruitment_faq_content.active {
        max-height: 400px;
    }

    .recruitment_faq_content p {
        font-size: 13px;
    }

    .recruitment_final_cta_card {
        padding: 40px 24px;
    }

    .recruitment_final_cta_top {
        margin-bottom: 30px;
        gap: 10px;
    }

    .recruitment_star-gold {
        font-size: 18px;
    }

    .recruitment_rating_text {
        font-size: 13px;
    }

    .recruitment_avatar-small {
        width: 28px;
        height: 28px;
        margin-left: -6px;
    }

    .recruitment_avatar-small:first-child {
        margin-left: 0;
    }

    .recruitment_trust_text {
        font-size: 13px;
    }

    .recruitment_final_cta_title {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .recruitment_final_cta_desc {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .recruitment_final_cta_btn {
        padding: 12px 28px;
        font-size: 14px;
    }
    .recruitment_metric_number {
    font-size: 61px;
    line-height: 70px;
}
}

@media (max-width: 768px) {
    .ai_recruitment_hero {
        padding: 40px 0;
    }
.chatbot_messages {
    padding: 18px 18px;
    gap: 20px;
}
    .top_title_center .common_title {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .top_title_center .superwork_essential {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .btn_g2_img_sec .bookdemo_feature_btn {
        gap: 12px;
    }

    .btn_g2_img_sec .bookdemo_feature_btn .comman_btn .btn_book_a_demo {
        padding: 10px 24px;
        font-size: 13px;
    }



    .recruitment_feature_header {
        margin-bottom: 40px;
    }

    .recruitment_feature_main_title {
        font-size: 28px;
        margin-bottom: 12px;
        line-height: 1.35;
    }

    .recruitment_feature_subtitle {
        font-size: 13px;
        line-height: 1.6;
    }

    .recruitment_business_section {
        padding: 40px 20px;
    }

    .recruitment_business_header {
        margin-bottom: 40px;
    }

    .recruitment_business_title {
        font-size: 28px;
        margin-bottom: 12px;
        line-height: 1.35;
    }

    .recruitment_business_subtitle {
        font-size: 13px;
        line-height: 1.6;
    }

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

    .recruitment_business_card {
        padding: 25px;
        min-height: auto;
    }

    .recruitment_business_card.featured {
        grid-column: 1;
        grid-row: auto;
        padding: 30px 25px;
    }

    .recruitment_business_card_description {
        font-size: 12px;
    }

    .recruitment_stats_section {
        padding: 40px 0;
    }

    .recruitment_metric_number {
        font-size: 54px;
    }

    .recruitment_metric_label {
        font-size: 13px;
    }

    .recruitment_metric_item {
        padding: 0 15px;
    }

    .recruitment_features_row:first-child,
    .recruitment_features_row:not(:first-child) {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .recruitment_feature_item {
        margin-bottom: 0;
        gap: 24px;
    }

    .recruitment_feature_title {
        font-size: 20px;
    }

    .recruitment_feature_desc {
        font-size: 14px;
    }

    .recruitment_table_card {
        border-radius: 8px;
    }

    .recruitment_table_content table th {
        font-size: 11px;
        padding: 10px 6px;
    }

    .recruitment_table_content table td {
        font-size: 12px;
        padding: 10px 6px;
    }

    .recruitment_policies_list ul {
        grid-template-columns: 1fr;
        gap: 10px 15px;
    }

    .recruitment_cta_banner {
        padding: 40px 0;
        margin-top: 30px;
    }

    .recruitment_cta_banner_title {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .recruitment_cta_banner_desc {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .recruitment_cta_banner_btn {
        padding: 10px 24px;
        font-size: 13px;
    }

    .recruitment_testimonials_header {
        margin-bottom: 40px;
    }

    .recruitment_testimonials_title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .recruitment_testimonials_subtitle {
        font-size: 14px;
    }

    .recruitment_slider_track {
        gap: 20px;
    }

    .recruitment_slider_rtl .recruitment_testimonial_card,
    .recruitment_slider_ltr .recruitment_testimonial_card {
        min-width: calc(50% - 10px);
    }

    .recruitment_testimonial_card {
        padding: 20px;
        gap: 16px;
    }

    .recruitment_testimonial_avatar {
        width: 52px;
        height: 52px;
    }

    .recruitment_testimonial_name {
        font-size: 13px;
    }

    .recruitment_testimonial_role {
        font-size: 11px;
    }

    .recruitment_testimonial_text {
        font-size: 12px;
    }
}

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

    .top_title_center .common_title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .top_title_center .superwork_essential {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .btn_g2_img_sec .bookdemo_feature_btn {
        flex-direction: column;
        width: 100%;
    }

    .btn_g2_img_sec .bookdemo_feature_btn .comman_btn {
        width: 100%;
    }

    .btn_g2_img_sec .bookdemo_feature_btn .comman_btn .btn_book_a_demo {
        width: 100%;
        justify-content: center;
    }

    .recruitment_right_content {
        max-width: 100%;
    }

    .chatbot_messages {
        padding: 16px 12px;
    }

    .chatbot_message p {
        font-size: 12px;
        padding: 8px 12px;
    }

    .recruitment_stats_section {
        padding: 30px 0;
    }

    .recruitment_metrics {
        flex-direction: column;
        gap: 24px;
    }

    .recruitment_metric_item {
        flex: 1;
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #e8eaf2;
    }


    .recruitment_metric_number {
        font-size: 32px;
        margin-bottom: 8px;
        line-height: 25px;
    }

    .recruitment_metric_label {
        font-size: 12px;
    }

    .recruitment_feature_content {
        max-width: 100%;
    }

    .recruitment_feature_header {
        margin-bottom: 30px;
    }

    .recruitment_feature_main_title {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .recruitment_feature_subtitle {
        font-size: 12px;
        line-height: 1.6;
    }

    .recruitment_business_section {
        padding: 30px 16px;
    }

    .recruitment_business_header {
        margin-bottom: 30px;
    }

    .recruitment_business_title {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .recruitment_business_subtitle {
        font-size: 12px;
        line-height: 1.6;
    }

    .recruitment_business_grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .recruitment_business_card {
        padding: 20px;
        min-height: auto;
        border-radius: 12px;
    }

    .recruitment_business_card.featured {
        grid-column: 1;
        grid-row: auto;
        padding: 25px 20px;
    }

    .recruitment_business_icon {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
        font-size: 24px;
    }

    .recruitment_features_section {
        padding: 40px 0;
    }

    .recruitment_features_header {
        margin-bottom: 40px;
    }

    .recruitment_features_title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .recruitment_features_subtitle {
        font-size: 14px;
    }

    .recruitment_features_row:first-child,
    .recruitment_features_row:not(:first-child) {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .recruitment_feature_item {
        margin-bottom: 0;
        gap: 16px;
    }

    .recruitment_feature_title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .recruitment_feature_desc {
        font-size: 13px;
    }

    .recruitment_table_card {
        border-radius: 8px;
    }

    .recruitment_card_header {
        padding: 12px 16px;
    }

    .recruitment_badge {
        font-size: 12px;
    }

    .recruitment_table_content {
        padding: 16px;
    }

    .recruitment_table_content table th {
        font-size: 10px;
        padding: 8px 4px;
    }

    .recruitment_table_content table td {
        font-size: 11px;
        padding: 8px 4px;
    }

    .recruitment_policies_section {
        padding: 40px 0;
    }

    .recruitment_policies_title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .recruitment_policies_desc {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .recruitment_policies_list ul {
        grid-template-columns: 1fr;
        gap: 8px 12px;
    }

    .recruitment_policies_list li {
        font-size: 12px;
        padding-left: 16px;
    }

    .recruitment_explore_btn {
        padding: 10px 24px;
        font-size: 12px;
    }

    .recruitment_conduct_list li {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .recruitment_final_cta {
        padding: 40px 0;
    }

    .recruitment_cta_title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .recruitment_cta_desc {
        font-size: 13px;
    }

    .recruitment_cta_banner {
        padding: 30px 0;
        margin-top: 20px;
    }

    .recruitment_cta_content {
        flex-direction: column;
        gap: 20px;
    }

    .recruitment_cta_left {
        flex: 1;
    }

    .recruitment_cta_right {
        flex: 1;
        width: 100%;
    }

    .recruitment_cta_banner_title {
        font-size: 22px;
        margin-bottom: 8px;
        line-height: 1.3;
    }

    .recruitment_cta_banner_desc {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .recruitment_cta_banner_btn {
        padding: 10px 20px;
        font-size: 12px;
    }

    .recruitment_cta_image {
        max-width: 90%;
    }

    .recruitment_features_accordion_section {
        padding: 40px 0;
    }

    .recruitment_accordion_header {
        margin-bottom: 40px;
    }

    .recruitment_accordion_title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .recruitment_accordion_subtitle {
        font-size: 14px;
    }

    .recruitment_accordion_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .recruitment_accordion_left {
        flex: 1;
        max-width: 100%;
    }

    .recruitment_accordion_right {
        flex: 1;
        max-width: 100%;
    }

    .recruitment_accordion_btn {
        padding: 16px 0;
    }

    .recruitment_accordion_label {
        font-size: 14px;
    }

    .recruitment_accordion_content p {
        font-size: 13px;
    }

    .recruitment_testimonials_section {
        padding: 40px 0;
    }

    .recruitment_testimonials_header {
        margin-bottom: 30px;
    }

    .recruitment_testimonials_title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .recruitment_testimonials_subtitle {
        font-size: 13px;
    }

    .recruitment_slider_track {
        gap: 16px;
    }

    .recruitment_slider_rtl .recruitment_testimonial_card,
    .recruitment_slider_ltr .recruitment_testimonial_card {
        min-width: calc(100% - 0px);
    }

    .recruitment_testimonial_card {
        padding: 16px;
        gap: 12px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .recruitment_testimonial_header {
        flex-direction: row;
        gap: 12px;
    }

    .recruitment_testimonial_avatar {
        width: 40px;
        height: 40px;
    }

    .recruitment_testimonial_info {
        flex-direction: row;
        align-items: center;
    }

    .recruitment_testimonial_content {
        width: 100%;
    }

    .recruitment_testimonial_name {
        font-size: 12px;
        margin: 0;
    }

    .recruitment_testimonial_role {
        font-size: 11px;
        margin-top: 2px;
    }

    .recruitment_star {
        font-size: 14px;
    }

    .recruitment_testimonial_text {
        font-size: 11px;
    }

    .recruitment_faqs_section {
        padding: 40px 0;
    }

    .recruitment_faqs_header {
        margin-bottom: 30px;
    }

    .recruitment_faqs_title {
        font-size: 24px;
    }

    .recruitment_faqs_wrapper {
        max-width: 100%;
    }

    .recruitment_faq_item {
        padding: 16px 0;
    }

    .recruitment_faq_question {
        font-size: 14px;
    }

    .recruitment_faq_toggle {
        font-size: 20px;
    }

    .recruitment_faq_content.active {
        max-height: 300px;
    }

    .recruitment_faq_content p {
        font-size: 12px;
        line-height: 1.5;
    }

    .recruitment_final_cta_section {
        padding: 30px 0;
    }

    .recruitment_final_cta_card {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .recruitment_final_cta_top {
        margin-bottom: 24px;
        gap: 8px;
    }

    .recruitment_star-gold {
        font-size: 16px;
    }

    .recruitment_rating_text {
        font-size: 12px;
    }

    .recruitment_avatar-small {
        width: 24px;
        height: 24px;
        margin-left: -6px;
    }

    .recruitment_trust_text {
        font-size: 12px;
    }

    .recruitment_final_cta_title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .recruitment_final_cta_desc {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .recruitment_final_cta_btn {
        padding: 10px 24px;
        font-size: 13px;
    }
}
