.main-header .header-top {
    background-color: #ffffff;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    color: var(--sub-color);
}

.banner-section {
    position: relative;
    height: 600px;
    overflow: hidden;
}

#headSection .title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
}

#headSection .title {
    font-weight: bold;
    font-size: 80px;
    color: #ffffff;
    line-height: 94px;
    text-align: center;
}
/* ==============================
   Professional Manager Job Posting Styles
   ============================== */

.professional-manager-section {
    position: relative;
    padding: 100px 0px 120px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.professional-manager-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    z-index: -1;
}

.job-posting-container {
    margin-top: 60px;
}

/* Job Card Styles */
.job-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(31, 69, 113, 0.15);
}

/* Job Header */
.job-header {
    background: linear-gradient(135deg, #1f4571 0%, #2d5aa0 100%);
    padding: 30px;
    color: #ffffff;
}

.job-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.salary-badge,
.job-type,
.location {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

.salary-badge i,
.job-type i,
.location i {
    font-size: 16px;
    color: #ff6b35;
}

.salary-badge span,
.job-type span,
.location span {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

/* Job Content */
.job-content {
    padding: 40px 30px;
}

.job-section {
    margin-bottom: 40px;
}

.job-section:last-child {
    margin-bottom: 0;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #1f4571;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.section-title i {
    font-size: 20px;
    color: #ff6b35;
}

.section-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #6c757d;
    margin-bottom: 20px;
}

/* List Styles */
.responsibility-list,
.requirement-list,
.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.responsibility-list li,
.requirement-list li,
.benefits-list li {
    position: relative;
    padding: 12px 0 12px 30px;
    font-size: 18px;
    line-height: 1.6;
    color: #495057;
    border-bottom: 1px solid #f8f9fa;
}

.responsibility-list li:before,
.requirement-list li:before,
.benefits-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f4571, #2d5aa0);
}

.responsibility-list li:before {
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
}

.benefits-list li:before {
    background: linear-gradient(135deg, #28a745, #20c997);
}

/* Application Column */
.application-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin-bottom: 30px;
    position: sticky;
    top: 100px;
}

.application-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.application-header h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1f4571;
    margin-bottom: 10px;
}

.application-header p {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
}

/* Quick Info */
.quick-info {
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item strong {
    font-size: 16px;
    color: #495057;
    font-weight: 600;
}

.info-item span {
    font-size: 16px;
    color: #1f4571;
    font-weight: 700;
}

/* Application Actions */
.application-actions {
    text-align: center;
}

.application-btn {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
}

.contact-info p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #6c757d;
    margin: 8px 0;
}

.contact-info i {
    color: #ff6b35;
}

/* Company Info Card */
.company-info-card {
    background: linear-gradient(135deg, #1f4571 0%, #2d5aa0 100%);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    color: #ffffff;
}

.company-logo {
    margin-bottom: 20px;
}

.company-logo img {
    max-width: 120px;
    height: auto;
}

.company-info-card h5 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.company-info-card p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}

/* Company Stats */
.company-stats {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.company-stats .stat {
    text-align: center;
    flex: 1;
}

.company-stats .stat .number {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #ff6b35;
    margin-bottom: 5px;
}

.company-stats .stat .label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-weight: 600;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .professional-manager-section {
        padding: 80px 0px 100px;
    }
    
    .job-card {
        margin-bottom: 40px;
    }
    
    .job-header {
        padding: 25px;
    }
    
    .job-title {
        font-size: 28px;
    }
    
    .job-content {
        padding: 30px 25px;
    }
    
    .application-card {
        position: static;
        margin-bottom: 30px;
    }
    
    .company-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .company-stats .stat {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .company-stats .stat:last-child {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .professional-manager-section {
        padding: 60px 0px 80px;
    }
    
    .job-header {
        padding: 20px;
    }
    
    .job-title {
        font-size: 24px;
    }
    
    .job-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .salary-badge,
    .job-type,
    .location {
        width: 100%;
        justify-content: center;
    }
    
    .job-content {
        padding: 25px 20px;
    }
    
    .section-title {
        font-size: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .section-content p,
    .responsibility-list li,
    .requirement-list li,
    .benefits-list li {
        font-size: 16px;
    }
    
    .application-card {
        padding: 25px 20px;
    }
    
    .company-info-card {
        padding: 25px 20px;
    }
    
    .info-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}
