/* 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-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 */

/* Designed section start */

section.section-designed{
    padding: 60px 0;
}
.designed-para{
    text-align: center;
    padding: 14px 0;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    border-radius: 27px;
    border: 0.9px solid #d8eefb59;
    background: #d8eefb05;
    box-shadow: 0 0 12px 0 rgba(0, 129, 241, 0.11) inset;
    margin: 15px 0;
}
@media (max-width: 767.98px) {
.designed-para{
    font-size: 16px;
}
}

/* Designed section end */