﻿/* Page Container */
.career-container {
    max-width: 1100px;
    margin: 30px auto;
    padding: 0 20px;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #333;
}

/* Title */
.career-title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #2c2c2c;
}

/* Intro Text */
.career-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
    color: #555;
}

/* Section Divider */
.career-divider {
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

/* Section Heading */
.career-section h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #2c2c2c;
}

/* Paragraph Text */
.career-section p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

/* Links */
.career-section a {
    color: #007bff;
    text-decoration: none;
}

    .career-section a:hover {
        text-decoration: underline;
    }

/* Highlight Date */
.career-highlight {
    font-weight: 600;
    color: #000;
}

.serive-intro-para-wrap p {
    text-align: center !important;
    font-size: 16px;
}
