.talent-section {
    background: var(--bg-dark);
    padding: 80px 0 0;
    overflow: hidden;
}

.right-slider-banner>img {
    border-radius: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}
.mt-30{
    margin-top: 30px;
}
.services_stack_tabs ul.nav{
    margin-bottom: 30px;
}
.border-top{
    border-top: 1px solid #d3d3d3;
}
.engagement-models-wrapper .pricing-box ul{
    flex-direction: column;
}
/* .talent-section h2 {
    font-weight: 700;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    text-align: center;
    color: var(--white);
    letter-spacing: -0.02em;
    margin-bottom: 56px;
    padding: 0 24px;
} */

/* ── GLIDE OVERRIDES ───────────────────────────────── */
/* .glide {
      padding-bottom: 0;
    }

    .glide__track {
      overflow: visible;
      padding: 16px 0 24px;
    }

    .glide__slides {
      align-items: stretch;
    }

    .glide__slide {
      height: auto;
      display: flex;
    } */

/* ── CARD ──────────────────────────────────────────── */
.talent-card {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18), 0 1px 4px rgba(0, 0, 0, 0.08); */
    transition: transform 0.35s cubic-bezier(.22, .68, 0, 1.2), box-shadow 0.35s ease;
    background: rgba(17, 103, 232, 0.05);
    border: 0.83px solid rgba(190, 219, 255, 1);
}

.talent-card:hover {
    /* transform: translateY(-6px); */
    /* box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28), 0 2px 8px rgba(37, 99, 235, 0.12); */
}

.card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* .talent-card:hover .card-image img {
    transform: scale(1.04);
} */

