/* section-twelve-start */
section.section-twelve {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-twelve-card {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 20px;
    border-radius: 12px;
    max-width: 500px;
    margin-top: 20px;
    height: 100%;
}

.section-twelve-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #161C2D;
}

.section-twelve-card p {
    margin: 0;
    font-size: 16px;
    line-height: 29px;
    color: #161C2D;
    margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    section.section-twelve .col-md-6 {
        width: 45%;
    }
}

/* section-twelve-end */


/* section-twenty-start */
section.section-twenty {
    padding-top: 60px;
    padding-bottom: 60px;

}

.process-slider {
    padding: 20px 60px;
}

.process-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #2a8bdc !important;
    background: transparent !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-slider .owl-nav button span {
    display: none;
}

.process-slider .owl-prev {
    left: -10px;
}

.process-slider .owl-prev::after {
    content: "";
    width: 15px;
    height: 15px;
    border-right: 3px solid #2a8bdc;
    border-bottom: 3px solid #2a8bdc;
    transform: rotate(135deg);
    display: block;
    margin-left: 5px;
}

.process-slider .owl-next {
    right: -10px;
}

.process-slider .owl-next::after {
    content: "";
    width: 15px;
    height: 15px;
    border-right: 3px solid #2a8bdc;
    border-bottom: 3px solid #2a8bdc;
    transform: rotate(-45deg);
    display: block;
    margin-right: 5px;
}

.process-slider .owl-dots.disabled,
.process-slider .owl-nav.disabled {
    display: block !important;
}

.process-slider .item {
    height: 100%;
    display: flex;
}

