.career-section {
    position: relative;
    overflow: hidden;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.healthcare-card {
    background-color: rgba(209, 232, 235, 0.268);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    height: auto;
    max-height: 700px;
    transition: transform 0.3s ease;
}

.healthcare-card:hover {
    transform: translateY(-5px);
}

.healthcare-card img {
    width: 100%;
    height: 250px;
    display: block;
    filter: brightness(0.8);
}

.healthcare-card .card-body {
    padding: 1.5rem;
}

.healthcare-card h5 {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.healthcare-card p {
    color: var(--gray);
    margin: 0;
}

/* .benefits-list {
    list-style: none;
    padding-left: 0;
}

.benefits-list li {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.4;
}

.benefits-list .icon {
    display: inline-flex;
    background-color: #8acef388;
    border-radius: 50%;
    padding: 6px 7px;
    font-weight: bold;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
} */

.col-md-4 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .section-subtitle {
        font-size: 2rem;
        text-align: center;
    }
    .col-md-8,
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }
}

.section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: transparent;
    padding: 30px;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}

.text-box {
    flex: 1 1 500px;
    background-color: #e6f2ff;
    padding: 30px 60px;
    z-index: 10;
    height: auto;
    box-sizing: border-box;
    min-width: 280px;
}

.text-box h5 {
    font-weight: 600;
    margin-top: 0;
}

.text-box p {
    color: var(--gray);
    margin-bottom: 0;
}

.image-box {
    flex: 1 1 500px;
    text-align: center;
    min-width: 280px;
}

.image-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .section {
        flex-direction: column;
        padding: 20px 15px;
    }

    .text-box,
    .image-box {
        flex: none;
        width: 100%;
        min-width: auto;
        padding: 20px;
        height: auto;
    }

    .text-box {
        padding-bottom: 10px;
        margin: auto auto -100px auto !important;
    }
}

.swiper {
    width: 100%;
    max-width: 1210px;
    margin: auto;
    border-radius: 8px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    padding: 40px 13px;
}

.info-section {
    background-color: #fff;
}

.info-icon img {
    border-radius: 50%;
    background-color: #f0f0f0;
    padding: 10px;
}

.info-title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.info-text {
    color: #666;
    font-size: 0.95rem;
}

.content-box {
    position: relative;
    left: 100px;
    top: 100px;
    background-color: aliceblue;
}
/* 
.accordion-container {
    display: flex;
    height: 90vh;
    overflow: hidden;
}

.accordion {
    flex: 1;
    background-image: url("https://www.shutterstock.com/image-photo/doctor-work-tablet-computerdigital-healthcare-600nw-2474856299.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    transition: flex 0.6s ease-in-out, background-color 0.5s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 60px;
    margin: 10px;
    border-radius: 25px;
    border-right: 2px solid #1e2f5b;
    overflow: hidden;
}

.accordion::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    z-index: 1;
}

.label,
.accordion-content {
    position: relative;
    z-index: 2;
}

.accordion:hover,
.accordion.active {
    flex: 3;
}

.label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-orientation: mixed;
    font-size: 1rem;
    font-weight: 600;
    text-align: start;
    white-space: nowrap;
    color: white;
    transition: transform 0.3s;
}

.accordion.active .label,
.accordion:hover .label {
    writing-mode: horizontal-tb;
    transform: none;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding: 0 10px;
}

.accordion-content {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-align: left;
    padding: 20px;
    max-width: 90%;
}

.accordion.active .accordion-content,
.accordion:hover .accordion-content {
    opacity: 1;
}

.accordion-content p {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.6;
}

.accordion:hover {
    background-color: #112a5c;
} */

.icon-feature-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px 30px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
    text-align: left;
}

.icon-feature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.icon-feature img {
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
}

.icon-feature h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.icon-feature p {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}

.icon-feature a {
    color: #1ea0e8;
    text-decoration: none;
    font-weight: 500;
}

@media (max-width: 426px) {
    .icon-feature-section {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .icon-feature {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .section {
        display: flex;
        flex-direction: column;
    }
    .section .image-box {
        order: 2 !important;
    }
    .section .text-box {
        order: 1 !important;
    }
}

.icon-feature img {
    transition: transform 0.3s ease-in-out;
}

.icon-feature:hover img {
    transform: scale(1.1);
}
