.elementor-3489 .elementor-element.elementor-element-b9d9320{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3489 .elementor-element.elementor-element-458d903{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3489 .elementor-element.elementor-element-f04055d{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-3489 .elementor-element.elementor-element-a8c4e66{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-3489 .elementor-element.elementor-element-f04055d{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-3489 .elementor-element.elementor-element-f04055d{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-5b9b630 *//* Career Section Wrapper */
.career-section {
    display: grid;
    gap: 25px;
    padding: 20px 0;
}

/* Job Card Style */
.job-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-left: 6px solid #0048ba;
    transition: .3s;
}

.job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* Job Title */
.job-title {
    font-size: 24px;
    color: #0048ba;
    font-weight: 700;
    margin-bottom: 12px;
}

/* Job Details List */
.job-details {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}

.job-details li {
    font-size: 16px;
    margin: 6px 0;
    color: #333;
}

/* Apply Button */
.apply-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #0048ba;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: .2s;
}

.apply-btn:hover {
    background: #003b99;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f04055d *//* Job Card Wrapper */
.job-card {
    background: #ffffff;
    padding: 22px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* Job Title (Hyperlink) */
.job-title {
    font-size: 22px;
    font-weight: 700;
    color: #0048ba;
    text-decoration: none;
}

.job-title:hover {
    text-decoration: underline;
}

/* Subtitle (Company + Location) */
.job-sub {
    font-size: 15px;
    color: #666;
    margin: 6px 0 12px;
}

/* Apply Button */
.job-apply-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #0048ba;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

.job-apply-btn:hover {
    background: #003a92;
}/* End custom CSS */