/*
=========================================================
DISHA RECRUITMENT
TELECALLER-RECRUITMENT.CSS
VERSION 2.0 — COMMERCIAL TELECALLER / INSIDE SALES PAGE

Architecture:
    global-new.css
        ↓
    recruitment-pages.css
        ↓
    telecaller-recruitment.css

Purpose:
• Premium employer-first Telecaller recruitment page
• Commercial + informational search intent
• Compact, readable, conversion-focused layout
• Strong internal linking and Bangalore relevance
• Page-specific styles only
• Master navigation is intentionally NOT restyled here

IMPORTANT:
Do not add navigation/dropdown rules to this file.
The working DISHA navigation belongs to global-new.css.
=========================================================
*/


/* =========================================================
TCR-V2-01
PAGE FOUNDATION + BREADCRUMB
START
========================================================= */

.tcr-page{
    color:var(--text);
}

.tcr-page a{
    text-decoration:none;
}

.site-breadcrumb{
    background:#fff;
    border-bottom:1px solid #E9EEF4;
}

.site-breadcrumb-inner{
    min-height:35px;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    padding:8px 0;
    color:#788493;
    font-size:11.5px;
    line-height:1.35;
}

.site-breadcrumb-inner a{
    color:#4E78A7;
}

.site-breadcrumb-inner a:hover{
    color:var(--green);
    text-decoration:underline;
    text-underline-offset:3px;
}

/* =========================================================
TCR-V2-01
END
========================================================= */


/* =========================================================
TCR-V2-02
SHARED SECTION SYSTEM
START
========================================================= */

.tcr-section{
    padding:40px 0 42px;
    background:#fff;
}

.tcr-soft{
    background:#F5F9FF;
}

.tcr-section-heading{
    max-width:850px;
    margin:0 auto 23px;
    text-align:center;
}

.tcr-section-heading.tcr-left{
    margin-left:0;
    margin-right:0;
    text-align:left;
}

.tcr-section-heading > span{
    display:inline-block;
    margin-bottom:6px;
    color:var(--green-dark);
    font-size:10px;
    line-height:1.3;
    font-weight:800;
    letter-spacing:1.15px;
    text-transform:uppercase;
}

.tcr-section-heading h2{
    margin:0;
    color:var(--blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:27px;
    line-height:1.22;
    letter-spacing:-.15px;
}

.tcr-section-heading p{
    max-width:790px;
    margin:8px auto 0;
    color:#687687;
    font-size:14px;
    line-height:1.6;
}

.tcr-section-heading.tcr-left p{
    margin-left:0;
}

.tcr-page strong{
    font-weight:700;
}

/* =========================================================
TCR-V2-02
END
========================================================= */


/* =========================================================
TCR-V2-03
HERO
START
========================================================= */

.tcr-hero{
    padding:35px 0 32px;
    background:#F2F7FD;
    border-bottom:1px solid #E4EDF6;
}

.tcr-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.07fr) minmax(330px,.93fr);
    gap:34px;
    align-items:center;
}

.tcr-eyebrow{
    display:inline-flex;
    margin-bottom:8px;
    padding:5px 11px;
    border-radius:30px;
    background:#EAF6EE;
    color:var(--green-dark);
    font-size:10.5px;
    font-weight:800;
    letter-spacing:1px;
}

.tcr-hero-content h1{
    max-width:770px;
    margin:0 0 11px;
    color:var(--blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:39px;
    line-height:1.13;
    letter-spacing:-.45px;
}

.tcr-hero-lead{
    max-width:745px;
    margin:0 0 10px;
    color:#445B73;
    font-size:16px;
    line-height:1.65;
}

.tcr-hero-support{
    max-width:735px;
    margin:0;
    color:#607081;
    font-size:14px;
    line-height:1.62;
}

.tcr-hero-support strong{
    color:#24588F;
}

.tcr-hero-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:13px;
    margin-top:16px;
}

.tcr-hero-actions .btn{
    min-height:43px;
}

.tcr-call-link{
    color:var(--blue);
    font-size:13px;
    font-weight:700;
}

.tcr-call-link:hover{
    color:var(--green-dark);
    text-decoration:underline;
    text-underline-offset:3px;
}

.tcr-hero-proof{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin-top:13px;
}

.tcr-hero-proof span{
    padding:7px 9px;
    border:1px solid #D5E3F1;
    border-radius:7px;
    background:#fff;
    color:#4D6278;
    font-size:11px;
    font-weight:700;
}

.tcr-seo-location{
    max-width:770px;
    margin-top:10px;
    padding-top:8px;
    border-top:1px solid #D9E5F0;
    color:#657486;
    font-size:11px;
    line-height:1.5;
}

.tcr-seo-location strong{
    color:var(--blue);
}

.tcr-location-micro{
    margin-top:5px;
    padding-top:0;
    border-top:0;
    color:#7C8895;
    font-size:9.5px;
    line-height:1.55;
}

.tcr-hero-visual{
    display:flex;
    justify-content:flex-end;
}

.tcr-hero-image-frame{
    position:relative;
    overflow:hidden;
    width:100%;
    max-width:500px;
    border:1px solid #D7E3EF;
    border-radius:15px;
    background:#fff;
    box-shadow:0 7px 20px rgba(18,60,105,.055);
}

