/* section-two-start */
.section-two-box {
    position: relative;
    overflow: hidden;
    padding: 25px;
    background: #000;
    transition: all .35s ease;
    margin-top: 20px;
    z-index: 1;
}

section.section-two {
    padding-top: 80px;
    position: relative;
}

.section-two:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    border-radius: 576px;
    background: var(--fc-color, linear-gradient(90deg, #0460E9 0%, #0AB9F8 100%));
    filter: blur(500px);
    opacity: 0.6;
}

.section-two-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(170deg,
            rgba(72, 76, 84, .24),
            rgba(203, 209, 220, .24),
            rgba(136, 141, 150, .12));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.section-two-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/home/services-card-hover.webp) center / cover no-repeat;
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
    z-index: -1;
    height: 212px;
    width: 100%;
    height: 180px;
    background-position: top;
}

.sec-8-card1:hover::before {
    opacity: 1;
}

.section-two-box:hover::after {
    opacity: 1;
}

.section-two-box:hover::before {
    padding-top: 4px;
}

.section-two-box .span-border {
    font-size: 17px;
    font-weight: 600;
}

.section-two-box h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #FFF;
}

.section-two-box p {
    line-height: 1.9;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.service-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #020507;
    box-shadow: 2px -2px 6.2px 0 rgba(0, 0, 0, 0.17);
    transition: all .35s ease;
    margin-bottom: 0px;
    position: relative;
}

.service-icon:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(177deg, rgba(9, 3, 20, 0.20) 18.82%, rgba(255, 255, 255, 0.20) 48.4%, rgb(29 29 29) 80.35%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    border-radius: 5px;
}

.section-two-image {
    text-align: center;
}

ul.service-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding-top: 20px;
}

ul.service-list li span {
    color: rgba(255, 255, 255, 0.95);
    font-size: 18px;
    font-weight: 500;
}

.section-two-image img {
    transition: all .45s ease;
    filter: grayscale(100%) brightness(.9);
    position: relative;
    max-height: 238px;
    width: 100%;
    object-fit: cover;
}

.section-two-image img:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(177deg, rgba(9, 3, 20, 0.20) 18.82%, rgba(255, 255, 255, 0.20) 48.4%, rgb(29 29 29) 80.35%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    border-radius: inherit;
}

.section-two-box:hover .section-two-image img {
    filter: grayscale(0%) brightness(1.1);
    transform: scale(1.04);
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    transition: all .35s ease;
    cursor: pointer;
}

.service-list li span:last-child {
    transition: color .35s ease;
}


.service-icon img {
    width: 24px;
    height: 27px;
    transition: all .35s ease;
}
@media (max-width: 767.98px) {
    ul.service-list li span {
    font-size: 16px;
}
.section-two-box h3 {
    font-size: 22px;
}
}

/* section-two-end */



/* section 12 start  */
.section-12 {
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.section-12 .title-cmn h2,
.section-12 .title-cmn p {
    margin: 0 auto;
}

.tech-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tech-tab button {
    padding: 20px 15px;
    color: #fff !important;
    font-size: 16px;
    width: 200px;
    text-transform: none;
    z-index: 2;
    position: relative;
    background: #0081f12e;
    border: 1px solid #0081f100;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 500;
    opacity: 0.85;
}

.tech-tab button:hover {
    opacity: 1;
}

.tech-tab button:focus-visible {
    outline: 2px solid #0081f1;
    outline-offset: 3px;
}

.tech-tab button:nth-child(1) {
    border-radius: 10px 10px 10px 30px;

}

.tech-tab .tech-tab-select {
    font-weight: 600;
    background: linear-gradient(223deg, #078EEE 1.13%, #9A48EA 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.tech-tab button:nth-child(2) {
    border-radius: 10px 10px 30px 10px;
}

.tech-card {
    border-radius: 15px;
    background: rgb(255 255 255 / 4%);
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 170px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 12px 20px;
}

.tech-card img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    display: block;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition:
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.tech-card:hover img {
    transform: translate3d(0, -3px, 0) scale(1.12);
}

.tech-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 1px;
    background: linear-gradient(54deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, 0) 100%);
    mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    mask-composite: exclude;
    pointer-events: none;
}

.tech-card span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.tech-stack-group.mt-5 {
    max-width: 1200px;
    margin: 0 auto;
}

.tech-card-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.tech-card img {
    height: 45px;
    width: auto;
}
@media (max-width: 899.98px) {
    .tech-stck-bd {
        padding: 30px 0px;
    }

    .tech-tab {
        gap: 8px;
    }

    .tech-tab button {
        width: auto;
        min-width: 140px;
        padding: 12px 18px;
        font-size: 15px;
    }

    .tech-stack-group {
        grid-template-columns: 1fr;
        justify-items: center;
        margin-top: 10px !important;
    }

    .light-tech-contain {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .tech-tab button {
        min-width: 130px;
        padding: 10px 14px;
    }

    .tech-tab button:first-child {
        border-radius: 10px 10px 10px 20px;
    }

    .tech-tab button:nth-child(2) {
        border-radius: 10px 10px 20px 10px;
    }

    .stack-hgt-1,
    .stack-hgt-2 {
        margin-top: 30px;
    }

    .section-12 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .tech-tab {
        gap: 6px;
        margin-bottom: 10px !important;
    }

    .tech-tab button {
        flex: 1 1 100%;
        width: 100%;
        min-width: 0;
        max-width: none;
        padding: 11px;
        font-size: 14px;
        border-radius: 12px !important;
    }

    .tech-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .tech-card {
        padding: 8px;
        width: 160px;
    }

    .tech-card img {
        height: 32px;
    }
}

/* section 12 end  */