.why-cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.our-graphic-design-section {
    background: #FCFCFC;
}

.why-single-card {
    border-radius: 12px;
    border: 1px solid #018F83;
    display: flex;
    gap: 24px;
    height: 100%;
}

.why-card-img {
    max-width: 250px;
    min-height: 154px;
    overflow: hidden;
    border-radius: 12px 0 0 12px;
}

.why-single-card .texts {
    font-weight: 600;
    margin-bottom: 0;
}

.why-cards .gx-3 {
    --bs-gutter-x: 32px;
}

.why-cards .gy-3 {
    --bs-gutter-y: 32px;
}

.why-ux-oodles {
    overflow: hidden;
}

.tech-content .double-circle-heading::before {
    z-index: 1;
}

.our-graphic-design-section h4,
.why-ux-oodles h4,
.tech-content h4 {
    text-transform: math-auto;
}

.why-ux-oodles .swiper-wrapper {
    margin-top: 30px !important;
}

/* common and copied */
.logo-subtext {
    letter-spacing: 0.05rem;
    text-align: center;
}

.why-oodles-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.single-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.single-content-img {
    height: 80px;
    width: 83px;
    max-width: 100%;
    max-height: 100%;
}

.single-content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    color: #2B2C2D !important;
}

.single-content p {
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #5C5C5C;
}

.why-oodles-row .gx-3 {
    --bs-gutter-x: 100px;
}

.single-content-head {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.why-oodles-graphic {
    position: relative;
    overflow: hidden;
}


.why-oodles-row .gy-3 {
    --bs-gutter-y: 30px;
}

.our-proven-section {
    background: #F5FFFE;
}

.proven-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.proven-text h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    color: #3C3C3B;
}

.proven-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #5C5C5C;
}

.our-proven-content {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1040px;
}

.proven-number h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}

.proven-number p {
    font-weight: 600;
    font-size: 76px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #018F83;
}

.prove-icon {
    display: flex;
    justify-content: center;
}

.proven-img {
    min-width: 110px;
    min-height: 110px;
    border-radius: 55px;
    background: #FFFFFF;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 17.3px 0px #00000014;
}

.proven-img img {
    max-width: 80px;
    max-height: 80px;
}

.proven-number {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.proven-arrows {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 90px;
    overflow: hidden;
    max-width: 50px;
    margin: auto;
}

.step-card {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 0 16px 16px 16px;
    max-width: 309px;
    position: relative;
    background: #fff;
}

.break-text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    gap: 8px;
    width: 100%;
}

.break-text .texts {
    font-size: 18px;
}

.break-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #5C5C5C;
}

.pin-img img {
    max-width: 60px;
    max-height: 60px;
}

.card-number {
    position: absolute;
    z-index: 1;
}

.how-mobile-section {
    display: flex;
    flex-direction: column;
}

.break-mobile-card {
    margin-top: 16px;
    border-radius: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    box-shadow: 0px 4px 54px 0px #00000017;
}

.our-structured-section {
    background: #FCFCFC;
}

.our-structured-section .texts {
    color: #5C5C5C;
}

.our-structured-section .gx-3 {
    --bs-gutter-x: 28px;
}

/* ===============================
   Structured Card
   =============================== */
.structured-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #018F8333;
    height: 100%;
    background: #FEFEFE;
}

.structured-card-img {
    max-height: 116px;
    border-radius: 8px;
    overflow: hidden;
}

.structured-card h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    color: #3C3C3B;
    text-align: center;
}

/* Common UX Challenges We Solve */
.how-strategic-content {
    max-width: 690px;
    margin: 0 auto;
}

.content-list {
    margin: 0 !important;
}

.structured-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #5C5C5C;
}

.industry-types-bottom,
.industry-types-top,
.industry-types-third {
    margin: unset;
}

.industry-card {
    max-width: 318px;
}

.common-ux-content {
    max-width: 930px;
    margin: 0 auto;
}

.our-ux-content {
    max-width: 888px;
    margin: 0 auto;
}

.why-choose-content {
    max-width: 834px;
    margin: 0 auto;
}

/* results-case-section */
.results-case-section {
    background: #F5FFFE;
}

@media (max-width:1199px) {
    .why-cards .sub-texts {
        text-align: start;
    }

    .our-graphic-swiper .swiper-slide {
        max-width: 575px;
    }

    .why-oodles-row .gx-3 {
        --bs-gutter-x: 60px;
    }
}

@media (max-width: 991px) {

    .double-circle-heading {
        font-size: 22px !important;
        z-index: 1;
    }

    .our-graphic-design-section h4 {
        font-size: 14px;
    }



    .why-ux-oodles .why-single-card {
        flex-direction: column;
        gap: 0;
        aspect-ratio: 1;
    }

    .why-single-card img {
        border-radius: 12px 12px 0 0;
        width: 100%;
        height: 60% !important;
        object-fit: cover;
    }


    .why-ux-oodles .swiper-slide {
        max-width: 280px;
    }

    .single-mobile-card {
        margin: 20px !important;
        gap: 8px;
    }

    .why-single-card .texts {
        text-align: center;
    }

    .why-ux-oodles .texts,
    .tech-section .texts {
        font-size: 14px;
    }

    .tech-content {
        gap: 24px;
    }

    .tech-content .double-circle-heading::before {
        z-index: -1;
    }

    .our-row-content {
        gap: 0 !important;
    }

    .proto-middle-row {
        /* flex-direction: column-reverse; */
        /* margin-top: 16px !important; */
        /* margin-bottom: 16px !important; */
    }

    .hovering-square-dottes-one {
        display: none;
    }

    .why-oodles-graphic .double-circle-heading::before {
        z-index: -1;
        top: -30px;
    }

    .why-oodles-content {
        gap: 32px;
    }

    .single-content-head {
        align-items: center;
        gap: 16px;
    }

    .single-content {
        gap: 8px;
    }

    .single-content p {
        text-align: center;
    }

    .single-content h3 {
        text-align: center;
        font-size: 16px;
    }

    .single-content-img {
        height: 48px;
        width: 50px;
        max-width: 100%;
        max-height: 100%;
        overflow: hidden;
    }

    .single-content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .double-circle-heading::before {
        top: -46px;
        left: 50px;
    }

    .proven-text h3 {
        font-size: 16px;
    }

    .proven-text p {
        font-size: 14px;
    }


    .proven-img {
        min-width: 60px;
        min-height: 60px;
        justify-content: unset;
        box-shadow: none;
        border-radius: 0;
    }

    .proven-number h4 {
        font-size: 16px;
    }

    .proven-number p {
        font-size: 60px;
        color: #018F831F;
    }

    .break-text .texts {
        font-size: 16px;
    }


    .card-number {
        top: 0;
        right: 26px;

    }

    .pin-img img {
        max-width: 48px;
        max-height: 48px;
    }

    .break-text p {
        font-size: 14px;
    }

    .step-card {
        max-width: 100%;
        padding: 16px;
    }

    .our-proven-section .section-gap {
        gap: 16px;
    }

    .structured-card h3 {
        font-size: 16px;
    }

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

    .line-break {
        display: none;
    }
}

@media (max-width: 570px) {

    .why-oodles-content {
        gap: 30px;
    }
}