.tcr-hero-image-frame img{
    width:100%;
    height:auto;
    display:block;
}

.tcr-hero-overlay{
    position:absolute;
    left:14px;
    right:14px;
    bottom:14px;
    padding:10px 12px;
    border:1px solid rgba(255,255,255,.75);
    border-radius:9px;
    background:rgba(255,255,255,.94);
    box-shadow:0 5px 16px rgba(0,0,0,.07);
}

.tcr-hero-overlay strong{
    display:block;
    color:var(--blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:13px;
    line-height:1.35;
}

.tcr-hero-overlay span{
    display:block;
    margin-top:2px;
    color:#607081;
    font-size:10.5px;
    line-height:1.4;
}

/* =========================================================
TCR-V2-03
END
========================================================= */


/* =========================================================
TCR-V2-04
COMMERCIAL INTENT STRIP
START
========================================================= */

.tcr-intent-strip{
    padding:14px 0;
    background:#fff;
    border-bottom:1px solid #E6EDF4;
}

.tcr-intent-grid{
    display:grid;
    grid-template-columns:1fr 1fr 1fr auto;
    gap:9px;
    align-items:stretch;
}

.tcr-intent-grid > div{
    padding:10px 12px;
    border:1px solid var(--border);
    border-radius:8px;
    background:#FAFCFE;
}

.tcr-intent-grid strong,
.tcr-intent-grid span{
    display:block;
}

.tcr-intent-grid strong{
    margin-bottom:2px;
    color:var(--blue);
    font-size:12px;
}

.tcr-intent-grid span{
    color:#687687;
    font-size:11px;
    line-height:1.4;
}

.tcr-intent-grid > a{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 14px;
    border-radius:8px;
    background:var(--blue);
    color:#fff;
    font-size:11.5px;
    font-weight:700;
    white-space:nowrap;
}

.tcr-intent-grid > a:hover{
    background:var(--blue-dark);
    color:#fff;
}

/* =========================================================
TCR-V2-04
END
========================================================= */


/* =========================================================
TCR-V2-05
EMPLOYER FRAMEWORK
START
========================================================= */

.tcr-framework-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:11px;
    max-width:1000px;
    margin:0 auto 17px;
}

.tcr-framework-grid > div{
    padding:15px 14px;
    border:1px solid var(--border);
    border-top:3px solid var(--blue);
    border-radius:10px;
    background:#fff;
    box-shadow:var(--shadow-sm);
}

.tcr-framework-grid > div:nth-child(even){
    border-top-color:var(--green);
}

.tcr-framework-grid span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:29px;
    height:29px;
    margin-bottom:8px;
    border-radius:8px;
    background:#EDF5FD;
    color:var(--blue);
    font-size:10px;
    font-weight:800;
}

.tcr-framework-grid > div:nth-child(even) span{
    background:#EEF7F0;
    color:var(--green);
}

.tcr-framework-grid h3{
    margin:0 0 5px;
    color:var(--blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:16px;
    line-height:1.3;
}

.tcr-framework-grid p{
    margin:0;
    color:#627181;
    font-size:12.7px;
    line-height:1.5;
}

.tcr-definition-strip{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    max-width:1000px;
    margin:0 auto;
    overflow:hidden;
    border:1px solid var(--border);
    border-radius:10px;
    background:#F8FBFE;
}

.tcr-definition-strip > div{
    min-width:0;
    padding:10px 9px;
    border-left:1px solid #E5ECF3;
}

.tcr-definition-strip > div:first-child{
    border-left:0;
}

.tcr-definition-strip strong,
.tcr-definition-strip span{
    display:block;
}

.tcr-definition-strip strong{
    margin-bottom:2px;
    color:var(--blue);
    font-size:10.5px;
}

.tcr-definition-strip span{
    color:#718091;
    font-size:9.8px;
    line-height:1.35;
}

/* =========================================================
TCR-V2-05
END
========================================================= */


/* =========================================================
TCR-V2-06
ROLE GRID
START
========================================================= */

.tcr-role-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}

.tcr-role-grid article{
    padding:16px;
    border:1px solid var(--border);
    border-top:3px solid var(--blue);
    border-radius:10px;
    background:#fff;
    box-shadow:var(--shadow-sm);
}

.tcr-role-grid article:nth-child(even){
    border-top-color:var(--green);
}

.tcr-role-grid article > b{
    display:flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    margin-bottom:8px;
    border-radius:8px;
    background:#EEF5FD;
    color:var(--blue);
    font-size:9.5px;
}

.tcr-role-grid article:nth-child(even) > b{
    background:#EEF7F0;
    color:var(--green);
}

.tcr-role-grid h3{
    margin:0 0 5px;
    color:#263746;
    font-size:16px;
    line-height:1.35;
}

.tcr-role-grid p{
    margin:0;
    color:#627181;
    font-size:12.7px;
    line-height:1.52;
}

.tcr-role-grid a{
    display:inline-block;
    margin-top:8px;
    color:var(--green-dark);
    font-size:11px;
    font-weight:800;
}

/* =========================================================
TCR-V2-06
END
========================================================= */


/* =========================================================
TCR-V2-07
ROLE COMPARISON
START
========================================================= */

