/* Careers Page Styles */

/* Financial Future Banner */
.financial-future-banner {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 0;
}

.financial-future-banner .rating {
    color: #FFD700;
    font-size: 1.1rem;
}

.financial-future-banner .rating span {
    color: #555;
    font-weight: 500;
}

.financial-future-banner .banner-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.financial-future-banner .banner-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
}

.financial-future-banner .banner-cta .btn {
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 50px;
}

.financial-future-banner .banner-cta .btn-success {
    background-color: #00d68f;
    border-color: #00d68f;
}

.financial-future-banner .banner-cta .btn-outline-secondary {
    color: #555;
    border-color: #ccc;
}

.financial-future-banner .banner-image {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}



.careers-intro h2, .careers-why-us h2, .careers-openings h2, .careers-apply h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 35px;
    color: #1a237e;
    position: relative;
    padding-bottom: 15px;
}

.careers-intro h2::after, .careers-why-us h2::after, .careers-openings h2::after, .careers-apply h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #1a237e 0%, #303f9f 100%);
    border-radius: 2px;
}

.careers-intro p, .careers-apply p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1.5rem;
}

/* Why Work With Us Section */
.careers-why-us {
    padding: 60px 0;
    background-color: #f8f9fa;
    margin-bottom: 60px;
}

.why-work-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1.2rem;
}

.why-work-list li {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
    color: #555;
}

.why-work-list li i {
    position: absolute;
    left: 0;
    top: 0.4rem;
    color: #00b894;
}

.why-work-list li strong {
    color: #1a237e;
    font-weight: 600;
}

/* Job Cards */
.job-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 25px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.job-header {
    padding: 20px 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.job-header:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}

.job-header h3 {
    margin: 0;
    font-size: 1.4rem;
    color: #1a237e;
    font-weight: 600;
}

.toggle-icon i {
    transition: transform 0.3s ease;
    color: #1a237e;
}

.job-header[aria-expanded="true"] .toggle-icon i {
    transform: rotate(180deg);
}

.job-details {
    padding: 0;
}

.job-info {
    padding: 25px;
}

.job-info p {
    font-size: 1.1rem;
    color: #555;
}

.responsibilities, .requirements {
    margin-top: 20px;
}

.responsibilities h4, .requirements h4 {
    color: #1a237e;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.responsibilities ul, .requirements ul {
    padding-left: 20px;
}

.responsibilities ul li, .requirements ul li {
    margin-bottom: 10px;
    color: #555;
}

/* Apply Section */
.careers-apply {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.apply-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.apply-method {
    flex: 1;
    min-width: 300px;
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.apply-method:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.apply-method i {
    font-size: 3rem;
    color: #1a237e;
    margin-bottom: 20px;
}

.apply-method h4 {
    color: #1a237e;
    margin-bottom: 15px;
    font-weight: 600;
}

.apply-method p {
    color: #555;
}

.contact-info {
    text-align: center;
}

.contact-info a {
    color: #1a237e;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #303f9f;
    text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .careers-hero h1 {
        font-size: 2.5rem;
    }

    .careers-hero .lead {
        font-size: 1.2rem;
    }

    .careers-intro h2, .careers-why-us h2, .careers-openings h2, .careers-apply h2 {
        font-size: 2.2rem;
        margin-bottom: 25px;
    }

    .job-header h3 {
        font-size: 1.2rem;
    }

    .apply-method {
        min-width: 100%;
    }
}

/* Animations */
.job-card, .apply-method {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-work-list li {
    transition: all 0.3s ease;
    border-left:

/* Ready to Unlock CTA Section */
.careers-cta {
    background-color: #f8f9fa;
    padding: 60px 0;
    margin: 40px 0;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

.careers-cta h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #212529;
}

.careers-cta .lead {
    font-size: 1.25rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto 30px;
}

.careers-cta .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.careers-cta .btn {
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.careers-cta .btn-success {
    background-color: #00c853;
    border-color: #00c853;
}

.careers-cta .btn-success:hover {
    background-color: #00a844;
    border-color: #00a844;
}

.careers-cta .btn-light {
    background-color: #e9ecef;
    border-color: #e9ecef;
    color: #212529;
}

.careers-cta .btn-light:hover {
    background-color: #dde2e6;
    border-color: #dde2e6;
}

@media (max-width: 768px) {
    .careers-cta {
        padding: 40px 20px;
    }
    
    .careers-cta h2 {
        font-size: 2rem;
    }
    
    .careers-cta .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .careers-cta .btn {
        margin-bottom: 10px;
        width: 100%;
        max-width: 250px;
    }
}