@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.main-bg-near-shore {
    min-height: 100vh;
    padding: 10rem 0 0;
    position: relative;
    display: flex;
    justify-content: center;
}

/* .near-shore-content-container {
    position: absolute;
} */

.gradiant-img-one-container {
    background-image: url("../images/near-shore/overall-gradiant.svg");
}

.gradiant-img-one {
    width: 100%;
    rotate: 0deg;
    position: absolute;
    left: 0px;
    top: 0px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
    margin-bottom: 36px;
}

.header-content-wrap {
    /* max-width: 900px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-content-flex-wrap {
    max-width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.header-content {}

.header-content h1 {
    font-family: 'Inter';
    font-weight: 500;
    font-style: Medium;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -5%;
    padding: 8px 0;
}

.gradient-text {
    background: linear-gradient(90.27deg, #FFFFFF 1.63%, rgba(255, 255, 255, 0) 103.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 48px;
    font-weight: bold;
}

.header-content p {
    margin-bottom: 22px;
    color: #FFFFFFB2;

    font-family: 'Inter';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;

}

.gradient-button {
    background: linear-gradient(180deg, rgba(61, 66, 68, 0) -40.91%, rgba(158, 170, 176, 0.62) 132.95%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    border: 1px solid;
    border-image-source:
        linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
        linear-gradient(180deg, rgba(39, 55, 207, 0) -4.69%, rgba(189, 252, 254, 0.5) 100%);
    border-image-slice: 1;

    box-shadow:
        0px 8px 10px 0px #F6F9FF33 inset,
        0px 10px 40px 0px #FFFFFF26,
        0px 10px 10px 0px #0000001A,
        0px 4px 4px 0px #0000000D;

    border-radius: 10px;
    padding: 12px 30px;
    color: #fff;

    font-size: 14px;
    font-family: 'inter';
    cursor: pointer;
    transition: all 0.3s ease;
    background-origin: border-box;
    height: 44px;
    border-image: linear-gradient(180deg,
            rgba(61, 66, 68, 0) -40.91%,
            rgba(158, 170, 176, 0.62) 132.95%);

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

/* Optional hover effect */
.gradient-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.contact-us {
    background: linear-gradient(180deg, rgba(46, 51, 90, 0) 0%, rgba(28, 27, 51, 0.1) 100%),
        radial-gradient(146.13% 118.42% at 50% -15.5%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 99.59%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 40px;
    padding: 2rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0px 30px 60px 0px #00000033,
        0px 15px 30px 0px #0000000D,
        0px 5px 10px 0px #0000000D,
        0px 0px 100px 0px #CCD7FF40 inset;
    width: 340px;
    height: 404px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* .contact-us {
    padding: 28px 22px 22px;
} */

.contact-us h3 {

    font-family: 'Inter';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;

}

.gradient-text-contact-head {
    background: linear-gradient(91.35deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 103.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 0px 20px #FFFFFF80;
    font-size: 36px;
    font-weight: bold;
}

.contact-us input,
.contact-us textarea {
    background: transparent;
    color: #FFFFFF99;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 9px 11px;
    font-size: 1em;
    color: #fff;
    outline: none;
    resize: none;
    height: 36px;

    font-family: 'Inter';
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 8px;
}

.contact-us textarea {
    height: 60px;
}

.contact-us input::placeholder,
.contact-us textarea::placeholder {
    color: #FFFFFF99;
    /* placeholder color */
    opacity: 1;
    /* make sure placeholder is fully visible */
}

.contact-us input:focus,
.contact-us textarea:focus {
    outline: none;
    border-color: #FFFFFF99;
    /* optional focus effect */
}

.contact-us .name-field {
    width: 133px;
}

.contact-us textarea {
    min-height: 48px;
    max-height: 90px;
}

.input-row {
    display: flex;
    gap: 9px;
}

.contact-us button {
    width: 136px;
}

.near-shore-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-section-our-distinctive-container {
    position: relative;
}

.why-us-gradiant-img-container {
    position: absolute;
    top: 500px;
    left: 100px;
}

.why-section {
    margin: 46px 0 0;
    text-align: center;
    position: relative;
    z-index: 4;
}

.why-section .highlight {
    color: #fff;
    font-weight: 700;
}

.why-section h2 {

    font-family: 'Inter';
    font-weight: 500;
    font-style: Medium;
    font-size: 60px;
    letter-spacing: -5%;
    text-align: center;
    max-width: 1000px;
    margin-top: 4rem;
}

.why-head-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9290ac;
}

.why-section .subtitle {
    color: #FFFFFFB2;

    margin: 10px 0 30px;

    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 600px;
}

.cards-row {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 13px;
}

.feature-card {
    background: linear-gradient(86.16deg, rgba(255, 255, 255, 0.2) 11.14%, rgba(255, 255, 255, 0.035) 113.29%);
    border: 1px solid transparent;
    /* border-image-source: linear-gradient(155.31deg, rgba(255, 255, 255, 0.5) 12.33%, rgba(255, 255, 255, 0) 34.31%, rgba(255, 255, 255, 0) 52.66%, rgba(255, 255, 255, 0.54) 74.67%); */
    border-image-slice: 1;
    backdrop-filter: blur(70px);
    -webkit-backdrop-filter: blur(70px);
    box-shadow: 0px 1.2px 29.92px 0px #452A7C1A;
    border-radius: 40px;
    padding: 24px;
    text-align: center;
    color: #fff;
    width: 400px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 40px 0px #452a7c33;
}

.feature-card .icon {
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
}

.feature-card strong {
    display: block;
    margin: 0 0 6px;

    background: linear-gradient(91.35deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 103.32%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 20px #FFFFFF80;

    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

.feature-card p {
    color: #FFFFFF99;
    margin: 0;

    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

.journey-section {
    margin: 50px 0 0;
    /* background: rgba(42, 31, 78, 0.56); */
    /* border-radius: 21px; */
    padding: 38px 28px 26px;
    /* box-shadow: 0 2px 36px rgba(73, 60, 142, 0.12); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.journey-section h3 {
    margin-bottom: 16px;
    letter-spacing: 1px;

    font-family: 'Inter';
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: center;

    background: linear-gradient(90.27deg, #FFFFFF 1.63%, rgba(255, 255, 255, 0) 103.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 12px;
}

.journey-steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.step {
    background: linear-gradient(180deg, rgba(46, 51, 90, 0) 0%, rgba(28, 27, 51, 0.1) 100%),
        radial-gradient(146.13% 118.42% at 50% -15.5%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 99.59%);
    border: 1px solid #FFFFFF26;
    backdrop-filter: blur(20px);
    box-shadow:
        0px 30px 60px 0px #0000001A,
        0px 15px 30px 0px #0000000D,
        0px 5px 10px 0px #0000000D,
        0px 0px 100px 0px #CCD7FF26 inset;
    border-radius: 40px;
    /* optional for smoother corners */
    padding: 24px;
    /* optional for spacing */
    color: #fff;
    /* optional if the background is dark */
}


.step h4 {
    margin: 0 0 7px;
    color: #FFF;

    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;

}

.step p {
    color: #FFFFFFB2;

    margin: 0;

    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;

}

@media (max-width: 1050px) {
    header {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }

    .contact-us {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 800px) {
    .cards-row {
        flex-direction: column;
        gap: 12px;
    }

    .feature-card {
        min-width: unset;
        max-width: unset;
    }
}

@media (max-width: 600px) {

    .main-bg-near-shore {
        padding: 7rem 0 4rem;
    }

    .journey-section {
        padding: 23px 7px 14px;
    }

    .header-content-flex-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        gap: 2rem;
    }

    .contact-us {
        width: 100%;
        /* max-width: 400px; */
        margin: 0 auto;
    }

    .contact-us .name-field {
        width: fit-content;
    }
}



.discover-technical-container {
    position: relative;
}

.discover-technical-container-gradiant-img {
    position: absolute;
    left: -72px;
    right: 0;
    top: -250px;
}

/* Discover Our Hiring Excellence */

.discover-section {
    margin: 8rem 0 2rem;
    text-align: center;
    position: relative;
}

.discover-section-gradiant-background {
    position: absolute;
    width: 100%;
}

.discover-head-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9290ac;

    font-family: 'Inter';
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: center;
}

.discover-head-wrap h2 {
    padding-top: 4rem;
}

.discover-section .highlight {
    color: #fff;
    font-weight: 700;
}

.discover-section .subtitle {
    color: #FFFFFFB2;

    margin: 10px 0 30px;

    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 600px;
}

.gradient-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* space between text and image */
    padding: 12px 24px;
    color: white;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -40.91%, #402788 132.95%);
    border: 0.2px solid;
    border-image-source:
        linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
        linear-gradient(180deg, rgba(39, 55, 207, 0) -4.69%, rgba(189, 252, 254, 0.5) 100%);
    border-image-slice: 1;
    box-shadow:
        0px 10px 30px 0px #497BFFB2 inset,
        0px 10px 40px 0px #3F4AAF80;
    backdrop-filter: blur(20px);
    border-radius: 12px;
    /* optional: rounded corners */
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;

    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;

}

.gradient-btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0px 12px 35px 0px #497BFFB2 inset,
        0px 12px 50px 0px #3F4AAF80;
}


/*  */

.technical-evaluation-container {
    margin-top: 80px;
}

.steps-row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
    /* gap: 20px; */
}

.steps-row:last-child {
    margin-top: 100px;
    margin-bottom: 0;
    justify-content: center;
    gap: 70px;
}

.step-card {
    background: linear-gradient(86.16deg, rgba(255, 255, 255, 0.2) 11.14%, rgba(255, 255, 255, 0.035) 113.29%);
    border: 1px solid transparent;
    /* border-image-source: linear-gradient(155.31deg, rgba(255, 255, 255, 0.5) 12.33%, rgba(255, 255, 255, 0) 34.31%, rgba(255, 255, 255, 0) 52.66%, rgba(255, 255, 255, 0.54) 74.67%); */
    border-image-slice: 1;
    backdrop-filter: blur(70px);
    -webkit-backdrop-filter: blur(70px);
    box-shadow: 0px 1.2px 29.92px 0px #452A7C1A;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 170px;
    width: 360px;
}

.technical-flex-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* gap: 10px; */
}

.step-number {
    position: absolute;
    top: -70px;
    left: 150px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.02) 0%,
            rgba(0, 0, 0, 0.0135417) 69.27%,
            rgba(0, 0, 0, 0.2) 100%);
    border: 1px solid #ffffff12;
    backdrop-filter: blur(10px);
    box-shadow:
        0px 20px 20px 0px #0000001a,
        0px 5px 10px 0px #0000000d,
        0px 2px 4px 0px #0000000d,
        0px 30px 60px 0px #ffffff26 inset;
    border-radius: 50%;
    /* Optional: makes it round if needed */
    width: 50px;
    /* Adjust size as required */
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* Text color */
    font-weight: bold;
    font-size: 20px;
}