.tcr-compare{
    display:grid;
    grid-template-columns:minmax(0,1fr) 120px minmax(0,1fr);
    gap:12px;
    align-items:stretch;
    max-width:980px;
    margin:0 auto;
}

.tcr-compare-card{
    padding:18px;
    border:1px solid var(--border);
    border-radius:11px;
    background:#fff;
    box-shadow:var(--shadow-sm);
}

.tcr-blue-card{
    border-top:3px solid var(--blue);
}

.tcr-green-card{
    border-top:3px solid var(--green);
}

.tcr-compare-card h3{
    margin:0 0 9px;
    color:var(--blue);
    font-size:18px;
}

.tcr-compare-card ul{
    list-style:none;
    margin:0;
    padding:0;
}

.tcr-compare-card li{
    position:relative;
    padding:6px 0 6px 16px;
    border-top:1px solid #EEF2F6;
    color:#627181;
    font-size:12.8px;
    line-height:1.45;
}

.tcr-compare-card li:first-child{
    border-top:0;
}

.tcr-compare-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--green);
    font-weight:800;
}

.tcr-compare-card a{
    display:inline-block;
    margin-top:9px;
    color:var(--green-dark);
    font-size:11px;
    font-weight:800;
}

.tcr-compare-middle{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    padding:10px;
    border:1px solid var(--border);
    border-radius:11px;
    background:#F2F7FD;
}

.tcr-compare-middle span{
    margin-bottom:2px;
    color:#7A8998;
    font-size:9px;
    letter-spacing:1px;
    font-weight:800;
}

.tcr-compare-middle b{
    display:block;
    width:78px;
    padding:5px 4px;
    border-radius:30px;
    background:#fff;
    color:var(--blue);
    font-size:9.5px;
    text-align:center;
}

.tcr-bottom-note,
.tcr-process-note,
.tcr-outcome-note,
.tcr-bulk-note{
    max-width:980px;
    margin:12px auto 0;
    padding:12px 15px;
    border-radius:9px;
    background:#F7FAFD;
    border:1px solid var(--border);
    color:#627181;
    font-size:12.5px;
    line-height:1.5;
}

.tcr-bottom-note{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:10px;
    align-items:center;
}

.tcr-bottom-note strong,
.tcr-process-note strong,
.tcr-outcome-note strong,
.tcr-bulk-note strong{
    color:var(--blue);
}

.tcr-bottom-note a,
.tcr-bulk-note a{
    color:var(--green-dark);
    font-size:11px;
    font-weight:800;
    white-space:nowrap;
}

/* =========================================================
TCR-V2-07
END
========================================================= */


/* =========================================================
TCR-V2-08
REQUIREMENTS GRID
START
========================================================= */

.tcr-requirement-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    max-width:1000px;
    margin:0 auto;
}

.tcr-requirement-grid > div{
    min-height:105px;
    padding:15px;
    border:1px solid var(--border);
    border-radius:10px;
    background:#fff;
    box-shadow:0 4px 14px rgba(18,60,105,.04);
}

.tcr-requirement-grid strong,
.tcr-requirement-grid span{
    display:block;
}

.tcr-requirement-grid strong{
    margin-bottom:5px;
    color:var(--blue);
    font-size:14px;
}

.tcr-requirement-grid span{
    color:#627181;
    font-size:12.3px;
    line-height:1.5;
}

.tcr-insight-box{
    max-width:1000px;
    margin:12px auto 0;
    padding:12px 15px;
    border-left:4px solid var(--green);
    border-radius:9px;
    background:#F7FCF8;
}

.tcr-insight-box strong{
    display:block;
    margin-bottom:2px;
    color:var(--blue);
    font-size:12px;
}

.tcr-insight-box p{
    margin:0;
    color:#627181;
    font-size:12.5px;
    line-height:1.5;
}

/* =========================================================
TCR-V2-08
END
========================================================= */


/* =========================================================
TCR-V2-09
SCREENING
START
========================================================= */

.tcr-screen-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}

.tcr-screen-grid > div{
    min-height:116px;
    padding:14px;
    border:1px solid var(--border);
    border-radius:10px;
    background:#fff;
    box-shadow:0 5px 15px rgba(18,60,105,.04);
}

.tcr-screen-grid span{
    display:block;
    margin-bottom:4px;
    color:var(--green-dark);
    font-size:9px;
    letter-spacing:.8px;
    font-weight:800;
}

.tcr-screen-grid strong{
    display:block;
    margin-bottom:5px;
    color:var(--blue);
    font-size:14px;
}

.tcr-screen-grid p{
    margin:0;
    color:#627181;
    font-size:12px;
    line-height:1.48;
}

.tcr-assessment-strip{
    max-width:1000px;
    margin:12px auto 0;
    padding:11px 14px;
    border-left:4px solid var(--blue);
    border-radius:8px;
    background:#F7FAFD;
    color:#627181;
    font-size:12px;
    line-height:1.5;
    text-align:center;
}

.tcr-assessment-strip strong{
    color:var(--blue);
}

/* =========================================================
TCR-V2-09
END
========================================================= */


/* =========================================================
TCR-V2-10
INDUSTRIES
START
========================================================= */

.tcr-industry-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:9px;
}

.tcr-industry-grid > div{
    min-height:94px;
    padding:14px;
    border:1px solid var(--border);
    border-radius:9px;
    background:#fff;
}

