.logo-width {
    width: 200px !important;
}

.distraction-icon {
    width: 100px;
}

.banner-three-thumb {
    width: 50%;
    object-fit: cover;
    margin-bottom: 219px;
    margin-right: 75px;
}

.myul {
    list-style-type: disc;
    padding-left: 20px;
}

.myul li {
    padding-bottom: 10px;
}

.footer {
    background-color: #000000;
}

.service-img {
    background-color: #eaeaea;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.slider-div {
    height: 375px !important;
}

.circle-logo {
    width: 150px;
}

.circle-logo1 {
    width: 80px;
}

.tab-active {
    background: #0e6555;
    color: #fff;
}

.tab-inactive {
    background: #f3f4f6;
    color: #0e6555;
}

.btn-gradient {
    background: linear-gradient(90deg, #0e6555 0%, #58c397 100%);
}

.table-head {
    background: #0e6555;
    color: #fff;
}

.other-sections {
    padding: 80px 0;
}

.other-sections .disclosure-card {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.other-sections .page-title {
    color: #0e6555;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.other-sections h3 {
    color: #0e6555;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

marquee {
    background: #1db388;
    color: #fff;
    font-size: 16px;
    padding: 2px;
    margin-bottom: -7px;
    position: absolute;
    z-index: 99999;
}

.other-sections p,
.other-sections li {
    line-height: 1.8;
    color: #555;
}

.other-sections li {
    list-style: circle !important;
}

.other-sections ul {
    padding-left: 20px;
}

.other-sections .warning-box {
    background: #fff5f5;
    border-left: 4px solid #dc3545;
    padding: 15px 20px;
    border-radius: 8px;
}

.other-sections .disclaimer-box {
    background: #f4fffc;
    border-left: 4px solid #0e6555;
    padding: 15px 20px;
    border-radius: 8px;
}

/* ==========================================
   COMPLAINT STATUS TABLES
========================================== */

.complaint-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb;
}

.complaint-card-header {
    background: #0e6555;
    padding: 18px 25px;
}

.complaint-card-header h3 {
    color: #ffffff;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.complaint-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.complaint-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.complaint-table thead tr {
    background: #58c397;
}

.complaint-table th {
    color: #ffffff;
    font-weight: 600;
    padding: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .15);
}

.complaint-table td {
    padding: 15px;
    border: 1px solid #e5e7eb;
    text-align: center;
    color: #4b5563;
}



.complaint-table .left {
    text-align: left;
}

.complaint-total {
    background: #0e6555;
    color: #fff;
    font-weight: 700;
}

.complaint-total td {
    color: #fff;
    border-color: rgba(255, 255, 255, .15);
}

.complaint-note {
    background: #f8fafc;
    padding: 20px;
    border-top: 1px solid #e5e7eb;
}

.complaint-note p {
    margin-bottom: 10px;
    color: #6b7280;
    font-size: 14px;
}

.complaint-page-title {
    text-align: center;
    margin-bottom: 50px;
}

.complaint-page-title h2 {
    color: #0e6555;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.complaint-page-title p {
    color: #6b7280;
    margin: 0;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1199px) {
    .banner-three-thumb {
        width: 100%;
        margin-bottom: 50px;
        margin-right: 0;
    }
}

@media (max-width: 768px) {

    img,
    svg,
    video,
    canvas {
        max-width: 100%;
        height: auto;
    }

    .logo-width {
        width: 160px !important;
    }

    .banner-three,
    .automation,
    .task-manager {
        overflow: hidden;
    }

    .splitTextStyleOne {
        font-size: clamp(26px, 7.2vw, 34px);
        line-height: 1.12;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .splitTextStyleOne .split-line {
        max-width: 100%;
        white-space: normal;
    }

    .banner-three-content,
    .automation-content,
    .task-manager__content {
        width: 100%;
        max-width: 100% !important;
    }

    .banner-three-content h1,
    .automation-content h2,
    .task-manager__content h2,
    .banner-three-content p,
    .automation-content p,
    .task-manager__content p {
        max-width: 100% !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .banner-three-content p,
    .automation-content p,
    .task-manager__content p {
        font-size: 15px;
        line-height: 1.65;
     
    }

    .banner-three-content .btn {
        
        max-width: 100%;
    }

    .process-steps-section .grid > div {
        display: flex;
        justify-content: center;
    }

    .process-steps-section .grid > div > div {
        width: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        aspect-ratio: auto !important;
        height: auto !important;
        border-radius: 24px !important;
        padding: 24px 18px;
    }

    .banner-three-thumb {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 24px 0 0 !important;
        display: block;
    }

    .banner-three-thumb img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }

    .automation img,
    .task-manager__thumb img {
        width: 100%;
        height: auto;
    }

    .circle-logo {
        width: 120px;
    }

    .circle-logo1 {
        width: 60px;
    }

    .slider-div {
        height: auto !important;
    }

    .complaint-page-title h2 {
        font-size: 30px;
    }

    .complaint-card-header h3 {
        font-size: 18px;
    }

    .complaint-table th,
    .complaint-table td {
        padding: 12px;
        font-size: 13px;
    }

    .other-sections {
        padding: 50px 0;
    }

    .other-sections .disclosure-card {
        padding: 25px;
    }

    .complaint-page-title {
        margin-bottom: 30px;
    }
}


/* Grievance Table */

.grievance-table-wrap {
    overflow-x: auto;
    margin: 25px 0;
}

.grievance-table {
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
    background: #fff;
}

.grievance-table thead tr {
    background: #0e6555;
}

.grievance-table th {
    color: #fff;
    padding: 16px;
    text-align: left;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, .15);
}

.grievance-table td {
    padding: 16px;
    border: 1px solid #e5e7eb;
    vertical-align: top;
    color: #555;
}

.grievance-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.grievance-table tbody tr:hover {
    background: #eefbf7;
}

.grievance-table tbody td:first-child {
    font-weight: 600;
    color: #0e6555;
}

@media (max-width: 768px) {

    .grievance-table th,
    .grievance-table td {
        padding: 12px;
        font-size: 13px;
    }
}

.mobile-menu {
    margin-top: 0;
}

.mobile-menu__inner img {
    width: 150px;
}

@media (max-width: 1034px) {
    .side-overlay {
        position: fixed;
        inset: 0;
        background: rgba(8, 15, 22, .56);
        backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        z-index: 998;
    }

    .mobile-menu {
        top: 0;
        left: 0;
        width: min(82vw, 280px);
        height: 100vh;
        padding: 18px 16px 22px;
        background:
            radial-gradient(circle at top left, rgba(88, 195, 151, .14), transparent 36%),
            linear-gradient(180deg, #ffffff 0%, #f6fffb 100%);
        border-right: 1px solid rgba(14, 101, 85, .12);
        box-shadow: 24px 0 60px rgba(14, 101, 85, .18);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    .mobile-menu__inner {
        display: flex;
        flex-direction: column;
        gap: 16px;
        min-height: 100%;
        align-items: flex-start;
        text-align: left;
    }

    .mobile-menu__logo {
        display: inline-flex;
        align-items: center;
        padding: 8px 0 10px;
    }

    .mobile-menu__logo img {
        width: 150px;
        height: auto;
    }

    .close-button {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #ffffff;
        border: 1px solid rgba(14, 101, 85, .12);
        box-shadow: 0 10px 24px rgba(14, 101, 85, .12);
        color: #0e6555;
        transition: transform .2s ease, background-color .2s ease, color .2s ease;
    }

    .close-button:hover {
        transform: scale(1.04);
        background: #0e6555;
        color: #fff;
    }

    .mobile-menu__menu {
        flex: 1;
        width: 100%;
    }

    .nav-menu--mobile {
        margin-top: 10px;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .nav-menu--mobile .nav-menu__item {
        margin: 0;
    }

    .nav-menu--mobile .nav-menu__link {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-height: 30px;
        padding: 3px 16px !important;
        border-radius: 16px;
        color: #0e6555 !important;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        /* background: rgba(14, 101, 85, .04); */
        /* border: 1px solid rgba(14, 101, 85, .08); */
        transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
    }

    .nav-menu--mobile .nav-menu__link:hover,
    .nav-menu--mobile .nav-menu__item.active>.nav-menu__link {
        background: linear-gradient(135deg, #0e6555, #58c397);
        color: #fff !important;
        border-color: transparent;
        transform: translateX(2px);
    }

    .nav-menu--mobile .has-submenu>.nav-menu__link {
        position: relative;
        padding-right: 40px !important;
    }

    .nav-menu--mobile .has-submenu>.nav-menu__link::after {
        content: '';
        position: absolute;
        right: 14px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: translateY(-65%) rotate(45deg);
        opacity: .8;
    }

    .nav-menu--mobile .has-submenu>.nav-menu__link::before {
        content: none !important;
        display: none !important;
    }

    .nav-menu--mobile .nav-submenu {
        display: none;
        margin-top: 8px !important;
        margin-bottom: 6px;
        padding: 6px !important;
        background: rgba(255, 255, 255, .72);
        border: 1px solid rgba(14, 101, 85, .10);
        border-radius: 14px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    }

    .nav-menu--mobile .nav-submenu__item {
        margin: 0;
    }

    .nav-menu--mobile .nav-submenu__link {
        border-radius: 12px;
        padding: 10px 12px !important;
        color: #334155;
        font-weight: 600;
    }

    .mobile-menu .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Form Card */
.career-card {
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(14, 101, 85, .12);
    border: 1px solid rgba(88, 195, 151, .15);
}

.career-form {
    margin-top: 10px;
}

/* Heading */
.career-title {
    font-size: 42px;
    font-weight: 700;
    color: #0e6555;
    margin-bottom: 35px;
    position: relative;
}

.career-title:after {
    content: '';
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0e6555, #58c397);
    position: absolute;
    left: 0;
    bottom: -12px;
    border-radius: 10px;
}

/* Labels */
.form-label-custom {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #0e6555;
}

/* Inputs */
.form-input {
    width: 100% !important;
    height: 58px;
    padding: 0 18px;
    border: 2px solid #e8eeee;
    border-radius: 14px;
    background: #fff;
    transition: .3s;
    color: #222;
}

.form-input::placeholder {
    color: #9ca3af;
}

.form-input:hover {
    border-color: #58c397;
}

.form-input:focus {
    outline: none;
    border-color: #0e6555;
    box-shadow: 0 0 0 5px rgba(88, 195, 151, .15);
}

/* Select */
.form-select-custom {
    width: 100% !important;
    height: 58px;
    padding: 0 48px 0 18px;
    border: 2px solid #e8eeee;
    border-radius: 14px;
    background: #fff;
    color: #222;
    transition: .3s;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-select-custom:focus {
    outline: none;
    border-color: #0e6555;
    box-shadow: 0 0 0 5px rgba(88, 195, 151, .15);
}

.select-wrap {
    display: flex;
    flex-direction: column;
}

.select-field {
    position: relative;
}

.select-field::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0e6555;
    border-bottom: 2px solid #0e6555;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
    opacity: .75;
}

.select-field .form-select-custom {
    background-image: none;
}

/* File Upload */
.resume-box {
    border: 2px dashed #58c397;
    background: #f6fffc;
    border-radius: 18px;
    padding: 25px;
    text-align: center;
    transition: .3s;
}

.resume-box:hover {
    background: #effdf8;
    border-color: #0e6555;
}

/* Button */
.apply-btn {
    background: linear-gradient(135deg, #0e6555, #58c397);
    color: #fff;
    border: none;
    border-radius: 60px;
    padding: 16px 50px;
    font-size: 16px;
    font-weight: 600;
    transition: .4s;
    box-shadow: 0 10px 25px rgba(14, 101, 85, .25);
}

.apply-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(14, 101, 85, .35);
}

.benefits-panel {
    background: linear-gradient(180deg, #f7fffb 0%, #ffffff 100%);
    border: 1px solid rgba(14, 101, 85, .12);
    border-radius: 30px;
    padding: 32px;
    box-shadow: 0 18px 45px rgba(14, 101, 85, .08);
}

.benefits-panel__head {
    margin-bottom: 22px;
}

.benefits-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #0e6555;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.benefits-title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    color: #0e6555;
    margin: 0;
}

.benefits-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
    padding: 10px 0 6px;
}

.benefits-hero__img {
    width: 100%;
    max-width: 390px;
    height: auto;
    object-fit: contain;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.benefit-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(88, 195, 151, .18);
    box-shadow: 0 10px 25px rgba(14, 101, 85, .06);
}

.benefit-card__icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-card h4 {
    color: #0e6555;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 6px;
}

.benefit-card p {
    color: #5f6c75;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.career-cta-section {
    padding: 80px 0 30px;
    background: #fff;
}

.career-cta-wrap {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    gap: 60px;
    min-height: 240px;
}

.career-cta-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.career-cta-visual__img {
    width: 100%;
    max-width: 360px;
    height: auto;
    object-fit: contain;
}

.career-cta-content {
    padding-left: 20px;
}

.career-cta-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 999px;
    background: #4f6fe8;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.career-cta-contact {
    margin-bottom: 10px;
}

.career-cta-contact__label {
    margin: 0 0 8px;
    color: #111827;
    font-size: 14px;
    font-weight: 400;
}

.career-cta-contact__link {
    display: block;
    color: #4f6fe8;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2px;
}

.career-cta-title {
    font-size: 36px;
    line-height: 1.2;
    color: #111111;
    font-weight: 700;
    margin: 0;
    max-width: 520px;
}

.career-call-form {
    width: 100%;
    max-width: 660px;
    margin: 40px auto 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(17, 24, 39, .06);
}

.career-call-form__input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 14px 18px;
    font-size: 14px;
    color: #111827;
    min-width: 0;
}

.career-call-form__input::placeholder {
    color: #9ca3af;
}

.career-call-form__button {
    border: none;
    border-radius: 999px;
    background: #4f6fe8;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 14px 26px;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(79, 111, 232, .28);
}

/* Dropdown Options */
select option {
    background: #ffffff;
    color: #0e6555;
    padding: 10px;
}

/* Mobile */
@media(max-width:768px) {

    .career-card {
        padding: 25px;
    }

    .breadcrumb {
    padding-top: 150px;
    padding-bottom: 100px;
}

    .career-title {
        font-size: 30px;
    }

    .select-field::after {
        transform: translateY(-65%) rotate(45deg);
    }

    .benefits-panel {
        padding: 22px;
        margin-top: 18px;
    }

    .benefits-title {
        font-size: 26px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card {
        padding: 16px;
        gap: 10px;
    }

    .benefit-card__icon {
        width: 24px;
        height: 24px;
        margin-top: 1px;
    }

    .career-cta-section {
        padding: 60px 0 20px;
    }

    .career-cta-wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .career-cta-content {
        padding-left: 0;
        text-align: left;
    }

    .career-cta-title {
        font-size: 26px;
    }

    .career-call-form {
        border-radius: 24px;
        padding: 10px;
        flex-direction: column;
        align-items: stretch;
        max-width: 100%;
    }

    .career-call-form__button {
        width: 100%;
    }

}
