/* ═══════════════════════════════════════════════════════════════
   AK PRINT SEVA — 6 DISTINCT PROFESSIONAL RESUME / CV TEMPLATES
   100% WYSIWYG · Crisp High-Legibility Typography · Perfect A4 Fill
   ═══════════════════════════════════════════════════════════════ */

/* ─── A4 PAPER SHEET BASE ─── */
.a4-resume-sheet {
    width: 210mm;
    min-height: 297mm;
    background: #ffffff;
    color: #0f172a;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.42;
}

/* ─── COMMON CENTERED RESUME TITLE ─── */
.resume-top-center-wrap {
    text-align: center;
    margin-bottom: 8px;
}
.resume-top-center-title {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 4px;
    border-bottom: 2.5px solid #000000;
    display: inline-block;
    padding-bottom: 2px;
}

/* ─── SHARED REUSABLE COMPONENTS ─── */
.t1-bullets-list {
    list-style: disc;
    padding-left: 20px;
    margin: 3px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
}
.t1-section-content {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.42;
    padding: 0 2px;
}
.t1-colon-grid {
    display: grid;
    grid-template-columns: 155px 14px 1fr;
    gap: 4px 0;
    font-size: 13px;
    line-height: 1.4;
}
.t1-cg-label { font-weight: 700; color: #1e293b; }
.t1-cg-colon { font-weight: 900; text-align: center; color: #000; }
.t1-cg-val { font-weight: 600; color: #0f172a; }

.t1-sign-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 14px;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
}

.t3-content-box {
    font-size: 13px;
    color: #1e293b;
    line-height: 1.42;
    font-weight: 500;
}
.t4-declaration-box {
    font-size: 12px;
    color: #334155;
    line-height: 1.45;
    font-style: italic;
    padding: 2px 0;
}

/* ═══════════════════════════════════════════════════════════════
   TEMPLATE 01: CLASSIC PROFESSIONAL TEAL TABLE (Yamini Gupta)
   ═══════════════════════════════════════════════════════════════ */
.t1-container {
    padding: 24px 30px 24px;
    background: #ffffff;
    min-height: 297mm;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.t1-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.t1-header-info {
    flex: 1;
}
.t1-name {
    font-size: 24px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 4px;
}
.t1-contact-line {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 2px;
    line-height: 1.4;
}
.t1-photo-box {
    width: 90px;
    height: 115px;
    border: 2px solid #14919B;
    padding: 2px;
    flex-shrink: 0;
}
.t1-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.t1-section-band {
    background: #008080;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    margin-bottom: 5px;
}
.t1-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12.5px;
    font-weight: 600;
    margin-top: 4px;
}
.t1-table th {
    background: #00A8A8;
    color: #ffffff;
    font-weight: 800;
    padding: 6px 10px;
    text-align: left;
    border: 1px solid #008080;
    font-size: 13px;
}
.t1-table td {
    padding: 6px 10px;
    border: 1px solid #00A8A8;
    color: #111827;
}

/* ═══════════════════════════════════════════════════════════════
   TEMPLATE 02: CLEAN COLOR BAR RESUME (Ramya Uppalapati)
   ═══════════════════════════════════════════════════════════════ */
.t2-container {
    padding: 24px 30px 24px;
    background: #ffffff;
    min-height: 297mm;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.t2-name-center {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
    text-transform: uppercase;
    margin: 0 0 6px;
    letter-spacing: 0.5px;
}
.t2-top-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px solid #2563EB;
    padding-bottom: 8px;
    margin-bottom: 4px;
}
.t2-contact-block {
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    line-height: 1.42;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.t2-photo-box {
    width: 90px;
    height: 115px;
    border: 2px solid #2563EB;
    padding: 2px;
    flex-shrink: 0;
}
.t2-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.t2-bar-heading {
    background: linear-gradient(90deg, #1E3A8A 0%, #2563EB 100%);
    color: #ffffff;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 2px;
    margin-bottom: 5px;
}
.t2-edu-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    padding: 3px 0;
    border-bottom: 1px dashed #CBD5E1;
}
.t2-edu-left {
    flex: 1;
}
.t2-edu-year {
    font-weight: 800;
    color: #1E3A8A;
    margin-left: 12px;
}

/* ═══════════════════════════════════════════════════════════════
   TEMPLATE 03: MINIMAL DASHED DIVIDER (Sunil Koduru)
   ═══════════════════════════════════════════════════════════════ */
.t3-container {
    padding: 24px 30px 24px;
    background: #ffffff;
    min-height: 297mm;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.t3-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px solid #000000;
    padding-bottom: 8px;
    margin-bottom: 4px;
}
.t3-person-meta {
    flex: 1;
}
.t3-name {
    font-size: 24px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 4px;
}
.t3-contact-text {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
    margin-bottom: 2px;
}
.t3-photo-box {
    width: 90px;
    height: 115px;
    border: 2px solid #000000;
    padding: 2px;
    flex-shrink: 0;
}
.t3-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.t3-dashed-header {
    position: relative;
    margin: 5px 0 6px;
    display: flex;
    align-items: center;
}
.t3-dashed-line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    border-top: 1.5px dashed #475569;
    z-index: 1;
}
.t3-dashed-title {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ═══════════════════════════════════════════════════════════════
   TEMPLATE 04: FORMAL CURRICULUM VITAE (Chanchal Sharma)
   ═══════════════════════════════════════════════════════════════ */
.t4-container {
    padding: 24px 30px 24px;
    background: #ffffff;
    min-height: 297mm;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.t4-contact-block {
    text-align: left;
    border-bottom: 2px solid #475569;
    padding-bottom: 6px;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
}
.t4-name-bold {
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
    text-transform: uppercase;
    margin-bottom: 3px;
    letter-spacing: 0.5px;
}
.t4-grey-ribbon {
    background: #334155;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    margin-bottom: 5px;
    border-radius: 2px;
}
.t4-arrow-list {
    list-style: none;
    padding: 0;
    margin: 2px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
}
.t4-arrow-list li::before {
    content: "➤ ";
    color: #334155;
    font-weight: 900;
    margin-right: 4px;
}

/* ═══════════════════════════════════════════════════════════════
   TEMPLATE 05: SALESMAN / EXECUTIVE CV (Koteshwar Blue Ribbons)
   ═══════════════════════════════════════════════════════════════ */
.t5-container {
    padding: 24px 30px 24px;
    background: #ffffff;
    min-height: 297mm;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.t5-header-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.t5-name-block {
    font-size: 24px;
    font-weight: 900;
    color: #1E3A8A;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}
.t5-meta-line {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    line-height: 1.4;
}
.t5-photo-box {
    width: 90px;
    height: 115px;
    border: 2px solid #0284C7;
    padding: 2px;
    flex-shrink: 0;
}
.t5-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.t5-role-badge {
    display: inline-block;
    background: #E0F2FE;
    color: #0369A1;
    border: 1px solid #BAE6FD;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.t5-blue-ribbon {
    background: #0284C7;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    margin-bottom: 5px;
    border-radius: 2px;
}

/* ═══════════════════════════════════════════════════════════════
   TEMPLATE 06: CLASSIC BORDERED CV (Rashmi Sirohi)
   ═══════════════════════════════════════════════════════════════ */
.t6-container {
    padding: 22px 26px 22px;
    background: #ffffff;
    min-height: 297mm;
    box-sizing: border-box;
    border: 3px double #000000;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.t6-contact-block {
    text-align: left;
    border-bottom: 1.5px solid #000000;
    padding-bottom: 4px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    line-height: 1.4;
}
.t6-name-line {
    font-size: 22px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}
.t6-sec-title {
    font-size: 13px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 3px;
}
.t6-bullet-list {
    margin: 2px 0 2px 18px;
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-weight: 600;
    color: #1e293b;
}
