.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 8px;
}
.hero-tag::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    animation: blink 2s infinite;
}
@keyframes blink {
    0%,100% { opacity:1; transform:scale(1); }
    50% { opacity:.4; transform:scale(1.5); }
}
.bg-coreteam {
    background: url(../core-team/images/core-team.jpg);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}
.inner-banners::before{
    background: url(../images/overlay-pattern.png) rgb(0 0 0 / 55%) !important;
}
.team-card {
    background: #ffffff;
    border: 1px solid #dde3ee;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.team-card .card-header-bg {
    position: relative;
}
.team-card .role-badge {
    position: absolute;
    bottom: 20px;
    right: 16px;
    background: rgb(45 124 243);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 3px 15px;
    border-radius: 0px;
    border: 1px solid rgb(45 124 243);
    z-index: 3;
}
.team-card .card-body {
    padding: 20px 25px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.card-header-bg img{
    filter: grayscale(1);
    object-fit: cover;
    height: 250px;
}
.team-card .card-name {
    font-size: 22px;
    font-weight: 800;
    color: #023575;
    margin-top: 0px;
    margin-bottom: 3px;
}
.team-card .card-title {
    font-size: 13px;
    font-weight: 600;
    color: #ef2078;
    margin-bottom: 12px;
    line-height: 1.3;
}
.team-card .card-bio {
    font-size: 15px;
    color: #758495;
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 1;
}
.team-card .card-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
    margin-bottom: 20px;
}
.team-card .tag {
    background: #eef2fb;
    color: #023575;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 0px;
    border: 1px solid #e1e8f2;
}
.team-card .card-foot {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    gap: 8px;
}
.team-card .lnk-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #023575;
    font-size: 15px;
    font-weight: 700;
    padding: 0px;
    border-radius: 0;
    text-decoration: none;
    transition: background 0.2s;
    justify-content: center;
}
.lnk-btn i {
    width: 38px;
    height: 38px;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:  #05224b;
    color:  #fff;
    transition: all .25s ease;
}
.team-card .lnk-btn:hover i { 
    background: #2d7cf3; 
    color: #fff;
}
.team-card:hover {
    transform: translateY(-4px);
}

/* USP Cards */
.usp-card {
    background: #ffffff;
    border: 1px solid #dde3ee;
    border-radius: 0;
    padding: 30px 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.usp-card:hover { 
    background : #05224b ;
}
.usp-card:hover .usp-h , .usp-card:hover .usp-p { 
    color: white;
}
.usp-card:hover .usp-icon{ 
    background: #2d7cf3;
}
.usp-card .usp-icon {
    width: 56px;
    height: 56px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    background: #05224b;
}
.usp-card .usp-h {
    font-size:20px;
    font-weight: 800;
    color: #023575;
    margin-bottom: 10px;
}
.usp-card .usp-p {
    font-size:16px;
    color: #758495;
    line-height: 1.6;
}
#wrapper .section h1{
    font-size: 95px !important;
    margin-top: 0px !important;
}
#wrapper .inner-banners .top-heading{
    font-size: 24px !important;
}

#wrapper .red-border{
    float: inherit;
}

#wrapper .bg-coreteam{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    background-position: center center;
}
.sm-heading {
    font-size: 12px;
    color: #ef2078;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.leadership-philosophy-section {
    position: relative;
    overflow: hidden;
    background: #05224b;
    padding: 100px 80px;
    color: #fff;
    isolation: isolate;
}
.leadership-philosophy-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .055;
    background-image:
        linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px);
    background-size: 70px 70px;
    pointer-events: none;
}

.leadership-philosophy-section::after {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    right: -280px;
    top: -300px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    box-shadow:
        0 0 0 80px rgba(255,255,255,.018),
        0 0 0 160px rgba(255,255,255,.012);
    pointer-events: none;
}

.leadership-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: -1;
}

.leadership-glow-one {
    width: 280px;
    height: 280px;
    left: -120px;
    bottom: -130px;
    background: rgba(45,124,243,.25);
}

.leadership-glow-two {
    width: 240px;
    height: 240px;
    right: 15%;
    bottom: -170px;
    background: rgba(239,32,120,.15);
}
.leadership-intro {
    position: relative;
    z-index: 2;
    padding-right: 55px;
}
.leadership-mini-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 10px;
}

.leadership-mini-label span {
    width: 28px;
    height: 2px;
    display: inline-block;
    background: #ef2078;
}

