/* nontech-template3.css — Modern Two-Column Non-Tech Resume Template */

.nontech3-resume {
    font-family: var(--nontech3-fontFamily, 'Open Sans', 'Roboto', 'Lato', sans-serif);
    color: #2d3748;
    background-color: #ffffff;
    padding: 30px 35px;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: var(--nontech3-textSize, 9.5pt);
}

.nontech3-resume .resume-outer {
    width: 100%;
}

/* Two-column table layout */
.nt3-body {
    width: 100%;
    border-collapse: collapse;
}

.nt3-sidebar {
    width: 32%;
    vertical-align: top;
    padding-right: 22px;
    border-right: 1px solid #cbd5e1;
}

.nt3-main {
    width: 68%;
    vertical-align: top;
    padding-left: 24px;
}

/* Header with Vertical Accent Bar */
.nt3-header {
    margin-bottom: 22px;
    padding-left: 12px;
    border-left: 4px solid var(--accent-color, #4b6b94);
}

.nt3-header .nt3-name {
    font-size: var(--nontech3-titleSize, 26pt);
    font-weight: 300;
    color: #1e293b;
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin-bottom: 4px;
}

.nt3-header .nt3-role {
    font-size: var(--nontech3-headingSize, 12pt);
    font-weight: 600;
    color: var(--accent-color, #4b6b94);
    letter-spacing: 0.3px;
}

/* Contact Info in Sidebar */
.nt3-contact {
    margin-bottom: 22px;
    font-size: 0.92em;
    color: #475569;
    line-height: 1.6;
}

.nt3-contact div {
    margin-bottom: 3px;
    word-break: break-word;
}

/* Sidebar Section Headers */
.nt3-sidebar .sidebar-section {
    margin-bottom: 22px;
}

.nt3-sidebar .sidebar-title {
    font-size: var(--nontech3-headingSize, 13pt);
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
    letter-spacing: 0.2px;
}

/* Skills List */
.nt3-sidebar .skills-list {
    margin: 0;
    padding-left: 16px;
    list-style-type: disc;
}

.nt3-sidebar .skills-list li {
    margin-bottom: 4px;
    color: #334155;
    font-size: 0.95em;
}

/* Education Items in Sidebar */
.nt3-edu-entry {
    margin-bottom: 12px;
}

.nt3-edu-year {
    font-size: 0.88em;
    font-style: italic;
    color: #64748b;
    margin-bottom: 2px;
}

.nt3-edu-degree {
    font-weight: 700;
    color: #1e293b;
    font-size: 0.95em;
}

.nt3-edu-inst {
    font-weight: 600;
    color: #334155;
    font-size: 0.92em;
}

.nt3-edu-loc {
    color: #64748b;
    font-size: 0.88em;
}

.nt3-edu-details {
    font-size: 0.88em;
    color: #475569;
    margin-top: 2px;
}

/* Languages with Progress Bars */
.nt3-lang-entry {
    margin-bottom: 10px;
}

.nt3-lang-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.92em;
    margin-bottom: 2px;
}

.nt3-lang-name {
    font-weight: 700;
    color: #1e293b;
}

.nt3-lang-score {
    font-weight: 600;
    font-size: 0.85em;
    color: #64748b;
}

.nt3-lang-bar-bg {
    width: 100%;
    height: 4px;
    background-color: #e2e8f0;
    border-radius: 2px;
    margin: 3px 0 2px 0;
    overflow: hidden;
}

.nt3-lang-bar-fill {
    height: 100%;
    background-color: var(--accent-color, #4b6b94);
    border-radius: 2px;
}

.nt3-lang-level-desc {
    font-size: 0.85em;
    color: #64748b;
}

/* Interests / Achievements in Sidebar */
.nt3-hobby-group {
    margin-bottom: 10px;
}

.nt3-hobby-title {
    font-weight: 600;
    color: #334155;
    font-size: 0.92em;
    margin-bottom: 2px;
}

.nt3-hobby-list {
    margin: 0;
    padding-left: 14px;
    list-style-type: disc;
}

.nt3-hobby-list li {
    font-size: 0.88em;
    color: #475569;
    margin-bottom: 2px;
}

/* Main Column Sections */
.nt3-main .main-section {
    margin-bottom: 22px;
}

.nt3-main .main-section-title {
    font-size: var(--nontech3-headingSize, 14pt);
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
    letter-spacing: 0.2px;
}

.nt3-main .summary-text {
    color: #334155;
    line-height: 1.6;
    text-align: justify;
}

/* Experience Items in Main Column */
.nt3-exp-entry {
    margin-bottom: 18px;
}

.nt3-exp-header {
    font-size: 1.02em;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1px;
}

.nt3-exp-meta {
    font-size: 0.9em;
    font-style: italic;
    color: #64748b;
    margin-bottom: 4px;
}

.nt3-exp-desc {
    color: #334155;
    line-height: 1.5;
}

.nt3-exp-desc ul {
    margin: 4px 0;
    padding-left: 16px;
}

.nt3-exp-desc li {
    margin-bottom: 3px;
}
