/* Job Assistance Program Page CSS - JanBask Style */

:root {
    --jb-blue: #046a8a;
    --jb-blue-dark: #136aab;
    --jb-purple: #624399;
    --jb-yellow: #f8bd00;
    --jb-red: #d52b1e;
    --jb-dark: #000;
    --jb-text: #333;
    --jb-muted: #555;
    --jb-light: #f3fafe;
    --jb-white: #fff;
    --jb-gradient: linear-gradient(135deg, #136aab, #624399);
}

body {
    padding-top: 86px;
}

@media (max-width: 767px) {
    body {
        padding-top: 68px;
    }
}

header#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 8%);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.enrollpyFixed {
    display: none;
}

/* Small set of legacy utility classes the shared parent_course_batch2.php
   partial expects (previously supplied by assets2022/common.css, which we
   no longer load on this page). */
.mb0 {
    margin-bottom: 0;
}

.td-yel {
    background: #fffbea;
    border-color: #f8bd00 !important;
}

.dat-week {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.cont {
    font-size: 1rem;
}

.dark {
    color: #000;
}

.white {
    color: #fff;
}

.notxtdec {
    text-decoration: none;
}

.pull-right {
    float: right;
}

.ja-section {
    padding: 70px 0;
    overflow: hidden;
}

.ja-title {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: var(--jb-dark);
    margin-bottom: 16px;
}

.ja-subtitle {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: var(--jb-muted);
    margin-bottom: 20px;
}

.ja-btn {
    display: inline-block;
    border-radius: 50px;
    padding: 8px 38px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.8rem;
    text-align: center;
    border: none;
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 24%);
    transition: .3s;
}

.ja-btn-yellow {
    background: var(--jb-yellow);
    color: #000;
}

.ja-btn-yellow:hover {
    background: #ffc50e;
    color: #000;
}

/* Hero */
.ja-hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    padding: 60px 0;
    background: var(--jb-gradient);
    color: #fff;
}

.ja-hero .hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}

.ja-hero h1 {
    font-size: 2.1rem;
    line-height: 2.6rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.ja-hero p {
    font-size: 1.05rem;
    line-height: 1.5rem;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 14px;
}

.ja-hero ul {
    margin: 0 0 20px;
    padding-left: 20px;
}

.ja-hero li {
    color: rgba(255, 255, 255, .92);
    margin-bottom: 8px;
    font-size: .98rem;
}

.ja-hero-form {
    background: #fff;
    border-radius: 14px;
    padding: 28px 26px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 18%);
}

.ja-hero-form h5 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--jb-dark);
    margin-bottom: 6px;
}

.ja-hero-form p {
    color: var(--jb-muted);
    font-size: .95rem;
    margin-bottom: 16px;
}

.ja-hero-form .form-control {
    margin-bottom: 14px;
}

.ja-hero-form button {
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 44px;
    background: var(--jb-blue-dark);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

/* Stat cards */
.ja-stat-card {
    height: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 22px 20px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%);
    transition: .3s;
}

.ja-stat-card:hover {
    background: var(--jb-light);
    transform: translateY(-4px);
}

.ja-stat-card .stat-num {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--jb-blue-dark);
    display: block;
    margin-bottom: 6px;
}

.ja-stat-card h4 {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--jb-dark);
    margin-bottom: 8px;
}

.ja-stat-card p {
    font-size: .92rem;
    line-height: 1.4rem;
    color: var(--jb-muted);
    margin: 0;
}

/* Batch section heading (wraps the shared pricing partial) */
.ja-batch-section {
    background: var(--jb-gradient);
    padding: 60px 0 40px;
}

.ja-batch-section .ja-title,
.ja-batch-section .ja-subtitle {
    color: #fff;
    text-align: center;
}

/* Batch schedule cards */
.ja-batch-card {
    height: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 20px 20px 22px;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 14%);
}

.ja-batch-card-hot {
    border: 2px solid var(--jb-yellow);
}

.ja-batch-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.ja-batch-badge {
    display: inline-block;
    background: #eef1f6;
    color: var(--jb-text);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 4px 10px;
    border-radius: 20px;
}

.ja-batch-badge-hot {
    background: var(--jb-red);
    color: #fff;
}

