.font-size-18{
    font-size: 18px;
    font-weight: 300;
}
.font-size-24 {
    font-weight: 600;
    font-size: 24px;
}
.font-size-22{
    font-size: 22px;
    font-weight: 600;
}
.font-size-48{
    font-size:48px;
    font-weight: 500;
}
.font-size-44 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 38px;
    color: #ffffff;
    position: relative;
}
.font-size-44::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #00ffff, #ff0080);
    border-radius: 2px;
}
.bg-gray{
    background: linear-gradient(
        88deg,
        transparent 0%,
        #232427 50%,
        transparent 100%
    );
}




.staff-hero {
    position: relative;
    /* padding: 100px 60px; */
    background: radial-gradient(circle at 20% 50%, #0f2a3a, #000 70%);
    overflow: hidden;
}

/* Layout */
.staff-hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.staff-hero-content{
    padding-top: 125px;
}
/* Text */
.staff-hero-content h1 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
}

.staff-hero-content h1 span {
    background: linear-gradient(90deg, #00c6ff, #6a5cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.staff-hero-content p {
    color: #bbb;
    font-size: 18px;
    margin: 20px 0 30px;
}

/* Button */
.hero-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 30px;
    background: linear-gradient(90deg, #00c6ff, #6a5cff);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 0 20px rgba(0, 198, 255, 0.5);
    transition: 0.3s;
}

.hero-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 0 35px rgba(0, 198, 255, 0.8);
}

/* Image */
.hero-image img {
    max-width: 100%;
    filter: drop-shadow(0 0 40px rgba(0, 200, 255, 0.3));
}

/* Background glow effect */
.staff-hero::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.2), transparent);
    filter: blur(80px);
}

/* =========================
   CTA SECTION
========================= */

.market-cta {
    position: relative;
    overflow: hidden;

    padding: 100px 20px;
    border-radius: 20px;

    background: #020817;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Content */
.market-cta .container {
    position: relative;
    z-index: 2;
}

/* Heading */
.cta-title {
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;

    margin-bottom: 20px;
}

.cta-title span {
    color: #ffffff;
}

/* Paragraph */
.cta-para {
    color: rgba(255,255,255,0.75);

    max-width: 600px;
    margin: 0 auto 35px;

    font-size: 15px;
    line-height: 1.7;
}

/* Button */
.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 32px;

    border-radius: 50px;

    background: #ffffff;
    color: #000000;

    text-decoration: none;
    font-weight: 600;
    font-size: 14px;

    transition: all 0.3s ease;
}

.cta-btn:hover {
    transform: translateY(-3px);

    background: #00c6ff;
    color: #ffffff;

    box-shadow: 0 0 25px rgba(0,198,255,0.5);
}

/* =========================
   GLOW EFFECTS
========================= */

.glow {
    position: absolute;
    top: 45%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: radial-gradient(
        circle,
        rgba(0, 140, 255, 0.45) 0%,
        rgba(0, 140, 255, 0.12) 35%,
        rgba(0, 140, 255, 0.02) 60%,
        transparent 75%
    );

    filter: blur(55px);
    z-index: 1;
    animation: pulseGlow 6s ease-in-out infinite;
}

/* Left glow */
.glow-left {
    left: -180px;
}

/* Right glow */
.glow-right {
    right: -180px;
}

/* Center dark circle effect */
.market-cta::before {
    content: "";

    position: absolute;

    width: 700px;
    height: 700px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(2,8,23,1) 35%,
        rgba(2,8,23,0.95) 55%,
        rgba(2,8,23,0.2) 100%
    );

    z-index: 1;
}

/* Animation */
@keyframes pulseGlow {
    0% {
        transform: translateY(-50%) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-50%) scale(1.08);
        opacity: 1;
    }

    100% {
        transform: translateY(-50%) scale(1);
        opacity: 0.8;
    }
}