.tcr-industry-grid strong,
.tcr-industry-grid span{
    display:block;
}

.tcr-industry-grid strong{
    margin-bottom:4px;
    color:var(--blue);
    font-size:13px;
}

.tcr-industry-grid span{
    color:#627181;
    font-size:11.8px;
    line-height:1.5;
}

/* =========================================================
TCR-V2-10
END
========================================================= */


/* =========================================================
TCR-V2-11
BANGALORE LOCAL
START
========================================================= */

.tcr-bangalore-layout{
    display:grid;
    grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);
    gap:24px;
    align-items:start;
}

.tcr-local-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}

.tcr-local-grid > div{
    padding:14px;
    border:1px solid var(--border);
    border-radius:9px;
    background:#fff;
}

.tcr-local-grid strong,
.tcr-local-grid span{
    display:block;
}

.tcr-local-grid strong{
    margin-bottom:5px;
    color:var(--blue);
    font-size:13px;
}

.tcr-local-grid span{
    color:#627181;
    font-size:11.5px;
    line-height:1.52;
}

.tcr-location-card{
    padding:19px;
    border:1px solid #BBDDC2;
    border-top:3px solid var(--green);
    border-radius:11px;
    background:#F7FCF8;
}

.tcr-location-card > span{
    display:block;
    margin-bottom:6px;
    color:var(--green-dark);
    font-size:9px;
    letter-spacing:1px;
    font-weight:800;
}

.tcr-location-card h3{
    margin:0 0 7px;
    color:var(--blue);
    font-size:18px;
    line-height:1.3;
}

.tcr-location-card p{
    margin:0;
    color:#627181;
    font-size:12.5px;
    line-height:1.55;
}

.tcr-location-card a{
    display:inline-block;
    margin-top:9px;
    color:var(--green-dark);
    font-size:11px;
    font-weight:800;
}

.tcr-location-microcopy{
    max-width:1100px;
    margin:10px auto 0;
    color:#7B8793;
    font-size:9.2px;
    line-height:1.55;
    text-align:center;
}

/* =========================================================
TCR-V2-11
END
========================================================= */


/* =========================================================
TCR-V2-12
PROCESS
START
========================================================= */

.tcr-process-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:11px;
}

.tcr-process-grid > div{
    padding:15px;
    border:1px solid var(--border);
    border-top:3px solid var(--blue);
    border-radius:10px;
    background:#fff;
}

.tcr-process-grid > div:nth-child(even){
    border-top-color:var(--green);
}

.tcr-process-grid b{
    display:flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    margin-bottom:8px;
    border-radius:50%;
    background:#EEF5FD;
    color:var(--blue);
    font-size:9.5px;
}

.tcr-process-grid > div:nth-child(even) b{
    background:#EEF7F0;
    color:var(--green);
}

.tcr-process-grid h3{
    margin:0 0 5px;
    color:#263746;
    font-size:16px;
}

.tcr-process-grid p{
    margin:0;
    color:#627181;
    font-size:12.7px;
    line-height:1.5;
}

.tcr-process-note{
    text-align:center;
}

/* =========================================================
TCR-V2-12
END
========================================================= */


/* =========================================================
TCR-V2-13
OUTCOMES / KPI
START
========================================================= */

.tcr-outcome-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    max-width:1000px;
    margin:0 auto;
}

.tcr-outcome-grid > div{
    min-height:95px;
    padding:14px;
    border:1px solid var(--border);
    border-top:3px solid var(--green);
    border-radius:9px;
    background:#fff;
}

.tcr-outcome-grid strong,
.tcr-outcome-grid span{
    display:block;
}

.tcr-outcome-grid strong{
    margin-bottom:4px;
    color:var(--blue);
    font-size:13.5px;
}

.tcr-outcome-grid span{
    color:#627181;
    font-size:11.8px;
    line-height:1.48;
}

.tcr-outcome-note{
    display:flex;
    justify-content:center;
    gap:8px;
    flex-wrap:wrap;
    text-align:center;
}

/* =========================================================
TCR-V2-13
END
========================================================= */


/* =========================================================
TCR-V2-14
HIRING MODELS
START
========================================================= */

.tcr-hiring-model-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
    max-width:1000px;
    margin:0 auto;
}

.tcr-hiring-model-grid > div{
    padding:15px;
    border:1px solid var(--border);
    border-radius:10px;
    background:#fff;
    box-shadow:var(--shadow-sm);
}

.tcr-hiring-model-grid b{
    display:flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    margin-bottom:8px;
    border-radius:8px;
    background:#EDF5FD;
    color:var(--blue);
    font-size:9.5px;
}

.tcr-hiring-model-grid > div:nth-child(even) b{
    background:#EEF7F0;
    color:var(--green);
}

.tcr-hiring-model-grid h3{
    margin:0 0 5px;
    color:#263746;
    font-size:15.5px;
}

.tcr-hiring-model-grid p{
    margin:0;
    color:#627181;
    font-size:12.3px;
    line-height:1.5;
}

.tcr-bulk-note{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:9px;
    align-items:center;
}

/* =========================================================
TCR-V2-14
END
========================================================= */


/* =========================================================
TCR-V2-15
WHY DISHA
START
========================================================= */

.tcr-why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:11px;
    max-width:1000px;
    margin:0 auto;
}