.ja-batch-date {
    font-size: 13px;
    font-weight: 600;
    color: var(--jb-muted);
}

.ja-batch-duration {
    font-size: 1rem;
    font-weight: 700;
    color: var(--jb-dark);
    margin-bottom: 2px;
}

.ja-batch-time {
    font-size: 13px;
    color: var(--jb-muted);
    margin-bottom: 12px;
}

.ja-batch-price {
    margin-bottom: 6px;
}

.ja-batch-price-old {
    text-decoration: line-through;
    color: var(--jb-muted);
    font-size: 14px;
    margin-right: 8px;
}

.ja-batch-price-new {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--jb-blue-dark);
}

.ja-batch-offer {
    font-size: 13px;
    font-weight: 700;
    color: var(--jb-red);
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 12px;
}

.ja-batch-offer-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: var(--jb-blue-dark);
    margin-bottom: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.ja-batch-btn,
a.ja-batch-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 9px 16px;
    font-size: .95rem;
    border-radius: 44px;
}

.ja-batch-btn-dark {
    display: inline-block;
    background: #444;
    color: #fff !important;
    padding: 8px 26px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none;
}

.ja-batch-perk {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .12);
    border-radius: 10px;
    padding: 10px 16px;
    height: 100%;
}

.ja-batch-perk i {
    width: 26px;
    font-size: 20px;
    color: var(--jb-yellow);
    text-align: center;
}

.ja-batch-perk p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.ja-batch-notsure {
    margin-top: 26px;
    text-align: center;
    background: rgba(255, 255, 255, .1);
    border-radius: 10px;
    padding: 16px;
}

.ja-batch-notsure span {
    color: #fff;
    font-weight: 600;
    margin-right: 12px;
    display: inline-block;
}

/* Curriculum accordion (matches the FAQ accordion on /corporate-training) */
.ja-curriculum .jb-faq-item,
.ja-faq-section .jb-faq-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgb(18 60 107 / 6%);
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #eef1f5;
    transition: box-shadow .25s ease, border-color .25s ease;
}

.ja-curriculum .jb-faq-item:last-child,
.ja-faq-section .jb-faq-item:last-child {
    margin-bottom: 0;
}

.ja-curriculum .jb-faq-item:has(.jb-faq-question:not(.collapsed)),
.ja-faq-section .jb-faq-item:has(.jb-faq-question:not(.collapsed)) {
    border-color: var(--jb-blue-dark);
    box-shadow: 0 10px 22px rgb(18 60 107 / 12%);
}

.ja-curriculum .jb-faq-question,
.ja-faq-section .jb-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    padding: 18px 20px;
    font-weight: 700;
    font-size: 15px;
    color: var(--jb-dark);
    text-align: left;
    gap: 14px;
    cursor: pointer;
    margin: 0;
    box-shadow: none;
}

.ja-curriculum .jb-faq-question::after,
.ja-faq-section .jb-faq-question::after {
    display: none;
}

.jbFaqToggle {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--jb-light);
    color: var(--jb-blue-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    transition: background .25s ease, color .25s ease, transform .25s ease;
}

.ja-curriculum .jb-faq-question:not(.collapsed) .jbFaqToggle,
.ja-faq-section .jb-faq-question:not(.collapsed) .jbFaqToggle {
    background: var(--jb-blue-dark);
    color: #fff;
    transform: rotate(180deg);
}

.ja-curriculum .jb-faq-answer,
.ja-faq-section .jb-faq-answer {
    padding: 0 20px 20px;
    color: #555;
    font-size: 15px;
    line-height: 1.5rem;
    background: #fff;
}

.ja-curriculum .tab-img {
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 8px 1px #eee;
    padding: 16px 20px;
    border-radius: 10px;
}

.ja-curriculum .tab-img img.img-fluid {
    width: 100%;
    margin: 0 auto 10px;
    display: table;
}

/* Why learn + testimonials */
.ja-why-learn ul {
    margin: 16px 0;
    padding-left: 20px;
}

.ja-why-learn li {
    margin-bottom: 8px;
    color: var(--jb-muted);
}

.ja-testimonial-card {
    height: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 22px 20px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%);
}

