/* career.css - Consolidated Career Page Styles */

/* ====== CAREER PAGE HERO SECTION ====== */
.career-hero {
    background: linear-gradient(135deg, rgba(42, 92, 154, 0.9), rgba(30, 58, 95, 0.9));
    color: white;
    padding: 80px 0;
    text-align: center;
}

.career-hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.career-hero p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
}

/* ====== SECTION TITLE STYLES ====== */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 2.5rem;
    color: #2a5c9a;
    margin-bottom: 15px;
}

.section-title p {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* ====== WHY JOIN US SECTION ====== */
.why-join-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.benefit-card {
    background: white;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}

.benefit-icon {
    font-size: 2.5rem;
    color: #2a5c9a;
    margin-bottom: 20px;
}

.benefit-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #333;
}

.benefit-card p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* ====== POSITIONS SECTION ====== */
.positions-section {
    padding: 80px 0;
    background: white;
}

.positions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.position-category {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}

.position-category h3 {
    font-size: 1.4rem;
    color: #2a5c9a;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e6ef;
}

.position-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.position-item {
    background: white;
    padding: 25px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
}

.position-item h4 {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.position-item p {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.position-item strong {
    color: #333;
}

.apply-btn {
    display: inline-block;
    background: #e63946;
    color: white;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.apply-btn:hover {
    background: #d32f2f;
}

/* ====== APPLICATION FORM SECTION ====== */
.application-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.form-container {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    max-width: 800px;
    margin: 0 auto;
}

.form-header {
    background: #2a5c9a;
    color: white;
    padding: 25px;
    text-align: center;
}

.form-header h3 {
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.form-header p {
    opacity: 0.9;
    font-size: 0.95rem;
}

.form-body {
    padding: 40px;
}

.form-section {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.form-section h4 {
    font-size: 1.2rem;
    color: #2a5c9a;
    margin-bottom: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.95rem;
}

.form-group input:focus,
.form-group select:focus {
    border-color: #2a5c9a;
    outline: none;
}

.file-upload-wrapper {
    border: 2px dashed #ddd;
    padding: 25px;
    text-align: center;
    border-radius: 6px;
    background: #fafafa;
}

.file-upload-label {
    display: block;
    cursor: pointer;
    color: #666;
}

.file-info {
    display: block;
    font-size: 0.85rem;
    color: #888;
    margin-top: 5px;
}

.file-preview {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #2a5c9a;
}

.submit-btn {
    background: #e63946;
    color: white;
    border: none;
    padding: 14px 35px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background: #d32f2f;
}

.form-note {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #666;
    text-align: center;
}

/* ====== CONTACT CTA SECTION ====== */
.career-cta-section {
    background: #f0f4f8;
    padding: 80px 0;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.2rem;
    color: #2a5c9a;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.cta-contact {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.contact-item {
    text-align: center;
    padding: 25px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}

.contact-item i {
    font-size: 2rem;
    color: #2a5c9a;
    margin-bottom: 15px;
}

.contact-item h4 {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 8px;
}

.contact-item p {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
}

/* ====== FINAL CTA SECTION ====== */
.about-cta {
    background: linear-gradient(135deg, #2a5c9a, #1e3a5f);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.about-cta .cta-content {
    max-width: 1200px;
    margin: 0 auto;
}

.about-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: white;
}

.about-cta .slogan {
    font-size: 1.8rem;
  color: #e74c3c;
  font-style: italic;
  font-weight: 600;
}

.about-cta .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.about-cta .cta-btn {
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 200px;
    justify-content: center;
}

.about-cta .cta-btn.primary {
    background: #e63946;
    color: white;
    border: 2px solid #e63946;
}

.about-cta .cta-btn.primary:hover {
    background: #d32f2f;
    border-color: #d32f2f;
    transform: translateY(-3px);
}

.about-cta .cta-btn.secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.about-cta .cta-btn.secondary:hover {
    background: white;
    color: #2a5c9a;
    transform: translateY(-3px);
}

/* ====== RESPONSIVE DESIGN ====== */
@media (max-width: 992px) {
    .career-hero h1 {
        font-size: 2.5rem;
    }
    
    .section-title h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .career-hero {
        padding: 60px 20px;
    }
    
    .career-hero h1 {
        font-size: 2.2rem;
    }
    
    .career-hero p {
        font-size: 1.1rem;
    }
    
    .section-title h2 {
        font-size: 1.8rem;
    }
    
    .positions-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .form-body {
        padding: 25px;
    }
    
    .cta-contact {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .about-cta .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .about-cta .cta-btn {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .career-hero h1 {
        font-size: 1.8rem;
    }
    
    .section-title h2 {
        font-size: 1.6rem;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .position-item {
        padding: 20px;
    }
    
    .about-cta h2 {
        font-size: 1.8rem;
    }
    
    .about-cta .slogan {
        font-size: 1.1rem;
    }
}