.banner-sec {
    padding: 80px 0;
    background: linear-gradient(169deg, #7b418d, transparent);
}
.banner-btn {
    display: flex;
    justify-content: center;
}
.banner-sec .banner-data {
    border: 1px solid rgba(255, 255, 255, 0.3607843137);
    border-radius: 16px;
    padding: 35px 85px 25px;
    text-align: center;
}


.vision-os-sec .visionos-content .vision-title{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 38px;
    color: #ffffff;
    position: relative;
}

.vision-os-sec .visionos-content .vision-title::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0%;
    transform: translateX(-0%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #00ffff, #ff0080);
    border-radius: 2px; 
}

/* vision os service section  */


.our-ai-sec {
    margin-top:100px
}

.our-ai-sec .our-ai-wrapper {
    border-radius: 25px
}

.our-ai-sec .our-ai-wrapper .our-ai-development {
    margin-bottom: 80px;
    text-align: center
}

.our-ai-sec .our-ai-wrapper .mvp-strategy {
    border: 1px solid rgba(255, 255, 255, 0.3607843137);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px
}

/* .our-ai-sec .our-ai-wrapper .mvp-strategy .solution-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(180deg, #797979 0%, #2a1d30 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 15px
} */

.our-ai-sec .key-features .mvp-strategy {
    border: 1px solid rgba(255, 255, 255, 0.3607843137);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px
}

.our-ai-sec .key-features .mvp-strategy .key-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(180deg, #797979 0%, #2a1d30 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 15px
}


/* case study section  */

.case-study-vos .vision-left-img{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 60px;
}



.our-process-sec {
    padding-top: 90px
}

.three-matrics-wrapper .matrics-cards {
    background: #ffffff00;
    border: 1px solid rgba(255, 255, 255, 0.3607843137);
    padding: 25px;
    margin-bottom: 10px;
    border-radius: 12px;
}
.services-sec{
    margin: 100px 0;
}
.services-sec .our-services-box {
    min-height:180px;
}

/* =========================================
   IT STAFF AUGMENTATION SECTION
========================================= */

.augmentation-section {
    position: relative;
    /* background: #050816; */
    overflow: hidden;
    z-index: 1;
}
/* CARD */
.augmentation-card {
    position: relative;
    background:#242424;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 35px;
    overflow: hidden;
    transition: 0.4s ease;
    backdrop-filter: blur(12px);
}

.augmentation-card:hover {
    transform: translateY(-6px);
    border-color: rgb(239 224 255 / 20%);
    box-shadow: 0 0 35px rgba(0,198,255,0.12);
}

/* TOP GLOW */
.augmentation-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: -100px;
    right: -100px;
    background: radial-gradient(circle, rgb(239 224 255 / 20%), transparent 70%);
}

/* ICON */
.card-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg, #00c6ff, #6a5cff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 0 25px rgba(0,198,255,0.3);
}

.card-icon i {
    font-size: 30px;
    color: #fff;
}

/* CARD TITLE */
.augmentation-card h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.4;
}

/* CONTENT BOX */
.content-box {
    position: relative;
    padding-left: 22px;
    margin-bottom: 28px;
    border-left: 2px solid rgba(0,198,255,0.3);
}

.content-box::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccf5ff;
    box-shadow: 0 0 12px #ccf5ff;
}

.content-box p {
    color: #c8d0e0;
    line-height: 1.9;
    margin: 0;
}

/* GLOW OBJECTS */
.circle-obj {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    z-index: -1;
}

.circle-obj.one {
    width: 280px;
    height: 280px;
    background: rgba(0,198,255,0.12);
    top: 0;
    left: -100px;
}

.circle-obj.two {
    width: 250px;
    height: 250px;
    background: rgba(106,92,255,0.15);
    bottom: 0;
    right: -100px;
}

.mvp-development-sec .mvp-strategy {
    border: 1px solid rgba(255, 255, 255, 0.3607843137);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
    transform: translateY(-6px);
    border-color: rgb(239 224 255 / 20%);
    overflow: hidden;
    background: #242424;

}
.mvp-development-sec .mvp-strategy::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: -100px;
    right: -100px;
    background: radial-gradient(circle, rgb(239 224 255 / 20%), transparent 70%);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {

    .section-title h2 {
        font-size: 34px;
    }

    .augmentation-card {
        padding: 28px;
    }

    .augmentation-card h3 {
        font-size: 24px;
    }
       .staff-hero .container {
        flex-direction: column;
        text-align: center;
    }

    .cta-title {
        font-size: 42px;
    }

    .glow {
        width: 350px;
        height: 350px;
    }

    .market-cta::before {
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 767px) {

    .section-title h2 {
        font-size: 28px;
    }

    .content-box h5 {
        font-size: 18px;
    }

    .content-box p {
        font-size: 14px;
    }
       .banner-sec .banner-data {
        padding: 25px 15px;
    }
    .vision-os-sec .visionos-content .vision-title {
        font-size: 28px;
    }
    .our-ai-sec {
        margin-top: 50px
    }
    .our-ai-sec .our-ai-wrapper .our-ai-development {
        margin-bottom: 50px;
    }
    .font-size-44 {
        font-size:28px;
    }
    .font-size-48 {
        font-size: 25px;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {

    .market-cta {
        padding: 80px 20px;
    }

    .cta-title {
        font-size: 34px;
    }

    .cta-para {
        font-size: 14px;
    }

    .glow {
        width: 250px;
        height: 250px;
    }
}

