/* Title */
.career-section .career-title span {
    color: #0059CE;
}

/* Mobile shows a shorter heading ("...With Us") so it doesn't wrap awkwardly;
   desktop/tablet keep "...With First Line". Two separate headings so the text
   animation splits each one cleanly. */
.career-section .career-title--mobile {
    display: none;
}

@media (max-width: 767px) {
    .career-section .career-title--desktop {
        display: none;
    }

    .career-section .career-title--mobile {
        display: block;
    }
}

/* Description */
.career-section .career-desc {
    color: #000;
    font-size: 18px;
}

/* List */
.career-section .career-list {
    list-style: none;
    padding: 0;
    column-count: 2;
}

.career-section .career-list li {
    position: relative;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 5px;
    display: flex;
}


.career-section .career-btn {
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    background-color: #0059CE;

    font-size: 18px;
    font-weight: 600;
    padding: 15px 25px;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    border: none;
}

.career-section .career-btn:hover {
    background: #199819;
    /* your required hover color */
    color: #fff;
}

/* Image */
.career-section .career-img {
    border-radius: 15px;
    max-width: 90%;
}

/* Careers + Credit-card-processing hero images: fill the column, sized 5:4 to match the Careers hero */
body.career-page .career-section .career-img,
body.credit-card-process .career-section .career-img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 5 / 4;
    height: auto;
    object-fit: cover;
}

/* Small text */
.career-section .small-text {
    color: #777;
    font-size: 13px;
}

.career-section .career-list li i {
    margin-right: 11px;
    font-size: 18px;
    color: #199819;
    top: 2px;
    position: relative;
}

.career-section .col-lg-7>p {
    font-size: 16px;
    color: #000;
}

.career-section .col-lg-7>p span {
    color: #0059ce;
}

.benefits-section .card-next-step a.anchor-link {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    bottom: 0;
    z-index: 999;
    right: 0;
}


