/* tech-template3.css — Clean Modern Tech Template with Programming Skills Badges */

.tech3-outer {
    font-family: var(--tech3-fontFamily, 'Montserrat', 'Roboto', 'Open Sans', sans-serif);
    color: #2c3e50;
    background-color: #ffffff;
    padding: 30px 35px;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: var(--tech3-textSize, 10pt);
}

/* Header */
.tech3-header {
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.tech3-header .r-name {
    font-size: var(--tech3-titleSize, 24pt);
    font-weight: 800;
    color: var(--primary-color, #0066cc);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.tech3-header .r-role {
    font-size: 1.1em;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 12px;
}

.tech3-header .r-contact {
    font-size: 0.9em;
    color: #4a5568;
}

.tech3-header .r-contact span {
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 4px;
}

.tech3-header .r-contact i {
    color: var(--primary-color, #0066cc);
    font-size: 13px;
    margin-right: 4px;
}

.tech3-header .r-contact a {
    color: #4a5568;
    text-decoration: none;
}

/* Layout */
.tech3-body {
    width: 100%;
    border-collapse: collapse;
}

.tech3-col-left {
    width: 63%;
    vertical-align: top;
    padding-right: 20px;
}

.tech3-col-right {
    width: 37%;
    vertical-align: top;
    padding-left: 15px;
    border-left: 1px solid #edf2f7;
}

/* Section Titles */
.tech3-section-title {
    font-size: var(--tech3-headingSize, 14pt);
    font-weight: 700;
    color: var(--primary-color, #0066cc);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-bottom: 2px solid var(--primary-color, #0066cc);
    padding-bottom: 4px;
    margin-bottom: 6px;
}

.tech3-section {
    margin-bottom: 16px;
}

/* Summary */
.tech3-col-left .summary-text {
    font-size: 1em;
    color: #2d3748;
    line-height: 1.6;
    text-align: justify;
}

/* Experience */
.tech3-col-left .exp-entry {
    margin-bottom: 18px;
}

.tech3-col-left .exp-title-row {
    margin-bottom: 4px;
}

.tech3-col-left .exp-header {
    font-size: 1.05em;
    font-weight: 700;
    color: #1a202c;
}

.tech3-col-left .exp-company {
    font-size: 1em;
    font-style: italic;
    color: #718096;
    margin-bottom: 4px;
}

.tech3-col-left .exp-dates {
    font-size: 0.9em;
    color: #718096;
}

.tech3-col-left .exp-desc {
    font-size: 1em;
    color: #2d3748;
    margin-top: 6px;
}

.tech3-col-left .exp-desc ul {
    margin: 4px 0;
    padding-left: 18px;
}

.tech3-col-left .exp-desc li {
    margin-bottom: 4px;
}

/* Nested Projects under Experience */
.tech3-col-left .proj-entry {
    margin-top: 8px;
    padding-left: 10px;
    border-left: 2px solid #e2e8f0;
}

.tech3-col-left .proj-name {
    font-size: 0.95em;
    font-weight: 600;
    color: #2b6cb0;
}

.tech3-col-left .proj-stack {
    font-size: 0.9em;
    color: #718096;
    font-style: italic;
}

/* Technical Skills Pills */
.tech3-skills-container {
    display: block;
}

.tech3-skill-pill {
    display: inline-block;
    font-size: 0.9em;
    color: #064cc3;
    background-color: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 3px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* Programming Skills Badges with Visual Icons */
.tech3-prog-skills-container {
    display: block;
}

.tech3-prog-badge {
    display: inline-block;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 0.9em;
    color: #334155;
    margin-right: 6px;
    margin-bottom: 6px;
}

.tech3-prog-badge i,
.tech3-prog-badge svg,
.tech3-prog-badge img {
    font-size: 12px;
    width: 20px;
    height: 16px;
    object-fit: contain;
}

/* Icon brand colors */
.tech3-prog-badge .icon-html { color: #e34f26; }
.tech3-prog-badge .icon-css { color: #1572b6; }
.tech3-prog-badge .icon-js { color: #f7df1e; border-radius: 2px; padding: 1px; width: auto; height: auto; }
.tech3-prog-badge .icon-react { color: #61dafb; }
.tech3-prog-badge .icon-vue { color: #42b883; }
.tech3-prog-badge .icon-angular { color: #dd0031; }
.tech3-prog-badge .icon-bootstrap { color: #7952b3; }
.tech3-prog-badge .icon-sass { color: #cc6699; }
.tech3-prog-badge .icon-less { color: #1d365d; }
.tech3-prog-badge .icon-ember { color: #e04e39; }
.tech3-prog-badge .icon-jquery { color: #0769ad; }
.tech3-prog-badge .icon-java { color: #5382a1; }
.tech3-prog-badge .icon-jsp { color: #e76f51; }
.tech3-prog-badge .icon-servlet { color: #e76f51; }
.tech3-prog-badge .icon-spring { color: #6db33f; }
.tech3-prog-badge .icon-node { color: #339933; }
.tech3-prog-badge .icon-python { color: #3776ab; }
.tech3-prog-badge .icon-php { color: #777bb4; }
.tech3-prog-badge .icon-laravel { color: #ff2d20; }
.tech3-prog-badge .icon-symfony { color: #000000; }
.tech3-prog-badge .icon-rust { color: #000000; }
.tech3-prog-badge .icon-docker { color: #2496ed; }
.tech3-prog-badge .icon-aws { color: #ff9900; }
.tech3-prog-badge .icon-git { color: #f05032; }
.tech3-prog-badge .icon-sql { color: #00758f; }
.tech3-prog-badge .icon-postgres { color: #336791; }
.tech3-prog-badge .icon-mongo { color: #47a248; }
.tech3-prog-badge .icon-redis { color: #dc382d; }
.tech3-prog-badge .icon-ruby { color: #cc342d; }
.tech3-prog-badge .icon-swift { color: #f05138; }
.tech3-prog-badge .icon-graphql { color: #e10098; }

/* Stylized initial badge for tech template 3 */
.tech3-prog-badge-initial {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 8.5px;
    line-height: 1;
    border-radius: 3px;
    padding: 2px 4px;
    min-width: 17px;
    height: 15px;
    text-align: center;
    color: #ffffff !important;
    vertical-align: middle;
    margin-right: 4px;
}
.tech3-prog-badge-initial.bg-fe { background-color: #0284c7; }
.tech3-prog-badge-initial.bg-be { background-color: #16a34a; }
.tech3-prog-badge-initial.bg-db { background-color: #2563eb; }
.tech3-prog-badge-initial.bg-red { background-color: #dc2626; }
.tech3-prog-badge-initial.bg-svelte { background-color: #ff3e00; }


/* Education Items */
.tech3-edu-entry {
    margin-bottom: 14px;
}

.tech3-edu-degree {
    font-size: 1em;
    font-weight: 700;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tech3-edu-degree i {
    color: var(--primary-color, #0066cc);
    font-size: 0.95em;
}

.tech3-edu-inst {
    font-size: 0.95em;
    color: #4a5568;
}

.tech3-edu-year {
    font-size: 0.9em;
    color: #718096;
}

.tech3-edu-details {
    font-size: 0.9em;
    color: #4a5568;
    font-style: italic;
}