.career-banner {
    position: relative
}

.career-bn-cont-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%
}

.career-banner-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    filter: brightness(60%)
}

.career-bn-title {
    color: #fff;
    font-size: 50px
}

.career-bn-text {
    color: #fff;
    font-size: 18px
}

.career-bn-readmore {
    color: #fff;
    background: #00b6bd;
    padding: 10px 40px;
    border-radius: 6px;
    display: inline-block;
    border: 0;
}

.career-bn-readmore:hover {
    background: #007d9e;
    color: #fff
}

.career-bn-right-btn {
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #01357e;
    border-radius: 6px;
    font-size: 16px;
    margin: 20px 0
}

.career-reg-btn {
    padding: 5px 20px;
    background: #01357e;
    color: #fff;
    border-radius: 6px;
    width: 100px;
    text-decoration: none;
    text-align: center
}

.career-reg-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #009fdf;
    transition: .5s
}

.career-bn-right-btn p {
    margin-bottom: 0;
    color: #01357e
}

.m-v-g-container {
    margin: 40px 0
}

.career-m-v-g-card {
    margin: 20px
}

.career-m-v-g-img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover
}

.m-v-g-desc-area {
    padding: 15px 0
}

.m-v-g-title {
    color: #01357e
}

.m-v-g-desc,
.m-v-g-desc-area .list-unstyled li {
    color: #656567
}

.career-video-area {
    padding: 40px 0;
    background: #f9f9f9
}

.career-head {
    font-size: 42px;
    color: #01357e;
    text-align: center;
    margin-bottom: 20px
}

.career-video-iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px
}

.career-video-desc-area:first-child {
    color: #656567
}

.career-video-watch {
    color: #01357e
}

.career-video-watch .fa-arrow-circle-right {
    color: #009fdf
}

.career-open-position-area {
    background-image: url(../images/banners/career-open-position.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0
}

.career-open-head {
    color: #fff;
    font-size: 42px
}

.career-open-desc {
    color: #fff;
    font-weight: 500
}

.open-pos-btn {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    background: #01357e
}

.open-pos-btn:hover {
    background: #009fdf;
    color: #fff;
    transition: .5s
}

.career-benifit-card {
    margin: 20px
}

.career-benifit-title {
    color: #01357e;
    margin-bottom: 20px
}

.career-benifit-desc {
    color: #656567
}

.available-courses-sec{
    background-color: #f0f1f2;
    padding: 30px 0;
}

.career-job-sec{
    background-color: #f0f1f2;
    padding: 30px 0;
}
.career-content-sec{
    background-color: #f0f1f2;
    padding-bottom: 30px;
    padding-top: 30px;
}
.career-job-card {
    background: #fff;
    border: 1px solid #f0f6fc;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 30%);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 10px;
    display: block
}

.career-job-card h1 {
    font-size: 22px;
    color: #0e2d58;
    line-height: 28px;
    height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;

}

.career-job-card p {
    font-size: 16px;
    color: #4b4b50;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 24px;
    -webkit-box-orient: vertical;
}

.career-last-head {
    color: #737b7d;
    font-size: 42px;
    text-align: center;
    opacity: .7;
    margin-bottom: 20px
}

.career-explore-btn {
    background: #01357e;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin: 20px 15px
}

.career-explore-btn:hover {
    background: #009fdf;
    color: #fff
}
.career-title{
    font-size: 20px;
    margin-bottom: 10px;
}
.HomecontentPart{
    list-style: none;
}
.HomecontentPart li{
    margin-bottom: 10px;
}
.career-himg1{
    width: 70px;
    margin-bottom: 20px;
}
.healthcare-card{
    padding: 8px;
    border: 1px solid #999;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    margin: 15px 0;
}
.career-health-text{
    margin-bottom: 0;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.career-form{
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 17px 0 hsl(0deg 0% 43% / 36%);
    margin: 30px 0;
}
.career-ip{
    width: 100%;
    margin-bottom: 30px;
}
.career-form label{
    margin-bottom: 10px;
    color: #0e2d58;
}
@media only screen and (min-device-width:769px) and (max-device-width:1024px) {
    .career-m-v-g-img {
        height: 250px
    }
}

@media only screen and (max-width:768px) {
    .career-m-v-g-img {
        height: auto
    }
}

@media only screen and (max-width:540px) {
    .career-banner-img {
        height: 320px;
        object-position: center;
    }

    .career-bn-cont-area {
        top: 50px
    }

    .career-m-v-g-card {
        margin: 10px
    }

    .career-video-iframe {
        height: auto
    }

    .career-last-head,
    .career-open-head {
        font-size: 32px
    }

    .career-bn-title {
        font-size: 36px
    }

    .career-bn-right-btn p {
        font-size: 1rem;
        line-height: 1.2
    }
}

/* @vaibhav 19-09-2022 TO HIDE ARROWS FROM NUMBER FIELDS */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.available-courses-sec .container {
    max-width: 800px;
    width: 100%;
    background-color: #ffffff; /* White */
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.available-courses-sec h1 {
    color: #0e2d58; /* Primary Accent Color */
    font-size: 1.5rem;
    margin-top: 0;
    border-bottom: 3px solid #0e2d58; /* Primary Accent Color */
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
}

.available-courses-sec .subtitle {
    font-size: 1rem;
    color: #333333; /* Darker gray, close to black */
    margin-bottom: 25px;
    line-height: 1.5;
}

.available-courses-sec table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden; 
}

.available-courses-sec th, .available-courses-sec td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

.available-courses-sec th {
    background-color: #0e2d58; /* Primary Accent Color */
    color: #ffffff; /* White */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.available-courses-sec tr:nth-child(even) {
    background-color: #f9f9f9;
}

.available-courses-sec tr:hover {
    background-color: #f0f4f7; /* Subtle light gray/blue tint for hover */
    transition: background-color 0.3s ease;
}

/* Styling for the last row's cells */
.available-courses-sec tbody tr:last-child td {
    border-bottom: none;
}

@media only screen and (max-width:540px) {
    .available-courses-sec th{
        font-size: 14px;
    }
    .available-courses-sec .container{
        padding: 20px;
    }
}