.ja-testimonial-card .tuser {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.ja-testimonial-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.ja-testimonial-card h5 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--jb-blue-dark);
    margin: 0;
}

.ja-testimonial-card p {
    font-size: .92rem;
    line-height: 1.4rem;
    color: var(--jb-muted);
    margin: 0;
}

.ja-testimonial-slider {
    padding-bottom: 30px;
}

.ja-testimonial-slider .ja-testimonial-card {
    margin: 4px 10px 0;
    min-height: 180px;
}

.ja-testimonial-slider .slick-dots {
    position: static;
    display: flex !important;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
    padding: 0;
    list-style: none;
}

.ja-testimonial-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.ja-testimonial-slider .slick-dots li button {
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    background: var(--jb-blue-dark);
    opacity: .3;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: none;
}

.ja-testimonial-slider .slick-dots li button:before {
    content: none;
}

.ja-testimonial-slider .slick-dots li.slick-active button {
    opacity: 1;
}

/* Trending courses slider spacing */
#newCourse2.slick-carousel2 .manage-box {
    margin: 10px 8px;
}

/* The hover overlay has no overflow control upstream and can spill
   past the card into the next row when its bullet list is long. */
#newCourse2 .singlcours-hov {
    overflow: hidden;
}

/* FAQ */
.ja-faq-section {
    background: var(--jb-gradient);
}

.ja-faq-section .ja-title,
.ja-faq-section .ja-subtitle {
    color: #fff;
}

.ja-faq-section .accordion-item {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
    border: 0;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%);
}

.ja-faq-section .accordion-button {
    font-weight: 700;
    font-size: 1rem;
}

.ja-faq-section .accordion-button:not(.collapsed) {
    background: var(--jb-light);
    color: var(--jb-blue-dark);
}

/* Trending courses wrapper */
.ja-trending-section {
    background: #f7f7f7;
}

/* Responsive */
@media (max-width: 991px) {
    .ja-hero {
        min-height: auto;
        padding: 40px 0;
    }

    .ja-hero-form {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .ja-section {
        padding: 40px 0;
    }

    .ja-hero h1 {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .ja-title {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}

/* "Explore Career Programs Built for the AI Era" card grid, ported from
   /corporate-training's ctHomeCareerSection (itself copied from the home
   page). Scoped under .ctHomeCareerSection so it doesn't leak into other
   .ja-* components on this page. */
.ctHomeCareerSection .trendingCourses {
    text-align: center;
    box-shadow: 0 5px 8px 3px rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding: 12px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    height: 100%;
}

.ctHomeCareerSection .IconCourses {
    width: 68px;
    background: #fff;
    display: flex;
    box-shadow: 0 0px 8px 2px rgb(0 0 0 / 12%);
    position: relative;
    border-radius: 50%;
    height: 68px;
    margin: -48px auto 8px auto;
    padding: 0px 6px;
    align-items: center;
}

.ctHomeCareerSection .trendingCourses:hover .singlcours-hov {
    opacity: 1;
    display: inline-block;
    transition: all .5s, transform .5s;
    width: 100%;
    height: 100%;
    top: 0;
}

.ctHomeCareerSection .mob-compress {
    border-radius: 50%;
    width: 58px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    height: 58px;
    position: relative;
    top: -8px;
}

.ctHomeCareerSection .singlcours-hov {
    position: absolute;
    top: 10%;
    left: 0;
    padding: 26px 26px;
    background: linear-gradient(135deg, #136AAB, rgb(98 67 153));
    height: 100%;
    opacity: 0;
    transition: all .5s, transform .5s;
    width: 100%;
    text-align: left;
    color: #fff;
}

.ctHomeCareerSection .rating-box {
    color: #f0f0f0;
}

.ctHomeCareerSection .upcome {
    font-size: 13px;
    font-weight: 700;
    color: #e6ad06;
}

.ctHomeCareerSection .cont1 {
    font-size: 17px;
    line-height: 28px;
}

.ctHomeCareerSection .btn-cour {
    list-style: none;
    padding: 0;
    color: #fff;
    text-align: center;
    margin: 10px 0 0;
    font-weight: 600;
}