.tcr-why-grid > div{
    padding:15px;
    border:1px solid var(--border);
    border-radius:10px;
    background:#fff;
    box-shadow:0 4px 14px rgba(18,60,105,.04);
}

.tcr-why-grid strong,
.tcr-why-grid span{
    display:block;
}

.tcr-why-grid strong{
    margin-bottom:5px;
    color:var(--blue);
    font-size:13.5px;
}

.tcr-why-grid span{
    color:#627181;
    font-size:12px;
    line-height:1.5;
}

/* =========================================================
TCR-V2-15
END
========================================================= */


/* =========================================================
TCR-V2-16
RELATED SERVICES
START
========================================================= */

.tcr-related-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}

.tcr-related-grid > a{
    display:flex;
    flex-direction:column;
    min-height:145px;
    padding:15px;
    border:1px solid var(--border);
    border-radius:10px;
    background:#fff;
    box-shadow:var(--shadow-sm);
}

.tcr-related-grid strong{
    color:var(--blue);
    font-size:14px;
    line-height:1.35;
}

.tcr-related-grid span{
    margin-top:5px;
    color:#627181;
    font-size:11.8px;
    line-height:1.48;
}

.tcr-related-grid b{
    margin-top:auto;
    padding-top:9px;
    color:var(--green-dark);
    font-size:10.8px;
}

.tcr-related-grid > a:hover{
    border-color:#BBD2E9;
    transform:translateY(-1px);
    transition:var(--transition);
}

/* =========================================================
TCR-V2-16
END
========================================================= */


/* =========================================================
TCR-V2-17
FAQ
START
========================================================= */

.tcr-faq-list{
    max-width:900px;
    margin:0 auto;
}

.tcr-faq-list details{
    margin-bottom:8px;
    border:1px solid var(--border);
    border-radius:9px;
    background:#fff;
}

.tcr-faq-list summary{
    position:relative;
    padding:13px 42px 13px 15px;
    color:var(--blue);
    font-size:13.5px;
    line-height:1.4;
    font-weight:700;
    cursor:pointer;
    list-style:none;
}

.tcr-faq-list summary::-webkit-details-marker{
    display:none;
}

.tcr-faq-list summary::after{
    content:"+";
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    color:var(--green);
    font-size:18px;
    font-weight:600;
}

.tcr-faq-list details[open] summary::after{
    content:"−";
}

.tcr-faq-list details p{
    margin:0;
    padding:0 15px 14px;
    color:#627181;
    font-size:12.8px;
    line-height:1.58;
}

/* =========================================================
TCR-V2-17
END
========================================================= */


/* =========================================================
TCR-V2-18
COMMERCIAL ENQUIRY
START
========================================================= */

.tcr-enquiry-section{
    padding:28px 0;
    background:#F2F7FD;
}

.tcr-enquiry-box{
    display:grid;
    grid-template-columns:minmax(0,1.5fr) minmax(250px,.5fr);
    gap:24px;
    align-items:center;
    padding:24px 26px;
    border:1px solid #C9DCEC;
    border-radius:13px;
    background:#fff;
    box-shadow:var(--shadow-md);
}

.tcr-enquiry-copy > span{
    display:block;
    margin-bottom:5px;
    color:var(--green-dark);
    font-size:9.5px;
    letter-spacing:1px;
    font-weight:800;
}

.tcr-enquiry-copy h2{
    margin:0 0 6px;
    color:var(--blue);
    font-size:25px;
    line-height:1.2;
}

.tcr-enquiry-copy p{
    max-width:720px;
    margin:0;
    color:#627181;
    font-size:13.5px;
    line-height:1.55;
}

.tcr-enquiry-points{
    display:flex;
    flex-wrap:wrap;
    gap:6px 13px;
    margin-top:10px;
}

.tcr-enquiry-points span{
    color:#4F657A;
    font-size:11.5px;
    font-weight:700;
}

.tcr-enquiry-actions{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
}

.tcr-enquiry-actions .btn{
    width:100%;
}

.tcr-enquiry-phone,
.tcr-enquiry-email{
    color:var(--blue);
    font-size:12px;
    font-weight:700;
    text-align:center;
}

.tcr-enquiry-phone:hover,
.tcr-enquiry-email:hover{
    color:var(--green-dark);
}

/* =========================================================
TCR-V2-18
END
========================================================= */


/* =========================================================
TCR-V2-19
FINAL CTA
START
========================================================= */

.tcr-final-cta{
    padding:33px 0;
    background:linear-gradient(135deg,var(--blue),var(--blue-dark));
    color:#fff;
    text-align:center;
}

.tcr-final-cta > .container > span{
    display:inline-block;
    margin-bottom:7px;
    padding:4px 9px;
    border-radius:20px;
    background:rgba(255,255,255,.13);
    color:#fff;
    font-size:9.5px;
    letter-spacing:1px;
    font-weight:800;
}

.tcr-final-cta h2{
    max-width:820px;
    margin:0 auto 7px;
    color:#fff;
    font-size:28px;
    line-height:1.2;
}

.tcr-final-cta p{
    max-width:760px;
    margin:0 auto 15px;
    color:#EAF3FF;
    font-size:13.5px;
    line-height:1.58;
}

.tcr-final-cta .btn{
    min-height:42px;
}

