	label {
	font-weight: 700;
	margin-bottom: 0 !important;
	
}

input[type=text], input[type=tel], input[type=email], textarea {
width: 100%;
padding: 10px 15px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px !important;
box-sizing: border-box;
}

select {
width: 100%;
padding: 5px 15px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px !important;
box-sizing: border-box;
}


option {
width: 100% !important;
padding: 4px 15px !important;
margin: 8px 0 !important;
display: inline-block !important;
border: 1px solid #ccc !important;
border-radius: 4px !important;
box-sizing: border-box !important;
}

input[type=submit] {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}

input[type=submit]:hover {
background-color: #45a049;
}

.required:after{
content: "*";
font-size: 20px;
color: red;
}

.modal-body {
position: relative;
flex: 1 1 auto;
padding: 5px 25px;
/* padding: var(--bs-modal-padding); */
}

.talent-main {
background: #ffffff;
font-family: "Poppins", sans-serif;
}



.talent-stats-grid > [class*="col-"] {
display: flex;
}

.talent-stat-card {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
min-height: 190px;
padding: 24px;
border-radius: 18px;
background: #ffffff;
border: 1px solid rgba(17, 40, 76, 0.08);
box-shadow: none;
gap: 16px;
text-align: left;
}

.talent-stat-card-accent {
background: #17396f;
color: #fff;
}

.talent-stat-card-warm {
background: #17396f;
border-color: rgba(23, 57, 111, 0.24);
color: #fff;
}

.talent-stat-card-highlight {
background: #17396f;
border-color: rgba(23, 57, 111, 0.24);
color: #fff;
}

.talent-stat-top {
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-direction: column;
gap: 10px;
padding-bottom: 14px;
border-bottom: 1px solid rgba(17, 40, 76, 0.08);
}

.talent-stat-card-accent .talent-stat-top {
border-bottom-color: rgba(255, 255, 255, 0.12);
}

.talent-stat-label {
display: inline-flex;
align-items: center;
padding: 6px 10px;
border-radius: 999px;
background: rgba(17, 40, 76, 0.06);
color: #11284c;
font-size: 0.72rem;
font-weight: 800;
letter-spacing: 0.1em;
text-transform: uppercase;
}

.talent-stat-card-warm .talent-stat-label {
background: rgba(255, 255, 255, 0.12);
color: #ffffff;
}

.talent-stat-card-highlight .talent-stat-label {
background: rgba(255, 255, 255, 0.12);
color: #ffffff;
}

.talent-stat-card-accent .talent-stat-label {
background: rgba(255, 255, 255, 0.12);
color: #ffffff;
}

.talent-stat-line {
width: 56px;
height: 3px;
border-radius: 999px;
background: rgba(17, 40, 76, 0.16);
}

.talent-stat-card-warm .talent-stat-line {
background: #f28330;
}

.talent-stat-card-highlight .talent-stat-line {
background: #f28330;
}

.talent-stat-card-accent .talent-stat-line {
background: #f28330;
}

.talent-stat-card-warm .talent-stat-top,
.talent-stat-card-highlight .talent-stat-top {
border-bottom-color: rgba(255, 255, 255, 0.12);
}

.talent-stat-card-warm .talent-stat-value,
.talent-stat-card-highlight .talent-stat-value {
color: #ffffff;
}

.talent-stat-value {
display: block;
margin-bottom: 0;
font-size: clamp(2.2rem, 4vw, 3.2rem);
line-height: 1;
letter-spacing: -0.05em;
color: #11284c;
}

.talent-stat-card-accent .talent-stat-value,
.talent-stat-card-accent .talent-stat-copy {
color: #fff;
}

.talent-stat-copy {
margin: 0;
font-size: 1rem;
line-height: 1.7;
text-align: left;
color: #606978;
max-width: none;
}

.talent-stat-card-warm .talent-stat-copy {
color: #ffffff;
}

.talent-stat-card-highlight .talent-stat-copy {
color: #ffffff;
}

/* .talent-parent-sec{
padding: 8px 0 52px !important;
position: relative;
overflow: hidden;
background: #ffffff;
} */

.talent-hero-shell{
position: relative;
width: 100%;
max-width: none;
margin: 0 auto;
padding: 46px 52px 12px;
border: none;
background: #ffffff;
box-shadow: none;
text-align: center;
}

.talent-hero-copy{
position: relative;
z-index: 1;
max-width: 960px;
margin: 0 auto;
}

.talent-parent-sec .talent-text{
max-width: 100%;
margin: 0 auto 16px;
font-family: "Poppins", sans-serif;
font-size: 44px !important;
line-height: 1.22;
letter-spacing: -0.04em;
color: #102443;
text-wrap: balance;
}