.step-card h3 {
    margin: 0 0 10px 0;
    color: #fff;

    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;

}

.step-card p {
    margin: 0;

    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFFB2;
    ;
}

.step-arrow {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -40.91%, #402788 132.95%);

    border: 1px solid;
    border-image-source:
        linear-gradient(180deg, rgba(39, 55, 207, 0.4) 17.19%, rgba(101, 98, 251, 0.77) 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
        linear-gradient(180deg, rgba(39, 55, 207, 0) -4.69%, rgba(189, 252, 254, 0.3) 100%);
    border-image-slice: 1;
    /* Needed for border-image to show correctly */

    box-shadow:
        0px 10px 30px 0px #497BFFB2 inset,
        0px 10px 40px 0px #3F4AAF80;

    backdrop-filter: blur(20px);

    /* Optional: add size if needed */
    width: 36px;
    height: 36px;
    border-radius: 10px;

    position: absolute;
    right: -55px;
    top: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-arrow:hover {
    background: #48409b;
}

@media (max-width: 900px) {
    .steps-row {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .step-card {
        min-width: 0;
        max-width: 95vw;
        width: 99%;
    }

    .step-arrow {
        right: -12px;
    }

    .step-number {
        left: 6px;
        top: 8px;
        height: 30px;
        width: 30px;
    }

    .container {
        padding: 16px 12px;
    }
}


/* our expertise */

/* body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Inter', Arial, sans-serif;
    background: radial-gradient(circle at 60% 30%, #262662 45%, #131336 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  } */

.grid-container {
    /* max-width: 1000px; */
    /* width: 98vw; */
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px 22px;
    padding: 40px 0;
    position: relative;
}

.skill-card-container {
    background: linear-gradient(86.16deg,
            transparent 11.14%,
            transparent 113.29%);
    background-blend-mode: overlay;

    border: 1px solid rgba(69, 42, 124, 0.9);
    /* border-image-source: linear-gradient(155.31deg,
            rgba(255, 255, 255, 0.5) 12.33%,
            rgba(255, 255, 255, 0) 34.31%,
            rgba(255, 255, 255, 0) 52.66%,
            rgba(255, 255, 255, 0.54) 74.67%);
    border-image-slice: 1; */
    /* Required for gradient border */


    backdrop-filter: blur(95.7281px);
    -webkit-backdrop-filter: blur(95.7281px);
    /* For Safari support */

    box-shadow: 0px 1.2px 29.92px 0px #452a7c1a;

    width: 245px;
    height: 350px;
    border-radius: 40px;
    /* padding: 10px; */
    gap: 10px;

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

    box-shadow: 0px 5px 40px 0px #452A7C33;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skill-card-container:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 40px 0px #452A7C33;
}

.skill-card {
    width: 230px;
    height: 332px;
    opacity: 1;
    border-radius: 30px;
    border-width: 2px;
    gap: 10px;

    padding: 16px 0 0 12px;

    background: linear-gradient(181.35deg, rgba(255, 255, 255, 0.5) 1.15%, transparent 98.91%);

    border: 1px solid rgba(69, 42, 124, 0.9);
    /* border-image-source: linear-gradient(147.91deg,
            #ffffff 9.57%,
            rgba(255, 255, 255, 0) 56.98%,
            rgba(255, 255, 255, 0.77) 97.79%);
    border-image-slice: 1; */
    /* Required for gradient border to work */

    backdrop-filter: blur(70px);
    -webkit-backdrop-filter: blur(70px);
    /* Safari support */

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    box-shadow: 0 6px 36px 0 rgba(70, 77, 160, 0.21);
}


.skill-card:hover {
    box-shadow: 0 6px 36px 0 rgba(70, 77, 160, 0.21);
}

.skill-icon {
    width: 36px;
    height: 32px;
    border-radius: 9px;
    background: linear-gradient(135deg, #99aaffbb 50%, #8e81ff88 100%);
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    /* Place your icons or use SVG inline here */
}

.skill-title {
    /* margin-bottom: 13px; */
    margin-top: 0;
    color: #fafaff;

    font-family: 'Inter';
    font-weight: 700;
    font-size: 26px;
    line-height: 41px;
    letter-spacing: 0.37px;

}

.skill-list {
    color: #EBEBF599;

    list-style-position: inside;
    margin: 0;
    padding-left: 0;
    background: transparent;
    box-shadow: none;

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;

    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.24px;

}

.skill-list li {
    margin-bottom: 0.2em;
    letter-spacing: 0.5px;
}

@media (max-width: 1200px) {
    .grid-container {
        max-width: 100vw;
    }
}

@media (max-width: 900px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 1fr);
    }
}

@media (max-width: 600px) {
    .grid-container {
        grid-template-columns: 2fr;
        grid-template-rows: repeat(10, 1fr);
    }

    .skill-card {
        padding: 18px 10px;
    }

    .why-section {
        padding: 20px;
    }

    .why-section h2 {
        font-size: 32px;
    }

    .cards-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .journey-steps {
        padding: 20px;
    }

    .discover-section {
        margin: 2rem 0 2rem;
        padding: 20px;
    }

    .grid-container {
        grid-template-columns: 2fr;
        grid-template-rows: repeat(10, 1fr);
    }
}

@media (max-width: 400px) {
    .grid-container {
        grid-template-columns: 2fr;
        grid-template-rows: repeat(10, 1fr);
    }
}

/* expand your team across */

.expand-your-team-accross-container {
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 12%;
    padding-top: 10%;
}

@media (max-width: 600px) {
    .expand-your-team-accross-container {
        height: 300px;
    }

    .expand-your-team-accross-img {
        width: 450px;
    }

    .why-us-gradiant-img-container {
        display: none;
    }

    .discover-our-hiring-img {
        /* width: 100%; */
        display: none;
    }

    .discover-technical-container-gradiant-img {
        display: none;
    }
}

.section-header-content-wrap {
    position: relative;
    z-index: 4;
}