/* =========================================================
TCR-V2-19
END
========================================================= */


/* =========================================================
TCR-V2-20
RESPONSIVE
START
========================================================= */

@media(max-width:1080px){

    .tcr-hero-grid{
        grid-template-columns:minmax(0,1fr) 360px;
        gap:25px;
    }

    .tcr-framework-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .tcr-definition-strip{
        grid-template-columns:repeat(3,1fr);
    }

    .tcr-definition-strip > div:nth-child(4){
        border-left:0;
        border-top:1px solid #E5ECF3;
    }

    .tcr-definition-strip > div:nth-child(5),
    .tcr-definition-strip > div:nth-child(6){
        border-top:1px solid #E5ECF3;
    }

    .tcr-screen-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .tcr-industry-grid,
    .tcr-related-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .tcr-hiring-model-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:900px){

    .tcr-hero-grid{
        grid-template-columns:1fr;
    }

    .tcr-hero-visual{
        justify-content:flex-start;
    }

    .tcr-hero-image-frame{
        max-width:390px;
    }

    .tcr-intent-grid{
        grid-template-columns:1fr 1fr;
    }

    .tcr-intent-grid > a{
        min-height:42px;
    }

    .tcr-role-grid,
    .tcr-requirement-grid,
    .tcr-process-grid,
    .tcr-why-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .tcr-compare{
        grid-template-columns:1fr 1fr;
    }

    .tcr-compare-middle{
        display:none;
    }

    .tcr-bangalore-layout{
        grid-template-columns:1fr;
    }

    .tcr-location-card{
        max-width:520px;
    }

    .tcr-outcome-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .tcr-enquiry-box{
        grid-template-columns:1fr;
    }

    .tcr-enquiry-actions{
        max-width:360px;
    }

}

@media(max-width:700px){

    .tcr-section{
        padding:34px 0 36px;
    }

    .tcr-hero{
        padding:27px 0 25px;
    }

    .tcr-hero-content h1{
        font-size:32px;
    }

    .tcr-hero-lead{
        font-size:15px;
    }

    .tcr-section-heading h2{
        font-size:24px;
    }

    .tcr-intent-grid,
    .tcr-framework-grid,
    .tcr-role-grid,
    .tcr-requirement-grid,
    .tcr-screen-grid,
    .tcr-industry-grid,
    .tcr-process-grid,
    .tcr-outcome-grid,
    .tcr-hiring-model-grid,
    .tcr-why-grid,
    .tcr-related-grid{
        grid-template-columns:1fr;
    }

    .tcr-definition-strip{
        grid-template-columns:1fr 1fr;
    }

    .tcr-definition-strip > div{
        border-left:1px solid #E5ECF3;
        border-top:1px solid #E5ECF3;
    }

    .tcr-definition-strip > div:nth-child(1),
    .tcr-definition-strip > div:nth-child(2){
        border-top:0;
    }

    .tcr-definition-strip > div:nth-child(odd){
        border-left:0;
    }

    .tcr-compare{
        grid-template-columns:1fr;
    }

    .tcr-bottom-note,
    .tcr-bulk-note{
        grid-template-columns:1fr;
        gap:5px;
    }

    .tcr-bottom-note a,
    .tcr-bulk-note a{
        white-space:normal;
    }

    .tcr-location-microcopy{
        text-align:left;
        font-size:9px;
    }

    .tcr-enquiry-box{
        padding:20px;
    }

    .tcr-enquiry-actions{
        max-width:none;
    }

    .tcr-final-cta h2{
        font-size:25px;
    }

}

@media(max-width:480px){

    .tcr-hero-content h1{
        font-size:29px;
    }

    .tcr-hero-proof span{
        font-size:10.5px;
    }

    .tcr-location-micro{
        font-size:9px;
    }

    .tcr-definition-strip{
        grid-template-columns:1fr;
    }

    .tcr-definition-strip > div,
    .tcr-definition-strip > div:nth-child(odd){
        border-left:0;
        border-top:1px solid #E5ECF3;
    }

    .tcr-definition-strip > div:first-child{
        border-top:0;
    }

    .tcr-location-microcopy{
        font-size:8.7px;
    }

    .tcr-enquiry-copy h2{
        font-size:22px;
    }

}

/* =========================================================
TCR-V2-20
END
========================================================= */


/* =========================================================
TCR-V2-21
PRINT
START
========================================================= */

@media print{

    .tcr-call-link,
    .tcr-enquiry-section,
    .tcr-final-cta{
        display:none !important;
    }

    .tcr-section{
        padding:18px 0;
    }

    .tcr-role-grid article,
    .tcr-screen-grid > div,
    .tcr-process-grid > div,
    .tcr-related-grid > a,
    .tcr-enquiry-box{
        box-shadow:none;
    }

}

/* =========================================================
TCR-V2-21
END
========================================================= */


/* =========================================================
DISHA TELECALLER RECRUITMENT — V3 REFINEMENT
START
No header/navigation/footer rules are included here.
========================================================= */

.tcr-trust-strip{
    padding:12px 0 14px;
    background:#fff;
    border-bottom:1px solid #E6EDF4;
}

.tcr-trust-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
}

.tcr-trust-grid > div{
    min-width:0;
    padding:13px 12px 12px;
    border-radius:9px;
    background:var(--blue);
    color:#fff;
    text-align:center;
}