.card-body {
    padding: 24px 24px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.card-name {
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: -0.01em;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
span.exp-tag {
    padding: 5px 15px;
    background: #E3E3E3;
    border: 0.2px solid #C9CACA;
    border-radius: 2.84px;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    color: #1167E8;
    display: inline-block;
}

.card-role {
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(21, 93, 252, 1);
    margin-top: 2px;
}

.card-divider {
    width: 100%;
    height: 1px;
    background: rgba(161, 199, 255, 1);
    margin: 10px 0;
}

.card-section-label {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(161, 161, 161, 1);
    margin-bottom: 8px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tag {
    background: #fff;
    color: rgba(20, 71, 230, 1);
    font-size: 0.78rem;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 100px;
    border: 1.01px solid rgba(190, 219, 255, 1);
}

.industries-text {
    font-size: 0.88rem;
    color: var(--text-primary);
    font-weight: 400;
}


.talent-wrapper {
    /* padding: 0 24px; */
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}

.notice-bar {
    margin: 48px 0px 0;
    /* background: #ffffff0d; */
    border: 1px solid #ffffff1a;
    border-radius: 16px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    border: 0.8px solid rgba(229, 229, 229, 1);
    background: rgba(250, 250, 250, 1);
}

.notice-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: rgba(239, 246, 255, 1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.8px solid rgba(219, 234, 254, 1);
}

.notice-icon svg {
    width: 20px;
    height: 20px;
    stroke: rgba(21, 93, 252, 1);
    fill: none;
    stroke-width: 1.8;
}

.notice-text {
    flex: 1;
    min-width: 200px;
    font-size: 18px;
    line-height: normal;
    color: rgba(45, 45, 45, 1);
    margin-bottom: 0;
}

.btn-view {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(33, 102, 243, 1);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 22px;
    border-radius: 13px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, transform 0.2s;
}

.What.People.Say .glide__bullets,
.talent-section .glide__bullets {
    margin: 0 auto;
    top: 40px;
    right: 0;
}



.section-secound-django {
    margin-top: 0;
}

.django-grid {
    grid-template-columns: repeat(auto-fit, minmax(490px, 1fr));
}

.clutch-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 73px 0;
}

.bg-white.d-flex {
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    border: 1.09px solid rgba(33, 102, 243, 0.15);
    border-radius: 20px;
}

.bg-white.d-flex p {
    margin: 0;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

.clutch-rating a {
    color: rgba(17, 103, 232, 1);
    font-weight: 500;
}

.btn-view:hover {
    background: var(--accent-light);
    background-color: #073c8a;
}

.btn-view svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
}

.excellent-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: absolute; */
    width: 100%;
    bottom: 0;
    /* z-index: 1; */
    padding: 30px;
    background: rgba(12, 33, 64, 1);
    justify-content: space-between;
    opacity: 1;
    border-radius: 21.74px;
}

.excellent-additions img {
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.excellent-wrapper h3 {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #1c63ff
}

.excellent-wrapper p {
    margin: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 800;
}

.excellent-additions {
    position: relative
}

.excellent-wrapper a.blue-button {
    padding: 0 25px;
    font-weight: 400
}

.excellent-additions.e-meet-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.excellent-additions.e-meet-wrapper .excellent-wrapper {
    bottom: auto
}

.excellent-additions.e-meet-wrapper span {
    display: inline-block;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 10.87px;
    line-height: 100%;
    letter-spacing: 2.72px;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(178, 203, 255, 1);
    margin-bottom: 10px;
}

.client-img {
    width: 64px;
    height: 64px;
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}

.client-img .client {
    width: 64px;
}

.text small i {
    font-size: 12px;
}

.slider-wrapper {
    width: calc(25% - 15px);
}

.why-manufacturing .slider-wrapper {
    width: calc(33.33% - 15px);
}

.servises-button p {
    width: 100%;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

.servises-button {
    padding-top: 40px;
    padding-bottom: 0px;
}

section.why-manufacturing {
    background: rgba(243, 247, 255, 1);
    padding: 60px 0;
}

.commen-title-heading p {
    max-width: 770px;
}

.slider-wrapper ul li::after,
.django-box ul li::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    width: 6px;
    height: 3px;
    border-left: 1px solid #2166f3;
    border-bottom: 1px solid #2166f3;
    rotate: -45deg;
    /* padding: 10px; */
}

.slider-wrapper ul li::before,
.django-box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    /* padding: 10px; */
    background: linear-gradient(135deg, #DBEAFE 0%, #E0E7FF 100%);
    border-radius: 20px;
}

.slider-wrapper ul,
.django-box ul {
    margin: 20px 0 0 0;
    list-style: none;
    padding: 0;
}

.slider-wrapper ul li,
.django-box ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
    position: relative;
    padding-left: 27px;
    margin: 15px 0 5px 0;
}

.section-secound-django {
    background-color: #fff;
}

.clutch-rating svg {
    margin-bottom: -3px;
    margin-right: 5px;
}
@media (max-width: 767px) {
    .glide__bullets {
        display: block;
        text-align: center;
         margin-top: -8px; 
    }
    .card-name{
        flex-flow: row wrap;
    gap: 6px;
    }
    span.exp-tag{
        font-size: 10px;
    }
    .card-role{
            margin-top: 8px;
    }
}
@media (min-width: 768px) {
    .tag-wrapper {
        min-height: 79px;
    }
}

/* ── RESPONSIVE ────────────────────────────────────── */
@media (min-width: 640px) {
    .talent-wrapper {
        /* padding: 0 40px; */
    }

}

@media (max-width: 640px) {
    .btn-view {
        margin: 0 auto;
    }

    .excellent-wrapper {
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .bg-white.d-flex{
        flex-direction: column;
    gap: 20px;
    }
    .main-banner-inner .button-wrapper {
        margin-bottom: 0px;
    }
}

@media (min-width: 1024px) {
    .talent-wrapper {
        /* padding: 0 60px; */
    }
}

/* People Say Glide */
#peopleSayGlide {
    display: block;
    margin-top: 49px;
}

#peopleSayGlide .glide__track {
    overflow: hidden;
}

#peopleSayGlide .glide__slides {
    align-items: stretch;
}

#peopleSayGlide .glide__slide {
    height: auto;
}

#peopleSayGlide .client-testimonials {
    width: 100%;
}