.step-card {
    position: relative;
    z-index: 1;
    padding: 40px;
    overflow: hidden;
    transition: .4s;
    border-radius: 22px;
    background: rgba(243, 249, 255, 0.14);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.step-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    padding: 1px;
    background: linear-gradient(91deg,
            rgba(11, 135, 234, 0.16) 0.61%,
            rgba(23, 157, 233, 0.16) 49.83%,
            rgba(34, 176, 232, 0.16) 100.98%);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.step-card:hover {
    background: #F3F9FF;
}

.step-card p.heading {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
    font-family: "ESRebondGrotesqueTRIAL-Bold", sans-serif !important;

}

.step-card p {
    font-size: 16px;
    color: #666;
    margin: 20px 0px;
}

.bg-number {
    position: absolute;
    z-index: -1;
    right: 30px;
    top: -45px;
    font-size: 120px;
    font-weight: 700;
    color: #d7dee7;
    opacity: .3;
    pointer-events: none;
}

@media (max-width: 768px) {
    section.section-twenty {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .step-card p.heading {
        font-size: 20px;
    }

    .step-card p {
        font-size: 14px;
    }

    .process-slider {
        padding: 10px 40px;
    }
}

/* section-twenty-end */


/* section-four-start */
.section-bg-color1 {
    border-radius: 0 0 20px 20px;
    background: linear-gradient(7deg, #FFF -11.35%, rgba(210, 234, 255, 0.18) 28.38%, #FFF 52.09%, rgba(210, 234, 255, 0.00) 108.11%);
    padding-top: 60px;
    overflow: hidden;
}

section.section-four {
    padding-bottom: 20px;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 60px;
}

.section-four-card {
    position: relative;
    z-index: 1;
    border-radius: 27.884px;
    border: 1.267px solid #D8D8D8;
    padding: 25px;
    overflow: hidden;
    height: 100%;
}

.section-four-card::before {
    content: "";
    bottom: 50px;
    left: 0px;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 20%;
}

.section-four-card1::before {
    background-image: url(../img/home/section-four-card-bg1.webp);
}

.section-four-card2::before {
    background-image: url(../img/home/section-four-card-bg2.webp);
}

.section-four-card3::before {
    background-image: url(../img/home/section-four-card-bg3.webp);
}

.section-four-card4::before {
    background-image: url(../img/home/section-four-card-bg4.webp);
}

.section-four-card5::before {
    background-image: url(../img/home/section-four-card-bg5.webp);
}

.section-four-card6::before {
    background-image: url(../img/home/section-four-card-bg6.webp);
}

.section-four-card p.heading {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 26.555px;
    padding-top: 150px;
    height: 180px;
    font-family: "ESRebondGrotesqueTRIAL-Bold", sans-serif !important;
}

.section-four-card p {
    color: #515151;
    font-size: 15.744px;
    font-weight: 400;
    line-height: 29.151px;
    padding-top: 25px;
}


@media (min-width: 768px) and (max-width: 1199.98px) {
    section.section-four .col-md-6 {
        width: 45%;
    }
}


@media (max-width: 768px) {
    section.section-four {
        padding-bottom: 40px;
    }
}

/* section-four-end */

/* section-sevan-start */
section.section-sevan {
    /* background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 35.09%,
            #fff 63.66%,
            rgba(254, 242, 255, 0) 100%); */
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-sevan-card-main {
    max-width: 1150px;
}

.section-sevan-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
    border-radius: 27.884px;
    border: 1.267px solid rgba(235, 235, 235, 0);
    padding: 20px;
    height: 100%;
}

.section-sevan-card1 {
    background: linear-gradient(0deg, #fef2ff 0%, #fef2ff 100%);
}

.section-sevan-card2 {
    background: linear-gradient(0deg, #f2f5ff 0%, #f2f5ff 100%);
}

.section-sevan-card3 {
    background: #ebfff3;
}

.section-sevan-card4 {
    background: #ebf9ff;
}

.section-sevan-card5 {
    background: #ebf9fb;
}

.section-sevan-card6 {
    background: rgba(255, 238, 252, 0.55);
}

.section-sevan-card-profile {
    border-radius: 48px;
    background: #fff;
    padding: 8px 4px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 80px;
}

.section-sevan-card-profile-img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
}

.section-sevan-card p {
    color: #000;
    font-size: 14.744px;
    font-weight: 300;
}

.section-sevan-card-profile-text p.heading {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24.082px;
    margin-bottom: 0;
    font-family: "ESRebondGrotesqueTRIAL-Bold", sans-serif !important;
}

.section-sevan-card-profile-text p {
    color: #000;
    font-size: 13px;
    font-weight: 300;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    section.section-sevan .col-md-6 {
        width: 45%;
    }
}

@media (max-width: 768px) {
    section.section-sevan {
        padding-bottom: 30px;
    }
}

@media (min-width: 1440px) and (max-width: 2560.98px) {}

/* section-sevan-end */


/* section-techstack-start */
section.section-techstack {
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(97deg, #D2EAFF -4.26%, #F6F8FF 62.79%, #C5D4FF 110.17%);
}

section.section-techstack .row {
    max-width: 1200px;
    margin: 0 auto;
}

.list-group-item {
    border: none;
    font-weight: 500;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-group-item.active {
    color: #000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10.701px;
    background: rgb(232 242 255 / 0%);
    border: 1px solid #ffffff85 !important;
}

.section-techstack-button:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10.701px;
    background: rgb(232 242 255 / 0%) !important;
    border: 1px solid #ffffff85;
}

.dot {
    width: 20px;
    height: 20px;
    background: var(--grade-5, linear-gradient(90deg, #0882EB -11.09%, #24B4E8 101.23%));
    border-radius: 50%;
    opacity: 0;
}

.list-group-item.active .dot {
    opacity: 1;
}

button.section-techstack-button {
    width: 300px;
    background: transparent;
    margin: 0px 10px;
    border: 1px solid #ffffff00 !important;
}

.section-techstack-button-sub {
    border-radius: 10.701px;
    backdrop-filter: blur(4px) saturate(126%);
    -webkit-backdrop-filter: blur(4px) saturate(126%);
    background-color: rgb(255 255 255 / 63%);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    color: #000;
    width: 290px;
}

.list-group.tech-tabs {
    gap: 15px;
}

.tech-grid {
    border-radius: 17px;
    border: 4px solid rgba(113, 189, 255, 0.14);
    padding: 15px 20px;
    position: relative;
    z-index: 1;
}

.tech-grid::before {
    border-radius: 338px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #bde0ff;
    opacity: 0.3;
    filter: blur(67.86126708984375px);
}

/* Hide non-active sections */
.tech-content {
    display: none;
}

.tech-content.active {
    display: block;
}

.grid-item {
    padding-top: 5px;
}

.grid-box-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grid-box-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grid-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 13.572px;
    background: rgb(232 242 255 / 0%);
    border: 1px solid #ffffff85;
    box-shadow: 0 2.714px 12.69px 0 rgba(0, 0, 0, 0.15);
    padding: 15px;
}

.grid-item2 img {
    width: 100px;
    height: 100px;
}

.grid-item:hover {
    transform: translateY(-5px);
}

/* Mobile Fix */
@media (max-width: 768px) {
    .list-group-item {
        font-size: 14px;
    }

    .list-group.tech-tabs {
        flex-direction: row;
        overflow: scroll;
    }

    .grid-item2 {
        display: none;
    }

    .grid-item img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

    .grid-box-2 {
        gap: 5px;
    }

    .grid-box-1 {
        gap: 5px;
    }

    .section-techstack-button-sub {
        width: fit-content;
        white-space: nowrap;
    }

    button.section-techstack-button {
        width: fit-content;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .list-group.tech-tabs {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    section.section-techstack .row {
        flex-direction: column;
    }

    .grid-box-1 {
        justify-content: center;
    }

    .grid-box-2 {
        justify-content: center;
    }

    .Programming-box1 {
        width: 100%;
    }

    .Programming-box2 {
        width: 100%;
    }

    .list-group.tech-tabs {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-techstack-button-sub {
        width: fit-content;
        white-space: nowrap;
    }

    button.section-techstack-button {
        width: fit-content;
    }
}

/* section-techstack-end */



/* section-twenty-three-start */
section.section-twenty-three {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1700px;
    margin: 0 auto;
}

section.section-twenty-three h2 {
    max-width: 400px;
}

.dev-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dev-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 0;
}

.code-icon {
    font-weight: 700;
    font-size: 20px;
    min-width: 35px;
    background: var(--fcrypt-final, linear-gradient(91deg, #0B87EA 0.61%, #179DE9 49.83%, #22B0E8 100.98%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dev-feature-list p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #676767;
}

/* section-twenty-three-end */