.tcr-trust-grid strong{
    display:block;
    margin-bottom:3px;
    color:#fff;
    font-family:"Poppins",Arial,sans-serif;
    font-size:25px;
    line-height:1.05;
}

.tcr-trust-grid span{
    display:block;
    color:#F3F7FC;
    font-size:11px;
    line-height:1.3;
}

.tcr-section{
    padding:38px 0 40px;
}

.tcr-section-heading{
    margin-bottom:20px;
}

.tcr-section-heading h2{
    font-size:26px;
}

.tcr-section-heading p{
    max-width:820px;
    font-size:13.5px;
    line-height:1.55;
}

.tcr-framework-section{
    background:#fff;
}

.tcr-definition-strip{
    margin-top:14px;
}

.tcr-role-grid,
.tcr-screen-grid,
.tcr-industry-grid,
.tcr-process-grid,
.tcr-outcome-grid,
.tcr-hiring-model-grid,
.tcr-related-grid{
    gap:10px;
}

.tcr-role-grid article,
.tcr-screen-grid > div,
.tcr-local-grid > div,
.tcr-related-grid > a{
    padding:14px;
}

.tcr-bangalore-layout{
    gap:16px;
}

.tcr-faq-list{
    max-width:860px;
    margin:0 auto;
}

.tcr-faq-list details{
    margin-bottom:7px;
}

@media(max-width:900px){
    .tcr-trust-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:480px){
    .tcr-trust-grid{
        grid-template-columns:1fr 1fr;
        gap:8px;
    }

    .tcr-trust-grid > div{
        padding:11px 8px;
    }

    .tcr-trust-grid strong{
        font-size:22px;
    }

    .tcr-trust-grid span{
        font-size:10px;
    }

    .tcr-section{
        padding:32px 0 34px;
    }

    .tcr-section-heading h2{
        font-size:23px;
    }
}

/* =========================================================
DISHA TELECALLER RECRUITMENT — V3 REFINEMENT
END
========================================================= */


/* =========================================================
TCR-V4
FINAL COMMERCIAL / SEO REFINEMENT
START
No header, navigation or footer rules.
========================================================= */

.tcr-section{
    padding:34px 0 36px;
}

.tcr-section-heading{
    margin-bottom:18px;
}

.tcr-section-heading h2{
    font-size:26px;
}

.tcr-section-heading p{
    font-size:13.5px;
    line-height:1.55;
}

.tcr-trust-strip{
    padding:11px 0 13px;
}

.tcr-trust-grid{
    gap:9px;
}

.tcr-trust-grid > div{
    padding:12px 10px 11px;
}

.tcr-trust-grid strong{
    font-size:24px;
}

.tcr-role-grid article{
    padding:13px 13px 12px;
}

.tcr-role-grid article p,
.tcr-screen-grid > div p,
.tcr-process-grid > div p,
.tcr-hiring-model-grid > div p{
    line-height:1.42;
}

.tcr-screen-grid > div,
.tcr-process-grid > div,
.tcr-hiring-model-grid > div{
    padding:13px;
}


/* =========================================================
TCR-CONTEXT-01
CONTEXTUAL LINK TO EMPLOYER HIRING GUIDE
START
========================================================= */
.tcr-contextual-link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    max-width:980px;
    margin:14px auto 0;
    padding:13px 16px;
    border:1px solid #D6E5F0;
    border-left:3px solid var(--green);
    border-radius:10px;
    background:#FBFDFF;
}
.tcr-contextual-link > div{min-width:0;}
.tcr-contextual-link span{
    display:block;
    margin-bottom:3px;
    color:var(--green-dark);
    font-size:9.5px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}