.talent-parent-sec .talent-para{
max-width: 680px;
margin: 0 auto;
font-size: 1.08rem;
line-height: 1.85;
color: #5b6576;
}

.talent-btn-row{
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
margin-top: 30px;
}

.talent-parent-sec .talent-btn{
padding: 15px 32px;
border-radius: 0;
background: linear-gradient(135deg, #f28330 0%, #ff9b4b 100%);
font-size: 0.98rem;
font-weight: 700;
letter-spacing: 0.01em;
box-shadow: none;
transition: color 0.25s ease;
}

.talent-parent-sec .talent-btn::before{
background: #2252bc;
}

.talent-parent-sec .talent-btn:hover{
transform: none;
}

.talent-why-section{
background: #ffffff;
background-color: #ffffff;
}

.talent-why-section .talent-why-grid{
display: block;
max-width: 1120px;
margin: 0 auto;
padding: 38px 36px 34px;
background: transparent;
border: none;
box-shadow: none;
margin-top: 0 !important;
}

.talent-why-section .talent-why-visual{
display: none;
}

.talent-why-section .talent-why-visual::after{
display: none;
}

.talent-why-section .talent-why-image{
display: none;
}

.talent-why-section .talent-why-content{
position: relative;
padding: 0;
border-radius: 0;
background: transparent;
border: none;
overflow: visible;
}

.talent-why-section .talent-why-content::before{
display: none;
}

.talent-why-section .talent-why-content::after{
display: none;
}

.talent-why-section .talent-why-content > *{
position: relative;
z-index: 1;
}

.talent-why-section .talent-why-content .talent-texth{
margin-bottom: 14px;
padding-top: 0;
font-size: clamp(2rem, 3vw, 2.8rem) !important;
line-height: 1.08;
color: #102443;
text-align: center;
text-transform: none;
}

.talent-why-section .talent-why-intro{
max-width: 760px;
margin: 0 auto 32px;
font-size: 1.04rem;
line-height: 1.8;
color: #617085;
text-align: center;
}

.talent-why-section .talent-why-points{
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 22px;
}

.talent-why-section .talent-why-item{
position: relative;
display: flex;
flex-direction: column;
min-height: 100%;
padding: 28px 24px 24px;
border-bottom: none;
border-radius: 28px;
background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
border: 1px solid rgba(17, 40, 76, 0.08);
box-shadow: 0 18px 34px rgba(17, 40, 76, 0.08);
overflow: hidden;
transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.talent-why-section .talent-why-item::before{
display: none;
}

.talent-why-section .talent-why-item::after{
display: none;
}

.talent-why-section .talent-why-item:nth-child(1){
--talent-why-accent: #f28330;
--talent-why-index: "01";
}

.talent-why-section .talent-why-item:nth-child(2){
--talent-why-accent: #2252bc;
--talent-why-index: "02";
}

.talent-why-section .talent-why-item:nth-child(3){
--talent-why-accent: #14a06f;
--talent-why-index: "03";
}

.talent-why-section .talent-why-item:hover{
transform: translateY(-6px);
border-color: rgba(17, 40, 76, 0.14);
box-shadow: 0 24px 44px rgba(17, 40, 76, 0.14);
}

.talent-why-section .talent-why-item-icon{
width: 58px;
height: 58px;
margin-bottom: 18px;
border-radius: 18px;
display: inline-flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #f28330 0%, #ff9d52 100%);
color: #ffffff;
font-size: 19px;
border: 1px solid rgba(255, 255, 255, 0.26);
box-shadow: 0 14px 24px rgba(242, 131, 48, 0.24);
}

.talent-why-section .talent-why-item:nth-child(2) .talent-why-item-icon{
background: linear-gradient(135deg, #2252bc 0%, #4b82ff 100%);
box-shadow: 0 14px 24px rgba(34, 82, 188, 0.24);
}

.talent-why-section .talent-why-item:nth-child(3) .talent-why-item-icon{
background: linear-gradient(135deg, #f28330 0%, #ff9d52 100%);
box-shadow: 0 14px 24px rgba(242, 131, 48, 0.24);
}

.talent-why-section .talent-why-item .talent-h{
margin-bottom: 10px;
font-size: 1.08rem;
line-height: 1.4;
color: #102443;
text-transform: none;
}

.talent-why-section .talent-why-item .talent-pp{
margin-bottom: 0;
font-size: 15.4px;
line-height: 1.78;
color: #647385;
}

.talent-how-section{
padding: 48px 0 44px;
background: #ffffff;
}

.talent-flow-section{
padding: 74px 0 78px;
background:
linear-gradient(180deg, #eef4ff 0%, #ffffff 54%, #f7faff 100%);
}

.talent-flow-section .talent-flow-grid{
position: relative;
display: grid;
grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
gap: 34px;
max-width: 1200px;
margin: 0 auto;
align-items: stretch;
}

.talent-flow-section .talent-how-section,
.talent-flow-section .talent-engagement-section{
position: relative;
display: flex;
flex-direction: column;
min-height: 100%;
justify-content: flex-start;
padding: 36px 34px 34px;
border-radius: 34px;
overflow: hidden;
isolation: isolate;
}

.talent-flow-section .talent-how-section{
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f7fbff 100%);
border: 1px solid rgba(17, 40, 76, 0.08);
box-shadow: 0 24px 50px rgba(17, 40, 76, 0.08);
}

.talent-flow-section .talent-engagement-section{
background:
linear-gradient(160deg, #163a86 0%, #2252bc 62%, #4b82ff 100%);
border: 1px solid rgba(34, 82, 188, 0.14);
box-shadow: 0 34px 60px rgba(34, 82, 188, 0.22);
}

.talent-flow-section .talent-how-section::before,
.talent-flow-section .talent-engagement-section::before{
content: "";
position: absolute;
pointer-events: none;
z-index: 0;
}

.talent-flow-section .talent-how-section::before{
top: 0;
left: 0;
right: 0;
height: 140px;
border-radius: 0 0 30px 30px;
background:
linear-gradient(135deg, rgba(34, 82, 188, 0.08) 0%, rgba(34, 82, 188, 0) 75%);
}

.talent-flow-section .talent-engagement-section::before{
top: -120px;
right: -90px;
width: 280px;
height: 280px;
border-radius: 999px;
background: radial-gradient(circle, rgba(34, 82, 188, 0.34) 0%, rgba(34, 82, 188, 0) 72%);
}

.talent-flow-section .talent-how-head,
.talent-flow-section .talent-engagement-content{
position: relative;
z-index: 1;
max-width: none;
margin: 0;
padding: 0;
}

.talent-flow-section .talent-how-section .talent-texth,
.talent-flow-section .talent-engagement-section .talent-texth{
text-align: left;
font-family: "Poppins", sans-serif;
font-weight: 700;
text-transform: none;
}

.talent-flow-section .talent-how-section .talent-how-head{
margin: 0 0 30px;
padding-bottom: 22px;
border-bottom: 1px solid rgba(17, 40, 76, 0.08);
}

.talent-flow-section .talent-engagement-section .talent-texth{
margin-bottom: 30px !important;
padding-bottom: 22px;
border-bottom: 1px solid rgba(255, 255, 255, 0.14);
color: #ffffff;
}

.talent-flow-section .talent-how-section .talent-card{
position: relative;
display: flex;
min-height: 0;
padding: 0 0 0 86px;
background: transparent;
border: none;
border-radius: 0;
box-shadow: none;
overflow: visible;
height: 100%;
counter-increment: how-step;
transition: transform 0.25s ease;
}

.talent-flow-section .talent-how-section .talent-h{
text-align: left;
margin-bottom: 10px;
font-family: "Poppins", sans-serif;
font-weight: 700;
font-size: 1.08rem;
line-height: 1.4;
color: #102443;
text-transform: none;
}

.talent-flow-section .talent-how-section .talent-p{
text-align: left;
padding-left: 0;
font-family: "Poppins", sans-serif;
font-weight: 400;
font-size: 15.4px;
line-height: 1.78;
color: #647385;
}

.talent-flow-section .talent-how-section .talent-sec{
display: grid;
grid-template-columns: 1fr;
max-width: none;
gap: 20px;
padding-top: 0 !important;
margin-top: 0 !important;
flex: 1 1 auto;
counter-reset: how-step;
position: relative;
}

.talent-flow-section .talent-how-section .talent-sec::before{
content: "";
position: absolute;
top: 18px;
bottom: 18px;
left: 28px;
width: 2px;
background: linear-gradient(180deg, rgba(34, 82, 188, 0.2) 0%, rgba(242, 131, 48, 0.24) 100%);
border-radius: 999px;
}

.talent-flow-section .talent-how-section .talent-card::before{
content: counter(how-step, decimal-leading-zero);
position: absolute;
top: 18px;
left: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 58px;
height: 58px;
border-radius: 20px;
background: #2252bc;
color: #ffffff;
font-size: 0.88rem;
font-weight: 800;
letter-spacing: 0.08em;
line-height: 1;
box-shadow: 0 14px 28px rgba(34, 82, 188, 0.24);
z-index: 2;
}

.talent-flow-section .talent-how-section .talent-card:nth-child(3){
grid-column: auto;
}

.talent-flow-section .talent-how-section .talent-card:hover{
transform: translateX(4px);
}

.talent-flow-section .talent-engagement-section .talent-engagement-list{
display: grid;
grid-template-columns: 1fr;
gap: 16px;
margin-top: 0;
flex: 1 1 auto;
counter-reset: engagement-step;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item{
position: relative;
display: block;
gap: 0;
padding: 24px 22px 22px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #eef4ff 100%);
border: 1px solid rgba(255, 255, 255, 0.32);
border-radius: 24px;
box-shadow: 0 16px 28px rgba(8, 20, 42, 0.16);
overflow: hidden;
height: 100%;
counter-increment: engagement-step;
backdrop-filter: none;
transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item:nth-child(2){
margin-left: 0;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item:nth-child(3){
margin-right: 0;
}

.talent-flow-section .talent-engagement-section .talent-engagement-title,
.talent-flow-section .talent-engagement-section .talent-engagement-text{
text-align: left;
}

.talent-flow-section .talent-engagement-section .talent-engagement-title{
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
padding-top: 0;
padding-right: 0;
padding-bottom: 12px;
border-bottom: 1px solid rgba(34, 82, 188, 0.12);
font-family: "Poppins", sans-serif;
font-weight: 700;
font-size: 1.08rem;
line-height: 1.4;
color: #102443;
text-transform: none;
}

.talent-flow-section .talent-engagement-section .talent-engagement-icon{
flex: 0 0 22px;
width: 22px;
height: 22px;
display: inline-flex;
align-items: center;
justify-content: center;
color: #2252bc;
}

.talent-flow-section .talent-engagement-section .talent-engagement-icon svg{
width: 22px;
height: 22px;
display: block;
fill: currentColor;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item:nth-child(2) .talent-engagement-icon{
color: #2252bc;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item:nth-child(3) .talent-engagement-icon{
color: #17396f;
}

.talent-flow-section .talent-engagement-section .talent-engagement-title-text{
display: block;
}

.talent-flow-section .talent-engagement-section .talent-engagement-text{
font-family: "Poppins", sans-serif;
font-weight: 400;
font-size: 15.4px;
line-height: 1.78;
color: #5c6b7f;
}

.talent-flow-section .talent-how-section .talent-h::before,
.talent-flow-section .talent-engagement-section .talent-engagement-title::before{
content: none;
display: none;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item:last-child{
grid-column: auto;
}

.talent-flow-section .talent-how-head{
margin-bottom: 28px;
padding-bottom: 0;
border-bottom: none;
max-width: none;
margin-left: 0;
margin-right: 0;
text-align: left;
}

.talent-flow-section .talent-how-section .talent-how-head{
max-width: none;
margin: 0 0 28px;
text-align: left;
}

.talent-flow-section .talent-how-section .talent-texth{
text-align: left !important;
}

.talent-flow-section .talent-engagement-content{
display: flex;
flex-direction: column;
justify-content: flex-start;
height: 100%;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item::before{
content: none;
display: none;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item::after{
content: "";
position: absolute;
right: -18px;
top: -18px;
width: 92px;
height: 92px;
border-radius: 999px;
background: radial-gradient(circle, rgba(34, 82, 188, 0.12) 0%, rgba(34, 82, 188, 0) 72%);
pointer-events: none;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item:hover{
transform: translateY(-4px);
border-color: rgba(34, 82, 188, 0.2);
box-shadow: 0 22px 36px rgba(8, 20, 42, 0.2);
}

.talent-flow-section .talent-how-section .talent-card > div,
.talent-flow-section .talent-engagement-section .talent-engagement-item > div{
display: flex;
flex-direction: column;
justify-content: flex-start;
height: 100%;
width: 100%;
}

.talent-flow-section .talent-how-section .talent-card > div{
padding: 22px 24px 20px;
border-radius: 24px;
background: rgba(255, 255, 255, 0.95);
border: 1px solid rgba(17, 40, 76, 0.08);
box-shadow: 0 16px 30px rgba(17, 40, 76, 0.08);
}

.talent-how-section .talent-how-head{
max-width: 760px;
margin: 0 auto 24px;
}

.talent-how-section .talent-texth{
margin-bottom: 0;
font-size: clamp(2.1rem, 3.2vw, 2.9rem) !important;
line-height: 1.08;
color: #102443;
}

.talent-how-section .talent-sec{
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 22px;
max-width: 1080px;
}

.talent-how-section .talent-card{
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
padding: 28px 24px 24px;
border-radius: 0;
background: #f8fbff;
border: none;
box-shadow: none;
text-align: left;
overflow: hidden;
}

.talent-how-section .talent-card:nth-child(3){
grid-column: 1 / -1;
}

.talent-how-section .talent-card::after{
display: none;
}

.talent-how-section .talent-card:hover{
transform: none;
box-shadow: none;
}

.talent-how-section .talent-h{
display: flex;
align-items: flex-start;
gap: 14px;
margin-bottom: 14px;
font-size: 1.06rem;
line-height: 1.45;
color: #102443;
}

.talent-how-section .talent-p{
position: relative;
z-index: 1;
margin-bottom: 0;
font-size: 0.98rem;
line-height: 1.8;
color: #647385;
}

.talent-how-section .fa-hand-point-right{
flex: 0 0 auto;
width: 42px;
height: 42px;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 14px;
background: #17396f;
color: #ffffff;
border-radius: 0;
padding: 0;
}

.talent-place-section{
padding: 62px 0 70px;
background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.talent-place-section .talent-place-shell{
max-width: 1200px;
margin: 0 auto;
}

.talent-place-section .talent-place-frame{
position: relative;
padding: 0;
background: transparent;
overflow: visible;
}

.talent-place-section .talent-place-head{
position: relative;
z-index: 1;
max-width: 760px;
margin: 0 auto 40px;
padding-right: 0;
text-align: center;
}

.talent-place-section .talent-place-head .talent-texth{
margin-bottom: 10px;
font-size: clamp(2.15rem, 3.2vw, 3rem) !important;
line-height: 1.08;
color: #102443;
}

.talent-place-section .talent-place-head .talent-h{
margin-bottom: 10px;
font-size: 1.08rem;
color: #f28330;
letter-spacing: 0.02em;
}

.talent-place-section .talent-place-head .talent-p{
max-width: 680px;
margin: 0 auto;
font-size: 1rem;
line-height: 1.8;
color: #647385;
}

.talent-place-section .talent-place-slider{
position: relative;
z-index: 1;
padding-top: 6px;
}

.talent-place-section .talent-place-slider .owl-stage{
display: flex;
}

.talent-place-section .talent-place-slider .owl-item{
display: flex;
}

.talent-place-section .talent-place-slider .owl-item > div{
width: 100%;
}

.talent-place-section .talent-place-card{
position: relative;
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 12px 24px 16px 0;
border-radius: 0;
background: transparent;
border: none;
box-shadow: none;
overflow: visible;
}



.talent-place-section .talent-place-card::after{
content: none;
}

.talent-place-section .talent-place-icon{
width: 62px;
height: 62px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 20px;
margin: 0 0 18px 22px;
background: rgba(23, 57, 111, 0.08);
color: #17396f;
}

.talent-place-section .talent-place-icon svg{
width: 26px;
height: 26px;
stroke: currentColor;
stroke-width: 2;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
}

.talent-place-section .talent-place-title{
margin-bottom: 14px;
margin-left: 22px;
font-size: 1.38rem;
line-height: 1.35;
font-weight: 700;
color: #102443;
max-width: none;
position: relative;
padding-bottom: 14px;
}

.talent-place-section .talent-place-title::after{
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 56px;
height: 3px;
border-radius: 999px;
background: rgba(242, 131, 48, 0.5);
}

.talent-place-section .talent-place-copy{
margin-bottom: 0;
margin-left: 22px;
font-size: 0.98rem;
line-height: 1.8;
color: #647385;
}

.talent-place-section .talent-place-slider .owl-nav{
position: absolute;
top: -92px;
right: 0;
margin-top: 0;
}

.talent-engagement-section{
padding: 50px 0 56px;
background: #ffffff;
}

.talent-engagement-section .talent-engagement-grid{
display: block;
max-width: 1180px;
margin: 0 auto;
}

.talent-engagement-section .talent-engagement-visual{
display: none;
}

.talent-engagement-section .talent-engagement-visual::after{
display: none;
}

.talent-engagement-section .talent-engagement-image{
display: none;
}

.talent-engagement-section .talent-engagement-content{
position: relative;
display: block;
padding: 0;
border-radius: 0;
background: transparent;
border: none;
overflow: visible;
counter-reset: hiring-model;
}



.talent-engagement-section .talent-engagement-content::after{
content: none;
}

.talent-engagement-section .talent-engagement-content > *{
position: relative;
z-index: 1;
}

.talent-engagement-section .talent-texth{
margin-bottom: 24px !important;
padding-top: 0;
font-size: clamp(2.15rem, 3.1vw, 2.9rem) !important;
line-height: 1.08;
color: #102443;
text-align: center;
}

.talent-engagement-section .talent-engagement-list{
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 22px;
margin-top: 0;
}

.talent-engagement-section .talent-engagement-item{
position: relative;
display: grid;
grid-template-columns: 58px minmax(0, 1fr);
gap: 16px;
align-items: start;
padding: 22px 20px 20px;
border: none;
border-radius: 0;
background: #f8fbff;
box-shadow: none;
counter-increment: hiring-model;
border-bottom: none;
}

.talent-engagement-section .talent-engagement-item:last-child{
grid-column: 1 / -1;
}

.talent-engagement-section .talent-engagement-item::before{
content: counter(hiring-model, decimal-leading-zero);
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border-radius: 0;
background: #17396f;
color: #ffffff;
font-size: 1rem;
font-weight: 800;
letter-spacing: 0.06em;
line-height: 1;
}

.talent-engagement-section .talent-engagement-title{
margin-bottom: 10px;
font-size: 1.04rem;
line-height: 1.4;
font-weight: 700;
color: #102443;
text-align: left;
}

.talent-engagement-section .talent-engagement-text{
margin-bottom: 0;
font-size: 0.96rem;
line-height: 1.72;
color: #647385;
text-align: left;
}

.talent-testimonials-section{
padding: 48px 0 52px;
background: #ffffff;
}

.talent-testimonials-section .talent-testimonials-shell{
max-width: 900px;
margin: 0 auto;
}

.talent-testimonials-section .talent-testimonials-head{
max-width: 760px;
margin: 0 auto 24px;
text-align: center;
}

.talent-testimonials-section .talent-testimonials-head .talent-texth{
margin-bottom: 10px;
font-size: clamp(2.15rem, 3.1vw, 2.9rem) !important;
line-height: 1.08;
color: #102443;
}

.talent-testimonials-section .talent-testimonials-head .talent-p{
margin-bottom: 0;
font-size: 1rem;
line-height: 1.8;
color: #647385;
}

.talent-testimonials-section .talent-testimonials-slider{
position: relative;
}

.talent-testimonials-section .talent-testimonial-card{
position: relative;
padding: 28px 28px 24px;
border-radius: 0;
background: #ffffff;
border: none;
box-shadow: none;
overflow: hidden;
}

.talent-testimonials-section .talent-testimonial-card::before{
display: none;
}

.talent-testimonials-section .talent-testimonial-card::after{
display: none;
}

.talent-testimonials-section .talent-testimonial-copy{
position: relative;
z-index: 1;
margin-bottom: 18px;
font-size: 1rem;
line-height: 1.75;
color: #102443;
}

.talent-testimonials-section .talent-testimonial-meta{
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 12px;
padding-top: 16px;
border-top: none;
}



.talent-testimonials-section .talent-testimonial-name{
display: block;
margin-bottom: 4px;
font-size: 0.95rem;
font-weight: 700;
color: #102443;
}

.talent-testimonials-section .talent-testimonial-role{
margin-bottom: 0;
font-size: 0.85rem;
color: #647385;
}

.talent-testimonials-section .talent-testimonials-slider .owl-dots{
margin-top: 16px;
display: flex;
justify-content: center;
gap: 8px;
}

.talent-testimonials-section .talent-testimonials-slider .owl-dot span{
width: 8px;
height: 8px;
margin: 0;
background: rgba(16, 36, 67, 0.18);
border-radius: 50%;
transition: background-color 0.25s ease, opacity 0.25s ease;
}

.talent-testimonials-section .talent-testimonials-slider .owl-dot.active span{
width: 8px;
background: #17396f;
}

.talent-client-logos-wrap{
width: 100%;
padding-left: 0;
padding-right: 0;
overflow: hidden;
}

.talent-client-logos-title{
font-size: 2rem;
line-height: 1.3;
margin-bottom: 0;
}

.client-logos-marquee{
display: flex;
align-items: center;
width: 100%;
overflow: hidden;
padding: 12px 0;
}

.client-logos-track{
display: flex;
align-items: center;
gap: 0;
flex: 0 0 auto;
min-width: max-content;
animation: talentClientLogosScroll 70s linear infinite;
will-change: transform;
}

.client-logo-item{
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: center;
width: 12.5vw;
min-width: 150px;
max-width: 220px;
padding: 0 16px;
}

.client-logo-item img{
display: block;
width: auto;
max-width: 100%;
height: 72px;
object-fit: contain;
}

@media screen and (max-width: 991px) {
.client-logo-item{
width: 20vw;
min-width: 140px;
}
}

@media screen and (max-width: 767px) {
.client-logo-item{
width: 33.333vw;
min-width: 120px;
}

.client-logo-item img{
height: 60px;
}
}

@keyframes talentClientLogosScroll{
from{
transform: translateX(0);
}
to{
transform: translateX(-100%);
}
}

@media (prefers-reduced-motion: reduce){
.client-logos-track{
animation: none;
}
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
.talent-section {
padding: 28px 0;
}

.talent-flow-section .talent-flow-grid{
grid-template-columns: 1fr;
gap: 24px;
}

.talent-flow-section .talent-how-section,
.talent-flow-section .talent-engagement-section{
padding: 30px 24px 24px;
border-radius: 28px;
}

.talent-flow-section .talent-how-section .talent-p{
padding-left: 0;
}

.talent-flow-section .talent-how-section .talent-card,
.talent-flow-section .talent-engagement-section .talent-engagement-item{
gap: 0;
padding: 0 0 0 74px;
min-height: 0;
border-radius: 20px;
}

.talent-flow-section .talent-how-section .talent-card::before,
.talent-flow-section .talent-engagement-section .talent-engagement-item::before{
top: 16px;
left: 0;
width: 48px;
height: 48px;
border-radius: 16px;
font-size: 0.82rem;
}

.talent-flow-section .talent-how-section .talent-sec{
gap: 18px;
}

.talent-flow-section .talent-how-section .talent-sec::before{
left: 23px;
}

.talent-flow-section .talent-how-section .talent-card > div{
padding: 20px 20px 18px;
border-radius: 22px;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item{
padding: 22px 20px 20px;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item:nth-child(2),
.talent-flow-section .talent-engagement-section .talent-engagement-item:nth-child(3){
margin-left: 0;
margin-right: 0;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item::before{
content: none;
display: none;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item::after{
right: -14px;
top: -14px;
width: 78px;
height: 78px;
}

.talent-flow-section .talent-engagement-section .talent-engagement-title{
padding-top: 0;
padding-right: 0;
}

.talent-flow-section .talent-engagement-section .talent-engagement-icon{
flex-basis: 20px;
width: 20px;
height: 20px;
}

.talent-parent-sec{
padding: 0 0 40px !important;
}

.talent-hero-shell{
padding: 36px 28px 34px;
}

.talent-hero-copy{
padding: 0;
}

.talent-parent-sec .talent-text{
font-size: 38px !important;
}

.talent-why-section .talent-why-grid{
grid-template-columns: 1fr;
gap: 28px;
}

.talent-why-section .talent-why-points{
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.talent-why-section .talent-why-image{
min-height: 440px;
}

.talent-why-section .talent-why-content{
padding: 0;
}

.talent-how-section .talent-sec{
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}

.talent-place-section{
padding: 50px 0 56px;
}

.talent-place-section .talent-place-frame{
padding: 0;
}

.talent-place-section .talent-place-head{
padding-right: 132px;
}

.talent-engagement-section{
padding: 54px 0 60px;
}

.talent-engagement-section .talent-engagement-grid{
display: block;
}

.talent-engagement-section .talent-engagement-visual{
display: none;
}

.talent-engagement-section .talent-engagement-content{
padding: 0;
}

.talent-engagement-section .talent-engagement-list{
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.talent-testimonials-section{
padding: 42px 0 46px;
}

.talent-testimonials-section .talent-testimonial-card{
padding: 24px 24px 22px;
}
}

@media screen and (max-width: 767px) {
.talent-section {
padding: 22px 0;
}

.talent-stat-card {
padding: 18px;
border-radius: 16px;
text-align: left;
align-items: flex-start;
}

.talent-parent-sec{
padding: 0 0 12px !important;
}

.talent-hero-shell{
padding: 28px 18px 26px;
}

.talent-parent-sec .talent-para{
font-size: 1rem;
}

.talent-parent-sec .talent-text{
font-size: 30px !important;
line-height: 1.2;
}

.talent-btn-row{
margin-top: 24px;
}


.talent-why-section{
padding: 18px 0 42px;
}

.talent-why-section .talent-why-grid{
padding: 26px 18px 22px;
}

.talent-why-section .talent-why-content{
padding: 0;
border-radius: 0;
}

.talent-why-section .talent-why-points{
grid-template-columns: 1fr;
gap: 16px;
}

.talent-why-section .talent-why-item{
padding: 22px 18px 18px;
border-radius: 22px;
}

.talent-why-section .talent-why-item-icon{
width: 48px;
height: 48px;
margin-bottom: 14px;
border-radius: 14px;
font-size: 16px;
}

.talent-how-section{
padding: 42px 0 38px;
}

.talent-flow-section{
padding: 42px 0 44px;
}

.talent-flow-section .talent-how-section,
.talent-flow-section .talent-engagement-section{
padding: 24px 18px 18px;
border-radius: 24px;
}

.talent-flow-section .talent-how-section .talent-how-head{
margin-bottom: 20px;
padding-bottom: 16px;
}

.talent-flow-section .talent-engagement-section .talent-texth{
margin-bottom: 20px !important;
padding-bottom: 16px;
}

.talent-flow-section .talent-how-section .talent-card,
.talent-flow-section .talent-engagement-section .talent-engagement-item{
padding: 0 0 0 56px;
border-radius: 18px;
}

.talent-flow-section .talent-how-section .talent-card::before,
.talent-flow-section .talent-engagement-section .talent-engagement-item::before{
top: 16px;
left: 0;
width: 38px;
height: 38px;
border-radius: 12px;
font-size: 0.72rem;
}

.talent-flow-section .talent-how-section .talent-sec{
gap: 16px;
}

.talent-flow-section .talent-how-section .talent-sec::before{
left: 18px;
top: 14px;
bottom: 14px;
}

.talent-flow-section .talent-how-section .talent-card > div{
padding: 18px 16px 16px;
border-radius: 18px;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item{
padding: 20px 16px 18px;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item::before{
content: none;
display: none;
}

.talent-flow-section .talent-engagement-section .talent-engagement-item::after{
right: -12px;
top: -12px;
width: 64px;
height: 64px;
}

.talent-flow-section .talent-engagement-section .talent-engagement-title{
padding-top: 0;
padding-right: 0;
padding-bottom: 12px;
margin-bottom: 12px;
}

.talent-flow-section .talent-engagement-section .talent-engagement-icon{
flex-basis: 18px;
width: 18px;
height: 18px;
}

.talent-flow-section .talent-engagement-section .talent-engagement-icon svg{
width: 18px;
height: 18px;
}

.talent-how-section .talent-how-head{
margin-bottom: 24px;
}

.talent-how-section .talent-card{
padding: 0 0 16px;
border-radius: 0;
}

.talent-how-section .talent-h{
gap: 12px;
font-size: 1.04rem;
}

.talent-how-section .fa-hand-point-right{
width: 40px;
height: 40px;
border-radius: 14px;
font-size: 14px;
}

.talent-how-section .talent-sec{
grid-template-columns: 1fr;
}

.talent-how-section .talent-card:nth-child(3){
grid-column: auto;
}

.talent-place-section{
padding: 40px 0 46px;
}

.talent-place-section .talent-place-frame{
padding: 0;
}

.talent-place-section .talent-place-head{
margin-bottom: 28px;
text-align: center;
}

.talent-place-section .talent-place-card{
padding: 10px 12px 14px 0;
}

.talent-place-section .talent-place-icon{
width: 50px;
height: 50px;
border-radius: 16px;
margin-left: 18px;
margin-bottom: 16px;
}

.talent-place-section .talent-place-title{
font-size: 1.22rem;
margin-left: 18px;
}

.talent-place-section .talent-place-copy{
margin-left: 18px;
}

.talent-place-section .talent-place-card::before{
top: 16px;
height: calc(100% - 32px);
}

.talent-place-section .talent-place-slider .owl-nav{
position: static;
margin-top: 22px;
}

.talent-engagement-section{
padding: 40px 0 44px;
}

.talent-engagement-section .talent-engagement-visual{
display: none;
}

.talent-engagement-section .talent-engagement-content{
padding: 0;
border-radius: 0;
}

.talent-engagement-section .talent-engagement-item{
gap: 14px;
padding: 0 0 16px;
border-radius: 0;
}

.talent-engagement-section .talent-engagement-item:last-child{
grid-column: auto;
}

.talent-engagement-section .talent-engagement-item::before{
content: none;
display: none;
}

.talent-engagement-section .talent-engagement-title{
font-size: 1.12rem;
}

.talent-engagement-section .talent-engagement-list{
grid-template-columns: 1fr;
}

.talent-testimonials-section{
padding: 42px 0 46px;
}

.talent-testimonials-section .talent-testimonials-head{
margin-bottom: 24px;
}

.talent-testimonials-section .talent-testimonial-card{
padding: 20px 18px 18px;
border-radius: 0;
}

.talent-testimonials-section .talent-testimonial-card::before{
display: none;
}

.talent-testimonials-section .talent-testimonial-copy{
font-size: 0.96rem;
line-height: 1.7;
}

.talent-happy-customers{
position: relative;
overflow: hidden;
padding-left: 0;
padding-right: 0;
}

@media screen and (min-width: 992px) {
.talent-happy-customers{
padding-left: 0;
padding-right: 0;
}
}