.leadership-intro h2 {
    font-size: clamp(34px, 4vw, 70px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1.5px;
    margin: 0 0 25px;
    color: #fff;
}
.leadership-intro > p {
    max-width: 560px;
    color: rgba(255,255,255,.8);
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 38px;
}
.leadership-highlight {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
    max-width: 510px;
}
.highlight-number {
    font-size: 45px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
}
.highlight-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.highlight-content strong {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.highlight-content small {
    color: rgba(255,255,255,.5);
    font-size: 12px;
    line-height: 1.5;
}
.leadership-principles {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255,255,255,.13);
}

.leadership-principle {
    position: relative;
    display: flex;
    gap: 15px;
    padding: 27px 15px 27px 15px;
    border-bottom: 1px solid rgba(255,255,255,.13);
    transition: all .4s ease;
}
.leadership-principle::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(  to bottom,    #2d7cf3,    #ef2078
    );
    transform: scaleY(0);
    transform-origin: center;
    transition: transform .4s ease;
}
.leadership-principle:hover,
.leadership-principle.active {
    background: rgba(255,255,255,.1);
}
.leadership-principle:hover::before,
.leadership-principle.active::before {
    transform: scaleY(1);
}
.principle-number {
    flex: 0 0 48px;
    font-size: 24px;
    font-weight: 800;
    color: rgba(255,255,255,.32);
    padding-top: 4px;
    transition: color .3s ease;
}
.leadership-principle:hover .principle-number,
.leadership-principle.active .principle-number {
    color: #ef2078;
}
.principle-content {
    flex: 1;
}
.principle-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.principle-top h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    transition: transform .35s ease;
}
.leadership-principle:hover .principle-top h3 {
    transform: translateX(4px);
}
.principle-content p {
    max-width: 650px;
    margin: 9px 0 0;
    color: rgba(255,255,255,.8);
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    transition: color .3s ease;
}
.leadership-principle:hover .principle-content p,
.leadership-principle.active .principle-content p {
    color: rgba(255,255,255,.8);
}
.principle-arrow {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.5);
    transition: all .35s ease;
}
.leadership-principle:hover .principle-arrow,
.leadership-principle.active .principle-arrow {
    color: #fff;
    background: #2d7cf3;
    border-color: #2d7cf3;
    transform: rotate(45deg);
}

@media (max-width: 767px){
    #wrapper .section h1 {
    font-size: 45px !important;
    margin-top: 0px !important;
}
#wrapper .inner-banners .top-heading {
    font-size: 21px !important;
}
.core-team.k-css .largest-company-sec .h4.Transform.text-center.cm , 
.core-team.k-css .integrating .h4.f-s , .core-team.k-css .largest-company-sec .choose h2.choose ,
.core-team.k-css .largest-company-sec .choose .hsgroup.float{
    font-size: 32px !important;
    text-align: center !important;
}

.core-team.k-css .ch .choose .col-sm-9 .hsgroup .text-center {
        text-align: center !important;
    }

.core-team.k-css .largest-company-sec .choose .hsgroup.float{
    line-height: normal !important;

}
.core-team .cdn-hire-ai .section.largest-company-sec.pt-0.ninty.ch .container-fluid .row.justify-content-center.choose{
    margin: 0px !important;
}
.core-team .guarantee-row .col-md-12.m{
    padding: 0px !important;
}
.core-team.k-css .integrating  .row.new.justify-content-center.mx-0{
   padding-left: 4px;
   padding-right: 4px;
}
.core-team .sm-heading{
    font-size: 12px !important;
}
#wrapper     .section.largest-company-sec>.container-fluid>.row{
    padding: 0 26px !important;
    margin-top: 15px !important;
}
.core-team .section.largest-company-sec.ptb-70.gry-bg.bg-white .col-lg-3.col-md-6.mb-4{
    padding-left: 0px;
    padding-right: 0px;
}
.core-team.k-css .leverage-block.fontSize.integrating .new .small-heading {
    text-align: center !important;
}
.core-team .section.largest-company-sec.ptb-70.gry-bg.bg-white  {
    padding-bottom: 45px !important;
}
    .core-team.k-css .integrating .red-border-line {
        margin-left: auto;
        margin-right: auto;
        float: inherit;
        display: block;
    }
    .section.tab.mt-0.pt-0.mb-0.px-5.ptb-70.ninty.tools.new-two , 
    .leadership-philosophy-section{
        padding:50px 26px !important;
    }
    .leadership-intro{
        padding-right: 0px !important;
    }

.core-team.k-css .cdn-hire-ai .section.largest-company-sec.pt-0.ninty.ch, 
.core-team.k-css.ai-develop.cdn-hire-ai .section.largest-company-sec.pt-0.ninty.ch {
    padding-top: 45px !important;
}
}
.core-team .k-css.hire-android-dev .col-3.grnt-cols {
    background: #f5f5f5;
}
.core-team .k-css.hire-android-dev .col-3.grnt-cols:hover {
    background: #fff;
}
.core-team .k-css .guarantee-row .newBorderStyle .grnt-cols:hover .h5 {
    color: #023575;
}
.core-team .k-css .guarantee-row .newBorderStyle .grnt-cols:hover .para {
    color: #758495;
}

.team-card:hover img{
  filter: none;   
}