.tcr-contextual-link strong{
    display:block;
    color:var(--blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:14px;
    line-height:1.35;
}
.tcr-contextual-link p{
    margin:3px 0 0;
    color:#64748B;
    font-size:11.5px;
    line-height:1.45;
}
.tcr-contextual-link > a{
    flex:0 0 auto;
    color:var(--blue);
    font-size:12px;
    font-weight:700;
    white-space:nowrap;
}
.tcr-contextual-link > a:hover{
    color:var(--green-dark);
    text-decoration:underline;
    text-underline-offset:3px;
}
/* =========================================================
TCR-CONTEXT-01 END
========================================================= */
.tcr-guide-link{
    max-width:980px;
    margin:14px auto 0;
    padding:14px 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    border:1px solid #CFE0EE;
    border-left:3px solid var(--green);
    border-radius:10px;
    background:#F7FBFF;
}

.tcr-guide-link > div{
    min-width:0;
}

.tcr-guide-link span{
    display:block;
    margin-bottom:3px;
    color:var(--green-dark);
    font-size:9.5px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}

.tcr-guide-link strong{
    display:block;
    color:var(--blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:14px;
    line-height:1.35;
}

.tcr-guide-link p{
    margin:3px 0 0;
    color:#64748B;
    font-size:11.5px;
    line-height:1.4;
}

.tcr-guide-link > a{
    flex:0 0 auto;
    color:var(--blue);
    font-size:12px;
    font-weight:700;
    white-space:nowrap;
}

.tcr-location-card{
    border-left:3px solid var(--green);
}

#tcr-bangalore{
    background:#FBFDFC;
}

@media(max-width:700px){
    .tcr-guide-link,
    .tcr-contextual-link{
        align-items:flex-start;
        flex-direction:column;
        gap:9px;
    }

    .tcr-guide-link > a,
    .tcr-contextual-link > a{
        white-space:normal;
    }
}

@media(max-width:480px){
    .tcr-section{
        padding:29px 0 31px;
    }

    .tcr-section-heading h2{
        font-size:22px;
    }

    .tcr-section-heading p{
        font-size:13px;
    }

    .tcr-trust-grid strong{
        font-size:21px;
    }

    .tcr-guide-link{
        padding:13px;
    }
}

/* =========================================================
TCR-V4
FINAL COMMERCIAL / SEO REFINEMENT
END
========================================================= */


/* =========================================================
TELECALLER RECRUITMENT
VERSION 4.4 — TARGETED COMMERCIAL / MARKET REFINEMENT
START
Purpose:
• Stronger commercial presentation without redesigning the shared system
• More visible employer-market guidance
• Distinctive visual treatment for Telecaller page
• Compact spacing retained
========================================================= */

/* HERO VISUAL — small premium caption, no global dependency */
.tcr-hero-image-frame{
    box-shadow:0 10px 26px rgba(18,60,105,.08);
}
.tcr-hero-image-frame:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:42%;
    height:4px;
    background:var(--green);
}
.tcr-hero-image-caption{
    position:absolute;
    left:14px;
    right:14px;
    bottom:14px;
    padding:10px 12px;
    border:1px solid rgba(255,255,255,.82);
    border-radius:9px;
    background:rgba(255,255,255,.95);
    box-shadow:0 5px 16px rgba(0,0,0,.07);
}
.tcr-hero-image-caption strong{
    display:block;
    color:var(--blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:13px;
    line-height:1.35;
}
.tcr-hero-image-caption span{
    display:block;
    margin-top:2px;
    color:#607081;
    font-size:10.5px;
    line-height:1.4;
}

/* ROLE NOTE — commercial + specialist expertise bridge */
.tcr-role-note{
    display:flex;
    align-items:flex-start;
    gap:8px;
    margin-top:13px;
    padding:11px 14px;
    border-left:4px solid var(--green);
    border-radius:8px;
    background:#F7FCF8;
    color:#627181;
    font-size:12.5px;
    line-height:1.55;
}
.tcr-role-note strong{
    flex:0 0 auto;
    color:var(--blue);
}

/* MARKET / SALARY SECTION */
.tcr-market-section{
    background:#F7FAFD;
    border-top:1px solid #E7EEF5;
    border-bottom:1px solid #E7EEF5;
}
.tcr-market-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    max-width:1040px;
    margin:0 auto 14px;
}
.tcr-market-card{
    position:relative;
    padding:17px 16px 15px;
    border:1px solid #D8E3ED;
    border-top:3px solid var(--blue);
    border-radius:11px;
    background:#fff;
    box-shadow:0 4px 14px rgba(18,60,105,.045);
}
.tcr-market-card.tcr-market-featured{
    border-top-color:var(--green);
    background:linear-gradient(180deg,#FBFEFC 0%,#fff 100%);
}
.tcr-market-tag{
    display:block;
    margin-bottom:5px;
    color:#607286;
    font-size:9.5px;
    line-height:1.3;
    font-weight:800;
    letter-spacing:1px;
}
.tcr-market-card strong{
    display:block;
    margin-bottom:6px;
    color:var(--blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:20px;
    line-height:1.25;
}
.tcr-market-featured strong{
    color:var(--green-dark);
}
.tcr-market-card p{
    margin:0;
    color:#627181;
    font-size:12.5px;
    line-height:1.55;
}
.tcr-market-note{
    max-width:1040px;
    margin:0 auto;
    padding:11px 14px;
    border-left:4px solid #B8CFE5;
    border-radius:8px;
    background:#fff;
    color:#687687;
    font-size:12px;
    line-height:1.55;
}
.tcr-market-note strong{
    color:var(--blue);
}

/* MAKE THE NEW MARKET SECTION FEEL LIKE A DECISION TOOL */
#tcr-market .tcr-section-heading{
    margin-bottom:21px;
}
#tcr-market .tcr-section-heading > span{
    color:var(--green-dark);
}

/* RESPONSIVE — keep typography readable */
@media(max-width:900px){
    .tcr-market-grid{
        grid-template-columns:1fr;
        max-width:680px;
    }
    .tcr-role-note{
        display:block;
    }
    .tcr-role-note strong{
        display:block;
        margin-bottom:2px;
    }
}
@media(max-width:600px){
    .tcr-market-card{
        padding:15px;
    }
    .tcr-market-card strong{
        font-size:19px;
    }
    .tcr-market-note{
        padding:10px 12px;
        font-size:11.8px;
    }
    .tcr-hero-image-caption{
        left:10px;
        right:10px;
        bottom:10px;
    }
}

/* =========================================================
TELECALLER RECRUITMENT
VERSION 4.4 — TARGETED COMMERCIAL / MARKET REFINEMENT
END
========================================================= */

/* =====================================================
TELECALLER HERO EYEBROW
===================================================== */

.tcr-eyebrow i {
    margin-right: 0.4em;
}