@media (max-width: 1024px) {
    section.career-section .container .row.py-4.my-5 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .career-section .career-title {
        font-size: 26px !important;
    }

    .career-section .career-desc {
        font-size: 14px;
    }

    .career-section .career-btn {
        /* width: 100%; */
        text-align: center;
    }


    .career-section .list_icon .col-6 {
        width: 100%;
    }

    .career-section .career-list li {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .career-section .career-list {
        margin-bottom: 10px;
        column-count: 1;
    }

    .blc-cta-section .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .blc-cta-section .blc-cta-wrap {
        padding: 50px 30px 50px 30px;
    }

    .blc-cta-section .blc-cta-wrap h2 {
        font-size: 26px !important;
    }

    .blc-cta-section .blc-cta-wrap p {
        font-size: 16px;
        font-weight: 600;
    }

    /* section.career-section .container {
    padding: 0 !important;
} */

    section.career-section .container .row.py-4.my-5>div:nth-child(1) {
        margin-bottom: 0 !important;
        /* padding: 15px; */
    }

    section.career-section .container .row.py-4.my-5>div:nth-child(2) {
        margin-top: 0 !important;
        /* padding: 15px; */
    }

    section.career-section .career-img {
        max-width: 100%;
    }

    section.benefits-section {
        padding: 3rem 0;
    }

    body.career-page .section-title {
        font-size: 26px !important;
    }

    body.career-page .benefits-section > .container > .section-title {
        margin-bottom: 3rem !important;
    }

    main .benefits-section .card-next-step {
        padding: 30px;
    }

    main .join-team-section {
        padding: 40px 0;
    }

    .job-card span.job-tag {
        padding: 10px;
    }

    .job-card .job-tags {
        gap: 8px;
    }

    body.credit-card-process section.flexible-section {
        padding: 40px 0 !important;
    }

}

@media (max-width: 767px) {
    body.career-page .career-section .career-title {
        margin-bottom: 20px !important;
    }
}


/* section 2  */
.benefits-section {
    background-color: #ccc2;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Card Customizations */
.benefits-section .card-next-step {
    border: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #ffffff;
    color: #212529;
    height: 100%;
    padding: 35px 45px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

/* Icon Container styling */
.benefits-section .card-next-step .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0059ce;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.benefits-section .card-next-step .card-title {
    margin-bottom: 0.8rem;
    transition: color 0.3s ease;

    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.benefits-section .card-next-step .card-text {
    line-height: 1.6;
    margin-bottom: 0;
    transition: color 0.3s ease;

    font-size: 16px;
    font-weight: 400;
}

/* Arrow Circle (Hidden by default, shown on hover) */
/* .benefits-section .card-next-step .arrow-circle {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #0059ce;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    font-size: 0.9rem;
} */

.benefits-section .card-next-step:hover {
    background-color: #0059ce;
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.25);
    /* transform: translateY(-4px); */
}

.benefits-section .card-next-step:hover .icon-circle {
    background-color: #ffffff;
    color: #0059ce;
    box-shadow: inset 0 0 0 1px #0059ce;
}

.benefits-section .card-next-step:hover svg{
    fill:#0059CE !important
}

.benefits-section .card-next-step:hover .card-title {
    color: #ffffff;
    /* White title text */
}

.benefits-section .card-next-step:hover .card-text {
    color: rgba(255, 255, 255, 0.9);
    /* White paragraph text */
}

.benefits-section .card-next-step:hover .arrow-circle {
    opacity: 1;
    /* Show small arrow */
    /* transform: translateX(0); */
    /* Animate slide-in */
}

/* section 3 */
.join-team-section {
    padding: 70px 0;
}

.job-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 24px 28px;
    margin-bottom: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
}

span.badge-sales.customer-experience {
    background-color: #199819;
}

span.badge-sales.marketing {
    background-color: #9300B4;
}

/* .job-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
} */

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}



.badge-sales {
    color: #ffffff;
    background-color: #0059CE;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 7px 14px;
    line-height: 1;
}

.view-job-link {
    color: #111;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
}

.view-job-link:hover {
    color: #0d6efd;
}

.job-title {
    font-size: 25px;
    margin-bottom: 10px !important;
}

.job-description {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.job-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0d6efd;
    border: 1px solid #0059CE;
    font-size: 15px;
    background-color: #F0F8FF;
    font-weight: 500;
    border-style: solid;
    border-radius: 30px;
    padding: 10px 25px;
    line-height: 1;

}

.job-tag i {
    font-size: 0.9rem;
    opacity: 0.8;
}

html .blc-cta-section {
    padding: 15px 0 70px !important;
}



.blc-cta-section .blc-get-started-btn {
    margin-top: 20px;
}

html .flexible-section {
    padding: 85px 0;
}

section.flexible-section h2.section-title {
    text-align: left;
    font-size: 36px;
    margin-bottom: 20px;
}

.credit-card-process .flexible-section .main-img-wrapper {
    transform: unset;
}

html .flexible-section {
    padding-bottom: 130px;
}


.tabs-section {
    padding: 75px 0;
    color: #000;
    padding-bottom: 0;
}

.tabs-section .section-title {
    text-align: center;
    margin-bottom: 40px !important;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;

}

.custom-nav-pills {
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.custom-nav-pills .nav-link {
    background-color: #f1f3f5;
    color: #4a4a4a;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    border: none;
    transition: all 0.3s ease;
    padding-left: 60px;
    padding-right: 60px;
    min-height: 56px;
}

.custom-nav-pills .nav-link:not(:hover):not(.active) {
    color: #4a4a4a !important;
}

.custom-nav-pills .nav-link:hover:not(.active) {
    background-color: #199819;
    color: #ffffff;
}

.custom-nav-pills .nav-link.active {
    background-color: #0059CE !important;
    color: #ffffff;
}

.tab-content-wrapper {
    background-color: #e2f0fe;
    border-radius: 20px;
    padding: 30px 50px 50px 50px;
}

.tab-content .icon-box {
    width: 60px;
    height: 60px;
    background-color: #0059CE;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 25px;
}



.custom-nav-pills .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 700 !important;
}

.tab-content .content-desc {
    color: #000000;
    margin-bottom: 30px;
    padding-right: 20px;

    font-family: 'Poppins', sans-serif;

}

.tab-content .btn-join {
    background-color: #0059CE;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;

    font-size: 18px;
    font-weight: 600;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 25px 15px 25px;
}

.btn-join:hover {
    background-color: #0046a3;
    color: #ffffff;
}

.tab-image-container {
    text-align: right;
}

.tab-image {
    width: 100%;
    max-width: 480px;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.tabs-section ul#processTabs {
    margin-bottom: 32px;
}

body.credit-card-process .container.accordion-container {
    max-width: 1140px !important;
}

body.credit-card-process .custom-faq-wrapper .accordion-button {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .02);
}

@media(min-width:1400px) {
    .tabs-section .container {
        max-width: 1140px !important;
    }

    .tabs-section .tab-content .col-lg-7 {
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .tab-image-container {
        text-align: center;
        margin-top: 40px;
    }

    .tab-image {
        max-width: 100%;
    }

    .content-desc {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .tab-content-wrapper {
        padding: 20px 30px;
    }

    .content-title {
        font-size: 24px;
    }

    body.credit-card-process .custom-faq-wrapper .faq-heading {
        font-size: 32px !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .custom-nav-pills {
        flex-direction: column;
        align-items: stretch;
    }

    .custom-nav-pills .nav-item {
        width: 100%;
    }

    .custom-nav-pills .nav-link {
        text-align: center;
        margin: 0 !important;
        width: 100%;
    }


    .tab-content .content-desc {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .custom-nav-pills .tab-image-container {
        margin-top: 0;
    }

    .tabs-section .tab-image-container {
        margin-top: 0px;
    }
}
